.single-fm_member .entry-title {
  display: none;
}
#eg-map {
  position: absolute;
  left: 0;
  right: 0;
}

#member {
  margin-top: 400px;
}

.eg-map__popup h3 {
  margin: 3px 0;
  font-size: 16px !important;
}

.eg-map__popup p {
  margin-bottom: 0 !important;
}

/* SEARCHBOX */
.eg-search-wrapper {
  position: relative;
  border: 1px solid lightgray;
}

.eg-search-wrapper input.eg-search-input[type="text"] {
  margin-bottom: 0px !important;
  background-color: transparent;
  border: none;
  height: 35px;
  width: 100px;
  padding: 0 0 0 5px;
}

.eg-search-wrapper .eg-search-submit,
.eg-search-wrapper .eg-search-clean {
  color: lightgray;
}

/* Filter */
.esg-filterbutton,
.esg-filterbutton.selected,
.esg-filterbutton:hover {
  background: transparent !important;
  border: none !important;
  text-align: left !important;
  box-shadow: none !important;
  padding-left: 0 !important;
}

.esg-selected-filterbutton {
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}

.esg-filter-checked {
  height: 15px;
  width: 15px;
  margin-right: 15px !important;
}

.esg-dropdown-wrapper {
  z-index: 1000;
  background-color: white;
  min-width: 250px !important;
  max-height: 500px;
  overflow: auto;
}

#member {
  overflow: hidden;
}