/*
Theme Name: Hello Child
Description: A lightweight child theme that extends the Parent Theme.
Author: Author
Author URI:   https://example.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-colors, custom-menu, responsive-layout
Text Domain: hello-elementor
*/


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html, body {
  overflow-x: hidden;
}

#gt_float_wrapper{
	left: 80px!important;
	bottom:10px!important;
}

/* ==== Sticky Header ===== */

header.elementor-location-header.header-sticky-active {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
}

/* Sfondo + ombra sul container che ha il background classic */
header.elementor-location-header .elementor-element-a1f923 {
  transition: background-color 0.3s ease !important; /* transizione controllata da noi */
}

header.elementor-location-header.header-sticky-active
  .elementor-element-a1f923 {
  background-color: rgb(76, 10, 6) !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12) !important;
}