/* Leftover CSS from theme */

/***Clip Path for Diamond Shaped Images ***/
.diamond-shape img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/***Diamond Overlay***/
.diamond-overlay .tm-box-decoration-default:before {
    transform: rotate(45deg) scale(.72) translate(12px, -12px);
}

.tm-box-decoration-default:before {
    transform: rotate(45deg) scale(.72) translate(12px, -12px) !important;
}

/***List Diamond Icons***/
.tm-rhombus-icon .uk-icon {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/***Home Page***/
.link-underline {
    color: #ffffff;
}

.link-underline:hover {
    text-decoration: underline;
}

/***Residences Page ***/
.clear-filters {
    margin-bottom: 40px;
}


/***Gallery Home Page***/
@media (max-width: 1200px) {
    #gallery-text {
        padding-left: 50px !important;
        padding-right: 50px;
    }
}


@media (min-width: 641px) {
    .mobile-visible {
        display: none;
    }
}

@media (max-width: 640px) {
    .desktop-visible {
        display: none;
    }

    .uk-accordion-title {
        font-size: 22px;
    }
}

/***Change Menu Breakpoint***/
@media (max-width: 1250px) {
    .tm-header-mobile {
        display: block !important;
    }

    .uk-icon-link {
        color: #283852;
    }
}

@media (min-width:960px) and (max-width:1250px) {
    .tm-header {
        display: none !important;
    }
}

.composed-source p {
    display: inline !important;
    margin: 0 !important;
}

/* 1) Hide Typed.js cursor element entirely */
.cf-typed .typed-cursor {
    display: none !important;
}

/* 2) Ensure the typed text can wrap */
.cf-typed .typed-container {
    display: inline;
    white-space: normal;
}

/* 3) Re-create the cursor as an inline pseudo-element */
.cf-typed .typed-container::after {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    margin-left: 8px;
    background-image: url("/wp-content/uploads/2025/11/Asset-2pg-icons.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: baseline;
}

a.mobile-icon {
    margin-right: 10px;
}

.uk-logo .uk-svg {
    transform: inherit;
    overflow: visible;
}

/***Custom Divider Icon***/
.uk-divider-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 87.07 25.06'%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Crect x='65.68' y='3.67' width='17.72' height='17.72' transform='translate(14.06 57.86) rotate(-46.39)' fill='%23113f43'/%3E%3Crect x='34.43' y='3.67' width='17.72' height='17.72' transform='translate(4.36 35.23) rotate(-46.39)' fill='%23113f43'/%3E%3Crect x='3.67' y='3.67' width='17.72' height='17.72' transform='translate(-5.19 12.96) rotate(-46.39)' fill='%23113f43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.divider-icon-left .uk-divider-icon {
    background-position-x: 0%;
}

.uk-light .uk-divider-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 87.07 25.06'%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Crect x='65.68' y='3.67' width='17.72' height='17.72' transform='translate(14.06 57.86) rotate(-46.39)' fill='%23faf5f3'/%3E%3Crect x='34.43' y='3.67' width='17.72' height='17.72' transform='translate(4.36 35.23) rotate(-46.39)' fill='%23faf5f3'/%3E%3Crect x='3.67' y='3.67' width='17.72' height='17.72' transform='translate(-5.19 12.96) rotate(-46.39)' fill='%23faf5f3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/***Diamond Mask***/
.tm-diamond img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.pg-mask img {
    -webkit-mask-image: url('/wp-content/uploads/2025/12/Asset-3pg-icons.svg');
    mask-image: url('/wp-content/uploads/2025/12/Asset-3pg-icons.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.pg-mask-full img {
    -webkit-mask-image: url('/wp-content/uploads/2025/11/favicon.svg');
    mask-image: url('/wp-content/uploads/2025/11/favicon.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/*Primary Image Mask*/
.tm-box-decoration-primary {
    z-index: 1 !important;
}

.tm-box-decoration-primary::before {
    background-image: url("/wp-content/uploads/2024/11/vesta-double-diamonds.svg");
    z-index: 1;
    background-position: top left;
    background-size: 10%;
    background-repeat: no-repeat;
}

.pg-icon.uk-h5,
.pg-icon .uk-h5 {
    display: flex;
    align-items: center;
    gap: 0.8em;
    width: fit-content;
}

.uk-text-center .pg-icon.uk-h5,
.uk-text-center .pg-icon .uk-h5,
.pg-icon.uk-h5.uk-text-center,
.pg-icon.uk-text-center .uk-h5 {
    margin-left: auto;
    margin-right: auto;
}

.pg-icon.uk-h5::before,
.pg-icon .uk-h5::before {
    content: "";
    flex: 0 0 1.2em;
    width: 1.2em;
    height: 1.2em;
    background: url('/wp-content/uploads/2025/11/Asset-2pg-icons.svg') no-repeat center / contain;
}

.grid-with-play-btn .el-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #F0E8DB;
    -webkit-mask-image: url("/wp-content/uploads/2025/12/circle-play-thin.svg");
    mask-image: url("/wp-content/uploads/2025/12/circle-play-thin.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    pointer-events: none;
    z-index: 10;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.grid-with-play-btn .el-item a:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
}

.uk-lightbox:has(iframe) .uk-lightbox-caption:has(h4) {
    bottom: auto !important;
    top: 2vh !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.uk-lightbox:not(iframe) .uk-lightbox-caption {
    background: rgba(68, 76, 87, 0.6);
}

.uk-lightbox:not(iframe) .uk-lightbox-caption h4 {
    text-transform: none !important;
    font-weight: 500;
    font-size: 22px;
}

/* Makes it so you can still click close button */
.uk-lightbox:has(iframe) .uk-lightbox-toolbar.uk-position-top {
    z-index: 1010;
    position: absolute;
}

/***Landing Page***/
.page-id-792 .menu-item,
.page-id-792 .uk-button-default {
    display: none !important;
}

.page-id-792 .uk-navbar-toggle svg {
    display: none !important;
}

.page-id-792 .uk-navbar-right {
    padding-right: 0px;
    gap: 0px !important;
}

.pg-icon-2 .icon-anchor {
    white-space: nowrap;
    display: inline-block;
}

.pg-icon-2 .icon-anchor::after {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    background-image: url('/wp-content/uploads/2025/11/Asset-2pg-icons.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: baseline;
    animation: light-pulse 2s infinite ease-in-out;
    margin-left: 0.1em;
}

@keyframes light-pulse {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    25% {
        transform: translateY(-3px) scale(1.1);
        opacity: 0.9;
    }

    50% {
        transform: translateY(0) scale(1.05);
        opacity: 1;
    }
}

.lease-select {
    padding: 10px 12px;
}

.date-select {
    padding: 10px 12px;
}

.djacc-popup .djacc__openbtn--default {
    background: #4F4742;
}

.djacc-container{
    z-index: 10;
}

body.page-id-792 [data-id="footer#2-1"] {
    display: none;
}

.air-datepicker {
    background-color: #f8f5f2 !important;
}

.air-datepicker .air-datepicker-cell.-disabled- {
    color: #999 !important;
    cursor: not-allowed;
}

.footer-links a {
    text-decoration: none;
}

/* ── Weglot Language Switcher – Pointe Grand Inline ── */
/* Container: inline flex, centered with nav items */
.country-selector.weglot-inline {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-family: inherit;
  }
  
  /* Hide checkbox */
  .country-selector.weglot-inline .weglot_choice {
    display: none !important;
  }
  
  /* Remove any default Weglot flags */
  .country-selector.weglot-inline .flag-2::before,
  .country-selector.weglot-inline .wg-li::before {
    display: none !important;
  }
  
  /* Shared text style for both EN and ES */
  .country-selector.weglot-inline .wgcurrent,
  .country-selector.weglot-inline ul li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 0;
    transition: color 0.25s ease;
    cursor: pointer;
    background: none;
    border: none;
  }
  
  /* Active language – white, solid */
  .country-selector.weglot-inline .wgcurrent {
    color: #ffffff;
  }
  
  /* Active language underline */
  .country-selector.weglot-inline .wgcurrent .wglanguage-name {
    position: relative;
  }
  
  .country-selector.weglot-inline .wgcurrent .wglanguage-name::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e8722a;
    border-radius: 1px;
  }
  
  /* Divider between EN and ES */
  .country-selector.weglot-inline .wgcurrent::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    margin-left: 12px;
    vertical-align: middle;
  }
  
  /* Inactive language – dimmed, brightens on hover */
  .country-selector.weglot-inline ul li a {
    color: rgba(255, 255, 255, 0.4);
    margin-left: 12px;
  }
  
  .country-selector.weglot-inline ul li a:hover {
    color: #e8722a;
  }
  
  /* Flatten the dropdown into inline display */
  .country-selector.weglot-inline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    position: static;
    background: none;
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  
  .country-selector.weglot-inline ul li {
    margin: 0;
    padding: 0;
  }