/*
Theme Name: Brentwood Theme
Theme URI: https://wordpress.org/themes/
Author: Brentwood Team
Author URI: https://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.testimonial-block .block .text-caption p {
	color: #676767;
}

/*.blog-page-detail .left figure {
	max-height: 600px;
}*/
.callme-back-block form .input-field {margin-bottom: 10px;}
.callme-back-block form .input-field input.wpcf7-not-valid,
.callme-back-block form .input-field select.wpcf7-not-valid + .select2 {border: 2px solid red;}


//.faq-list li .faq-title { background: red; }
.faq-list li:nth-child(even) .faq-title { background-color: rgb(29,24,24); border-right:60px solid rgb(29,24,24);}
.faq-list li:nth-child(odd) .faq-title { background-color: #30a04c; border-right:60px solid #30a04c;}

.gallery .gallery-item img{height: auto;width: 100%;}
@media (min-width:767px) {
.gallery{display: table;}
.gallery .gallery-item{width: 33.33%;float: left;padding: 0px 10px;}

}
.home .our-blog-block{float: left !important;}
p.space{margin-bottom: 0px;}
.status.cf a.btn-read-more{margin-bottom: 50px;}
#menu-main-menu li.current-menu-item a{color: #62be4e !important;}
.wp-caption-text.gallery-caption{text-align: center;min-height: 35px;}
.blog-page-detail .left figure {
    margin-bottom: 25px !important;
}
@media (max-width:767px) {
.single-post .gallery{display:table;}
}

@media only screen and (min-width:1700px){
body .wp-caption-text.gallery-caption{min-height: 40px !important;}
}