	/* Drawer Menu */
	.drawer .menu-core-menu-drawer {}
	.drawer-content.drawer-content-scrollable {
		overflow-y: scroll !important;
		scrollbar-width: none !important; /* Firefox */
		-ms-overflow-style: none !important;  /* IE 10+ */
	}
	.drawer-content.drawer-content-scrollable::-webkit-scrollbar { /* WebKit */
		width: 0 !important;
		height: 0 !important;
	}

	.drawer-content { }
	.drawer .close-btn { 
		width: auto; 
		display: table;
		position: absolute;
		top: 20px;
		left: 319px;
		text-align: left;
		padding: 10px 20px !important;
		border-radius: 0;
	}
	.drawer .drawer-header {
		padding: 0 !important;
		margin: 0 !important;
		border: 0 none !important;
	}
	.drawer .drawer-logo { 
		width: 90%;
		max-width: 300px;
		margin: 0 auto !important;
		padding: 1rem 0;
	}
	.drawer .drawer-body {
		margin: 0 !important;
		padding: 0 !important;
	}
	.drawer .drawer-footer { }

	.drawer #menu-core-menu-1 {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		list-style-type: none;
	}
	.drawer #menu-core-menu-1 li { }
	.drawer #menu-core-menu-1 li:hover { }
	.drawer #menu-core-menu-1 li a { 
		display: block;
		padding: 16px 1rem;
	}
	
	.drawer #menu-core-menu-1 ul {
		font-size: 15px;
		padding: .5rem 0 !important;
	}
	.drawer #menu-core-menu-1 ul li {
		border-top: 0 none;
	}
	.drawer #menu-core-menu-1 ul li:hover {	}
	.drawer #menu-core-menu-1 ul li a {
		border-top: 0 none;
		padding: .5rem 1rem;
	}
	.drawer #menu-core-menu-1 a { }
	.drawer #menu-core-menu-1 a:hover { }

	.drawer #menu-core-menu-1 li.menu-item-has-children a {
		width:calc(100% - 45px);
		display: inline-block;
		position: relative;
	}
	.drawer #menu-core-menu-1 li.menu-item-has-children a.toggle-submenu-drawer {
		width: 45px;
		height: 100%;
		display: inline-block;
		float: right;
		padding: 22px 1rem 21px 1rem ;
		font-size: 13px !important;
		line-height: 13px !important;
		text-align: left;
		vertical-align: middle;
	}
	.drawer #menu-core-menu-1 li.menu-item-has-children ul,
	.drawer #menu-core-menu-1 li.menu-item-has-children ul a { width: 100%; }

	.drawer #menu-core-menu-1 li.parent-active:hover { }

	
	.drawer #menu-core-menu-1 li .toggle-submenu-drawer { display: none; }
	.drawer #menu-core-menu-1 li.menu-item-has-children ul { display: none; }
	.drawer #menu-core-menu-1 li.menu-item-has-children ul .toggle-submenu-drawer { display: none; }
		
	.drawer #menu-core-menu-1 ul ul { display: none !important; }
	


	.drawer-footer .social-wrap { 
		width: auto !important;
		display: table !important;
		margin: 0 auto !important;
		padding: 0 !important;
		float: none !important;
	}
	
	.drawer-footer .social-wrap .follow-icons { margin: 0 auto !important; padding: 0 !important; }
	.drawer-footer .social-wrap .follow-icons a { font-size: 16px; }
	.drawer-footer .social-wrap .follow-icons .search-link { display: none; }
	.drawer-footer .social-wrap .follow-icons li { margin: 3px 8px 3px 8px !important; padding: 0 !important; }


