/*  MENU CUSTOM  */

.menu_mobile {
	position: absolute;
	width: 0%;
	right: 0%;
	top: 0%;
	background-color: rgba(252,189,22,0.9);
	box-shadow: 0px 0px 80px inset rgba(30,30,30,0.8);
	z-index: 2;
}

.menu_mobile li {
	padding: 1vw 0;
	width: 100%;
	text-align: center;
}

.menu_mobile a {
    position: relative;
    font-size: 4vw;
    line-height: 4.8vw;
    text-decoration: none;
    color: #1e1e1e;
    font-family: 'Aileron';
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    outline: none;
    -webkit-transition: color 0.2s, transform 0.2s, text-shadow 0.2s;
    transition: color 0.2s, transform 0.2s, text-shadow 0.2s;
}

.menu_mobile a:hover {
	color: rgb(255,255,255);
	transform: scale(1.1,1.1);
	text-shadow: 0px 0px 10px rgba(30,30,30,0.8);
}

.menu_mobile .current-menu-item.page_item.current_page_item a {
	color: rgb(255,255,255);
	text-shadow: 0px 0px 10px rgba(30,30,30,0.8);
}




.hamburger--slider.is-active .hamburger-inner {
    background-color: #1e1e1e;
}

.hamburger--slider.is-active .hamburger-inner::after {
    background-color: #1e1e1e;
}