/*
Theme Name: FitExpress Theme
Theme URI: https://www.fitexpress.it/
Description: Tema standalone custom per FitExpress — palestre low cost 24/7 in Italia.
Author: FitExpress Team
Version: 3.0.3
Text Domain: fitexpress
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-logo, full-width-template
*/

/* Add your custom styles here */

/* ── Brand tokens — available in all scopes (drawer, footer, etc.) ── */
:root { --y: #FFD600; }

/* ── Global reset ── */
html, body { margin: 0; padding: 0; }
html, body { overflow-x: hidden; }

/* ── Global font-size bump for improved readability ── */
html { font-size: 17px; }
@media (max-width: 768px) { html { font-size: 16px; } }

/* ════════════════════════════════════════════
   GLOBAL TYPOGRAPHY — premium baseline
   ════════════════════════════════════════════ */

/* Body copy */
body {
  font-size: clamp(15px, 0.9rem, 17px);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Paragraphs — comfortable reading */
p {
  font-size: clamp(15px, 1rem, 18px);
  line-height: 1.78;
  margin-top: 0;
  margin-bottom: 1.1em;
}
p:last-child { margin-bottom: 0; }

/* Lists */
li { line-height: 1.7; }

/* Headings — tight optical tracking for display sizes */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 800;
}
h1 { letter-spacing: -.04em; }
h2 { letter-spacing: -.03em; }
h3 { letter-spacing: -.02em; }

/* Links — inherit color by default, no underline in nav/buttons */
a { text-underline-offset: 3px; }

/* Inputs baseline */
input:not([type="hidden"]), textarea, select {
  font-size: max(15px, 0.9rem) !important;
}
/* Checkout handles its own input sizes */
body.woocommerce-checkout input:not([type="hidden"]),
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
  font-size: 15px !important;
}
/* Reset p/li overrides inside checkout — template CSS rules win */
body.woocommerce-checkout p,
body.woocommerce-checkout li {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: inherit !important;
}




.clubs-hero__sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,.45);
    font-weight: 300;
    max-width: 42ch;
    padding-top: 10px!important;
}



.woocommerce-privacy-policy-text a {background-color: transparent;color: black;text-decoration: none; font-weight:600;}
body.woocommerce-checkout .fex-checkout-page {max-width: 1280px;!important}




.fx-wrapper {
    margin-top: -120px!important;
}


.fx-hero-wrap {
    padding-top: 110px!important;
}




.leaflet-touch .leaflet-bar a {
    color: black;
}




.fx-hero-logo-img {
    height: 70px!important;
    width: auto!important;
    object-fit: contain!important;
    margin: 0 auto;
}