Viewing File: /home/maglabs/exclusive/wp-content/plugins/g5-ere/assets/css/map/mapbox.css

.g5ere__cluster {
  display: block;
  background-color: #cc0000;
  background-clip: content-box;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 5px solid rgba(184, 122, 122, 0.6);
}

.g5ere__map-popup-wrap {
  z-index: 10;
}
.g5ere__map-popup-wrap.show {
  opacity: 1 !important;
  visibility: visible !important;
}
.g5ere__map-popup-wrap .mapboxgl-popup-content {
  padding: 0;
}

.g5ere__autocomplete-dropdown {
  position: absolute;
  z-index: 15000;
  display: none;
}
.g5ere__autocomplete-dropdown.active, .g5ere__autocomplete-dropdown:active, .g5ere__autocomplete-dropdown:focus {
  display: block;
}

.g5ere__autocomplete-dropdown.active .g5ere__suggestions-list {
  top: 0;
}

.g5ere__suggestions-list {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10000;
  border: 1px solid #d0d1d5;
  border-top: none !important;
  border-bottom: none !important;
}

.g5ere__suggestion {
  padding: 8px;
  font-size: 13px;
  color: #423e3e;
  cursor: pointer;
  border-bottom: 1px solid #f9f9f9;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.g5ere__suggestion i {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  color: #cc0000;
}
.g5ere__suggestion span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.g5ere__suggestion.active, .g5ere__suggestion:focus, .g5ere__suggestion:hover {
  background: #f9f9f9;
}

.leaflet-popup-content {
  width: 270px !important;
}

.leaflet-popup {
  margin-bottom: 68px !important;
}

.leaflet-popup-content-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}

.mapboxgl-popup-tip {
  border: none !important;
}

.leaflet-pane .g5ere__pin-wrap.image img {
  width: 50px;
}

.leaflet-div-icon {
  background-color: transparent;
  border: none;
}

.leaflet-container a {
  color: inherit;
}

/*# sourceMappingURL=mapbox.css.map */
Back to Directory File Manager