.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;
}

article .lk-split{
    position: relative;
    top:-1px;
    padding-left: 8px;
    padding-right: 10px;
}

.lk-blog-list-item article {
    margin-bottom: 60px;
}

.lk-blog-wrap.layout-05 .lk-blog-list-item article {
    margin-bottom: 0px;
}

.lk-blog-wrap.layout-03 .lk-blog-inner .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

article .entry-thumbnail-container,
.lk-blog-wrap .entry-thumbnail-container {
    position: relative;
}

.lk-blog-wrap .entry-thumbnail-container img {
    width: 100%;
}

.lk-blog-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}
.lk-blog-item.bg-white .entry-content-container{
    background-color: #fff !important;
}
/** layout 01 & 02 */
.lk-blog-wrap.layout-02 .lk-blog-item article .entry-content-container,
.lk-blog-wrap.layout-01 .lk-blog-item article .entry-content-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.lk-blog-wrap.layout-02 .post-date-meta,
.lk-blog-wrap.layout-01 .post-date-meta {
    letter-spacing: 0.1em;
    font-size: 13px;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: 5px;
}

/** layout 03 */
.lk-blog-wrap.layout-03 article {
    display: table;
    width: 100%;
    position: relative;
    margin: 0;
    line-height: 1;
}

.lk-blog-wrap.layout-03 .lk-blog-item:nth-child(even) article {
    direction: rtl;
}

.lk-blog-wrap.layout-03 .lk-blog-item:nth-child(even) article .entry-col-right,
.lk-blog-wrap.layout-03 .lk-blog-item:nth-child(even) article .post-author-meta,
.lk-blog-wrap.layout-03 article .read-more-wrap {
    direction: ltr;
}

.lk-blog-wrap.layout-03 article .entry-thumbnail-meta-wrap,
.lk-blog-wrap.layout-03 article .entry-content-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.lk-blog-wrap.layout-03 article .entry-content-container {
    background-color: #fff !important;
}

.lk-blog-wrap.layout-03 .lk-blog-item.no-thumbnail article .entry-thumbnail-meta-wrap {
    background-color: #f1f8fc;
}


.lk-blog-wrap.layout-03 article .entry-post-title {
    margin-bottom: 20px;
}

.lk-blog-wrap.layout-03 article .entry-post-title a {
    font-size: 36px;
    line-height: 1.27;
}

.lk-blog-wrap.layout-03 article .entry-content-container .post-author-meta {
    padding: 0 !important;
    margin-top: 20px;
}

.lk-blog-wrap.layout-03 article .entry-content-container .comment-count a {
    text-transform: uppercase;
    line-height: 40px;
}

.lk-blog-wrap.layout-03 article .read-more-wrap a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    color: #000;
}

/** layout-04 */
.layout-04.lk-blog-wrap{
    font-size: 0;
    line-height: 1em;
}
.layout-04 .lk-blog-list-item article{
    margin-bottom: 0;
}

.layout-04 .entry-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

.layout-04 .entry-content-container:hover .entry-content-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.layout-04 .lk-blog-inner article .entry-content-container {
    position: relative;
}

.layout-04 .lk-blog-inner article .entry-content-container {
    background-color: transparent;
}

.layout-04 .lk-blog-inner article .entry-content-inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 60px;
}

@media (max-width: 600px) {
    .layout-04 .lk-blog-inner article .entry-content-inner{
        padding: 15px;
    }
}
@media (max-width: 500px) {
    .layout-04 .lk-blog-inner article .entry-content-inner{
        padding: 30px;
    }
}

.layout-04 .post-data-meta-inner {
    display: inline-block;
    padding: 2px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 2em;
}

.layout-04 .entry-summary {
    font-size: 24px;
    color: #fff;
    line-height: 1.416em;
    letter-spacing: 0em;
    font-weight: 800;
    margin-top: 12px;
}
.layout-04 article{
    overflow: hidden;
}
.layout-04 article .entry-content-inner{
    -webkit-transform: translateY(85px);
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -o-transform: translateY(85px);
    transform: translateY(85px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.layout-04 article .entry-content-inner .entry-read-more{
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}
.layout-04 article .entry-content-container:hover .entry-content-inner{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.layout-04 article .entry-content-container:hover .entry-content-inner .entry-read-more{
    opacity: 1;
}
.layout-04 .entry-read-more a {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    color: #fff;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 800;
    margin-top: 30px;
}

.layout-04 .lk-blog-inner > .row,
.layout-05 .lk-blog-inner > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.layout-04 .lk-blog-inner div[class*="col-md-"],
.layout-05 .lk-blog-inner div[class*="col-md-"] {
    padding-right: 0px;
    padding-left: 0px;
}


.layout-06 .lk-blog-item article:hover .entry-content-container,
.layout-03 .lk-blog-item article:hover .entry-content-container,
.layout-04 .lk-blog-inner article:hover .entry-content-container,
.layout-05 .lk-blog-inner article:hover .entry-content-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/** layout 05 */
.lk-blog-wrap.layout-05 article:hover .entry-content-container {
    background-color: #f1f8fc;
}

.layout-05 .entry-post-title {
    max-height: 65px;
    overflow: hidden;
}

.layout-05 .lk-blog-list-item .lk-blog-item:nth-child(even) .entry-content-container {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;

}

.layout-05 .lk-blog-list-item .content-flex-bottom {
    position: relative;
}

.layout-05 .lk-blog-list-item .content-flex-bottom:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: solid 18px #f1f8fc;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
}

.layout-05 .lk-blog-list-item .lk-blog-item:nth-child(even) .content-flex-bottom:after {
    border-bottom: none;
    top: auto;
    bottom: -18px;
    border-top: solid 18px #f1f8fc;

}

/** layout 06 */
.layout-06 .lk-blog-item article .entry-content-container{
    background-color: transparent;
}
.layout-06 .lk-blog-item article .entry-content-container{

}
.layout-06 .post-date-meta{
    position: absolute;
    top:0;
    text-align: center;
}
.layout-06 .lk-blog-item article .entry-content-inner{
    padding: 0 0 0 85px;
    position: relative;
    top:-5px;
}
.layout-06 .lk-blog-item article .post-author-cat-meta,
.layout-06 .lk-blog-item article .post-author-cat-meta a{
    text-transform: uppercase;
    font-size: 13px;
}

.layout-06 .lk-blog-item article .entry-post-title a{
    font-size: 18px;
    line-height: 1.55em;
    margin-top: 5px;
}

@media (max-width: 1601px) {
    .lk-blog-wrap.layout-03 article .entry-content-inner {
        padding: 115px 215px;
    }
}

@media (max-width: 1600px) {
    .lk-blog-wrap.layout-03 article .entry-content-inner {
        padding: 65px 115px;
    }
}

@media (min-width: 991px) {
    .col-md-10 > .blog-wrap > .lk-blog-wrap:not(.lk-blog-grid) article .post-date-meta,
    .col-md-9 > .blog-wrap > .lk-blog-wrap:not(.lk-blog-grid) article .post-date-meta,
    .col-md-8 > .blog-wrap > .lk-blog-wrap:not(.lk-blog-grid) article .post-date-meta {
        padding-left: 15px !important;
    }
}

@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: 1024px) {
    .lk-blog-wrap.layout-03 article .entry-thumbnail-meta-wrap,
    .lk-blog-wrap.layout-03 article .entry-content-container {
        width: 100%;
        display: block;
    }

    .lk-blog-wrap.layout-03 .lk-blog-item:nth-child(even) article {
        direction: ltr;
    }
}

@media (max-width: 768px) {
    .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-wrap.layout-03 article {
        display: block;
    }

    .lk-blog-wrap.layout-05 .lk-blog-list-item .col-md-4.col-sm-6{
        width: 100%;
    }
    .lk-blog-wrap.layout-05 .lk-blog-list-item .lk-blog-item:nth-child(2n) .entry-content-container{
        flex-direction: column;
    }
    .lk-blog-wrap.layout-05 .lk-blog-list-item .lk-blog-item:nth-child(even) .content-flex-bottom:after{
        top:-18px;
        bottom: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .lk-blog-wrap.layout-05 .entry-summary{
        display: none;
    }
    .lk-blog-wrap.layout-05 .sm-entry-summary{
        display: block !important;
    }


}

@media (max-width: 600px) {
    .lk-blog-wrap.layout-03 article .entry-content-inner {
        padding: 30px 45px;
    }
}

@media (max-width: 500px) {
    .lk-blog-wrap.layout-03 article .entry-content-inner {
        padding: 30px;
    }
}