/*
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
*/


.sf-menu {
	display:none !important;
}
body, #ajax-content-wrap .container-wrap {
    background:url(assets/mobile-banner.webp) top center no-repeat;
    background-size:cover;
}  
#header-outer{
  background-color:transparent !important;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    display:none !important;
}
@media only screen and (max-width:768px){
    header#top {
      background: #000 !important;
      padding: 10px !important;
      top: -12px !important;
    }
}