/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



@media (max-width: 768px) {
    .tax-linea .ast-container{
		padding: 0;
	}
	
	.jet-mobile-menu .jet-mobile-menu__item{
		height: 45px;
	}
	
	.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg{
		max-height: 20px;
	}
	
	.jet-mobile-menu__instance .jet-mobile-menu__container .jet-mobile-menu__body .elementor-element.e-flex{
		box-shadow: none;
	}
}



@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
        position: relative; /* Aiuta a blindare il contenimento */
    }
}


/* Video in scheda prodotto */
/* 1. Forza il contenitore principale del video a muoversi in 9:16 verticale */
.vwg_video_js, 
div[class*="vwg_video_js"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
}

/* 2. Se il plugin usa il vecchio metodo "fluid" di Video.js basato sul padding, lo forziamo a 9:16 */
.vwg_video_js.vjs-fluid {
    padding-top: 177.78% !important; /* Proporzione matematica per il 9:16 verticale */
    height: 0 !important;
}

/* 3. Assicura che il video nativo interno si adatti perfettamente al nuovo box verticale */
.vwg_video_js video, 
.vwg_video_js .vjs-tech {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Riempie lo spazio. Usa "contain" se preferisci non tagliare i bordi */
}


/* Titolo custom con linea */
.titolo-linea .elementor-heading-title {
    overflow: hidden; 
}

/* 2. Aggiunge la linea subito dopo il testo */
.titolo-linea .elementor-heading-title::after {
    content: "";
    display: inline-block; /* Si comporta come testo, posizionandosi subito dopo "fake" */
    width: 100%; /* Crea una linea molto lunga... */
    margin-right: -100%; /* ...ma inganna il browser facendogli credere che la linea occupi 0 spazio, così non va a capo! */
    height: 2px;
    background-color: #000;
    margin-left: 20px; /* Spazio tra la parola e la linea */
    /* Allineamento verticale della linea rispetto al testo */
    vertical-align: bottom; 
    position: relative;
    top: -2px;
}


.titolo-linea.bianca .elementor-heading-title::after {
    background-color: #fff; /* Colore della linea (es. Nero) */
}

.titolo-linea.spessax2 .elementor-heading-title::after {
	height: 4px;	
}


/* MEGAMENU */
.jet-mega-menu-mega-container__inner{
	padding: 0 !important;
}

/* Elementor Widget buttons font family */
.elementor-widget-button .elementor-button-text {
    font-family: 'Poppins';
}

