/* Community Level Styles */

:root {
    --hpt-bg-img-opacity: 0.2;
    --parallax-two-bg-pattern-opacity: 0.3;
    --hp-fp-repeatable-pattern-opacity: 0.2;
}

/* amenities */
.amenity-icon-247.fitness-center.valet-living:before {
    content: '\2606';
}

@media screen and (min-width: 1024px) {
    section#amenities_section:before {
        content: " ";
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 28px;
        height: 340px;
        width: 393px;
        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: 215px;
        width: 250px;
        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: 173px;
    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: 350px;
        width: 404px;
        opacity: .4;
    }
}

@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;
    }
}

