/* ===================================
	Polylang - Multilingual Plugin
====================================== */
.elementor-widget .pll-switcher-select {
	font-size: 17px;
	letter-spacing: -0.5px;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 0 16px;
}
.elementor-widget .pll-switcher-select option {
	color: var( --e-global-color-secondary, #232323 );
}
.elementor-widget-wp-widget-polylang h5 {
	font-size: 19px;
	line-height: normal;
	font-weight: 500;
	margin-bottom: 10px;
}
.elementor-widget-wp-widget-polylang nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.elementor-widget-wp-widget-polylang nav ul .lang-item span {
	margin-left: 10px !important;
}
.elementor-widget-wp-widget-polylang nav ul .lang-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px 0;
}
.elementor-widget-wp-widget-polylang nav ul .lang-item.current-lang a {
	color: var( --e-global-color-secondary, #232323 );
}

/* Responsive CSS Here */
@media (max-width: 991px) {
	.elementor-widget .pll-switcher-select {
		color: var( --e-global-color-secondary, #232323 );
		padding: 0 10px;
	}
}