/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 13:48:36 */
.qodef-m-digit {
  font-family: 'Sora', sans-serif;
}

#qodef-content-bottom {
  background-color: #011b30;
}

/* FOOTER TOP + FOOTER BOTTOM: prima colonna -> contenuti più stretti */
#qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child p,
#qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child form,
#qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child .wpcf7,
#qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child .mc4wp-form,
#qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child p,
#qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child form,
#qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child .wpcf7,
#qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child .mc4wp-form {
  max-width: 60%;
}

@media (max-width: 768px) {

  #qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child p,
  #qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child form,
  #qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child .wpcf7,
  #qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:first-child .mc4wp-form,
  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child p,
  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child form,
  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child .wpcf7,
  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child .mc4wp-form {
    max-width: 100%;
  }

  /* CONTENT BOTTOM: menu unico in 2 colonne */
  #qodef-content-bottom .menu-content-bottom-container,
  #qodef-content-bottom #menu-content-bottom {
    width: 100% !important;
    max-width: 100% !important;
  }

  #qodef-content-bottom #menu-content-bottom {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 10px !important;
    row-gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #qodef-content-bottom #menu-content-bottom li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #qodef-content-bottom #menu-content-bottom a {
    display: block !important;
    font-size: 18px !important;
  }

  /* ELIMINA SPAZIO SOTTO IL MENU */
  #qodef-content-bottom .qodef-content-bottom-inner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* FOOTER BOTTOM: col 2 e 3 affiancate */
  #qodef-page-footer-bottom-area .qodef-grid-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 26px !important;
    row-gap: 14px !important;
  }

  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-child {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:nth-child(2),
  #qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: calc(50% - 13px) !important;
    flex: 0 0 calc(50% - 13px) !important;
    max-width: calc(50% - 13px) !important;
  }

  /* meno spazio tra footer bottom e copyright */
  #qodef-page-footer-bottom-area {
    padding-bottom: 8px !important;
  }

  #qodef-page-footer-copyright-area {
    padding-top: 8px !important;
  }

  #qodef-page-footer-copyright-area .qodef-grid-inner,
  #qodef-page-footer-copyright-area .qodef-copyright-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 14px !important;
    row-gap: 6px !important;
  }

  #qodef-page-footer-copyright-area .qodef-grid-inner > .qodef-grid-item,
  #qodef-page-footer-copyright-area .qodef-copyright-inner > * {
    margin: 0 !important;
    padding: 0 !important;
  }
}