/*
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
*/

html, body {
    overflow-x: hidden;
    width: 100%;
}

.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;
}

a {
	text-decoration: none !important;
}

/* DISABILITA' HOVER/ACTIVE NEL MENU QUANDO SI SCROLLA */
.hfe-nav-menu .menu-item a.hfe-menu-item:focus {
    color: inherit !important;
    outline: none !important;
}

.hfe-nav-menu .menu-item.current-menu-item a.hfe-menu-item,
.hfe-nav-menu .menu-item.current-menu-ancestor a.hfe-menu-item {
    color: inherit !important;
}
/* DISABILITA' HOVER/ACTIVE NEL MENU QUANDO SI SCROLLA */

.legal-menu .elementor-nav-menu--main .elementor-nav-menu a{
	padding-left: 0px;
	padding-bottom: 5px;
}

.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none;
}

/* FA ANDARE A CAPO IL TITOLO DELLA SEZIONE DA MOBILE */
.titolo-mobile {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
/* FA ANDARE A CAPO IL TITOLO DELLA SEZIONE DA MOBILE */

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 25px;
}