/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

.elementor-3543 .elementor-element.elementor-element-f1f5d25 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ) {
    background: #000000!important;
}

/* lang */

/* .wpml_language_switcher {
    position: fixed;
    top: 50%;
    right: -3%;
    transition: 1s right;
}

.wpml_language_switcher .my-custom-switcher li.my-custom-switcher-item span {
    color: #130D01;
    transition: color 0.3s;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.wpml_language_switcher .my-custom-switcher li.my-custom-switcher-item.active {
    opacity: .5;
}

.wpml_language_switcher ul {
    margin: 0!important;
    padding: 0;
    padding-left: 5px;
}

.wpml_language_switcher:hover {
    right: 0;
    
} */

/* lang - flags dropdown */

/* .wpml-lang-dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	z-index: 999;
	min-width: 24px;
}

.wpml-lang-current img {
	width: 44px;
	height: auto;
	vertical-align: middle;
}

.wpml-lang-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	list-style: none;
	margin: 5px 0 0 0;
	padding: 5px 0;
	min-width: 40px;
}

.wpml-lang-dropdown:hover .wpml-lang-list {
	display: block;
}

.wpml-lang-list li {
	padding: 4px 10px;
	text-align: center;
}

.wpml-lang-list li:hover {
	background: #f5f5f5;
}

.wpml-lang-list li a {
	display: block;
}

.wpml-lang-list li img {
	width: 44px;
	height: auto;
} */