.projects-section .sample-proj-item:hover:after {
    color: #0f5c63 !important;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.review-content {
    width: 100% !important;
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .genesis-nav-menu a {
        color: #fff !important;
        background: #000 !important;
    }
    .genesis-nav-menu .current-menu-item > a {
        color: #ffffff !important;
        background: #0f5c63 !important;
    }
    .nav-primary.show {
        background-color: #000 !important;
    }
}