.mod_mobile_menu {
    padding-bottom: .1em;
}

.mobile_menu_trigger {
    display: block;
    z-index: 9999;
}

.mobile_menu_active .mobile_menu_overlay {
    z-index:7;
}

.mobile_menu .inner {
    background-color: var(--logo-color);
    padding-top: 120px;
    overflow-y: hidden;
    max-height: 100vh;
}

#header.change-bg .mobile_menu .inner {
    margin-top:60px;
    padding-top: 20px;
}

.mobile_menu a {
    border-bottom: 1px solid rgba(255,255,255, .4);
    color: #fff;
    text-decoration: none;
    display: block;
    padding: .75em .5em .75em 1.5em;
}

@media screen and (max-width: 540px) {
    .mobile_menu a {
        font-size: .9rem;
        padding: .75em .35em .75em 1em;
    }
}