.bdp_single.invert-grid .category-link {
    background: none repeat scroll 0 0 #f64c3b;
}
.bdp_single.invert-grid .category-link {
    clear: both;
    display: inline-block;
    left: 0;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
}
.bdp_single.invert-grid .post-body-div,
.bdp_single.invert-grid .bdp-post-image {
    position: relative;
}
.bdp_single.invert-grid .bdp-post-image {
    margin-bottom: 15px;
}
.post-title.no_thumb{
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}
.metadatabox {
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding-bottom: 6px;
    width: 100%;
    text-transform: capitalize;
}
.footer_metabox {
    border-top: 1px solid #555;
    display: inline-block;
    padding: 5px 0;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}
.footer_metabox a{
    text-transform: capitalize;
}
.bdp_single.invert-grid .tags {
    margin-bottom: 5px;
}
.author-avatar-div:before {
    border-color: #b9c5d0 #fff;
    border-style: solid;
    border-width: 22px 22px 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}
.author-avatar-div {
    background: none repeat scroll 0 0 #ecf1f7;
    padding: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.author_content {
    padding-left: 115px;
}
.avtar-img {
    float: left;
    width: 100px;
}
.bdp_single.invert-grid .related_post_div {
    margin-left: -15px;
    margin-right: -15px;
}
.bdp_single.invert-grid .bdp-no-post-found {
    padding: 0 15px;
}
.bdp_single.invert-grid .navigation.post-navigation{
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin-bottom: 30px;
}
.bdp_single.invert-grid .navigation.post-navigation .nav-links .nav-previous,
.bdp_single.invert-grid .navigation.post-navigation .nav-links .nav-next{
    background: none repeat scroll 0 0 #ecf1f7;
}
.bdp_single.invert-grid .comments-title,
.bdp_single.invert-grid .comment-reply-title {
    border-top: 1px solid #1a1a1a;
}
.bdp_single .author-avatar-div img.avatar{
    border-radius: 50%;
}
.navigation.post-navigation,
.author-avatar-div,
.related_post_wrap {
    margin-bottom: 30px;
}
.author{
    text-transform: capitalize;
}
.related_post_wrap h3{
    border-bottom: 1px solid #555;
    border-left: 5px solid #555;
    margin-bottom: 15px;
    padding-left: 10px;
}
.relatedpost_title {
    background: none repeat scroll 0 0 #eee;
    border-top: 1px solid #000;
    float: left;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
}
.relatedthumb:hover img{
    opacity: 0.5;
}
.bdp_single.invert-grid .comments-area {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.bdp_single.invert-grid .bdp_blog_template .share-this {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.bdp_single.invert-grid .footer_metabox .social-component{
    float: left;
    width: auto;
    display: inline-block;
}
.bdp_single.invert-grid .relatedposts .relatedthumb .related_post_content{
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 0 10px 10px;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .bdp_single.invert-grid .author-avatar-div .avtar-img {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    .bdp_single.invert-grid .author_content {
        padding: 15px 0;
        width: 100%;
        display: inline-block;
    }
}