/* 
Theme Name:		 Elementor Hello Theme Child
Author:			 Raffaele Sassano
Template:		 elementor-hello-theme
Version:		 1.0.0
Text Domain:	 Elementor Hello Theme Child
*/

body {
    font-family: 'Arial', sans-serif;
}

/*--- BEGIN stickyness header stuff ---*/

body header {
	transition: top .45s !important;	
}

@media all and (max-width: 1024px) {
	
	body header.hide-header {
		top: -200px !important;
	}
}


/*--- END stickyness header stuff ---*/



/*h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
.elementor-flip-box__layer__description,
.elementor-widget-text-editor {
	hyphens: auto;
	-webkit-hyphenate-limit: 7 7;
    -ms-hyphenate-limit-chars: 7 7;
    hyphenate-limit-chars: 7 7;
}*/