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

/* Add your custom styles here */
.elementor-element.box-dettaglio{
    display: none;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.open-dettaglio{
    cursor: pointer;
}
.chiudi-dettaglio{
    cursor: pointer;
}
.elementor .outline{
    border:2px solid var(--Rosso) !important;
}
.linea-temporale{
    position: relative;
    padding: 80px 0;
}
.blocco-timeline{
    position: absolute;
}
.blocco-timeline h3{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}
.blocco-timeline h4{
    margin: 0;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
}
.linea-temporale .linea{
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #E20715;
}
.timeline-1{
    position: absolute;
    top: 12px;
    left: 25vw;
}
.timeline-3{
    position: absolute;
    top: 12px;
    left: 75vw;
}
.timeline-2{
    position: absolute;
    bottom: 12px;
    left: 52vw;
}
.blocco-timeline:before{
    width: 28px;
    height: 28px;
    border: 5px solid #E20715;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: -35px;
    content: "";
    z-index: 2;
}
.blocco-timeline:after{
    content: "";
    width: 5px;
    height: 39px;
    background-color: #E20715;
    top: 34px;
    position: absolute;
    left: -24px;
    z-index: 1;
}
.blocco-timeline.timeline-4:after, .blocco-timeline.timeline-2:after{
    top:-25px;
}