/* 
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
*/

/* Elementor: fix scrollbar orizzontale */
html, body {overflow-x:hidden;}

/* Elementor: fix margine ultimo paragrafo */
.elementor-widget-text-editor p:last-child {margin-bottom:0!important;}

/* Elementor: fix allineamento icona */
.elementor-widget-icon .elementor-icon-wrapper {display:flex;}

/* Elementor: fix image carousel */
.elementor-widget-image-carousel figure.swiper-slide-inner {display:flex;}

/* Elementor: fix per icona nel pulsante */
.elementor-widget-button .elementor-button-icon {display:flex; align-items:center;}

/* Bilancia titoli */
.elementor-heading-title {text-wrap:balance;}

/* Header sticky (in pagina): cambia il colore di sfondo */
header.sticky-header.elementor-sticky--effects {
	background:#ffffff!important;
	border-bottom:1px solid rgba(0, 0, 0, 0.125);
}

/* Titolo animato */
.elementor-widget-animated-headline .elementor-headline {margin-top:0; margin-bottom:0; display:block;}

/* Testo evidenziato */
.highlight {
	margin: 0 3px 0 3px;
	background: #0E3D61;
	box-shadow: .1em 0 0 #0E3D61, -.1em 0 0 #0E3D61;
	color: #ffffff;
	line-height: 1.3;
}

/* Elementor: fix per form */
.elementor-field-type-acceptance .elementor-field-option > input {vertical-align:middle;}
.elementor-field-type-acceptance .elementor-field-option > label > a {color: var(--e-global-color-ca1c939); transition-duration:0.3s;}
.elementor-field-type-acceptance .elementor-field-option > label > a:hover, 
.elementor-field-type-acceptance .elementor-field-option > label > a:focus {color:var(--e-global-color-d6492d7);}

/* Iubenda */
a.iubenda-cs-preferences-link {color:var(--e-global-color-d6492d7); transition-duration:0.3s;}
a.iubenda-cs-preferences-link:hover, 
a.iubenda-cs-preferences-link:focus {color: var(--e-global-color-ca1c939);}

/* Form: Recaptcha */
.elementor-field-type-recaptcha_v3 {margin-bottom:0!important;}
.elementor-field-type-recaptcha_v3 .grecaptcha-badge { visibility: hidden; height:0!important;}

/* Container default padding (mobile) */
@media (max-width:766px) {
	.container-padding-default {padding:40px 10px!important;}
}
/* Container default padding (tablet) */
@media (min-width:767px) and (max-width:1024px) {
	.container-padding-default {padding:50px 10px!important;}
}
/* Container default padding (desktop) */
@media (min-width:1025px){
	.container-padding-default {padding:100px 10px!important;}
}

/* Container small padding (mobile) */
@media (max-width:766px) {
	.container-padding-sm {padding:20px 10px;}
}
/* Container small padding (tablet) */
@media (min-width:767px) and (max-width:1024px) {
	.container-padding-sm {padding:40px 10px;}
}
/* Container small padding (desktop) */
@media (min-width:1025px){
	.container-padding-sm {padding:50px 10px;}
}

/* Container extrasmall padding (mobile) */
@media (max-width:766px) {
	.container-padding-xs {padding:20px 10px;}
}
/* Container small padding (tablet) */
@media (min-width:767px) and (max-width:1024px) {
	.container-padding-xs {padding:20px 10px;}
}
/* Container small padding (desktop) */
@media (min-width:1025px){
	.container-padding-xs {padding:20px 10px;}
}