/*********************************************
 * Page Blog Overview
**********************************************/
/* category */
.ifs-categories__mobile .easy-select {margin:0 auto; max-width:400px;}
.ifs-categories__mobile .easy-select-dropdown {max-width:400px;}

/* sticky item */
.ifs-blog-item.sticky .ifs-blog-item__inner {display:flex; padding:0;}
.ifs-blog-item.sticky .ifs-blog-item__thumbnail-wrap {width:50%;}
.ifs-blog-item.sticky .ifs-blog-item__info-wrap {width:50%; padding:0 var(--ifs-gap-container);}
.ifs-blog-item.sticky .ifs-blog-item__info {max-width:450px; margin:0 auto;}
.ifs-blog-item.sticky .ifs-blog-item__date-category time {color:rgba(255, 255, 255, 0.6);}

@media only screen and (max-width:767px) {
    .ifs-blog-item.sticky .ifs-blog-item__thumbnail-wrap {width:100%; margin-bottom:var(--ifs-spacing-30);}
    .ifs-blog-item.sticky .ifs-blog-item__info-wrap {width:100%; padding:0;}
}