.article-thumb {
    margin-bottom: 30px;
}

.article-thumb .img-holder {
    position: relative;
}

.article-thumb .img-holder img {
    width: 100%;
}

.article-thumb .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #F9881A;
    margin-bottom: 0;
    padding: 6px 15px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
}

.article-thumb .blog-info {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 500;
    background: #fff;
}

.meta {
    font-weight: 600;
}

.meta span i {
    margin-right: 6px;
    vertical-align: middle;
}

.meta span span {
    vertical-align: middle;
}

.meta .author {
    margin-right: 30px;
}

.article-thumb .blog-info .intro-text {
    margin: 5px 0 15px 0;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-article .blog-left,
.blog-comments {
    background: #fff;
    padding: 15px;
}

.blog-article .article-title h2 {
    font-size: 30px;
    color: #FC9734;
    line-height: 36px;
}

.blog-article .share-on {
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.blog-article .share-on .share {
    font-size: 20px;
    margin-right: 15px;
}

.blog-article .share-ico {
    font-size: 16px;
}

.article-description ul {
    list-style: inside;
}

.article-description h2,
.article-description h3 {
    margin-top: 15px;
}

.blog-comments {
    margin-top: 30px;
}

.rounded-shp {
    padding: 15px;
    border-radius: 3px;
    background: #F8F8F8;
}

.rounded-shp .autor {
    margin-bottom: 5px;
}

.rounded-shp p {
    margin-bottom: 0;
}

.reply-info.rounded-shp {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-comments .form-group {
    margin-bottom: 20px;
}

.blog-comments .form-control {
    padding: 20px 15px;
    border-radius: 3px;
    background: #F8F8F8;
    box-shadow: none;
    border: none;
}

.blog-comments textarea {
    height: 120px;
}

.ppl-blog-list {
    background: #fff;
    padding: 15px;
}

.ppl-blog-list h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.article-popular-thumb a img {
    float: left;
    margin-right: 15px;
}

.article-popular-thumb {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.article-popular-thumb:last-child {
    border-bottom: none;
}

.ppl-blog-info .title-name {
    font-weight: 400;
    margin-bottom: 5px;
    height: 28px;
    overflow: hidden;
}

.ppl-btn {
    color: #FC8A1A;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .blog-article .article-title h2 {
        font-size: 16px;
        line-height: inherit;
    }

    .meta .date {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ppl-blog-list {
        margin-top: 30px;
    }

    section.after-header.p-tb-15 {
        padding: 5px 0 !important;
    }
}