/* Floor Plans Popup Styles */
.floorplans-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.floorplans-popup.active {
    display: flex;
}

.floorplans-popup-content {
    background: #fff;
    padding: 30px 40px;
    max-width: 650px;
    width: 90%;
    position: relative;
    text-align: center;
    color: #000;
    border: 5px solid #687A2E;
}

.floorplans-popup-content h2 {
    font-family: 'chromaticablack';
    margin-bottom: 20px;
}

.floorplans-popup-content p {
    font-family: 'chromaticaregular';
    margin-bottom: 0;
}

.floorplans-popup-content p + p {
	margin-top: 15px;
}

.floorplans-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.floorplans-popup-close:before,
.floorplans-popup-close:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #000;
    top: 50%;
    left: 0;
}

.floorplans-popup-close:before {
    transform: rotate(45deg);
}

.floorplans-popup-close:after {
    transform: rotate(-45deg);
}
.floorplans-popup .yardi-graphic {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 15px;
}
@media (max-width: 1024px) {
    .mrgn-top {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .floorplans-popup-content {
        padding: 30px 20px;
    }
}
.footer_ada .greystar img {
    margin-bottom: 2px;
}
.mrgn-btm {
    margin-bottom: 10px;
}
@media (min-width: 1025px) {
    .mrgn-btm {
        margin-bottom: 30px;
    }
}
.view-tabs .tab-btn {
    display: inline-block;
    font-weight: 400;
    color: #687A2E;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #687A2E;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.view-tabs .tab-btn.active, .view-tabs .tab-btn:hover {
    background-color: #687A2E;
    color: #fff;
}
.outer-wrapper > .elementor-container {
    max-width: 1140px;
}