.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.slmp-image.slmp-relative img {
    height: 300px !important;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.site-section.areas-we-serve-page-section.relative.top-bot-padding {
    background: linear-gradient( 135deg, rgb(255,255,255) 0%, rgba(128,162,178,0.63) 100% ) !important;
}
@media only screen and (max-width: 1024px) {
    footer .column-element .column-label {
        font-size: 20px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    footer .column-element .column-label {
        font-size: 25px !important;
    }
}

/* nav */
@media only screen and (min-width: 1024px) {
    .genesis-nav-menu a {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .genesis-nav-menu a {
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 480px) {
    .genesis-nav-menu a {
        font-size: 16px !important;
    }
}