/* 
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
*/
/* ------------------> versione 1 ------------- */
/* .site-main{
    min-height: 4000px;
} */
.Pezzo{
    /* border: 1px solid red; */
    transition: all 1s ease-out;
}
.elementor-8 .Pezzo:hover {
    z-index: 100;
    transform: scale(1.2);
    /* background: #FFF; */
}
.Pezzo img {
    pointer-events:none;
 }
 /* end uno */
 /* ----------------------------> verions eDUE  */
.sez-INT-pezzo {
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    height: 300px;
    transform-origin: center;
    display: flex;
    align-items: center;
    transition: all .3s ease-out;
}
.sez-INT-pezzo:first-child{
    border-top: 1px solid #d5d5d5;
}
.sez-INT-pezzo:hover{
    /* height: 407px; */
    height: 520px;
    height: 70vh;
    cursor: pointer;
}
.elementor-element.INFO-pezzo-home.elementor-widget-text-editor {
    opacity: 0;
    /* display: none; */
    width: 100%;
    max-width: 100%;
    padding: 20px;
    /* border: 1px solid #afafaf; */
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: all .3s ease-out;
    transition-delay: .7s;
    background: #0000000d;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 21px;
}
.BTN-pezzo-home{
    opacity: 0;
    display: none;
    position: absolute;
}
.sez-INT-pezzo:hover .elementor-element.INFO-pezzo-home.elementor-widget-text-editor{
    /* display: block; */
    opacity: 1;
}
 /* end due */
 /* pagina contatti */
 .elementor-element.elementor-element-25b908d.elementor-widget.elementor-widget-text-editor a {
    padding: 5px 10px;
    border-radius: 10px;
    background: whitesmoke;
    margin-bottom: 6px;
    display: inline-block;
}
.elementor-element.elementor-element-25b908d.elementor-widget.elementor-widget-text-editor a:hover{
    background:#f1f1f1;
}
.elementor-element.elementor-element-6cfa457.formContatti.elementor-button-align-stretch.elementor-widget.elementor-widget-form {
    padding: 20px;
    background: whitesmoke;
    border-radius: 4px;
}

/* ----------> modifica lightbox <------------*/
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* footer */
.elementor-37 .elementor-element.elementor-element-6eeba205 .elementor-icon-list-icon i {
    color: var( --e-global-color-accent );
    display: none;
}


/* ----------> Pagina prodotto <------------*/
.nascosto {
	display: none !important;
}
.contenuto-prodotto .gallery {
	display: none !important;
}

/* ------------ nascondi in home la desc ----------- */
.INFO-pezzo-home {
	display: none !important;
}

