.page-content-wrapper .list-content {
    margin: 0 -15px;
}

.page-content-wrapper .list-content .blog-list-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.page-content-wrapper .list-content .item-inner-wraper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.page-content-wrapper .list-content .item-inner-wraper>.item-image-wrapper {
    position: relative;
    width: 40%;
    flex: 0 0 40%;
}

.page-content-wrapper .list-content .item-inner-wraper>.item-image-wrapper .image-hover-filter {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 10px;
}

.page-content-wrapper .list-content .item-inner-wraper>.item-image-wrapper:hover .image-hover-filter {
    visibility: visible;
    -moz-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
}

.blog-list-item .blog-item-img {
    aspect-ratio: 1200 / 645;
    /* object-fit: cover; */
    border-radius: 3px;
    /* object-position: center; */
    box-shadow: 0 11px 11px 0 rgba(0, 12, 41, .49);
    border-radius: 10px;
}

.category-container .category-menu .category-menu-item:first-child>.category-menu-item-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 1px solid #eee;
}

.blog-list-item .item-text {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 16px;
}

.blog-list-item .item-text>* {
    margin-bottom: 0;
}

.blog-list-item .item-text .item-header-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 23px;
    max-height: 73px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.blog-list-item .item-text .item-header-text>.item-header-link {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
}

.blog-list-item .item-text .item-header-text>.item-header-link:hover {
    color: #d92e20;
    text-decoration: none;
}

.blog-list-item .item-text .item-text-descri {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-list-item .item-text .item-read-more-button {
    font-size: 16px;
    font-weight: 400;
    border: none;
    opacity: 1;
}

.blog-list-item .item-text .item-read-more-button:hover {
    opacity: 0.8;
}

.list-pagination .wp-pagenavi {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.list-pagination .wp-pagenavi {
    text-align: center;
}

.list-pagination .wp-pagenavi>* {
    margin: 0 4px 4px 0;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
    font-size: 12px;
    vertical-align: middle;
    max-width: 26px;
    max-height: 24px;
    padding: 5px 9px;
    background: none;
    line-height: 1;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
    display: inline-block;
    float: none;
}

.list-pagination>.pagination-blog>li.pagination-item>*:hover {
    background: #000000;
    color: #fff;
}

.list-pagination .wp-pagenavi .current {
    background: #000000;
    color: #fff;
}

@media (max-width: 767.98px) {
    .page-content-wrapper .list-content .item-inner-wraper>.item-image-wrapper {
        position: relative;
        width: 100%;
        flex: 0 0 100%;
    }
    .blog-list-item .item-text {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 25px;
        border-bottom: 0.5px solid #b5b3b3;
    }
}