.no-hover a {
    color: black;
}

.no-hover a:hover {
    color: black !important;
    background: transparent;
    cursor: default;
}

.searchandfilter > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
div.entry-difficulty.select-1 a:first-child .dot {
    border: 1px solid #1E355E;
    background: #1E355E !important;
}
div.entry-difficulty.select-2 a:first-child .dot, div.entry-difficulty.select-2 a:nth-child(2) .dot {
    border: 1px solid #1E355E;
    background: #1E355E !important;
}
div.entry-difficulty.select-3 a .dot {
    border: 1px solid #1E355E;
    background: #1E355E !important;
}

@media (max-width: 769px) {
    .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-hide-desktop {
        display: inline-block;
    }
}