/*   
Theme Name: greenplanet
Description: greenplanet theme description
Author: babyshaq
Version: 1.0
*/

.header__language ul li {
    display: inline-block;
    padding: 7px 5px 5px 5px;
    margin-right: 2px;
    background-color: transparent;
    font-size: 14px;
    color: #3A3A3A;
    font-family: "Gilroy Bold", Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.header__language ul li:last-child {
    margin-right: 0; }
.header__language ul li.current-lang {
    background-color: #FFA532;
    color: #fff; }
.header__language ul li:focus {
    outline: none; }
.header__language ul li:hover {
    background-color: #FFA532;
    color: #fff; }
.header__language ul li a{
    color: #3A3A3A;
}
.header__language ul li.current-lang a,.header__language ul li:hover a{
    color: #fff; 
}
@media screen and (max-width: 1100px) {
    .header__language ul li {
        margin-right: 0;
        padding: 5px 4px 4px 4px;
        font-size: 12px; }
}
@media screen and (max-width: 768px) {
    header .header__language li {
        display: block;
        font-size: 18px;
        margin-bottom: 14px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 7px 5px;
        color: #fff;
        letter-spacing: 0.5px; }
}

