.articles__categories .mm-navbar {
    padding: 0;
}

/*.articles__categories .mm-listview .mm-next {*/
    /*background: #171717;*/
/*}*/

.articles__categories .mm-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff; 
    padding: 12px;
    text-align: center;
    margin: 0;
}

.articles__categories #mm-0 .mm-title { 
    background: #000; 
}

.articles__categories-list li, 
.category__list-child li {
    padding: 5px;
    border-bottom: 1px solid #777777;
    background-color: #3e3e3e;
    position: relative;
}

.articles__categories-list li:last-child,
.category__list-child li:last-child {
    border: none;
}

.articles__categories-list li a,
.category__list-child-list li a {
    font-size: 16px;
    color: #fff;
}

.wrap__blogcategories--inner {
    right: 0 !important;
    left: auto;
}

.wrap__blogcategories--inner .mm-next:after{
    content: "\f054";
    top: -4px !important;
    right: 20px !important;
}

.wrap__blogcategories--inner .mm-prev:before{
    content: "\f053";
    top: -4px !important;
    left: 20px !important;
    font-family: font-awesome;
    font-size: 14px;
    color: #ffffff;
    border: none;
    transform: none !important;
}


.articles__categories .mm-listview > li:not(.mm-divider):after {
    border-bottom-width: 0px;
}

.articles__categories .mm-listview .mm-next:hover {
    background: #aaaaaa;
}

.category__list-child li {
    background-color: #807E7F;
    border-bottom: 1px solid #acacac;
}

.articles__categories .mm-opened .mm-title {
    background: #656565;
}

.articles__categories.mm-menu {
    background: #ffffff;
}

.articles__categories,.articles__categories .main__wrapper--aside .mm-menu,.articles__categories .mm-panels,.articles__categories .mm-current {
    position:relative !important;
}

.articles__categories-wrap {
    height:auto !important;
}

.article__post-content .article__image, .category__description .article__image{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain; 
}
