/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 15:00:20 */
@media only screen and (max-width: 767px) {
  html body .vc_row,
  html body .wpb_row,
  html body .vc_row.wpb_row,
  html body .vc_row.wpb_row.vc_row-fluid {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
}


/* Allarga la colonna del footer che contiene il blocco */
footer [class*="col-"]:has(.footer-info-grid) {
  flex: 0 0 550px !important;
  width: 550px !important;
  max-width: 550px !important;
}

/* Struttura interna su due colonne */
.footer-info-grid {
  display: grid;
  grid-template-columns: 250px 220px;
  column-gap: 45px;
  width: 515px;
  max-width: none;
  color: inherit;
  font-size: 13px;
  line-height: 1.45;
}

.footer-info-grid p {
  margin: 0;
}

.footer-info-grid strong {
  font-weight: 600;
}

.footer-info-grid .footer-vat {
  margin-top: 18px;
}

/* Evita che email e telefono vadano a capo */
.footer-info-grid a[href^="mailto:"],
.footer-info-grid a[href^="tel:"] {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

/* Nome azienda su una sola riga */
.footer-info-grid
.footer-info-column:first-child
p:first-child
strong:first-child {
  white-space: nowrap;
}

/* Social */
.footer-info-grid .footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  footer [class*="col-"]:has(.footer-info-grid) {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer-info-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 20px;
    font-size: 12px;
  }

  .footer-info-grid
  .footer-info-column:first-child
  p:first-child
  strong:first-child {
    white-space: normal;
  }

  .footer-info-grid a[href^="mailto:"],
  .footer-info-grid a[href^="tel:"] {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}