div#mapViewWrapper {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    padding: 20px 0;
}

div#mapViewWrapper .map-sidebar {
    max-width: 33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    width: auto;
}

.brxe-maps-grid #grid {
    display: flex;
}

.brxe-maps-grid #grid .communities-grid #gridViewWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
}

div#mapViewWrapper .mapViewContainer {
    min-width: 70%;
    order: 1;
}

.brxe-maps-grid select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
}

.acf-map {
    width: 100%;
    height: 90vh;
    border: #ccc solid 1px;
    
}
.acf-map img {
    max-width: inherit !important;
}
.filters {
    padding-top: 50px;
    padding-bottom: 25px;
}
.filters .form-select {
    font-size: 14px;
    color: #414042;
}
.communities-grid {
    padding: 0;
    margin: auto;
    /* max-width: 1170px; */
    background-color: #f6f6f6;
}
.community-card {
    max-width: 370px;
    background: #ffffff;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.051);
    border-radius: 4px;
    height: 470px;
    position: relative;
}
.community-card-content {
    padding: 25px;
}
.community-grid-address {
    font-family: Campton;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.004em;
    color: #414042;
}
.community-card-bottom {
    padding: 10px 25px;
    border-top: solid 1px #E3E3E3;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 95%;
    margin-bottom: 0;
    height: 45px;
}
.fixedElement {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.community-card::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.community-card {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.col-md-4::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.col-md-4 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.col-md-4 {
    padding-top: 20px;
}
.map-sidebar {
    height: auto;
}
.map-row {
    margin: 0 auto;
}
.grid-row {
    margin: 0 auto;
}
.community-thumbnail {
    overflow: hidden;
    transition: transform 0.5s ease;
    background: rgba(0, 0, 0, 0.4);
    height: 250px;
    padding: 0;
    margin: 0;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.community-thumbnail:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.community-state {
    font-family: Campton;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    /* or 22px */
    letter-spacing: 0.004em;
}
.community-container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.dimmed {
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    display: grid;
    align-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.dimmed img {
    margin: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dimmed:after {
    content: " ";
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    display: grid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.view-button {
    background: #e8e8e8;
    border-radius: 4px;
    width: 113px;
    height: 32px;
    border: none;
    color: #00A499;
    text-align: center;
}
.button_bar {
    float: right;
    width: 250px;
    position: relative;
    font-size: 14px;
    padding: 5px;
    font-family: "Campton";
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 4px;
    color: #00A499;
    font-weight: 400px;
}


a {
    text-decoration: none !important;
    color: #00A499;
}

a:link {
    text-decoration: none !important;
}
a:visited {
    text-decoration: none !important;
}
.community-card-bottom a {
    font-family: Campton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
.grid-title {
    color: #414042;
    font-size: 20px;
    font-family: Campton;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.grid-title:hover {
    color: #00A499;
}
.entry-content {
    /* Body 14pt */
    font-family: Campton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    /* 300 */
    color: #979797;
}
.filters {
    overflow: hidden;
}
.sticky1 {
    position: fixed;
    left: 0;
    margin: auto;
    top: 100px;
    width: 90%;
    z-index: 9999;
    background-color: white;
}

.community-card .card-tag {
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    background: #00a499;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.community-card .card-tag.completed {
    background: #702F89;
}

.community-card .card-tag.comingsoon {
    background: #FDBE59;
}

.map-link {
    outline: none !important;
}

.map-link.now-selling h2 {
    color: #00a499;
    outline: none;
	padding: 10px 10px 0px 10px;
}

.map-link.sold-out h2,
.map-link.completed h2 {
    color: #702F89;
    outline: none;
	padding: 10px 10px 0px 10px;
}

.map-link.coming-soon h2 {
    color: #FDBE59;
    outline: none;
	padding: 10px 10px 0px 10px;
}

.mapViewContainer.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.map-fixed {
    position: fixed !important;
}

.wp-block-lazyblock-communities-with-map .container-fluid.filters {
    max-width: 1170px;
}

.gm-style-iw-chr {
	display: flex !important;
	flex-direction: row-reverse !important;
}

.gm-style-iw-ch {
	padding: 0px !important;
}

.gm-style-iw-chr {
	align-self: flex-end !important;
	position: absolute !important;
}

.dimmed img {
	max-width: 180px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .grid-row .col-md-4 {
        padding-top: 20px;
        width: calc(50% - 10px);
    }

    div#mapViewWrapper .map-sidebar {
        max-width: 43%;
    }

    div#mapViewWrapper .mapViewContainer {
        min-width: 55%;
    }
}

@media screen and (max-width: 767px) {
    div#mapViewWrapper {        
        flex-direction: column;
    }
    div#mapViewWrapper .map-sidebar {
        max-width: 100%;
        order: 2;
    }

    div#mapViewWrapper .mapViewContainer {
        min-width: 100%;
        width: 100%;
        order: 1;
    }

    .maps-grid-filter-section .filter-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .maps-grid-filter-section .filter-wrapper .col-filter {
        width: 100%;
    }

    .button_bar {
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}