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

/* -- Pagina dati -- */
#BTN-target-1,
#BTN-target-2,
#BTN-chiudi-1,
#BTN-chiudi-2 {
    cursor: pointer;
}

.CONT-dati.e-con-boxed.e-parent {
    transition: all 1s ease; 
    /* top:0; */
}
.CONT-dati.e-con-boxed.e-parent.Active {
    position: absolute;
    top: 300px !important;
    width: 100%;
    /* overflow: hidden; */
    left: 0;
    border: 10px solid #FFF;
    height: 100%;
}

.colonna-dati-1.e-con-boxed.e-child,
.colonna-dati-2.e-con-boxed.e-child {
    transition: all .9s ease;
    width: 100%;
}
.colonna-dati-1.e-con-boxed.e-child.Active,
.colonna-dati-2.e-con-boxed.e-child.Active {
    position: absolute;
    z-index: 11;
    /* background: white; */
    left: 0;
    top: 0;
    width: 100%;
}


/* -- mod pdf JS -- */
.pdfjs-fullscreen {
    display: none !important;
}
iframe #toolbarViewerRight {
    display: none !important;
}

/* - */
.titolo-box {
	display: none !important;
}


/* ------------------------------- responsive -------------------------------- */
@media (max-width: 500px) {
	.elementor-13 .elementor-element.elementor-element-3601f1d7 {
		width: 90%;
		margin-left: -20px;
	}
	.elementor-13 .elementor-element.elementor-element-8895423 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 22px !important;
		/*top: -20px !important;*/
		border: 1px solid #0000004f;
		/* height: 100vh; */
		padding: 20px;
	}
	.elementor-13 .elementor-element.elementor-element-f31cf90 {
		position: absolute;
    	right: 0;
    	top: 13px;
	}
}