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

/* #wpadminbar {
    display: none !important;
}
html {
    margin: 0 !important;
} */
@media (min-width: 1025px) {
    .elementor-residence-section {
        min-height: auto !important;
        height: calc(100svh - 60px) !important;
        overflow: hidden;
    }

    .elementor-nav-holder,
    .elementor-residence-container,
    .elementor-residence-sections,
    .elementor-residence-section {
        transition: none !important;
    }

    .elementor-residence-sections {
        height: 100svh !important;
        overflow: hidden;
    }

    .elementor-residence-section .elementor-residence-section__aside {
        max-height: calc(100svh - 60px);
        overflow: auto;
    }


    .elementor-residence-section .elementor-residence-section__image img {
        object-fit: contain;
        max-height: calc(100svh - 176px);
    }
}

.elementor-field-textual {
    height: 48px;
    padding: 12px !important;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
    outline: none;
    background: rgba(255, 255, 255, 0.4) !important;
}

.elementor-mark-required .elementor-field-label:after {
    font-family: inherit;
    color: inherit;
    padding: 0;
}

.elementor-field-group-accept input[type="checkbox"] {
    display: none !important;
}

.elementor-field-group-accept .checkmark {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #A6724D;
    position: relative;
    margin-right: 4px;
}

.elementor-field-group-accept label {
    display: flex !important;
    align-items: center;
    gap: 4px;
}

.elementor-field-group-accept input[type="checkbox"]:checked~label .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #A6724D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.center-carousel {
    margin-inline: -30vw;
    max-width: initial !important;
    width: calc(100% + 60vw) !important;
}

.center-carousel .elementor-swiper-button {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.center-carousel .elementor-swiper-button:hover {
    background: rgba(255, 255, 255, 1);
}

.center-carousel:hover .elementor-swiper-button {
    opacity: 1;
    visibility: visible;
}

.center-carousel .elementor-swiper-button-prev {
    left: calc(30vw + 10px) !important;
}

.center-carousel .elementor-swiper-button-next {
    right: calc(30vw + 10px) !important;
}

.center-carousel .swiper-wrapper {
    padding-block: 3vw;
}

.center-carousel .swiper-slide {
    transition: transform 0.3s ease;
    transform: scale(0.85) !important;
}

.center-carousel .swiper-slide.swiper-slide-next {
    transform: scale(1.15) !important;
    z-index: 2;
    box-shadow: 0px 2px 4px -2px #0000000F;
}

.center-carousel .swiper-slide-image {
    display: block;
}

@media (max-width: 767px) {
    .center-carousel {
        margin-inline: -70vw;
        max-width: initial !important;
        width: calc(100% + 140vw) !important;
    }

    .center-carousel .elementor-swiper-button {
        opacity: 0 !important;
        visible: hidden !important;
    }
}

.choices {
    width: 100%;
}

.choices:after {
    border: none !important;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2017%208%22%3E%3Cpath%20stroke%3D%22%23a6724d%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%201%209.281%206.33a1.2%201.2%200%200%201-1.562%200L1.5%201%22/%3E%3C/svg%3E');
    width: 17px !important;
    height: 8px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    transition: transform 0.3s ease;
}

.choices.is-open:after {
    margin-top: 0 !important;
    transform: rotate(180deg);
}

.choices .choices__inner {
    padding: 0;
}

.choices__inner {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #A6724D !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
    font-size: 16px !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    padding: 21px 29px 21px 22px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: none;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    padding: 1px 0;
    font-size: 16px;
    border-bottom: 1px solid #D9DADC;
    color: #1E2A38;
}

.choices__list--dropdown .choices__item:last-child,
.choices__list[aria-expanded] .choices__item:last-child {
    border-bottom: none;
}

.elementor-form {
    .select-caret-down-wrapper {
        display: none;
    }
}

.elementor-form--dark .choices__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
}

.elementor-form--dark .choices:after {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2017%208%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%201%209.281%206.33a1.2%201.2%200%200%201-1.562%200L1.5%201%22/%3E%3C/svg%3E');
}

.elementor-nav-menu .elementor-item-active {
    font-weight: 700 !important;
}

.elementor-residences-title {
    font-variant-numeric: lining-nums;
}

.elementor-widget-shortcode:has(.elementor-post-link) {
    position: absolute;
    inset: 0;
}

.elementor-post-link {
    position: absolute;
    inset: 0;
}

.elementor-footer-menu {
    columns: 2;
}

@media (max-width: 767px) {
   .elementor-footer-menu {
        columns: 1;
    }
}

.app-richtext {
    word-break: break-word;    
}

.app-richtext h1,
.app-richtext h2,
.app-richtext h3,
.app-richtext h4,
.app-richtext h5,
.app-richtext h6 {
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    margin: 48px 0 16px;
}

.app-richtext h1:first-child,
.app-richtext h2:first-child,
.app-richtext h3:first-child,
.app-richtext h4:first-child,
.app-richtext h5:first-child,
.app-richtext h6:first-child {
    margin-top: 0;
}

.app-richtext h1:last-child,
.app-richtext h2:last-child,
.app-richtext h3:last-child,
.app-richtext h4:last-child,
.app-richtext h5:last-child,
.app-richtext h6:last-child {
    margin-bottom: 0;
}

.app-richtext p,
.app-richtext ul,
.app-richtext ol {
    margin-bottom: calc(1.5 * 1em);
}

.app-richtext p:last-child,
.app-richtext ul:last-child,
.app-richtext ol:last-child {
    margin-bottom: 0;
}

.app-richtext blockquote {
    text-align: center;
    margin: 48px 0;
}

.app-richtext blockquote:first-child {
    margin-top: 0;
}

.app-richtext blockquote:last-child {
    margin-bottom: 0;
}

.app-richtext blockquote p {
    font-size: 64px;
    font-family: "Filosofia OT", Sans-serif;
    font-style: italic;
    line-height: 1;
    color: #A6724D;
    margin-bottom: 10px;
}

.app-richtext blockquote p:last-child {
    margin-bottom: 0;
}

.app-richtext blockquote cite {
    font-size: 16px;
    font-style: normal;
    margin: 0;
}

.app-richtext blockquote cite:before {
    content: '—';
}

.app-richtext hr {
    border-top: 1px solid #A6724D;
}

@media all and (min-width: 1025px) {
    .app-richtext h2 {
        font-size: 48px;   
    }   

    .app-richtext blockquote {
        padding-top: 40px;
    }
}

@media all and (max-width: 1024px) {
    .app-richtext h1,
    .app-richtext h2,
    .app-richtext h3,
    .app-richtext h4,
    .app-richtext h5,
    .app-richtext h6 {
        margin-top: 32px;
    }   

    .app-richtext blockquote {
        margin: 32px 0;
    }

    .app-richtext blockquote p {
        font-size: 50px;
    }
}

@media all and (max-width: 767px) {
    .app-richtext blockquote p {
        font-size: 40px;
    }

    .app-richtext blockquote cite {
        font-size: 14px;
    }
}