/* GENERAL */
a {
	color: #7a7a7a;
	font-weight: 500;
} 

a:hover {
	color: #0f4379;
	text-decoration: underline;
} 

.marginbottom24,
.stosapointcomo {
	margin-bottom: 24px !important;
}

.marginbottom18 {
	margin-bottom: 18px !important;
}

.marginbottom12 {
	margin-bottom: 12px !important;
}

.marginbottom10 {
	margin-bottom: 10px !important;
}

.montserrat {
	font-family: 'Montserrat', sans-serif
}

/* Menu sticky */
.qodef-header-navigation > .menu-prenota-appuntamento-2 > ul > li > a,
.qodef-header-navigation > menu-prenota-appuntamento-2 > ul > li > a:hover {
	color: #0f4379;
}

.qodef-header-sticky {
  height: 60px;
  /*background-color: rgba(34, 34, 35, 0.7);*/
	background-color: rgba(0, 0, 0, 0.9);
	
}

#qodef-page-header .qodef-header-sticky  .qodef-header-logo-link {
  height: 50px;
}


/* Menu mobile */
#qodef-page-mobile-header {
  height: 60px;
}


/* Contact From */
.wpcf7-list-item {
  margin: 0;
}

/* Schiarisce il placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
  color: #9a9a9a !important;
	font-weight: 500;
}

.telefono {
	margin-bottom: 12px;
}