.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;
}
@media only screen and (max-width: 1024px) {
    .main-header .header-items .header-col.logo-item img {
        height: 148px !important;
    }
    .genesis-nav-menu a {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 1180px) {
    .genesis-nav-menu a {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 480px) {
    .main-header .header-items .header-col.logo-item img {
        height: 40px !important;
    }
    .genesis-nav-menu a {
        font-size: 16px !important;
    }
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}