/* 
Theme Name: Hello Elementor Child
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.1
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
*/

/*
    Add your custom styles here
*/

#site_header, #site_footer, #site_footer_bottom, #content, main,
.single-evento,
.error404,
.e-landing-page-template {
	margin: 0 auto;
    max-width: 1920px;
}


.elementor-widget-text-editor p:last-child {
	margin-bottom:0;
}

.titolo2corpi sup {
    font-size: 70% !important;
    font-weight: 400;
    top: -.31em;
}
.titolo2corpi b {
    color: var(--e-global-color-b227c06);
    padding-left: .2em;
}

.lista-blu ul {
	list-style: none;
	padding-left:1em;
}
.lista-blu li {
    margin-bottom:20px;
}
.lista-blu ul li::before {
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 25px;
	margin-left: -1.2em;
	font-size: 20px;
	line-height: 16px;
	transform: translateY(0px);
}
.lista-blu ul li::before {
	color: var(--e-global-color-accent);
}


/* Sezione sedi in HP e altre pagine */
.section-contatti .elementor-icon-box-wrapper {
    align-items: center;
}
.section-contatti .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
}
.section-contatti .elementor-icon-box-title {
    order: 2;
    margin: 3px 0 0 0 !important;
}
.section-contatti .elementor-icon-box-description {
    order: 1
}


.elementor-heading-title a {
	font-weight: inherit !important;
}