.efi-mobile-menu:before {
	content:"";
    background: url(../Userfiles/template/logo-white.svg) no-repeat center;
    width: 80%;
    height: 100px;
    display: block;
    background-size: contain;
    margin: 2rem auto;
}

.efi-mobile-menu {
    width: 270px;
    position: fixed ;
    background: rgb(0, 102, 0);
    background: linear-gradient(90deg, rgba(0, 102, 0, 0.8) 0%, rgba(0, 61, 0, 0.8) 100%);
    z-index: 9900;
    left: -270px;
    top:0;
    display: block;
    transition: all ease 0.3s;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.efi-menu-open .efi-mobile-menu{
    font-size: 62.5%;
}

.efi-mobile-menu .default {
	display: none;
}

.efi-mobile-menu-inner {

}

body.efi-menu-open .efi-mobile-menu {
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 0px 100px #000;
}

body.efi-menu-open .efi-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9800;
    cursor: pointer;
}

.efi-mobile-menu > ul {
    top: 0;
    left: 0;
}

.efi-mobile-menu ul,
.efi-mobile-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative ;
}

.efi-mobile-menu .ul4 li a {
    font-size: 1.4rem;
    padding: .25rem 3rem;
    padding-left: 5rem;
}

.efi-mobile-menu .efi-expanded + ul {
    display: block;
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1.3rem 3rem;
    padding-right: 4rem;
    font-size: 1.7rem;
    line-height: 1.4rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.0);
    transition: background ease 0.3s;
    font-family: 'Hepta Slab', serif;
    box-sizing: border-box ;
    position: relative ;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li:last-of-type a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Level 2 */
.efi-mobile-menu .ul2 {
    display: none;
}

.efi-mobile-menu .ul2 li a {
    font-size: 1.4rem;
}

/* Level 3 */
.efi-mobile-menu .ul3 {
    display: none;
}

.efi-mobile-menu .ul3 li a {
    font-size: 1.4rem;
    opacity: 0.7;
}

/* Level 4 */
.efi-mobile-menu .ul4 {
    display: none;
}

.efi-menu-expand {
    right: 0rem;
    background: rgba(255, 255, 255, 0.1);
    position: absolute ;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 300;
    font-size: 2rem;
    line-height: 1;
    width: 4rem;
    transition: color ease 0.3s;
    padding: 1rem;
}

.efi-menu-expand:after {
    content: "\002B";
}

.efi-menu-expand.expanded:after {
    content: "\2212";
}

.efi-menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.efi-mobile-menu .social {
	padding: 2rem;
}

.efi-mobile-menu .social a {
	padding: .5rem;
	font-size: 2rem;
	color:#fff;
}