.chapter-post-wrapper {
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}

.column_layout_1 .chapter-post-wrapper {
    width: 100%;
}
.column_layout_2 .chapter-post-wrapper {
    width: 50%;
}
.column_layout_3 .chapter-post-wrapper {
    width: 33.3333333%;
}
.column_layout_4 .chapter-post-wrapper {
    width: 25%;
}

.column_layout_1 .chapter-post-wrapper:nth-child(n) {
    clear: both;
}
.column_layout_2 .chapter-post-wrapper:nth-child(2n + 1) {
    clear: both;
}
.column_layout_3 .chapter-post-wrapper:nth-child(3n + 1) {
    clear: both;
}
.column_layout_4 .chapter-post-wrapper:nth-child(4n + 1) {
    clear: both;
}

.chapter-post-container {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #a9181d;
}

.chapter-post-container > img,
.chapter-post-container .chapter-img-link > img {
    width: 100%;
}

.chapter-post-wrapper .chapter-header {
    background: rgba(0,0,0,0.8);
    padding: 20px 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

.chapter-header .post-categories,
.chapter-header .post-title,
.chapter-header .post-content {
    margin-bottom: 15px;
    opacity: 0.8;
}

.chapter-header .tags {
    margin-bottom: 10px;
    opacity: 0.8;    
    width: 100%;
}

.chapter-post-wrapper .post-meta {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.post-meta > div {
    display: inline-block;
    margin-right: 15px;
}

.post-meta > div i {
    margin-right: 5px;
}

.chapter-post-wrapper .bdp-wrapper-like {
    padding: 0;
}

.chapter-post-wrapper .chapter-footer {
    background: rgba(0,0,0,0.8);
    padding: 15px 20px;
    bottom: 0;
    height: auto;
    width: 100%;
    position: absolute;
}

.chapter-post-container:hover .chapter-header {
    top: 100%;
}

.chapter-footer .read-more-div {
    display: inline-block;
}

.chapter-footer .post-meta {
    float: right;
}

.read-more-div > a > i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.bdp_archive.chapter .author-avatar-div {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px;
    padding: 15px;
}

.bdp_archive.chapter .author-avatar-div .avtar-img {
    display: inline-block;
}

.bdp_archive.chapter .author-avatar-div .author_content {
    display: inline-block;
    margin-left: 25px;
    width: calc(100% - 180px);
}

.chapter-post-container:hover .bdp-pinterest-share-image {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .chapter-footer .post-meta {
        width: 100%;
        margin: 15px 0;
    }
    .column_layout_2 .chapter-post-wrapper,
    .column_layout_3 .chapter-post-wrapper {
        width: 100%;
    }
    .column_layout_4 .chapter-post-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 676px) {
    .column_layout_4 .chapter-post-wrapper {
        width: 100%;
    }
    .bdp_archive.chapter .author-avatar-div .avtar-img {
        display: block;
        text-align: center;
    }
    .bdp_archive.chapter .author-avatar-div .author_content {
        display: block;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}