html body[class*=" "]{
    font-size: 16px;
}

.review-box-text{
    line-height: 1.4;
}


.widget.white-block .post-share{
    font-size: 14px;
}

a.tag-cloud-link,
a.tag-cloud-link:hover,
a.tag-cloud-link:focus,
a.tag-cloud-link:active,
a.tag-cloud-link:visited{
    color: #fff;
}


body.archive .masonry-item{
    position: static !important;
}

@media screen and (min-width: 992px){
    section#page-content .container > .row > .col-md-6{
        width: 49%;
    }
}

@media screen and (max-width: 768px){
    section#page-content .container > .row > .col-sm-6,
    section#page-content .container > .row > .col-sm-4{
        width: 100%;
    }
}

@media screen and (min-width: 768px){

}

@media screen and (max-width: 650px){
    .su-list{
        margin-left: 0 !important;
    }
}