.blog-image {
  object-fit: cover;
}

.box-1{
  border-bottom: 1px solid #d9d9d9;
}

.tagging{
  font-size: 12px;
  font-weight: 800;
}

.desc, .desc-mobile{
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

.box_desc_heading{
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}

@media (min-width: 768px) {
  .box_desc_heading{
    font-size: 48px;
    line-height: 48px;
  }
  
  
  .box-1{
    border-bottom: none;
  }

}

.box_desc {
  text-align: center;
}


box_desc_heading{
  text-decoration: uppercase;
}

@media (min-width:991px) {
      .featured-image a {
         max-height: 230px;
      }

      .featured-image.first-image a {
         max-height: 522px;
      }
     
      .featured-image a img {
         min-height: 231px;
      }

      .post-item-listing {
         width: 100%;
         margin-bottom: 0px;
      }  
}  

.mk-blog-meta {
   background: rgba(255,255,255, 0.9);
}

.post-item-lists{
  padding-bottom: 0px;
}

@media (min-width: 991px) and (max-width: 1139px) {
   .post-item-lists .row-fluid .span12 {
      padding-bottom: 10px!important;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
   .post-item-lists .row-fluid .span4,
   .post-item-lists .row-fluid .span8 {
      width: 100%; 
      margin-left: 0px !important;
   }
}

@media (min-width: 992px) {

   .post-item-lists .row-fluid .span8 {
      border-right: 1px solid #d9d9d9;
      padding-right: 33px !important;
   }

}



.mk-blog-meta-wrapper a {
 display: inline !important;
