/* 
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-location-header{
    position:absolute;
    top:100px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}
.text {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.text .val {
    font-family: var(--e-global-typography-e43f7f1-font-family), sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 10px;
}
.text .type-time {
    font-size: 20px;
    font-weight: 400;
}
.clock.row{
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
}
.swiper-slide h3{
    font-family: "Averta Std", sans-serif;
    color: #fff;
    font-weight: 700;
}
.swiper-slide ul{
    color:#fff;
}
.swiper-slide p{
    font-family: "Averta Std", sans-serif;
    color: #fff;
}
.single-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80px;
    height:80px;
    border-radius:100%;
    border:1px solid #fff;
    cursor: pointer;
}
.single-arrow svg{
    width: 45px;
    height: 45px;
}
.box-arrow{
    display: flex;
    gap: 80px;
    margin-top: 20px;
}
.icone-step{
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}
.icona-step{
    width: 80px;
    opacity: .4;
}
.icona-step.attivo{
    opacity: 1;
}
.icona-step svg{
    height: 90px;
}
.swiper-button-disabled{
    opacity: .5;
}
.elementor-field-option label{
    font-size: 12px !important;
    color: #000 !important;
    line-height: 12px !important;
}
.clock-item .wrap{
    position:relative;
}
.clock-item .wrap:before{
    position: absolute;
    content: '';
    width: 97%;
    height: 97%;
    border: 2px dotted #0283d1;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.foto-step{
    opacity: 0;
    transition: opacity 550ms ease;
}
.foto-step.attivo{
    opacity: 1;
}
.elementor-location-footer a{
    color:#000;
}
@media screen and (max-width: 1000px){
    .text .val {
        font-size: 25px;
        line-height: 25px;
    }
    .text .type-time {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
    }
    .text{
        top:60%;
    }
    .clock.row{
        grid-template-columns:1fr 1fr;
    }
}