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


html, body {
    overflow-x: hidden;
}

@media screen and (max-width:1024px)
	{
		.nobr-mobile br{display:none !important;}
	}
.nobr-mobile br{}

.admin-bar header.elementor-location-header > .e-parent {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar header.elementor-location-header > .e-parent {
        top: 46px;
    }
}

.admin-bar .e-off-canvas {
    top: 32px;
    height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
    .admin-bar .e-off-canvas {
        top: 46px;
        height: calc(100% - 46px);
    }
}

/* HEADER */
	
	
.logo-container-abs,
.contacts-container-abs{
    position: absolute;
}
	
.logo-container-abs {
    width: calc(100% - 20px) !important;
    right: auto !important;
}

.contacts-container-abs{right:0}

.bt-3ip a{text-decoration:none;}
	
	
.e-off-canvas__main.fadeInRight,
.e-off-canvas__main[class*="fadeIn"] {
    animation-duration: 0.35s !important;
}
	
/* Allinea l'overlay alla stessa durata */
.e-off-canvas__overlay {
    transition-duration: 0.35s !important;
    transition-timing-function: ease-out !important;
}
	

.e-n-accordion-item-title-text{
	min-width:430px !important;
}

@media screen and (max-width:767px)
	{
		.e-n-accordion-item-title-text{
		min-width:250px !important;
	}
}

@media screen and (min-width:1025px) and (max-width:1330px)
	{
		.e-n-accordion-item-title{padding-left:25px !important;}
	}


.contacts-container-abs.e-flex {
    z-index: 999 !important;
}

.contacts-container-abs {
    align-items: center;
}

.contacts-container-abs .klc-lang-switcher{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.cont-menu-mobile .klc-lang-switcher{ 
	font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
display: inline-flex;

    gap: 8px;}

.contacts-container-abs .klc-lang,
.cont-menu-mobile .klc-lang{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.contacts-container-abs a.klc-lang:hover,
.cont-menu-mobile .klc-lang:hover{ opacity: .7; }
.contacts-container-abs .klc-lang--active,
.cont-menu-mobile .klc-lang--active{ font-weight: 700; }
.contacts-container-abs .klc-lang-sep,
.cont-menu-mobile .klc-lang-sep{ color: #fff; opacity: .6; }