/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


@import url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/css/flag-icon.min.css");

#lang {
    background: #333;
    position: fixed;
    right: 0px;
    top: 50%;
    padding: 1em;
    z-index: 99999!important;

}

#lang a {
    text-decoration: none;
    color: rgba(255, 255, 255, .7) !important;
}

#lang ul {
    margin: 0;
    padding: 0;
}

#lang ul li {
    list-style-type: none;
    text-align: center;
    
}
#lang ul li span {
    width: 32px!important;
}

.flag-icon {
    line-height: 2em!important;
}
