.lk-blog-grid .lk-blog-item,
.lk-blog-masonry .lk-blog-item,
.lk-blog-carousel .lk-blog-item{
    margin-bottom: 30px;
}
.row > .fat-content-fullwidth > .fat-col .lk-blog-wrap,
.row > .fat-content-fluid > .fat-col .lk-blog-wrap,
.row > .fat-content-container > .fat-col .lk-blog-wrap{
    margin-left: -15px;
    margin-right: -15px;
}
.lk-blog-inner{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.lk-blog-item.no-thumbnail .bg-view-detail{
    background-color: transparent;
    pointer-events: none;
}

.lk-blog-item.col-md-12,
.lk-blog-item.col-md-6:nth-child(2n+1),
.lk-blog-item.col-md-4:nth-child(3n+1),
.lk-blog-item.col-md-3:nth-child(4n+1),
.lk-blog-item.col-md-2:nth-child(6n+1){
    clear: both;
}

/** thumb-title-excerpt-share */
.thumb-title-excerpt-share.has-thumbnail .lk-blog-title-category-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:5px 15px;
}

.thumb-title-excerpt-share.has-thumbnail .lk-blog-title h4,
.thumb-title-excerpt-share.has-thumbnail .lk-blog-category h6,
.thumb-title-excerpt-share.has-thumbnail .lk-blog-title a,
.thumb-title-excerpt-share.has-thumbnail .lk-blog-category a{
    color: #fff;
}
.thumb-title-excerpt-share .lk-blog-excerpt{
    line-height: 1.86;
    margin-top: 15px;
}
.thumb-title-excerpt-share .lk-blog-item-footer{
    margin-top: 15px;
    min-height: 50px;
    line-height: 3.57;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

.thumb-title-excerpt-share .lk-blog-item-footer a.read-more,
.thumb-title-excerpt-share .lk-blog-item-footer a.show-social-share {
    font-family: Montserrat;
    text-transform: uppercase;
}

.thumb-title-excerpt-share .lk-blog-item-footer .lk-blog-share{
    display: inline-block;
    float: right;
}

/** thumb-title-category-excerpt */
.thumb-title-category-excerpt .lk-blog-category{
    font-style: italic;
}
.thumb-title-category-excerpt .lk-blog-category a{
    color: #787878;
}

/** thumb-category-title-excerpt-date-hover **/
.thumb-category-title-excerpt-date-hover .lk-blog-item-inner .lk-blog-info-container{
    position: absolute;
    bottom: 0%;
    text-align: center;
    left:0;
    width: 100%;
    padding: 0px 15px;
    color: #fff;

}

.thumb-category-title-excerpt-date-hover .lk-blog-item-inner .lk-blog-meta .lk-blog-date{
    padding: 15px;
}
.thumb-category-title-excerpt-date-hover .lk-blog-item-inner,
.thumb-category-title-excerpt-date-hover .lk-blog-item-inner .lk-blog-title-category-container{
    position: relative;
    overflow: hidden;
}
.thumb-category-title-excerpt-date-hover .lk-blog-category a{
    color: #fff;
}
.thumb-category-title-excerpt-date-hover .lk-blog-item-inner .lk-blog-info-container .lk-blog-meta{
    max-height: 0px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    line-height: 1.6;
    position: relative;

}
.thumb-category-title-excerpt-date-hover .lk-blog-item-inner:hover .lk-blog-info-container .lk-blog-meta{
    max-height: 150px;
}

/** thumb-left-date-title-excerpt */
.thumb-left-date-title-excerpt{
    display: inline-block;
    width: 100%;
}
.thumb-left-date-title-excerpt:not(:last-child){
    margin-bottom: 30px;
}

.thumb-left-date-title-excerpt .lk-blog-thumb{
    width: 185px;
    height: 135px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.thumb-left-date-title-excerpt .lk-blog-info-container{
    padding-left: 210px;
}
.thumb-left-date-title-excerpt .lk-blog-meta{
    line-height: 1.6;
}

@media (max-width: 400px){
    .thumb-category-title-excerpt-date-hover .lk-blog-info-container{
        padding: 0 !important;
    }
    .thumb-category-title-excerpt-date-hover .lk-blog-title-category-container .lk-blog-title h4{
        margin-bottom: 15px;
    }
    .thumb-category-title-excerpt-date-hover .lk-blog-meta .lk-blog-date{
        padding: 10px 15px;
    }
    .thumb-left-date-title-excerpt .lk-blog-thumb{
        width: 100%;
        height: auto;
        float: none;
    }
    .thumb-left-date-title-excerpt .lk-blog-info-container{
        padding-left:0;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .lk-blog-item.col-md-12,
    .lk-blog-item.col-md-6:nth-child(2n+1),
    .lk-blog-item.col-md-4:nth-child(3n+1),
    .lk-blog-item.col-md-3:nth-child(4n+1),
    .lk-blog-item.col-md-2:nth-child(6n+1){
        clear: none;
    }

    .lk-blog-item.col-sm-6:nth-child(2n+1){
        clear: both;
    }
}

@media (max-width: 767px){
    .lk-blog-item.col-md-12,
    .lk-blog-item.col-md-6:nth-child(2n+1),
    .lk-blog-item.col-md-4:nth-child(3n+1),
    .lk-blog-item.col-md-3:nth-child(4n+1),
    .lk-blog-item.col-md-2:nth-child(6n+1){
        clear: none;
    }

    .lk-blog-item.col-xs-6:nth-child(2n+1){
        clear: both;
    }
}

@media (max-width: 600px){
    .lk-blog-item.col-md-6,
    .lk-blog-item.col-md-4,
    .lk-blog-item.col-md-3,
    .lk-blog-item.col-md-2{
        width: 100%;
    }
}
