.post-template-2-wrapper .article-block-3, .post-template-2-wrapper .article-block-2 {
    position: relative;
    min-height: 1px;
    margin: 5px 15px 50px;
    -webkit-box-shadow: 0 0 10px 1px rgba(34, 34, 34, 0.5);
    box-shadow: 0 0 10px 1px rgba(34, 34, 34, 0.5);
}
/*.blog .post-template-2-wrapper .entry-content {
    min-height: 170px;
}*/
.single .post-template-2-wrapper article .featured-img img {
    width: 100%;
}
.article-block-wrapper {
    padding: 0 15px;
}
time.updated.article-time {
position: absolute;
    right: 20px;
    top: 20px;
    width: 65px;
    height: 65px;
    background: #ffffff;
    vertical-align: middle;
    border-radius: 50%;
    padding-top: 12px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.5);
}
time span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
}
.pagination {
    width: 100%;
    clear: both;
}
.tags {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.7);
}
.tags .tags-title {
    margin-left: 10px;
}
a.excerpt-read-more {
    display: none;
}
footer.article-footer {
    padding: 10px 0;
    border-top: 1px solid #222222;
}
section.entry-content {
    margin-bottom: 15px;
}
@media (min-width: 992px){
    .post-template-2-wrapper .article-block-3 {
        width: 30.7%;
        float: left;
        margin: 5px 1% 50px;
    }
    .post-template-2-wrapper .article-block-2 {
        width: 44%;
        display: inline-block;
        margin: 5px 2% 50px;
        vertical-align: top;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .post-template-2-wrapper .article-block-3 {
        width: 45.7%;
        float: left;
        margin: 5px 1% 50px;
    }
}
