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


/*NAV MENU*/
#header-outer .nectar-header-text-content{padding:0px;}
#header-outer:not(.transparent) #top{border-bottom:2px solid #b58e58;}
#header-outer .nectar-header-text-content a.btn-whatsapp:hover:after{display:none;}
#header-outer .nectar-header-text-content a.btn-shopee:hover:after{display:none;}
#header-outer #mobile-menu:before{border-top:5px solid #b58e58;border-bottom:5px solid #b58e58; box-shadow: 0px 20px 30px grey;background-color:#f0f0f0 !important;}
#header-outer #mobile-menu .nectar-header-text-content{background-color:inherit !important;}
.btn-whatsapp{background-color: #25D366; color: #fff !important; padding: 10px 20px; border-radius: 5px; text-align: center; font-size: 16px; width: 230px; box-sizing: border-box;}
.btn-shopee{background-color: #EE4D2D; color: #fff !important; padding: 10px 20px; border-radius: 5px; text-align: center; font-size: 16px; margin-left: 10px; width: 230px; box-sizing: border-box;}
a[aria-current="page"] .menu-title-text{color: #b58e58; font-weight: 600;}

/*FOOTER*/
#footer-outer #footer-widgets{border-top: 2px solid #b58e58;}

/*SINGLE POST*/
#author-bio{display:none;}

/*Global*/
.text_white{color:#fff;}
.text_red{color:#440001;}
.fw_800 h1{font-weight:800 !important;}
.fw_800 h3{font-weight:800 !important;}
.ls_3px h1{letter-spacing: 3px;}

@media only screen and (max-width: 1024px) {
	#header-outer:not(.transparent) #top{border-bottom:none;}
}

@media only screen and (max-width: 480px){
	.btn-whatsapp{width:100%;margin:5px 0;}
	.btn-shopee{width:100%; margin-left:0;margin:5px 0;}
}