.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 !important;
    padding: 15px !important;
    line-height: 1.5em;
}

body .grecaptcha-badge {
   display: none!important;
}

.team-column  .wp-block-image {
	position: relative;
	cursor:pointer;
}

.team-column  .wp-block-image img {
   /* width: 100%;
    height: auto;*/
	    text-align: center;
    margin: 0 auto;
}

.team-column  .wp-block-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	 transition: opacity 0.5s ease, transform 0.5s ease;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.1;
}

.team-column  .wp-block-image:hover {
	cursor:pointer;
}

.team-column  .wp-block-image:hover:before {
	opacity: 1;
}

.section-team .team-column h4 {
		cursor:pointer;
}
.section-team .team-column h4:hover {
    color: #b2a68d!important;
		cursor:pointer;
}

.entry-header .entry-title, .editor-post-title__input {
	font-weight: 400;
}