/* PERSONALIZZAZIONI CSS */
/* row */
.row {
    --bs-gutter-x: 15px;
}

/* paginazione */
.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.custom-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #f28c28;
    color: #f28c28;
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 12px;
    box-sizing: border-box;
}

.custom-pagination .page-numbers:hover {
    background-color: #f28c28;
    color: white;
}

.custom-pagination .page-numbers.current {
    background-color: #f28c28;
    color: white;
    border: 1px solid #f28c28;
}

/* taxonomy-territorio.php */
.page-header.territorio {
    position: relative;
    padding: 570px 0px 80.3px
}

@media (max-width: 767px) {
    .page-header.territorio {
        position: relative;
        padding: 250px 0px 30.3px;
    }
}

.page-header__content.territorio {
    position: relative;
    text-align: left;
    padding: 20px;
}

.sopra-titolo-territorio {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.page-header__bg.territorio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a194800;
    opacity: 0.7;
    z-index: -1;
}

.position-button-taxonomy-territorio {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zona-card {
    font-size: 14px;
    color: white;
    font-weight: 600;
}

.no-content-message {
    font-style: italic;
    color: #777;
    padding: 20px 0;
}

.bottone-centrale {
    align-content: center;
    place-items: anchor-center;
}



/* slider homepage */
.main-slider-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* altezza dell'ombra, personalizzabile */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    z-index: 2;
    /* assicurati che stia sopra allo sfondo ma sotto al contenuto */
    pointer-events: none;
}

.main-slider-two {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header.site-header {
    z-index: 10;
    position: fixed;
    /* o absolute, a seconda del tuo layout */
}

.page-header.territorio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* puoi aumentare o diminuire l'altezza dell'ombra */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    z-index: 2;
    pointer-events: none;
}

.page-header__bg.territorio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a194800;
    opacity: 0.7;
    z-index: -1;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

.page-header.territorio {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* notizia gutenberg */
.wp-block-image {
    margin-bottom: 20px;
}

.pt-20.pb-20.blog-details-card__text.wow.fadeInUp.animated p {
    padding-bottom: 20px;
}

#reset-filters {
    margin: 10px auto;
    background: white;
    color: black;
    border: 0px;
    text-decoration-line: underline;
}


/* bottone mostra altri */
.btn.orange {
    border: 2px solid #f28c28;
    border-radius: 10px;
    color: #f28c28;
}

.btn.orange:hover {
    border: 2px solid #f28c28;
    border-radius: 10px;
    color: white;
    background-color: #f28c28;
}

.col-xl-3.col-lg-3.col-md-6.col-6 .item {
    height: 100%;
}

.gotur-breadcrumb .breadcrumb_last {
    color: #f28c28;
}

.gotur-breadcrumb span,
.gotur-breadcrumb a {
    color: white;
}

.gotur-breadcrumb a:hover {
    color: #f28c28;
}


/*feed di instagram */
.instagram-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.instagram-button:hover {
    background-color: #f0f0f0;
}

.instagram-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* homepage prima sezione */
.about-quote .quote-box {
    border: 2px solid #ccc;
    border-left: 6px solid #a41e22;
    /* colore rosso cremisi evocativo */
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-right: 6px solid #a41e22;
}

.about-quote .quote-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-quote .quote-text {
    font-style: italic;
    font-size: 1.2rem;
    color: #333;
    padding-left: 20px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-quote .quote-text {
        padding-top: 20px;
        padding-left: 0;
        font-size: 14px;
    }

    .about-quote .row {
        text-align: center;
    }
}

/* bottone form contatto pagina contatti */
.btn-full {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-full::after {
    content: "\f061";
    /* o altro codice icona */
    font-family: "FontAwesome";
    /* o l'icona che usi */
}

/* .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
} */