.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;
}
.page-banner-wrap.relative.site-flex.justify-content-bottom {
    background: rgba(0, 0, 0, 0.5) !important;
}
footer .column-element > div.site-logo {
    background: #fff;
    padding: 0 20px;
}
@media only screen and (min-width:1180px) {
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 15px !important;
    }
}
@media only screen and (max-width:1024px) {
    .footer-col-item.site-info.site-name.relative .col-item.relative {
        font-size: 13px !important;
    }
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 20px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .footer-col-item.site-info.site-name.relative .col-item.relative {
        font-size: 16px !important;
    }
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 20px !important;
    }
}