/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.av_phone_active_right .phone-info {
	font-size: 14px;
	color: #ffffff;
}
.av_phone_active_right .phone-info a {
	color: #ffffff;
	text-decoration: none;
}

.logo {
	padding: 5px 0px;
}

h1.avia-caption-title {
	color: #ffffff;
}

#footer p.widget-title {
	border-style: solid;
	font-size: 24px;
	border-width: 1px;
	padding: 10px 0;
	border-left: none;
	border-right: none;
	margin-bottom: 15px;
	line-height: 28px;
	font-weight: 700;
}


/* Delete border bottom on header */
#top .av_header_with_border.av_header_transparency #header_main {
    border: none !important;
}

/* Responsive */
@media only screen and (max-width: 1400px) {
	.page-id-255 div .av_one_third {
	    margin-left: 0;
	    width: 100%;
	}
}
@media only screen and (max-width: 989px) {
	.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
	    padding-top: 0;
	}
}


/* GDPR Cookie Compliance */
#moove_gdpr_cookie_modal .cookie-switch input[type="checkbox"],
#moove_gdpr_cookie_modal .switch input[type="checkbox"] {
    display: none !important;
}


/* Testimonials */
#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a,
#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
	opacity: 1 !important;
}
#top .avia-slider-testimonials .avia-slideshow-arrows a {
	color: #000;
}
#top .avia-slider-testimonials .avia-slideshow-arrows a:hover {
	color: #944181;
}

/*** Hide Recaptcha Badge ***/
.grecaptcha-badge { 
    visibility: hidden !important;
}