.menu-text {
    font-family: 'Dosis', serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #4f4b40!important;
    padding:  7px 0;
    display: flex;
    justify-content: center;
    text-align: center;

}
.menu-text a {
    color: #a19781!important;
    line-height: 23px;
}
.menu-text a:hover {
    color: #6c6657;
}
.menu-item-children{
    display: none;
}
.show-menu-items {
    display: block;
}
.parent-menu-item.active{
    font-weight: bold;
}
.parent-menu-item.has-children span{
    margin-right: -10px;
}
.child-menu-item.has-children span{
    margin-right: -5px;
}
.parent-menu-item span, .child-menu-item span {
    line-height: 21px;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
    padding: 0 6px;
    color: #a09781;
}
.child-menu-item span{
    line-height: 20px;
    font-size: 18px;
}
.parent-menu-item span:hover, .child-menu-item span:hover {
    color: #524e43;
}

.child-menu-item{
    color: #a09781;
    font-size: 16px;
     background: #f5f5f5;
}
.sub-child-menu-item{
    color: #a09781;
    font-size: 16px;
    background: #e7e7e7;
}

.child-menu-item.active, .sub-child-menu-item.active{
    font-weight: bold;
}