/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/
/*PADDING SEZIONI*/

.ele-section-inline {
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem) ;
}

.ele-section-xs {
 padding-block: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem) ;
}

.ele-section-s {
 padding-block: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem) ;
}

.ele-section-m {
 padding-block: clamp(1.5rem, 1.167rem + 1.481vw, 2.5rem);
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

.ele-section-d {
 padding-block: clamp(3rem, 2.333rem + 2.963vw, 5rem);
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem) ;
}

.ele-section-l {
 padding-block: clamp(4.5rem, 3.5rem + 4.444vw, 7.5rem);
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem) ;
}

.ele-section-xl {
 padding-block: clamp(6rem, 4.667rem + 5.926vw, 10rem);
 padding-inline: clamp(1rem, 0.833rem + 0.741vw, 1.5rem);
}

/*Immagini con stessa dimensione CAROSELLO*/
.carosello-stesso-formato .swiper-slide-image,
.carosello-stesso-formato .swiper-slide img {
    width: 100%;
    height: 320px;      /* cambia tu l'altezza */
    object-fit: cover;  /* riempie lo spazio mantenendo proporzioni */
    display: block;
}

/*LINK FOOTER*/
.txtft a {
    color: #f4f1ec;
	font-weight:400;
}

.txtft a:hover {
    color: #a4372a;
	font-weight:400;
} 
/* Add your custom styles here */
