/* 
Theme Name: Hello Elementor Child
Theme URI: 
Description: L'Altro...
Author: 
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: 
License URI: 
Tags: 
*/

/* padding elementor*/

.ele-section-inline {
 padding-inline: clamp(1.25rem, 1.005rem + 1.089vw, 1.875rem) !important;
}
.ele-section-header {
 padding-inline: clamp(1.25rem, 1.005rem + 1.089vw, 1.875rem)!important;
}

.ele-section-30 {
 padding-block: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
 padding-inline: clamp(1.25rem, 1.005rem + 1.089vw, 1.875rem) !important;
}

.ele-section-60 {
 padding-block: clamp(3.75rem, 3.75rem + 0vw, 3.75rem);
 padding-inline: clamp(1.25rem, 1.005rem + 1.089vw, 1.875rem) !important;
}

.ele-section-90 {
 padding-block: clamp(5.625rem, 5.625rem + 0vw, 5.625rem);
 padding-inline: clamp(1.25rem, 1.005rem + 1.089vw, 1.875rem) !important;
}

.ele-section-120 {
 padding-block: clamp(7.5rem, 7.5rem + 0vw, 7.5rem);
 padding-inline: clamp(1.25rem, 1.005rem + 1.089vw, 1.875rem) !important;
}



/* fine padding elementor*/

/* edit the hamburger and close icon colors here */

.lytbox-button {
  --hamburger-color: #FFFFFF;
  --close-x-color: #FFFFFF;
  display: block;
  height: 18px;
  cursor: pointer;
  position: relative;
  z-index: 101;
}


/* must add in elementor template ID number to make the menu full width */
.elementor-34 {
  width: 100%;
}




/* end editing */

.lytbox-navigation {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(100%);
  overflow: hidden;
  transition: transform 0.2s;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.lytbox-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}




/* toggle hamburger*/

.lytbox-button .hamburguer {
  position: relative;
}

.lytbox-button .hamburguer span{
  display: block;
  height: 2px;
  width: 24px;
  background: var(--hamburger-color);
  transform-origin: 50% 50%;
  transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
  transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
  transform: translate(0, 12px);
    
}

.lytbox-nav_control {
  position: absolute;
  left: -9999px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked~.lytbox-navigation {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
  transition: all 0.1s 0s ease;
}

.lytbox-button1 .hamburguer {
  position: relative;
}

.lytbox-button1 .hamburguer span{
  display: block;
  height: 2px;
  width: 24px;
  background: var(--hamburger-color);
  transform-origin: 50% 50%;
  transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button1 .hamburguer span:nth-child(2) {
  transform: translate(0, 6px);
}

.lytbox-button1 .hamburguer span:nth-child(3) {
  transform: translate(0, 12px);
    
}
.lytbox-nav_control:checked~.lytbox-button1 .hamburguer {
  transition: all 0.1s 0s ease;
}




/* closed X */

.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
  background: var(--close-x-color);
  transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {
  opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {
  transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {
  transform: translate(0, 4px) rotate(-45deg);

}
.lytbox-nav_control:checked~.lytbox-button1 .hamburguer span {
  background: var(--close-x-color);
  transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button1 .hamburguer span:first-child {
  opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button1  .hamburguer span:nth-child(2) {
  transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button1 .hamburguer span:nth-child(3) {
  transform: translate(0, 4px) rotate(-45deg);

}
/* closed X */

.marquee {
  overflow: hidden;
  display: flex;
}

.marquee h3 {
  white-space: nowrap;
}
.marquee2 {
  overflow: hidden;
  display: flex;
}
.marquee2 h1 {
  white-space: nowrap;
}
.marquee2 h3 {
  white-space: nowrap;
}
.marquee3 {
  overflow: hidden;
  display: flex;
}
.marquee3 h3 {
  white-space: nowrap;
}
.marquee3 h1 {
  white-space: nowrap;
}
.marquee4 {
  overflow: hidden;
  display: flex;
}
.marquee4 h3 {
  white-space: nowrap;
}

span.space-text {
  margin: 0 200px;
}
.link-bianco a{ color: #ffffff;}

.wpml-ls-legacy-list-horizontal {
    padding: 0px;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 10px 6px 0;
}