.menu-button {
    position: absolute;
    right: 2rem;
    z-index: 300;
    top: 50%;
    width: 3rem;
    line-height: 1;
    color:#fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-button img {
width: 100%;
}

#social, .top-nav, #nav, #left-side {
    display: none;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {
    
    #social, .top-nav, #nav, #left-side {
    display: block;
    }
}

.efi-mobile-menu:before {
    content: "";
    background: url(../Userfiles/template/logo.svg) no-repeat center;
    width: calc(100% - 8rem);
    height: 100px;
    display: block;
    background-size: contain;
    margin: 1rem 4rem;
    box-sizing: border-box;
}

.efi-mobile-menu {
    width: 270px;
    position: fixed;
    background: rgba(18, 20, 22, 0.6);
    z-index: 9900;
    left: -270px;
    top: 0;
    display: block;
    transition: all ease 0.3s;
    height: 100vh;
}

/* Custom Hide Subs Under Home */
.efi-mobile-menu .top-nav.ul2,
.efi-mobile-menu .top-nav.li36292 .efi-menu-expand{
    display: none;
}

body.efi-menu-open {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

body.efi-menu-open .efi-mobile-menu {
    font-size: 62.5%;
}

.efi-mobile-menu .default {
    display: none;
}

.efi-mobile-menu-inner {
    height: calc(100vh - 100px - 2rem - 100px);
    overflow: hidden;
    overflow: auto;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    -webkit-overflow-scrolling: touch;
}

.efi-mobile-menu-inner::-webkit-scrollbar-track {
    background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar {
    background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}

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(18, 20, 22, 0.7);
    z-index: 9800;
    cursor: pointer;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.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.2rem 2rem;
    padding-right: 4rem;
    font-size: 2rem;
    line-height: 1.4rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.0);
    transition: background ease 0.3s;
    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-phone {
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 2rem;
    padding-top: .5rem;
    height: 35px;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-phone:empty {
    display: none;
}

.efi-mobile-phone a {
    display: block;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
}

.efi-mobile-social {
    padding: 0rem 2rem;
    padding-top: .5rem;
    height: 45px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.efi-mobile-social:empty {
    display: none;
}

.efi-mobile-social a {
    padding: 0 1rem;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
}