/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*==================================================
 * IMMAGINE GENERIC CARD
 * =================================================*/
/*Arrotondamento superiore*/
.border-card {
  border-radius: 20px 20px 0 0;
}

/*==================================================
 * NEWS CARD
 * =================================================*/
/*aggiunta del puntino tra la data ed il minutaggio di lettura*/
.date-news .w-post-elm-before::after {
  content: "\f111";
  font-family: "Fontawesome";
  font-weight: 900;
  font-size: 4px;
  color: #5A6B80;
  margin: 0 8px;
  vertical-align: middle;
}

/* ==================================================
 * FISARMONICA HOME — Domande frequenti
 * ================================================== */

/* Rimuove tutti i bordi delle sezioni */
.fisarmonica-home.w-tabs.accordion.toggle_style_1
> .w-tabs-sections
> .w-tabs-section {
  border: 0 !important;
  box-shadow: none !important;
}

/* Rimuove anche il bordo dell’ultima sezione */
.fisarmonica-home.w-tabs.accordion.toggle_style_1
> .w-tabs-sections
> .w-tabs-section:last-child {
  border: 0 !important;
}

/* Colore dell’icona */
.fisarmonica-home .w-tabs-section-control {
  color: #E8833C !important;
}

/* Spazio tra le domande */
.fisarmonica-home {
  --sections-gap: 1rem !important;
}
