.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;
}

.news-post-share-buttons {
    margin: 1em 0;
}

.share-btn {
    display: inline-block;
    color: #ffffff !important;
    border: none;
    padding: 0.5em;
    width: 20px;
    box-shadow: 0 0 0;
    outline: none;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.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: 24%;
    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;
    width: auto;
}

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%;
}

.products-grid .product-item-info:hover, .block.related .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 0 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.block.related .product-item .tocart {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #00a8b5;
    color: #00a8b5;
}

.block.related .product-item .tocart:hover {
    background: #00a8b5;
    color: #fff;
}

.block.related .product-item-name {
    font-size: 12px;
    text-transform: uppercase;
}

.block.related .product-item-name, .block.related .product.name a {
    font-weight: 600;
}

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

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

    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: 45%;
    }

    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 0 10px;
    }
}
