/* Community Level Styles */
:root {
    --amenities-list-item-mobile-width: 47%;
    --amenities-list-item-width: 47%;
    
    --accent-color-base: var(--primary-base);
    --accent-color-base-alt: var(--primary-base-alt);
    
    --hpt-two-pattern-opacity: 1;
}

@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);
        height: 58vw;
    }
}

/* hp */
.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;
}

.amenities-section-container .amenities-list.show-icons:is(.list-count-4) .list-item {
    margin: 6px 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .amenities-section-container .amenities-list.show-icons:is(.list-count-6) .list-item:first-child, 
    .amenities-section-container .amenities-list.show-icons:is(.list-count-6) .list-item:nth-child(2) {
        width: var(--amenities-list-item-width);
    }
}

@media screen and (min-width: 1024px) {
    section#amenities_section:before {
        content: " ";
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 28px;
        height: 300px;
        width: 450px;
        background-image: url(/gridmedia/img/logo-icon.svg);
        background-size: cover;
        opacity: .2;
        z-index: 15;
    }
    
    .pets-accent-bg:before {
        content: " ";
        display: inline-block;
        position: absolute;
        right: 3%;
        bottom: 3%;
        height: 305px;
        width: 500px;
        background-image: url(/gridmedia/img/logo-icon.svg);
        background-size: cover;
        opacity: .1;
        z-index: 0;
    }
}

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

.hpt-section-two .top .repeatable-bg {
    background-image: url('/gridmedia/img/bg.png') !important;
}

@media screen and (min-width: 768px) {
    .hpt-section-two .top .repeatable-bg {
        mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    }      
}

.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: 300px;
        width: 500px;
        opacity: .4;
    }
}

/* amenities */
.amenities-section-container .amenities-list.show-icons .list-item.amenity-icon-247:before {
    font-size: 2rem;
    text-align: center;
}