/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */


ul.language-switcher{
    display: flex !important;
    align-items: center !important;
	column-gap: 5px !important;
}

ul.language-switcher li a, ul.language-switcher li span {
	text-transform: uppercase !important;
	font-family: "Bricolage Grotesque" !important;
	font-size: 16px !important;
    font-weight: bold !important;
}

.active-language {
    color: var(--e-global-color-uicore_primary) !important;
}