.post {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.post .btn {
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
}

.blog .sidebar .block + .block::after {
    width: 100%;
}
.blog .post .post-meta {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.blog .post .post-meta::after {
    border-bottom: 1px solid #f6f6f6;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100px;
}

/* related-posts */
.related-posts h3,
.post-block h3 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.related-posts h4 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    text-transform: none;
}
.related-posts .post {
    border-bottom: none;
    padding-bottom: 0;
}
.comments {
    list-style: none;
    padding: 0;
}
.comments h4 {
    font-size: 1em;
}
.comments li {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.comments .img-circle {
    left: 0;
    position: absolute;
}
.comment {
    position: relative;
}
.helpfully {
    font-weight: 700;
    margin-top: 10px;
}

.post-comments h3 {
    margin-bottom: 0;
}
.post-comments p {
    margin-bottom: 10px;
}
.post-comments > .comments > li:first-child {
    margin-top: 20px;
}
.post-comments .comment-by {
    display: block;
}
.post-comments .date {
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.post-comments a i {
    color: #ddd;
}
.post-leave-comment h3 {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.post-leave-comment input.form-control {
    height: 40px;
}

.post-image {
    background-color: #000;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.related-posts .post-image {
    max-height: 150px;
}

.post-image > a > img, .post-image > img {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.post-image:hover > a > img, .post-image:hover > img {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.post-meta {
    color: #999;
    font-size: 95%;
}
.post-meta a:hover, .post-meta a:focus {
    color: #303030;
}
.post-meta span {
    margin-right: 10px;
}
.post-meta span i {
    margin-right: 3px;
}

/* blog mansory */
.blog-masonry .post-mansory-item {
    margin: 15px 0;
}
.blog-masonry .post, .slick-slide .post {
    border: 1px solid #ddd;
    margin-bottom: 0;
    padding: 15px 15px 0;
}
.blog-masonry .post.disabled, .slick-slide .post.disabled {
    cursor: no-drop;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.blog-masonry .post h4, .blog-masonry .post .h4, .slick-slide .post h4, .slick-slide .post .h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.blog-masonry .post .post-image, .slick-slide .post .post-image {
    margin: -15px -15px 15px;
}
.blog-masonry .post .post-content > p, .slick-slide .post .post-content > p {
    margin: 15px 0;
}
.blog-masonry .post .post-meta-foot, .slick-slide .post .post-meta-foot {
    border-top: 1px solid #ddd;
    margin: 10px -15px 0;
    overflow: hidden;
    padding: 15px;
}
.blog-masonry .post .post-meta-foot::after, .slick-slide .post .post-meta-foot::after {
    display: none;
}

input[type="file"].form-control {
    border: none;
    padding: 0;
}