/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-location-header .elementor-widget-shortcode .elementor-widget-container {
	padding: 0 !important;
}
.gt_switcher {
	width: 60px !important;
}
.gt_selected {
	background: transparent !important;
}
.gt_selected a {
	height: 24px !important;
	display: flex !important;
	align-items: center !important;
	border: none !important;
	color: #000 !important; 
	width: unset !important;
	transition: all .4s ease !important;
	font-weight: 500 !important; 
}
.gt_selected:hover a {
	color: var( --e-global-color-primary ) !important;
}
.gt_selected a img {
	display: none !important;
}
.gt_option {
	position: absolute !important;
	width: 60px !important;
	border: none !important;
    background: white !important;
}
.gt_option a {
	height: 24px !important; 
	display: flex !important;
	align-items: center !important;
	transition: all .4s ease !important;
	font-weight: 500 !important; 
}
.gt_option a:hover {
	color: var( --e-global-color-primary ) !important;
}
.gt_option a img { 
	display: none !important; 
}
.gt_option .gt_current {
	display: none !important;
}
