.btn-close {
	background: none;
	color: #aaa;
	border: 0 none;
	font-family: 'Times New Roman', serif;
	padding: 5px 6px;
	line-height: 29px;
	font-size: 37px;
	position: absolute;
	top: 13px;
	right: 16px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s opacity;
}

.btn-close:focus {
	outline: 0 none;
	color: #68707a;
}


/* site-menu-xs */ 
.site-menu-xs {
	position: fixed;
	background: #222;
	background: #fff;
	width: 100%;
	right: 0;
	height: 100%;
	z-index: 999999;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 50px 0 100px;
}

.site-menu-xs__inner {
	padding: 0 30px;
}

.site-menu-xs--active {
	top: 0;
	/* opacity: 0.5; */
}

.site-menu-xs__menu .menu-item-has-children > a::after {
	display: none;
}

.site-menu-xs__menu ul {
	padding: 0;
	margin: 30px 0 40px;
	list-style-type: none;
	border-top: 1px solid #ececec;
}

.site-menu-xs__menu .sub-menu {
	padding-left: 20px;
	border-top: 0 none;
	margin: 0 0 10px;
}

.site-menu-xs__menu li {
	border-bottom: 1px solid #ececec;
}

.site-menu-xs__menu .sub-menu li:last-of-type {
	border-bottom: 0 none;
}

.site-menu-xs__menu a,
.site-menu-xs__menu a:visited {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #005891;
	transition: 0.5s all;
}

.site-menu-xs__menu li .fas {
	font-size: 0.7em;
	position: relative; 
	top: -0.11em;
	margin-left: 0.4em;
}


.site-menu-xs__close-wrap {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 0;

}

.site-menu-xs__wrap .btn-close {
	top: 7px;
	right: 7px;
}

.dashboard .site-menu-xs__hide {
	display: none!important;
}

@media (min-width: 1024px) {
	.site-menu-xs__hide {
		display: none!important;
	}
}

