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

/* Add your custom styles here */

h1 {
	font-family: "Raleway", sans-serif !important;
	font-size: 3.1rem !important;
}

@media (max-width: 767px) {
	h1 {
		font-size: 2.6rem !important;
		text-align: center !important;
	}
	
	.sottotitolo {
		text-align: center !important;

	}
	
	#contatti-menu-button {
		border-radius: 0px !important;
	}
}

span .subtitle {
    background-color: #ffd7cd;
    padding: 7px 10px;
    border-radius: 40px;
}

/** Button Menu Contatti **/

#contatti-menu-button {
	background-color: #FFD7CD;
	border-radius: 140px;
}

#contatti-menu-button .e-n-menu-title-text, #contatti-menu-button .e-n-menu-title-container:hover {
    color: #343D60 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

#contatti-menu-button a, #contatti-menu-button a:hover, .trattamenti-related a {
		text-decoration: none !important;
}

/***** Links *****/

.tab-servizio-link a {
	text-decoration: underline !important;
	text-decoration-color: #FFD7CD !important;
	text-decoration-thickness: 3px !important;
}

/** Menu & Breadcrumbs Links **/

.menu-link a, .rank-math-breadcrumb a {
	text-decoration: none !important;
	color: #343D60 !important;
}



#menu-link a:hover {
	text-decoration: none !important;
	color: #FFD7CD !important;
}


/** Altri Elementi **/

.menu-item > a{display:inline-block;}

li.menu-item::before {
	content: ">";
	margin-right: 5px;
}

span.last {
	background-color: #FFD7CD;
	border-radius: 40px;
	padding: 2px 10px;
}

.footer-link a {
	text-decoration: none;
}

.sottotitolo {
	font-family: "Raleway", sans-serif !important;
}

.elementor-widget-n-menu .e-n-menu-toggle svg {
	fill: #ffffff !important;
}

/* Complianz Preferenze Cookies */

.cmplz-show-banner {
cursor: pointer;
}
