.post-item .post-title {
    font-weight: 500;
}
.post-item .box-text .is-divider {
    display: none;
}
.post-item .box-text a.button {
    text-transform: unset;
    color: #131B3D;
    float: right;
    position: absolute;
    margin: 0;
    right: 30px;
    bottom: 30px;
}
.post-item .box-text a.button:hover {
    color: var(--fs-color-primary);
}
.post-item .box-text a.button::after {
    content: "\ea1f";
    font-family: "tabler-icons" !important;
    margin-left: 5px;    
    font-size: 18px;
    vertical-align: middle;
}
#post-list {
	padding: 80px 0;
}
.post-list .post-item,
#post-list .post-item {
    padding-bottom: 70px;
}
#post-list .post-item .box-image .image-cover,
.post-list .post-item .box-image .image-cover {
    border-radius: 40px;
}
.post-list .post-item .box-text,
#post-list .post-item .box-text {
    padding: 30px;
}
.post-list .post-item .post-title,
#post-list .post-item .post-title {
    margin-bottom: 33px;
}
#post-list .box-text .from_the_blog_excerpt,
.post-list .box-text .from_the_blog_excerpt {
    margin-bottom: 60px;
    font-size: 16px;
}
.post-item .post-meta {
    display: inline-block;
    font-size: 14px;
}
.post-item .post-meta span {
    margin-right: 23px;
}
.post-item .post-meta span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: gray;
    margin-right: 10px;
    vertical-align: middle;
}
.featured-post .box-image .image-cover{
    border-radius: 16px 16px 0 0;
}
.featured-post .box-text .from_the_blog_excerpt {
    margin-bottom: 23px;
}
.featured-post .box-text a.button {
    bottom: 0;
}
.blog-no-thumbnail .box-image {
    display: none !important;
}
.blog-no-thumbnail .post-item+.post-item {
    border-top: 1px solid ;
}
.blog-no-thumbnail .post-title {
    margin-bottom: 30px;
}
.blog-no-thumbnail .post-title a {
    line-height: 1.5 !important;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.search-no-results .no-results {
    padding: 120px 0;
    max-width: 800px;
    margin: 0 auto;
}
.search-no-results .no-results .page-title {
    font-size: 1.6em;
}
.search-no-results .blog-search-year.form-flat input[type=search] {
    background-color: #F5F5F5;
}
.blog-search-year {
    justify-content: flex-start !important;
    gap: 16px;
    font-weight: bold;
}
.blog-search-year.form-flat input[type=search] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: white;
    border: none;
    padding-left: 16px;
    padding-right: 16px;
    transition: all .3s;
}
.blog-search-year .flex-col {
    position: relative;
    margin: 0;
}
.blog-search-year .search-col {
    flex: 1;
}
.blog-search-year .button {
    position: absolute;
    right: 0;
    height: 44px;
    line-height: 44px;
    width: 44px;
}

.blog-search-year .flex-col.year {
   width: 105px;
}
.blog-search-year.form-flat select {
    margin-bottom: 0;
 
    height: 44px;
    line-height: 44px;
    background-color: #F5F5F5;
    border: none;
}

body .nav-pagination>li>a,
body .nav-pagination>li>span {
    border-radius: 12px !important;
    border: none !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-weight: 400;
}
body .nav-pagination>li>a.prev,
body .nav-pagination>li>a.next {
    padding-left: 24px;
    padding-right: 24px;
    background-color: #F5F5F5;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}
body .nav-pagination>li>a.prev i,
body .nav-pagination>li>a.next i {
    font-size: 16px;
}
body .nav-pagination>li>a.next::before {
    content: "Next";
    font-family: inherit !important;
    margin-right: 10px;
    font-size: 18px;
}
body .nav-pagination>li>a.prev::after {
    content: "Previous";
    font-family: inherit !important;
    margin-left: 10px;
    font-size: 18px;
}
body .nav-pagination>li>.current,
body .nav-pagination>li>a:hover,
body .nav-pagination>li>span:hover {
    background-color: var(--fs-color-secondary);
}
.blog-media .box-image .image-cover {
    border-radius: 40px;
}
.post-item .overlay-icon {
    opacity: 1;
    width: 130px;
    height: 130px;
    border: none;
    background-color: #3F3F3F;
}
.post-item .overlay-icon .icon-play {
    font-size: 100px;
}
.blog-media .box-text .post-title {
    margin-bottom: 10px;
}
.blog-media .box-text .post-date {
    background-color: #F7F8FF;
    border-radius: 36px;
    padding: 15px;
}

@media (max-width: 1024px) {
    .post-item .box-text .button {
        display: none;
    }
    .blog-no-thumbnail .box-text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .blog-no-thumbnail .box-text .post-title {
        font-size: 1.5rem;
    }
    .blog-no-thumbnail .box-text .post-title a {
        line-height: 1.3 !important;
    }
    #post-list .post-item .from_the_blog_excerpt,
    .post-list .post-item .from_the_blog_excerpt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
                line-clamp: 3; 
        -webkit-box-orient: vertical;
        margin-bottom: 30px;
    }
     #post-list .post-item .post-title,
    .post-list .post-item  .post-title {    
        font-size: 1.3rem;
    }
    .blog-media .box-image .image-cover,
    #post-list .post-item .box-image .image-cover,
    .post-list .post-item .box-image .image-cover {
        border-radius: 30px;
    }

}

@media (max-width: 480px) {
    .blog-search-year .search-col {
        max-width: unset;
    }
    #post-list .post-item,
    .post-list .post-item {
        padding-bottom: 40px;
    }
    .blog-media .box-image .image-cover,
    #post-list .post-item .box-image .image-cover,
    .post-list .post-item .box-image .image-cover {
        border-radius: 24px;
    }
    #post-list .post-item .box-text,
    .post-list .post-item .box-text {
        padding: 15px 0 !important;
    }
    .post-list .post-item .box-text .post-title,
    #post-list .post-item .box-text .post-title {
        margin-bottom: 15px;
    }
      #post-list .post-item .from_the_blog_excerpt,
    .post-list .post-item .from_the_blog_excerpt { 
        margin-bottom: 10px;
    }
    .post-item .overlay-icon {
        height: 80px;
        width: 80px;
    }
    .post-item .overlay-icon .icon-play {
        font-size: 60px;
    }
	#post-list {
		padding: 56px 0;
	}
}