.breadcrumbs {
    display: none;
}

.listing-toolbar-container .listing-toolbar .block.block-layered-nav[data-show-editorial-filters="false"] {
    display: none;
}

.editorial-category-container {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    padding-top: 20px;
}

.editorial-category-container .ec-item {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    clear: both;
    margin-top: 50px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 50px;
}

.editorial-category-container .ec-item .ec-title {
    display: block;
    max-width: 1395px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 35px;
    color: #000000;	
    font-family: MillerDisplayLight;	
    font-size: 30px;
    line-height: 35px;
    padding: 0 55px;
    text-decoration: none;
}

.editorial-category-container .ec-item .toolbar-bottom .pager .pages {
    display: none;
}

.editorial-category-container .ec-item span.ec-view-more {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.editorial-category-container .ec-item span.ec-view-more a {
    width: 242px;
    height: 45px;
    border: 1px solid #EFEFEF;
    font-family: 'TheinhardtLight';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    letter-spacing: 2px;
    color: #000;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

.editorial-category-container .ec-item span.ec-view-more a:hover {
    color: #fff;
    background-color: #000;
}


@media screen and (max-width: 767px) {
    .editorial-category-container .ec-item span.ec-title {
        text-align: center;
    }
    .pre-footer-container {
        margin-top: 0px;
    }
}