/*
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
*/

.red {
    color: #bb162b;
}

.blue {
    color: #002D72;
}

.big {
    font-size: 40px;
}

.row .col img.car-outline {
    display: block;
    margin: 25px auto;
    width: 350px;
}

.text-center {
    text-align: center;
}

/* Vehicle Details Table */
.vehicle-details-heading {
    margin-bottom: 25px;
}

body .main-content .vehicle-details tr td:first-child {
    font-weight: bold;
}

body .main-content .vehicle-details td.vehicle-rating {
    background: #27AE62;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin-bottom: 40px;
}

body .main-content .vehicle-details td.vehicle-rating ul {
    display: flex;
    margin: 0;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

body .main-content .vehicle-details td.vehicle-rating ul li {
    list-style-type: none;
    justify-content: center;
    padding: 20px;
    width: 100%;
    font-size: 24px;
}

/* Vehicle Ranking Score Styles */
body .main-content .vehicle-details td.vehicle-rating ul [data-score="0"] {
    background: #DE0000;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="1"] {
    background: #FF3300;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="2"] {
    background: #FF6600;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="3"] {
    background: #FF9900;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="4"] {
    background: #FFCC00;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="5"] {
    background: #eded1d;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="6"] {
    background: #c0e52c;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="7"] {
    background: #8fdf17;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="8"] {
    background: #69c32c;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="9"] {
    background: #4aa534;
}

body .main-content .vehicle-details td.vehicle-rating ul [data-score="10"] {
    background: #297615;
}

body .main-content .vehicle-details td.vehicle-rating ul li.active-score {
    position: relative;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    font-size: 40px;
}

body .main-content .vehicle-details td.vehicle-rating ul li.active-score:before {
    content: '';
    height: 15px;
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
}

body .main-content .vehicle-details td.vehicle-rating ul li.active-score:after {
    content: '';
    height: 15px;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
}

/* Video Background */
.wpb_row .nectar-video-wrap video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    object-position: 50% 30%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}

.nectar-progress-bar p {
    color: #BB162B !important;
}
/*
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-right: 30px!important;
    padding-left: 30px!important;
    line-height: 2;
    min-height: 32px;
    font-family: Plus Jakarta Sans;
    text-transform: none!important;
    letter-spacing: -0.02em;
    font-size: 16px;
    font-weight: 500;
}
*/

.save-as-pdf-pdfcrowd-button-wrap * {
    font-family: Plus Jakarta Sans, Arial, Helvetica, sans-serif;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 10px 25px;
}

.gform_next_button {
    padding: 10px 25px;
}

.gf_progressbar_title {
    padding-bottom: 5px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #002D72;
    color: #fff;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red {
    background-color: #bb162b;
    color: #fff;
}

.noUi-connect {
    background: #000;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_100 {
    background-color: #27AE62;
}


/* RESULTS PAGE */
/*
.page-id-210 #header-outer {
    display: none !important;
}
*/


/* Signature/Footer */
.signature {
    margin-top: 50px;
    display: flex;
    width: 100%;
    align-items: center;
}

.row .col .signature img.dealer-logo {
    align-self: center;
    width: 200px;
}

.row .col .signature > * {
    margin-right: 20px;
}

.signature .sign {
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 600;
}

.signature .date {
    border-bottom: 0;
    text-align: right;
    float: right;
}

/* Gravity Forms */
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.capitalize input {
    text-transform: capitalize;
}

.attention {
    color: #fff;
}

.attention:before {
    font-family: 'FontAwesome';
    content: '\f071';
    font-size: 20px;
    margin-right: 5px;
}

/* Return Home Button */
.return-home {
    background: #05141f;
    color: #fff;
    padding: 25px;
    font-size: 30px;
    font-weight: 600;
    z-index: 9999;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    position: fixed;
    bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
}

.return-home i {
    left: -4px;
}

.return-home:hover {
    color: #fff !important;
}

@media only screen and (max-width: 999px) {
    body #header-outer[data-transparent-header="true"].transparent {
        background-color: #bb162b !important;
    }

    body[data-bg-header=true] #header-outer[data-permanent-transparent="1"].transparent {
        background-color: #bb162b !important;
    }

    #header-outer #top nav > ul > li > a, #header-outer .slide-out-widget-area-toggle a i.label, #header-outer:not(.transparent) #top #logo, #header-outer #top .span_9 > .slide-out-widget-area-toggle i, #header-outer #top .sf-sub-indicator i, body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i, #header-outer #top nav ul #nectar-user-account a span, #header-outer #top #toggle-nav i, .material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, #header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user, #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, #header-outer #top #mobile-cart-link i, #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body[data-header-format="left-header"] #header-outer #social-in-menu a, #header-outer #top nav ul #search-btn a span, #search-outer #search input[type="text"], #search-outer #search #close a span, body.ascend #search-outer #search #close a span, body.ascend #search-outer #search input[type="text"], .material #search-outer #search .span_12 span, .style_slide_in_click .total, .style_slide_in_click .total strong, .nectar-slide-in-cart.style_slide_in_click h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list.woocommerce-mini-cart .mini_cart_item a, .style_slide_in_click .woocommerce-mini-cart__empty-message h3 {
        color: #fff !important;
    }

    #header-outer.transparent[data-permanent-transparent="false"].dark-slide #top .slide-out-widget-area-toggle.mobile-icon i:before, #header-outer.transparent[data-permanent-transparent="false"].dark-slide #top .slide-out-widget-area-toggle.mobile-icon i:after {
        background-color: #fff !important;
    }

    .video-column {
        min-height: 200px !important;
    }
}



