@charset "utf-8";
/* CSS Document */
/*
Theme Name: Astra Child
Theme URI: http://example.com/
Description: Tema Child per il tema astra
Author: Laura Mangiavacchi
Author URI: http://example.com/about/
Template: astra
Version: 0.1.0
*/



/* Header */

.current-menu-item,
.menu-link:hover {
    background-color: #ffffff !important;
    color: black !important;
    transition: all 0.2s ease-in-out;
}

.sub-menu .menu-link:hover {
    background-color: #E8E0DD !important;
    color: black !important;
    transition: all 0.2s ease-in-out;
}

.current-menu-item a,
.page-id-477 .menu-item a,
.page-id-96 .menu-item a,
.page-id-304 .menu-item a,
.single-cartoline .menu-item a,
.category .menu-item a,
.page-id-47 .menu-item a,
.page-id-51 .menu-item a,
.page-id-282 .menu-item a,
.archive .menu-item a,
.page-id-19 .menu-item a,
.page-id-2200 .menu-item a,
.page-id-477 .ast-site-identity .site-title a,
.page-id-96 .ast-site-identity .site-title a,
.page-id-304 .ast-site-identity .site-title a,
.single-cartoline .ast-site-identity .site-title a,
.category .ast-site-identity .site-title a,
.page-id-47 .ast-site-identity .site-title a,
.page-id-51 .ast-site-identity .site-title a,
.page-id-282 .ast-site-identity .site-title a,
.archive .ast-site-identity .site-title a,
.page-id-19 .ast-site-identity .site-title a,
.page-id-2200 .ast-site-identity .site-title a,
.page-id-477 .pll-switcher-select,
.page-id-96 .pll-switcher-select,
.page-id-304 .pll-switcher-select,
.single-cartoline .pll-switcher-select,
.category .pll-switcher-select,
.page-id-47 .pll-switcher-select,
.page-id-51 .pll-switcher-select,
.page-id-282 .pll-switcher-select,
.archive .pll-switcher-select,
.page-id-19 .pll-switcher-select,
.page-id-2200 .pll-switcher-select {
    color: rgb(0, 0, 0) !important;
}

.page-id-477 header,
.page-id-96 header,
.page-id-304 header,
.single-cartoline header,
.category header,
.page-id-47 header,
.page-id-51 header,
.page-id-282 header,
.archive header,
.page-id-19 header,
.page-id-2200 header {
    background: white;
}

[CLASS*="-sticky-header-active"] .menu-item a {
    color: rgb(255, 255, 255) !important;
}

[CLASS*="-sticky-header-active"] .current-menu-item a,
[CLASS*="-sticky-header-active"] .menu-link:hover {
    background-color: #E8E0DD !important;
    color: rgb(0, 0, 0) !important;
}

.sub-menu .menu-item a,
.sub-menu .menu-item a {
    color: black !important;
}

.page-id-477 .current-menu-item,
.page-id-96 .current-menu-item,
.page-id-304 .current-menu-item,
.single-cartoline .current-menu-item,
.category .current-menu-item,
.page-id-47 .current-menu-item,
.page-id-51 .current-menu-item,
.page-id-282 .current-menu-item,
.archive .current-menu-item,
.page-id-19 .current-menu-item,
.page-id-2200 .current-menu-item,
.page-id-477 .menu-link:hover,
.page-id-96 .menu-link:hover,
.page-id-304 .menu-link:hover,
.single-cartoline .menu-link:hover,
.category .menu-link:hover,
.page-id-47 .menu-link:hover,
.page-id-51 .menu-link:hover,
.page-id-282 .menu-link:hover,
.archive .menu-link:hover,
.page-id-19 .menu-link:hover,
.page-id-2200 .menu-link:hover {
    background-color: #E8E0DD !important;
    color: black !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    color: black !important;
}

/* Footer */

.site-primary-footer-inner-wrap {
    border-top: 3px #E8E0DD solid;
    padding-top: 50px;
}

footer h5 {
    padding-bottom: 30px;
}

.pll-switcher-select {
    background: none !important;
    border: none;
    color: white;
    text-transform: uppercase;
    transform: scale(1.2);
    cursor: pointer;
    box-shadow: none;
}

/* CV */

.sliderdue {
    overflow-y: hidden !important;
}

.sliderdue .cvplbd {
    font-weight: 300 !important;
}

.sliderdue .pt-cv-page {
    display: flex !important;
    height: 600px;
    transition: all 0.2s ease-in-out;
}

.sliderdue .pt-cv-content-item:hover {
    flex: 2;
    transition: all 0.2s ease-in-out;
}

.sliderdue .pt-cv-content-item:not(:hover) {
    flex: 1;
    transition: all 0.2s ease-in-out;
}

.slider-mobile .cvplbd {
    font-weight: 300 !important;
}

/* Post-type */

.thumbnail img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
}

.specifiche {
    display: flex;
    padding-top: 100px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
    align-items: end;
}

.specifiche h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.descrizione-acf {
    font-size: 30px;
    line-height: 1.5;
}

.linea {
    font-size: 20px;
    margin-top: 15px;
}

.sinistra {
    width: 60%;
}

.destra {
    width: 40%;
    float: right;
    padding-left: 70px;
}

.destra .fas {
    width: 50px;
}

.servizi {
    border-top: 1px solid #363A2B;
    border-bottom: 1px solid #363A2B;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 100px;
    padding: 10px 0;
}

.title-servizi {
    max-width: 1200px;
    margin: auto;
    font-size: 32px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.servizi-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 135px;
    list-style-type: none;
    overflow-y: auto;
    font-size: 20px;
    overflow-x: hidden;
    margin: 0;
}

.servizi-list li {
    width: 33.3333%;
}

.mezzi-list li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
}

.mezzi-container {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.mezzi-label {
    margin-right: 10px;
}

.mezzi-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.mezzo-item {
    margin-right: 10px;
}

/* cartoline */

.cartolina {
    display: flex;
    width: 1200px;
    height: 450px;
    background: #ffffff;
    margin: auto;
    padding: 30px 0;
    gap: 30px;
    margin-top: 277px;
    margin-bottom: 100px;
}

.cartolina-img {
    width: 35%;
    padding-left: 30px;
}

.cartolina-img img {
    height: 100%;
    object-fit: cover;
}

.specifiche-cartolina {
    width: 60%;
}

.date-cart {
    display: flex;
}

.linea-cart {
    font-size: 20px;
    margin-top: 5px;
}

.linea-titolo {
    font-size: 48px;
    font-family: 'Taviraj', serif;
    font-weight: 300;
    margin: 30px 0;
}

.linea-p {
    font-size: 16px;
}

.content-cartoline .pt-cv-rmwrap {
    border-top: 1px solid #363A2B;
    text-align: center;
}

.pt-cv-view .pt-cv-carousel-indicators {
    width: 100%;
    margin: auto;
}

.content-cartoline .pt-cv-carousel-indicators li {
    border: #ffffff 2px solid !important;
    justify-content: center;
}

.pt-cv-view .pt-cv-carousel-indicators li.active,
.pt-cv-view .pt-cv-carousel-indicators li.active {
    border: #ffffff 2px solid;
    color: #ffffff !important;
    background-image: none !important;
    background-color: #ffffff00 !important;
}

.content-cartoline .cvplbd {
    font-weight: 300 !important;
}

/* tour */

.all-tour {
    width: 100vw;
}

.all-tour .pt-cv-2-col {
    width: 100% !important;
}

.all-tour .pt-cv-remain-wrapper {
    padding-top: 3%;
    height: 100%;
}

.all-tour .cvplbd {
    font-weight: 300 !important;
}

.all-tour h2 {
    font-family: 'Taviraj', serif !important;
}

.pt-cv-colwrap {
    align-self: center !important;
}

/* Form */

.box-form input,
.box-form textarea {
    border-radius: 0;
}

.box-area,
.box-form label,
.box-form p {
    font-size: 20px;
    color: white !important;
}

.box-form input[type="submit"] {
    text-align: center;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 20px;
    padding: 15px 60px;
    border: 2px solid white;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.classe {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto 0 !important;
}

.classe .wpcf7-form-control-wrap {
    width: 485px !important;
}

.invia {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.wpcf7-spinner {
    display: none;
}

.iubenda-link {
    color: #E8E0DD !important;
    margin-left: 40px;
}

.ok {
    display: flex;
    gap: 10px;
    margin-left: -20px;
    margin-bottom: -20px !important;
}

/* Widget */

.widgettone .wpcf7 form>div {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    margin: 0;
}

.widgettone .wpcf7 label {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

.widgettone .button {
    border: 2PX solid white !important;
    border-radius: 50px;
    color: white !important;
    margin: 0 30px;
    display: flex;
    justify-content: center;
}

.widgettone p {
    margin: 0;
    margin-bottom: 10px;
}

.widgettone .wpcf7 input {
    border-radius: 0;
    height: 40px;
}

.widgettone .wpcf7 .mini {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.widgettone .wpcf7 .mini :nth-child() {
    flex: 1;
}

.line-2 {
    width: 100%;
}

/* Back to the top */

.ast-scroll-to-top-right {
    z-index: 1000;
}

/* media queries */

@media screen and (max-width: 992px) {

    .page-id-477 header,
    .page-id-96 header,
    .page-id-304 header,
    .single-cartoline header,
    .category header,
    .page-id-47 header,
    .page-id-51 header,
    .page-id-282 header,
    .archive header,
    .page-id-19 header,
    .page-id-2200 header {
        height: 72px;
    }

    .page-id-477 .ast-site-identity .site-title a,
    .page-id-96 .ast-site-identity .site-title a,
    .page-id-304 .ast-site-identity .site-title a,
    .single-cartoline .ast-site-identity .site-title a,
    .category .ast-site-identity .site-title a,
    .page-id-47 .ast-site-identity .site-title a,
    .page-id-51 .ast-site-identity .site-title a,
    .page-id-282 .ast-site-identity .site-title a,
    .archive .ast-site-identity .site-title a,
    .page-id-19 .ast-site-identity .site-title a,
    .page-id-2200 .ast-site-identity .site-title a {
        color: white !important;

    }

    .specifiche {
        padding: 20px;
    }

    .servizi {
        padding: 20px;
    }

    .title-servizi {
        padding-left: 20px;
    }

    .cartolina {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 80px;
    }

    .specifiche-cartolina {
        width: 100%;
        padding: 0 20px;
    }

    .cartolina-img {
        width: 100%;
        padding: 20px;
    }

    .specifiche {
        align-items: center;
    }

    .classe {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
        gap: 0;
    }

    .classe .wpcf7-form-control-wrap {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .thumbnail img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .specifiche {
        display: flex;
        flex-wrap: wrap;
    }

    .destra,
    .sinistra {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .servizi-list {
        height: 100%;
    }

    .servizi-list li {
        width: 100%;
    }
}