/* override Helix template */

@media (min-width: 768px) and (max-width: 991px) {
  body {
      font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  body {
      font-size: 18px !important;
  }
}

@media (max-width: 575.98px) {
  .container, .container-sm {
    max-width: 80%; /* Fa sì che il contenitore si adatti completamente alla larghezza dello schermo */
    padding: 0 15px; /* Aggiungi un po' di padding per evitare che il testo tocchi i bordi */
  }
}


#sp-header{
  background: transparent;
  border:none;
  box-shadow: none;
  }
  /* blog*/
  .sp-page-title {
  background: #125C67;
      margin: -50px;
  }
  
  .sp-page-title .container{
  margin-top: 130px;
  }
  
  #sp-main-body {
  background: #FFF9F3;
  }
  
  .article-list .article {
      position: relative;
      margin-bottom: 40px;
      padding: 20px;
      border: 1px solid #B9D1C8;
      border-radius: 4px;
      background: #F5F1E9;
  }
  
  .article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
      color: #125C67;
  }
  
  .article-list .article .readmore a {
      color: #125C67;
      font-weight: 800;
  }

  
  /* Layout a due colonne sui dispositivi mobili */
  
  @media (max-width: 768px) {
      .row .col {
          width: 50% !important;
          float: left;
          box-sizing: border-box;
      }
  }

 
  
  
  .header-sticky{
  height: 70px !important;
  background: #346269 !important;
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  }
  
  .logo-image { 
      position: relative !important;
      top: 10px !important;
  }
  
  @media (max-width: 568px) {
      .logo-image {
          top: 0px !important;
          transform: scale(0.7); 
  transform-origin: center; 
  
   position: absolute;
      left: 20%;
      }
  }
  
  .sp-menu-item{
  text-transform: uppercase !important;
  font-weight: 600 !important;
  }
  
  .sp-megamenu-parent > li.active > a{
  font-weight: 800 !important;
  }
  .burger-icon>span{
  background-color: #41bfb7 !important;
  }


  /*check contatti*/
  .form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
    border: 2px solid #fff!important;
  }


.form-builder-checkbox-item input:checked+label::before, .form-builder-radio-item input:checked+label::before, .sppb-addon-form-builder .sppb-form-check-input:checked+label::before {
  background: #5FB19F!important;
}

#sp-menu ul.social-icons a {
  color: #fff;
}

.sp-scroll-up {    
    bottom: 15px;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;    
}

.cc-trigger.cc-trigger-icon.cc-trigger-right {
    right: 30px;
}

.sp-page-title {
    background: linear-gradient(rgba(18, 92, 103, 0.85), rgba(18, 92, 103, 0.85)), url(/images/casi-di-successo.jpg);
    background-size: cover; /* Adatta l'immagine allo sfondo */
    background-position: center; /* Centra l'immagine */
    background-repeat: no-repeat; /* Evita la ripetizione dell'immagine */
    margin: -50px;
    padding: 100px 0 20px; /* Aggiungi spazio interno per il testo */
    color: #ffffff; /* Colore del testo (se necessario) */
}
