.navbar-custom .nav li.language-switcher {
    padding: 10px 15px;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-custom .nav li.language-switcher a {
    display: inline;
    padding: 0;
    color: inherit;
}

.navbar-custom.is-fixed .nav li.language-switcher,
.navbar-custom.is-visible .nav li.language-switcher {
    color: #404040;
}

@media only screen and (max-width: 767px) {
    .navbar-custom .nav li.language-switcher {
        color: #777;
    }
}
