/* moved from header.php */

#spanSelectLngDesk,
#spanSelectLngMob {
    color: white;
    cursor: pointer;
}
.ilTranslationBox,
.ilTranslationBoxMob {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 5px;
}
.ilTranslationBox:before,
.ilTranslationBoxMob:before {
	content: " ";
	background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='https://e8518669-bd2f-48cb-ab68-2f330cc5d6ae.p.bardy.io/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Artboard1' x='0' y='0' width='100' height='100' style='fill:none;'/%3E%3Cpath d='M50, 0c27.596, 0 50, 22.404 50, 50c0, 27.596 -22.404, 50 -50, 50c-27.596, 0 -50, -22.404 -50, -50c0, -27.596 22.404, -50 50, -50Zm14.367, 79.498l-28.734, 0c3.432, 5.888 7.991, 11.185 13.674, 15.497c0.231, 0.003 0.462, 0.005 0.693, 0.005c0.231, 0 0.462, -0.002 0.693, -0.005c5.683, -4.312 10.241, -9.608 13.674, -15.497Zm-34.393, 0l-13.947, 0c6.287, 7.232 14.842, 12.441 24.552, 14.512c-4.329, -4.308 -7.863, -9.218 -10.605, -14.512Zm53.999, 0l-13.947, 0c-2.74, 5.291 -6.275, 10.203 -10.605, 14.512c9.711, -2.072 18.266, -7.281 24.552, -14.512Zm-61.038, -26.998l-17.867, 0c0.444, 8.083 3.025, 15.601 7.187, 21.998l15.409, 0c-2.855, -6.985 -4.431, -14.47 -4.729, -21.998Zm49.218, 0l-44.306, 0c0.327, 7.571 2.061, 15.087 5.202, 21.998l33.902, 0c3.141, -6.912 4.875, -14.427 5.202, -21.998Zm22.779, 0l-17.867, 0c-0.298, 7.529 -1.874, 15.013 -4.729, 21.998l15.409, 0c4.162, -6.395 6.743, -13.913 7.187, -21.998Zm-67.356, -26.998l-15.321, 0c-4.162, 6.395 -6.743, 13.913 -7.187, 21.998l17.857, 0c0.269, -7.54 1.819, -15.025 4.651, -21.998Zm39.47, 0l-34.092, 0c-3.12, 6.902 -4.825, 14.42 -5.118, 21.998l44.328, 0c-0.294, -7.582 -1.999, -15.099 -5.118, -21.998Zm20.699, 0l-15.321, 0c2.832, 6.974 4.382, 14.458 4.651, 21.998l17.857, 0c-0.444, -8.083 -3.025, -15.601 -7.187, -21.998Zm-47.272, -19.49c-9.667, 2.088 -18.183, 7.285 -24.446, 14.49l13.848, 0c2.732, -5.293 6.265, -10.198 10.598, -14.49Zm10.252, -1.006c-0.244, -0.004 -0.484, -0.006 -0.725, -0.006c-0.241, 0 -0.481, 0.002 -0.725, 0.006c-5.727, 4.289 -10.308, 9.587 -13.747, 15.496l28.944, 0c-3.438, -5.909 -8.02, -11.208 -13.747, -15.496Zm8.802, 1.006c4.335, 4.293 7.868, 9.199 10.598, 14.49l13.848, 0c-6.264, -7.206 -14.779, -12.403 -24.446, -14.49Z' style='fill:%23fff;'/%3E%3C/svg%3E");
	display: block;
	width: 20px;
	height: 20px;
}

.ilTBoxSeparator {
	height: 21px;
	width: 2px;
	background-color: white;
	margin-right: 10px;
	margin-top: 7px;
	float: left;
}

.selectLng {
	border: none;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 21px;
	font-weight: 700;
	-webkit-text-size-adjust: 100%;
	background-color: transparent;
	color: white;
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}

.selectLng option {
	font-size: 16px;
	margin-left: 5px;
}

.selectLng:hover {
	background-color: transparent;
	color: white;
}

.selectLng:focus {
	background-color: transparent;
	color: white;
}

.selectLng option {
	background-color: transparent;
	color: black;
}

.selectLng:invalid,
.selectLng option[value=""] {
	color: #FFF;
}

/* For IE10 */
.selectLng::-ms-expand {
	display: none;
}

/*MOBILE*/
@media(max-width: 980px) {
	#et_mobile_nav_menu {
		display: flex !important;
		gap: 20px;
	}
	.et_menu_container {
		display: flex;
		flex-direction: row;
		align-items: center;
		align-content: center;
		justify-content: space-between;
		padding: 5px 0;
	}
	.et_menu_container.clearfix:after {
		display: none;
	}
	.logo_container {
		width: 70px !important;
		position: relative !important;
	}
	span.logo_helper {
		display: none;
	}
	#et_mobile_nav_menu {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding: 10px 0;
	}
}
.mobile_menu_bar.mobile_menu_bar_toggle {
	padding: 0 !important;
}
.et_mobile_menu {
	top: 70px;
}
.selectLngMob {
	border: none;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	-webkit-text-size-adjust: 100%;
	background-color: transparent;
	color: white;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-right: 20px;
}

.selectLngMob option {
	font-size: 16px;
	margin-left: 5px;
}

.selectLngMob:hover {
	background-color: transparent;
	color: white;
}

.selectLngMob:focus {
	background-color: transparent;
	color: white;
}

.selectLngMob option {
	background-color: transparent;
	color: black;
}

.selectLngMob:invalid,
.selectLngMob option[value=""] {
	color: #FFF;
	display: none;
}

/* For IE10 */
.selectLngMob::-ms-expand {
	display: none;
}

/*Added for browser compatibility*/
[hidden] {
	display: none;
}

/* Cris' Temporary Solution */
#selectLng,
#selectLngMob{
    display: none !important;
}