/* Styles for brands page
-------------------------------------------------- */

.cms-brands{

}

.brands_list_alpha .categories-list-header {
    text-align: center;
    margin: 0 0 40px;
}

.brands_list_alpha .categories-list-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    line-height: inherit;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.categories-list.letters .categories-list-header ul li {
    padding: 0 .5rem;
    width: 1%;
}

.brands_list_alpha .categories-list-header ul li:first-child {
    border-left: 0;
}

.brands_list_alpha .categories-list-header ul li {
    display: table-cell;
    border: 2px solid #CBC3BC;
    border-width: 0 2px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    padding: 0;
    line-height: 18px;
}

.brands_list_alpha .categories-list-header ul li a {
    color: #545454;
    text-align: center;
    /* Sub Heading/Sub H5 */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.brands_list_alpha .categories-list-content .main-width ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brands_list_alpha .categories-list-content .main-width ul li{
    margin: 0;
}

.brands_list_alpha .categories-list-content .main-width>ul>li {
    color: #454441;
    border-top: 1px solid rgba(125, 123, 119, .3);
}

.brands_list_alpha .icon-item-row {
    line-height: 33px;
    margin-bottom: 10px;
}

.brands_list_alpha .icon-item {
    display: inline-block;
    vertical-align: top;
    width: 3.125rem;
    color: rgba(125, 123, 119, .7);
}

.brands_list_alpha .icon-item .icon-item-name {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #A9A9A9;
    /* Heading/H6 Heading */
    font-family: 'Alata', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.brands_list_alpha .categories-list-content .main-width>ul>li>ul>li {
    display: inline-block;
    width: 100%;
}

.brands_list_alpha .categories-list-content .main-width>ul>li>ul>li>ul,
.categories-list.letters .categories-list-content ul>li>ul>li {
    color: #7d7b77;
}

.categories-list.letters .categories-list-content ul>li>ul>li a {
    font-weight: 400;
}

.brands_list_alpha .categories-list-content a {
    color: inherit;
    font-size: 19px;
    font-weight: 300;
}

.category-brands .page-main > .page-title-wrapper,
.category-brands .block.filter{
    display: none;
}

.category-brands.page-products div.columns{
    padding: 0;
}

.category-brands .column.main{
    min-height: 0;
}

@media only screen and (min-width: 1280px) {

    .brands_list_alpha .categories-list-content .main-width>ul>li>ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        padding-bottom: 39px;
    }

}

@media only screen and (max-width: 1279px) {

    .brands_list_alpha .categories-list-content .main-width>ul>li>ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        padding-bottom: 10px;
    }

    .mpblog-post .content-post .mp-post-header h2,
    .mpblog-container .mp-blog-head h1 {
        font-size: 17px;
    }

}

@media only screen and (max-width: 991px) {

    .brands_list_alpha .categories-list-content .main-width>ul>li>ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        padding-bottom: 10px;
    }

    .mpblog-post .mp-header,
    .mpblog-post .content-post .mp-content,
    .mpblog-post .mp-details {
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    .brands_list_alpha .categories-list-content .main-width>ul>li>ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        padding-bottom: 10px;
    }

    .brands_list_alpha .categories-list-header ul{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap    : wrap;
        flex-wrap        : wrap;
    }

    .brands_list_alpha .categories-list-header ul li{
        border-left: 0;
        min-width: 53px;
    }

}

@media only screen and (max-width: 639px) {

    .brands_list_alpha .categories-list-content .main-width>ul>li>ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 100%;
        -moz-column-gap: 100%;
        column-gap: 100%;
        padding-bottom: 10px;
    }

}

