/*
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:#A1C613;

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

/*** footer copyright ***/

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

/*** colors ***/

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

/*** img customs ***/

.img-with-aniamtion-wrap .hover-wrap{
    margin-bottom: 0;
}

/*** list style ***/
.nectar-fancy-ul ul li{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.nectar-fancy-ul ul li .icon-default-style[class^=icon-]{
    font-size:10px;
}
div:not(.trucks) .nectar-fancy-ul ul li{
    font-weight: 400;
    text-transform: none;
}
div.trucks .nectar-fancy-ul ul li strong{
    text-transform: uppercase;
}

/*** sgvs ***/

.sgvs{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:;
    height:;
} 
.sgvs-scorpio{}
.sgvs-rotate-90{}

/*** menu ***/

.sf-menu>li ul{
    width:28em;
}

/*** menu footer ***/

.menu-footer ul.menu li{
    margin-bottom: 30px;
}

/*** gallery ***/

.nectar-flickity[data-controls=touch_total] .flickity-page-dots{
    visibility: visible !important;
    opacity: 1 !important;
}
.flickity-page-dots .dot:before{
    background: #FFF !important;
}