.mobile-menu-panel{	display: none; }

/* mobile menu button style */
.mobile-menu-button{
    line-height: 22px;
    font-size: 30px;
    background: transparent;
    color: rgb(236,186,24);
    font-weight: 900;
}
.mobile-menu-button-title{
    font-size: 12px;
    margin-top: -15px;
    text-align: center;
    font-weight: 600;
}

.ewb-menu-logo-wrapper h2{
	font-size:14px;
	color:#333;
}
.ewb-menu-list-wrapper li.default-buttons{
	border-bottom:none;
	padding:0px;
	text-align: center;
}
.ewb-menu-list-wrapper li.default-buttons a{
	display: inline-block;
	background-color: #333;
	color:#fff;
	padding:0.8rem 2rem !important;
	width:inherit;
	height: inherit;
	line-height: 1rem;
	border-radius:2px;
}

#ewb_menu_list > li:nth-child(2){
	border-top:none;
}

@media (max-width: 576px){
	/* mobile menu button style */
	.mobile-menu-button{
	    line-height: 20px;
		font-size:30px;
		background: transparent;
		color:rgb(236,186,24);
		font-weight: 900;
	}
	.mobile-menu-button-title{
	    font-size: 10px;
	    margin-top: -15px;
	    text-align: center;
	}
}	
	
@media (max-width: 850px){

	/* mobile menu logo */
	.logo-section.top {
	    width: 100%;
	    text-align: center;
	}
	.logo-section.left {
		float:right;
	}
	.logo-section.right {
		float:left;
	}
	
	/* mobile menu style - top*/
	.menu-section.top{
	    width: 100%;
	}
	.menu-section.top .top-nav{
	    height: 30px;
	}
	.menu-section.top .menu-collapser{
		display: none !important;
	}
	.menu-section.top ul{
		display: flex !important;
		width: 100%;
		height: 100%;
    	margin: 0;
	}
	.menu-section.top ul > li{
	    float:left;
		font-weight: 600;
		margin:0 auto;
    	padding: 0;
	}
	.menu-section.top ul > li a{
		text-decoration: none;
	    color: inherit;
    	line-height: inherit;
	}
	.menu-section.top ul > li > ul{
		display: none !important;
	}
	
	/* mobile menu style - left & right */
	aside{
    	display: none;
	}	
	.mobile-menu-panel{	display: none;position:fixed;z-index:10001;top:0px;left:0;width:300px;height:100%;background-color:#fff;box-shadow:-4px 0px 10px rgba(0,0,0,0.5);overflow-y:auto;}
	.mobile-menu-panel .ewb-menu-logo-wrapper{max-width: 130px;max-height: 80px;margin: 15px 20px;}
	.mobile-menu-panel .logo-image{display: inherit; height: auto;}
	.mobile-menu-panel .ewb-menu-list-wrapper {border-top: 4px solid #005982;padding-top: 20px;}
	.mobile-menu-panel ul{display:block;list-style-type: none;padding:0px 0px 0px 20px;position: relative;}
	.mobile-menu-panel ul:first-child{margin:0px 20px 0px 0px;}
	.mobile-menu-panel ul:first-child>li:first-child{border-top:none;}
	.mobile-menu-panel ul li{display:block;line-height:40px; font-size:14px;position: relative;border-top:1px solid #ddd;font-weight: 600;padding-left:10px;}
	.mobile-menu-panel ul > li > ul li {color:#7d7d7d;}
	.mobile-menu-panel li a{display: block; width: 100%; height: 100%; }
	.mobile-menu-panel li a:hover{color:rgb(241,138,34);text-decoration:none;}

}