.elina-post-wrapper {
    background: #fff;
    margin-bottom: 30px;
}

.post-content-area {
    padding: 0 15px;
    position: relative;
}

.post-content-area .categories-outer {
    line-height: 100%;
    margin: 30px 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.categories-outer .categories:before {
    background: #e5e5e5;
    content: "";
    height: 1px;
    width: 1000px;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    right: 100%;
    top: 0;
}

.categories-outer .categories:after {
    background: #e5e5e5;
    content: "";
    height: 1px;
    width: 1000px;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    left: 100%;
    top: 0;
}

.bdp-post-image .bdp-wrapper-like {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
}

.post-content-area .bdp-wrapper-like {
    position: absolute;
    right: 15px;
}

.categories-outer .categories {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    width: auto;
}

.categories-outer .categories .categories-inner {
    display: inline-block;
    line-height: 1.2;
}

.categories-outer .categories .categories-inner:before {
    border: 1px solid #e5e5e5;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.categories-outer .categories .categories-inner:after {
    border: 1px solid #e5e5e5;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.elina-post-wrapper .metacomments {
    display: inline-block;
}

.elina-post-wrapper .post-media{
    margin-bottom: 20px;
}

.elina-post-wrapper .post-footer {
    margin-top: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.post-footer .share-this {
    display: table-cell;
    vertical-align: middle;
}

.elina-post-wrapper .post-footer .social-component {
    display: table-cell;
    float: none;
    width: auto;
    padding-left: 20px;
    vertical-align: middle;
}

.elina.bdp_single .author-avatar-div {
    clear: left;
    background: #fff;
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.elina.bdp_single .author-avatar-div .avtar-img {
    display: inline-block;
    height: 100px;
    width: 100px;
    vertical-align: top;
}

.elina.bdp_single  .author-avatar-div .author_content {
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 130px);
}

.comment-respond .comment-form {
    background: #fff;
    padding: 15px;
}

.comment-list .comment {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.elina .comment-list .children > li {
    border-left: 1px solid #dedede;
    padding: 0 0 0 20px;
    margin-left: 10px;
}

.comments-area .comment-list .comment-body {
    border-top: none;
    padding-top: 0;
}

.elina .comments-area .reply {
    text-align: right;
}

.elina .comments-area .reply a.comment-reply-link {
    margin-top: 10px;
    border-radius: 20px;
}

.single .bdp_single .navigation.post-navigation {
    background: transparent;
    padding: 0;
    margin: 0 0 30px;
}

.nav-links .previous-post,
.nav-links .next-post {
    background: #fff;
    width: 49%;
}

.nav-links .previous-post:hover,
.nav-links .next-post:hover{
    background: #dedede;
    border-radius: 10px;
}

.bdp_single.elina .author-avatar-div, .bdp_single .related_post_wrap h3 {
    padding: 15px 10px 0;
}

@media screen and (max-width: 480px) {
    .elina.bdp_single .author-avatar-div .avtar-img {
        display: block;
        width: 100%;
    }
    .elina.bdp_single .author-avatar-div .avtar-img img {
        float: none;
        max-width: 100px;
    }
    .elina.bdp_single .author-avatar-div .author_content {
        clear: left;
        margin: 0;
        display: block;
        width: 100%;
    }
    .author-avatar-div .author_content .social-component {
        float: none;
    }
}