/*!
Theme Name: Design Scuole Italia Child
Author: Luigi Bugliani
Description: Design Scuole Italia è il tema di WordPress per i siti delle Scuole Italiane.Questo è il tema child per apportare modifiche
Version: 1.0.0
Template: design-scuole-theme
*/

/*
.section-hero-left {
    background: #d1c634;
       background: -moz-linear-gradient(left,#d1c634 0,#ab2b3e 100%);
    background: -webkit-linear-gradient(left, #d1c634 0, #ab2b3e 100%);
    background: linear-gradient(to right, #d1c634 0, #ab2b3e 100%);
    color: #fff;
    position : relative;
    z-index: 0;
    min-height: 480px;
    display: flex;
    align-items: center;
}
}
.section {
    padding: 0;
}
.bg-redbrown {
    background-color: #d1c634 !important;
}*/




.splide__pagination__page.is-active {
  background-color: #007bff; /* colore evidenziato (blu) */
}

.splide__pagination__page {
  position: relative !important;
  width: 16px !important;
  height: 16px !important;
  margin: 8px !important;
  padding: 16px !important; /* espande l'area cliccabile */
  border-radius: 50% !important;
  background-color: #ccc !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.splide__pagination__page.is-active {
  background-color: #007bff !important;
}
