.bs-main-menu .right-menu .other-links .nav-item {
    display:none
}

@media only screen and (max-width: 767px) {
    .bs-main-menu.mobile-menu .right-menu .nav-item {
        display: none !important;
    }
}

/* PAST WINNERS: Custom tweak to fix text color on alternative background */
.bs-section.alternative-background {
    color:#000;
}