.category .container-wrapper {
    justify-content: center;
}

.category .container-wrapper.show-posts {
    justify-content: start;
}

.filter-search {
    position: relative;
    width: 30%;
    z-index: 99999;
}

.single-content {
    width: 33%;
}

.single-top {
    margin: 15px 0;
}

.post-img {
    height: 260px;
}

.content-title h3 {
    font-size: 1.375em;
}

.filter .input-field {
    display: inline-block;
    line-height: 1.3;
}

.filter-dropdown {
    display: none;
    position: absolute;
    list-style: none;
    border: 1px solid #3180c5;
    background-color: #fff;
    width: calc(100% - 14px);
    box-shadow: 0px 1px 9px -2px rgba(0,0,0,0.3);
}
.filter-dropdown.show {
    display: block;
    z-index: 99999;
}

.filter .input-field:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #000;
    float: right;
    margin: 6px;
}

.filter-dropdown .cat-item {
    line-height: 1.2;
}

.filter-dropdown .cat-item a {
    color: #333;
    font-size: 0.875em;
    display: block;
    padding: 1px 20px;
}

.filter-dropdown .cat-item:hover a {
    color: #fff;
}

.filter-dropdown .cat-item:hover {
    background-color: #3180c5;
}

/*--------------------------------------------------------------
# Acessibility
--------------------------------------------------------------*/
.acessibility .content-title h3,
.acessibility .single-description {
    color: #fff;
}