.togglefilters {
   margin-left: -20px !important;
}  
i.fas.fa-layer-group {
    color: #ffffff !important;
}
div#wwcuiGMap {
    position: relative;
}

.page-id-300 footer.footer.footer-black.footer-big {
    display: none;
}
.page-id-300 .hestia-scroll-to-top {
   display: none;
}
.filtermap.active .elementor-row .map-filter .elementor-column-wrap {
    border: 2px #008f49 solid !important;
}

.land-amap-holder {
   display: flex;
   max-height: 75vh;

}

#wwcuiAMapList {
   flex: 0;
   max-width: 0;
   min-height: 0;
   overflow: hidden;
   transition: all .5s ease;
}
.land-amap-holder.open #wwcuiAMapList {
   flex: .3;
   max-width: 1000000px;
}
.land-amap-holder #wwcuiGMap {
   flex: 1;
   transition: all .5s ease;
}

@media (max-width: 767px){

}

@media (max-width: 500px){
.land-amap-holder {
    width: 100%;
    height: 100vh;
    max-height: none;
}
.land-amap-holder {
    display: flex;
    min-height: 80vh;
    flex-direction: column-reverse;
}
.land-amap-holder.open #wwcuiAMapList {
    flex: 1;
    max-width: 1000000px;
}
#wwcuiAMapList {
	flex: 1;
    height: 200vh;
}	
div#wwcuiAMapList .inner {
    border: 1px #ccc solid;
    border-right: 0;
    flex: 1;
    max-height: 121vh;
    overflow: hidden;
    overflow-y: scroll;
    height: auto;
}
}