/* @override 
	http://sandbox.dev/wp-content/plugins/desq-toolbox/inc/desq-mobilemenu/desq-mobile-menu.css?ver=4.7.4
	http://lakemac.dev/wp-content/plugins/desq-mobilemenu/desq-mobile-menu.css?ver=4.8 */

/*desq RESPONSIVE MENU PLUGIN CSS - EDIT FREELY
--------------------------------------------- */

/*Setup the background to not scroll*/
html, body {
    height: 100%;
}

/*BUTTONS*/
.desq-mobilemenu-button{
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	color: #abb1b2;
	cursor: pointer;
	position: fixed;
	z-index: 999;
	top: 0;
	line-height: 76px;
	font-size: 42px;
	text-align: center;
	border-right: 1px solid #e7e8e6;
	height: 76px;
	width: 36px;
}


/*MENU*/
.desq-mobilemenu-overlay.hidden{
	margin-left: -130%;
}

.desq-mobilemenu-overlay{
	position: absolute;
	z-index: 400;
	background-color: rgba(0, 0, 0, 0.95);
	margin-top: 80px;
	margin-left: 0;
	padding: 20px 20px 20px 50px;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
}

.desq-mobilemenu-overlay-content{
	height: 100%;
	width: 100%;
	padding-right: 20px;
	overflow: scroll;
}

.desq-mobilemenu-overlay-content::-webkit-scrollbar{
	display: none;
}
.menu-mainmenu-container ul{
	margin: 0;
	padding: 0;
}
.desq-mobilemenu-overlay li{
	list-style: none;
}

/*Hide on viewports larger than this*/
@media only screen and (min-width: 1024px) {
	.desq-mobilemenu-button,
	.desq-mobilemenu-overlay,
	.desq-mobilemenu-overlay-content{
		display: none;
	}
}
