/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html {
  font-size: 16px;
}

.header-blur{
	backdrop-filter: blur(32px);          /* Applica il blur allo sfondo */
    -webkit-backdrop-filter: blur(32px); 
}
.button-blur{
	backdrop-filter: blur(10px);          /* Applica il blur allo sfondo */
    -webkit-backdrop-filter: blur(56px); 
}

.form-prenote .elementor-form-fields-wrapper  {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}


@media (max-width: 1024px) {
	html {
  	font-size: 14px;
	}
  .form-prenote .elementor-form-fields-wrapper {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 767px) {
	html {
  	font-size:14px;
	}
  .form-prenote .elementor-form-fields-wrapper {
    flex-wrap: wrap !important;
  }
}

body {
  user-select: none;         /* Impedisce la selezione del testo */
}

.allow-select, .allow-select * {
  -webkit-user-select: text; /* Safari */
  -ms-user-select: text; /* IE 10 and IE 11 */
  user-select: text; /* Standard syntax */
}

img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;   /* Safari / old WebKit */
  -khtml-user-drag: none;    /* Konqueror (vecchio) */
  -moz-user-select: none;    /* Firefox */
  -webkit-user-select: none; /* Safari / Chrome */
  -ms-user-select: none;     /* IE/Edge */
  draggable: false;          /* Non standard, ma utile come fallback */
}
