/*************
* Classi mie *
*************/

/* Messaggio di attenzione */
.MessaggioAttenzione {
  text-align: center;
  background-color: #FFC0CB;
  min-height: 5em;
  padding: 0.5em 0.5em 0.5em 1.5em;
  margin: 1em 0;
}

/* Link con il focus (per accessibilità) */
a:focus {
    background-color: #ffff00;
}

/* Pulsante (serve solo a definire la classe) */
.Pulsante {
}

/* Pulsante con link */
a.Pulsante {
  text-align: center;
  background-color: #237385;
  padding: 0.5em 1.5em;
  color: #ffffff;
  margin: 1em auto;
  display: inline-block;
}

/* Pulsante con link hover */
a.Pulsante:hover {
  color: #000000;
}

/* Pulsante con link focus */
a.Pulsante:focus {
  background-color: #ffff00;
  color: #000000;
}

/* Classe per i titoli dei moduli nella home (inizio,cresco,domande)*/
.TitoliHome {
color: #fea02f;
font-size: 2.5em;
font-family: robotolight;  
font-weight: 400;
margin-top: 0;
margin-bottom: 0.2em;
line-height: 1.1em;
}
 


/***********
* Template *
************/

/* Campi di inserimento */
input.inputbox, .registration input, .login input, .contact input, .contact textarea, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    max-width: 90%;
}

/* Titolo del contatto */
.contact-name {
  display: none;
}

#block_ID1525341983265 h3 {
  margin-top: -1.5em;
}

/* Campi dei contatti */
#ID1528378505404 input[type="text"] {
  width: 70%;
}
#ID1528378505404 input[type="email"] {
  width: 70%;
}


/******************
* Page Builder CK *
******************/

/* Teams - Altezza della foto */
.pbck_team_image img, .pagebuilderck .pbck_team_image img {
    height: inherit;
  width: inherit;
}

/* Teams - Virgolette della citazione */
.pbck_team_quote::before, .pbck_team_quote::after {
    color: #000;
}

/* Teams - Testo Read More */
.pbck_team_text_inner {
    color: #000;
    font-size: 0.8em;
}



/* ############ */
/* ### GPDR ### */
/* ############ */
