main > .columns {
    display: flex;
    flex-direction: column;
}

.page-wrapper .columns {
    padding: 0 160px 30px 160px;
}

main > .columns > .column.main {
    order: 10;
}

.page-layout-2columns-right .columns .main {
    padding: 0;
    float: unset;
}

.page-layout-2columns-right .columns .sidebar {
    position: unset;
    width: unset;
}

.widget.block-categories ul li {
    padding: 4px 15px 5px 15px;
}

.widget.block-categories ul li a {
    font-family: 'FuturaPT-Light';
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #000;
    color: #fff;
}

main > .columns > .sidebar {
    margin: 70px 0;
}

main > .columns > .sidebar > .widget.block-categories {
    text-align: center;
}

main > .columns > .sidebar > .widget.block-categories .block-title {
    font-size: 18px;
    line-height: 26px;
}

main > .columns > .sidebar > .widget.block-categories > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body.blog-index-index [class^=mosaica] .post-title {
    background: rgba(0,0,0,0.8);
}

body.blog-index-index [class^=template-] .image-container .post-category {
    bottom: -30px;
}

body.blog-index-index [class^=template-] .image-container .post-category a {
    margin: 0;
}

body.blog-index-index [class^=template-2] .post-info {
    padding-top: 30px;
}

body.blog-index-index [class^=template-] .post-info .post-title a,
body.blog-category-view .post-list .post-info .post-title-wrap h3 a {
    font-family: 'FuturaPT-Light';
    font-size: 26px;
    line-height: 32px;
    text-transform: none;
    color: #000;
    font-weight: 500;
}

body.blog-category-view .post-read-more a {
    font-family: 'FuturaPT-Light';
    font-size: 21px;
    line-height: 26px;
    color: #000;
}

@media (max-width: 1440px) {
    .page-wrapper .columns {
        padding: 0 80px 30px 80px;
    }
}

@media (max-width: 700px){
    .page-wrapper .columns {
        padding: 0 40px 25px 40px;
    }

    .page-wrapper .header-image .page-title-wrapper {
        display: table;
        padding: 0 10%;
    }

    .page-wrapper .columns .main h1 {
        display: none;
    }
}

@media (max-width: 500px){
    .page-wrapper .columns {
        padding: 0 10px 25px 10px;
    }
}
