/* Dovrebbero essere riportati nel tema */

@media screen and (max-width: 600px) {
	h1 {
	    font-size: 2.2rem;
	}
	.webform-custom-options-buttons .webform-custom-options-button {
    width: auto;
	}
	
}

#header{
	position: sticky;
	top: 0;
	z-index: 101;
}

#navbar-top{
	margin: 0;
	padding: 0;
}

#mobile_top{
	margin-top: 2rem;
}


input.hidden_custom_field{
	display: none;
}