.bdp_single.news .avtar-img {
    width: 100px;
    margin-top: 10px;
    float: left;
    padding-bottom: 20px;
}
.bdp_single.news .avtar-img img.avatar{
    border-radius: 50%;
}
.bdp_single.news{
    display: inline-block;
    width: 100%;
}
.bdp_single.news .author_content {
    margin-left: 15px;
    padding-bottom: 20px;
    width: calc(100% - 115px);
    display: inline-block;
}
.site .bdp_single.news .author-avatar-div .avtar-img img.avatar {
    border-radius: 0;
}
.bdp_single.news .author_content .author {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
}
.bdp_single.news .navigation.post-navigation {
    margin-bottom: 25px;
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}
.bdp_single.news .navigation.post-navigation .nav-links .nav-previous,
.bdp_single.news .navigation.post-navigation .nav-links .nav-next {
    margin-top: 0;
}
.bdp_single.news .comments-title,
.bdp_single.news .comment-reply-title {
    border-top: 3px solid #ccc;
}
.bdp_single.news .author_div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.bdp_single.news .relatedthumb {
    text-align: center;
}
.bdp_single.news .relatedpost_title {
    background: none repeat scroll 0 0 #eee;
    border-top: 2px solid;
    padding: 15px 10px;
}
.bdp_single.news .footer_meta {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.bdp_single .footer_meta .social-component a:first-child{
    margin-left: 0;
}
.related_post_wrap {
    border-top: 3px solid #ccc;
    float: left;
    width: 100%;
    padding: 25px 0;
}
.related_post_wrap h3 {
    float: left;
    width: 100%;
}
.bdp_single.news .relatedposts {
    margin: 0 -15px;
}
.bdp_single.news .bdp-no-post-found {
    padding: 0 15px;
}
.author_content p{
    margin-bottom: 0;
}
.bdp_single.news .post-category {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.bdp_single.news .nav-links {
    padding-top: 25px;
}
.tags {
    float: left;
}
.bdp_single.news .bdp_blog_template .social-component {
    margin-top: 10px;
    width: auto;
    float: left;
    display: inline-block;
}
.bdp_single.news .bdp_blog_template .author_content .social-component {
    margin-top: 0;
    margin-bottom: 10px;
}
.bdp_single.news .tag_cat {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.bdp_single.news .post_meta {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.bdp_single.news .post-navigation{
    border-bottom: none;
    border-top: 3px solid #ccc;
}
.nav-tabs li{
    list-style: none;
}
.tab-content {
    background: none repeat scroll 0 0 #eee;
    float: left;
    margin-bottom: 30px;
    padding: 10px 15px 0;
    width: 100%;
}
.bdp_single.news li.active {
    background: none repeat scroll 0 0 #eee;
    padding: 5px 12px;
    width: 152px;
    float: left;
    color: #555;
}
ul.nav.nav-tabs {
    float: left;
    margin: 0;
    width: 100%;
}
.bdp_single.news h1.post-title {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}
.bdp_single.news .navigation.post-navigation .nav-links .nav-previous,
.bdp_single.news .navigation.post-navigation .nav-links .nav-next{
    border-width:4px;
    border-style:double;
    background: transparent none repeat scroll 0 0;
    margin-bottom: 0;
}
.bdp_single.news .footer_meta .share-this {
    color: inherit;
    float: left;
    line-height: 1.5;
    margin-right: 15px;
    margin-top: 10px;
    vertical-align: middle;
    width: auto;
}
.bdp_single.news .relatedposts .relatedthumb .related_post_content{
    background: #eee none repeat scroll 0 0;
    padding: 0 10px 10px;
}
.bdp_single.news .relatedthumb img{
    width: 100%;
}
.bdp_single.news .post-content.entry-content{
    margin: 0;
}
.bdp_single .entry-content blockquote:not(.alignleft):not(.alignright),
.bdp_single .entry-summary blockquote,
.bdp_single .comment-content blockquote{
    margin-left: 0;
}

@media screen and (max-width: 480px) {
    .bdp_single.news .avtar-img {
        float: none;
        margin: 10px auto 0;
        width: 150px;
        padding: 0;
    }
    .bdp_single.news .author_content {
        display: inline-block;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }
}