.posts__info {
    display: flex;
    align-items: center;

}

.info-text.category-name {
    transition: color 250ms;
    color: #5b6066;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    cursor: default;
    font-size: 14px;
}

.blog .card{
    padding: 15px;

}

.info-text.category-name b {
    font-size: 14px;
    color: #5b6066;
}

.info-text {
    color: #5b6066;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

.info-divider {
    position: relative;
    top: 2px;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 12px;
    background-color: #5b6066;
    color: #5b6066;
    font-size: 10px;
    line-height: 28px;
    font-weight: 400;
}

.title__wrapper {
    transition-property: none;
    text-decoration: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

a {
    background-color: transparent;
    transition: color 250ms;
    color: #111314;
}

.features__post-title,
.features__post-description {
    -webkit-line-clamp: 4;
}

.features__post-title,
.features__post-description,
.post__title-text,
.post__description,
.posts__title-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.features__post-description {
    color: #5b6066;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.features__author-wrapper {
    position: relative;
    bottom: 0;
    display: flex;
    margin-top: 0;
    gap: 10px;
    -webkit-box-align: center;
    align-items: center;

}

.features__author-img {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    border-radius: 50%;
}

.features__author-name {
    color: #5b6066;
    font-size: 16px;
    font-weight: 400;

}

.features__author-position {
    margin-top: 0;

    color: #2b3138;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}



.top-post__text-wrapper {
    position: relative;
    display: flex;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}


.post__title {
    margin-top: 7px;
    font-size: 24px;
    text-decoration: none;
}

.filler {
    position: relative;
    display: flex;
    height: auto;
    -webkit-box-flex: 1;
    flex: 1;
}

.post__author-wrapper {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
    -webkit-box-flex: 0;
    flex: 0 auto;
}

.post__author-img {
    width: 36px;
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    border-radius: 50%;
    object-fit: contain;
}

.post__author-info-wrapper {
    margin-left: 12px;
}

.post__author-name {
    color: #2b3138;
    font-size: 14px;
    line-height: 18px;
}

.posts__img__wrapper.wrapper {
    width: 100%;
    height: 221px;
}

.posts__img__wrapper.wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts__text-wrapper {
    position: relative;
    top: 0;
    display: flex;
    min-height: 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between ;
   
    -webkit-box-flex: 1;
    flex: 1;
    object-fit: fill;
}


.pagination {
    margin-top: 41px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.w-pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
}

.open-blog-header {
    padding: 21px 0 0;
}

.blog-post-info {
    display: inline-block;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
}

.blog-post-info-div {
    display: flex;
    padding: 6px 0;
    -webkit-box-align: center;
    align-items: center;
}

.blog-post__title {
    margin-top: 6px;
    margin-right: 0;
    margin-left: 0;
    color: #2b3138;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
}

.blog-post__title.x-font-platform {
    margin-bottom: 11px;
    line-height: 50px;
}

.x-font-platform {
    font-family: 'Platform';
    font-feature-settings: "ss01";
}

.post-summary-rich-text.x-post-summary-rich-text {
    margin-bottom: 40px;
}

.post-summary-rich-text {
    font-weight: 400;
}

.image-section.blog {
    top: 0;
    display: flex;
    height: auto;
    margin-top: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
}

.image-section {
    position: relative;
    overflow: hidden;
    height: 450px;
    background-color: #131415;
}

.blog-post__main-img {
    width: 50%;
    max-height: 617px;
    margin-top: 20px;
    object-fit: cover;
}

.main-post-div {
    margin-top: 19px;
}

.main-post-divider {
    height: 1px;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f0f4f4;
}

.post__details {
    display: flex;
    max-width: 750px;
    margin-top: 20px;
    margin-right: auto;
    /*margin-left: auto;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.post__details__author-wrapper {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.post__details__author-img {
    width: 62px;
    height: 62px;
    max-height: 62px;
    max-width: 62px;
    border-radius: 50%;
}

.related-posts__line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #d9dbde;
}


.custom_width {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0px 20px;
}

.featured__img-wrapper {
    width: 100%;
    height: 405px;

}

.features__post-title {
    font-size: 23px;
    color: #2b3138;
}

.featured__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.blog_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
    height: 100%;
}

.top-post__img {
    height: 300px;
    width: 100%;
}

.top-post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1024px) {
    .features__post-title {
        font-size: 20px;

    }

    .features__post-description {
        font-size: 17px;
        line-height: 26px;
    }
}




@media(max-width:520px) {
    .posts__info {
        margin-bottom: 5px !important;
    }

    .features__post-title {
        font-size: 16px;
        margin-bottom: 5px !important;

    }

    .post__title {
        margin-top: 0;
    }

    .post__description,
    .features__post-description {
        font-size: 13px;

        line-height: 20px;
    }

    .features__author-img {
        width: 37px;
        height: 37px;
    }

    .features__author-name {
        font-size: 14px;
    }

    .featured__img-wrapper {

        height: 250px;
    }

    .top-post__img {
        height: 200px;

    }

    .posts__img__wrapper.wrapper {
        width: 100%;
        height: 200px;
    }
}

.page-count nav ul li:last-child,
.page-count nav ul li:first-child {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    background-color: #ff9a34;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
}

.page-count nav ul li.disabled:last-child,
.page-count nav ul li.disabled:first-child{
    background-color: #ff9a3463 !important;
}

.page-count nav ul li:last-child:focus,
.page-count nav ul li:first-child:focus,
.page-count nav ul li:last-child .page-link:focus,
.page-count nav ul li:first-child .page-link:focus {
    box-shadow: none !important;
}

.page-count nav ul li:last-child .page-link,
.page-count nav ul li:last-child span,
.page-count nav ul li:first-child .page-link {
    margin: 0 !important;
    background-color: unset !important;
    border: 0 !important;
    padding: 0 !important;
    color: #fff !important;
font-size: 40px;
list-style: 0;


}
.page-count nav ul li span:hover,
.page-count nav ul li:not(:first-child) .page-link:hover,
.page-count nav ul li span,
.page-count nav ul li:not(:first-child) .page-link {
    width: 40px;
    height: 40px;
    background-color: #ff9a3463 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border: #ff9a34 !important;
}


.page-count nav ul li.active span,
.page-count nav ul li.active:not(:first-child) .page-link,
.page-count nav ul li span:focus,
.page-count nav ul li:not(:first-child) .page-link:focus {
    background-color: #ff9a34 !important;
    box-shadow: none;

}

/* .page-count nav ul li span {
    width: 40px;
    height: 40px;
    background-color: #ff9a3463 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    cursor: pointer;
} */

.bloge_paginatoin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    display: none;
}


.bloge_paginatoin button {
    padding: 7px 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    text-transform: capitalize;
    background-color: transparent !important;
    cursor: pointer;
}


.bloge_paginatoin button:hover {
    border: 2px solid #ff9a34 !important;
}


@media(max-width:520px) {
    .bloge_paginatoin button {
        padding: 7px 10px;
        font-size: 13px;
    }

    .bloge_paginatoin {
        gap: 11px;
    }
}
@media (max-width: 768px) {
    .note-video-clip {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}
.post__details-info-wrapper{
    display: flex;
    align-items: center;
    margin: 0 15px;
}




