.skin-blue .main-header .navbar .dropdown-menu li.langs a {
    color: initial;
}

.dropdown-menu > li.langs > a, .langs a {
    text-align: left;
    font-family: Lato,sans-serif;
    letter-spacing: 0;
    color: #707070;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
    padding: 0.8rem 1.5rem 0.8rem 0.8rem;
    border: 1px solid transparent;
    text-decoration: none;
}

    .langs a span {
        margin-right: .5rem;
        width: 2.7rem;
        height: 1.6rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #0000fe;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(126 139 236 / 20%);
    }

        .langs a span.white {
            color: white;
            background-color: #0077ff;
            border-color: #0077ff;
            border-radius: 3px;
            width: 3.7rem;
            height: 1.8rem;
        }

.langs a span:before {
    content: initial
}
