/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.informativa_privacy {
	height: 100px;
	overflow-y: scroll;
	padding:10px;
	border: 1px solid #d0d5d7;
	display:none;
	background: #eee;
  font-size:9px;
	margin-bottom:10px;
  width: 100%;
}
.informativa_privacy h4 {
	font-size: 12px;
	margin-bottom:10px;
	text-transform: uppercase;
}
.exopite-sof-section-header {
  display: none !important;
}
.privacy-standard-checkbox {
	display: inline-block;
}
.privacy-standard-not-valid-tip {
	display: none;
	color: #f44f55;
	font-size: 11px;
	line-height: 11px;
	padding: 0 15px;
	/* margin-top: -30px; */
	text-align: right;
}
.privacy-standard.wpcf7-not-valid .first .wpcf7-list-item-label {
	color: #f44f55 !important;
}
.wpcf7-privacy p,
.wpcf7-privacy .wpcf7-list-item {
	font-size: 11px !important;
	margin-bottom: 10px !important;
}
.wpcf7-privacy .wpcf7-not-valid-tip {
	margin-top: -24px !important;
	display:none !important;
}
p.consenso-1 {
  margin-bottom: 0 !important;
}
.privacy-standard .last label > span {
	color: #36353c !important;
}
.toggle-privacy-nam {
	max-width: 640px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.toggle-privacy-nam .informativa.wpcf7-privacy.gf-privacy {
	max-width: 640px;
}
.toggle-privacy-nam .wpcf7-not-valid-tip {
	margin-top: -25px;
}
body.page-template-default .informativa_content {
	padding-top: 110px;
	padding-bottom: 50px;
	text-align: justify;
}
#privacy_policy_page a, #cookie_policy_page a, #informativa_privacy_page a {
	text-decoration: underline;
	color: #000;
}
.versioning {
	font-size: 10px;
	text-align: right;
	font-style: italic;
}
ol.policy-ol ul li:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
	.toggle-privacy-nam .wpcf7-not-valid-tip {
		display: inline-block;
	}
}
