.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.review-section .review-posts ul.slick-dots li button {
    border: 2px solid #000 !important;
    background-color: #000 !important;
}
.review-section .review-posts ul.slick-dots li.slick-active button {
    background-color: #fff !important;
}
@media only screen and (max-width: 1024px) {
    .genesis-nav-menu a {
        font-size: 11px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .genesis-nav-menu a {
        font-size: 16px !important;
    }
}
@media only screen and (max-width:375px) {
    .footer-col-item.site-info.site-name.relative .col-item.relative {
        font-size: 14px !important;
    }
}