.blog-post-item-content {
    width: 90%;
}

.view-count {
    margin-left: 85%;
    height: auto;
    margin-top: 5px;
}

.count-icon {
    width: 20px;
}

.count-label {
}

.toolbar-number {
    display: none;
}

.blog-post-share-buttons {
    margin: 10px 0 10px 0;
}

.share-btn {
    display: inline-block;
    color: #ffffff !important;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
    color: #eeeeee;
    opacity: 0.8;
}

.share-btn:active {
    position: relative;
    top: 2px;
    box-shadow: none;
    color: #e2e2e2;
    outline: none;
}

.share-btn.twitter {
    background: #55acee;
}

.share-btn.google-plus {
    background: #dd4b39;
}

.share-btn.facebook {
    background: #3B5998;
}

.share-btn.stumbleupon {
    background: #EB4823;
}

.share-btn.reddit {
    background: #ff5700;
}

.share-btn.linkedin {
    background: #4875B4;
}

.share-btn.email {
    background: #444444;
}

.block-content li .post-thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 1 !important;
}

.post-thumb {
    padding: 4px;
    background-color: #fff;
    overflow: hidden;
    max-height: 110px;
}

.post-thumb img {
    max-height: 110px;
    min-width: 190px;
}

li.related-post-item {
    background: #fff;
    padding: 10px;
    float: left;
    width: 32%;
    max-height: 375px;
    overflow: hidden;
    margin-right: 1%;
    box-sizing: border-box;
    min-height: 180px;
    margin-bottom: 10px;
    border: 2px solid #eaeaea;
    border-radius: 4px;
}

.block.related {
    clear: both;
    margin-top: 10px;
}

.block.related .block-content {
    margin-bottom: 0;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}

li.related-post-item:nth-child(4n+4) {
    margin-right: 0;
}

li.related-post-item:nth-child(4n+5) {
    clear: both;
}

li.related-post-item h4 {
    margin: 5px 0 10px;
}

li.post-item h4 {
    margin: 5px 0 10px;
}

.postimg img {
    width: 100%;
}

.post-item-link {
    font-weight: 600;
    text-decoration: none;
    color: #574747 !important;
    text-transform: uppercase;
}

.blog-post-item-tag a:hover {
    background: #a8281a;
    color: #FFF;
}

.blog-post-item-tag a {
    background: #eee;
    color: #a8281a;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    padding: 3px;
    margin: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-post-item-tag {
    margin: 10px 0 10px 0;
}

@media (max-width: 1280px) {
    li.related-post-item {
        width: 32%;
    }
}

@media (max-width: 1024px) {
    li.related-post-item {
        width: 49%;
    }

    li.related-post-item:nth-child(4n+4) {
        margin-right: 1%;
    }

    li.related-post-item:nth-child(4n+5) {
        clear: none;
    }

    li.related-post-item:nth-child(3n+4) {
        clear: both;
    }
}

@media (max-width: 768px) {
    li.related-post-item {
        width: 49%;
    }

    li.related-post-item:nth-child(2n+3) {
        clear: both;
    }

    li.related-post-item:nth-child(3n+4) {
        clear: none;
    }
}

@media (max-width: 650px) {
    li.related-post-item {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}