#sidebar .archive,
#sidebar .archive .form-group {
    margin-bottom: 20px;
}
#sidebar .subscribe .latest-issue,
#sidebar .subscribe form,
.comments-area .add-comment form,
.comments-area .form-group,
.comments-area .view-comments .comment,
.comments-area .view-comments .comment h4,
.popular-posts ul li p,
.post-author,
.post-author .author,
.post-share,
.post-share .social-links {
    overflow: hidden;
}
.comments-area .add-comment form textarea,
.comments-area .view-comments .comment .avatar,
.post-author .avatar {
    float: left;
}
#sidebar .subscribe .latest-issue a,
#sidebar .video-preview a:hover,
.popular-posts ul li a:hover p,
.post-author a:hover .author,
.post-share .print-title a:hover,
.post-sign .post-link-back a:hover {
    text-decoration: underline;
}
#sidebar .social-plugin img {
    width: 100%;
    vertical-align: top;
}
#sidebar .archive {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
#sidebar .archive .SumoSelect {
    height: 27px;
}
#sidebar .subscribe h3 {
    line-height: 34px;
    margin-bottom: 25px;
}
#sidebar .subscribe form .form-group {
    margin-bottom: 20px;
}
#sidebar .subscribe .btn {
    margin: 0 0 10px;
}
#sidebar .subscribe .latest-issue {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}
#sidebar .subscribe .latest-issue a {
    color: rgba(255, 255, 255, 0.5);
}
#sidebar .subscribe .latest-issue a:hover {
    color: #fff;
}
.comments-area .avatar {
    width: 40px;
    height: 40px;
    margin: 0 15px 5px 0;
    background-color: #b7b7b7;
    background-image: url(../images/avatar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.comments-area .add-comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-area .btn.btn-blue {
    font-size: 14px;
    display: block;
    width: 100px;
    min-width: 100px;
    margin: 0 0 0 auto;
    padding: 1px 0;
}
.comments-area .view-comments .comment {
    margin-bottom: 20px;
}
.comments-area .view-comments .comment:last-of-type {
    margin-bottom: 0;
}
.comments-area .view-comments .comment-text {
    clear: both;
    overflow: hidden;
}
.comments-area .view-comments .comment-text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.comments-area .view-comments .comment-text li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
}
.comments-area .view-comments .comment-text li:after {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "\25AB";
    opacity: 0.5;
    color: #2b3844;
}
.comments-area .view-comments .comment-text li:last-of-type:after {
    content: none;
}
.comments-area .view-comments .comment-text li .like-btn,
.comments-area .view-comments .comment-text li a {
    font-size: 14px;
    cursor: pointer;
    color: #2b3844;
}
.comments-area .view-comments .comment-text li .like-btn:hover,
.comments-area .view-comments .comment-text li a:hover {
    text-decoration: underline;
    color: #000;
}
.comments-area .view-comments .comment-text li strong {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.comments-area .view-comments .comment-text li strong:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
}
.comments-area .view-comments .comment-text li strong.like:before {
    width: 17px;
    background: url(../images/icon-like.png) no-repeat;
}
.comments-area .view-comments .comment-text li strong.date:before {
    background: url(../images/icon-time.png) no-repeat;
}
.comments-area .view-comments .children,
.comments-area .view-comments .reply {
    margin-top: 20px;
    margin-left: 30px;
}
.comments-area .form-control::-moz-placeholder {
    opacity: 1;
    color: #444;
}
.comments-area .form-control:-ms-input-placeholder {
    color: #444;
}
.comments-area .form-control::-webkit-input-placeholder {
    color: #444;
}
.tag-cloud {
    padding: 15px 10px;
    background: #fff;
}
.tag-cloud a {
    font-size: 14px !important;
    line-height: 21px;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 1px 10px 0;
    vertical-align: top;
    color: #000;
    border: 2px solid #000;
}
.tag-cloud a:hover {
    color: #fff;
    background: #000;
}
.popular-posts {
    margin-bottom: 20px;
}
.popular-posts ul {
    line-height: 25px;
}
.popular-posts ul li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.popular-posts ul li img {
    width: 100%;
    margin-bottom: 5px;
}
.popular-posts ul li a {
    position: relative;
    display: block;
    color: #fff;
}
.popular-posts ul li p {
    line-height: 18px;
    margin: 0;
}
.posts-wrap {
    margin-bottom: 10px;
}
.post-preview {
    position: relative;
    margin: 0 0 15px;
    padding: 40px 20px;
}
.post-preview .post-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
    background-color: #2b3844;
    background-repeat: no-repeat;
    background-position: left 50% top 17px;
    background-size: cover;
}
.post-preview .post-bg:after {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}
.post-preview h3,
.post-preview span {
    position: relative;
    color: #fff;
}
.post-preview h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.post-preview h3:after {
    width: 52px;
    height: 2px;
    margin-left: -26px;
}
.post-preview span {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-preview a {
    position: relative;
    margin-bottom: 10px;
}
.video-preview {
    max-width: 300px;
    margin: 0 auto 25px;
}
.video-preview .preview-img {
    position: relative;
    width: 100%;
    margin-bottom: 13px;
}
.video-preview .preview-img a {
    display: block;
    padding: 100% 0 0;
    background-color: #6f6f6f;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.video-preview .preview-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 87px;
    height: 87px;
    margin: -43px 0 0 -43px;
    transition: all 0.2s;
    border-radius: 50%;
    background-color: rgba(43, 56, 68, 0.7);
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-position: 53% 50%;
}
.video-preview .preview-img .video-time {
    font: 12px/16px gotham_promedium, sans-serif;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 2px;
    color: #fff;
    background: rgba(43, 56, 68, 0.7);
}
.post,
.post-text ol li {
    position: relative;
}
.video-preview .preview-img:hover .play-btn {
    background-color: #2b3844;
}
.video-preview h4 {
    line-height: 24px;
    margin-bottom: 6px;
}
h1,
h2 {
    margin-bottom: 15px;
}
.content-holder {
    padding: 0;
}
.post-content {
    padding: 10px;
}
.post-heading {
    margin-bottom: 10px;
}
.post-heading .link-back {
    margin-bottom: 15px;
}
.post-heading .link-back .btn-big {
    font-size: 12px;
}
.post-heading .post-title .signature {
    font-size: 14px;
    color: #fff;
}
.post-heading .post-title .signature .date {
    display: block;
    padding-left: 25px;
    background-image: url(../images/icon-write-white.png);
    background-repeat: no-repeat;
    background-position: left 30%;
    background-size: 16px 18px;
}
.post-heading .post-title .signature.video .date {
    padding-left: 0;
    background: 0 0;
}
.post .article-img {
    width: 100%;
    vertical-align: top;
}
.post .video-wrapper {
    margin: 0 0 15px;
}
.add-comment,
.comments-area,
.post-share,
.post-sign,
.post-tags,
.post-text {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(43, 56, 98, 0.3);
}

.comments-area {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.post-author {
    margin-bottom: 15px;
}
.post-author .avatar {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background-color: #b7b7b7;
    background-image: url(../images/avatar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.post-text ol,
.post-text p,
.post-text ul {
    margin-bottom: 15px;
}
.post-author .author {
    font-size: 14px;
    display: inline-block;
    margin-top: -3px;
    color: #2b3844;
}
.post-text {
    text-align: justify;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4 {
    color: #2b3844;
}
.post-text ul li {
    padding-left: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzVBRkU5NkYzQThBMTFFNThGMjM5OEM0RTBBMkUxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzVBRkU5NzAzQThBMTFFNThGMjM5OEM0RTBBMkUxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNUFGRTk2RDNBOEExMUU1OEYyMzk4QzRFMEEyRTEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNUFGRTk2RTNBOEExMUU1OEYyMzk4QzRFMEEyRTEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm803qEAAAApSURBVHjaYtS2cGllYGDIA+JJjEDOTyCDDYi/MIvJKHECGUYgGYAAAwB/pgXtl9mATwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 0 12px;
}
.post-text ol {
    counter-reset: section;
}
.post-text ol li {
    padding-left: 20px;
}
.post-text ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: counter(section) ".";
    counter-increment: section;
}
.post-sign .post-link-back,
.post-sign strong {
    display: inline-block;
}
.post-tags a,
.post-tags span {
    line-height: 21px;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 5px 3px;
    border: 2px solid #000;
}
.post-tags a:hover,
.post-tags span:hover {
    color: #fff;
    background: #000;
}
.post-sign {
    font-size: 14px;
}
.post-sign strong {
    font-weight: 400;
    margin-right: 25px;
    padding-left: 25px;
    background: url(../images/icon-write.png) left 30% no-repeat;
    background-size: 16px 18px;
}
.post-sign .post-link-back a {
    padding-left: 25px;
    color: #2b3844;
    background: url(../images/arrow-back.png) left 40% no-repeat;
}
.post-sign .post-link-back a:hover {
    color: #000;
}
.post-share .print-title,
.post-share .share-title {
    line-height: 21px;
    float: left;
    margin-right: 5px;
}
.post-share .print-title {
    margin-right: 10px;
    border-right: 1px solid #bfc3c7;
    background-image: url(../images/icon-print.png);
    background-repeat: no-repeat;
    background-position: left 30%;
    background-size: 21px 21px;
}
.post-share .print-title a {
    display: block;
    padding: 0 10px 0 35px;
}
.post-share .social-links li {
    line-height: 21px;
    display: inline-block;
    width: 19px;
}
.post-share .social-links li [class*=" icon-"]::before,
.post-share .social-links li [class^="icon-"]::before {
    position: absolute;
    bottom: 0;
    width: 19px;
    text-align: center;
}
.post-share .social-links li a,
.post-share .social-links li span {
    font-size: 18px;
    position: relative;
    width: 19px;
    color: #2b3844;
}
.post-share .social-links li a:hover,
.post-share .social-links li span:hover {
    color: #000;
}
.post-share .social-links li .stButton {
    line-height: 18px;
    margin: 0;
    vertical-align: top;
}
.post-share .social-links li .stButton .stLarge {
    width: 19px;
    height: 18px;
    background: 0 0 !important;
}
.latest-posts {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.latest-posts h2 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: capitalize;
}
.latest-posts h2:after {
    height: 2px;
}
#sidebar .social-plugin {
    margin: -15px -15px 20px;
}
#sidebar .video-preview a {
    color: #fff;
}
#sidebar .video-preview .preview-img {
    margin-bottom: 17px;
}
#sidebar .video-preview h4 {
    margin-bottom: 0;
}
@media (min-width: 640px) {
    .comments-area .avatar {
        float: left;
    }
    .tag-cloud {
        padding: 20px;
    }
    .post-heading .link-back {
        float: right;
        width: 33%;
        padding-top: 20px;
        padding-left: 15px;
    }
    .post-heading .link-back .btn-big {
        width: 100%;
    }
    .post-heading .post-title {
        float: left;
        width: 67%;
        padding-right: 15px;
    }
    .post-content {
        padding: 10px 20px 20px;
    }
}
@media (min-width: 768px) {
    #sidebar .archive {
        margin-bottom: 55px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    }
    #sidebar .archive .form-group {
        margin-bottom: 23px;
    }
    .comments-area .avatar {
        width: 80px;
        height: 80px;
        margin-right: 30px;
    }
    .comments-area .add-comment {
        margin-bottom: 20px;
    }
    .comments-area .add-comment h3 {
        margin-bottom: 25px;
    }
    .comments-area .add-comment .form-group {
        margin-bottom: 19px;
    }
    .comments-area .add-comment .form-group textarea {
        height: 120px;
    }
    .comments-area .view-comments .comment {
        margin-bottom: 26px;
    }
    .comments-area .view-comments .comment h4 {
        margin-bottom: 10px;
    }
    .comments-area .view-comments .children {
        margin-top: 20px;
    }
    .comments-area .view-comments .comment-text {
        clear: none;
    }
    .comments-area .view-comments .comment-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .comments-area .view-comments .comment-text li {
        margin-right: 16px;
        padding-right: 26px;
    }
    .tag-cloud {
        padding: 20px 29px;
    }
    .posts-wrap {
        margin-bottom: 45px;
    }
    .post-preview {
        overflow: hidden;
        height: 445px;
        padding: 90px 20px;
        transition: all 0.2s ease;
        box-shadow: 0 27px 49px rgba(0, 0, 0, 0.75);
    }
    .post-preview h3 {
        font-size: 20px;
        margin-bottom: 47px;
        padding-bottom: 41px;
    }
    .post-author .author,
    .post-heading .post-title .signature,
    .post-preview span,
    .post-sign {
        font-size: 16px;
    }
    h1 {
        line-height: 47px;
        margin-bottom: 25px;
    }
    .post-heading .link-back {
        padding-top: 45px;
    }
    .post-heading .link-back .btn-big {
        font-size: 16px;
        padding: 12px 0;
    }
    .post-heading .post-title .signature strong {
        font-weight: 400;
    }
    .post .video-wrapper {
        margin: 0 0 20px;
    }
    .post-content {
        padding: 15px 30px 30px;
    }
    .add-comment,
    .post-share,
    .post-sign,
    .post-tags,
    .post-text {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .post-tags,
    .post-text {
        padding-bottom: 10px;
    }
    .post-author {
        margin-bottom: 25px;
    }
    .post-author .avatar {
        width: 80px;
        height: 80px;
    }
    .post-text {
        margin-bottom: 20px;
    }
    .post-text p {
        margin-bottom: 25px;
    }
    .post-text ol,
    .post-text ul {
        line-height: 30px;
        margin-bottom: 20px;
    }
    .post-tags a,
    .post-tags span {
        line-height: 30px;
        margin: 0 5px 10px 0;
        padding: 3px 11px 1px;
    }
    .post-sign {
        padding-bottom: 18px;
    }
    .post-sign .holder {
        overflow: hidden;
        margin-bottom: 5px;
    }
    .post-sign .holder strong {
        display: block;
        float: left;
        max-width: 50%;
    }
    .post-sign .holder .post-link-back {
        display: block;
        overflow: hidden;
        text-align: right;
    }
    .post-share {
        margin-bottom: 28px;
    }
    .latest-posts {
        margin-top: 78px;
        margin-bottom: 190px;
    }
    #sidebar .social-plugin {
        margin: -30px -30px 30px;
    }
}
@media (min-width: 1025px) {
    #sidebar .subscribe {
        margin-bottom: 15px;
    }
    #sidebar .subscribe .btn {
        float: left;
        margin: 0 15px 10px 0;
    }
    #sidebar .subscribe .latest-issue span {
        display: block;
    }
    .post-preview a,
    .post-preview:hover span {
        display: none;
    }
    .comments-area .view-comments .children,
    .comments-area .view-comments .reply {
        margin-left: 110px;
    }
    .tag-cloud {
        padding: 30px 29px;
    }
    .tag-cloud a {
        font-size: 16px !important;
        padding: 7px 11px 5px;
    }
    .popular-posts {
        margin-bottom: 60px;
    }
    .popular-posts ul li {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    .post-preview:hover {
        box-shadow: 0 35px 65px #000;
    }
    .post-preview:hover .post-bg {
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .post-preview:hover h3 {
        margin-bottom: 40px;
    }
    .post-preview:hover a {
        display: inline-block;
    }
    #sidebar .video-preview {
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    #sidebar .subscribe .btn {
        margin: 0 29px 10px 0;
    }
}
@media (min-width: 1400px) {
    .post-heading .post-title {
        position: relative;
    }
    .post-heading .post-title .signature {
        /*position: absolute;*/
        top: 100%;
        right: 100%;
        min-width: 100px;
        max-width: 150px;
        margin: 17px 14px 0 0;
        text-align: right;
    }
    .post-heading .post-title .signature .date {
        font-size: 18px;
        line-height: 30px;
        white-space: nowrap;
    }
}
