.block-categories {
    margin: 0 0 30px;
}

.block-categories ul.list-categories {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 2px;
    grid-auto-rows: 48px;
}

.block-categories ul li {
    /* -webkit-box-flex: 1; */
    /* -ms-flex: 1 1 auto; */
    /* flex: 1 1 auto; */
    text-align: center;
    background-color: #ebebeb;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 0 !important;
}

.block-categories ul li div {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #477394;
}
.block-categories ul li div:hover {
    color: #d97842;
}
.block-categories ul li.active div,
.block-categories ul li.active div:hover {
    color: white;
}
.block-categories ul li:hover {
    background: #e0e0e0;
}

.block-categories ul li.active {
    background-color: #3c82ac;
    color: white;
    margin: 0;
    border-top: 2px solid #3c82ac;
    border-bottom: 2px solid #3c82ac;
}

.block-categories ul li.active a {
    color: white;
}

.post-list-wrapper .post-list li {
    border: none;
    padding: 0;
    margin: 0;
}

body[class*="finishedprojects"] .breadcrumbs {
    padding-top: 0;
    margin-bottom: 30px;
}

.post-holder {
    border: none;
    padding: 0;
}

.post-list-wrapper .post-list.category-empty {
    grid-template-columns: repeat(1, 1fr);
}

.post-list.category-empty .post-content {
    background: url(../images/coming-soon.png);
    background-size: 100%;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
}