/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.lang-switcher .lang-item a {
	text-transform: uppercase;
	color: #4A4A49;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}
.elementor-widget-container .lang-item {
	display: inline-flex;
	align-items: center;
	list-style: none;
}
.elementor-widget-container .lang-item + .lang-item {
	margin-left: 6px;
}
.lang-link::before {
	content: '|';
	font-size: 0.9em;
	left: 0px;
	position: relative;
	margin-right: 6px;
	margin-left: 5px;
	color: #4A4A49;
}
.lang-switcher .elementor-shortcode {
	display: none;
}
