.menu-toggle {
    display: inline-flex !important;
    font-family: 'Lato', sans-serif;
    background: #8A977A;
    color: #001400;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 5px;
    height: unset;
}

.menu-toggle:hover,
.menu-toggle:focus {
    /*color: #8A977A;*/
    /*background: #001400;*/
    background: #8A977A;
    color: #001400;
}

.menu-toggle svg {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    color: #E7E9DB;
    transition: all .3s ease;
}

.menu-toggle:hover svg,
.menu-toggle:focus svg {
    /*color: #8A977A;*/
    color: #E7E9DB;
    transition: all .3s ease;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
    .menu-toggle {
        right: 15px;
        margin-left: 0;
    }
}