/*
Theme Name: Astra Child
Description: Tema child per Astra
Author: IAPIGI
Author URI: iapigi.com
Template: astra
Version: 1.0.0
*/

/* custom font */
h1:not(.product_title),
.entry-content h1{
    font-family: 'Tux-Studio', sans-serif;
}

/* menu popup*/
.uagb-modal-popup {
    justify-content:left!important;
}

li:has(> a[href*="https://www.tuxstudio.it/contatti/"]) {
    padding-top:10px;
    margin-top: 10px;
    border-top: 1px solid var(--ast-global-color-8);
}

.wp-block-latest-posts__list li {
    padding: 20px;
    background-color: #fff;
}

/* CONTENUTO STRETTO */
  
.content {
    max-width: 720px;                            /* larghezza leggibile */
    margin-left: auto;
    margin-right: auto;
}