/*
Theme Name: Quality Park
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema custom per Quality Park
Author: Green.Click Italia
Author URI: https://www.greenclickmedia.it/
Template: hello-elementor
Version: 2.0.0
Text Domain: quality-park
*/

/* Add your custom styles here */

html {
  scroll-behavior: smooth;
}
html[lang="en-US"] .hide-it,
html[lang="it-IT"] .hide-en {display:none;}

.country-select {
  width: 100%;
}
.country-select  .country-list {min-width:260px;}
.elementor-form .elementor-field-required:not(.elementor-field-type-acceptance)::before {
  content: "*";
  position: absolute;
  color: red;
  right: 20px;
  top: 0px;
  font-size: 20px;
	z-index: 1;
}