:root {
    --secondary-color: #283272;
}
.blog-archive-without-child .box-vertical .box-text {
    padding-top: 0;
    padding-right: 0;
    vertical-align: top;
}
.blog-archive-without-child .col {
    padding-bottom: 0;
}
.blog-archive-without-child .col .col-inner {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e1e1e1;
}
.sticky-posts .box-image {
    position: relative;
    overflow: visible;
}
.sticky-posts .box-image .post-meta {
    position: absolute;
    bottom: -16.5px;
    left: 36px;
    margin-bottom: 0;
    background: var(--secondary-color);
    border-radius: 90px;
    height: 33px;
    width: 134px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.sticky-posts .first-element-layout .box-text .post-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: var(--secondary-color);
}
.sticky-posts .box-text {
    padding-top: 30px;
    padding-bottom: 0;
}
.sticky-posts .second-element-layout .box-text .post-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: var(--secondary-color);
}
.sticky-posts .second-element-layout .box-text .from_the_blog_excerpt {
    display: none;
}
.item-categories-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.child-cat .first-element-layout .box-text {
    padding-bottom: 0;
}
.child-cat .second-element-layout .box-image,
.child-cat .second-element-layout .box-text {
    vertical-align: top;
}
.child-cat .second-element-layout .box-text .from_the_blog_excerpt {
    display: none;
}
.child-cat .second-element-layout .box-text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.child-cat .second-element-layout .box-text .post-meta {
    margin-bottom: 0;
}
.child-cat .second-element-layout .box-text .post-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 49px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-top: 0;
}
.child-cat .second-element-layout .box-image {
    width: 40% !important;
}
.sticky-posts .second-element-layout .post:last-child,
.sticky-posts .first-element-layout .post,
.child-cat .second-element-layout .post:last-child,
.child-cat .first-element-layout .post {
    margin-bottom: 0;
}
.child-cat,
.sticky-posts {
    border-bottom: 1px solid #e1e1e1;
}
.child-cat {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.more-post {
    text-align: center;
}
.more-post a {
    margin: 0;
    background-color: var(--secondary-color);
}
.single .entry-header-text-bottom {
    padding-top: 0;
}
.single .entry-header h1.entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--secondary-color);
}
.single .entry-meta {
    line-height: 150%;
    color: var(--secondary-color);
}
.blog_posts-meta {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.blog_posts-meta p {
    margin-bottom: 10px;
}
.blog_posts-meta a {
    padding: 6px 10px;
    background: #e1e1e1;
    border-radius: 5px;
    display: inline-block;
}
.blog_posts-meta .tag-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 12px;
}
.blog_posts-meta .tag-text i {
    color: var(--secondary-color);
}
.entry-author {
    padding-bottom: 50px;
}
.post-meta-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.post-meta-box li {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 0;
    position: relative;
}
.post-meta-box li i {
    position: absolute;
    top: 5px;
    left: 0;
}
.post-meta-box li a {
    color: var(--secondary-color);
}
.post-meta-box li a,
.post-meta-box li span {
    display: block;
}
.post-meta-box li:not(:last-of-type) {
    margin-right: 30px;
}
.blog-author-image img {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1/1;
    border-radius: 99px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.entry-author .author-name {
    margin-bottom: 12px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
.entry-author .author-name a {
    color: var(--secondary-color);
}
.entry-author .author-desc {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}
.entry-author .doc-social a + a {
    margin-left: 18px;
}
.entry-author .doc-social a img {
    transition: all 0.35s ease-in-out;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.entry-author .doc-social a:hover img {
    transform: translateY(-6px);
}
.blog-post-rating {
    padding-bottom: 30px;
}
.blog-post-rating .kk-star-ratings {
    margin-top: 15px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
    .blog-archive-without-child .box-vertical .from_the_blog_excerpt {
        display: none;
    }
    .blog-archive-without-child .box-vertical .box-text {
        padding-bottom: 0;
    }
    .blog-archive-without-child .box-vertical .post-meta {
        margin-bottom: 0;
    }
    .blog-author-image {
        max-width: 120px;
        flex-basis: 120px;
    }
    .blog-author-content {
        max-width: calc(100% - 120px - 30px);
        flex-basis: calc(100% - 120px - 30px);
    }
}

@media only screen and (max-width: 699.98px) {
    .post-meta-box .date-post {
        width: 45%;
    }
    .blog-author-image,
    .blog-author-content {
        max-width: 100%;
        flex-basis: 100%;
        text-align: center;
    }
    .blog-author-image {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 549.98px) {
    #post-list .box-vertical,
    .child-cat .box-vertical {
        display: table;
        width: 100%;
    }
    #post-list .box-vertical .box-image,
    #post-list .box-vertical .box-text,
    .child-cat .box-vertical .box-image,
    .child-cat .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: top;
    }
    #post-list .box-vertical .box-text,
    .child-cat .box-vertical .box-text {
        padding-left: 15px;
    }
    #post-list .box-vertical .box-text .from_the_blog_excerpt {
        display: none;
    }
    #post-list .col:last-child {
        padding-bottom: 0;
    }
    .blog-single .custom-padding {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 550px) {
    .blog-archive-without-child .box-vertical .box-text .post-title {
        margin-top: 0;
    }
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 850px) {
    .child-cat .first-element-layout {
        flex-basis: calc(100% - 44.445%);
        max-width: calc(100% - 44.445%);
    }
    .child-cat .second-element-layout {
        flex-basis: 44.445%;
        max-width: 44.445%;
    }
    .child-cat {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .sticky-posts {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .blog-author-image {
        max-width: 200px;
        flex-basis: 200px;
    }
    .blog-author-content {
        max-width: calc(100% - 200px - 30px);
        flex-basis: calc(100% - 200px - 30px);
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}
