/* 
Theme Name: Reset theme
Description: Reset's custom theme
Author: ROMI
Author URI: https://romicompany.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/* **** FAQ **** */

.no-link-style .elementor-widget-container a {
    border: none !important;
}

.single-faq-block {
	margin-bottom: 56px;
}
.single-faq-block.-hidden- {
	display: none;
}
.single-faq-types-block .elementor-heading-title,
.single-faq-block .elementor-heading-title {
	font-size: 24px !important;
	margin-bottom: 24px;
}
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed,
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
	height: 24px !important;
}
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg,
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg {
	fill: none;
	width: 24px;
	height: 24px;
}
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item:hover .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg,
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item:hover .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg {
	fill: none !important;
}
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
	fill: none !important;
}
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item div[role="region"] {
	border: 0 !important;
	padding: 24px !important;
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 8px !important;
}
.elementor-widget-shortcode .elementor-widget-n-accordion .e-n-accordion-item div[role="region"] p {
	font-size: 16px !important;
}
.single-faq-read-more {
	font-family: Work sans!Important;
    font-size: 16px;
    border-bottom: 2px solid #B5FF00;
    font-weight: 700;
    color: #F9FFE9;
}
.single-faq-read-more:hover {
	color: #F9FFE9;
	border-bottom: 2px solid rgba(0, 0, 0, 0) !important
}
.faq-types {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 16px;
}
@media (max-width: 767px) {
	.single-faq-types-block {
		margin-bottom: 48px;
	}
	.single-faq-types-block .elementor-widget-heading {
		display: none;
	}
	.single-faq-types-block .faq-types {
		padding-left: 16px;
		display: block;
		width: 100%;
		white-space: nowrap;
	    overflow-x: auto;
	    overflow-y: hidden;
	}
	.single-faq-types-block .faq-types .single-faq-type {
		margin-right: 10px;
		display: inline-flex;
	}
}
.single-faq-type {
	border: 2px solid  #ACA8FF;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
}
.single-faq-type:hover {
	border-bottom: 2px solid  #ACA8FF !important;	
}
.single-faq-type.-active- {
	background-color: #00F798;
	border: 2px solid #00F798;
}
.single-faq-type.-active-:hover {
	border-bottom: 2px solid  #00F798 !important;	
}
.single-faq-type p.elementor-heading-title {
	font-size: 16px !important;
	text-transform: lowercase;
	margin-bottom: 0 !important;
	color: #FFFFFF;
	font-weight: 600 !important;
}
.single-faq-type.-active- p {
	color: #424937;
}
.single-faq-type .single-faq-type-icon {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 24px;
	height: 24px;
}
.single-faq-type .single-faq-type-icon svg {
	width: 24px;
	height: auto;
}
.single-faq-type .single-faq-type-icon svg:last-of-type,
.single-faq-type.-active- .single-faq-type-icon svg:first-of-type {
	display: none;
}
.single-faq-type.-active- .single-faq-type-icon svg:last-of-type {
	display: block;
}
.single-faq-type .single-faq-type-icon svg path {
	fill: #ACA8FF;
}
.single-faq-type.-active- .single-faq-type-icon svg path {
	fill: #424937;
}

#search-form {
	position: relative;
}
#search-form svg {
	width: 32px;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}
#search-form #search-term {
	padding-left: 64px;
	height: 80px;
	color: #424937;
	font-size: 24px;
	border: 0;
}
#search-form #search-term:focus {
	border: 0;
	outline: 0;
}
@media (max-width: 767px) {
	#search-form svg {
		width: 24px;
	}
	#search-form #search-term {
		padding-left: 56px;
		font-size: 20px;
	}
}

/* FINE FAQ */

/* menu*/

.menu-desktop a{
padding: 12px!important;  
min-height: 112px;
}

.menu-desktop a:hover{
    background-color: rgba(0, 0, 0, 0.10)
}



.menu-mobile a{
    background: #5B54F0!important;
    font-size: 20px;
    border-bottom: 1px solid #7B75FF;
    border-radius: 0;
    padding: 12px 0;
   margin-bottom: 16px;
   height: 56px;
}

.menu-mobile a:hover{
background-color: rgba(0, 0, 0, 0.10)
}



/* fine menu*/





/* link footer */

.link-reset a {
    font-family: work sans;
    font-size: 14px;
    border-bottom:2px solid #B5FF00;
    font-weight: 700;
    color:#F9FFE9;
}

.link-reset a:hover {
    border-bottom:2px solid rgba(0,0,0,0)!Important;
}





/* ───────────────────────────────────────── */
/*              BOTTONI            */
/* ───────────────────────────────────────── */
.button {
    text-align: center;
    text-decoration: none;
    border: none;
	border-bottom:none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
	text-decoration-line:avoid;
}


.button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius:0;
    font-style: normal;
	text-transform: lowercase
    font-weight: 500;
    line-height: normal;
	  align-self:center;
	border-bottom: none;
	text-decoration-line:avoid;
}



/*colori*/
.primary a{
    background-color: #B5FF00 !important;
    color: #424937 !important;
}

.primary a:hover {
    background: color-mix(in srgb, #B5FF00 85%, black 15%)!Important;
}


.secondary a{
   background: rgba(0, 0, 0, 0.10) !important;
    color: #424937 !important;
}

.secondary a:hover {
    background: color-mix(in srgb, black 10%, black 15%)!Important;
}


.tertiary a{
   background: rgba(0, 0, 0, 0.10) !important;
    color: #F9FFE9 !important;
}

.tertiary a:hover {
    background: color-mix(in srgb, black 10%, black 15%)!Important;
}

.quaternary a{
   background: #F9FFE9!important;
    color: #424937 !important;
}

.quaternary a:hover {
    background: color-mix(in srgb, #F9FFE9 85%, black 15%)!Important;
}

.quinary a{
   background: #424937!important;
    color: #F9FFE9 !important;
}

.quinary a:hover {
    background: color-mix(in srgb, #424937 70%, black 30%)!Important;
}



.xlarge a{
padding: 0 24px 0 24px;
height: 76px;
text-align: center;
font-size: 24px;
}
.xlarge svg {
    width: 24px;
    height: 24px;
}

.xlarge.icon-left a{
 padding: 0 24px 0 20px;
}

.xlarge.icon-right a{
 padding: 0 20px 0 24px;
}


.large a{
padding: 0 16px 0 16px;
height: 56px;
text-align: center;
font-size: 20px;
}

.large svg {
    width: 24px;
    height: 24px;
}

.large.icon-left a{
 padding: 0 16px 0 12px;
}

.large.icon-right a{
 padding: 0 12px 0 16px;
}

.medium a{
padding: 0 12px 0 12px;
height: 48px;
text-align: center;
font-size: 16px;
}

.medium svg {
    width: 20px;
    height: 20px;
}

.medium.icon-left a{
 padding: 0 12 0 10px;
}

.medium.icon-right a{
 padding: 0 10px 0 12px;
}


.small a{
padding: 0 12px 0 12px;
height: 36px;
border-radius: 999px;
text-align: center;
font-size: 14px;
}

.small svg {
    width: 16px;
    height: 16px;
}

.small.icon-left a{
 padding: 0 16px 0 12px;
}

.small.icon-right a{
 padding: 0 12px 0 16px;
}

.underline a, .underline span{
    background: none!important;
    padding:0!Important;
    height: 23px!Important;
    border-radius: 0!Important;
    font-weight: 700!important;
	border:none;
}


.medium.underline .elementor-button-text{
    border-bottom: 3px solid #B5FF00;
}

.medium.underline .elementor-button-text:hover{
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.small.underline .elementor-button-text{
    border-bottom: 2px solid #B5FF00;
}

.small.underline .elementor-button-text:hover{
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {

.button-100 .elementor-widget-container {
	width:100%!Important;
}
	.button-100 a.elementor-button{ 
width:100%!Important;
}
}

/* ───────────────────────────────────────── */
/*             FINE BOTTONI            */
/* ───────────────────────────────────────── */




/* ───────────────────────────────────────── */
/*              FORM         */
/* ───────────────────────────────────────── */

/* Contenitore principale del form con classe .form-reset */
.form-reset {
    display: flex;
    justify-content: space-between; /* Allinea le colonne a sinistra e a destra */
    gap: 64px; /* Distanza tra le colonne */
    margin-bottom:14px;
}

/* Colonna sinistra (con il titolo e il testo) solo per form con classe .form-reset */
.form-reset .colonna-sinistra {
    width: 50%; /* Imposta la larghezza al 50% */
}

/* Colonna destra (con i campi del form) solo per form con classe .form-reset */
.form-reset .colonna-destra {
    width: 50%; /* Imposta la larghezza al 50% */
}

/* Imposta una larghezza massima per h2 e p dentro .colonna-sinistra */
.form-reset .colonna-sinistra h2, .form-reset .colonna-sinistra p {
    max-width: 586px; /* Imposta la larghezza massima di 586px */
    width: 100%; /* Assicura che il contenuto prenda tutta la larghezza disponibile fino a 586px */
}

/* I campi del form (Nome e Email) devono occupare il 100% della colonna */
.form-reset .colonna-destra label {
    display: block; /* Assicura che le etichette siano su una nuova linea */
    margin-bottom: 4px; /* Distanza tra etichetta e campo di input */
}

input:not([type="button"]):not([type="submit"]), textarea, select{
 font-family:"Work Sans", sans-serif!Important;
 font-size:16px!Important;
 font-weight:500!Important;
	border:none!important;
}

/* Colore per il placeholder */
input::placeholder,
textarea::placeholder {
  color: #767676; /* Colore grigio per il placeholder */
  opacity: 1; /* Assicurati che sia visibile su tutti i browser */
}

/* Colore per il testo scritto */
input,
textarea,select {
  color: #232520; /* Colore del testo effettivo */
}

.form-reset .colonna-destra input[type="text"] {
    width: 100%; /* I campi di input occupano il 100% della larghezza */
}

/* Aggiusta la larghezza dell'hr per occupare il 100% */
.wpcf7-form hr {
    width: 100%; /* Imposta l'hr al 100% della larghezza */
    margin: 32px 0; /* Aggiungi margini sopra e sotto l'hr */
    padding-bottom:0!Important;
}

/* Pulsante invia sotto l'hr */
.form-reset form .wpcf7-submit {
    display: block; /* Assicura che il pulsante sia un blocco */
    border: none; /* Rimuove il bordo */
}



/* Per il campo di accettazione (checkbox) dentro il form .form-reset */
.form-reset .colonna-destra .wpcf7-form-control.wpcf7-acceptance {
    width: auto!Important;
    display: flex!important; /* Imposta un layout flex per disporre gli elementi in orizzontale */
    align-items: center; /* Allinea verticalmente al centro il checkbox e il testo */
    margin-bottom: 10px; /* Distanza sotto il campo accettazione */
}

.wpcf7-list-item{
    text-indent: 0px;
    padding-left: 30px;
}

.wpcf7-form label.form-prefisso {
  display: flex;
  flex-direction: column; /* Dispone gli elementi in colonna */
  flex: 0 0 auto;
}

/* Per la label "Numero" */
.wpcf7-form label.form-numero {
  display: flex;
  flex-direction: column; /* Dispone gli elementi in colonna */
  flex: 1;
  min-width: 0; /* utile per evitare overflow su schermi piccoli */
}

.form-numero .wpcf7-form-control-wrap {
	display:block !important;
}

.form-contatti .wpcf7-list-item{
	margin-left:20px;
}

.form-home .wpcf7-list-item{
  margin:0!Important;
}

div.wpcf7-response-output{
	display:none!Important;
}




/* Responsività per schermi più piccoli */
@media (max-width: 768px) {
	 
	.form-richiamatemi .wpcf7-form p {
		flex-direction: column;
	}

	.wpcf7-form label.form-prefisso,
	.wpcf7-form label.form-numero {
		width: 100%;
	}

	select.prefix {
		max-width: 100% !important;
	}

    /* Cambia la disposizione delle colonne in una colonna unica su schermi piccoli */
    .form-reset {
        flex-direction: column; /* Impila le colonne una sopra l'altra */
    }

    .form-reset .colonna-sinistra,
    .form-reset .colonna-destra {
        width: 100%; /* Le colonne occupano il 100% della larghezza */
    }

    /* Pulsante invia su dispositivi mobili */
    .form-reset form .wpcf7-submit {
        width: 100%; /* Il pulsante occuperà tutta la larghezza disponibile */
        margin-top: 20px;
    }
}

/* BOTTONE INVIA FORM */
/* Stile personalizzato per il pulsante "Invia" */
.submit-button {
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    text-transform: lowercase;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 24px; /* Impostato un padding orizzontale per il pulsante */
    height: 76px; /* Altezza fissa come richiesto */
    font-size: 24px; /* Impostato il font-size per il pulsante */
    background-color: #B5FF00; /* Colore di sfondo verde */
    color: #424937; /* Colore del testo */
    border-radius: 0; /* Rimosso il border-radius per il bordo squadrato */
    width: auto; /* La larghezza si adatta al testo */
    
}

.submit-wrapper {
justify-content: flex-end;
display:flex;
}

/* Colore del pulsante quando passa il mouse sopra */
.submit-button:hover {
    background: color-mix(in srgb, #B5FF00 85%, black 15%)!Important;
	color: #424937!Important; /* Colore del testo */
}

/* Aggiungi l'icona a destra della scritta "Invia" */
.submit-button svg {
    width: 24px;
    height: 24px;
    margin-left: 10px; /* Spazio tra il testo e l'icona */
}

.submit-button::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/arrow-forw-3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 8px; /* Spazio tra il testo e l'icona */
}

/* Colore e dimensione dell'icona */
.submit-button.icon-right svg {
    width: 24px;
    height: 24px;
}

/* Allineamento a destra della colonna del pulsante */
.submit-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


[type=button]:focus, [type=submit]:focus, button:focus {
    color: #424937;
    background-color: #B5FF00;
}


/* CHECKBOX */
.wpcf7-acceptance input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
	font-size: 16px;
}

.wpcf7-acceptance label:before {
  content:'';
  -webkit-appearance: none;
  background-color: white;
  border: none;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
	position: absolute;
	left: -50px;
}

/* Quando il checkbox è invalido: bordo rosso */
.wpcf7-form.unaccepted .wpcf7-acceptance label:before {
  box-shadow: inset 0 0 0 4px #E60060, 0 4px 0 rgba(0, 0, 0, 0.15) !important;
}

.colonna-destra .wpcf7-acceptance label:before {
	left: -30px !important;
}

.colonna-destra .wpcf7-acceptance label .wpcf7-list-item-label {
	padding-left: 15px;
}


.colonna-destra .wpcf7-form p {
	margin-bottom:32px;
}

.colonna-sinistra h2{
	margin-bottom: 44px;
}

.colonna-sinistra {
  display: flex;
  flex-direction: column; /* mette h2 e p uno sotto l'altro */
  justify-content: center;
vertical-align:center /* li centra verticalmente */
  height: 100%; /* o una altezza fissa se il genitore non ha altezza */
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: '';
  display: inline-block;
  width: 16px; /* adatta come ti serve */
  height: 16px;
  background-image: url('https://resetenergia.it/wp-content/uploads/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: -39px;
}



.form-reset span.wpcf7-list-item-label::after {
  left: -20px!Important;
}



/*accettazione testo*/
span.wpcf7-list-item-label{
font-size: 16px;
line-height:1.32em;
font-weight:400;
display: inline-block!Important;
}

.wpcf7-list-item-label a{
    border-bottom:2px solid #B5FF00;
    font-weight: 700;
    color:#F9FFE9;
}
.wpcf7-list-item-label a:hover {
    border-bottom:2px solid rgba(0,0,0,0)!Important;
}


.wpcf7-acceptance .wpcf7-list-item span{
max-width: 512px!Important;
}






/* FINE CHECKBOX */


/*SELECT dropdown*/
select.wpcf7-select {
  appearance: none; /* Nasconde la freccia nativa */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 12px; /* Spazio per la nuova freccia */
  background: url('https://resetenergia.it/wp-content/uploads/chevron-down.svg') no-repeat right 0.75em center,white;
  background-size: 16px;
}
/*fine SELECT dropdown*/

.etichetta {
  display: inline-block!important;
  margin-bottom: 8px!important;
}

select.prefix{
	max-width: 131px!important;
}

/* Responsività per schermi più piccoli */
@media (max-width: 768px) {
	select.prefix {
		max-width: 100% !important;
	}

}



/*Messaggi errore form*/
span.wpcf7-not-valid-tip{
    color: white;
    background-color: #E60060;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 14px;
    padding: 4px;
    margin-top: 4px;
    display: inline-flex;
}

.wpcf7-not-valid-tip::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('https://resetenergia.it/wp-content/uploads/alert.svg');
  background-repeat: no-repeat;
  background-size: contain;
}




/* Quando il campo è invalido */
input.wpcf7-not-valid {
 box-shadow: inset 0 0 0 4px #E60060, 0 4px 0 0 rgba(0, 0, 0, 0.15)!important; /* Bordo rosso interno */
}


/*fine Messaggi errore form*/


/* ───────────────────────────────────────── */
/*             FINE FORM           */
/* ───────────────────────────────────────── */



/*label */
.button-label{
	background:#983DFF;
	padding: 8px;
border-radius:4px;
}
/*fine label */




/*TIPOGRAFIA*/

h1{
	font-size: 48px;
	font-family: "Champ"!important;
	font-weight:700;
	line-height:1em;
}

h2{
	font-size: 40px;
	font-family: "Champ"!important;
	line-height:1em;
	font-weight:700;
}

h3{
	font-size: 32px;
	line-height:1em;
	font-family: "Champ";!important;
	font-weight:700;
	}

h4{
	font-size: 24px;
	line-height:1em;
	letter-spacing: -0.5px;
	font-family: "Work Sans";
	}
h5{
	font-size: 20px;
	line-height:1em;
	font-family: "Work Sans";
	}

.label-large{
	font-size:24px;
	line-height:1em;
}

.label-medium{
	font-size:20px;
	line-height:1em;
}

.label-small{
	font-size:16px;
	line-height:1em;
}


.content-large{
	font-size:20px;
	line-height:1.32em;
}

.content-medium{
	font-size:16px;
	line-height:1.32em;
}

.content-small{
	font-size:14px;
	line-height:1.12em;
}



/* Tablets portrait (600px and up) */
@media only screen and (min-width: 600px) {	
	h1{
		font-size: 44px;
	}
}

/* Phones, 600px and down) */
@media only screen and (max-width: 600px) {	
h1{
		font-size: 40px;
	}
	
h2{
		font-size: 36px;
	}
h3{
		font-size: 28px;
	}
}




/*fine tipografia*/



/*padding sezioni*/
.section-div{
	padding-left:120px;
	padding-right:120px;
}


@media screen and (max-width: 1366px) {	
	.section-div{
	padding-left:48px;
	padding-right:48px;
}
}

@media screen and (max-width: 600px) {	
	.section-div{
	padding-left:16px;
	padding-right:16px;
}
	}

/*fine padding sezioni*/
	
/*carosello paginazione*/	
span.swiper-pagination-bullet-active{
	width:46.759px!Important;
	border-radius:12px
	}
/*fine carosello paginazione*/

	
/*accordion faq*/
.tassonomia .e-n-accordion-item-title{
	font-weight:700;
color:#F9FFE9!important;
margin-bottom:8px;
border:none!important;
background-color: #0000001A;
padding:24px!Important;
}

.tassonomia div.e-n-accordion-item-title-text{
	max-width:580px;
	font-size:20px!important;
}

@media screen and (max-width: 600px) {	
.tassonomia	.e-n-accordion-item-title{
	flex-direction: column!Important;
		align-items: flex-start!important;
	padding-left:16px!Important;
}
	
.tassonomia .e-n-accordion-item-title-icon{
			padding-bottom: 16px;
		}
}
		
/*fine accordion faq*/
	
	
/*bullet carosello*/
.swiper-pagination-bullet{
		transition: all .5s!important;
	transition-timing-function: ease-out;
	}
		
/*fine bullet carosello*/



/*paginazione loop item*/
.page-numbers{
display:inline-flex;
justify-content:center;
align-items:center;
background: rgba(0, 0, 0, 0.10);
padding: 0 12px 0 12px;
height:48px!important;
width:48px!important;
}

span.page-numbers.current{
	background:#F9FFE9!important;
}

nav.elementor-pagination{
margin-top: 68px;
}


.elementor-pagination img{
    padding-bottom: 0!Important;
}

.elementor-pagination{
display: flex;
justify-content: center;
gap: 4px;
}
/*fine paginazione loop item*/




/*tassonomia barra categorie pagine*/
.tassonomia-pagine ul {
	padding: 0;
}

.tassonomia-pagine li{
	background: rgba(0, 0, 0, 0.10) !important;
	display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius:0;
  line-height: normal;
  padding: 0 16px 0 12px;
	min-height: 56px;
	text-align: center;
	margin-bottom: 4px;
		font-weight:400;
}
	
.tassonomia-pagine li a{
	  display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius:0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #F9FFE9;
 padding: 0 16px 0 12px;
min-height: 56px;
text-align: center;
font-size: 14px;
	gap:8px;
		font-weight:400;
}

	
.tassonomia-pagine li:hover {
    background: color-mix(in srgb, black 10%, black 15%)!Important;
}

.tassonomia-pagine a::before {
    content: "";
  display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../../../wp-content/uploads/2025/03/tags-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	vertical-align:middle;
}

	.tassonomia-pagine h5 {
		display: none;
	}

.tassonomia-pagine li.current-cat {
	background: #F9FFE9!Important;
	color: #424937 !important;
}

.tassonomia-pagine li.current-cat a  {
	color: #424937!important;
}

.tassonomia-pagine .current-cat a::before {
    background-image: url("../../../wp-content/uploads/2025/03/tags.svg")!important;
}




/*fine tassonomia barra categorie pagina*/
	

/*breadcrumb*/
.elementor-widget-breadcrumbs a, .rank-math-breadcrumb{
	font-family: "Work Sans"!important;
	text-transform: lowercase;!important;
	line-height:1.25em!important;
}

.elementor-widget-breadcrumbs a{
    background: none!important;
    border-bottom: 3px solid #B5FF00;
    padding:0!Important;
    height: 23px!Important;
    border-radius: 0!Important;
    font-weight: 700!important;
    text-transform: lowercase;!important;
	color:#F9FFE9;
	font-weight: 700;
}

.elementor-widget-breadcrumbs a:hover{
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

/*fine breadcrumb*/


/*hr separatore*/
.wp-block-separator, hr {
    border: none;
    border-top: 1px solid #403CBD!Important;
	padding-bottom:72px;
}
/*fine hr separatore*/




/*tabella contenuti articolo*/
.icona-sommario .elementor-toc__list-item-text::before {
    content: "";
  display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../../wp-content/uploads/2025/03/arrow-down-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	vertical-align: middle;
	margin-right:8px;
}


.icona-sommario-mobile .elementor-toc__list-item-text::before {
    content: "";
  display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../../wp-content/uploads/2025/03/arrow-down-right-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	vertical-align: middle;
	margin-right:8px;
}



.sommario .elementor-toc__body{
	padding:0!important;
}

.sommario .elementor-widget-container{
	border:none!Important;
}

.sommario a{
	text-indent: -28px; /* Rientro negativo per allineare al :before */
    padding-left: 28px;
}
.sommario a:hover{
	color:#F9FFE9;
}

.icona-sommario-mobile a:hover, .icona-sommario-mobile a:active{
	color:#424937!Important;
}

.sommario .elementor-toc__header{
	display:none;
}


.sommario .e-n-accordion-item-title{
	flex-direction: row!Important;
}


/*fine tabella contenuti articolo*/



/*grafici articoli*/

.ays-chart-charts-main-container{
	box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.15)!Important;
}

.ays-chart-charts-main-container text{
font-family: "Work Sans"!important;
}

.elementor-widget-shortcode{
	margin-top:-5px;
}

/*fine grafici articoli*/




/*ACTIONBAR*/

.my-sticky-bar {
    position: fixed;
    bottom: -138px!important; /* Inizialmente nascosta */
	margin-bottom:-20px!Important;
    left: 0;
    width: 100%;
    transition: bottom 0.5s ease-in-out;
    z-index: 9999;
}

.my-sticky-bar.visible {
    bottom: 0!Important; /* Mostra la barra quando si scorre oltre 100px */
	margin-bottom:0px!Important;
}

/*FINE ACTIONBAR*/

	

/*mobile categorie blog carosello*/

@media (max-width: 767px) {
	
	.scrollmenu {
		overflow: auto;
		white-space: nowrap;
	}


	.scrollmenu .e-filter {
		display:block;
		height:100%;
		overflow-y: hidden;
	}

	.scrollmenu button {
		display: inline-block;
		color: white;
		text-align: center;
		padding: 14px;
		text-decoration: none;
	}

}

/*fine mobile categorie blog carosello*/

	
/*mobile tassonomie pagina*/
@media (max-width: 767px) {
	
	.tassonomia-pagine {
		overflow: auto;
		white-space: nowrap;
	}
	
	.tassonomia-pagine ul {
		display: inline-flex;
  	align-items: center;
  	justify-content: center;
		gap:4px!Important;
	}

	.tassonomia-pagine li {
		display:block;
		height:100%;
		overflow-y: hidden;
		margin-bottom: 0;
	}

	.tassonomia-pagine li a {
		display: inline-block;
		color: white;
		text-align: center;
		padding: 14px;
		text-decoration: none;
	}
	
	.tassonomia-pagine a::before {
		margin-right: 10px;	
	}

}
	/*fine mobile tassonomie pagina*/


/*POPUP*/
.dialog-close-button{
  padding: 16px;
  margin-top:-20px!Important;
    margin-right: -20px!Important;
}



@media screen and (max-width: 768px) {
    div.dialog-lightbox-widget-content{
    box-shadow: 0px -12px 0px 0px rgba(0, 0, 0, 0.15)!Important;
}
}


/*FINE POPUP*/


/*atf video mobile section*/

@media (max-width: 767px) {
.section-video div.elementor-background-video-container::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) -18.24%, rgba(0, 0, 0, 0.00) 52.68%), linear-gradient(0deg, rgba(10, 10, 27, 0.20) 0%, rgba(10, 10, 27, 0.20) 100%)!important;
}
}

/*atf video mobile section*/


/*form mobile*/
@media (max-width: 767px) {
.nascondi{
    display: none;
}
}
/*fine form mobile*/

/* HIDE COOKIEBOT WIDGET */
#CookiebotWidget {
	display: none;
}