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

body #header-outer.side-widget-open, body[data-header-color="dark"] #header-outerside-widget-open {
    background-color: transparent !important;
}
#slide-out-widget-area.fullscreen-split .inner>.container {
	max-width: calc(100% - 20px);
	padding-top: 48px !important;
	padding-bottom: 35px !important;
	margin: 0px !important;
	margin-top: 100px !important;
	text-align: center;
}
#slide-out-widget-area.fullscreen-split .left-side,
#slide-out-widget-area.fullscreen-split .right-side {
	display: block !important;
	width: 100% !important;
	padding-right: 0px !important;
}
#slide-out-widget-area .inner .off-canvas-menu-container li { margin: 36px 0px !important; }
#slide-out-widget-area .inner .off-canvas-menu-container li:first-child { margin-top: 0px !Important; }
#slide-out-widget-area .inner .off-canvas-menu-container li:last-child { margin-bottom: 0px !Important; }
body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line { background-color: #FFF; }

@media only screen and (min-width: 1px) and (max-width: 999px) {
	#slide-out-widget-area-bg.fullscreen-split {
		background: url(https://gxptours.com/wp-content/uploads/2023/12/mobile-navigation-menu-bg.png);
		background-size: cover;
	}
	#slide-out-widget-area.fullscreen-split .right-side {
		position: absolute;
		bottom: 0px;
		width: 100%;
		margin-bottom: 38px !important;
	}
	#slide-out-widget-area .bottom-text a {
		display: inline-flex;
		width: 100%;
		border-radius: 60px;
		border: 2px solid #FFF;
		padding: 14px 25px;
		font-family: Outfit;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		align-items: center;
		justify-content: center;
	}
	#slide-out-widget-area .bottom-text a img { margin-right: 10px; }
}
@media only screen and (max-width: 690px) {
	#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a {
		font-size: 25px !important;
		line-height: 1.2em !important;	
	}	
}
@media only screen and (max-width: 375px) {
	#slide-out-widget-area.fullscreen-split .inner>.container { margin-top: 0px !important; }
	#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a { font-size: 18px !important; }
	#slide-out-widget-area .inner .off-canvas-menu-container li { margin: 22px 0px !important; }
}