.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.col-2.contact-site-map.relative {
    display: none !important;
}
.contact-page-form-map.site-flex.justify-content-top.relative {
    justify-content: center !important;
}
.site-section.areas-we-serve-page-section.relative.top-bot-padding {
    background: #e8e8e8 !important;
}
.footer-col-item.custom-footer-html.relative a {
    color: #f4d96c !important;
}
.site-section.background-color.about-section.top-bot-padding.relative {
    background: #e8e8e8 !important;
}
.featured-pages.layout-3 .ft-page-item .ft-icon{
    border: 1px solid #34516d !important;
}
.featured-pages.layout-3 .ft-page-item .ft-icon-wrap{
    border: 1px solid #34516d !important;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.page-banner-wrap.relative.site-flex.justify-content-bottom {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 1024px) {
    .main-header .header-items .header-col.logo-item img {
        height: 104px !important;
    }
    .hero-slider .hero-caption-item .caption-item {
        margin-left: 35px !important;
    }
}
@media only screen and (max-width: 480px) {
    .main-header .header-items .header-col.logo-item img {
        height: 40px !important;
    }
    .hero-slider .hero-caption-item .caption-item {
        margin: 10px !important;
    }
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}