body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/* remove scroll bounce */
body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
/* PREVENT OVERFLOW ON SECTIONS */
main section, main .brxe-container {
  position: relative;
}
main section {
  overflow: hidden;
}
/* WPGRIDBUILDER MAP BUG*/
.leaflet-container a.leaflet-popup-close-button {
  line-height: 1 !important;
}
