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


/*Header Styles*/

#fuzMainNavbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
}

header {
	z-index: 2;
}
main,
footer {
	position: relative;
	z-index: 1;
	background-color: white;
}

button.iubenda-tp-bt.iubenda-cs-preferences-link {
	opacity: 0!important;
	visibility: hidden;
}

@media screen and (min-width: 768px) {
	.home #fuzMainNavbar {
		transition: 0.2s ease-in-out!important;
		transform: translatey(-100%);
	}
	
	.home.fuz-window-scrolled-100 #fuzMainNavbar,
	.home header:focus-within #fuzMainNavbar {
		transform: translatey(0);
	}
}	

.fuz-main-navbar-inner {
	background-color: transparent;
}


@media screen and (min-width: 768px) {
	
	#fuzNavThirdCol {
		background-color: var(--e-global-color-accent);
   		height: 100%;
    	transition: 0.5s ease-in-out;
    	/*width: calc(100% - 160px);*/
		position: absolute;
		top: 0;
		right: 0;
		pointer-events: none;
		padding-right: 32px;
	}
	
	#fuzNavThirdCol:hover {
    	width: 100%;
    	background-color: var(--e-global-color-secondary);
	}
}

@media screen and (max-width: 767px) {
	.fuz-open-menu-widget,
	.fuz-open-menu-widget .elementor-widget-container,
	.fuz-open-menu-widget .elementor-widget-container button {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#fuzOpenMenu {
	border: none;
	border-radius: 0;
	background-color: transparent;
	height: 20px;
	width: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	pointer-events: auto;
}

.fuz-open-menu-bar {
	background-color: var(--e-global-color-secondary);
	width: 32px;
	height: 4px;
	transition: 0.5s ease-in-out;
}


#fuzOpenMenu:hover .fuz-open-menu-bar {
	background-color: var(--e-global-color-accent);
}

@media screen and (max-width: 767px) {
	#fuzMainNavbar {
		top: unset;
		bottom: 0;
	}
	
	.fuz-main-navbar-inner {
		background-color: var(--e-global-color-accent);
	}
	
	#fuzNavThirdCol {
		padding: 0;
		position: static;
	}
}

#off-canvas-cbc5bbd {
	z-index: 500;
}

.fuz-fullscreen-menu-close-button {
	position: absolute;
	right: 104px;
	top: 32px;
}

@media screen and (max-width: 1024px) {
	.fuz-fullscreen-menu-close-button {
		right: 64px;
		top: 32px;
	}
}

@media screen and (max-width: 767px) {
	.fuz-fullscreen-menu-close-button {
		position: absolute;
		right: 12px;
		top: unset;
		bottom: 12px;
	}
}

.fuz-menu-shortcut-button-phone-container,
.fuz-menu-shortcut-button-mail-container {
	width: 64px;
    height: 64px;
    line-height: 0;
	position: absolute;
	z-index: 999;
}

.fuz-menu-shortcut-button-phone-container {
	right: 80px;
	bottom: 80px;
}

.fuz-menu-shortcut-button-mail-container {
	right: 80px;
	bottom: 168px;
}



@media screen and (max-width: 1024px) {
	.fuz-menu-shortcut-button-phone-container {
		right: 40px;
		bottom: 80px;
	}

	.fuz-menu-shortcut-button-mail-container {
		right: 40px;
		bottom: 168px;
	}
}

@media screen and (max-width: 767px) {
	.fuz-menu-shortcut-button-phone-container {
		right: unset;
		bottom: 6px;
		left: 94px;	
	}

	.fuz-menu-shortcut-button-mail-container {
		right: unset;
		left: 6px;
		bottom: 6px;	
	}
}


/*Shortcut Buttons*/

.fuz-shortcut-button-mail-container,
.fuz-shortcut-button-phone-container {
    width: 64px;
    height: 64px;
    line-height: 0;
}

.home .fuz-shortcut-button-mail-container,
.home .fuz-shortcut-button-phone-container {
	transition: 0.2s ease-in-out;
}

.fuz-window-scrolled-100.home .fuz-shortcut-button-phone-container {
	transition-delay: 0.1s;
}

.fuz-shortcut-button-mail-container a,
.fuz-shortcut-button-phone-container a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fuz-shortcut-button svg path {
	transition: 0.5s ease-in-out;
}

.fuz-shortcut-button-mail-container svg path,
.fuz-shortcut-button-phone-container svg path {
    fill: var(--e-global-color-secondary);
}


.fuz-shortcut-button-mail-container:hover svg path,
.fuz-shortcut-button-phone-container:hover svg path {
    fill: #ED1556;
}

.home .fuz-shortcut-button-mail-container,
.home .fuz-shortcut-button-phone-container {
	transform: scale(0);
	-webkit-transform: scale(0);
}

.home.fuz-window-scrolled-100 .fuz-shortcut-button-mail-container,
.home.fuz-window-scrolled-100 .fuz-shortcut-button-phone-container,
.home header:focus-within .fuz-shortcut-button-phone-container,
.home header:focus-within .fuz-shortcut-button-mail-container
{
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* Main Styles */

.fuz-section-absolute-element {
	position: absolute;
	height: 100%;
	width: 100%;
	transition: 0.5s ease-in-out!important;
	top: 0;
	left: 0px;
}

@media screen and (min-width: 1024px) {
	.fuz-section-absolute-element {
	left: -120px;
}
	
	.fuz-section-absolute-container:hover .fuz-section-absolute-element {
	left: 0;
}
}

