.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.cat-list{
    text-indent: 20px;
    display: none;
}
.block-filter li.has-child{
    position: relative;
    padding-right: 20px;
}
.block-filter li.has-child span.arrow{}
.block-filter li.has-child span.arrow{
    background: url(../images/down.svg) center;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 30px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: 4px;
}
.blogposts--container:after{content:"";clear: both;display: block;}
#home-banner{max-width: calc(100% - 270px);position: relative;z-index: 1;}
.site-footer-block-content {
    color: #fff;
}
@media(max-width:768px){
    .title-header .h3-title:after{display: none !important}
    .blogposts--inner{}
    .blogposts--inner .article--excerpt-wrapper{
    width: 100%;
    margin: 0 5px;
}
}