.ensight-content.section{
    margin-bottom: 0;
}
.ensight-latest-posts{
    padding-top: 60px;
}

.ensight-content-left-row-1{
    padding: 60px 60px  60px 0;
    border-bottom: 1px solid #BFBFBF;
}
.ensight-content-right-col{
    padding: 30px 0 0 30px;
    border-left: 1px solid #BFBFBF;
}
.ensight-content-listing-snipet-wrap{
    padding: 0 0 30px 0;
}
.ensight-content-medium-post-col{
    padding-right: 15px;
}
.ensight-latest-posts-col{
    padding-right: 75px;
}

.listing-snipet{
    position: relative;
    width: 100%;
}
.listing-snipet-title{
    font-size: 2em;
    text-align: left;
    color: #000;
}
.listing-snipet-content-more-link-wrap{
    text-align: center;

}

.listing-snipet-content-item-mark{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 3.125em;
    text-align: center;
}
.listing-snipet-content-item-text-wrap{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 3.125em);
    text-align: left;
    padding-left: 15px;
}

/* Max-header width */
@media only screen and ( max-width: 1180px ){

}

/* Large Tablet */
@media only screen and ( max-width: 920px ){
    .ensight-content-row > div {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ensight-content-left-row-1 {
        padding: 0px;
    }

    .ensight-content-medium-post-row > div {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px;
    }

    .ensight-content-medium-post-row > div:first-child {
        padding-right: 15px;
    }

    .ensight-content-right-col {
        border: none;
        padding: 0px;
        margin-top: 30px;
    }

    .ensight-content-get-in-touch-sliced-wrap .get-in-touch-sliced {
        padding: 0px;
    }

    .ensight-content-get-in-touch-sliced-wrap .get-in-touch-sliced-inner {
        padding: 30px;
    }

    .ensight-content-get-in-touch-sliced-wrap .get-in-touch-sliced {
        clip-path: inherit;
        -webkit-clip-path: inherit;
        margin: 0px;
    }

    .ensight-latest-posts-inner {
        margin-top: 60px;
    }

    .ensight-latest-posts-inner .ensight-latest-posts-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .ensight-latest-posts-inner .ensight-latest-posts-col .news-snipet-content {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        order: 2;
    }

    .ensight-latest-posts-inner .element-news-snipet > .row {
        display: flex;
    }

    .ensight-latest-posts-inner .ensight-latest-posts-col .news-snipet-thumb {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ensight-content-large-post-wrap .element-large-thumbnail > .row {
        display: flex;
    }

    .ensight-content-large-post-wrap .element-large-thumbnail .large-thumbnail-content {
        order: 1;
    }

    .ensight-content-large-post-wrap .element-large-thumbnail .large-thumbnail-thumb {
        order: 2;
        margin: 0px -60px;
        width: calc(100% + 120px);
        flex: inherit;
        max-width: inherit;
    }

}

/* Small Tablet */
@media only screen and ( max-width: 768px ){



}

/* Mobile */
@media only screen and ( max-width: 640px ){

}
