/*
Theme Name: Usiz
Description: Usiz дочерняя тема Avada theme
Author: Takhir Berdyiev
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.language-list {
    display: flex !important;
    list-style: none !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px 0 !important;
}

.language-list a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 !important;
    min-height: auto !important;
    background: none !important;
    height: 20px !important;
}

.language-list li {
    padding: 0 10px !important;
    position: relative;
}

.language-list li:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    background: #fff;
    bottom: 0;
    margin: auto;
}

.language-list li:last-child:after {
    display: none;
}
