/*
Theme Name: Astra Child Trattoria Tina
Theme URI: https://afterpixel.com/
Description: Child theme per Astra con header e footer personalizzati per Trattoria Tina.
Author: Afterpixel
Author URI: https://afterpixel.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child-trattoria-tina
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
*/

:root {
    --tina-black: #231f20;
    --tina-green: #c7ca96;
    --tina-green-hover: #b9bd82;
    --tina-white: #ffffff;
    --tina-panel-width: min(76vw, 1320px);
    --tina-footer-width: min(75vw, 1320px);
}



body.page .ast-container, body.page .entry-content, body.page .site-main {
    background: #fff !important;
}


@media (min-width: 922px) {
    .ast-container {
        max-width: var(--tina-panel-width);
    }
}

/* Etichette abbreviate del selettore lingua */
.tina-language-label-short {
    display: none;
}

/* Visualizzazione mobile */
@media screen and (max-width: 767px) {
    .tina-language-label-full {
        display: none;
    }

    .tina-language-label-short {
        display: inline;
    }
}