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

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

:root {
    --highlight-padding: 0px 10px;
	--highlight-padding-text: 1px 3px;
	--highlight-display: inline;
}
/*body[data-elementor-device-mode=tablet] {
    --highlight-display: inline;
}*/
.h-bianco-azzurro mark {
    background: #FFF;
	color: var(--e-global-color-primary);
	padding: var(--highlight-padding);
    display: var(--highlight-display);
	z-index:-1;
	position: relative;
	white-space: preserve-spaces;
	
}
.h-bianco-blu mark {
    background: #FFF;
	color: var(--e-global-color-accent);
	padding: var(--highlight-padding);
    display: var(--highlight-display);
	z-index:-1;
	position: relative;
	white-space: preserve-spaces;
}
.h-azzurro-bianco mark {
    background: var(--e-global-color-primary);
	color: #FFF;
	padding: var(--highlight-padding);
    display: var(--highlight-display);
	z-index:-1;
	position: relative;
	white-space: preserve-spaces;
}
.h-verde-blu mark {
    background: var(--e-global-color-secondary);
	color: var(--e-global-color-accent);
	padding: var(--highlight-padding);
    display: var(--highlight-display);
	z-index:-1;
	position: relative;
	white-space: preserve-spaces;
}
.h-bianco-azzurro mark + mark,
.h-bianco-blu mark + mark,
.h-azzurro-bianco mark + mark,
.h-verde-blu mark + mark {
    padding-left: 0;
}
.elementor-widget-text-editor.h-bianco-azzurro mark,
.elementor-widget-text-editor.h-bianco-blu mark,
.elementor-widget-text-editor.h-azzurro-bianco mark,
.elementor-widget-text-editor.h-verde-blu mark {
	padding: var(--highlight-padding-text);
	color: #FFF;
}
.elementor-nav-menu mark {
	background-color: transparent;
	color: inherit;
	padding: 0 5px;
}
.elementor-nav-menu br {
	display: none;
}

@media screen and (max-width: 1024px) {
	.elementor-heading-title br {display:none;}
}

@media screen and (min-width: 1024px) {
	.mobile_only {
		display:none !important;
	}
}