.blogs .pi-row [class^="pi-col-"] {
    background: initial; 
    border: none;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0;
}

.blogs .pi-row {
    margin: 0;
}

.blogs img {
    height: auto;
}

.blogs .post-block {
    position: relative;
    display: inline;
    float: left;
}

.blogs .post-box-text {
    background: rgba(24,28,32,.5);
    color: #00adb0;
    padding: 1em;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding-bottom: 6px;
}

.blogs .pi-img-w {
    margin: 0;
    position: relative;
    float: left;
}

.blogs .pi-btn-small {
    font-size: 11px;
    line-height: 13px;
    padding: 4px;
    margin-bottom: 5px;
}

.news {
    padding-bottom: 3px;
    padding-top: 0px;
}

.popular {
    padding-top: 3px;
}

.new-large div {
    max-height: 436px;
}

.news-medium {
    padding: 0;  
}

.news-medium h2 {
    /* Like h5 */
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    letter-spacing: 0;
}

.news-medium div {
    max-height: 215px; 
}

.news-medium:first-child {
    margin-bottom: 6px;
}

.post-box-text a {
    color: #fff;
}

.popular .pi-gallery .pi-gallery-item {
    padding-left: 3px;
    padding-right: 3px;
    max-height: 142px;
}

.popular .pi-gallery .pi-gallery-item:first-child {
    padding-left: 0px;
}

.popular .pi-gallery .pi-gallery-item:last-child {
    padding-right: 0px;
}

.popular .pi-slider-pagination {
    bottom: -20px;
}

.popular h2 {
    /* Like h6 */
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 600;
}

.blogs .popular .post-box-text {
    background: none;
}

@media (max-width: 480px) {
    .blogs .post-block {
        margin-bottom: 6px;
    }
    
    .new-large h2 {
        /* Like h5 */
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    
    .new-large h2 a {
        font-weight: normal;
    }
    
}

@media (min-width: 480px) {
    div.news-medium img {
        /*height: 152px;*/
    }
}