/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778665828
Updated: 2026-05-13 09:50:28

*/


.site-header{
  background: #fff;
  z-index: 9999 !important;
  transition: box-shadow .35s ease;
}

.site-header.is-sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.header-top{
  min-height: 90px;
  transition: min-height .35s ease, padding .35s ease;
}

.site-header.is-sticky .header-top{
  min-height: 70px;
}

.site-logo img{
  transition: width .35s ease, transform .35s ease;
}

.site-header.is-sticky .site-logo{
  width: 110px;
}

.site-header.is-sticky .site-logo{
  width: 110px;
}

.header-bottom{
  overflow: hidden;
  max-height: 80px; /* metti un valore leggermente più alto dell'altezza reale menu */
  opacity: 1;
  transition:
    max-height .35s ease,
    opacity .25s ease,
    padding .35s ease,
    margin .35s ease;
}

.site-header.is-sticky.scroll-down .header-bottom{
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.site-header.is-sticky.scroll-up .header-bottom{
  max-height: 80px;
  opacity: 1;
}

/********** FORM **********/
.privacy-checkbox .wpcf7-list-item {
	margin-left: 0
}

.privacy-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.privacy-checkbox .wpcf7-list-item label input {
	margin-bottom: 0 !important;
}

.privacy-checkbox .wpcf7-list-item-label {
	margin-left: 5px !important;
}

.privacy-checkbox .wpcf7-list-item label a:hover {
	text-decoration: underline;
}

.wpcf7-submit {
	width: 100%
}

.flex-input {
	display: flex;
  gap: 20px;
	margin-bottom: 0 !important
}