@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/unbeleafable/assets/Inter-VariableFont_slnt,wght.ttf');
}
section{
    padding: 100px 0;
}
.popular-blog-item{
    transition: 0.4s ease;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.popular-blog-item:hover {
    background: #85A392;
}
.popular-blog-item * {
    padding: 0 15px;
    font-family: 'Inter';
}
.popular-blog-item img {
    width: 100%;
    margin-bottom: 30px;
    max-height: 250px;
    min-height: 150px;
    padding: 0;
    object-fit: cover;
}
.popular-blog-item h3 {
    margin-bottom: 0px;
    max-height: 150px;
    min-height: 65px;
}
.popular-blog-item p.blog-date {
    font-size: 13px;
    color: #9E9E9E !important;
    margin-bottom: 10px;
}
p.short-content {
    color: #474747;
    margin-bottom: 10px;
    font-size: 14px;
}

.popular-blog-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.popular-blog-items .popular-blog-item {
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
}
.popular-blog-items .popular-blog-item p.short-content {
    margin-bottom: 10px;
}
.popular-blog-items h3 {
    margin-bottom: 10px;
}
.blogs-header .row > h2 {
    width: max-content;
    font-family: 'Inter';
}
.blogs-header h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Inter';
}
.blogs-header {
    margin-bottom: 50px;
}
span.read-more img {
    width: 100%;
    object-fit: contain;
    max-width: 15px;
    height: 15px !important;
    margin-left: 15px;
    max-height: 15px !important;
    margin-bottom: 0;
    min-height: 15px;
}
span.read-more {
    display: flex;
    align-items: center;
    color: #85A392 !important;
}
.popular-blog-item:hover * {
    color: #fff !important;
}
.popular-blog-item:hover p.blog-date {
    color: #fff !important;
}
.popular-blog-item:hover span.read-more img {
    filter: brightness(0) invert(1);
}
section.blogs-main > div > div:nth-child(3) {
    padding-top: 80px;
}
.pagination span, .pagination a {
    color: #000;
    margin: 0 5px;
}

.pagination a:hover {
    color: #000;
}
.pagination {
    margin-top: 60px;
}

.pagination span.page-numbers.current {
    font-weight: 700 !important;
    color: #000;
}

.pagination .page-numbers {
    color: #0006;
}

.pagination .prev, .pagination .next {
    color: #000;
}

.pagination .next:hover, .pagination .prev:hover {
    color: #0006;
}

.blogs-header .searchform form, .blogs-header .searchform form label {
    width: 100%;
}
.blogs-header .searchform form input::placeholder {
    color: #85a392;
}
.blogs-header .searchform form input {
    border: 1px solid #85a392;
    font-family: 'Inter';
}
.blogs-header .searchform form input:focus {
    outline: none;
}
.popular-blog-items .popular-blog-item:hover {
    background: transparent;
}
.popular-blog-items .popular-blog-item:hover h3,
.popular-blog-items .popular-blog-item:hover span.read-more {
    color: #85A392 !important;
}
.popular-blog-items .popular-blog-item:hover p.short-content {
    color: #474747 !important;
}
.popular-blog-items .popular-blog-item:hover span.read-more img{
    filter: none !important;
}
@media only screen and (max-width: 1199px){
    section{
        padding: 70px 0;
    }
}
@media only screen and (max-width: 991px){
    section.blogs-main > div > div:nth-child(3) {
        padding-top: 50px;
    }
    .popular-blog-items h3 {
        min-height: auto;
    }
    .blogs-main > .container > .popular-blogs:nth-child(2) >.row > div:nth-child(2) {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px){
    .popular-blog-item {
        margin-bottom: 50px;
    }
    section{
        padding: 50px 20px;
    }
    .blogs-main > .container > .popular-blogs:nth-child(2) >.row > div:nth-child(2) {
        margin-bottom: 0;
    }
    .blogs-header h2 {
        text-align: center;
        margin: auto auto 20px;
    }
    .popular-blog-item h3 {
        min-height: auto;
    }
    .popular-blog-items {
        border-top: 1px solid #E0E0E0;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 600px){
    .popular-blog-item p.blog-date {
        color: #9E9E9E;
    }
    span.read-more {
        color: #85A392;
    }
}