* {}

.about_author {
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
}

.author_desc {
    float: left;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 25%;
}



.about_author h3 {
    margin: 0 auto;
}

.author_bio {
    display: block;
    float: right;
    padding: 20px;
    position: relative;
    width: 75%;
}

.author_det {
    margin-bottom: 0;
}

.author_bio>h5 {
    margin: 0 auto 10px;
}

.author_bio>h5 a {
    color: #727CB6;
}

/* Post Share Article
================================== */
.shares {
    width: 25%;
    padding: 0.8em;
    background: #f2f2f2;
    list-style: none;
    overflow: hidden;
}

.shares li {
    float: left;
}

.shares li.shareslabel h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}

.blog_single .post_img {
    margin-bottom: 20px;
}

.blog_single .post_content {
    margin: 0 0 0 60px;
}

.blog_single .post_meta .metaInfo {
    padding: 0 0 10px;
}

.blog_single .post_meta .metaInfo>span {
    line-height: 24px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote.default {
    border-color: #1E3B7F;
    color: #666;
    background: #f2f2f2;
}

@media (min-width: 200px) and (max-width: 1260px) {
    .post_img>img {
        width: 100% !important;
    }

    .post_content>p,
    blockquote,
    .author_det {
        font-size: 14px;
    }

    .blog_single .post_content {
        margin: 0 0 0 20px;
    }
}
@media (min-width: 200px) and (max-width: 770px) {
    .shares {
        width: 100%;
    }
}