/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Contenitore per allineamento orizzontale */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #c9a261 !important;
  border-top: none !important;
}


.wpml-dropdown-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    cursor: pointer;
}

/* Dropdown minimal trasparente */
.wpml-dropdown-minimal {
    background: transparent;
    border: none;
    color: #594022; /* colore IT/EN */
    font-size: 14px;
    font-family: inherit;
    padding: 0 20px 0 0; /* spazio a destra per la freccia */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    text-align: center;
}

/* Nessun effetto al focus */
.wpml-dropdown-minimal:focus {
    outline: none;
    box-shadow: none;
}

/* Opzioni dropdown minimal */
.wpml-dropdown-minimal option {
    background: transparent;
    color: #594022;
}

/* Icona freccia minimal */
.wpml-dropdown-arrow {
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #594022;
    pointer-events: none; /* clicca solo sul select */
}


.elementor-sub-item:hover {
  background-color: transparent !important;
}
.elementor-nav-menu--dropdown {
  background-color: transparent !important;
}
.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item{
padding: 0px 11px !important;
  color: var( --e-global-color-secondary );
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
	line-height: 2px;
}
header, .elementor-location-header {
  padding-top: env(safe-area-inset-top);
}
header, .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

header, .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding-top: env(safe-area-inset-top);
}
#checkout::before {
  content: attr(placeholder);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

#checkout:valid::before,
#checkout:focus::before {
  content: "";
}



div.elementor-swiper-button.elementor-swiper-button-prev {
	background: #5F99CF !important;
  	border-radius: 50px;
	padding: 6px;
}
div.elementor-swiper-button.elementor-swiper-button-next {
	background: #5F99CF !important;
  	border-radius: 50px;
	padding: 10px;
}
	
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 15px;
}
.elementor-image-box-content h3.elementor-image-box-title{
	  margin-bottom: 10px !important;
}
#colored {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#colored > * {
  position: relative;
  z-index: 1;
}


#colored::before,
#colored::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* gradiente 1 */
#colored::before {
  background: linear-gradient(135deg, #ddf0f8 0%, #99bfe1 100%);
  animation: fadeA 10s ease-in-out infinite;
}

/* gradiente 2 */
#colored::after {
  background: linear-gradient(135deg, #ddf0f7 0%, #d4ba8e 100%);
  animation: fadeB 10s ease-in-out infinite;
}

@keyframes fadeA {
  0%   { opacity: 0.8; }
  50%  { opacity: 0; } /* dopo 5s è opaco */
  100% { opacity: 0.8; }
}
@keyframes fadeB {
  0%   { opacity: 0; }
  50%  { opacity: 0.8; } /* dopo 5s è visibile */
  100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  #colored::before,
  #colored::after {
    animation: none;
    opacity: 0.8;
  }
}
