/*
Theme Name: Salient Landing 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;
}
.d-none{
    display: none !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;
}

/*** testimonial ***/

.testimonial-name{
    font-weight: 700;
}

/*** alignment ***/



/*** blockquote ***/
@media screen and (max-width: 690px){
    .testimonial_slider[data-style*=multiple_visible] blockquote p{
        font-size: .8em;
        line-height: 1.3;
    }
}

/*** slider ***/

.swiper-slide .button a{
    font-size: 15px;
}