body {
  background-color: #ffffff;
  color: #000000;
      font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
  }

  p {
    $fontS = get_field('font_sito', 'option'); ?>
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
  }
      h1 {
      font-family: Arial, Helvetica, sans-serif !important;
      font-size: 28px !important;
      font-style: normal !important;
      font-weight: 400 !important;
    }
  
    h2 {
      font-family: Arial, Helvetica, sans-serif !important;
      font-size: 24px !important;
      font-style: normal !important;
      font-weight: 400 !important;
    }
  
#newsletter {
  background-color: #ededed !important;
}

    #newsletter .newsletter_title  {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 400 !important;
        color:  #041c39 !important;
      }
  
a, a:visited {
    color: #000000;
}

.header_side {
  background-color: #1e689a;
}

.home.page .home_content {
  background-color: #1e689a;
}
  .home.page .home_content h1 {
    color: #ffffff;
  }
  
.wrapper-info.cfu {
  color: #ffffff;
  background-color: #041c39;
}

.wrapper-info.price {
  color: #041c39;
  background-color: #d9d9d9;
}

.wrapper-info.hours {
  color: #ffffff;
  background-color: #041c39;
}

.wrapper-info.scadenza {
  color: #041c39;
  background-color: #ffbd59;
}