/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

/* Sovrascrive lo stile inline degli H2 nello slider */
#fusion-slider-45 .fusion-title h2,
#fusion-slider-46 .fusion-title h2,
#fusion-slider-47 .fusion-title h2 {
  font-size: 3rem !important;
  line-height: 1.2 !important;
}

/* Schermi medi (tablet) */
@media screen and (max-width: 1024px) {
  #fusion-slider-45 .fusion-title h2,
  #fusion-slider-46 .fusion-title h2,
  #fusion-slider-47 .fusion-title h2 {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }
}

/* Schermi piccoli (mobile) */
@media screen and (max-width: 768px) {
  #fusion-slider-45 .fusion-title h2,
  #fusion-slider-46 .fusion-title h2,
  #fusion-slider-47 .fusion-title h2 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }
}

/* Schermi molto piccoli (smartphone) */
@media screen and (max-width: 480px) {
  #fusion-slider-45 .fusion-title h2,
  #fusion-slider-46 .fusion-title h2,
  #fusion-slider-47 .fusion-title h2 {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
  }
}

/* TUTTE le slide */
#fusion-slider-45 .slides > li,
#fusion-slider-46 .slides > li,
#fusion-slider-47 .slides > li {
  position: relative;
}

/* Overlay scuro */
#fusion-slider-45 .slides > li .background::before,
#fusion-slider-46 .slides > li .background::before,
#fusion-slider-47 .slides > li .background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

/* Effetto pixel/griglia */
#fusion-slider-45 .slides > li .background::after,
#fusion-slider-46 .slides > li .background::after,
#fusion-slider-47 .slides > li .background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: -1px -1px;
}

/* Contenuto SOPRA tutto */
#fusion-slider-45 .slides > li .slide-content,
#fusion-slider-45 .slides > li .buttons,
#fusion-slider-46 .slides > li .slide-content,
#fusion-slider-46 .slides > li .buttons,
#fusion-slider-47 .slides > li .slide-content,
#fusion-slider-47 .slides > li .buttons {
  position: relative;
  z-index: 3;
}