/* Begin item-post-featured-1 */
.blog-style-featured .item-post-featured .post-categories li {
    list-style: none;
    display: none;
}
.blog-style-featured .item-post-featured .post-categories li:first-child {
    display: inline-block;
}
.blog-style-featured .item-post-featured .post-categories li a {
    margin-right: 5px;
}
.blog-style-featured .list-item-featured {
    width: 50%;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
}
.blog-style-featured .list-item-featured .item-post-featured:last-child{margin-bottom: 0;}
.blog-style-featured .blog-style-featured .bzotech-scrollbar::-webkit-scrollbar {
    width: 0px;
}
.blog-style-featured .item-post-featured .cate li a {
    color: var(--bzo-body_typo-color);
    background: #F5F5F5;
    border-radius: 34px;
    padding: 10px 15px;
}
.blog-style-featured .item-post-featured .cate li a:hover {
    background-color: var(--bzo-main-color);
    color: white;
}
.blog-style-featured .item-post-featured .post-info {
    padding: 30px;
}
.blog-style-featured .item-post-featured .post-info .blog-style-featured_meta {
    margin-bottom: 28px;
}
.blog-style-featured .item-post-featured .post-info .desc {
    margin-bottom: 25px;
}
.blog-style-featured .item-post-featured .post-info .title {
    line-height: 32px;
    margin-bottom: 20px;
}
.blog-style-featured .item-post-featured-1 .post-thumb {
    border-radius: 15px 15px 0px 0px;
}
.blog-style-featured .list-item-featured .post-thumb {
    width: 50%;
}
.blog-style-featured .list-item-featured .post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.blog-style-featured .list-item-featured .item-post-featured {
    margin-bottom: 30px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    align-items: stretch;
}
.blog-style-featured .bzotech-scrollbar::-webkit-scrollbar {
    width: 0px;
}

.blog-style-featured .list-item-featured .item-post-featured .adv-thumb-link{
   height: 100%;
}

.blog-style-featured .list-item-featured .item-post-featured .post-thumb img{
    object-fit: cover;
    height: 100%;
}

/*.blog-style-featured .list-item-featured:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}*/
.blog-style-featured .item-post-featured {
    border: 1px solid var(--bzo-border-color);
    border-radius: 15px;
        transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.blog-style-featured .item-post-featured:hover {
    box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
}
.blog-style-featured .item-post-featured-1 {
    margin-right: 30px;
    width: 50%;
}
.blog-style-featured .item-post-featured .date .lar {
    margin-right: 5px;
}
.blog-style-featured .item-post-featured .readmore span {
    text-decoration: underline;
}
/* End item-post-featured-1 */
@media (max-width: 1600px) { 
    .blog-style-featured .list-item-featured .item-post-featured .post-info .title{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1366px) {
    .blog-style-featured {
        flex-wrap: wrap;
    }
	.blog-style-featured .list-item-featured {
        overflow-y: unset;
        width: 100%;
    }
	.blog-style-featured .item-post-featured-1 {
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        border-radius: 15px;
        overflow: hidden;
    }
    .blog-style-featured .item-post-featured-1 .post-thumb {
        width: 30%;
        border-radius: 0;
    }
    .blog-style-featured .item-post-featured .post-info {
        width: 70%;
    }
    .item-post-featured-1 img {
        height: 100%;
        object-fit: cover;
    }
    .item-post-featured-1 .adv-thumb-link {
        height: 100%;
    }
    .blog-style-featured .list-item-featured .post-thumb {
        width: 30%;
    }
}
/*End max-width: 1366px*/
@media (max-width: 1024px) {
    .blog-style-featured .list-item-featured .post-thumb,
    .blog-style-featured .item-post-featured-1 .post-thumb {
        width: 40%;
    }
    .blog-style-featured .item-post-featured .post-info {
        width: 60%;
    }
}
/*End max-width: 1024px*/
@media (max-width: 767px) {
    .blog-style-featured .item-post-featured-1 {
        flex-direction: column;
        width: 100%;
    }
    .blog-style-featured .list-item-featured .post-thumb,
    .blog-style-featured .item-post-featured-1 .post-thumb {
        width: 100%;
    }
    .blog-style-featured .item-post-featured .post-info {
        width: 100%;
        padding: 20px;
    }
    .blog-style-featured .list-item-featured .item-post-featured {
        flex-direction: column;
    }
    .blog-style-featured .item-post-featured .post-info .title {
        line-height: 24px;
        font-size: 18px;
    }
    .blog-style-featured .item-post-featured .post-info .blog-style-featured_meta {
        margin-bottom: 20px;
    }
    .blog-style-featured .item-post-featured .cate li a {
        padding: 5px 15px;
        font-size: 14px;
    }
}/*End max-width: 767px*/