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

/* Single Structure Page Responsive Layout */
.main-content-wrapper {
    display: block;
    width: 100%;
}

.museofont-300 {
    font-weight: 300;
    font-family: 'museo-sans-rounded'!important;
}
.museofont-700{
    font-weight: 700!important;
    font-family: 'museo-sans-rounded'!important;
}

.museofont-900{
    font-weight: 900!important;
    font-family: 'museo-sans-rounded'!important;
}

.museofont-500{
    font-weight: 500!important;
    font-family: 'museo-sans-rounded'!important;
}

@media (min-width: 768px) {
    .main-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 15px;
    }

    .main-content-left {
        flex: 1;
        min-width: 0;
        /* Prevents flex items from overflowing */
        max-width: 65%;
    }

    .main-content-right {
        flex: 0 0 35%;
        padding-left: 20px;
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }

    .structure-descr {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .structure-rules {
        padding-left: 0;
    }

    .accordion {
        margin: 0 15px;
    }
}

/* Improve styling for desktop */
@media (min-width: 992px) {
    .main-content-left {
        max-width: 70%;
    }

    .main-content-right {
        flex: 0 0 30%;
    }

    .gallery-structure {
        margin-bottom: 30px;
    }
}

.home-container {
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}

.page-id-159 .site-footer {
    display: none;
}

.zone-mascot-container-page {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 340px;
    height: auto;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.zone-alloggi {
    font-weight: 900;
    font-size: 26px;
    font-family: "Museo Sans Rounded";
    color: #5EC9E3;
}

.title-zone {
    font-weight: 900;
    font-size: 36px;
    font-family: "Museo Sans Rounded";
    color: #5EC9E3;
}

.zone-subtitle {
    font-weight: 700;
    font-size: 19px;
    font-family: "Museo Sans Rounded";
    color: #013440;
}

.zone-description {
    font-weight: 700;
    font-size: 22px;
    font-family: "Museo Sans Rounded";
    color: #F9F7F2;
    background-color: #5EC9E3;
    padding: 30px 20px;
    border-radius: 42px;
}

.cover-image-container img {
    width: 100%;
}

@media (min-width: 1024px) {
    img.mobile-cover-image {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .zone-mascot-image {
        width: 300px;
        bottom: -5px;
        left: 0;
    }
    .cover-image-container{
        height: 500px;
    }
    img.mobile-cover-image {
        object-position: center;
        object-fit: cover;
        height: 100%;
    }
}