/*
Theme Name:   OMEF Child
Description:  Derivato da Hello (Elementor)
Author:           QUODE
Author URL:   https://quode.it
Template:         hello-elementor
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor
*/

@font-face {
  font-family: "Asap Condensed";
  font-weight: normal;
  src: url(/wp-content/uploads/2025/04/Asap_Condensed-Regular.ttf);
}

@font-face {
  font-family: "Asap Condensed";
  font-weight: bold;
  src: url(/wp-content/uploads/2025/04/Asap_Condensed-Bold.ttf);
}

@font-face {
  font-family: "Asap Condensed";
  font-weight: 600;
  src: url(/wp-content/uploads/2025/04/Asap_Condensed-SemiBold.ttf);
}

@media(min-width: 769px) {
	.hide-desk {
		display: none !important;
	}
}
@media (max-width: 768px) and (min-width: 577px) {
	.hide-tablet {
		display: none !important;
	}
}

@media(max-width: 576px) {
	.hide-mobile {
		display: none !important;
	}
}

.z-index-10 {
	z-index: 10;
	position: relative;
}

.z-index-20 {
	z-index: 20;
	position: relative;
}

.z-index-30 {
	z-index: 30;
	position: relative;
}

.z-index-top {
	z-index: 999999999;
	position: relative;
}

#header-cerca {
	background-color: transparent;
	color: #b0cb94ff;
	outline: none;
	padding: 0px;
	border: none;
	font-size: 13px;
}

#header-cerca::placeholder {
	color: #b0cb94ff;
	opacity: 1;
}

#header-cerca::-ms-input-placeholder { 
	color: #b0cb94ff
}

.header-lang-select .wpml-ls-legacy-dropdown a {
	background-color: #3B4247 !important;
	border: none;
	color: white !important;
	text-transform: uppercase;
}

.header-lang-select .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: unset;
    transform: translateX(10px);
}

.header-lang-select .wpml-ls-legacy-dropdown {
	width: fit-content;
}

.header-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: none
}

.header-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	color: #b0cb94ff !important;
	text-transform: uppercase;
}

.header-lang-select:hover .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
	border: 1px solid #b0cb94ff;
	border-bottom: none;
}

.header-lang-select .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 1px solid #b0cb94ff;
	border-top: none;
}

/*#header-menu-mobile .menu-opened .checkbox-toggle {
    position: fixed;
    top: 50px;
    right: 8px;
}

#header-menu-mobile .menu-opened .ue_hamburger.uc_animated_hamburger_icon {
    position: fixed;
    top: 50px;
    right: 8px;
}
*/
#header-menu-mobile .ue_inner_menu-box {
	margin-top: 50px;
}

#header-menu-mobile .menu-opened .ue_menu > div > div > div {
	max-width: 100%;
}

#header-menu-mobile .menu-opened #menu-menu-mobile {
	width: 100%;
}

#header-menu-mobile .menu-opened #menu-menu-mobile > li {
	border-bottom: 2px solid #5A5D62;
    margin: 0px !important;
    padding: 15px;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0);
}

#header-menu-mobile .menu-opened #menu-menu-mobile * {
	text-transform: uppercase !important;
}

#header-menu-mobile #hamburger-1 {
	outline: none !important;
}

.table-fixed .table-height-fix {
    height: 70px;
}

.table-fixed.table-accessori .table-height-fix {
    height: 110px;
}

.table-fixed {
	transform-origin: 0 0;
	transform: scale(1);
}

.table-container {
	position: relative;
	transform-origin: top left;
	overflow: hidden !important;
	display: flex;
    justify-content: flex-start;
}

.table-container.extended {
/*	overflow: visible !important;*/
}

.table-container.extended:after {
	display: none;
}


.table-container.zoomed.icon:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/omef-icon-animation-tab.gif);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center 25vw;
    cursor: pointer;
}

.table-container.expanded {
	overflow: scroll !important;
}

.table-container.expanded:after {
	display: none;
}

.table-container.expanded .sticky {
    position: sticky;
    left: 0;
    z-index: 100;
}

#contatti-btn {
	min-height: unset;
}

#risultati-ricerca .elementor-post__meta-data {
	display: none;
}

button.e-filter-item::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border: 1px solid rgb(59, 66, 71);
}

button.e-filter-item[aria-pressed="true"]::before {
	background-color: rgb(59, 66, 71);
}

#chisiamo-video {
	iframe { 
	  width: 100%;
	  aspect-ratio: 16 / 9;
	}
}