/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ============================================================================
 * Custom CSS — consolidato in style.css (era in Avada Theme Options → Custom CSS).
 * Modifiche da fare qui direttamente, non più dal pannello.
 * ========================================================================== */

/* HEADER */
.fusion-top-header .fusion-header {
    background-color: #000000;
}

/* rimuovi SOLO elementi inutili mobile (NON header!) */
@media screen and (max-width: 469px) {
    .fusion-arrow-svg,
    #side-header {
        display: none;
    }
}

/* rimuovi sidebar mobile blog */
@media screen and (max-width: 469px) {
    .sidebar {
        display: none;
    }
}

/* stile bottoni pagine protette */
.ppw-ppf-input-container input[type='submit'] {
    padding: 10px 25px;
    font-size: 21px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 9px;
}

/* sfondo blog: card nere (dove c'è il titolo) su pagina bianca */
.fusion-blog-layout-grid .post .fusion-post-wrapper,
.fusion-blog-layout-timeline .post,
.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
    background-color: #000000;
}

/* pagina archivio blog: sfondo bianco (solo /blog/, non tocca il resto del sito dark) */
body.blog,
body.blog #wrapper,
body.blog #main,
body.blog .fusion-content-wrapper {
    background-color: #ffffff !important;
}

/* card archivio: la banda dove c'è il titolo del post è nera (titolo arancione su nero) */
body.blog .fusion-post-wrapper,
body.blog .fusion-post-content-wrapper,
body.blog .fusion-post-content {
    background-color: #000000 !important;
}

/* leggero spazio sopra le card del blog */
body.blog #main {
    padding-top: 40px;
}

/* blog: niente messaggio "All items displayed" a fine infinite-scroll (resta lo spinner) */
body.blog .fusion-loading-msg {
    display: none !important;
}

/* ===== Articoli blog migrati da .it (sfondo bianco): heading scuri + leggibilità =====
 * Il tema è dark (heading globali chiari): su questi articoli a sfondo bianco vanno forzati scuri. */
.ss-blog-article .fusion-title-heading,
.ss-blog-article h1,
.ss-blog-article h2,
.ss-blog-article h3,
.ss-blog-article h4 {
    color: #131313 !important;
}
.ss-blog-article h2 { font-weight: 700; margin-top: 1.6em; }
.ss-blog-article h3 { font-weight: 600; }
.ss-blog-article .fusion-text ul { padding-left: 1.3em; margin: 0 0 20px; }
.ss-blog-article .fusion-text li { margin-bottom: 6px; }
.ss-blog-article blockquote {
    border-left: 3px solid #ff7200;
    background: #f7f7f7;
    color: #131313;
    padding: 16px 22px;
    margin: 24px 0;
    border-radius: 0 6px 6px 0;
}
.ss-blog-article blockquote p { margin-bottom: 10px; }

/* meta blog */
.fusion-blog-layout-grid .fusion-single-line-meta,
.fusion-blog-layout-timeline .fusion-single-line-meta {
    margin-bottom: 0;
    color: #ff7200;
}

/* =============================================
   SS-CITY — CSS PER LE PAGINE CITTÀ
   ============================================= */

.ss-city-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
    color: #222;
    font-size: 16px;
    line-height: 1.7;
}

.ss-city-wrap h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.ss-city-wrap h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #111;
}

.ss-city-wrap h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #111;
}

.ss-city-wrap p {
    margin-bottom: 18px;
    color: #333;
}

.ss-city-wrap ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.ss-city-wrap li {
    margin-bottom: 8px;
}

.ss-city-wrap a {
    color: #ff7200;
    font-weight: 600;
    text-decoration: none;
}

.ss-city-wrap a:hover {
    text-decoration: underline;
}

.ss-city-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ss-city-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ss-city-table-wrap {
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ss-city-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.ss-city-table th {
    background: #f6f6f6;
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    font-weight: 600;
}

.ss-city-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.ss-city-table tr:nth-child(even) {
    background: #fafafa;
}

.ss-city-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.ss-city-cta {
    margin-top: 40px;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
}

.ss-city-button {
    display: inline-block;
    margin: 8px 10px 0 0;
    padding: 12px 18px;
    border-radius: 6px;
    background: #ff7200;
    color: #fff !important;
    font-weight: 700;
}

.ss-city-button:hover {
    background: #e05500;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .ss-city-grid {
        grid-template-columns: 100%;
    }
    .ss-city-wrap h1 {
        font-size: 28px;
    }
    .ss-city-wrap h2 {
        font-size: 24px;
    }
}

/* =============================================
   FINE SS-CITY
   ============================================= */


/* =============================================
   SX-TECH — CSS PER LE PAGINE PRODOTTO
   ============================================= */

.sx-tech-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 30px;
    color: #fff;
    /* Solid black background — wrapper is designed for white text. Without an explicit
       background, the white text becomes invisible on the page's default white body. */
    background: #000;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.sx-tech-wrap h2 {
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.sx-tech-wrap h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    margin: 30px 0 12px;
}

.sx-tech-wrap p {
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 16px;
    color: #f2f2f2;
}

.sx-tech-wrap strong {
    color: #fff;
}

.sx-tech-wrap ul {
    margin: 0 0 18px 22px;
    padding: 0;
}

.sx-tech-wrap li {
    margin: 0 0 8px;
    color: #f2f2f2;
}

.sx-tech-wrap a {
    color: #ff7200;
    text-decoration: none;
    font-weight: 600;
}

.sx-tech-wrap a:hover {
    text-decoration: underline;
}

.sx-tech-note {
    font-size: 15px;
    color: #d7d7d7;
}

.sx-tech-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
    margin: 22px 0 10px;
}

.sx-tech-grid .sx-tech-card {
    -webkit-flex: 1 1 calc(50% - 14px);
    flex: 1 1 calc(50% - 14px);
    min-width: 0;
}

.sx-tech-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

html body .sx-tech-wrap .sx-tech-card h3 {
    margin-top: 0;
    color: #111 !important;
}

.sx-tech-card p,
.sx-tech-card li {
    color: #222;
}

/* Anchor inside .sx-tech-card was inheriting the theme's default link color (white on
   sisycomgold), making lists invisible against the white card background. Force brand
   orange for inline links inside cards. */
.sx-tech-card a,
.sx-tech-card li a,
.sx-tech-card p a {
    color: #ff7200;
    text-decoration: none;
}
.sx-tech-card a:hover,
.sx-tech-card li a:hover,
.sx-tech-card p a:hover {
    color: #e05500;
    text-decoration: underline;
}

.sx-tech-card strong {
    color: #111;
}

.sx-tech-table-wrap {
    overflow-x: auto;
    margin: 20px 0 26px;
}

.sx-tech-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
    min-width: 520px;
}

.sx-tech-table th,
.sx-tech-table td {
    border: 1px solid #dcdcdc;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    color: #111;
}

.sx-tech-table th {
    background: #f5f5f5;
    font-weight: 700;
}

.sx-tech-table tr:nth-child(even) td {
    background: #fafafa;
}

.sx-tech-cta {
    margin-top: 30px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
}

.sx-tech-cta p {
    color: #f2f2f2;
}

.sx-tech-cta p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .sx-tech-grid {
        gap: 18px;
    }
    .sx-tech-grid .sx-tech-card {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .sx-tech-wrap {
        padding-top: 10px;
    }
    .sx-tech-wrap h2 {
        font-size: 26px;
    }
    .sx-tech-wrap h3 {
        font-size: 20px;
    }
    .sx-tech-wrap p {
        font-size: 16px;
        line-height: 1.7;
    }
    .sx-tech-table {
        font-size: 14px;
        min-width: 480px;
    }
    .sx-tech-table th,
    .sx-tech-table td {
        padding: 10px 12px;
    }
    .sx-tech-card {
        padding: 18px;
    }
    .sx-tech-cta {
        padding: 18px;
    }
}

/* =============================================
   FINE SX-TECH
   ============================================= */


/* =============================================
   SS-GUIDE — CSS STANDARD SILENTSYSTEM
   Base: ss-guide-wrapper + estensioni
   ============================================= */

.ss-guide-wrapper {
    font-size: 16px;
    line-height: 1.75;
    color: #222;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
}

/* Vimeo / video facade: shows a static poster + play button until the user clicks.
   Defers loading the actual player (~500KB JS) until intent is shown. The JS that
   swaps the facade for the real iframe lives at the bottom of functions.php. */
.ss-vimeo-facade {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 30px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.ss-vimeo-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease, filter 0.2s ease;
}
.ss-vimeo-facade:hover img {
    filter: brightness(0.85);
}
.ss-vimeo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 114, 0, 0.92);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
    padding: 0;
}
.ss-vimeo-facade:hover .ss-vimeo-play,
.ss-vimeo-play:focus {
    background: #ff7200;
    transform: translate(-50%, -50%) scale(1.08);
    outline: none;
}
.ss-vimeo-play svg {
    margin-left: 4px; /* optical center of the play triangle */
}
.ss-vimeo-facade iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Respect user OS "reduce motion" preference: disable hover lift + box-shadow transitions
   on .ss-img-card, and any decorative transforms. */
@media (prefers-reduced-motion: reduce) {
    .ss-guide-wrapper .ss-img-card,
    .ss-guide-wrapper .ss-img-card img,
    .ss-guide-wrapper .ss-guide-card {
        transition: none !important;
    }
    .ss-guide-wrapper .ss-img-card:hover,
    .ss-guide-wrapper .ss-guide-card:hover {
        transform: none !important;
    }
}

/* TITOLI - override totale Avada */
html body .ss-guide-wrapper h1,
html body .ss-guide-wrapper h2,
html body .ss-guide-wrapper h3,
html body .ss-guide-wrapper h1 span,
html body .ss-guide-wrapper h2 span,
html body .ss-guide-wrapper h3 span,
html body .ss-guide-wrapper h1 a,
html body .ss-guide-wrapper h2 a {
    color: #000 !important;
    line-height: 1.3;
}

html body .ss-guide-wrapper h3 a {
    color: #ff7200 !important;
    line-height: 1.3;
}

html body .ss-guide-wrapper h1 {
    font-size: 34px;
    margin: 0 0 20px 0;
}

html body .ss-guide-wrapper h2 {
    font-size: 28px;
    margin: 40px 0 15px 0;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 8px;
}

html body .ss-guide-wrapper h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.ss-guide-wrapper p {
    margin: 0 0 18px 0;
}

.ss-guide-wrapper ul,
.ss-guide-wrapper ol {
    margin: 0 0 20px 25px;
}

.ss-guide-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.ss-guide-wrapper hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 36px 0;
}

/* ---- INDEX ---- */
.ss-guide-wrapper .ss-guide-index {
    background: #fafafa !important;
    border: 1px solid #eee !important;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.ss-guide-wrapper .ss-guide-index h2 {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

/* ---- GRID 2 COLONNE (default) ---- */
.ss-guide-wrapper .ss-guide-grid {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
    margin-top: 30px;
}

/* ---- GRID 3 COLONNE (variante per 6/9/12 card) ---- */
.ss-guide-wrapper .ss-guide-grid-3 {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
    margin-top: 30px;
}

/* ---- CARD ---- */
.ss-guide-wrapper .ss-guide-card {
    border: 1px solid #ddd !important;
    border-radius: 8px;
    padding: 22px;
    background: #fafafa !important;
    transition: all 0.2s ease;
}

.ss-guide-wrapper .ss-guide-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

html body .ss-guide-wrapper .ss-guide-card h3 {
    margin-top: 0;
    font-size: 20px;
}

.ss-guide-wrapper .ss-guide-card a {
    font-weight: 600;
    text-decoration: none;
    color: #ff7200;
}

.ss-guide-wrapper .ss-guide-card a:hover {
    text-decoration: underline;
    color: #e05500;
}

/* ---- BOX ---- */
.ss-guide-wrapper .ss-guide-box {
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px;
    padding: 22px;
    margin: 24px 0;
}

.ss-guide-wrapper .ss-guide-box strong {
    color: #111;
}

/* ---- BOX ACCENT ---- */
.ss-guide-wrapper .ss-guide-box-accent {
    background: #f9fafb !important;
    border-left: 4px solid #111 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 20px;
    margin: 24px 0;
}

/* ---- NOTE ---- */
.ss-guide-wrapper .ss-guide-note {
    background: #f7f7f7 !important;
    border-left: 4px solid #ff6600 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 26px 32px;
    border-radius: 0 6px 6px 0;
    margin: 40px 0;
    font-size: 15px;
}

/* ---- HIGHLIGHT ---- */
.ss-guide-wrapper .ss-guide-highlight {
    font-size: 18px;
    color: #374151;
    max-width: 950px;
    margin: 0 0 20px 0;
}

/* ---- TAGLINE ---- */
.ss-guide-wrapper .ss-guide-tagline {
    letter-spacing: 3px;
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ---- TABELLE ---- */
.ss-guide-wrapper .ss-guide-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
}

.ss-guide-wrapper .ss-guide-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse !important;
    font-size: 15px;
}

.ss-guide-wrapper .ss-guide-table th {
    background: #111 !important;
    color: #fff !important;
    padding: 14px 16px !important;
    text-align: left !important;
    font-weight: 700;
    border: 1px solid #111 !important;
}

.ss-guide-wrapper .ss-guide-table td {
    padding: 13px 16px !important;
    border: 1px solid #e5e5e5 !important;
    background: #fafafa !important;
    vertical-align: top;
}

.ss-guide-wrapper .ss-guide-table tr:nth-child(even) td {
    background: #f4f4f4 !important;
}

.ss-guide-wrapper .ss-guide-table tr:hover td {
    background: #fff5ef !important;
    transition: background 0.15s;
}

/* ---- BADGE ---- */
.ss-guide-wrapper .ss-guide-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

.ss-guide-wrapper .ss-guide-badge-std { background: #eee; color: #555; }
.ss-guide-wrapper .ss-guide-badge-exp { background: #fff0e6; color: #ff6600; }
.ss-guide-wrapper .ss-guide-badge-plus { background: #e6f7f1; color: #00864e; }

/* ---- FULL IMAGE ---- */
.ss-guide-wrapper .ss-guide-full-image {
    margin: 40px 0;
}

.ss-guide-wrapper .ss-guide-full-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ---- BOX OVERNIGHT ---- */
.ss-guide-wrapper .ss-guide-box-overnight {
    background: #fff8f4 !important;
    border-left: 4px solid #ff6600 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 22px 28px;
    border-radius: 0 8px 8px 0;
    margin: 25px 0;
    line-height: 2;
}

html body .ss-guide-wrapper .ss-guide-box-overnight h3 {
    margin-top: 0;
    color: #ff6600 !important;
    font-size: 17px;
}

/* ---- BOX STRONG ---- */
.ss-guide-wrapper .ss-guide-box-strong {
    background: #fff8f2 !important;
    border-left: 4px solid #ff7200 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 22px 28px;
    border-radius: 0 8px 8px 0;
    margin: 25px 0;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    line-height: 1.6;
}

/* ---- BUTTON ---- */
.ss-guide-wrapper .ss-guide-btn {
    background: #ff6600 !important;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none !important;
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
}

.ss-guide-wrapper .ss-guide-btn:hover {
    background: #e05500 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* btn dentro cta: sovrascrive il colore link arancio */
.ss-guide-wrapper .ss-guide-cta .ss-guide-btn {
    color: #fff !important;
    margin: 5px 10px 5px 0;
}

.ss-guide-wrapper .ss-guide-cta .ss-guide-btn:hover {
    color: #fff !important;
}

/* ---- CTA ---- */
.ss-guide-wrapper .ss-guide-cta {
    background: #000 !important;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 40px;
}

html body .ss-guide-wrapper .ss-guide-cta h2 {
    color: #fff !important;
    border: none !important;
    padding-bottom: 0;
}

.ss-guide-wrapper .ss-guide-cta a {
    color: #ff7200 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.ss-guide-wrapper .ss-guide-cta a:hover {
    text-decoration: underline;
    color: #e05500 !important;
}

/* ---- CTA LIGHT ---- */
.ss-guide-wrapper .ss-guide-cta-light {
    text-align: center;
    margin-top: 60px;
    padding: 40px 24px;
    background: #f7f7f7 !important;
    border-radius: 8px;
}

html body .ss-guide-wrapper .ss-guide-cta-light h2 {
    margin-bottom: 8px;
    margin-top: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.ss-guide-wrapper .ss-guide-cta-light p {
    color: #666;
    margin-bottom: 24px;
}

/* ---- TABLET (grid-3 → 2 colonne) ---- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ss-guide-wrapper .ss-guide-grid-3 {
        grid-template-columns: 49% 49%;
        gap: 2%;
    }
}

/* ---- MOBILE ---- */
@media screen and (max-width: 767px) {
    .ss-guide-wrapper .ss-guide-grid,
    .ss-guide-wrapper .ss-guide-grid-3 {
        grid-template-columns: 100%;
    }
    .ss-guide-wrapper {
        padding: 20px;
    }
    html body .ss-guide-wrapper h1 {
        font-size: 28px;
    }
    html body .ss-guide-wrapper h2 {
        font-size: 24px;
    }
    .ss-guide-wrapper .ss-guide-table {
        min-width: 460px;
    }
    .ss-guide-wrapper .ss-guide-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

/* =============================================
   FINE SS-GUIDE
   ============================================= */


/* ================================================
   PAGINE PROTETTE DA PASSWORD - SILENTSYSTEM.IT
   Pagine: gestione/ufficio e relative sottopagine
   IDs: 14737, 11764, 5153, 11881, 5138, 13830
   ================================================ */

/* Testo descrittivo "Questo contenuto è protetto da password..." */
.post-password-form p,
.post-password-form label {
    color: #c1c1c1 !important;
}

/* Bottone INVIO - posizione e larghezza */
.post-14737 .fusion-button-default-size,
.post-11764 .fusion-button-default-size,
.post-5153 .fusion-button-default-size,
.post-11881 .fusion-button-default-size,
.post-5138 .fusion-button-default-size,
.post-13830 .fusion-button-default-size {
    margin-top: 25px !important;
    max-width: 400px !important;
    width: 100% !important;
}

/* ================================================
   FINE PAGINE PROTETTE DA PASSWORD - SILENTSYSTEM.IT
   ================================================ */


/* =============================================
   SS-IMG-CARD — CARD CON IMMAGINE PER PAGINE HUB
   Estensione di ss-guide-wrapper
   Usata in: /utilizzi/ e altre pagine hub
   ============================================= */

.ss-guide-wrapper .ss-img-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    /* Explicit row-gap in px (percentages on row-gap can resolve to 0 when the grid
       container has an indefinite height). Column-gap stays at 2% to track container. */
    column-gap: 2%;
    row-gap: 28px;
    margin: 30px 0;
}

.ss-guide-wrapper .ss-img-card {
    position: relative;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden; /* clip anything that tries to escape the card box (image, etc.) */
    transition: all 0.25s ease;
    contain: layout;
}

/* Keep cards at their natural content height so text never gets clipped. Card bottoms
   may be slightly uneven inside a row when text lengths differ — acceptable trade-off. */
.ss-guide-wrapper .ss-img-grid {
    align-items: start;
}



.ss-guide-wrapper .ss-img-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: #ff7200;
}

html body .ss-guide-wrapper .ss-img-card img {
    width: 100% !important;
    height: 210px !important;
    max-height: 210px !important;
    object-fit: cover;
    display: block;
    border-radius: 9px 9px 0 0; /* matches card border-radius minus 1px for the card border */
    filter: brightness(0.78);
    transition: filter 0.25s ease;
    margin: 0 !important;
}

.ss-guide-wrapper .ss-img-card:hover img {
    filter: brightness(1);
}

.ss-guide-wrapper .ss-img-card-body {
    padding: 20px 22px 28px;
}

/* WP wpautop wraps the trailing overlay <a> in a <p> that adds a stray line
   below the body padding. Collapse it so the bottom padding is the only gap. */
.ss-guide-wrapper .ss-img-card > p:has(> .ss-img-card-link) {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

html body .ss-guide-wrapper .ss-img-card-body h3 {
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
    color: #111 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    padding: 0 !important;
}

.ss-guide-wrapper .ss-img-card-body p {
    margin: 0 !important;
    color: #444 !important;
    font-size: 14px;
    line-height: 1.6;
}

.ss-guide-wrapper .ss-img-card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
    border: none;
}

.ss-guide-wrapper .ss-img-card-link:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 900px) {
    .ss-guide-wrapper .ss-img-grid {
        grid-template-columns: 49% 49%;
        column-gap: 2%;
        row-gap: 24px;
    }
}

@media screen and (max-width: 600px) {
    .ss-guide-wrapper .ss-img-grid {
        grid-template-columns: 100%;
        row-gap: 20px;
    }
    .ss-guide-wrapper .ss-img-card img {
        height: 180px;
    }
}

/* =============================================
   FINE SS-IMG-CARD
   ============================================= */

/* HEADSET MODELS section: video bg only on mobile/tablet; on desktop show only the image */
@media (min-width: 1000px) {
    .ss-mobile-only-bg-video > .fullwidth-video { display: none !important; }
}

/* ===== FOOTER =====
 * Allinea i menu del footer (Products, Uses, Services, Guides, Company, Branches)
 * spostandoli leggermente a sinistra rispetto al titolo della colonna.
 * Era originariamente in `_fusion_builder_custom_css` della Footer section su sisycom.
 */
.footer-menu .awb-menu__main-ul {
	margin-left: -15px !important;
	padding-left: 0 !important;
}

/* ===== UL bullets aligned with column heading (banner FEATURES/TECHNICAL DATA)
 * Sui prodotti (cuffie + trasmettitori) le UL nei [fusion_text] del banner
 * hanno padding-left:40px default browser — i bullet vengono spinti a destra
 * rispetto al titolo della colonna. Allineiamo i bullet al margine sinistro
 * della scritta, come fa il .it produzione.
 * Scope ristretto: solo .fusion-text DIRETTE (non dentro .sx-tech-wrap che ha
 * il suo stile a parte).
 */
.fusion-text > ul {
	padding-left: 1.3em;
	margin-left: 0;
}
.sx-tech-wrap ul {
	/* Mantieni la regola attuale del sx-tech-wrap (non viene impattata dalla
	   regola sopra perché ha selettore più specifico). */
	margin: 0 0 18px 22px;
	padding: 0;
}

/* ===== Transmitters listing (/products/transmitters/) spec lists in Raleway =====
 * I 6 elenchi specifiche dei TX nella pagina generica usano il body font (Inter).
 * L'utente vuole Raleway per uniformare con i titoli card (che sono già Raleway).
 */
body.page-id-507 .fusion-text > ul,
body.page-id-507 .fusion-text > ul > li,
body.page-id-507 .fusion-text > ul > li > span {
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ===== FAQ page (/faq/) — align the side-by-side section columns on desktop =====
 * "Orders and Payment" and "Delivery and Pickup" sit in adjacent half-width columns.
 * Two issues misaligned their starting point on desktop:
 *   1) Avada's default title is a vertically-centered flex row, and the "Orders" title's
 *      flex line resolves a few px taller, pushing its heading down ~8px.
 *   2) Each column's content wraps in a flex container (flex-wrap) whose default
 *      align-content:stretch redistributes spare vertical height; the shorter column
 *      (fewer/shorter answers) gets ~15px of extra space injected above its accordion,
 *      dropping its first row ~16px below the other column's.
 * Fix (desktop only — columns stack on tablet/mobile): top-align the section headings,
 * and pack each column's wrapped flex lines to the top instead of stretch-distributing
 * the slack. Applies to the whole FAQ row, so it stays correct regardless of which
 * column is shorter.
 */
@media (min-width: 1025px) {
	body.page-id-641 .fusion-builder-row-3 .fusion-title-text {
		align-items: flex-start;
	}
	body.page-id-641 .fusion-builder-row-3 .fusion-column-wrapper {
		align-content: flex-start;
	}
}



/* ============================================================
   Headphones Care Pro — page custom CSS (headphone-management-maintenance)
   migrated from sisycom _fusion_builder_custom_css (self-scoped under .ss-*)
   ============================================================ */
/* =========================
   CONTENUTO CENTRATO
========================= */
.ss-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    font-family: 'Barlow', Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.75;
}

/* =========================
   TITOLI
========================= */
.ss-inner h1,
.ss-inner h2,
.ss-inner h3 {
    font-family: 'Barlow Condensed', Arial, sans-serif;
    color: #111 !important;
    letter-spacing: -0.01em;
}

.ss-inner h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-left: 5px solid #ff6600;
    padding-left: 18px;
}

.ss-inner h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
}

.ss-inner h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* =========================
   TESTI
========================= */
.ss-inner p {
    margin-bottom: 14px;
    color: #2a2a2a;
}

.ss-inner a {
    color: #ff6600;
    text-decoration: none;
    font-weight: 500;
}

.ss-inner a:hover {
    text-decoration: underline;
}

/* =========================
   TAGLINE
========================= */
.ss-tagline {
    letter-spacing: 3px;
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', Arial, sans-serif;
    font-weight: 600;
}

/* =========================
   HIGHLIGHT
========================= */
.ss-highlight {
    color: #ff6600;
    font-weight: 600;
    font-size: 18px;
}

/* =========================
   BOX
========================= */
.ss-box {
    background: #f7f7f7;
    padding: 22px 28px;
    border-radius: 6px;
    margin: 25px 0;
    border-left: 4px solid #ff6600;
    font-size: 15.5px;
    line-height: 2;
}

.ss-box p {
    margin-bottom: 6px;
}

.ss-box p:last-child {
    margin-bottom: 0;
}

/* =========================
   GRID
========================= */
.ss-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ss-grid ul {
    padding-left: 18px;
    margin: 0;
}

.ss-grid li {
    margin-bottom: 8px;
    font-size: 15.5px;
}

/* =========================
   TABELLA STANDARD
========================= */
.ss-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.ss-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    font-size: 15px;
}

.ss-table th {
    background: #111;
    color: #fff;
    padding: 14px 18px;
    text-align: left;
    font-family: 'Barlow Condensed', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ss-table td {
    padding: 13px 18px;
    border-bottom: 1px solid #ebebeb;
    background: #fafafa;
    vertical-align: top;
}

.ss-table tr:nth-child(even) td {
    background: #f4f4f4;
}

.ss-table tr:hover td {
    background: #fff5ef;
    transition: background 0.15s;
}

/* =========================
   TABELLA PIANI (comparativa)
========================= */
.ss-plans {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-size: 15px;
}

.ss-plans th {
    background: #111;
    color: #fff;
    padding: 14px 18px;
    text-align: left;
    font-family: 'Barlow Condensed', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ss-plans td {
    padding: 13px 18px;
    border-bottom: 1px solid #ebebeb;
    vertical-align: top;
}

.ss-plans tbody tr:nth-child(odd) td  { background: #fafafa; }
.ss-plans tbody tr:nth-child(even) td { background: #f4f4f4; }

.ss-plans tbody tr:hover td {
    background: #fff5ef;
    transition: background 0.15s;
}

.ss-plans td:first-child {
    font-weight: 600;
}

.ss-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
    font-family: 'Barlow Condensed', Arial, sans-serif;
}

.ss-badge-std  { background: #eee; color: #555; }
.ss-badge-exp  { background: #fff0e6; color: #ff6600; }
.ss-badge-plus { background: #e6f7f1; color: #00864e; }

/* =========================
   BOX OVERNIGHT
========================= */
.ss-overnight {
    background: #fff8f4;
    border-left: 4px solid #ff6600;
    padding: 22px 28px;
    border-radius: 0 6px 6px 0;
    margin: 25px 0;
    line-height: 2;
}

.ss-overnight h3 {
    margin-top: 0;
    color: #ff6600 !important;
    font-size: 17px;
}

.ss-overnight p {
    margin-bottom: 6px;
}

.ss-overnight p:last-child {
    margin-bottom: 0;
}

/* =========================
   DIVIDER
========================= */
.ss-divider {
    height: 1px;
    background: #e8e8e8;
    margin: 45px 0;
    border: none;
}

/* =========================
   CTA
========================= */
.ss-cta {
    text-align: center;
    margin-top: 60px;
    padding: 40px 24px;
    background: #f7f7f7;
    border-radius: 8px;
}

.ss-cta h2 {
    margin-bottom: 8px;
    margin-top: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.ss-cta p {
    color: #666;
    margin-bottom: 24px;
}

/* =========================
   BUTTON
========================= */
.ss-btn {
    background: #ff6600;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
    font-family: 'Barlow Condensed', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
}

.ss-btn:hover {
    background: #e05500;
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .ss-inner {
        padding: 32px 16px;
    }

    .ss-inner h1 {
        font-size: 28px;
        padding-left: 14px;
    }

    .ss-inner h2 {
        font-size: 20px;
        margin-top: 36px;
    }

    .ss-grid {
        grid-template-columns: 1fr;
    }

    .ss-plans,
    .ss-table {
        min-width: 460px;
    }

    .ss-plans td:first-child {
        white-space: normal;
    }

    .ss-cta {
        margin-top: 40px;
    }

    .ss-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

/* =============================================================================
   Legal pages (Privacy Policy #3 / Cookie Policy #760)
   These are plain-content pages, so they render on the site's global content
   background (--content_bg_color:#000) with the default dark text (#131313),
   i.e. invisible. Force readable light text, scoped to these pages only.
   ============================================================================= */
.page-id-3 .post-content,
.page-id-760 .post-content,
.page-id-3 .post-content .fusion-text,
.page-id-760 .post-content .fusion-text,
.page-id-3 .post-content p,
.page-id-760 .post-content p,
.page-id-3 .post-content li,
.page-id-760 .post-content li,
.page-id-3 .post-content em,
.page-id-760 .post-content em,
.page-id-3 .post-content strong,
.page-id-760 .post-content strong {
    color: #ffffff;
}

.page-id-3 .post-content h1,
.page-id-3 .post-content h2,
.page-id-3 .post-content h3,
.page-id-760 .post-content h1,
.page-id-760 .post-content h2,
.page-id-760 .post-content h3 {
    color: #ffffff;
}

.page-id-3 .post-content a,
.page-id-760 .post-content a {
    color: #ff7200;
    text-decoration: underline;
}

.page-id-3 .post-content code,
.page-id-760 .post-content code {
    color: #ffd9b3;
    background: rgba(255, 255, 255, 0.08);
}

/* Tables (cookie list) on dark background */
.page-id-3 .post-content table,
.page-id-3 .post-content th,
.page-id-3 .post-content td,
.page-id-760 .post-content table,
.page-id-760 .post-content th,
.page-id-760 .post-content td {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}
.page-id-760 .post-content thead th {
    background: rgba(255, 255, 255, 0.06);
}

/* CN FAQ fix: force category accordion to full width so it always stacks BELOW the category title (short questions were sitting inline with the title) */
.fusion-faq-shortcode{flex:1 0 100% !important;width:100% !important;}


/* CN city-links grid (hub) */
.ss-city-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin:24px 0}
.ss-city-links a{display:block;text-align:center;padding:14px 10px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:#111!important;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}
.ss-city-links a:hover{background:#ff7200;color:#fff!important;border-color:#ff7200}
