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

@media screen and (max-width:1024px){
    .dx-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;
}

/*** list-custom ***/

.list-custom .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.list-custom .wpb_wrapper .iwithtext{
    width: 50%;
}

.row .col.list-custom  .iwithtext .iwt-icon img:not([srcset]){
    width:50px;
}
.list-custom .iwithtext .iwt-text{
    padding-left:75px;
    width: 90%;
}

@media screen and (max-width:1024px){
    .list-custom .wpb_wrapper .iwithtext{
    width: 100%;
}
}
