.col-2.contact-site-map.relative {
    display: none !important;
}
.contact-page-form-map.site-flex.justify-content-top.relative {
    justify-content: center !important;
}
.video-slider .vid {
    width: 600px;
    height: 300px;
}
.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: rgba(0, 0, 0, 0.5) !important;
}
.service-pages .service-item:hover .service-title {
    border-bottom: 1px solid #fff !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
@media only screen and (min-width:1180px) {
    .contact-site-name.medium.uppercase.relative {
        font-size: 18px !important;
    }
}
@media only screen and (max-width:1024px) {
    .contact-info.contact-email.relative {
        font-size: 13px !important;
    }
    .footer-col-item.site-info.site-email.relative a {
        font-size: 12px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .contact-info.contact-email.relative {
        font-size: 16px !important;
    }
    .footer-col-item.site-info.site-email.relative a {
        font-size: 16px !important;
    }
}

