/* 
Theme Name: Hello Elementor Child by DigitalFactor
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-slideshow__footer, .elementor-slideshow__title{
	display:none!important;
}

/* Caroselli Loop: slide centrate quando non riempiono la riga.
   Con meno locandine dei posti disponibili (es. 2 su 4 da desktop) Swiper le
   incolla a sinistra lasciando un vuoto a destra.
   `safe` fa la differenza: quando invece le slide traboccano, l'allineamento
   torna da solo a sinistra: senza, la prima slide finirebbe fuori dall'area
   visibile e lo scorrimento partirebbe storto. */
.elementor-widget-loop-carousel .swiper-wrapper,
.elementor-widget-loop-carousel .elementor-loop-container.swiper > .swiper-wrapper{
	justify-content: safe center;
}