/*******************************************************************************************************
 02. Blog General 
********************************************************************************************************/ 
/*********** Begin meta post *************/
.meta-post-style1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
    margin-bottom: 15px;
}
.meta-post-style1 .post-meta-data__item{
    display: flex;
    align-items: center;
}
.meta-post-style1.post-meta-data .meta-cats .fa-folder-open{
    display: block;
}
.meta-post-style1 .post-meta-data__item a:hover{
    color: var(--bzo-main-color);
}
.meta-post-style1 .post-meta-data__content{
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta-post-style1 .post-meta-data__content a:not(:last-child)::after{
    content: ",";
}
.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: 30px;
    margin: 0 10px;
    vertical-align: middle;
    background: var(--bzo-border-color);
    opacity: 0;

}
.meta-post-style1 .meta-cats .flex-wrapper{
    gap: 5px;
}

.meta-post-style2.post-meta-data{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.meta-post-style2.post-meta-data .meta-cats{
    order: 1;
}
.meta-post-style2.post-meta-data .meta-date{
    order: 2;
}
.meta-post-style2.post-meta-data .meta-views{
    order: 3;
}
.meta-post-style2.post-meta-data .meta-cats a{
    color: var(--bzo-body_typo-color);
    border: 1px solid var(--bzo-body_typo-color);
    padding: 6px 12px;
    border-radius: 30px;
    display: none;
}
.meta-post-style2.post-meta-data .meta-cats a:hover{
    color: var(--bzo-main-color);
}
.meta-post-style2.post-meta-data .meta-cats span{
    display: none;
}
.meta-post-style2.post-meta-data .meta-cats a:first-child{
    display: block;
}
/*-----------------------------------*/
.style-item-meta__cats .post-meta-data__content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.style-item-meta__cats .meta-cats a{
    background: #FFFFFF;
    padding: 6px 12px;
    border-radius: 0px;
    display: inline-block;
    color: #000;
}
.style-item-meta__cats .meta-cats a:hover{
    color: #000;
   background: var(--bzo-main-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;
}

/*-------------------------*/

/*----------------------------*/

/*--------------------------------------------*/

/*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{
    position: relative;
}
.item-grid-post- .item-post .post-date{
    width: 100px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 25px;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-grid-post- .item-post .post-date .day {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(190deg, var(--bzo-main-color), var(--bzo-main-color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-grid-post- .item-post .post-date .month-year {
    display: block;
}
.item-grid-post- .item-post .post-thumb-wrap{
    position: relative;
}
.item-grid-post- .item-post .post-thumb img{
    border-radius: 10px;
}
.item-grid-post- .item-post .post-info{
    border-radius: 10px;
    background: var(--bzo-gray-color);
    margin-top: 8px;
    padding: 0 25px 25px 25px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.item-grid-post- .post-meta-data{
    background: var(--bzo-body-background);
    border-radius: 0 0 10px 10px;
    padding: 10px;
    margin-bottom: 20px;
}
.item-grid-post- .post-meta-data li{
    width: calc(50% - 10px);
    text-align: center;
}
.item-grid-post- .post-meta-data li:first-child{
    border-right: 1px solid var(--bzo-border-color);
}
.item-grid-post- .post-meta-data i{
    background: linear-gradient(190deg, var(--bzo-main-color), var(--bzo-main-color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 5px;
}
.item-grid-post- .post-meta-data a{
    color: var(--bzo-body_typo-color);
}
.item-grid-post- .readmore-wrap a{
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bzo-body_typo-color);
}
.item-grid-post- .post-meta-data a:hover,
.item-grid-post- .readmore-wrap a:hover{
    color: var(--bzo-main-color);
}
.item-grid-post- .item-post .post-title{
    margin-bottom: 20px;
}
.item-grid-post- .item-post .post-title a{
    display: block;
}
@media(max-width: 1200px){
    .item-grid-post- .post-info .post-title{
        font-size: 20px;
    }
    .item-grid-post- .item-post .post-date .day{
        font-size: 30px;
    }
    .item-grid-post- .item-post .post-date {
        width: auto;
        height: auto;
        padding: 10px 10px;
        left: 20px;
        bottom: -1px;
    }
    .item-grid-post- .item-post .post-title,
    .item-grid-post- .post-meta-data{
        margin-bottom: 15px;
    }
    .item-grid-post- .item-post .post-info{
        padding: 0 20px 20px 20px;
    }
}
@media(max-width: 767px){
    .item-grid-post- .post-info .post-title{
        font-size: 18px;
    }
    .item-grid-post- .item-post .post-date .day{
        font-size: 28px;
    }
}
/*---------------End grid post style 1 -------------------*/

/*--------------- grid post style 2 -------------------*/
.blog-grid-post-item-style2 .item-grid-post-style2{
    margin-bottom: 30px;
}
.blog-grid-post-item-style2 .list-post-wrap{
    margin-bottom: -30px;
}
.item-grid-post-style2 .item-post{
    display: flex;
    align-items: end;
}
.item-grid-post-style2 .item-post .post-thumb-wrap{
    width: 45%;
    position: relative;
}
.item-grid-post-style2 .item-post .post-thumb-wrap::before{
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    background: var(--bzo-body-background);
    border-radius: 0px 0 10px 0;
    top: 0;
    left: 0;
    z-index: 1;
}
.item-grid-post-style2 .item-post .post-info{
    width: 55%;
}
.item-grid-post-style2 .item-post .post-date{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-grid-post-style2 .item-post .post-date .day {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(190deg, var(--bzo-main-color), var(--bzo-main-color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-grid-post-style2 .item-post .post-date .month-year {
    display: block;
}
.item-grid-post-style2 .item-post .post-date::before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 5px 0px 5px var(--bzo-body-background);
    transform: rotate(180deg);
}
.item-grid-post-style2 .item-post .post-date::after {
    position: absolute;
    content: "";
    top: 0px;
    right: -30px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 5px 0 5px var(--bzo-body-background);
    transform: rotate(180deg);
}
.item-grid-post-style2 .item-post .post-thumb{
    position: relative;
}
.item-grid-post-style2 .item-post .post-thumb img{
    border-radius: 10px;
}
.item-grid-post-style2 .item-post .post-info{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.item-grid-post-style2 .item-post .cat-name{
    border-radius: 10px;
    border: 1px solid var(--bzo-border-color);
    padding: 7px 16px;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: var(--bzo-body_typo-font-size);
    color: var(--bzo-body_typo-color);
}
.item-grid-post-style2 .item-post .post-title{
    margin-bottom: 20px;
    line-height: 1.4;
}
.item-grid-post-style2 .post-meta-data{
    border-radius: 10px;
    border: 1px solid var(--bzo-border-color);
    padding: 7px 12px;
    display: inline-flex;
    font-size: var(--bzo-body_typo-font-size);
    align-items: center;
    margin-bottom: 0;
}
.item-grid-post-style2 .post-meta-data a{
    color: var(--bzo-body_typo-color);
}
.item-grid-post-style2 .meta-post-style1 .split{
    opacity: 1;
}
.item-grid-post-style2 .readmore-wrap{
    margin-bottom: 20px;
}
.item-grid-post-style2 .readmore-wrap a{
    text-transform: uppercase;
    font-weight: 700;
}
@media(max-width: 1200px){
    .item-grid-post-style2 .item-post .cat-name{
        margin-bottom: 12px;
    }
    .item-grid-post-style2 .item-post .post-info{
        padding: 20px;
    }
    .item-grid-post-style2 .post-info .post-title{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .item-grid-post-style2 .item-post .post-date .day{
        font-size: 34px;
    }
}
@media(max-width: 880px){
    .blog-grid-post-item-style2 .item-grid-post-style2{
        width: 100%;
    }
}
@media(max-width: 767px){
    .item-grid-post-style2 .item-post{
        flex-direction: column;
    }
    .item-grid-post-style2 .item-post .post-thumb-wrap{
        width: 100%;
    }
    .item-grid-post-style2 .item-post .post-info{
        width: 100%;
    }
}
/*--------------- grid post style 3 - team -------------------*/
.blog-grid-post-item-style3 .item-grid-post-style3{
    margin-bottom: 24px;
}
.blog-grid-post-item-style3 .list-post-wrap{
    margin-bottom: -24px;
}
.item-grid-post-style3 .post-thumb{
    overflow: hidden;
    border-radius: 10px;
}
.item-grid-post-style3 .item-post{
    position: relative;
}

.item-grid-post-style3 .post-info{
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--bzo-border-color);
    padding: 25px;
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.item-grid-post-style3 .post-info .curve-shape {
  position: absolute;
  width: 54px;
  height: 21px;
  background: #fff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.item-grid-post-style3 .post-info::before,
.item-grid-post-style3 .post-info::after {
  content: "";
  position: absolute;
  width: calc(50% - 20px);
  height: 100%;
  background: var(--bzo-body-background);
  top: -20px;
  height: 19px;
  border-radius: 16px;  
  z-index: 1;
}
.item-grid-post-style3 .post-info::before {
  right: calc(50% + 20px);
  border-right: 1px solid var(--bzo-border-color);
}
.item-grid-post-style3 .post-info::after {
  left: calc(50% + 20px);
  border-left: 1px solid var(--bzo-border-color);
}
.item-grid-post-style3 .post-info .post-meta-data a{
    text-transform: uppercase;
    color: var(--bzo-body_typo-color);
    font-size: 16px;
}
.item-grid-post-style3:hover .post-info .post-title a,
.item-grid-post-style3:hover .post-info .post-meta-data a{
    color: #fff;
}
.item-grid-post-style3:hover .post-info{
    background-image: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
    background-color: transparent;
    border: none;
}
.item-grid-post-style3:hover .post-info .curve-shape {
    background-image: linear-gradient(90deg, #f87125 0%, #f77723 100%);
    background-color: transparent;
}
.item-grid-post-style3:hover .post-info::before,
.item-grid-post-style3:hover .post-info::after {
    height: 20px;
}
.item-grid-post-style3 .social-team-wap{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 7px;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}
.item-grid-post-style3 .social-team-wap a{
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    font-size: 26px;
    background-color: rgba(255, 255, 255, 1);
}
.item-grid-post-style3 .social-team-wap a.x-twitter{
    font-size: 20px;
}
.item-grid-post-style3 .item-post:hover .social-team-wap{
    opacity: 1;
}
.item-grid-post-style3 .post-thumb-wrap{
    position: relative;
}
.item-grid-post-style3 .meta-cats i{
    display: none;
}
@media(max-width: 1200px){
    .item-grid-post-style3 .social-team-wap a{
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .item-grid-post-style3 .post-title a{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .item-grid-post-style3 .post-title a{
        font-size: 20px;
    }
}

/*================ item-grid-post-style4 porfolio  ================*/
.blog-grid-post-item-style4{

}
.item-grid-post-style4{
    margin-bottom: 30px;
}
.item-grid-post-style4 .post-thumb img{
    border-radius: 10px;
}
.item-grid-post-style4 .post-thumb a{
    display: flex;
}
.item-grid-post-style4:nth-child(1),
.item-grid-post-style4:nth-child(4),
.item-grid-post-style4:nth-child(5) {
    width: 40%;
}

.item-grid-post-style4:nth-child(6),
.item-grid-post-style4:nth-child(2),
.item-grid-post-style4:nth-child(3) {
    width: 60%;
    padding: 60px 10%;
}
.item-grid-post-style4:nth-child(2n){
    float: right;
}
.item-grid-post-style4 .meta-cats{
    background: #fff;
    padding: 9px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.item-grid-post-style4 .meta-cats i{
    display: none;
}
.item-grid-post-style4 .post-info h3{
    margin: 30px 0 15px 0;
    line-height: 1.3;
}

@media(max-width: 1200px){
    .item-grid-post-style4 .post-info h3{
        font-size: 20px;
        margin: 20px 0 10px 0;
    }
    .item-grid-post-style4:nth-child(6),
    .item-grid-post-style4:nth-child(2),
    .item-grid-post-style4:nth-child(3) {
        padding: 30px 5%;
    }
}
@media(max-width: 767px){
    div.item-grid-post-style4{
        width: 100% !important;
        padding: 0 12px !important;
    }
    .item-grid-post-style4 .meta-cats{
        padding: 5px 15px;
    }
    .item-grid-post-style4 .post-info h3{
        font-size: 18px;
    }
}

/*--------------- grid post style 5 -------------------*/
.item-grid-post-style5:nth-child(2n) .post-thumb{
    height: 205px;
}
.item-grid-post-style5:nth-child(2n+1) .post-thumb{
    height: 340px;
}
.item-grid-post-style5 .post-thumb{
    overflow: hidden;
    border-radius: 10px;
}
.item-grid-post-style5 .post-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.item-grid-post-style5 .post-info h3{
    margin: 30px 0 15px 0;
    line-height: 1.3;
}
.item-grid-post-style5 .meta-cats{
    background: #fff;
    padding: 9px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.item-grid-post-style5 .meta-cats i{
    display: none;
}
@media(max-width: 1200px){
    .item-grid-post-style5 .post-info h3{
        font-size: 20px;
        margin: 20px 0 10px 0;
    }
}
@media(max-width: 767px){
    .item-grid-post-style5 .meta-cats{
        padding: 5px 15px;
    }
    .item-grid-post-style5 .post-info h3{
        font-size: 18px;
    }
    .item-grid-post-style5:nth-child(2n) .post-thumb,
    .item-grid-post-style5:nth-child(2n+1) .post-thumb{
        height: 260px;
    }
}
/*-------------------*/


/*2 List post item*/
.thumb-blog-top{
    position: relative;
    min-height: 92px;
}
.thumb-blog-top .post-date {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    border-radius: 8px 8px 0 0px;
    padding: 10px 12px;
    text-align: center;
}
.thumb-blog-top .post-date .day {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    background: linear-gradient(190deg, var(--bzo-main-color), var(--bzo-main-color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thumb-blog-top .post-date .month-year {
    display: block;
}


.item-list-post-default{
    margin-bottom: 50px;
}
.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{
    position: relative;
}
.item-list-post-default .post-thumb {
   margin-bottom: 30px;
}
.item-list-post-default .post-thumb img{
   display: block;
   border-radius: 10px;
   width: 100%;
}
.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;
}
@media(max-width: 1024px){
    .item-list-post-default .post-title{
        font-size: 24px;
    }
    .item-list-post-default .desc{
        margin-bottom: 20px;
    }
    .item-list-post-default .post-thumb{
        margin-bottom: 20px;
    }
    .item-list-post-default{
        margin-bottom: 40px;
    }
    .item-list-post-default .meta-post-style1{
        margin-bottom: 10px;
    }
}

/*-------item-list-post-style2-------*/
.item-list-post-style2 {
    display: flex;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.item-list-post-style2 .post-thumb {
    width: 45%;
    overflow: hidden;
    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%;
}
.item-list-post-style2 .post-meta-data {

}
.item-list-post-style2 .post-title{
    margin-top: 10px;
    line-height: 1.4;
    font-family: var(--bzo-body_typo-font-family);
}
.item-list-post-style2 .post-info{
    padding: 20px 20px 20px 20px;
}
.item-list-post-style2 .desc{
    margin: 20px 0 0 0;
}
.item-list-post-style2 .readmore-wrap{
    margin-top: 20px;
}
.item-list-post-style2{
    margin-bottom: 20px;
}
.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style2{
    margin-bottom: 0px;
}
.item-list-post-style2 .readmore-wrap a{
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.item-list-post-style2 .readmore-wrap a i{
    font-size: 18px;
}
.submenu-blogs .item-list-post-style2 .post-thumb{
    width: 37%;
}
.submenu-blogs .item-list-post-style2 .post-info {
    width: 63%;
    padding: 10px 20px;
}
.submenu-blogs .item-list-post-style2 .post-title{
    margin-top: 5px;
}
@media(max-width: 767px){
    .item-list-post-style2{
        flex-direction: column;
    }
    .submenu-blogs .item-list-post-style2 .post-thumb,
    .item-list-post-style2 .post-thumb{
        width: 100%;
    }
    .submenu-blogs .item-list-post-style2 .post-info,
    .item-list-post-style2 .post-info {
        width: 100%;
    }
    .submenu-blogs .item-list-post-style2 .post-info{
        padding: 10px 0;
    }
}
/*--------- style3 ----------------*/


/*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){
 
}
@media(max-width: 880px){

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

/* item-grid-post-style6 */
.item-grid-post-style6 .readmore-wrap .elbzotech-bt-post i{
    margin: 0;
}
.item-grid-post-style6 .item-post{
    background-color: var(--bzo-gray-color);
    border-radius: 12px;
    padding: 40px 40px 0 40px;
    transition: .2s;
}
.item-grid-post-style6 .item-post:hover{
    background-color: var(--bzo-title_typo-color);
    color: #fff;
}
.item-grid-post-style6 .item-post:hover a,
.item-grid-post-style6 .item-post:hover h3.post-title{
    color: #fff;
}
.item-grid-post-style6 .item-post:hover a:hover{
    color: var(--bzo-main-color);
}
.item-grid-post-style6 .item-post .meta-cats a{
    display: block;
    border: 1px solid var(--bzo-border-color);
    border-radius: 4px;
    padding: 3px 10px;
}
.item-grid-post-style6 .post-thumb{
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.item-grid-post-style6 .post-image{
    position: relative;
    margin-top: 30px;
}
.item-grid-post-style6 .post-image .readmore-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
}
.item-grid-post-style6 .item-post:hover .post-image .readmore-wrap{
    opacity: 1;
    visibility: visible;
}
.item-grid-post-style6 .post-title{
    margin-bottom: 20px;
}
.item-grid-post-style6 .post-meta-data{
    margin-bottom: 20px;
}
.item-grid-post-style6 .meta-cats i{
    display: none;
}
.submenu-portforlio .item-grid-post-style6 .post-thumb{
    border-radius: 6px;
}
.submenu-portforlio .item-grid-post-style6 .post-meta-data,
.submenu-portforlio .item-grid-post-style6 .post-title{
    margin-bottom: 10px;
}
.submenu-portforlio .item-grid-post-style6 .post-title{
    font-size: 18px;
    font-family: var(--bzo-body_typo-font-family);
}
.submenu-portforlio .item-grid-post-style6 .post-image{
    margin-top: 16px;
}
.submenu-portforlio .item-grid-post-style6 .item-post:hover a,
.submenu-portforlio .item-grid-post-style6 .item-post:hover h3.post-title{
    color: var(--bzo-title_typo-color);
}
.submenu-portforlio .item-grid-post-style6 .item-post:hover a:hover{
    color: var(--bzo-main-color);
}
.submenu-portforlio .item-grid-post-style6 .item-post .meta-cats a{
    font-size: 16px;
}

@media(max-width: 1200px){
    .item-grid-post-style6 .item-post{
        padding: 30px 30px 0 30px;
    }
    .submenu-portforlio .item-grid-post-style6 .post-title{
        font-size: 18px;
    }
}
@media(max-width: 880px){
    .item-grid-post-style6 .item-post{
        padding: 20px 15px 0 15px;
    }
}