/*
Theme Name: Symport
Theme URI: https://jadewits.com
Description: This is a custom child theme for Jalient
Author: JadeWits
Author URI: https://jadewits.com
Template: salient
Version: 1.0
*/

/* common */
#chaty-widget-0 .chaty-widget{
    right:10px !important;
    bottom:50px !important;
}

.testimonial_slider .image-icon.has-bg{
    width:100px;
    height: 100px;
}

#footer-outer .widget{
    margin-bottom: 20px !important;
}


#footer-outer .widget h4, .text-on-hover-wrap .categories a{
    font-size: 14px !important;
    color:#fff !important;
    margin-bottom: 20px !important;
}


#footer-outer[data-cols="1"] #copyright, #footer-outer #copyright[data-layout="centered"]{
    padding:20px 0px;
}







/*desktop only */
@media only screen and (min-width: 801px){
    
    .swiper-slide .content p{
        font-size: 14px;
        line-height: 20px;
    }
   
}

/* mobile only */ 

@media only screen and (max-width: 800px){
    
    #mobile-menu{
        background: #0078d4;
    }

    #mobile-menu ul li a,#mobile-menu ul li a .sf-sub-indicator i,body #mobile-menu li.open > a [class^="icon-"]{
        color:#fff !important;
    }

    .mobile_slider .container{
        width:100% !important;
        padding:0 !important;
        margin:0 !important;
        max-width: none !important; 
    }
    
    .mobile_slider .nectar-slider-wrap .swiper-slide[data-y-pos="bottom"] .content{
        bottom:0px !important;
        left:0px !important;
        right:0px !important;
        padding:20px !important;
        background: #0078d4;
    }
    
    .mobile_slider .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a, #boxed .swiper-slide .content a{
        font-size: 14px !important;
        line-height: 20px !important;
    }
}