 ul.navigation.mm-listview li {
            width: 70%;
            z-index: 8;
        }

   
     .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {color:#222;}
a.mm-btn.mm-btn--close.mm-navbar__btn {
    position: absolute;
    right: 0;
    top: 15px;
    
}
.mm-btn--close:before {
    content: "×";
    font-size: 200%;
    border: none !important;
}

@media screen and (max-width: 1024px){
a.btn-style-one.mm-listitem__text {
    padding: 15px;
    height: 50px;
    color: #fff;
    width: 250px;
        margin: 15px 10px;
}
 li.mm-add-listing.mm-listitem {
    display: block;
}
span.contact-info {
    font-size: 15px;
}
.social-links a {
    padding: 15px 6px 0;
}
.mm-listitem:after {
    content: "";
    border-color: #99999924;
    width: 93%;
}
}

@media screen and (max-width: 768px){
a.btn-style-one.mm-listitem__text {
    padding: 15px;
    height: 50px;
    color: #fff;
    width: 250px;
        margin: 15px 10px;
}
li.mm-add-listing.mm-listitem {
    display: block;
}
span.contact-info {
    font-size: 15px;
}
.social-links a {
    padding: 15px 6px 0;
}
.mm-listitem:after {
    content: "";
    border-color: #99999924;
    width: 93%;
}
}
nav#navi-mobile {
    height: 100%;
}

#panel-menu .mm-navbar {
    display: none;
}

.mm-slideout { z-index:auto;}       