/*
Theme Name: Aecis
Theme URI: https://github.com/elementor/hello-theme/
Description: Aecis is a child theme of Hello Elementor, created by Elementor team
Author: Franco Aquini
Author URI: https://infrarossi.biz
Template: hello-elementor
Version: 1.0.1
Text Domain: aecis
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
*/


.slider-hero-homepage .swiper-slide-bg {
    border-radius:0 0 50px 50px;
}

.radius-border-block {
    border-radius:50px!important;
}

.radius-border-header {
	border-radius:0 0 50px 50px!important;
}

.aecis-sticky-header {
	background: rgba(255, 255, 255, 0); 
    transition: background 0.3s ease-in-out;
}

.aecis-sticky-header.elementor-sticky--effects {
    background: #374651;
}

.aecis-sticky-header.elementor-sticky--effects .elementor-item.elementor-item-active {
	color:#fff!important;
}

.elementor-sub-item:hover {
			background-color: #374651!important;
			color: #fff!important;
		}
	.elementor-nav-menu--dropdown .elementor-item.highlighted {
		background-color: #374651!important;
			color: #fff!important;
	}

.aecis-sticky-header .elementor-item a:hover {
	color: #fff;
}

/* Smartphone in verticale (fino a 480px) */
@media (max-width: 480px) {
	.blur-background .elementor-nav-menu--dropdown {
		  backdrop-filter: blur(10px); /* Applica il blur */
		  -webkit-backdrop-filter: blur(10px); /* Per compatibilità Safari */
		  background-color: rgba(255, 255, 255, 0.2); /* Colore semi-trasparente per evidenziare l'effetto */
	}
	
	.elementor-sub-item:hover {
			background-color: #374651!important;
			color: #fff!important;
		}
	.elementor-nav-menu--dropdown .elementor-item.highlighted {
		background-color: #374651!important;
			color: #fff!important;
	}
}

/**
 Desktop piccoli (1025px - 1200px) 
@media (min-width: 1025px) and (max-width: 1200px) {
	.blur-background .elementor-nav-menu--dropdown {
			  background:#224887;
		}
.elementor-nav-menu--dropdown a {
			color: #374651!important;
		}
}

 Desktop medi (1201px - 1600px) 
@media (min-width: 1201px) and (max-width: 1600px) {
		.blur-background .elementor-nav-menu--dropdown {
		  background:#224887;
	}
.elementor-nav-menu--dropdown a {
			color: #374651!important;
		}
}

Desktop grandi (oltre 1600px)
@media (min-width: 1601px) {
		.blur-background .elementor-nav-menu--dropdown {
			background:#224887;
		}
.elementor-nav-menu--dropdown a {
			color: #374651!important;
		}
} **/
