.mm-menu * {
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 23px;
    text-shadow: none;
    color: rgba(255, 255, 255, 0.6);
}
.mm-listitem--opened > a {
    background: #0f1012;
    color: #ffdc27 !Important;
}

/*position: relative;*/






.mm-listitem:after {
    border-color: rgba(0, 0, 0, 0.15);
}


.mm-listitem--vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05);
}

#menu.mm-menu--opened {
    z-index: 1;
}
