/* Front css */

.bdp_blog_template a.bd-more-tag {
    float: left;
}

.bdp_blog_template span.leave-reply i, .blog_footer span i {
    padding-right: 0;
    padding-left: 5px;
}

.bdp_blog_template .bd-icon-author {
    margin-right: 0;
    margin-left: 5px;
}

.bdp_blog_template .bd-meta-data-box .bd-metadate,
.bdp_blog_template .bd-meta-data-box .bd-metauser,
.bdp_blog_template .bd-meta-data-box .bd-metacats,
.bdp_blog_template.spektrum .post-bottom .bd-tags {
    float: right;
    padding: 0 0 0 10px;
}

.bdp_blog_template .bd-metacomments i,
.bdp_blog_template .bd-metadate i,
.bdp_blog_template .mdate i,
.bdp_blog_template span.calendardate i {
    margin-right: 0;
    margin-left: 5px;
}

.bdp_blog_template .bd-blog-header .bd-metadatabox .bd-metacomments {
    float: left;
}

.bdp_blog_template .social-component a {
    float: right;
}

.bdp_blog_template .bd-meta-data-box .bd-metacomments {
    float: right;
}

.bdp_blog_template .social-component a {
    margin-left: 8px;
    margin-right: 0;
}

.bd-link-label i {
    margin-right: 0;
    margin-left: 3px;
}

/* Spektrum */

.bdp_blog_template.spektrum .bd-blog-header {
    padding-left: 0;
    padding-right: 55px;
}
.bdp_blog_template.spektrum .post-bottom .post-by,
.bdp_blog_template.spektrum .post-bottom .bd-metacomments,
.bdp_blog_template.spektrum .post-bottom .bd-categories {
    margin-right: 0;
    margin-left: 20px;
}
.bdp_blog_template.spektrum .date {
    float: right;
    right: 0;
    left: auto;
}

/* News */

.bdp_blog_template.news .post-content-div {
    float: left;
    padding: 0 2% 0 0;
}

.bdp_blog_template.news .bd-post-image {
    float: right;
}

.bdp_blog_template.news .post-content-div .bd-category-link .fa-bookmark {
    margin-right: 0;
    margin-left: 5px;
}

.bdp_blog_template.news .bd-blog-header .bd-metadatabox a {
    margin: 0 0 0 10px;
    display: inline-block;
}

/* Evolution */

.bdp_blog_template.evolution .social-component {
    float: right;
}

/* Timeline  */

.timeline_bg_wrap .timeline_back .timeline.blog-wrap:nth-child(2n+1) {
    clear: right;
    float: right;
    padding-right: 30px;
    padding-left: 50px;
}

.timeline_bg_wrap .timeline_back .timeline.blog-wrap:nth-child(2n) {
    float: left;
    clear: left;
    padding-left: 30px;
    padding-right: 50px;
}

.bdp_blog_template.timeline:nth-child(2n+1) .post_content_wrap::before,
.bdp_blog_template.timeline:nth-child(2n+1) .post_content_wrap::after {
    left: -8px;
    right: auto;
    border-left: none !important;
}

.bdp_blog_template.timeline:nth-child(2n) .post_content_wrap::before,
.bdp_blog_template.timeline:nth-child(2n) .post_content_wrap::after {
    right: -8px;
    left: auto;
    border-right: none !important;
}   

.timeline.blog-wrap:nth-child(2n+1) .bd-datetime {
    right: -30px;
    left: auto;
}

.timeline.blog-wrap:nth-child(2n) .bd-datetime {
    left: -30px;
    right: auto;
}

.bdp_blog_template.timeline .post_hentry > p > i {
    left: -68px;
    right: auto;
}

.bdp_blog_template.timeline:nth-child(2n) .post_hentry > i {
    right: -68px;
    left: auto;
}

@media screen and (max-width: 992px) {
    .timeline_bg_wrap .timeline_back .timeline.blog-wrap:nth-child(2n) {
        float: right;
        clear: left;
        padding-left: 50px;
        padding-right: 50px;
    }
    .bdp_blog_template.timeline:nth-child(2n) .post_hentry > i {
        left: -68px;
        right: auto;
    }
    .timeline.blog-wrap:nth-child(2n) .bd-datetime {
        right: -30px;
        left: auto;
    }
    .bdp_blog_template.timeline:nth-child(2n) .post_content_wrap::before, .bdp_blog_template.timeline:nth-child(2n) .post_content_wrap::after {
        left: -8px;
        right: auto;
        border-left: none !important;
        border-right: 8px solid #db4c59 !important;
    }
}