/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*************** 
    1. Header 
****************/


/* Hero display adjustments */

@media only screen and (min-height: 999px) {
    #hero {
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);    
    }
}

@media only screen and (max-width: 999px) {
    #hero .hero-heading h1 {
        max-width: 500px !important;
    }    
    #hero .hero-cta {
        margin-bottom: 100px;
    }    
}

@media only screen and (max-width: 1200px) {   
    #top .phone-number .menu-title-text {
        display: none;
    }     
    #top .phone-number a {
        border: 2px solid #ffffff;
        border-radius: 200px!important;
        -webkit-border-radius: 200px!important;
        line-height: 17px;
        padding: 6px 8px !important;
    }
    #top .phone-number a i {
        margin: 0 !important;
    }          
    #top .sf-menu > li.phone-number > a {
        border-color: #000000 !important;
    }
    
    #header-outer.transparent.dark-slide #top .sf-menu > li.phone-number > a {
        border-color: #ffffff !important;
    }    
}


/* Header Image */

.header-image-container {
    max-height: 400px !important;
    max-width: 800px !important;
}

.header-image {
    max-width: 375px !important;
}

@media (max-width: 999px) {
    .header-image-container {
        margin-top: 25px;
        max-height: 200px !important;
        max-width: 600px !important;
    }    
    .header-image {
        max-width: 200px !important;
    }
}

/* Header Feature Boxes */

#features i.icon-default-style {
    padding-top: 6px;
    font-size: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3) !important;
}

#features .vc_column-inner {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

#features .iwt-text {    
    font-size: 0.9em;
}

@media (max-width: 999px) {
    #features .vc_column-inner {
        padding: 15px;
    }    
    #features .vc_column_container {
        margin-bottom: 20px;
    }
}


/* Let us Call You - Extra Call To Action */

#hero .call-center {  
    position: absolute;
}

@media only screen and (max-width: 999px) {
    #hero .call-center-content {  
        position: absolute;
        top: -50px;
        left: 182px;
        min-width: 175px;
    }   
}

#hero .call-center > .wpb_wrapper > .call-center-content {
    color: rgba(255,255,255,1);
    font-size: 12px !important;   
}

#hero .call-center > .wpb_wrapper > .call-center-content > .call-center-waiting {
    padding: 12px 24px;
    border-radius: 25px;
    border-width: 2px;
    border-color: #fff;
}

#hero .call-center > .wpb_wrapper> .call-center-content > .call-center-arrow {
        width: 50px;
        height: 59px;
        background-image: url('/landing/images/arrow_down_cta.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
}

#hero .call-center > .wpb_wrapper> .call-center-content > .call-center-message { 
    margin-top: 6px;    
    color: rgba(255,255,255,1);
    font-size: 12px; 
    line-height: 1.2em;
}

#hero .call-center > .wpb_wrapper> .call-center-content > .call-center-estimated-wait {
    margin-top: 2px;
    color: #82c9ff;
    font-size: 12px; 
    line-height: 1.2em;
}

#hero .call-center > .wpb_wrapper> .call-center-content > .call-center-estimated-wait strong { 
    font-weight: 700 !important;
}

/* Phone Number */

.phone-number-mobile {
    margin-top: 50px;
}

/* Off Canvas Background */

#slide-out-widget-area-bg {
    background-color: #091030 !important;
}

/* Adjust header CTA color */

#header-outer .menu-get-connected a:before, #header-outer.detached .menu-get-connected a:before {
    background-color: #304d87 
}

#header-outer.transparent #header-outer .menu-get-connected a:before, #header-outer.detached.transparent .menu-get-connected a:before {
    background-color: #82c9ff;
}

#header-outer.scrolling  .menu-get-connected a:before {
    background-color: #304d87   
}

#header-outer.scrolling  .menu-get-connected a:before {
    background-color: #304d87   
}

/* Remove home link on homepage */

body.home .home-link {
    display: none !important;
}


/*************** 
    2. Other
****************/

/* How It Works */

#how-it-works .nectar-fancy-box {
    border: 2px solid rgba(255, 255, 255, 0.1);
}

#how-it-works .nectar-fancy-box .inner {
    padding-bottom: 0;
}

/* Form */

/* Form */

form#connection-form {
    clear: both;
}

form#connection-form label.terms-checkbox div.agreement-text {
    margin-top: -26px;
    margin-left: 26px;
    font-size: 0.8em;
    color: #ffffff;
    line-height: 1.6em;
}

form#connection-form label.terms-checkbox div.agreement-text a {
    color: #ffffff;
    text-decoration: underline;
}

form#connection-form .clear {
    margin-top: 2vh;
}

form#connection-form #submit-form, form#contact-form #submit-form {
    margin-top: 2vh;
}

form#contact-form label {
    display: block;
    margin-top: 20px;
}

form#contact-form .error, form#connection-form .error {
    margin-top: 5px;
    line-height: 1.2em;
    font-size: 12px;
    color: #e87470;
}

label.has-error input, label.has-error textarea {
    border: 3px solid #e87470 !important;
}

.form-estimated-wait {
    display: block;
    float: right;
    color: #ffffff;
    padding: 0.8em 1.6em;
}

.thank-you-panel {
    display: none;
}

.thank-you-message {
    padding: 5%;
}

/* Providers Animation */

#leading-australian-providers .column-image-bg {
    background-color: #fff;
    background-repeat: repeat-x;
    background-size: 3555px auto;
    animation: marquee 45s infinite linear;
    height: 100px;
}

@keyframes marquee {
	0% { background-position: 0; }
	100% { background-position: -3555px; }
}

/* Testimonials */

#testimonials .nectar-badge {
    text-align: center;
}

/* Footer */

#footer-widgets { 
    display: none; 
}

#footer-terms p {
    font-size: 0.9em !important;
    line-height: 1.5 !important;
}

@media only screen and (max-width: 999px) {

    #footer-info .footer-links .nectar-cta {
        margin-bottom: 15px;
    }        
    #footer-info .footer-contacts {
        margin-top: 32px;
    }    
}

h1, h2, h3, h4 h5, h6, .wpb_wrapper>.nectar-split-heading, .wpb_wrapper>.nectar-responsive-text, #hero {
    margin-bottom: 0;
}