/*******************************************************************************************************
 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;

}
.meta-post-style1 .post-meta-data__item a{
 
}
.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>i{
    font-size: 20px;
}
.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 10px;
    vertical-align: middle;
    background: #d9d9d9;
    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: 48px;
}
.blog-grid-post-item- .list-post-wrap{
    margin-bottom: -48px;
}
.item-grid-post- .item-post{
    position: relative;

}
.item-grid-post- .item-post .cat-name{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
}
.item-grid-post- .item-post .cat-name:hover{
    background-color: var(--bzo-main-color);
}
.item-grid-post- .item-post .post-thumb{
    overflow: hidden;
}
.item-grid-post- .item-post .post-info{
    background-color: var(--bzo-body-background);
    width: calc(100% - 96px);
    margin: 0 auto;
    margin-top: -100px;
    padding: 24px 30px;
    border-bottom: 1px solid var(--bzo-border-color);
    position: relative;
    z-index: 1;
    text-align: center;
}
.item-grid-post- .item-post .post-meta-data{
    font-size: 16px;
    margin-bottom: 8px;
}
.item-grid-post- .item-post .readmore-wrap{
    margin-top: 24px;
    display: inline-block;
}
.item-grid-post- .item-post .readmore {
    display: flex;
    align-items: center;    
    justify-content: center;
}
.item-grid-post- .item-post .readmore  span{
    border: none;
    color: #fff;
    background: #1D1D1D;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px 8px 24px;
    transition: .2s;
    font-family: var(--bzo-body_typo-font-family);
    text-transform: uppercase;
}
.item-grid-post- .item-post .readmore  i{
    border: 2px solid #171717;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background-color: #1D1D1D;
    color: #ffffff;
    transform: rotate(-45deg);
    font-size: 20px;
    margin-left: -15px;
    transition: .2s;
    justify-content: center;
}
.item-grid-post- .item-post .readmore:hover span{
    background-color: var(--bzo-main-color);
    color: #000;
}
.item-grid-post- .item-post .readmore:hover i{
    background: var(--bzo-main-color);
    border-color: #000;
    color: #000;
}
.item-grid-post- .item-post .post-info .post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
}
.item-grid-post- .post-meta-data{
    justify-content: center;
}
@media(max-width: 1440px){
    .item-grid-post- .item-post .post-info{
        width: calc(100% - 60px);
        padding: 24px 16px;
    }
}
@media(max-width: 880px){
    .item-grid-post- .item-post .post-info .post-title{
        font-size: 22px;
    }
    .item-grid-post- .item-post .post-info{
        width: calc(100% - 40px);
        padding: 20px 12px;
        margin-top: -60px;
    }
    .item-grid-post- .item-post .readmore-wrap{
        margin-top: 16px;
    }
    .blog-grid-post-item- .item-grid-post-{
        margin-bottom: 34px;
    }
    .blog-grid-post-item- .list-post-wrap{
        margin-bottom: -34px;
    }
    .item-grid-post- .item-post .cat-name{
        padding: 4px 10px;
    }

}
@media(max-width: 767px){
    .item-grid-post- .item-post .readmore  span{
        padding: 8px 24px 8px 18px;
        font-size: 14px;
    }
    .item-grid-post- .item-post .readmore  i{
        width: 36px;
        height: 36px;
    }
    .blog-grid-post-item- .item-grid-post-{
        width: 100%;
    }
}
/*---------------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{
    border-top: 1px solid var(--bzo-border-color);
    padding-top: 24px;
}
.item-grid-post-style2 .post-thumb{
   overflow: hidden;
   position: relative;
}
.item-grid-post-style2 .readmore-wrap{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.item-grid-post-style2:hover .readmore-wrap{
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.item-grid-post-style2 .post-info{
    padding: 0 12px;
    margin-bottom: 10px;
}
.item-grid-post-style2 .post-info .post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
}
.item-grid-post-style2 .post-meta-data{
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
}
@media(max-width: 880px){
    .item-grid-post-style2 .post-info .post-title{
        font-size: 18px;
    }
}

/*--------------- 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;
}
.item-grid-post-style3 .item-post{
    position: relative;
}
.item-grid-post-style3 .item-post:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(201, 243, 29, .3) 0, rgba(201, 243, 29, .2) 50%, rgba(201, 243, 29, .1));
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}
.item-grid-post-style3 .post-info{
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, .1);
    text-align: center;
    width: calc(100% - 32px);
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 12px;
    z-index: 1;
}
.item-grid-post-style3 .post-info .post-title{
    margin: 0 0 4px 0;
    font-family: var(--bzo-body_typo-font-family);
}
.item-grid-post-style3 .social-team-wap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, .08);
    border-radius: 40px;
    padding: 6px;
    gap: 4px;
    z-index: 1;
    opacity: 0;
}
.item-grid-post-style3 .social-team-wap a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, .3);
    font-family: var(--bzo-body_typo-font-family);
}
.item-grid-post-style3 .social-team-wap a:hover{
    background-color: var(--bzo-main-color);
    color: #000;
}
.item-grid-post-style3 .item-post:hover:before,
.item-grid-post-style3 .item-post:hover .social-team-wap{
    opacity: 1;
}
.item-grid-post-style3 .item-team:hover .info-team-wap{
    background-color: rgba(255, 255, 255, .18);
}
/*--------------- grid post style 5 -------------------*/
.item-grid-post-style5:first-child .item-post{
    border-top: 1px solid var(--bzo-border-color);
}
.item-grid-post-style5 .item-post{
    border-bottom: 1px solid var(--bzo-border-color);
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 24px 0;
    gap: 30px;
}
.item-grid-post-style5 .item-post .post-info1{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.item-grid-post-style5 .item-post .post-info{
    width: 50%;
}
.item-grid-post-style5 .item-post .post-info .post-title{
    width: 80%;
    margin: 0;
}
.item-grid-post-style5 .item-post .post-thumb{
    width: 25%;
    overflow: hidden;
}
.item-grid-post-style5 .item-post .readmore{
    background-color: var(--bzo-main-color-mix-white3);
    color: var(--bzo-main-color);
    border-radius: 4px;
    padding: 6px 15px;
}
.item-grid-post-style5 .item-post .readmore:hover{
    background-color: var(--bzo-main-color);
    color: #fff;
}
@media(max-width: 1200px){
    .item-grid-post-style5 .item-post .post-info .post-title{
        width: 100%;
        line-height: 1.3;
    }
}
@media(max-width: 767px){
    .item-grid-post-style5 .item-post{
        flex-direction: column;
        gap: 12px;
    }
    .item-grid-post-style5 .item-post .post-info{
        width: 100%;
    }
    .item-grid-post-style5 .item-post .post-info1{
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
    }
    .item-grid-post-style5 .item-post .post-thumb{
        width: 100%;
    }
}
/*-------------------*/
/*---------item-grid-post-style6 (team)----------*/
.blog-grid-post-item-style6{
    margin-bottom: -30px;
}
.item-grid-post-style6{
    margin-bottom: 30px;
}
.item-grid-post-style6 .team-top{
    position: relative;
}
.item-grid-post-style6 .social-team-wrap{
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,-50%);
    gap: 8px;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}
.item-grid-post-style6 .social-team-wrap a{
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    font-size: 24px;
    background-color: #fff;
    color: var(--bzo-main-color);
}
.item-grid-post-style6 .social-team-wrap a:hover{
    background-color: var(--bzo-main-color);
    color: #fff;
}
.item-grid-post-style6 .item-post:hover .social-team-wrap{
    opacity: 1;
    bottom: 30px;
}
.item-grid-post-style6 .item-post .team-info{
    margin-top: 20px;
}
.item-grid-post-style6 .item-post .team-info .post-title{
    margin-bottom: 6px;
}
@media(max-width: 1200px){
    .item-grid-post-style6 .item-post .team-info .post-title{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .item-grid-post-style6 .item-post .team-info .post-title{
        font-size: 18px;
    }
}

/*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{
    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-style2 {
    display: flex;
}
.item-list-post-style2 .post-thumb {
    width: 60px;
    border-radius: 4px;
    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 {
    padding-left: 10px;
    width: calc(100% - 60px);
}
.item-list-post-style2 .post-meta-data__content {
    color: #fff;
}
.item-list-post-style2 .post-meta-data__content span {
    font-size: 14px;
    line-height: 20px;  
}
.item-list-post-style2 .post-title{
    line-height: 24px;
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
}
.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:dnd-placeholder-widget-vertical .post-thumb img {
    transform: scale(1.05);
}
.item-list-post-style2 .post-title:hover {
    text-decoration: underline;
    color: #fff;
}
/*--------- style3 ----------------*/

/*End Style Post item*/
.readmore-wrap{
    display: inline-block;
}
.readmore-wrap .elbzotech-bt-post {
    display: flex;
    align-items: center;    
}
.readmore-wrap .elbzotech-bt-post span{
    border: none;
    color: #fff;
    background: #1D1D1D;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px 8px 24px;
    transition: .2s;
    font-family: var(--bzo-body_typo-font-family);
    text-transform: uppercase;
}
.readmore-wrap .elbzotech-bt-post i{
    border: 2px solid #171717;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background-color: #1D1D1D;
    color: #ffffff;
    transform: rotate(-45deg);
    font-size: 20px;
    margin-left: -15px;
    transition: .2s;
    justify-content: center;
}
.readmore-wrap .elbzotech-bt-post:hover span{
    background-color: var(--bzo-main-color);
    color: #000;
}
.readmore-wrap .elbzotech-bt-post:hover i{
    background: var(--bzo-main-color);
    border-color: #000;
    color: #000;
}

@media(max-width: 767px){
    .readmore-wrap .elbzotech-bt-post span{
        padding: 8px 24px 8px 18px;
        font-size: 14px;
    }
    .readmore-wrap .elbzotech-bt-post i{
        width: 36px;
        height: 36px;
    }
}

/*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-grid-post-style2 .post-info .post-title{
        font-size: 26px;
    }
}
@media(max-width: 880px){
    .item-grid-post-style2 .post-info .post-title{
        font-size: 22px;
    }
    .item-grid-post-style2 .meta-post-style2.post-meta-data{
        margin: 16px 0;
    }
}
@media(max-width: 767px){
    .sidebar-position-left{
        order: 2;
        margin-top: 50px;
    }
    .item-list-post-default .post-title{
        font-size: 20px;
        line-height: 24px;
    }
}


