/*---------------------------------------------------------*\	
	DWLS-Design - Navigation (Desktop) v1.04
	http://www.dornenreich.com 				
	
	last update: 28-Apr-2022												
\*---------------------------------------------------------*/

.side-menu nav {
	position: fixed;
	height: 100%;
	width: 38rem;
	left: -38rem;
	overflow: auto;
	transition: 0.3s ease;
	background: rgb(153,153,153);
	background: -moz-linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(187,187,187,1) 28%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(187,187,187,1) 28%, rgba(221,221,221,1) 100%);
	background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(187,187,187,1) 28%, rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999",endColorstr="#dddddd",GradientType=1); 
	padding-bottom: 4rem;
}

#cloak {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(23, 23, 23, 0.7); 
	z-index: 97; 
	display: none;
}
