/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/





.first-part-home .row-bg.using-bg-color {
    width: 50% !important;
}

.overlapping-img {
    z-index: 111 !important;
    
}
img.img-with-animation[data-shadow="large_depth"], .wpb_column[data-shadow="large_depth"], .nectar_cascading_images .cascading-image[data-shadow="large_depth"] .img-wrap, .nectar_cascading_images .cascading-image[data-shadow="large_depth"] .bg-color, .nectar-video-box[data-shadow="large_depth"]{
box-shadow: 0 10px 20px rgba(0,0,0,0.75), 20px 20px 80px rgba(0,0,0,0.1)!important;
}

body[data-form-style="minimal"] .minimal-form-input label:before, body[data-form-style="minimal"] .minimal-form-input label:after {
    border-bottom: 1px solid #585857;
}

html body[data-form-style="minimal"] .minimal-form-input label span.text {
    color: rgb(88, 88, 87)!important;
}

body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
    color: rgb(88, 88, 87)!important;
}

#header-outer nav > ul > li.menu-item:before {
  height: 12px;
    width: 4px;
    position: absolute;
    float: left;
    content: " ";
    left: -1px;
    background: #eeee22;
    top: 13%;
}

#header-outer nav > ul > li.menu-item:after {
    width: 12px;
    height: 4px;
    position: absolute;
    float: left;
    left: -5px;
    background: #eeee22;
    content: "";
    top: 22%;
}

.call-to-action-custom-container .email-container {
    float: left;
    width: 70%;
    padding: 5px;
    padding-right: 25px;

}
.call-to-action-custom-container
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.call-to-action-custom-container .submit-container {
    width: 30%;
    height: 93px;
    float: left;
    position: relative;
    padding: 5px;
}

.call-to-action-custom-container .submit-container > input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    top: calc(100% - 57px);
    position: absolute;
    background: none !important;
    border: 2px solid #333;
    font-size: 16px;
    color: #333 !important;
    text-transform: uppercase;

}


/* Second subscribe form type */
.call-to-action-custom-container-2 .submit-container input.wpcf7-form-control.wpcf7-submit {
    padding-top: 20px;
    background: none !important;
    border: 2px solid #333;
    font-size: 16px;
    color: #333 !important;
    text-transform: uppercase;
    margin-top: 15px;
    width: 50%;
    float: left;
    position: relative;
    left: 50%;
    font-weight: bold;
}

.call-to-action-custom-container-2 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
}

.call-to-action-custom-container-2 label[for="id-2"] {
    font-weight: bold !important;
}

/* Third subscribe form type */
.custom-contact-3 .submit-container {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.custom-contact-3 .submit-container > input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #585857 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 16px;
}

.custom-contact-3 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
}

.main-header-section {
    background: rgba(238, 241, 239, 0.65);
    width: 100%;
   /* max-width: 800px;*/
    padding: 10px 50px;
}

.main-header-section h2 {
    color: #676767 !important;
    margin-bottom: 0px !important;
}

html body form.wpcf7-form div.submit-container > input[type=submit].wpcf7-form-control.wpcf7-submit:hover{
    background: #333 !important;
    color: #fff !important;
}


.newsletter-header{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.5px;
    padding-bottom: 10px;
}

.top-grey-backg {
    position: absolute;
    background: #f1f1f1;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
}

.testimonial-slider-row span.open-quote {
    color: #ec6524!important;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: -20px;
    font-family: "open sans";
    font-weight: 100;
}

.testimonial_slider:not([data-style*="multiple_visible"]) blockquote{
    color: #676767;
}
@media (min-width: 1000px){
    .categories-section-home .vc_column_container {
        margin-left: 1%;
        width: 32% !important;
    }
}
@media (max-width: 1400px){
    .top-grey-backg {
        height: 100%;
    }
}

@media (max-width: 1000px){
    .first-part-home .row-bg.using-bg-color {
        width: 0% !important;
    }

    .three-image-row .wpb_column{
        margin-top: 0px !important;
    }
}




