/* =========================================================
   SALENTO FOOD EXPERIENCE
   CSS LISTING
   STILE NERO + ORO
   ========================================================= */


/* =========================================================
   1. PULSANTI PRINCIPALI
   CHIAMA / PRENOTA / WHATSAPP
   ========================================================= */

.listing-main-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;

    width: 100% !important;

    margin-top: 16px !important;

    box-sizing: border-box !important;
}


/* Ogni pulsante */

.listing-main-buttons .lmb-calltoaction {
    flex: 1 1 0 !important;

    min-width: 0 !important;

    margin: 0 !important;
}


/* Spazio tra i pulsanti */

.listing-main-buttons .lmb-calltoaction + .lmb-calltoaction {
    margin-left: 10px !important;
}


/* Pulsante */

.listing-main-buttons .lmb-calltoaction > a {
    display: flex !important;

    width: 100% !important;

    height: 40px !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 0 10px !important;

    box-sizing: border-box !important;

    background: #000000c4 !important;

    color: #bba53d !important;

    border: 1.5px solid #bba53d !important;

    border-radius: 5px !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    white-space: nowrap !important;
}


/* Icona + testo */

.listing-main-buttons .lmb-calltoaction > a i {
    margin-right: 8px !important;
}


/* =========================================================
   2. QUICK ACTIONS
   AVVIA NAVIGAZIONE / CONDIVIDI
   ========================================================= */

.single-job-listing .quick-listing-actions {
    margin-top: 10px !important;
}


/* Elementi */

.single-job-listing .quick-listing-actions > ul > li {
    margin-bottom: 0 !important;
}


/* Pulsanti */

.single-job-listing .quick-listing-actions > ul > li > a {
    height: 35px !important;

    min-height: 35px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    box-sizing: border-box !important;

    display: flex !important;

    align-items: center !important;
}


/* Spazio tra Navigazione e Condividi */

.single-job-listing .quick-listing-actions > ul > li + li {
    margin-left: 8px !important;
}


/* =========================================================
   3. ICONE SOCIAL E SERVIZI
   ========================================================= */

.single-job-listing .details-block-content > li > i {
    background: #f4f4f470;

    color: #bba53d;
}


.single-job-listing .details-list li i,
.social-nav li a span.svg-icon {
    text-align: center;

    border-radius: 50%;

    color: #bba53d;

    background: #f4f4f470;
}


/* =========================================================
   4. ORARI
   NASCONDE ETICHETTA
   ========================================================= */

.open-now .timing-today .tooltip-container {
    display: none;
}


/* =========================================================
   5. ORARI
   NASCONDE DATA E ORA LOCALE
   ========================================================= */

.work-hours-block .work-hours-timezone {
    visibility: hidden;
}


/* =========================================================
   6. MENU MOBILE
   ========================================================= */

.single-job-listing .profile-cover ~ .tab-content {
    position: relative;

    z-index: 9;
}


/* =========================================================
   7. MOBILE
   ========================================================= */

@media (max-width: 767px) {


    /* =====================================================
       7.1 PULSANTI PRINCIPALI
       ===================================================== */

    .listing-main-buttons {
        display: flex !important;

        flex-wrap: nowrap !important;

        width: 100% !important;

        margin-top: 16px !important;

        box-sizing: border-box !important;
    }


    /* Tre pulsanti sulla stessa riga */

    .listing-main-buttons .lmb-calltoaction {
        flex: 1 1 0 !important;

        min-width: 0 !important;

        margin: 0 !important;
    }


    /* 10 px tra i pulsanti */

    .listing-main-buttons .lmb-calltoaction + .lmb-calltoaction {
        margin-left: 10px !important;
    }


    /* Dimensione pulsanti */

    .listing-main-buttons .lmb-calltoaction > a {
        width: 100% !important;

        height: 48px !important;

        padding-left: 8px !important;
        padding-right: 8px !important;

        box-sizing: border-box !important;

        font-size: 15px !important;

        white-space: nowrap !important;
    }


    /* Icone */

    .listing-main-buttons .lmb-calltoaction > a i {
        margin-right: 5px !important;
    }


    /* =====================================================
       7.2 QUICK ACTIONS
       AVVIA NAVIGAZIONE / CONDIVIDI
       ===================================================== */

    .single-job-listing .quick-listing-actions > ul > li > a {
        height: 35px !important;

        min-height: 35px !important;

        padding-top: 0 !important;

        padding-bottom: 0 !important;

        box-sizing: border-box !important;

        display: flex !important;

        align-items: center !important;
    }


    /* Spazio tra i due pulsanti */

    .single-job-listing .quick-listing-actions > ul > li + li {
        margin-left: 8px !important;
    }

}