/*
Theme Name: Astra Child
Description: Tema child di Astra
Template: astra
Version: 1.0
*/

/*@import url("../astra/style.css");*/

<style>
/* Stili per il modal */
    .modal-contatto {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-contatto[style*="display: block"] {
        display: flex !important;
    }

    .modal-content {
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        max-width: 600px;
        border-radius: 10px;
        position: relative;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .close-modal {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        right: 15px;
        top: 10px;
        cursor: pointer;
    }

    .close-modal:hover,
    .close-modal:focus {
        color: black;
    }

    .btn-offerta-opera,
    .btn-acquista-opera {
        background-color: #d0d0d0;
        color: black;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin: 15px;
        text-decoration: none;
        display: inline-block;
    }

    .btn-offerta-opera:hover,
    .btn-acquista-opera:hover {
        background-color: #ffffff;
    }

    .menu-opera-info {
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        margin: 20px 0;
        border-left: 4px solid #007cba;
    }

    .opera-details {
        margin: 15px 0;
    }

    .menu-opera-buttons {
        text-align: center;
        margin-top: 15px;
    }

    /* Stili per il campo messaggio del Contact Form 7 */
    .modal-contatto textarea {
        height: 60px !important;
        max-height: 60px !important;
        min-height: 60px !important;
        resize: vertical;
        overflow-y: auto;
    }

    .modal-contatto .wpcf7-form-control.wpcf7-textarea {
        height: 60px !important;
        max-height: 60px !important;
        min-height: 60px !important;
    }



    .menu-opera-info {
    margin: 10px 0;
    padding: 5px;
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    border: 1px solid #000000;
    border-radius: 12px;
    text-align: center;
    color: black;
        }

.nav-title {
    font-weight: bold;
    font-size: 0.9em;
}
.nav-arrow {
    font-size: 1.2em;
    vertical-align: middle;
}

/* ************************************************************************************************** */

.custom-post-navigation {
    clear: both;
    margin: 40px 0;
    padding: 0;
    font-size: 24px;
}

.custom-post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.custom-post-navigation .nav-previous, 
.custom-post-navigation .nav-next {
    flex: 1;
    padding: 20px;
    font-size: 18px;
}

.custom-post-navigation .nav-next {
    text-align: right;
}

.custom-post-navigation .nav-arrow {
    font-size: 2em;
    margin: 0 10px;
}



/*  ******************************************************** */

/* ****** Rimozione dei pallini di avanzamento dello slider in prima pagina */ 
.tf_carousel_bullets .tf_carousel_bullet {
  display:none;
}




</style>
