/**
 * Theme Name: Tema Sacrafamiglia
 * Template:   design-scuole-wordpress-theme-2.17.3
 * Description: Tema derivato dal tema ufficiale di Designers Italia
 * Author: Ing. Molinari Paolo
 */

/* HERO home: cambia colore blocco sinistro */
.section-hero-left{
  background: linear-gradient(to right, #2f4476 0, #263a66 100%) !important;
}

/* Riga superiore header (pre-header) */
#pre-header,
#pre-header.bg-petrol{
  background-color: #263a66 !important;
  background: #263a66 !important;
}

#pre-header a,
#pre-header button,
#pre-header .icon-text,
#pre-header strong{
  color: #fff !important;
  fill: #fff !important; /* per SVG */
}

.section.bg-purplelight.bg-purplegradient{
  background: linear-gradient(90deg, #7e191d 0%, #6a1417 100%) !important;
}

/* Ovale SVG: rendi i gradient coerenti col rosso #7e191d */
.purple-oval-forms stop {
  stop-color: #7e191d !important;
}

/* Gradient 1: scuro -> base */
.purple-oval-forms #_Linear1_Servizi stop[offset="0"] {
  stop-color: #5a1215 !important;
  stop-opacity: 1 !important;
}
.purple-oval-forms #_Linear1_Servizi stop[offset="1"] {
  stop-color: #7e191d !important;
  stop-opacity: .65 !important;
}

/* Gradient 2: trasparente -> base */
.purple-oval-forms #_Linear2_Servizi stop[offset="0"] {
  stop-color: #7e191d !important;
  stop-opacity: 0 !important;
}
.purple-oval-forms #_Linear2_Servizi stop[offset="1"] {
  stop-color: #a33a3e !important;
  stop-opacity: 1 !important;
}