/*
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
*/


/* TYPOGRAPHY & HEADINGS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700;900&family=Russo+One&display=swap');

h2 {
    font-size: 32px !important;
    line-height: 42px !important;
}
h2 strong, h4 strong {
    font-family: 'Russo One' !important;
}
h3 {
    color: #3c6770;
    font-size: 28px !important;
    line-height: 38px !important;
    text-transform: uppercase;
}
p, a, li {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}
.white-text h1, .white-text h3, .white-text h4{
    color: white;
}

/* FOR FULL WIDTH CONTENT */
@media screen and (min-width: 1000px){ 
    .pin-right, .pull-right {
        display:flex!important;
        align-items:center;
        justify-content:flex-end!important;		
    }
    .pin-right > div, .pull-right > div {
        padding-left: 90px;
        max-width: 850px;
        padding-right:20px;
    }
    .pin-left, .pull-left {
        display:flex!important;
        align-items:center;
        justify-content:flex-start!important;		
    }
    .pin-left > div, .pull-left > div {
        padding-right: 90px;
        max-width: 850px;
        padding-left:20px;
    }
}
@media screen and (min-width: 691px) and (max-width: 999px) {
    .pin-left > div, .pull-left > div {
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 690px) {
    .pin-left > div, .pull-left > div {
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* SET STANDARD SPACING FOR ALL ROWS */
/*.vc_row-fluid > .span_12 > .wpb_column { /* padding for all rows */
/* .vc_row-fluid > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper { padding for all columns */
.vc_row > .row_col_wrap_12 { /* padding for main rows */
    padding:60px 0;
}
.extra-padding > .col {
    padding-top:80px;
    padding-bottom:80px;
}
.extra-padding-bottom > .col, .extra-padding-bottom {
    padding-bottom:50px;
}
.extra-padding-top > .col, .extra-padding-top {
    padding-top:50px !important;
}
@media screen and (min-width:1000px){
    .vc_row-fluid > .span_12 .wpb_column.extra-padding-right {
        padding-right:80px;
    }
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-padding, .no-padding .wpb_wrapper, .no-padding .row_col_wrap_12, .no-padding .vc_col-sm-6 {
    padding:0!important;
}
.no-padding-top, .no-padding-top .wpb_wrapper, .no-padding-top .row_col_wrap_12 {
    padding-top:0!important;
}
.no-padding-top-bottom, .no-padding-top-bottom .wpb_wrapper, .no-padding-top-bottom .row_col_wrap_12 {
    padding-top:0!important;
    padding-bottom:0!important;
}
.no-padding-bottom, .no-padding-bottom .wpb_wrapper, .no-padding-bottom .row_col_wrap_12 {
    padding-bottom:0!important;
}
.no-margin, .no-margin .wpb_wrapper {
    margin:0!important;
}

/* BUTTONS */
body .nectar-button[data-color-override="false"].regular-button, body[data-form-submit="regular"] .container-wrap input[type="submit"] {
    font-family: 'Roboto';
    font-size: 16px !important;
    padding: 10px 50px !important;
    font-weight: 700;
    background-color: #343333 !important;
    transition: all 0.5s ease-in-out;
}
body .nectar-button[data-color-override="false"].regular-button:hover, body[data-form-submit="regular"] .container-wrap input[type="submit"]:hover{
    background-color: #3c6770 !important;
    opacity: 1;
    transition: all 0.5s ease-in-out
}

/* HEADER NAVIGATION */
#top {
    background:linear-gradient(117deg, rgba(60,103,112,0.9)2%, rgba(60,103,112,0.95)2%, rgba(60,103,112,0.95) 4%, rgba(60,103,112,1) 4%, rgba(60,103,112,1) 6%, rgba(40,40,40,1) 6%, rgba(52,51,51,1) 94%, rgba(58,98,106,1) 94%, rgba(58,98,106,1) 96%, rgba(60,103,112,0.95) 96%, rgba(60,103,112,0.9) 98%, rgba(60,103,112,0.85) 98%, rgba(60,103,112,0.85) 98%)
}
#logo {
    margin: 0 !important;
}
#top .menu-item a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
}
#header-secondary-outer .menu-item a{
    font-weight: 700;
    color: #3c6770 !important;
    margin-left: 20px !important;
}

/* FOOTER */
#footer-outer .flex-row, #footer-outer ul {
    display: flex;
}
#footer-widgets {
    background-color: #f7f7f7 !important;
}
#footer-outer .row {
    padding: 0 !important;
}
#footer-outer #footer-widgets .col p {
    padding-top: 20px !important;
    font-weight: 800 !important;
}
#footer-outer[data-cols="1"] .col {
    text-align: left !important;
}
/* FOOTER NAVIGATION */
#wysiwyg_widgets_widget-2 .flex-row {
    justify-content: space-between;
    align-items: center;
}
#wysiwyg_widgets_widget-2 img {
    margin-bottom: 0;
    width: 100%
}
#wysiwyg_widgets_widget-2 p, #wysiwyg_widgets_widget-2 li {
    color: #343333;
}
#wysiwyg_widgets_widget-2 p {
    font-weight: 800;
    padding-bottom: 10px !important;
    text-transform: uppercase;
}
#wysiwyg_widgets_widget-2 li:first-of-type{
    margin-right: 35px;
}
#wysiwyg_widgets_widget-2 li i {
    color: #3c6770;
    margin-right: 15px;
}
#wysiwyg_widgets_widget-2 li{
    display: flex;
    flex-wrap: wrap;
}
#footer-outer #wysiwyg_widgets_widget-2 li a {
    padding-left: 30px !important;
}
#footer-outer #wysiwyg_widgets_widget-2 li:nth-of-type(2) a {
    padding-left: 35px !important;
}
/* quarterly update fix for footer items */
.material #footer-outer #footer-widgets .col ul li:first-child {
    padding: 4px 0!important;
}
   
/* FOOTER COPYRIGHT */
#wysiwyg_widgets_widget-3 {
    background: linear-gradient(117deg, rgba(40,40,40,1) 0%, rgba(52,51,51,1) 58%, rgba(60,103,112,1) 58%);
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%;
}
#wysiwyg_widgets_widget-3 > .flex-row{
    max-width: 1425px;
    padding: 0 90px !important;
    margin: 0 auto !important
}
#wysiwyg_widgets_widget-3 .flex-row{
    justify-content: space-between;
    align-items: center;
}
#wysiwyg_widgets_widget-3 p, #wysiwyg_widgets_widget-3 li a{
    color: #fff !important;
    font-size: 14px !important;
}
#wysiwyg_widgets_widget-3 li a:hover {
    color: #fff !important;
}
#wysiwyg_widgets_widget-3 li{
    margin-right: 15px !important;
}
#wysiwyg_widgets_widget-3 li:last-of-type{
    margin-right: 0 !important;
}

/* PADDING */
.ptb-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* IMAGE CAROUSEL */
.owl-stage {
    padding: 0 !important;
}
.owl-dots {
    margin-top: -30px !important;
}
.owl-dot span{
    width: 30px !important
}
.owl-carousel {
    margin-bottom: 0 !important;
}
#services .owl-carousel:last-of-type {
    display: none;
}

/* PRODUCT TABS ELEMENT */
.wpb_tabs_nav a {
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
}
.wpb_tabs_nav li {
    margin: 10px 0 !important;
}
.wpb_tabs_nav a:not(.active-tab) {
    background-color: #343333 !important;
    color: #fff !important;
}
/* download icon after the pdf links */
.tabs-row .wpb_text_column a::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2021/01/download.svg);
    height: 15px;
    width: 15px;
    bottom: 4px;
    right: -20px;
}
.tabs-row .wpb_text_column a{
    position: relative;
    margin-right: 20px;
}
/* MAP ROW */
.map-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0;
}
/*form styling*/
span.gfield_required {
    display: none;
}
input#input_1_1, input#input_1_2, input#input_1_3, textarea#input_1_4{
    padding: 15px;
    background-color: white;
    margin-top: 0px;
}
textarea#input_1_4 {
    height: 150px;
}
li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4 {
    margin-top: 20px !important;
}
.gform_footer.top_label {
    text-align: right !important;
}

label.gfield_label {
    display: none !important;
}
/* thank you message */
#gform_confirmation_message_1 {
    font-weight: 400;
    font-size: 22px !important;
    text-align: center;
    position: absolute;
    top: 50%;
}

/* google maps terms */
.gm-style-cc {
    /* bottom: 6px !important; */
}
.gm-style-cc a {
    font-size: 10px !important;
    bottom: 6px !important;
    position: relative;
}

/* MEDIA QUERIES */
@media screen and (min-width: 1000px){
    .hide-desktop {
        display: none !important;
    }
    .contact-copy {
        padding-right:15%;
    }
    #wysiwyg_widgets_widget-2 .flex-row div:first-of-type {
        padding-left: 50px !important;
    }
}
@media screen and (max-width: 999px){
    .vc_row > .row_col_wrap_12 {
        padding: 30px 0;
    }
    /* HEADER NAV */
    #header-outer{
        padding: 0 !important
    }
    #top {
        background:#343333
    }
    #header-outer #mobile-menu:before {
        background-color: #676767 !important;
    }
    #header-outer #mobile-menu {
        top: unset !important;
    }
    #header-secondary-outer {
        display: none;
    }
    #header-space {
        height: 40px !important;
    }
    /* FOOTER */
    #wysiwyg_widgets_widget-2 .flex-row{
        display: block;
    }
    #footer-outer .flex-row, #footer-outer ul {
        flex-wrap: wrap;
    }
    /* FOOTER COPYRIGHT */
    #wysiwyg_widgets_widget-3 {
        background: linear-gradient(180deg, rgba(40,40,40,1) 0%, rgba(52,51,51,1) 47%, rgba(60,103,112,1) 43%);
        width: 102vw;
        margin-left: -52vw;
        text-align: center;
    }
    #wysiwyg_widgets_widget-3 > .flex-row{
        max-width: 600px;
        padding: 0 !important;
        margin: 0 auto !important
    }
    #wysiwyg_widgets_widget-3 ul {
        padding: 20px 0 !important
    }
    #wysiwyg_widgets_widget-3 ul, #wysiwyg_widgets_widget-3 p {
        width: 100%;
        text-align: center;
    }
    #wysiwyg_widgets_widget-3 ul{
        justify-content: center;
    }
    #footer-widgets img {
        max-width: 400px;
    }
    /* CAROUSEL */
    #services .owl-carousel:last-of-type {
        display: block;
    }
    #services .owl-carousel:first-of-type {
        display: none;
    }
    #services .pin-left {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    /* tabs */
    body .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
        white-space: normal;
        padding: 3px;
        margin: 2px !important;
    }
    .tabbed[data-style*="vertical"] .wpb_tabs_nav {
        width: 100%;
        text-align: left;
        margin-bottom: 35px!important;
    }
    .tabs-row .row_col_wrap_12.col.span_12.dark.left {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .tabs-row .wpb_text_column:last-of-type {
        margin-bottom: 0 !important;
    }
    .tabs-row .wpb_tab {
        padding-bottom: 10px !important;
    }
    /* form spacing */
    .gform_footer.top_label, .gform_wrapper {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    } 
    #gform_submit_button_1{
        margin-bottom: 0 !important;
    }
}
@media screen and (min-width: 691px) and (max-width: 999px){
    .hide-tablet{
        display: none !important;
    }
}
@media screen and (max-width: 690px){
    .hide-mobile {
        display: none !important;
    }
    /* FOOTER */
    #wysiwyg_widgets_widget-3 {
        padding: 0 !important
    }
    #wysiwyg_widgets_widget-2 ul{
        /* flex-wrap: nowrap; */
        justify-content: space-between;
    }
    #wysiwyg_widgets_widget-2 li:first-of-type{
        margin-right: 5px;
    }
    #wysiwyg_widgets_widget-2 li{
        /* font-size: 14px !important; */
    }
    #footer-outer #wysiwyg_widgets_widget-2 li a {
        padding-left: 30px !important;
        width: 100%;
    }
}
