/*
Theme Name: Custom Theme Build
Author: Custom Theme  Build
Author URI: Custom Theme  Build
Description: Custom theme build in boilerplate + bootstrap using SASS
*/

.gform_validation_container {
	display: none;
}

.testimonials .cs-slider .cs-slides>li .fa {
    font-size: 13px;
    vertical-align: top;
    padding: 0 5px;
    line-height: 19px;
}

.two-column-layout .content .right img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #header {
        background: rgba(0,0,0,.8);
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .two-column-content.content-bg h2 {
         font-size: 41px;
    }
}
