/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none !important; 
-moz-animation: none !important; 
animation: none !important; 
}

.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}

#top .avia-content-slider .slide-entry-title.entry-title, 
#top .avia-content-slider .slide-entry-title.entry-title a {
    font-size: 16px;
    color: #000000 !important;
}

#top .avia-content-slider .slide-entry-title.entry-title a:hover {
    color: #f48f00 !important;
}

.avia-testimonial {
    background: #ececec;
}

.avia-testimonial-content {
    min-height: 100px;
}

.avia-testimonial-wrapper .avia-testimonial-row:last-child .avia-testimonial {
    border-bottom: none;
    border-right: 10px solid #ffffff !important;
}

.avia-testimonial-content {
    border-bottom: 2px solid white; 
}




/*----------------------------------------
// CSS - Post slider with round thumbs
//--------------------------------------*/

.avia-content-slider .slide-image, 
.avia-content-slider .slide-image img {
    border-radius: 20px;
    background: transparent!important;
 
}

/* change colour of Submit & Next button on contact form */
.wpforms-form button[type=submit], button.wpforms-page-button {
    background-color: #f48f00 !important;
    border-color: #f48f00 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover, button.wpforms-page-button:hover {
    background-color: #595959!important;
}

#top.page-id-3536 #av_section_1 .av_one_half.avia-builder-el-first {
    border-right: none !important;
}

#top.page-id-3536 #av_section_1 .av_one_half.avia-builder-el-last {
    border-left: none !important;
}

	
	/* styling for pop up form in locations */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
