/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/




/*
*** Inizio Regole Generiche
*/

:root {
	--main-color: #F8A145;
	--main-hover-color: #F78245;
	--main-light-color: #F7BA45;
	--secondary-color: #2a295f;
	--secondary-hover-color: #1e1e45;
	--bold-color: #333333;
	--text-color: #6a6a6a;
	--text-variant-color: #333333;
	--main-bg-color: #ffffff;
	--alternate-bg-color: rgba(114,119,125,0.08);
	--main-border-color: rgba(0,0,0,0.12);
	--arancio-c: #ff8d00;
	--arancio: #f4891e;
	--arancio-s: #ff7200;
	--rosso: #e81b2b;
	--rosso-s: #bf2633;
	--grigio-c: #f2f2f2;
	--grigio: #dddddd;
	--grigio-s: #666666;
	--giallo: #eace2b;
	--verde: #19a34f;
	--celeste: #459fe3;
	--bianco: #ffffff;
	--nero: #1a1a1a;
	--nero-s: #000000;
	--font-base: 'Open Sans', sans-serif;
	--font-titoli: 'Assistant', sans-serif;
}
* {
	font-family: var(--font-base);
	letter-spacing: 0.5px;
	/*font-size: 16px;
	line-height: 22px;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-titoli);
	/*font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;*/
}
h1,
h2,
h3 {
	/*font-weight: bold;*/
}
h1 {
	/*font-size: 40px;
	line-height: 46px;*/
}
h2 {
	/*font-size: 32px;
	line-height: 38px;*/
}
h3 {
	/*font-size: 24px;
	line-height: 30px;*/
}
h4 {
	/*font-size: 20px;
	line-height: 26px;*/
}
h5 {
	/*font-size: 16px;
	line-height: 22px;*/
}
h6 {
	/*font-size: 14px;
	line-height: 20px;*/
}
h1 strong,
h2 strong,
h3 strong {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	font-family: inherit;
	color: var(--text-variant-color);
}
b,
strong {
	font-weight: bold;
}
p {
	
}
.text-lowercase,
.text-lowercase.uvc-heading * {
	text-transform: lowercase !important;
}
.text-uppercase,
.text-uppercase.uvc-heading * {
	text-transform: uppercase !important;
}
.text-capitalize,
.text-capitalize.uvc-heading * {
	text-transform: capitalize !important;
}
.evidenza {
	font-family: var(--font-base);
	font-weight: bold;
}
.nav-link {
	font-family: var(--font-base);
	font-weight: bold;
}
/*a.same-logo picture,
.mobile-branding a.sticky-logo picture,
.mobile-branding a.same-logo picture {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.branding a.sticky-logo img,
.branding a.same-logo img {
	max-height: 65px;
	width: auto;
}
.mobile-branding a.sticky-logo img,
.mobile-branding a.same-logo img {
	max-width: 160px;
}
.logo-box a img {
	max-height: 60px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sticky-on .branding a.same-logo img {
	max-height: 50px;
	width: auto;
}
.mobile-branding a.sticky-logo img,
.mobile-branding a.same-logo img,
.sticky-mobile-on .mobile-branding a img {
	max-height: 80px;
	width: auto;
}
.sticky-mobile-on .mobile-branding a img {
	max-height: 60px;
}
.mobile-mini-widgets-in-menu {
	padding: 15px 0px;
}
.dt-mobile-header .mobile-mini-widgets-in-menu .mini-contacts,
.dt-mobile-header .mobile-mini-widgets-in-menu .soc-ico {
	margin-right: 0;
	width: 100%;
}
.dt-mobile-header .mobile-mini-widgets-in-menu .mini-contacts {
	margin-bottom: 15px;
}
.dt-mobile-header .mobile-mini-widgets-in-menu .mini-contacts:last-child {
	margin-bottom: 0px;
}
.dt-mobile-header .mobile-mini-widgets-in-menu .soc-ico {
	margin-top: 15px;
}*/
/*
*** Fine Regole Generiche
*/


/*
*** Inizio Colori Base
*/
.arancio-c {
	color: var(--arancio-c) !important;
}
.arancio-s {
	color: var(--arancio-s) !important;
}
.rosso-s {
	color: var(--rosso-s) !important;
}
.grigio-c {
	color: var(--grigio-c) !important;
}
.giallo {
	color: var(--giallo) !important;
}
.bianco {
	color: var(--bianco) !important;
}
.nero {
	color: var(--nero) !important;
}
.bg-arancio-c {
	background-color: var(--arancio-c) !important;
}
.bg-arancio-s {
	background-color: var(--arancio-s) !important;
}
.bg-rosso-s {
	background-color: var(--rosso-s) !important;
}
.bg-grigio-c {
	background-color: var(--grigio-c) !important;
}
.bg-giallo {
	background-color: var(--giallo) !important;
}
.bg-bianco {
	background-color: var(--bianco) !important;
}
.bg-nero {
	background-color: var(--nero) !important;
}
.bg-trasparente {
	background-color: transparent !important;
}
.bordo-arancio-c {
	border-color: var(--arancio-c) !important;
}
.bordo-arancio-s {
	border-color: var(--arancio-sc) !important;
}
.bordo-rosso-s {
	border-color: var(--rosso-s) !important;
}
.bordo-grigio-c {
	border-color: var(--grigio-c) !important;
}
.bordo-giallo {
	border-color: var(--giallo) !important;
}
.bordo-bianco {
	border-color: var(--bianco) !important;
}
.bordo-nero {
	border-color: var(--nero) !important;
}
/*
*** Fine Colori Base
*/


/*
*** Inizio Regole Iframe 100%
*/
.iframe-container .wpb_wrapper {
	overflow: hidden;
	/*padding-top: 67%;*//* 3:2 */
	padding-top: 75%;/* 4:3; */
	position: relative;
}
#iframe-mappa.iframe-container .wpb_wrapper {
	padding-top: 50vh;
}
.iframe-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0;
}
/*
*** Fine  Regole Iframe 100%
*/


/*
*** Inizio Correzioni Webp/picture
*/
picture {
	display: block;
	width: 100%;
	height: 100%;
}
/*
*** Fine Correzioni Webp/picture
*/


/*
*** Inizio Regole Logo
*/
.transparent-header:not(.the7-e-sticky-effects) img {
	filter: invert(100%);
}
/*
*** Fine Regole Logo
*/


/*
*** Inizio Regole Box immagine con testo hover
*/
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper {
	position: relative;
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .elementor-image-div {
	margin-bottom: 0;
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover,
.elementor-widget-the7_image_box_widget.box-img-txt-hover .elementor-widget-container,
.elementor-widget-the7_image_box_widget.box-img-txt-hover .the7-box-wrapper,
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper,
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .elementor-image-div,
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .elementor-image-div .img-css-resize-wrapper {
	height: 100%;
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .elementor-image-div img {
	height: 100%;
	object-fit: cover;
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .box-content {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .box-content::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-hover:hover .box-content-wrapper .box-content::before {
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.4);
}
.elementor-widget-the7_image_box_widget.box-img-txt-hover .box-content-wrapper .box-content .box-heading {
	z-index: 1;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
/*
*** Fine Regole Box immagine con testo hover
*/


/*
*** Inizio Regole Box Hidden Button
*/
.elementor-element.box_hidden_button .the7-box-grid-wrapper .the7-icon-box-grid {
	position: relative;
}
.elementor-element.box_hidden_button .the7-box-grid-wrapper .the7-icon-box-grid .box-button {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	color: transparent;
	background-color: transparent;
}
.elementor-element.box_hidden_button .the7-box-grid-wrapper .the7-icon-box-grid .box-button::selection {
	color: transparent;
	background-color: transparent;
}
/*
*** Fine Inizio Regole Box Hidden Button
*/


/*
*** Inizio Regole Focus corso
*/
#focus_corso .the7-box-grid-wrapper .box-button {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	color: transparent;
	background-color: transparent;
}
#focus_corso .the7-box-grid-wrapper .box-button::selection {
	color: transparent;
	background-color: transparent;
}
/*
*** Fine Regole Focus corso
*/


/*
*** Inzio Regole Filtri Tassonomie
*/
.riga_lista_cat {

}
.col_lista_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col_lista_cat ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	list-style-type: none;
}
.col_lista_cat ul li {
	/*flex-grow: 1;*/
	text-align: center;
	margin: 5px 5px 5px 5px;
}
.col_lista_cat ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 7.5px 10px;
	color: var(--nero);
	font-size: 15px;
	line-height: 1.2em;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.col_lista_cat ul li a:hover {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.col_lista_cat ul li a.current_cat {
	/*color: #ffffff;
	background-color: #444444;
	border-color: #444444;*/
}
.col_lista_cat ul li a::after {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -100%;
	z-index: 0;
	background-color: var(--main-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.col_lista_cat ul li a:hover::after,
.col_lista_cat ul li a.current_cat::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/*
*** Fine Regole Filtri Tassonomie
*/


/*
*** Inizio Regole Masonry testimonianze
*/
/*.masonry-testimonianze .e-gallery-masonry .e-gallery-item {
	padding: 15px;
	background-color: var(--bianco);
}*/
/*
*** Fine Regole Masonry testimonianze
*/


/*
*** Inizio Regole Modale Contatti
*/
.jquery-modal.blocker {
	z-index: 999999;
	background-color: rgba(0,0,0,.5);
}
.jquery-modal .modal {
	width: 100%;
	max-width: 768px;
	background-color: var(--bianco);
	border-radius: unset;
	padding: 0;
}
.modale_contatti .modal-header {
	display: block;
	position: relative;
	padding: 15px 50px;
	background-color: var(--main-bg-color);
	border-radius: 0;
	border: unset;
}
.modale_contatti .modal-body {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.modale_contatti .modal-title {
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 0;
}
.modale_contatti .modal-subtitle {
	color: var(--main-color);
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	margin: 3px auto 0px;
}
.modale_contatti .modal-body {
	background-color: inherit;
}
.col_desc_prodotto .modale_contatti .cont_btn {
	border-top: none;
	flex-wrap: wrap;
}

.modale_contatti.kayboard_open .modal-content {
	/*height: 270px;*/
	height: 100vh;
	overflow-y: scroll;
}
/*
*** Fine Regole Modale Contatti
*/


/*
*** Regole Modulo Contatto
*/
/*.wpcf7 {
	padding: 0 !important;
}
.wpcf7 form {
	width: 100%;
	display: block;
	float: left;
}*/
.cont_form_kn * {
	box-sizing: border-box;
}
.cont_form_kn label {
	margin-bottom: 5px;
}
.cont_form_kn {
	width: 100%;
	margin: 0px auto;
	padding-right: 0px;
	padding-left: 0px;
}
#tbay-footer .cont_form_kn {
	padding-right: 15px;
	padding-left: 15px;
}
.cont_form_kn .row {
	margin-bottom: 0;
}
.wpcf7 form span.wpcf7-list-item {
	margin: 0;
}
.col-indicazioni-form p {
	margin-bottom: 5px;
	font-style: italic;
	/*font-size: 13px;*/
}
.wpcf7 form p {
	width: 100% !important;
}
.wpcf7 form .cont_campi .campo_form {
	margin-bottom: 10px;
}
.wpcf7 form .cont_campi .campo_form:last-of-type {
	margin-bottom: 0;
}
.campo_form {
	/*width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;*/
}
.wpcf7 form .campo_form label {
	width: 100%;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 1px;
}
.wpcf7 form .campo_form p {
	/*margin: 0;*/
}
.wpcf7 form .campo_form span {
	width: 100%;
	float: left;
	display: block;
}
.wpcf7 form .campo_form label i,
.wpcf7 form .messaggio_form label i {
	display: none;
	width: auto;
}
.wpcf7 form .campo_form input,
.wpcf7 form .campo_form select {
	margin: 0 !important;
	height: 40px;
	width: 100%;
	border-radius: 3px;
	text-align: left;
	/*padding-inline-start: 7.5px;*/
	border: 2px solid var(--bianco);
	background-color: var(--bianco);
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}
.wpcf7 form .campo_form select option:after {
	height: 20px;
}
.wpcf7 form .messaggio_form textarea {
	float: left;
	margin: 0 !important;
	height: 90px;
	width: 100%;
	border-radius: 3px;
	resize: none;
	text-align: left;
	padding-inline-start: 7.5px;
	border: 2px solid var(--bianco);
	background-color: var(--bianco);
}
.wpcf7 form .campo_form.upload_file_form input {
	padding-top: 8px;
	padding-bottom: 8px;
}
.wpcf7 form .campo_form span input:focus,
.wpcf7 form .campo_form span select:focus,
.wpcf7 form .messaggio_form textarea:focus {
	border-color: var(--main-color);
	outline: none;
	box-shadow: none;
}
.wpcf7 form .campo_form input.wpcf7-not-valid,
.wpcf7 form .campo_form select.wpcf7-not-valid,
.wpcf7 form .messaggio_form textarea.wpcf7-not-valid {
	border-color: var(--rosso);
}
.wpcf7 form .cont_privacy_richiesta,
.wpcf7 form .cont_privacy_contatto,
.wpcf7 form .cont_newsletter,
.wpcf7 form .campo_lista_checkbox {
	width: 100%;
	float: left;
	position: relative;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wpcf7 form .accettazione-privacy,
.wpcf7 form .mailup {
	width: 100%;
	display: block;
	position: initial;
}
.wpcf7 form .campo_lista_checkbox p {
	margin-bottom: 0px;
}
.wpcf7 form .campo_lista_checkbox .testo_intro_campo {
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.wpcf7 form .campo_lista_checkbox .wpcf7-list-item {
	width: 100%;
	margin-bottom: 5px;
}
.wpcf7 form .campo_lista_checkbox .wpcf7-list-item:last-child {
	margin-bottom: 0px;
}
.wpcf7 form .cont_privacy_richiesta input[type=checkbox],
.wpcf7 form .cont_privacy_contatto input[type=checkbox],
.wpcf7 form .cont_newsletter input[type=checkbox],
.wpcf7 form .campo_lista_checkbox input[type=checkbox] {
	display: inline-flex;
	width: 20px;
	height: 20px;
	min-height: unset;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
}
.wpcf7 form .cont_privacy_richiesta input[type=checkbox]:checked:before,
.wpcf7 form .cont_privacy_contatto input[type=checkbox]:checked:before,
.wpcf7 form .cont_newsletter input[type=checkbox]:checked:before,
.wpcf7 form .campo_lista_checkbox input[type=checkbox]:checked:before {
	width: 20px;
	line-height: 20px;
}
.wpcf7 form .cont_privacy_richiesta label,
.wpcf7 form .cont_privacy_contatto label,
.wpcf7 form .cont_newsletter label,
.wpcf7 form .campo_lista_checkbox label {
	display: inline-flex;
	margin-bottom: 0;
}
.wpcf7 form .cont_privacy_richiesta span,
.wpcf7 form .cont_privacy_contatto span,
.wpcf7 form .cont_newsletter span,
.wpcf7 form .campo_lista_checkbox span {
	/*margin-left: 0;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;*/
}
.wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label,
.wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label,
.wpcf7 form .cont_newsletter span.wpcf7-list-item-label,
.wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label {
	margin-left: 3px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;
}
.wpcf7 form .cont_privacy_richiesta span.wpcf7-not-valid-tip,
.wpcf7 form .cont_privacy_contatto span.wpcf7-not-valid-tip,
.wpcf7 form .cont_newsletter span.wpcf7-not-valid-tip,
.wpcf7 form .campo_lista_checkbox span.wpcf7-not-valid-tip {
	font-weight: initial;
	font-size: initial;
	line-height: initial;
}
.wpcf7 form .cont_privacy_richiesta a,
.wpcf7 form .cont_privacy_contatto a,
.wpcf7 form .cont_newsletter a,
.wpcf7 form .campo_lista_checkbox a {
	/*font-size: 13px;
	line-height: 20px;*/
}
/*.cont_btn.bottone_invio_richiesta {
	display: block;
	margin: 30px auto 0px;
	text-align: center;
}
.cont_btn.bottone_invio_richiesta input[type="submit"] {
	height: unset;
	width: 100%;
	max-width: 260px;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 15px 50px;
	white-space: normal;
	font-family: var(--font-base);
}*/
div.wpcf7-response-output {
	margin: 0;
}
div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-acceptance-missing {
	border-color:  var(--rosso);
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border-color:  var(--verde);
}
.popup-message-style .wpcf7 form .wpcf7-response-output {
	background-color:  var(--arancio);
}
.popup-message-style .wpcf7 form .wpcf7-validation-errors {
	background-color:  var(--rosso);
}
.popup-message-style .wpcf7 form .wpcf7-mail-sent-ok {
	background-color:  var(--verde);
}
div.wpcf7 .ajax-loader {
	display: none;
}
.wpcf7-spinner {
	position: absolute;
	top: 0;
	z-index: 1;
}

/*.cont_form_kn .cont_btn input[type="submit"] {
	padding: 13px 26px 9px;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-right: unset;
	margin-left: unset;
}*/
.wpcf7 form .cont_btn {
	text-align: center;
}
.wpcf7 form .cont_btn input[type="submit"] {
	font-family: var(--font-base);
	padding: 14px 26px 14px;
	font-size: 16px;
	line-height: 1em;
	/*font-weight: 600;
	letter-spacing: 0.5px;*/
	margin-right: unset;
	margin-left: unset;
	background-color: var(--main-color);
}
.wpcf7 form .cont_btn input[type="submit"]:hover {
	background-color: var(--main-hover-color);
}
/*
*** Fine Regole Modulo Contatto
*/


/*
*** Inizio Regole Modulo Contatto prefooter con sfondo
*/
#modulo-cta .wpcf7 form .campo_form label {
	color: var(--bianco);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#modulo-cta .wpcf7 form .campo_form input,
#modulo-cta .wpcf7 form .campo_form select,
#modulo-cta .wpcf7 form .messaggio_form textarea {
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
#modulo-cta .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label,
#modulo-cta .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label,
#modulo-cta .wpcf7 form .cont_newsletter span.wpcf7-list-item-label,
#modulo-cta .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label {
	color: var(--bianco);
}
#modulo-cta .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label a,
#modulo-cta .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label a,
#modulo-cta .wpcf7 form .cont_newsletter span.wpcf7-list-item-label a,
#modulo-cta .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label a {
	color: inherit;
}
#modulo-cta .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label a:hover,
#modulo-cta .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label a:hover,
#modulo-cta .wpcf7 form .cont_newsletter span.wpcf7-list-item-label a:hover,
#modulo-cta .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label a:hover {
	text-decoration: underline;
}
#modulo-cta .wpcf7 form .campo_form span.wpcf7-not-valid-tip {
	display: inline;
	width: auto;
	clear: both;
	background-color: var(--bianco);
	margin-top: 3px;
	padding: 0px 5px;
	border-radius: 3px;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
}
/*
*** Fine Regole Modulo Contatto prefooter con sfondo
*/


/*
*** Inizio Regole Modulo Contatto prefooter
*/
#modulo-cta-corso .wpcf7 form .campo_form label,
.modulo-con-sfondo .wpcf7 form .campo_form label {
	color: var(--nero);
}
#modulo-cta-corso .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label,
#modulo-cta-corso .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label,
#modulo-cta-corso .wpcf7 form .cont_newsletter span.wpcf7-list-item-label,
#modulo-cta-corso .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label,
.modulo-con-sfondo .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label,
.modulo-con-sfondo .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label,
.modulo-con-sfondo .wpcf7 form .cont_newsletter span.wpcf7-list-item-label,
.modulo-con-sfondo .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label {
	color: var(--nero);
}
#modulo-cta-corso .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label a,
#modulo-cta-corso .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label a,
#modulo-cta-corso .wpcf7 form .cont_newsletter span.wpcf7-list-item-label a,
#modulo-cta-corso .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label a,
.modulo-con-sfondo .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label a,
.modulo-con-sfondo .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label a,
.modulo-con-sfondo .wpcf7 form .cont_newsletter span.wpcf7-list-item-label a,
.modulo-con-sfondo .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label a {
	color: inherit;
}
#modulo-cta-corso .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label a:hover,
#modulo-cta-corso .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label a:hover,
#modulo-cta-corso .wpcf7 form .cont_newsletter span.wpcf7-list-item-label a:hover,
#modulo-cta-corso .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label a:hover,
.modulo-con-sfondo .wpcf7 form .cont_privacy_richiesta span.wpcf7-list-item-label a:hover,
.modulo-con-sfondo .wpcf7 form .cont_privacy_contatto span.wpcf7-list-item-label a:hover,
.modulo-con-sfondo .wpcf7 form .cont_newsletter span.wpcf7-list-item-label a:hover,
.modulo-con-sfondo .wpcf7 form .campo_lista_checkbox span.wpcf7-list-item-label a:hover {
	text-decoration: underline;
}
#modulo-cta-corso .wpcf7 form .campo_form span.wpcf7-not-valid-tip,
.modulo-con-sfondo .wpcf7 form .campo_form span.wpcf7-not-valid-tip {
	display: inline;
	width: auto;
	clear: both;
	background-color: var(--bianco);
	margin-top: 3px;
	padding: 0px 5px;
	border-radius: 3px;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
}
#modulo-cta-corso .wpcf7 form .cont_btn input[type="submit"],
.modulo-con-sfondo .wpcf7 form .cont_btn input[type="submit"] {
	background-color: var(--nero);
}
#modulo-cta-corso .wpcf7 form .cont_btn input[type="submit"]:hover,
.modulo-con-sfondo .wpcf7 form .cont_btn input[type="submit"]:hover {
	background-color: var(--nero-s);
}
/*
*** Fine Regole Modulo Contatto prefooter
*/











/*
*** Regole reCapthca Google
*/
.grecaptcha-badge {
	z-index: 9;
}
/*.grecaptcha-badge {
	z-index: 9;
	visibility: hidden;
}*/
.scroll-top.on {
	bottom: 85px;
}
/*
*** Fine Regole reCapthca Google
*/


/*
*** Regole Bootstrap 4
*/
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media ( min-width: 576px ) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media ( min-width: 768px ) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media ( min-width: 992px ) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media ( min-width: 1200px ) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/*
*** Fine Regole Bootstrap 4
*/


/*
*** Inizio Media Queries
*/
/* Media queries dispositivi > Phablet */
@media ( min-width: 576px ) {

}

/* Media queries dispositivi > Tablet Verticale */
@media screen and ( min-width: 768px ) {

}

/* Media queries dispositivi > Tablet Orizzontale/Laptop */
@media screen and ( min-width: 992px ) {

}

/* Media queries dispositivi > Desktop */
@media screen and ( min-width: 1200px ) {

}
/*
*** Fine Media Queries
*/