/* Community Level Styles */
:root {
    --accent-color-base: #B35672;
    --accent-color-base-alt: #FFFFFF;
    
    --logobar-logo-max-width: 325px;
    --hpt-bg-img-opacity: 1;
    --hp-fp-repeatable-pattern-opacity: 0.9;
    
    --contact-info-text-color: var(--primary-base-alt);
}

/* logo */
.logo-bar .logo > img {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.95));
}


@media screen and (min-width: 768px) {
    .transparent-nav .top-bar {
        background: #000000;
    }
    
    .transparent-nav .logo-bar {
        top: calc(var(--topbar-min-height) + 10px);
    }
    
    section#hp_intro {
        padding-top: var(--topbar-min-height);
        // width: 100vw;
        height: 58vw;
    }
}

@media screen and (min-width: 1180px) {
    .hp-intro .hero-text-container {
        bottom: unset;
        top: 41vw;
    }
}

@media (min-width: 768px) {
    header .menu.open {
        width: min(48vw, 455px);
    }
}
@media screen and (max-width: 767px) {
    .hp-intro .hero-text-container .hero-btn {
        margin: 10px auto 0;
    }
    
    .hp-intro .hero-text-container .hero-btn-wrapper {
        bottom: 10px;
    }
}

.hp-intro .hp-slideshow:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    height: 25%;
}

.hero-image:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    height: 30%;
}

.hero-image .over-image-header {
    bottom-padding: 0;
    text-shadow: 0 0 10px #00000050;
    font-weight: 500;
}

.hp-intro .hero-text-container .hero-btn {
    color: var(--accent-color-base);
    border: 2px solid transparent;
    background-color: var(--accent-color-base-alt);
}

.hp-intro .hero-text-container .hero-btn:hover {
    border-color: var(--accent-color-base-alt);
}

.hp-intro .hero-text-container .hero-btn:before {
    background-color: #000000;
}

.hp-intro .hero-text-container .hero-btn:hover:before {
    opacity: 0.35;
}

[data-media-manager="lightning-amenities-three-repeatable-side-pattern"].webp {
    filter: brightness(0.8);
}

.footer .footer-bottom,
.footer .footer-web-accessibility-statement {
    background: var(--primary-base);
}

.footer .footer-bottom .footer-svg-accent .st0 *, .footer .footer-bottom .footer-svg-accent svg * {
    fill: var(--primary-base);
}


/* pets  */

.pet-card-expanded {
    text-align: left;
}

.pet-policy {
    margin-top: 40px;
    text-align: left;
}


/* footer */
footer .awards-container img {
    max-width: 150px;
    margin: 20px;
}

footer .footer-logo-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mapboxgl-marker.mapboxgl-marker-anchor-center {
    border: 2px solid var(--accent-color-base) !important;
    height: 55px !important;
    width: 55px !important;
}

#custom_icon_static_map {
    width: 55px;
    height: 55px;
    padding: 8px;
    border: 2px solid var(--footer-map-marker-color);
    overflow: visible;
}

.pet-section .inner-wrapper {
    z-index: 5;
}

@media screen and (min-width: 1024px) {
    section#amenities_section:before {
        content: " ";
        display: inline-block;
        position: absolute;
        left: 5%;
        top: 28px;
        height: 28em;
        width: 28em;
        background-image: url(/gridmedia/img/logo-icon.svg);
        background-size: cover;
        opacity: .1;
        z-index: 15;
    }
}

section#homepage_featured_floorplans_section:before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 3%;
    top: 3%;
    height: 200px;
    width: 200px;
    background-image: url(/gridmedia/img/logo-icon.svg);
    background-size: cover;
    opacity: .2;
    z-index: 10;
    
    @media screen and (min-width: 1024px) {
        height: 410px;
        width: 410px;
        opacity: .4;
    }
}

.contact-info-wrapper:after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: 0;
    height: 150px;
    width: 150px;
    background-image: url(/gridmedia/img/logo-icon.svg);
    background-size: cover;
    opacity: .2;
    z-index: 10;
    
    @media screen and (min-width: 1024px) {
        left: 3%;
        bottom: 3%;
        height: 410px;
        width: 410px;
        opacity: .4;
    }
}

#custom_popup .custom-popup-body .custom-popup-body-container .custom-popup-body-text p {
    text-align: center !important;
    line-height: 1.5 !important;
    --custom-popup-text-color: var(--primary-base);
    --custom-popup-font: var(--fonts-header);
    --custom-popup-font-size: calc(var(--header-base-font-size) * 1.8);
    --custom-popup-font-weight: 300;
}

/* Gallery Update */

.gallery-page .insidepage .page-header {
    padding-top: 15px;
}


.gallery-page .gallery-intro-headline {
    display: none;
}

.intro-text-section .amenities-bg-accent-img,
.amenity-section-1 .amenities-bg-accent-img,
.amenities-section-container .bg-pattern-wrapper .pattern,
.hpt-section-two .top .repeatable-bg,
.hpt-repeatable-bg-img,
.homepage-featured-floorplans-section .fp-repeatable-bg,
.pet-section .pets-repeatable-pattern {
    background-size: 600px;
}

.amenities-section-container .bg-pattern-wrapper .pattern {
    opacity: 70%;
}

@media screen and (min-width: 768px) {
    #fp_location_view_button:before {
        content: " ";
        position: absolute;
        top: 6px;
        left: 14px;
        border: 4px solid var(--accent-color-base);
        border-radius: 50%;
        margin: 10px;
        height: 17px;
        width: 17px;
        
        box-shadow: 0 0 0 0 rgba(var(--accent-color-rgb), 1);
        transform: scale(1);
        animation: pulse 2s infinite;
    }
    
    #fp_location_view_button svg {
        visibility: hidden;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--accent-color-rgb), 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(var(--accent-color-rgb), 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--accent-color-rgb), 0);
    }
}

