/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.language-switch {
	position: absolute;
    right: 3rem;
    top: 1.5rem;
    display: flex;
    transition: all 400ms ease-in-out;
}

.language-switch a {
	display: block;
    margin-right: 1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    line-height: 2rem;
    transition: all 400ms ease-in-out;
}

.language-switch a:hover, .language-switch .active {
	background: #4bb4bb;
	color: #191e2d;
}

.et-fixed-header .language-switch {
	top: 0.6rem;
}