/*******************************************************************************************************
 02. Blog General 
********************************************************************************************************/ 
/*********** Begin meta post *************/
.meta-post-style1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}
.meta-post-style1 .post-meta-data__item{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.meta-post-style1 .post-meta-data__item a{
    color: var(--bzo-body_typo-color);
}
.meta-post-style1 .post-meta-data__item a:hover{
    color: var(--bzo-main-color2);
}
.meta-post-style1 .post-meta-data__content{
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta-post-style1 .post-meta-data__content>i{
    font-size: 18px;
}
.meta-post-style1 .comments-item .post-meta-data__content>i{
    display: block;
}
.meta-post-style1 .split {
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 15px;
    vertical-align: middle;
}
.meta-post-style1 .meta-cats .flex-wrapper{
    gap: 5px;
}
/*-----------------------------------*/
.style-item-meta__cats .post-meta-data__content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.style-item-meta__cats .meta-cats a{
    background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
    padding: 8px 12px;
    border-radius: 0px;
    display: inline-block;
}
.style-item-meta__cats .meta-cats a:hover{
    color: #fff;
   background: var(--bzo-title_typo-color);
}
.style-item-meta__cats .post-meta-data__content>i, 
.style-item-meta__cats .post-meta-data__content>span
{
    display: none;
}

/*-----------------------------------*/
.style2-item-meta__cats .post-meta-data__content{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}
.style2-item-meta__cats .meta-cats a{
    color: var(--bzo-body_typo-color);
}
.style2-item-meta__cats .meta-cats a:hover{
    color: var(--bzo-main-color);
}
.style2-item-meta__cats .post-meta-data__content>i, 
.style2-item-meta__cats .post-meta-data__content>span
{
    display: none;
}

/*-------------------------*/
.meta-post-style2 {
      display: flex;
    flex-wrap: wrap;
    gap:  5px 20px;
    align-items: center;
}
.meta-post-style2 .post-meta-data__content i{
    display: none;
}
.meta-post-style2 .post-meta-data__content{
    display: flex;
    align-items: center;
    gap:  10px;
}
.meta-post-style2 .avata img{
        border-radius: 50%;
}
/*----------------------------*/
.meta-post-style3 {
    display: flex;
    flex-wrap: wrap;
    gap:  5px 15px;
    align-items: center;
}
.meta-post-style3 .post-meta-data__content {
    display: flex;
    gap:  5px 10px;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 16px;
}
.meta-post-style3 .post-meta-data__content a{
    color: var(--bzo-body_typo-color);
}
.meta-post-style3 .post-meta-data__content a: hover{
    color: var(--bzo-main-color);
}
.meta-post-style3 .post-meta-data__content i{
    font-size: 16px;
}
/*--------------------------------------------*/


/*Begin Column item posts*/

.blog-grid-view  .list-post-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.list-col-item{
    padding: 0 var(--bzo-gutter);
}
/*meida widescreen*/
@media (min-width: 2400px){
    .list-1-item-widescreen{
         width: 100%;
    }
    .list-2-item-widescreen{
         width: 50%;
    }
    .list-3-item-widescreen{
         width: 33.3333%;
    }
    .list-4-item-widescreen{
         width: 25%;
    }
    .list-5-item-widescreen{
         width: 20%;
    }
    .list-6-item-widescreen{
         width: 16.66666667%;
    }
    .list-7-item-widescreen{
         width: 14.2857%;
    }
    .list-8-item-widescreen{
         width: 12.5%;
    }
    .list-9-item-widescreen{
         width: 11.111%;
    }
    .list-10-item-widescreen{
         width: 10%;
    }
}
/*meida desktop 2399px - 1367px*/
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-3-item{
    width: 33.3333%;
}
.list-4-item{
    width: 25%;
}

.list-5-item{
    width: 20%;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
/*meida laptop*/
@media (max-width: 1366px){
    .list-1-item-laptop{
         width: 100%;
    }
    .list-2-item-laptop{
         width: 50%;
    }
    .list-3-item-laptop{
         width: 33.3333%;
    }
    .list-4-item-laptop{
         width: 25%;
    }
    .list-5-item-laptop{
         width: 20%;
    }
    .list-6-item-laptop{
         width: 16.66666667%;
    }
    .list-7-item-laptop{
         width: 14.2857%;
    }
    .list-8-item-laptop{
         width: 12.5%;
    }
    .list-9-item-laptop{
         width: 11.111%;
    }
    .list-10-item-laptop{
         width: 10%;
    }
}
/*meida table extra*/
@media (max-width: 1200px){
    .list-1-item-tablet-extra{
         width: 100%;
    }
    .list-2-item-tablet-extra{
         width: 50%;
    }
    .list-3-item-tablet-extra{
         width: 33.3333%;
    }
    .list-4-item-tablet-extra{
         width: 25%;
    }
    .list-5-item-tablet-extra{
         width: 20%;
    }
    .list-6-item-tablet-extra{
         width: 16.66666667%;
    }
    .list-7-item-tablet-extra{
         width: 14.2857%;
    }
    .list-8-item-tablet-extra{
         width: 12.5%;
    }
    .list-9-item-tablet-extra{
         width: 11.111%;
    }
    .list-10-item-tablet-extra{
         width: 10%;
    }
}
/*meida table*/
@media (max-width: 1024px){
    .list-1-item-tablet{
         width: 100%;
    }
    .list-2-item-tablet{
         width: 50%;
    }
    .list-3-item-tablet{
         width: 33.3333%;
    }
    .list-4-item-tablet{
         width: 25%;
    }
    .list-5-item-tablet{
         width: 20%;
    }
    .list-6-item-tablet{
         width: 16.66666667%;
    }
    .list-7-item-tablet{
         width: 14.2857%;
    }
    .list-8-item-tablet{
         width: 12.5%;
    }
    .list-9-item-tablet{
         width: 11.111%;
    }
    .list-10-item-tablet{
         width: 10%;
    }
}
/*meida Mobile Extra*/
@media (max-width: 880px){
    .list-1-item-mobile-extra{
         width: 100%;
    }
    .list-2-item-mobile-extra{
         width: 50%;
    }
    .list-3-item-mobile-extra{
         width: 33.3333%;
    }
    .list-4-item-mobile-extra{
         width: 25%;
    }
    .list-5-item-mobile-extra{
         width: 20%;
    }
    .list-6-item-mobile-extra{
         width: 16.66666667%;
    }
    .list-7-item-mobile-extra{
         width: 14.2857%;
    }
    .list-8-item-mobile-extra{
         width: 12.5%;
    }
    .list-9-item-mobile-extra{
         width: 11.111%;
    }
    .list-10-item-mobile-extra{
         width: 10%;
    }
}
/*meida Mobile*/
@media (max-width: 767px){
    .list-1-item-mobile{
         width: 100%;
    }
    .list-2-item-mobile{
         width: 50%;
    }
    .list-3-item-mobile{
         width: 33.3333%;
    }
    .list-4-item-mobile{
         width: 25%;
    }
    .list-5-item-mobile{
         width: 20%;
    }
    .list-6-item-mobile{
         width: 16.66666667%;
    }
    .list-7-item-mobile{
         width: 14.2857%;
    }
    .list-8-item-mobile{
         width: 12.5%;
    }
    .list-9-item-mobile{
         width: 11.111%;
    }
    .list-10-item-mobile{
         width: 10%;
    }
}

.swiper-wrapper.bzotech-row{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1200px){
    .list-post-wrap,
    .list-product-wrap{
        margin-right: -10px;
        margin-left: -10px;
    }
    .list-col-item {
        padding: 0 10px;
    }
}
@media (max-width: 375px){
    .list-2-item-mobile,.list-2-item-mobile-extra,.list-2-item-tablet,.list-2-item-tablet-extra,.list-2-item-laptop,.list-2-item,.list-2-item-widescreen,
    .list-3-item-mobile,.list-3-item-mobile-extra,.list-3-item-tablet,.list-2-item-tablet-extra,.list-3-item-laptop,.list-2-item,.list-3-item-widescreen{
        width: 100%;
    }
}
/*End column item Posts*/

/*Begin Style Post item*/

/*1. defaut style*/
.item-post-wg .zoom-image:hover .adv-thumb-link img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.3s linear 0s;
}
.item-post-wg .zoom-image:hover .adv-thumb-link img {
  transition: all 0.3s linear 0s;
}
/*--------------*/

.popup-share-content{
    display: none;
}
.popup-share span{
    display: none;
}
.share-popup-content-open{
    background:rgb(0 0 0 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 9999;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.share-popup-content-open> i{
    position: absolute;
    right: 50px;
    color: #fff;
    top: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.share-popup-content-open ul{
    background: #fff;
    padding: 35px 35px 30px;
    border-radius: 0px;
}
.share-popup-content-open ul a{
    display: inline-block;
    line-height: 0;
    font-size: 30px;
}
.share-popup-content-open ul li{
    margin-right: 20px;
}
.share-popup-content-open ul li:last-child{
    margin-right: 0px;
}
.share-popup-content-open.active{
    display: flex;
}
.post-thumb{
    position: relative;
}
/*---------------Begin grid post style 1 -------------------*/

.blog-grid-post-item- .item-grid-post-{
    margin-bottom: 30px;
}
.blog-grid-post-item- .list-post-wrap{
    margin-bottom: -30px;
}
.item-grid-post- .item-post{
    border-radius: 15px;   
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
    position: relative;

}
.item-grid-post- .item-post .post-info{
    background-color: #fff; 
}
.item-grid-post- .item-post:hover .post-info{
    box-shadow: inset 0px -5px 0px var(--bzo-main-color);
    transition: all 0.3s linear 0s;
}

.item-grid-post- .meta-post-style3{
    margin-bottom: 10px;
}
.item-grid-post- .meta-post-style3 .meta-cats .flex-wrapper *,
.item-grid-post- .meta-post-style3 .meta-tags .flex-wrapper *{
    display: none;
}
.item-grid-post- .meta-post-style3 .meta-cats .flex-wrapper a:first-child,
.item-grid-post- .meta-post-style3 .meta-tags .flex-wrapper a:first-child{
    display: block;
}
.item-grid-post- .post-info{
    padding: 20px;
    border-radius: 0 0 15px 15px;
    transition: all 0.3s linear 0s;
}
.item-grid-post- .post-info ul li i{
    color: var(--bzo-main-color2);
} 
.item-grid-post- .post-info .author{
    line-height: 37px;
    color: #727272;
    font-weight: 500;
    text-transform: capitalize;
}
.item-grid-post- .post-info .author:hover{
    color: var(--bzo-main-color);
}
.item-grid-post- .post-info .author img{
    width: 37px;
    border-radius: 100%;
    margin-right: 6px;
    float: left;
}
.item-grid-post- .post-title{
    margin-bottom: 12px;
    line-height: 28px;
}
.item-grid-post- .readmore-wrap {
    margin-top: 30px;
}
.item-grid-post- .post-thumb {
    position: relative;
     border-radius: 15px 15px 0 0;
}
.item-grid-post- .meta-post-style1__date{
    padding-bottom: 10px;
    position: absolute;
    top: 17px;
    right: -10px;
}
.item-grid-post- .meta-post-style1__date .meta-item{
    position: relative;
}
.item-grid-post- .meta-post-style1__date .meta-item span{
    background: var(--bzo-main-color);
    border-radius: 30px 0px 0px 30px;
    line-height: 26px;
    padding: 0 20px;
    display: block;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.item-grid-post- .meta-post-style1__date .meta-item::after{
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--bzo-main-color-mix-black);
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
}
/*---------------End grid post style 1 -------------------*/
/*---------------Begin grid post style 2 -------------------*/
.item-grid-post-style2 .meta-post-style1{
    gap: 0;
}
.item-grid-post-style2 .post-thumb{
    border-radius: 10px;
}
.item-grid-post-style2 .meta-post-style1 .post-meta-data__content>i, 
.item-grid-post-style3 .meta-post-style1 .post-meta-data__content>i{
    display: none;
}
.item-grid-post-style2 .meta-post-style1 .post-meta-data__content {
    font-size: 14px;
}
.item-grid-post-style2 .meta-post-style1 .split, 
.item-grid-post-style3 .meta-post-style1 .split{
    margin: 0 9px;
    background: #898989;
    width: 1px;
    height: 12px;
} 
.item-grid-post-style2 .post-info .post-title{
    line-height: inherit;
}   
.item-grid-post-style2 .readmore-wrap{
    margin-top: 5px;
    display: inline-block;
}
.item-grid-post-style2 .readmore{
    background-color: #02010100;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
} 
.item-grid-post-style2 .readmore:hover{
    border-color: var(--bzo-main-color);
}
/*---------------End grid post style 2 -------------------*/
/*---------------Begin grid post style 3 -------------------*/
@keyframes img_circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 90%;
        height: 90%;
        opacity: 0;
    }
}
.blog-grid-post-item-style3 .item-grid-post-style3{
    margin-bottom: 30px;
}
.item-grid-post-style3 .post-thumb .post-meta-data{
    display: none;
}
.blog-grid-post-item-style3 .list-post-wrap{
    margin-bottom: -30px;
}
.item-grid-post-style3 .style-item-meta__cats .meta-cats a{
    border-radius: 5px;
    padding: 5px 10px;
}
.item-grid-post-style3 .meta-post-style1{
    margin-bottom: 10px;
}
.item-grid-post-style3 .post-title{
    margin: 8px 0 10px; 
    line-height: 1.15;
}
.item-grid-post-style3 .desc{
    font-size: 16px;
}
.item-grid-post-style3 .readmore-wrap{
    margin-top: 30px;
}
.item-grid-post-style3 .post-thumb{
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
}
.item-grid-post-style3 .post-thumb a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.item-grid-post-style3 .post-thumb a:hover:before{
    -webkit-animation: img_circle 0.65s;
    animation: img_circle 0.65s;
}
.item-grid-post-style3 .style-item-meta__cats{
    position: absolute;
    left: 16px;
    top: 16px;
}
/*---------------End grid post style 3 -------------------*/
/*---------------Begin grid post style 4 -------------------*/
.blog-grid-post-item-style4 .item-post,
.item-grid-post-style4 .item-post {
    position: relative;
}
.blog-grid-post-item-style4 .item-post .post-thumb:before,
.item-grid-post-style4 .item-post .post-thumb:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, .6) 110px, transparent 100%);
}
.item-grid-post-style4 .post-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.item-grid-post-style4 .post-meta-data.style2-item-meta__cats{
    display: none;
}
.item-grid-post-style4 .post-meta-data {
    color: #fff;
    margin-top: 7px;
}
.item-grid-post-style4 ul li .post-meta-data__content {
    font-size: 12px;
}
.item-grid-post-style4 ul li .post-meta-data__content i {
    display: none;
}
.item-grid-post-style4 .post-title a,
.item-grid-post-style4 .post-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}
@media (max-width: 767px) {
    .item-grid-post-style4 .post-info {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}
/*---------------End grid post style 4 -------------------*/
/*---------------Begin grid post style 7 -------------------*/
.blog-grid-post-item-style7 .item-post {
    position: relative;
    display: grid;
}
.item-grid-post-style7 .post-info .author,
.item-grid-post-style7 .meta-post-style3 {
    display: none;
}
.item-grid-post-style7 .meta-post-style1__date {
    order: 2;
    margin-top: 5px;
}
.item-grid-post-style7 .post-meta-data,
.item-grid-post-style7 .meta-post-style1__date .meta-item span {
    color: #888;
    margin-top: 7px;
}
.item-grid-post-style7 ul li .post-meta-data__content {
    font-size: 12px;
}
.item-grid-post-style7 .post-title a,
.item-grid-post-style7 .post-title {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}
/*---------------End grid post style 7 -------------------*/
/*---------------Begin grid post style 5 -------------------*/
.blog-grid-post-item-style5 .item-grid-post-style5{
    margin-bottom:40px;
}
.blog-grid-post-item-style5 .list-post-wrap{
    margin-bottom: -40px;
}
.item-grid-post-style5 .label-cat ul li a{
    font-weight: 500;
    font-size: 14px;
    padding: 6px 13px;
    border-radius: 2px;
    background: var(--bzo-main-color);
    color: #FFFFFF;
    text-transform: uppercase;
}
.item-grid-post-style5 .label-cat ul li a:hover {
    color: #fff;
    background: var(--bzo-main-color-mix-black);
}
.item-grid-post-style5 .label-cat ul {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.item-grid-post-style5 .label-cat ul li {
    display: inline-block;
    margin-left: 5px;
}
.item-grid-post-style5 .post-info2 {
    padding: 30px;
    box-shadow: 0px 1px 18px rgba(31, 32, 28, 0.12);
    margin-top: -80px;
    border-radius: 0px;
    position: relative;
}
.item-grid-post-style5 .post-info {
    padding: 0 50px;
}
.item-grid-post-style5 .post-thumb {
    z-index: 0;
    position: relative;
}
.item-grid-post-style5 .post-thumb a{
    border-radius: 0px;
    overflow: hidden;
}
.item-grid-post-style5 .desc{
    margin-top: 15px;
    line-height: 26px;
}
.item-grid-post-style5 .readmore-wrap{
    margin-top: 30px;
}
.item-grid-post-style5 .post-info2 .meta-post-style4 {
    margin-bottom: 5px;
}
.item-grid-post-style5 .post-info2 .comments-item {
    padding-left: 12px;
}
.item-grid-post-style5 .label-cat .post-categories li:not(:first-child) {
    display: none;
}
.item-grid-post-style5 .meta-post-style4 .post-meta-data__content i {
    color : var(--bzo-main-color);
}
.item-grid-post-style5 .meta-post-style4 .post-meta-data__content span {
    font-size: 14px;
    font-weight: 400;
    color: var(--bzo-body_typo-color);
}

@media(max-width: 1200px){
    .item-grid-post-style5 .post-info{
            padding: 0 20px;
    }
}
@media(max-width: 768px){
    .item-grid-post-style5 .post-info{
            padding: 0 0px;
    }
    .item-grid-post-style5 .post-title{
        font-size: 16px;
    line-height: 24px;
    }
    .item-grid-post-style5 .post-info2 {
        padding: 30px 0px 0px;
        box-shadow: none;
        margin-top: 0;
    }
    .item-grid-post-style5 .readmore-wrap {
        margin-top: 20px;
    }
}
/*---------------End grid post style 5 -------------------*/
/*---------------Begin grid post style 6 -------------------*/

.blog-grid-post-item-style6 .item-grid-post-style6{
    margin-bottom: 30px;
}
.blog-grid-post-item--style6 .list-post-wrap{
    margin-bottom: -30px;
}
.item-grid-post-style6 .item-post{
    border: 1px solid #d6d6d6;
    transition: .3s;
}
.item-grid-post-style6 .item-post:hover {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
}
.item-grid-post-style6 span.date {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    padding: 5px 8px;
    justify-content: center;
    background: #fff;
    text-align: center;
}
.item-grid-post-style6 span.date .day {
    color: var(--bzo-gray-color);
    font-size: 16px;
    font-weight: 600;
}
.item-grid-post-style6 .post-info p{
    margin: 0;
}
.item-grid-post-style6 .post-info .post-title {
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    line-height: 1.4;
}
.item-grid-post-style6 .post-info .post-title:after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    background :var(--bzo-gray-color);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
.item-grid-post-style6 .post-info {
    padding: 15px 15px 20px;
}
/*---------------End grid post style 6 -------------------*/
/*---------------Begin grid post style 10 -------------------*/

.blog-grid-post-item-style10 .item-grid-post-style10{
    margin-bottom: 30px;
}
.blog-grid-post-item--style10 .list-post-wrap{
    margin-bottom: -30px;
}

.blog-grid-post-item- .item-post{
    position: relative;
}
.item-grid-post-style10 .post-title{
    line-height: 36px;
    margin: 10px 0 10px;
}
.item-grid-post-style10 .meta-post-style1 .meta-cats .flex-wrapper *{
    display: none;
}
.item-grid-post-style10 .meta-post-style1 .meta-cats a:first-child{
    display: inline-block;
}
.item-grid-post-style10 .meta-post-style1 .post-meta-data__content>i {
    display: none;
}
.item-grid-post-style10 .meta-post-style1 .post-meta-data__item a {
     color: var(--bzo-main-color); 
}
.item-grid-post-style10 .meta-post-style1 .post-meta-data__item a:hover{
    color: var(--bzo-title_typo-color);
}
@media(max-width: 1200px){
   .item-grid-post-style10 .post-title{
        font-size: 20px;
        line-height: 24px;
    } 
}
@media(max-width: 767px){
   .item-grid-post-style10 .post-title{
        font-size: 18px;
    } 
}
.item-grid-post-style10 .post-info{
    padding-top: 20px;
}
.item-grid-post-style10 .item-post .post-meta-data__content i{
    display: none;
}
.item-grid-post-style10 .meta-cats .post-meta-data__content span, 
.item-grid-post-style10 .meta-cats .post-meta-data__content a{
    display: none;
}
.item-grid-post-style10 .meta-cats .post-meta-data__content a:first-child{
    display: block;
}

.item-grid-post-style10 .post-thumb{
    position: relative;
}
.item-grid-post-style10 .post-thumb .readmore-wrap{
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: #2e2e2ee0;
    transform: scale(0);
    z-index: 11;
    transition: all 0.3s ease-out 0s;
}
.item-grid-post-style10:hover .post-thumb .readmore-wrap{
    opacity: 1;
    transform: scale(1);
}
.item-grid-post-style10 .adv-thumb-link {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
}
.item-grid-post-style10:hover .adv-thumb-link{
    border-color: var(--bzo-main-color);
}
.item-grid-post-style10 .adv-thumb-link::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.item-grid-post-style10 .adv-thumb-link:hover::before{
    opacity: 1;
    transition: opacity .4s;
}

.post-thumb{
    overflow: hidden;
}
/*---------------End grid post style 10 -------------------*/

/*---------------Begin grid post style 11 -------------------*/
.blog-grid-post-item-style11 .item-grid-post-style11{
    margin-bottom: 30px;
}
.blog-grid-post-item-style11 .list-post-wrap{
    margin-bottom: -30px;
}
.item-grid-post-style11 .item-post .post-info{
    padding: 14px 18px;
}
.item-grid-post-style11 .meta-post-style1 .post-meta-data__item,
.item-grid-post-style11 .meta-post-style1 .post-meta-data__content>i{
    font-size: inherit;
}
.item-grid-post-style11 .item-post:hover{
    box-shadow: 0px -3px 18px 0px rgba(0, 0, 0, 0.08), 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.item-grid-post-style11 .item-post .post-title{
    margin: 10px 0;
}
.item-grid-post-style11 .item-post .readmore-wrap a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.item-grid-post-style11 .meta-post-style1 .split{
    background-color: var(--bzo-body_typo-color);
    margin: 0 12px;
}
@media(max-width: 1024px){
    .item-grid-post-style11 .item-post .post-title{
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width: 767px){
    .item-grid-post-style11 .item-post .post-info {
        padding: 0px;
        padding-top: 15px;
    }
    .item-grid-post-style11 .item-post .post-title {
        font-size: 14px;
        line-height: 20px;
    }
}
/*---------------End grid post style 11 -------------------*/
/*2 List post item*/
.item-list-post-default{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--bzo-border-color);
}
@media(max-width: 767px){
    .item-list-post-default {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}
.list-post-wrap>.bzotech-col-md-12:last-child .item-list-post-default{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.item-list-post-default .style-item-meta__cats{
    margin-bottom: 20px;
}
.item-list-post-default .readmore{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
}
.item-list-post-default .readmore:after {
    content: '';
    background: #000;
    height: 2px;
    width: 0px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}
.item-list-post-default .readmore:hover:after {
    width: 20px;
}
.item-list-post-default .readmore:hover{
    color: #000;
}

.item-list-post-default .post-title{
    margin-bottom: 20px;
    word-break: break-word;
    overflow: inherit;
    white-space: inherit;
}
.item-list-post-default .desc {
    margin-bottom: 30px;
}
.item-list-post-default .post-info{
    background: #fff;
    position: relative;
}
.item-list-post-default .post-thumb {
   margin-bottom: 30px;
}
.item-list-post-default .post-thumb img{
   display: block;
   transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-list-post-default .post-thumb a{
    display: block;
}
.item-list-post-default .meta-post-style1{
    margin-bottom: 15px;
}
.item-list-post-default .meta-post-style1.not-content{
    margin-bottom: 0px;
}
.item-list-post-default .readmore-wrap{
    line-height: 0;
}
/*--------------*/
.item-list-post-style2 .post-thumb {
    width: 45%;
    position: relative;
}
.item-list-post-style2 .post-thumb>a{
    line-height: 0;
    display: block;
}
.item-list-post-style2 .post-thumb img{
    width: 100%;
}
.item-list-post-style2 .post-info {
    width: 55%;
    padding-left: 30px;
}
.item-list-post-style2 .post-title{
    margin-top: 16px;
    margin-bottom: 16px;
}
.item-list-post-style2 .readmore-wrap a{
    color: #111;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--bzo-main-color);
    transition: .25s;
    position: relative;
}
.item-list-post-style2 .readmore-wrap a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--bzo-main-color);
    transition: .25s;
    bottom: 0;
    left: 0;
}
.item-list-post-style2 .readmore-wrap a:hover::after{
    width: 100%;
    transition: .25s;
}
.item-list-post-style2 .readmore-wrap a:hover{
    letter-spacing: 2px;
    transition: .25s;
    color: var(--bzo-main-color);
}
.item-list-post-style2{
    margin-bottom: 40px;
}

.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style2{
    margin-bottom: 0px;
}
.item-list-post-style2 .post-thumb .meta-post-style1{
    position: absolute;
    top: 17px;
    left: 20px;
    right: 20px;
}
.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a{
    background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
    padding: 5px 12px;
    border-radius: 10px;
    display: inline-block;
    transition: all .2s ease-out 0s;
}
.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a:hover{
     background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}
.item-list-post-style2:hover .post-thumb img {
    
}
.item-list-post-style2 .post-thumb .adv-thumb-link{
    display: block;
    position: relative;
    overflow: hidden;
}
.item-list-post-style2 .post-thumb .adv-thumb-link::before{  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);    
    content: '';
    opacity: 0;
    transition: opacity 0.4s,transform 0.4s;
}
.item-list-post-style2 .post-thumb .adv-thumb-link:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*--------- style3 - sub mega menu---------------*/
.item-list-post-style3{
    gap: 15px;
}
.item-list-post-style3 .post-thumb {
    width: 100px;
    position: relative;
    border-radius: 0px;    
}
.item-list-post-style3 .post-thumb>a{
    line-height: 0;
    display: block;
}
.item-list-post-style3 .post-thumb img{
    width: 100%;
}
.item-list-post-style3 .post-info {
   width: calc(100% - 105px);
}
.item-list-post-style3 .post-title{
    font-weight: 500;
    line-height: 24px;
}
.item-list-post-style3 .readmore-wrap a{
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--bzo-main-color);
    transition: .25s;
    position: relative;
}
.item-list-post-style3 .readmore-wrap a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--bzo-main-color);
    transition: .25s;
    bottom: 0;
    left: 0;
}
.item-list-post-style3 .readmore-wrap a:hover::after{
    width: 100%;
    transition: .25s;
}
.item-list-post-style3 .readmore-wrap a:hover{
    letter-spacing: 2px;
    transition: .25s;
    color: var(--bzo-main-color);
}
.item-list-post-style3{
    margin-bottom: 15px;
}

.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style3{
    margin-bottom: 0px;
}

.item-list-post-style3 .post-thumb .adv-thumb-link{
    display: block;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

/*End Style Post item*/


@media (max-width: 991px){
    .meta-post-tags-share-style2>.flex-wrapper ,
    .meta-post-tags-share>.flex-wrapper {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }
}


/*============================================================*/
/*======================RESPONSIVE ===========================*/
/*============================================================*/
@media(max-width: 1200px){
    .item-list-post-style2 .post-title{
        margin-top: 6px;
        margin-bottom: 6px;
    }
  
}
@media(max-width: 880px){

    .item-list-post-style2 .post-thumb{
        width: 100%;
    }
    .item-list-post-style2 .post-info{
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    .item-list-post-style2{
        flex-direction: column;
    }

}
@media(max-width: 767px){
    .sidebar-position-left{
        order: 2;
        margin-top: 40px;
    }
    .item-list-post-default .post-title{
        font-size: 24px;
        line-height: 30px;
    }
}

/*---------------Begin grid post style 12 -------------------*/
.blog-grid-post-item-style12 .item-grid-post-style12{
    margin-bottom:40px;
}
.blog-grid-post-item-style12 .list-post-wrap{
    margin-bottom: -40px;
}
.item-grid-post-style12 .label-cat ul li a{
    font-weight: 600;
    font-size: 14px;
    padding: 4px 12px 4px 25px;
    border-radius: 4px;
    background: var(--bzo-main-color2);
    color: #FFFFFF;
    display: block;
    clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 100% 100%, 0 100%);
}
.item-grid-post-style12 .label-cat ul li a:hover {
    color: #fff;
}
.item-grid-post-style12 .label-cat ul {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.item-grid-post-style12 .label-cat ul li {
    display: none;
}
.item-grid-post-style12 .label-cat ul li:first-child {
    display: inline-block;
}
.item-grid-post-style12 .post-thumb{
    border-radius: 5px;
    margin-bottom: 12px;
}
.item-grid-post-style12 .post-meta-data li{
    margin-right: 10px;
    text-transform: uppercase;
}
.item-grid-post-style12 .post-title{
    line-height: 1.5;
    margin-top: 4px;
}

/*---------------Begin grid post style 13 -------------------*/
.blog-grid-post-item-style13 .item-grid-post-style13{
    margin-bottom:30px;
}
.blog-grid-post-item-style13 .list-post-wrap{
    margin-bottom: -30px;
}
.item-grid-post-style13 .item-post{
    border-radius: 4px;
    overflow: hidden;
}
.item-grid-post-style13 .item-post:hover{
    background-color: #fff;
    border-bottom: 1px solid #999;
}
.item-grid-post-style13 .post-info{
    margin-top: 7px;
}
.item-grid-post-style13 .post-info-inner{
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 8px 10px;
}
.item-grid-post-style13 .post-info-inner .readmore-wrap a i{
    transform: rotate(-45deg);
}
.item-grid-post-style13 .post-info-inner .readmore-wrap a{
    clip-path: polygon(23% 0, 100% 0, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 100%, 0 23%);
    border-radius: 4px;
    background-color: transparent;
    color: #333;
    display: block;
    padding: 7px 8px;
    transition: .2s;
}
.item-grid-post-style13 .item-post:hover .post-info-inner .readmore-wrap a{
    background-color: var(--bzo-main-color);
    color: #fff;
}
.item-grid-post-style13 .post-title{
    line-height: 1.4;
}
@media(max-width: 767px){
    .item-grid-post-style13 .post-title{
        font-size: 16px;
        line-height: 22px;
    }
}

/*---- post style 14 - home 22 ---*/
.item-grid-post-style14{
    padding: 18px 0;
    border-left: 2px solid #000;
}
.item-grid-post-style14 .item-post{
    display: flex;
    gap: 15px;
}
.item-grid-post-style14 .post-thumb{
    width: 50%;
}
.item-grid-post-style14 .post-info{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.item-grid-post-style14 .post-info .post-title{
    line-height: 1.4;
}
.item-grid-post-style14 .post-info .post-title a:hover{
    color: var(--bzo-main-color2);
}
.item-grid-post-style14 .post-info .meta-post-style2{
    flex-direction: column;
    align-items: start;
    gap: 0;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats{
    order: 1;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-date{
    order: 2;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats span,
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats a{
    display: none;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats a:first-child{
    display: block;
}
.item-grid-post-style14 .meta-post-style2 .post-meta-data__content{
    color: var(--bzo-title_typo-color);
}

/*---------------Begin grid post masonry1 -------------------*/
.blog-masonry1-view .bzotech-row {
    display: flex;
    align-items: flex-start;
}
.item-col-6 {
    width: 50%;
    padding: 0 15px;
}
.column-post-masonry .author, 
.column-post-masonry .meta-post-style1__date,
.column-post-masonry .post-meta-data__content i {
    display: none;
}
.blog-masonry1-view .post-meta-data__content span,
.blog-masonry2-view .post-meta-data__content span,
.blog-masonry3-view .post-meta-data__content span,
.blog-masonry4-view .post-meta-data__content span,
.blog-masonry5-view .post-meta-data__content span,
.meta-item-date span {
    font-size: 12px;
    color: #888;
}   
.blog-masonry1-view .col-list .item-post{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.blog-masonry1-view .item-post {
    background-color: #f5f5f5;
}
.blog-masonry1-view .col-main .post-thumb {
    max-height: 310px;
}
.blog-masonry1-view .post-info {
    padding: 27px 23px 26px;
}
.blog-masonry1-view .desc {
    margin-bottom: 0;
    color: #313131;
}
.blog-masonry1-view .post-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
}
.blog-masonry1-view .col-list .post-info {
    padding: 15px 23px 15px;
}
.blog-masonry1-view .col-list > div,
.blog-masonry3-view .col-list > div,
.blog-masonry4-view .col-list > div,
.blog-masonry4-view .col-block2 > div,
.blog-masonry5-view .col-list > div {
    margin-bottom: 20px;
}
.blog-masonry1-view .col-list > div:last-child,
.blog-masonry3-view .col-list > div:last-child,
.blog-masonry4-view .col-list > div:last-child,
.blog-masonry4-view .col-block2 > div:last-child,
.blog-masonry5-view .col-list > div:last-child {
    margin-bottom: 0;
}
.blog-masonry1-view .col-list .desc {
    display: none;  
}
.blog-masonry1-view .col-list .post-thumb {
    order: 2;
    max-width: 200px;
}
/*---------------End grid post masonry1 -------------------*/
/*---------------Begin grid post masonry2 -------------------*/
.blog-masonry2-view .bzotech-row {
    display: flex;
    align-items: flex-start;
}
.blog-masonry2-view .col-main .post-thumb {
    max-height: 259px;
}
.blog-masonry2-view .col-main .item-post {
    background-color: #f5f5f5;
}
.column-post-masonry {
    padding: 0 15px;
}
.item-col-4 {
    width: 33.33%;
}
.item-col-8 {
    width: 66.67%;
}
.blog-masonry2-view .col-main {
    order: 2;
}
.blog-masonry2-view .col-main .post-info {
    padding: 30px 25px 30px; 
    margin: 0;
}
.blog-masonry2-view .col-main .post-info .post-title {
    margin-bottom: 10px;
}
.blog-masonry2-view .col-grid {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
}
.blog-masonry2-view .col-grid > div {
    margin-bottom: 20px;
}   
.blog-masonry2-view .col-grid .post-thumb {
    max-width: 180px;
    min-width: 180px;
}
.blog-masonry2-view .col-grid .post-thumb {
    margin-right: 20px;
}
.column-post-masonry .post-info {
    display: grid;
}
.column-post-masonry .post-info .post-title {
    order: 1;
}
.column-post-masonry .post-info .post-meta-data {
    order: 2;
}
.column-post-masonry .post-info .desc {
    order: 3;
    margin-top: 10px;
}
.blog-masonry2-view .col-grid .post-title {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 7px;
}
.blog-masonry2-view .col-grid .item-post,
.blog-masonry3-view .col-list .item-post,
.blog-masonry4-view .col-list .item-post,
.blog-masonry5-view .col-list .item-post {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
@media (max-width: 1200px) {
    .blog-masonry2-view .col-grid .post-thumb {
        max-width: 150px;
        min-width: 150px;
    }
    .blog-masonry2-view .col-main .post-title {
        font-size: 18px;
        line-height: 26px;
    }
}
/*---------------End grid post masonry2 -------------------*/
/*---------------Begin grid post masonry3 -------------------*/
.item-col-4 {
    width: 33.33%;
    max-width: 33.33%;
}
.blog-masonry3-view .col-position .item-post {
    position: relative;
}
.blog-masonry3-view .col-position .post-thumb img {
    min-height: 423px;
}
.blog-masonry3-view .col-position .post-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.blog-masonry3-view .col-position .post-info .post-title a {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
} 
.blog-masonry3-view .col-position .post-meta-data__content {
    margin-top: 10px;
}
.blog-masonry3-view .col-position .post-meta-data__content span {
    color: #fff;
}
.blog-masonry3-view .col-position .post-info .desc {
    display: none;
}
.blog-masonry3-view .col-block .post-info,
.blog-masonry4-view .col-block1 .post-info,
.blog-masonry4-view .col-block2 .post-info,
.blog-masonry5-view .col-block1 .post-info {
    background-color: #f5f5f5;
    padding: 20px 20px 20px;
}
.blog-masonry3-view .col-block .post-title,
.blog-masonry3-view .col-list .post-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.35;
}
.blog-masonry3-view .col-block .desc,
.blog-masonry4-view .col-block1 .desc,
.blog-masonry5-view .col-list .desc,
.blog-masonry5-view .col-block1 .desc {
    margin-bottom: 0;
}
.blog-masonry3-view .col-list .post-thumb {
    max-width: 136px;
}
.blog-masonry3-view .col-list .post-thumb,
.blog-masonry4-view .col-list .post-thumb,
.blog-masonry5-view .col-list .post-thumb {
    margin-right: 18px;
}
.blog-masonry3-view .col-list .post-title {
    font-size: 14px;
    margin-bottom: 6px;
}
.blog-masonry3-view .col-list .desc {
    display: none;
}
/*---------------End grid post masonry3 -------------------*/
/*---------------Begin grid post masonry4 -------------------*/
.blog-masonry4-view .col-block2 .post-thumb img {
    max-height: 204px;
}
.blog-masonry4-view .col-block1  .post-meta-data, 
.blog-masonry4-view .col-block2  .post-meta-data {
    margin-top: 10px;
}
.blog-masonry4-view .col-block2 .post-title {
    font-size: 16px;
    line-height: 23px;
    margin: -2px 0 0;
}
.blog-masonry4-view .col-block2 .desc,
.blog-masonry4-view .col-list .desc {
    display: none;
}
.blog-masonry4-view .col-list .post-thumb {
    max-width: 170px;
}
.blog-masonry4-view .col-list .post-title {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 7px;
}
/*---------------Begin grid post masonry4 -------------------*/
/*---------------Begin grid post masonry5 -------------------*/
.blog-masonry5-view .item-col-8 {
    width: 60%;
}
.blog-masonry5-view .item-col-4 {
    width: 40%;
    max-width: 40%;
}
.blog-masonry5-view .column-post-masonry .post-info .post-meta-data,
.blog-masonry5-view .column-post-masonry .post-info .post-title {
    order: inherit;
}
.blog-masonry5-view .col-list .post-thumb {
    max-width: 200px;
    min-width: 200px;
}
.heading-blog-h12 {
    font-size: 30px;
    margin-top: -5px;
}
.blog-masonry5-view .post-title {
    font-size: 18px;
    margin-bottom: 6px;
}
.blog-masonry5-view .col-block1 .post-title {
    font-size: 22px;
    line-height: 1.35;
} 
.blog-masonry5-view .col-block1 .desc {
    display: block;
}
.blog-masonry5-view .desc,
.blog-masonry5-view .col-block2 .desc {
    display: none;
}
.blog-masonry5-view .col-block2 {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin-top: 20px;
}
.blog-masonry5-view .col-block2 .post-title{
    font-size: 15px;
}
.blog-masonry5-view .col-block2 .post-info {
    padding: 15px 0 0;
    background-color: #fff;
}
.blog-masonry5-view .col-list .post-title{
    font-size: 15px;
    line-height: 1.35;
}
.blog-masonry5-view .col-list .post-info {
    padding: 10px 10px 10px 0;
}
.blog-masonry5-view .col-list .item-post {
    background-color: #f5f5f5;
}
.blog-masonry5-view .meta-cats .post-meta-data__content a,
.blog-masonry5-view .meta-cats .post-meta-data__content span {
    display: none;
}
.blog-masonry5-view .meta-cats .post-meta-data__content a:last-of-type {
    display: block;
}
.style8-item-meta__cats {
    margin-bottom: 10px;
}
.style8-item-meta__cats a {
    background-color: #e1e1e1;
    padding: 5px 8px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    z-index: 2;
    position: relative;
}
.style8-item-meta__cats a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: -1;
    transition: all .2s;
}
.style8-item-meta__cats a:hover:after {
    left: 0;
    width: 100%;
}
@media (max-width: 1600px) {
    .blog-masonry5-view .col-list .post-title{
        font-size: 14px;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .blog-masonry3-view .col-position .post-thumb img {
        min-height: 390px;
    }
}

@media (max-width: 1024px) {
    .heading-blog-h12 {
        display: none;
    }
    .blog-masonry5-view .item-col-8 {
        width: 100%;
    }
    .blog-masonry5-view .item-col-4{
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .blog-masonry3-view .column-post-masonry.col-list {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .blog-masonry3-view .column-post-masonry.col-list .item-post {
        background-color: #f5f5f5
    }
    .blog-masonry4-view .column-post-masonry.col-block1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .blog-masonry4-view .column-post-masonry.col-block2,
    .blog-masonry4-view .column-post-masonry.col-list,
    .blog-masonry3-view .column-post-masonry.col-position,
    .blog-masonry3-view .column-post-masonry.col-block {
        width: 50%;
        max-width: 50%;
    }
    .blog-masonry2-view .column-post-masonry.col-main{
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .blog-masonry2-view .column-post-masonry.col-grid {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .blog-masonry1-view .col-list .post-thumb {
        max-width: 150px;
    }
    .blog-masonry3-view .col-position .post-thumb img {
        min-height: 343px;
    }
    .blog-masonry3-view .col-block .desc {
        display: none;  
    }
}

@media (max-width: 767px) {
    .blog-masonry3-view .column-post-masonry.col-position,
    .blog-masonry3-view .column-post-masonry.col-block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .blog-masonry3-view .column-post-masonry.col-list {
        margin-top: 0;
    }
    .blog-masonry1-view .column-post-masonry.col-main,
    .blog-masonry1-view .column-post-masonry.col-list,
    .blog-masonry4-view .column-post-masonry.col-block2,
    .blog-masonry4-view .column-post-masonry.col-list {
        width: 100%;
        max-width: 100%;
    }
    .blog-masonry1-view .column-post-masonry.col-list,
    .blog-masonry4-view .column-post-masonry.col-list {
        margin-top: 20px;
    }
    .blog-masonry2-view .column-post-masonry.col-grid {
        grid-template-columns: initial;
    }
    .blog-masonry1-view .col-list .post-info {
        padding: 10px 15px;
    }
    .blog-masonry1-view .col-list .post-title {
        font-size: 14px;
    }
    .blog-masonry5-view .col-list .item-post {
        align-items: flex-start;
        background-color: #fff;
    }
    .blog-masonry5-view .col-list .post-info {
        padding: 0;
    }
}   

@media (max-width: 575px) {
    .blog-masonry5-view .col-block1 .col-block2 {
        display: block;
    }
    .blog-masonry5-view .col-block1 .col-block2 > div {
        margin-bottom: 20px;
    }
    .blog-masonry5-view .item-col-4 {
        margin-top: 10px;
    }
    .blog-masonry3-view .col-list .post-thumb,
    .blog-masonry5-view .col-list .post-thumb,
    .blog-masonry4-view .col-list .post-thumb,
    .blog-masonry5-view .col-list .post-thumb {
        max-width: 150px;
        min-width: 150px;
    }
}
/*---------------Begin grid post masonry5 -------------------*/
/*---------------Begin style hover title post -------------------*/
.style-hv-underline .post-title a,
.item-grid-post-style4 .post-title a,
.blog-grid-post-item-style7 .post-title a{
    position: relative;
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    color: inherit;
}
.style-hv-underline .post-title a:hover,
.item-grid-post-style4 .post-title a:hover,
.blog-grid-post-item-style7 .post-title a:hover {
    background-size: 100% 2px;
}
/*---------------Begin style hover title post -------------------*/