/* Language Switcher */
.whb-language .nice-select {
	margin: 0;
}

.whb-language .nice-select .current {
	line-height: 3.3;
}

.whb-language .nice-select .current {
	line-height: 3.3;
}

.whb-language .header-language-list {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.whb-language .header-language-list ul {
	margin: 0;
}

.wpml-ls-legacy-dropdown-click a {
	display: initial;
	padding: 0;
}

.wpml-ls-statics-shortcode_actions,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
	background-color: transparent !important;
	border-color: transparent;
	width: auto;
}

.wpml-ls-statics-shortcode_actions a {
	background-color: transparent;
	border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	font-family: 'themify';
	content: "\e64b";
	border: none;
	top: calc(50% - .370em);
	font-size: 12px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
	border: 1px solid #ccc;
	position: relative;
	background: #fff;
	padding: 2px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	padding: 10px;
	text-align: center;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:before,
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	top: -4px;
	content: '';
	right: 9px;
	margin-left: -9px;
	position: absolute;
	z-index: 999;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:before {
	border-left: 6px solid rgba(101, 101, 101, 0);
	border-right: 6px solid rgba(93, 93, 93, 0);
	border-bottom: 6px solid;
	border-bottom-color: #ccc;
	top: -6px;
	margin-left: -9px;
	z-index: 99;
}

.wn-polylang-switcher-inline li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.wn-polylang-switcher-inline li a {
	color: #222;
}

.wn-polylang-switcher-dropdown select {
	width: auto;
	margin: 0;
}