/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765971204
Updated: 2025-12-17 11:33:24

*/

@font-face {
    font-family: 'Circular';
    src: url('font/circular-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




.elementor-kit-9 {

    --e-global-typography-primary-font-family: 'Circular' !important;

    --e-global-typography-primary-font-size: clamp(55px, 43.529px + 2.941vw, 100px);;
    --e-global-typography-secondary-font-family: 'Circular' !important;
    --e-global-typography-secondary-font-size:  clamp(30px, 26.176px + 0.980vw, 45px) !important;
  
    --e-global-typography-accent-font-family: 'Circular' !important;

    --e-global-typography-accent-font-size:  clamp(15px, 14.235px + 0.196vw, 18px) !important;

    --e-global-typography-text-font-family: 'Circular' !important;
    --e-global-typography-text-font-size:    clamp(15px, 14.235px + 0.196vw, 18px) !important;

    --e-global-typography-ce14982-font-family: 'Circular' !important;
    --e-global-typography-ce14982-font-size: clamp(14px, 13.490px + 0.131vw, 16px) !important;
    --e-global-typography-4f24d69-font-family: 'Circular' !important;
    --e-global-typography-4f24d69-font-size: clamp(40px, 34.902px + 1.307vw, 60px) !important;

    --e-global-typography-cb47f20-font-family: 'Circular' !important;
    --e-global-typography-cb47f20-font-size: clamp(25px, 22.706px + 0.588vw, 34px) !important;

    --e-global-typography-732bce7-font-family: 'Circular' !important;
    --e-global-typography-732bce7-font-size:   clamp(16px, 13.961px + 0.523vw, 24px) !important;
  
    

    


    
 

}

.glass_home {
    /* From https://css.glass */
    background: rgba(250, 241, 237, 0.64);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.mappa iframe {
    height: 100% !important;
}

.elementor-widget-google_maps {
    height: 100% !important;
}

.elementor-widget-google_maps .elementor-custom-embed {
    height: 100% !important
}

.elementor-widget-google_maps::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(240, 240, 240, 0.75);
    /* colore come nello screenshot */
    pointer-events: none;
    z-index: 5;
}

.forminator-step-dot {
    border-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin: 0;
    height: 25px !important;
    width: 25px !important;
    flex: 0 0 25px !important;
    display: none !important;
}

.forminator-break::before {
    height: 35px !important;

    align-items: center;
    text-align: center;
    color: white;

    left: 0 !important;
    width: 100% !important;
    ;
    border-radius: 50px !important;
    font-size: 14px;
    background: var(--bg, '#fae4dc') !important;
    top: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    display: flex !important;
    align-items: center !important;
    justify-content: center;

}

.forminator-break:first-child::before {
    content: "Step 1" !important;
    background: var(--bg, #F0825C) !important;

}

.forminator-break:nth-of-type(2)::before {
    content: "Step 2" !important;
}

.forminator-break:nth-of-type(3)::before {
    content: "Step 3" !important;
}

.forminator-pagination-steps {
    width: 50% !important;
    margin: auto !important;
}

.forminator-break {
    height: 35px !important;
    margin: 0 !important;
}

.forminator-step-label {
    display: none !important;
}

.forminator-break:nth-of-type(1) {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}


.forminator-break:nth-of-type(3) {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}


.forminator-break:nth-of-type(4) {

    display: none !important;

}

.forminator-step {
    display: none !important;
}

.forminator-button-upload {
    border-radius: 50px !important;
}

.forminator-file-upload {
    border: 1px dashed #F0825C;
    border-radius: 22px;
    padding: 50px;
    display: flex;
    justify-content: center;
}

.forminator-pagination-steps {
    margin-bottom: 50px !important
}

.forminator-button {
    border-radius: 50px !important;
}

.forminator-label {
    color: #111111 !important;
    font-size: 14px !important;
}

.forminator-textarea {
    border-radius: 22px !important;
}

.forminator-checkbox__wrapper {
    margin: auto;
    width: 400px;
}

.current-menu-item {
    border: 1px solid #f0825c;
    border-radius: 50px;
}