.blog-slider-post-item-{
  padding:10px;
  margin: -10px;
}
.item-grid-post-{
    transition: all 0.3s ease-out 0s;
    border-radius: 8px;
}
.item-grid-post-:hover{
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
      transform: translateY(-10px)
}
.item-grid-post- .item-post{
   border-radius: 8px;
   overflow: hidden;
}
.item-grid-post- .post-info{
   padding: 18px;
   background: #FFF;
   overflow: hidden;
   border-radius: 0 0 8px 8px;
}
.item-grid-post- .post-info .post-title{
   margin: 8px 0;
   line-height: 1.3;
       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}
.item-grid-post- .readmore-wrap{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-grid-post- .post-info .desc{
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #E6E6E6;
   margin-top: 12px;
}
.item-grid-post- .post-thumb a{
   display: flex;
}
.item-grid-post- .readmore-wrap a{
   color: var(--bzo-body_typo-color);
   text-transform: capitalize;
}
.item-grid-post- .readmore-wrap a:hover{
    color: var(--bzo-main-color);
}
.blog-grid-post-item-{
  margin-bottom: -30px;
}
.blog-grid-post-item- .item-grid-post-{
  margin-bottom: 30px;
}
.item-list-post-style2 .post-thumb {
    width: 175px;
    position: relative;
    line-height: 0;    
    border-radius: 4px;
    overflow: hidden;
}
.item-list-post-style2 .post-thumb img{
    width: 175px;
    height: 175px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
.item-list-post-style2 .post-thumb.no-image{
    background: #f5f5f5;
}
.item-list-post-style2 .post-info {
    width: calc(100% - 175px);
    padding-left: 20px;
        display: flex;
}
.item-list-post-style2 .post-info2 {
    width: 100%;
}
.item-list-post-style2 .post-title {
    margin-top: 12px;
    margin-bottom: 4px;
    line-height: 24px;
}
.item-list-post-style2 a:hover{
    color: var(--bzo-main-color);
}
.item-list-post-style2 .category_list a {
    font-size: 14px;
    font-weight: 500;
}
.item-list-post-style2 .readmore-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #ccc;
}
.item-list-post-style2{
    margin-bottom: 20px;
    align-items:stretch;
}
.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style2{
    margin-bottom: 0px;
}
@media(max-width: 767px){
    .item-list-post-style2 {
        flex-direction: column;
    }
    .item-list-post-style2 .post-thumb {
        width: 100%;
    }
    .item-list-post-style2 .post-info {
        width: 100%;
        padding: 0;
    }
    .item-grid-post- .post-info .post-title{
        font-size: 16px;
    }
    .item-grid-post- .post-info .meta-post-style1__date{
      display: none;
    }
    .item-list-post-style2 .post-thumb img {
      width: 100%;
      height: auto;
          margin-bottom: 20px;
  }
}