/**
 * Styles for Grimlock BuddyPress
 *
 * Adds integration features between Grimlock and BuddyPress
 * https://themosaurus.com/
 *
 */
/**
 * BP GeoLocation features
 *
 */
/* Layout */
.grimlock-buddypress-membersmap .grimlock--page-header {
  display: none !important;
}

.grimlock-buddypress-membersmap .site-content {
  padding: 0 !important;
}

.grimlock-buddypress-membersmap .site-content > .region__container {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.grimlock-buddypress-membersmap .site-content > .region__container > .region__row {
  margin: 0 !important;
  overflow: hidden;
}

.grimlock-buddypress-membersmap #buddypress {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .grimlock-buddypress-membersmap #buddypress {
    height: 90vh;
  }
}

@media screen and (min-width: 768px) {
  .grimlock-buddypress-membersmap .members-map-wrapper,
  .grimlock-buddypress-membersmap .members-map-wrapper .members-map,
  .grimlock-buddypress-membersmap .members-dir-map-content,
  .grimlock-buddypress-membersmap .members-dir-map-sidebar,
  .grimlock-buddypress-membersmap #members-dir-map,
  .grimlock-buddypress-membersmap .members-dir-map > .row {
    height: 100% !important;
  }
}

/* Map content */
#members-dir-map .alert {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  #collapseMap {
    display: block !important;
    height: 100% !important;
    visibility: visible !important;
  }
}

.members-map-pin-popup {
  text-align: center;
}

.members-map-pin-popup .avatar {
  width: 80px;
  height: 80px;
  margin-bottom: .5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 500px;
}

.members-map-pin-popup hr {
  margin: 10px 0 !important;
  opacity: .1;
}

.members-map-pin-popup .members-map-pin-popup__name a {
  font-weight: 600;
  color: inherit !important;
}

/* Sidebar */
.members-dir-map-sidebar {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}

.members-dir-map-sidebar .bps_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.members-dir-map-sidebar .bps-editfield {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .members-dir-map-sidebar .bps-editfield {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.members-dir-map-sidebar .bps-editfield.bps-distance, .members-dir-map-sidebar .bps-editfield.bps-range {
  max-width: 100%;
  flex: 0 0 100%;
}

.members-dir-map-sidebar .bps-editfield input[type="text"],
.members-dir-map-sidebar .bps-editfield input[type="search"],
.members-dir-map-sidebar .bps-editfield input[type="url"],
.members-dir-map-sidebar .bps-editfield input[type="email"],
.members-dir-map-sidebar .bps-editfield input[type="date"],
.members-dir-map-sidebar .bps-editfield input[type="number"],
.members-dir-map-sidebar .bps-editfield .bps-custom-select select {
  height: 48px;
  padding: .5rem 1.1rem;
  line-height: 1em;
}

.members-dir-map-sidebar .bps-editfield .bps-custom-select {
  height: 48px;
}

.members-dir-map-sidebar .bps-editfield .bps-custom-select select {
  height: 100%;
}

.members-dir-map-sidebar .submit {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0;
}

.members-dir-map-sidebar .bps_filters {
  font-size: .9em;
}

.members-dir-map-sidebar .bps_filters {
  background: rgba(0, 0, 0, 0.04);
  color: inherit !important;
  width: 100%;
  left: 0;
  position: relative;
}

.members-dir-map-sidebar .bps_filters_reset {
  top: 5px;
  right: 5px;
}

.members-dir-map-sidebar .widget + .widget {
  margin-top: 2rem;
}

.members-dir-map-sidebar .widget .widget-title {
  font-size: 1em;
}

.members-dir-map-sidebar .widget .textwidget {
  font-size: .95rem;
}

.members-dir-map-sidebar hr {
  margin: 2rem -1.5rem;
  opacity: .1;
}

.members-dir-map-sidebar .members-dir-map-sidebar__header a.text-muted:hover {
  opacity: 1 !important;
}

#markerLayer img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 500px !important;
  overflow: hidden !important;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3) !important;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  top: 10px !important;
  left: 10px !important;
  background-color: #fff;
}

#markerLayer img:hover {
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1) !important;
}

/* Google Map API related */
@media screen and (max-width: 768px) {
  .members-map {
    height: 300px !important;
  }
}

.members-map .gm-style {
  font-family: inherit !important;
}

.members-map button.gm-control-active {
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 0 !important;
}

.members-map button.gm-control-active:first-of-type {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.members-map button.gm-control-active:last-of-type {
  border-bottom-left-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.members-map button.gm-control-active img {
  width: 10px !important;
  height: 10px !important;
}

.members-map button.gm-control-active:hover {
  background: #f5f5f5 !important;
}

.members-map button.gm-control-active + div {
  display: none !important;
}

.members-map button.gm-control-active.gm-fullscreen-control img {
  width: 13px !important;
  height: 13px !important;
}

.members-map .gmnoprint[controlwidth] > div {
  background: none !important;
  box-shadow: none !important;
}

.members-map .gm-style-pbc {
  display: none !important;
}

.members-map .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  background: currentColor !important;
  border-radius: 0 !important;
  width: 25px !important;
  height: 25px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.members-map .gm-ui-hover-effect img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin: 0 !important;
  top: 0 !important;
}

.members-map .gm-style .gm-style-iw-c {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  padding: 1rem !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  max-height: 200px !important;
  overflow: scroll;
}

.members-map .gm-style .gm-style-iw-c::-webkit-scrollbar {
  display: none;
}

.members-map .gm-style .gm-style-iw-c .gm-style-iw-d {
  width: 100%;
  text-align: center;
  overflow: auto !important;
  max-height: 200px !important;
}

.members-map .gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar {
  display: none;
}

.members-map a[href*="https://maps.google.com"] {
  display: inline-block !important;
  opacity: .35 !important;
  position: relative !important;
  top: -5px !important;
  left: 5px !important;
}

.members-map a[href*="https://maps.google.com"]:hover {
  opacity: 1 !important;
}

.members-map div[style*="assets/images/map/"] {
  font-family: inherit !important;
}

.pac-container {
  z-index: 999999;
  font-family: inherit;
}

.pac-container.pac-logo:after {
  display: none !important;
}

[data-toggle="collapse"] .visible--collapsed {
  display: none;
}

[data-toggle="collapse"].collapsed .hidden--collapsed {
  display: none;
}

[data-toggle="collapse"].collapsed .visible--collapsed {
  display: inline-block;
}

.buddypress.location.bp-user #subnav {
  display: none !important;
}

/**
 * BuddyPress Checkins
 *
 * Allows BuddyPress members to share their location when they are posting activities
 * https://wordpress.org/plugins/bp-check-in/
 */
.bpchk-marker-container {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  z-index: 999;
}

.bpchk-marker-container i {
  margin: 0;
  font-size: 1.1rem;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  color: inherit;
  transition: all .2s ease-in-out;
}

.bpchk-marker-container i:hover {
  opacity: .6;
}

#bpchk-place-map {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #bpchk-place-map {
    padding-left: 75px;
  }
}

.bp-checkins.bp-checkin-panel {
  margin: 1rem 0;
  border: 0;
}

.checkin-by-autocomplete {
  background-color: rgba(0, 0, 0, 0.04);
  border: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  height: auto;
}

#bpchk-autocomplete-place {
  text-indent: 0;
  padding: .3rem 1rem;
  margin-bottom: 1rem;
  height: 45px;
}

label[for="bpchk-add-as-place"] {
  margin-left: 5px;
}

#checkin-by-autocomplete-map {
  border: 0;
  overflow: hidden;
  height: 350px;
}

/**
 * Do not add your customizations here, this file will be overridden in future release of the theme.
 * Make your CSS changes in the Custom CSS panel of the WordPress Customizer or create a child theme : https://codex.wordpress.org/Child_Themes
 */

/*# sourceMappingURL=style.css.map */
