.list-of-reviews article {
    padding-bottom: 20px !important;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.floating-cta {
    z-index: 2 !important;
}
.inner-page-banner .page-banner .page-banner-wrap {
    background-color: rgba(0, 0, 0, 0.60);
}
.hide-me {
    display: none;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.entry-content ul {
    margin-bottom: 3px !important;
}
.background-image.main-footer:before {
    background-color: rgba(0, 0, 0, 0.80) !important;
}
@media only screen and (max-width:980px) {
    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #aa1a26 !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}
@media only screen and (max-width:375px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}