/*
 Theme Name:     Junior - ZR
 Theme URI:      https://www.influenzar.com
 Description:    Divi Child Theme
 Author:         influenza r
 Author URI:     https://www.influenzar.com
 Template:       Divi
 Version:        1.0.0
*/

body {
    background: #f2f2f2!important;
}

#top-menu li>a {
    text-transform: uppercase;
}

#top-header ul.top-languages {
    float: right;
    margin-bottom: 10px;
}

#top-header  ul.top-languages li {
    display: inline-block;
    padding-left: 5px;
    border-right: 1px solid;
    padding-right: 5px;
}

#top-header ul.top-languages li.current-lang a {
    color: #f7c2af;
}

#top-header ul.top-languages li:last-child {
    border-right: 0;
}