/*
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
*/
@import "fonts/fonts.css";
@import "includes/css/forms.css";
:root{
    --theme-color:#00b300;
    --extra-color-01:#004a00;
    --extra-color-02:#217ba8;
    --extra-color-03:;

}
/*** generic helpfull ***/

.multiply{
    mix-blend-mode: multiply !important;
}
.rotate-38{
    transform: rotate(38deg) !important;
}
.opacity-05{
    opacity: .05 !important;
}
.opacity-25{
    opacity: .25 !important;
}
.fw-3{
    font-weight: 300 !important;
}
.fw-4{
    font-weight: 400 !important;
}
.op-19{
    opacity: 0.19;
}

/*** footer copyright ***/

#footer-outer #copyright[data-layout="centered"]{
    padding:10px 0;
}

/*** colors ***/

.theme-color{
    color:var(--theme-color) !important;
}
.extra-color-01{
    color: var(--extra-color-01) !important;
}
.black-color{
    color:#000;
}
.white-color{
    color:#FFF;
}


/*** testo evidenza ***/
.nectar-highlighted-text{
    margin-bottom: 0 !important;
}
#evidenza{
    color:var(--theme-color);
    padding: 5px;
    border-radius: 20px;
    background-size: contain;
}

/*** font family ***/

.poppins{
    font-family: 'Poppins' !important;
}
.normal-text{
    text-transform: none !important;
}
.italic{
    font-style: italic !important;
}

/*** list style ***/
.nectar-fancy-ul[data-list-icon=dot] ul li{
    padding-left:30px
}
.nectar-fancy-ul[data-list-icon=dot] ul li:before{
    font-size: 30px;
    color:var(--extra-color-02);
}

/*** text + icon ***/
.row .col .iwithtext{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.row .col .iwithtext .iwt-icon {
    position: relative;
}
.row .col .iwithtext .iwt-icon img:not([srcset]){
    min-width: 73px;
    margin-bottom: 0;
    margin-right: 20px;
}
.iwithtext .iwt-text{
    padding-left: 0;
}
.row .cta-icons .col .iwithtext{
    justify-content: center;
}
.row .cta-icons .col .iwithtext .iwt-icon img:not([srcset]){
    max-width: 48px;
    min-width: auto;
} 
 .cta-icons .iwithtext .iwt-text h5{
    margin: 0;
    padding: 0;
}
@media screen and (max-width:1024px){
    .row .col .iwithtext{
        flex-wrap: nowrap;
    }
    .row .col .iwithtext .iwt-icon img:not([srcset]){
        min-width:45px;
        margin-right:10px;
    }
}

/*** social icons ***/

.social-icon{
    background-color:#FFF;
    border-radius:50%;
    padding: 5px;
}

/** sgvs ***/

.sgvs-bottom.wpb_row .row-bg-wrap .row-bg-overlay:before{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height: 250px;
    background-image: url('/wp-content/uploads/2025/12/sgvs-blue-top.png');
    background-size: 130% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.sgvs-top-transparent.wpb_row .row-bg-wrap .using-image:before{
    content:'';
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height: 250px;
    background-image: url('/wp-content/uploads/2025/12/sgvs-blue-bottom.png');
    background-size: 130% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.sgvs-bottom-transparent.wpb_row .row-bg-wrap .using-image:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height: 250px;
    background-image: url('/wp-content/uploads/2025/12/sgvs-transparent-bottom.png');
    background-size: 130% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.sgvs-top-green.wpb_row .row-bg-wrap .using-bg-color:before{
    content:'';
    position: absolute;
    top: -220px;
    left:0;
    width:100%;
    height: 500px;
    background-image: url('/wp-content/uploads/2025/12/sgvs-white.png');
    background-size: 130% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

#header-outer[data-full-width="true"] header > .container:before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 500px;
    background-image: url(/wp-content/uploads/2025/12/sgvs-logo-big.png);
    background-repeat: no-repeat;
    background-position: 65% 100%;

}

@media screen and (max-width:1024px){
    .sgvs-bottom.wpb_row .row-bg-wrap .row-bg-overlay:before,
    .sgvs-top-transparent.wpb_row .row-bg-wrap .using-image:before,
    .sgvs-bottom-transparent.wpb_row .row-bg-wrap .using-image:after{
        height: 100px;
    }
    .sgvs-top-green.wpb_row .row-bg-wrap .using-bg-color:before{
        height: 100px;
    }
    #header-outer[data-full-width="true"] header > .container:before{
        bottom: -25px;
        background-position: 52% 100%;
        height: 514px;
    }
}

/*** header ***/

#header-outer #logo{
    margin-top: 35px;
    margin-bottom: 35px;
}

@media screen and (max-width:1024px){
    #header-outer #logo{
        margin-top: inherit;
        margin-bottom: inherit;
    }
}

body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true]{
    background: linear-gradient(180deg,rgba(33, 123, 168, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/*** slider mobile ***/

@media screen and (max-width:1024px){
    .bg-slider.full-width-section .row-bg, .wpb_row .row-bg{
        background-position: 54% 100% !important;
    }
}

/*** footer icons ***/
.row .footer-icons.col .iwithtext{
    margin-bottom: 5px;
    flex-wrap: nowrap;
}
.row .footer-icons.col .iwithtext a{
    color:#FFF;
}
.row .footer-icons.col .iwithtext a:hover{
    opacity: .8;
}
.row .footer-icons.col .iwithtext .iwt-icon{
    background-color: #FFF;
    border-radius: 100px;
    padding: 5px;
    width: 35px;
    max-width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.row .footer-icons.col .iwithtext .iwt-icon i{
    font-size: 25px;
    line-height: 25px;
}

/*** menu hamburger ***/

@media screen and (max-width:1024px){
    #header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after,
    #header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before{
        background-color: var(--theme-color) !important;
    }
}

/*** font custom ***/

@media screen and (max-width:1024px) and (max-width:690px){
    .text-mobile{
        font-size: 34px !important;
        line-height: 34px !important;
    }
}

@media only screen and (max-width: 690px) {
    .wpb_wrapper h2.vc_custom_heading {
        font-size: 34px !important;
        line-height: 34px !important;
    }
}