/*
Theme Name: Raffinatabellezza.it
Theme URI: https://raffinatabellezza.it/
Description: HDG is a child theme of Hello Biz, created by HDG
Author: HDG
Author URI: https://hangar.it
Template: hello-biz
Version: 100.0
*/

* {
	text-rendering: optimizeLegibility;
}

a {
	outline: 0 !important;
}


*  {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}



/* RESET ELEMENTOR */
h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
}
p,
b,
a {
	margin: 0px;
	padding: 0px;
}
a:focus {
	outline: 0 !important;
}
input:focus {
	outline: 0 !important;
}
select:focus {
	outline: 0 !important;
}
button:focus {
	outline: 0 !important;
}
span {
	margin: 0px;
	padding: 0px;
}
input,
a,
button,
textarea {
	box-shadow: none !important;
	margin: 0px;
	padding: 0px;
	outline: 0 !important;
}


a,
a:hover {
	color: unset
}

.elementor-nav-menu--dropdown a:focus {
	background-color: transparent !important;
}


.btn-treatwell svg {
	height: 12px;
	width: auto;
}
.btn-arrow svg {
	width: 20px;
	fill: black;
}
.btn-arrow-white svg {
	width: 20px;
	fill: white;
} 



#team,
#trattamenti,
#dove-siamo,
#orari,
#contatti {
  scroll-margin-top: 65px; /* sostituisci con l’altezza del tuo header */
}



@media only screen and (max-width: 1024px) {
	
	#team,
	#trattamenti,
	#dove-siamo,
	#orari,
	#contatti {
	  scroll-margin-top: 115px; /* sostituisci con l’altezza del tuo header */
	}
	
}

@media only screen and (max-width: 767px) {
	
	#team,
	#trattamenti,
	#dove-siamo,
	#orari,
	#contatti {
	  scroll-margin-top: 127px; /* sostituisci con l’altezza del tuo header */
	}
	
}