/* 
Theme Name: Hello Elementor Child IC
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child IC is a child theme of Hello Elementor, created by Elementor team and revisited by Identità Creative
Author: Elementor Team, Identità Creative
Author URI: https://identitacreative.it/
Template: hello-elementor
Version: 1.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
*/


/* CSS for CookieYes GDPR Plugin */

.cli-tab-footer .wt-cli-privacy-accept-btn,
.cli-switch input:checked + .cli-slider{
    background-color: var(--e-global-color-secondary);
	/*border-radius: 40px;*/
}
.wt-cli-ckyes-brand-logo{
    display: none!important;
}
.grecaptcha-badge{
	display: none;
}
.cli-bar-btn_container a{
	font-size: 14px!important;
}
/*.cli-bar-btn_container a.cli_action_button{
	border-radius: 40px;
}*/

.marquee {
  overflow: hidden;
  display: flex;
}

.marquee .elementor-heading-title{
  white-space: nowrap;
}

/* ===== NAVBAR ANIMATION ====== */
/* header:has(#scrollable-navbar){
	height: 76px;
	transition: all 0.3s ease;
} */

#scrollable-navbar {
  position: fixed;
  width: 100%;
  top: 10;
  background: trasparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}

#scrollable-navbar .logo-header,
#scrollable-navbar .logo-header svg{
	transition: all 0.3s ease;
}
#scrollable-navbar .menu-expanded{
	display: none;
}

#scrollable-navbar.scrolling {
  background-color: white;
/*   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

#scrollable-navbar.scrolling .logo-header {
  margin-left: 0;
}

#scrollable-navbar.scrolling .header-left-spacer{
	display: none;
}

#scrollable-navbar .e-con-inner{
	transition: padding 0.3s ease;
}
#scrollable-navbar.scrolling .e-con-inner{
	padding-top: 12px;
	transition: padding 0.3s ease;
}

#scrollable-navbar.scrolling .logo-header svg{
	height: 36px!important;
	transition: all 0.3s ease;
}
@media (min-width: 1025px){
	#scrollable-navbar.scrolling .logo-header svg{
		height: 48px!important;
	}
	#scrollable-navbar.scrolling .e-con-inner{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#scrollable-navbar.scrolling  .menu-hamburger{
		display: none;
	}
	#scrollable-navbar.scrolling .menu-expanded{
		display: flex;
	}
/* 	header:has(#scrollable-navbar){
		height: 122px;
		transition: all 0.3s ease;
	}

	header:has(#scrollable-navbar.scrolling){
		height: 78px;
		transition: all 0.3s ease;
	} */
}

/*
	Custom Inputs per Form
*/

input[type="checkbox"] {
	accent-color: var(--e-global-color-primary);
	width: 17px;
	height: 17px;
}

.elementor-field-type-acceptance .elementor-field-option{
    display: flex;
    
}
.elementor-field-type-acceptance .elementor-field-option > input{
    align-self: start;
    margin-right: 5px;
    min-width: 15px;
}
