#location-picker-map {
  height: 400px;
  width: 100%;
}
.location-wrapper {
  position: relative;
}
.location-wrapper .material-icons {
  position: absolute;
  top: 19px;
  padding: 8px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 17px;
  color: #565d62;
}
.location-wrapper input[type="text"] {
  padding-right: 35px;
}
.location-field-wrapper .lock-pin input[type="checkbox"] ~ .locked {
  display: none;
}
.location-field-wrapper .lock-pin input[type="checkbox"]:checked ~ .locked {
  display: block;
}
.location-field-wrapper .lock-pin input[type="checkbox"]:checked ~ .unlocked {
  display: none;
}
body.wp-admin #location-picker-map {
  height: 200px;
}
body.wp-admin .pac-container {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.marker-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  transform: translate(-50%, -50%);
}
.marker-icon i {
  color: #fff;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  font-size: 15px;
  right: -15px;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marker-icon i.fa {
  font-size: 17px !important;
}
.marker-img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  left: 19px;
  top: -44px;
  background-size: cover;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out, box-shadow 0.25s ease-in-out;
  background-position: 50%;
  background-repeat: no-repeat;
}
.marker-icon .term-icon.image-icon {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
  border-radius: 100%;
  height: 27px;
  width: 27px;
}
.marker-icon .term-icon.image-icon img {
  width: auto;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marker-icon.active .marker-img {
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.cts-marker-pin {
  transform: translate(-50%, -100%);
}
.leaflet-marker-pane .cts-marker-pin,
.trackasiagl-marker .cts-marker-pin {
  transform: translateY(-50%);
}
.cts-marker-pin img {
  width: 25px;
  display: block;
  margin: auto;
}
.location-field-wrapper {
  position: relative;
}
.location-field-wrapper .cts-get-location {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 50;
}
.location-field-wrapper .cts-get-location:hover {
  cursor: pointer;
}
.mylisting-map-loading {
  position: relative;
}
.mylisting-map-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #eee;
  width: 100%;
  height: 100%;
  z-index: 500;
  animation-name: maps-background-animation;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@keyframes maps-background-animation {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #fafafa;
  }
  to {
    background-color: #eee;
  }
}
.marker-cluster-popup {
  max-height: 450px;
  overflow-y: auto;
}
.marker-cluster-popup .marker-cluster-wrapper.lf-item {
  height: auto !important;
  width: 100%;
}
.marker-cluster-popup .lf-item-container {
  margin-bottom: 10px !important;
}
.marker-cluster-popup .lf-item-container:last-child {
  margin-bottom: 0 !important;
}
@keyframes user-location-marker-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 133, 244, 0.5);
  }
  to {
    box-shadow: 0 0 0 20px rgba(66, 133, 244, 0);
  }
}
.cts-geoloc-marker {
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #4285f4;
  border: 1px solid #fff;
  animation-name: user-location-marker-animation;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .tpl-marker-cluster-popup {
    width: 270px !important;
  }
  .tpl-marker-cluster-popup .marker-cluster-popup {
    max-height: 270px !important;
  }
}
.loading-new-results .c27-map .marker-container {
  pointer-events: none;
  opacity: 0.6;
}
.infoBox .lf-type-2 .lf-item-info-2 {
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}
.infoBox .lf-type-2 .lf-item-info-2 .lf-avatar {
  display: none;
}
.infoBox .lf-type-2 .lf-item-info-2 h4 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.infoBox .lf-type-2 .lf-item-info-2 h6 {
  display: none;
}
.infoBox .lf-type-2 .lf-item-info-2 ul {
  padding: 0;
}
.infoBox .lf-type-2 .lf-item-info-2 ul li {
  padding-bottom: 7px;
  color: #fff;
  max-width: 100%;
}
.infoBox .lf-type-2 .lf-item-info-2 ul li i {
  color: #fff;
}
.infoBox .lf-item-info > h4 {
  margin-bottom: 6px;
}
.infoBox.listing-preview .c27-footer-section {
  display: none;
}
.infoBox .lf-type-2 .lf-item-info-2 {
  transform: translateY(0);
}
.infoBox div.lf-item.lf-item-list-view {
  height: auto !important;
}
.infoBox .lf-item.lf-item-list-view .lf-item-info {
  padding-left: 15px;
}
.infoBox.c27-listing-preview .lf-item-container .event-host,
.infoBox.c27-listing-preview .lf-item-container .listing-details,
.infoBox.c27-listing-preview .lf-item-container .listing-details-3 {
  display: none !important;
}
.infoBox.c27-listing-preview .lf-item-container {
  margin-bottom: 0;
}
.infoBox.c27-listing-preview {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: margin 0.2s, opacity 0.2s;
}
.infoBox.c27-listing-preview.show {
  opacity: 1 !important;
  visibility: visible !important;
}
.infoBox.c27-listing-preview.invisible {
  visibility: hidden !important;
}
.map.c27-map
  .infoBox
  .lf-item-container
  .lf-background-carousel
  .lf-background {
  width: 300px;
  height: 280px;
}
.map.c27-map .infoBox .lf-item-container .owl-carousel {
  display: block;
}
.map.c27-map .infoBox .lf-item-container .gallery-nav {
  top: 85px !important;
}
.infoBox {
  font-family: var(--e-global-typography-text-font-family), GlacialIndifference,
    sans-serif !important;
}
.infoBox.c27-listing-preview.show {
  margin-left: 0;
  pointer-events: all;
}
.infoBox.c27-listing-preview {
  margin-left: 25px;
  pointer-events: none;
}
.infoBox .lf-item {
  height: 200px !important;
}
.infoBox .lf-item .lf-item-info,
.infoBox .lf-type-2 .lf-item-info-2 {
  bottom: 10px !important;
}
.infoBox .lf-item .lf-item-info .lf-avatar {
  display: none;
}
.c27-map {
  width: 100%;
  height: 100%;
}
.cts-map-popup.cts-listing-popup {
  z-index: 80;
}
.cts-map-popup.cts-listing-popup .trackasiagl-popup-content {
  width: 300px;
  height: 200px;
  padding: 0;
  overflow: hidden;
  transform: translate(40px, -20px);
  transition: all 0.2s;
}
.cts-map-popup.cts-listing-popup.cts-popup-hidden .trackasiagl-popup-content {
  transform: translate(70px, -20px);
  opacity: 0;
}
.cts-map-popup.cts-listing-popup.tpl-list-view {
  padding-top: 30px;
}
.trackasiagl-marker .marker-icon {
  transform: none;
}
.trackasiagl-popup-tip {
  display: none !important;
}
.cts-marker-cluster {
  background: var(--accent);
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: var(--e-global-typography-text-font-family), GlacialIndifference,
    sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 35px !important;
  width: 35px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  line-height: 32px !important;
}
.cts-autocomplete-dropdown.active,
.cts-autocomplete-dropdown:active,
.cts-autocomplete-dropdown:focus {
  display: block;
}
.cts-autocomplete-dropdown {
  position: absolute;
  z-index: 15000;
  display: none;
}
.cts-autocomplete-dropdown .suggestions-list {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10000;
  border: 1px solid #d0d1d5;
  border-top: none !important;
  border-bottom: none !important;
}
.cts-autocomplete-dropdown.active .suggestions-list {
  top: 0;
}
.cts-autocomplete-dropdown.active .suggestions-list .suggestion:last-child {
  border-bottom: 1px solid #d0d1d5;
}
.cts-autocomplete-dropdown .suggestion {
  padding: 8px;
  font-size: 13px;
  color: #423e3e;
  cursor: pointer;
  border-bottom: 1px solid #f9f9f9;
  transition: background 0.2s;
}
.cts-autocomplete-dropdown .suggestion:last-child {
  border-bottom: 0;
}
.cts-autocomplete-dropdown .suggestion.active,
.cts-autocomplete-dropdown .suggestion:focus,
.cts-autocomplete-dropdown .suggestion:hover {
  background: hsla(0, 0%, 56%, 0.12);
}
.cts-autocomplete-dropdown .suggestion i {
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  color: rgba(255, 90, 100, 0.54);
  width: 30px;
}
.cts-autocomplete-dropdown .suggestion .suggestion--address {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.trackasiagl-ctrl-group:not(:empty) {
  box-shadow: 0 5px 33px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.tpl-marker-cluster-popup .trackasiagl-popup-content {
  overflow: visible !important;
}
.tpl-marker-cluster-popup .marker-cluster-popup {
  background: #fff;
  padding: 10px;
}
#explore-map-location-ctrl {
  background: #fff;
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  box-shadow: 0 5px 33px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
#explore-map-location-ctrl i {
  font-size: 22px;
}
#explore-map-location-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cts-map-popup.cts-listing-popup.infoBox {
  max-width: unset !important;
}
#explore-map-location-ctrl {
  background: #fff;
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  box-shadow: 0 5px 33px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
#explore-map-location-ctrl i {
  font-size: 22px;
}
#explore-map-location-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cts-map-popup.cts-listing-popup.infoBox {
  max-width: unset !important;
}