.entry-content ul li:before {
    color: #000000 !important;
}
a.site-btn {
    border: none !important;
}
.form-container .form-field button {
    border: none !important;
}
.contact-site-map.relative {
    display: none !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.slmp-display-image.slmp-grid-display-image.slmp-site-flex.slmp-justify-content-left.slmp-relative {
    place-content: center !important;
}
@media only screen and (min-width:1180px) {
    .entry-content ul li {
        padding: 0px 27px 5px 30px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}
@media only screen and (min-width: 1024px) {
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 130px !important;
    }
}