
.blog-single .page-title-inner{
    max-width: 800px;
}
.blog-wrapper .page-header-wrapper+.row{
    margin-top: 90px;
    margin-bottom: 90px;
}
.entry-header .entry-category a{
    font-size: 16px;
}
.entry-header .entry-meta{
    font-size: 14;
    margin-top: 10px;
}.navigation-post .bb {
     border-bottom: unset;
     padding: 30px 0;
     align-items: flex-start
 }

.navigation-post .next-prev-nav .flex-col+.flex-col {
    border-left: unset
}

.navigation-post .nav-previous {
    padding-right: 20px!important
}

.navigation-post .nav-next {
    padding-left: 20px!important
}

.nav-previous img,.nav-next img {
    display: inline-block;
    object-fit: cover;
    border-radius: 20px;
    height: 80px;
    width: 80px;
    flex: 0 0 auto;
}

.nav-previous a,.nav-next a {
    display: flex;
    align-items: center
}

.nav-next a {
    justify-content: flex-end
}

.nav-previous img {
    margin-right: 15px
}

.nav-next img {
    margin-left: 15px
}

.navigation-post span.reader-text {
    position: relative;
    font-size: 12px;
    line-height: 1.8333333333;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-lighter);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1px
}

.navigation-post .title {
    font-size: 18px;
    font-family: var(--typography-secondary-font-family);
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.widget span.widget-title, .wp-block-search__label {
    margin-bottom: 20px;
    font-size: 1.875rem;
    line-height: 36px;font-weight: 400;
    text-transform: capitalize;
    transition: allease .3s;
    display: block;
    color: #1c1c1d;
    font-family: var(--typography-secondary-font-family);
}
.wp-block-search__inside-wrapper{
    position: relative;
}
.wp-block-search__inside-wrapper input, .wp-block-search__inside-wrapper button {
    margin: 0;
    height: 45px!important;
}
.wp-block-search__inside-wrapper input {
    border-radius: 24px!important;
    box-shadow: unset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.wp-block-search__inside-wrapper button {
    font-size: 0;
    width: 55px!important;
    position: absolute;right: 0;top: 0;background-color: transparent;
}
.wp-block-search__inside-wrapper button::before {
    font-family: 'fl-icons';
    content: "\e012";
    font-size: 16px;
    color: var(--color-lighter);
}

.widget .is-divider {
    display: none;
}
.widget .cat-item a {
    font-size: 1.125rem;
    line-height: 26px;
    color: #1c1c1d;
    font-family: var(--typography-secondary-font-family);
    padding-bottom: 9px;
    padding-top: 9px;
}
.widget .cat-item:hover a{
    color: var(--primary-color);
}

.widget .blog-list-1 .post-thumbnail{
    border-radius: unset!important;
    margin-bottom: 0;
}
.widget .blog-list-1 .post-thumbnail img {
    margin-right: 20px;
    width: 110px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
}
.widget .blog-list-1 .categories-link a{
    font-size: 12px;
}
#post-list .col.post-item{
    padding-bottom: 49px;
    margin-bottom: 49px;
    height: 100%;
}

.post-item{
    border-bottom: 1px solid var(--color-border);
}
#post-list .col.post-item .box-vertical .box-image{
    border-radius: 24px;
}
#post-list .col.post-item .box-text .post-title a{
    font-size: 1.875rem;
    line-height: 34px;
}
#post-list .col.post-item .box-text .from_the_blog_excerpt  {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media screen and (min-width: 550px) {
    #post-list .col.post-item:first-child .box-vertical{
        display: block;
    }
    #post-list .col.post-item:first-child .box-vertical .box-image {
        width: 100%!important;
    }
    #post-list .col.post-item:first-child .box-vertical .box-image img{
        aspect-ratio: 1.7884615385!important;
    }
    #post-list .col.post-item:first-child .box-vertical .box-text{
        padding-left: 0!important;
    }
    #post-list .col.post-item .box-vertical{
        display: flex;overflow: hidden;
    }
    #post-list .col.post-item .box-vertical .box-image{height: 100%;
        position: relative;
        width: 45.2% !important;
        display: block;
    }
    #post-list .col.post-item .box-vertical .box-image .image-cover {
        padding-top: unset!important;
    }
    #post-list .col.post-item .box-vertical .box-image .image-cover img{
        height: 100%;
        position: relative;
        aspect-ratio: 1.4482758621;
    }

    #post-list .col.post-item .box-vertical .box-text {
        flex: 1;
        word-break: break-word;
        padding: 0 0 0 30px;
        justify-content: flex-start;
    }
}
@media screen and (min-width: 850px) {
    .post-sidebar.large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .blog-wrapper .large-9.col{
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .post-sidebar.large-3 {
        flex-basis: 409px;
        max-width: 409px;
    }
    .blog-wrapper .large-9.col{
        flex-basis: calc(100% - 409px);
        max-width: calc(100% - 409px);
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .post-sidebar.large-3 {
        flex-basis: 300px;
        max-width: 300px;
    }
    .blog-wrapper .large-9.col{
        flex-basis: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}