
.M-w- { outline: 1px dashed orangered; }
.M-item- { outline: 1px solid brown; }

.M-list {
    list-style-type: none;
}

.M-link {
    text-decoration: none;
}

.M-tx.ft-page-text {}

.ft-menu {
    font-family: 'Fira Sans', ;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.hvr-menu-par:hover .ft-menu,
.ft-menu:hover {
    color: #ffff00;
}

.-selected .ft-menu {
    color: #ffff00;
}


@media (max-width: 480px) {
    .ft-menu {
        font-size: 13px;
    }
}


.M-item.ef-hover {
    position: relative;
}
.M-item .efH-ghost-w {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 0;
    overflow: hidden;
    }
.M-link.efH-ghost {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
.M-link.efH-ghost .M-tx {
    color: ;
    white-space: nowrap;
}