.post-php.post-type-oum-location #location_customfields .inside,
.post-new-php.post-type-oum-location #location_customfields .inside {
  margin: 0 !important;
  padding: 0 !important;
}

.post-php.post-type-oum-location #location_customfields .inside > .section,
.post-new-php.post-type-oum-location #location_customfields .inside > .section {
  padding: 15px 12px;
  border-top: 1px solid #EEEEEE;
}

.post-php.post-type-oum-location #location_customfields .inside > .section:first-of-type,
.post-new-php.post-type-oum-location #location_customfields .inside > .section:first-of-type {
  border-top: 0;
}

.post-php.post-type-oum-location label,
.post-new-php.post-type-oum-location label {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.post-php.post-type-oum-location .geo-coordinates-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap {
  position: relative;
  width: 50%;
  padding-top: 30%;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation input.glass,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation input.glass {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
  -webkit-filter: saturate(3);
          filter: saturate(3);
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
  -webkit-filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
          filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
  -webkit-filter: sepia(0) contrast(1) invert(1) brightness(2);
          filter: sepia(0) contrast(1) invert(1) brightness(2);
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
  -webkit-filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
          filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}

.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
  -webkit-filter: sepia(0) contrast(1) invert(1) brightness(2);
          filter: sepia(0) contrast(1) invert(1) brightness(2);
}

.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap {
  width: 50%;
  padding: 0 50px;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7%;
  margin-bottom: 30px;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint div.hint,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint div.hint {
  font-size: 20px;
  margin-bottom: 20px;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint),
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint) > div,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint) > div {
  width: 49%;
}

@media (max-width: 768px) {
  .post-php.post-type-oum-location .geo-coordinates-wrap,
  .post-new-php.post-type-oum-location .geo-coordinates-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap,
  .post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap,
  .post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap,
  .post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap {
    width: 100%;
  }
  .post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap,
  .post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap {
    padding: 0;
  }
}

.post-php.post-type-oum-location #oum_location_image_preview.has-image,
.post-new-php.post-type-oum-location #oum_location_image_preview.has-image {
  width: 400px;
  height: 200px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.post-php.post-type-oum-location #oum_location_image_preview.has-image img,
.post-new-php.post-type-oum-location #oum_location_image_preview.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.settings_page_open_user_map .oum_support_hint {
  opacity: 0.7;
  margin-left: 5px;
}

.settings_page_open_user_map .map_styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.settings_page_open_user_map .map_styles label {
  width: 208px;
  height: 208px;
  overflow: hidden;
  border: 4px solid white;
  margin: 5px;
  position: relative;
}

.settings_page_open_user_map .map_styles label input {
  display: none;
}

.settings_page_open_user_map .map_styles label.pro-only {
  cursor: default;
}

.settings_page_open_user_map .map_styles label.pro:before {
  content: 'PRO';
  display: inline-block;
  position: absolute;
  background: red;
  color: white;
  right: 5px;
  bottom: 5px;
  padding: 1px 5px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  border: 1px solid;
}

.settings_page_open_user_map .map_styles label.checked, .settings_page_open_user_map .map_styles label:not(.pro-only):hover {
  border-color: #2271b1;
}

.settings_page_open_user_map .map_styles label .map_style_preview {
  width: 208px;
  height: 208px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="Stamen.TonerLite"] {
  background-image: url("images/map_style_Stamen.TonerLite.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="Esri.WorldStreetMap"] {
  background-image: url("images/map_style_Esri.WorldStreetMap.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="OpenStreetMap.Mapnik"] {
  background-image: url("images/map_style_OpenStreetMap.Mapnik.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="CartoDB.Positron"] {
  background-image: url("images/map_style_CartoDB.Positron.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="CartoDB.DarkMatter"] {
  background-image: url("images/map_style_CartoDB.DarkMatter.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="Custom1"] {
  background-image: url("images/map_style_Custom1.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="Custom2"] {
  background-image: url("images/map_style_Custom2.png");
}

.settings_page_open_user_map .map_styles label .map_style_preview[data-style="Custom3"] {
  background-image: url("images/map_style_Custom3.png");
}

.settings_page_open_user_map .marker_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.settings_page_open_user_map .marker_icons label {
  width: 50px;
  height: 82px;
  overflow: hidden;
  border: 4px solid white;
  margin: 5px;
  position: relative;
}

.settings_page_open_user_map .marker_icons label input {
  display: none;
}

.settings_page_open_user_map .marker_icons label.pro-only {
  cursor: default;
}

.settings_page_open_user_map .marker_icons label.pro:before {
  content: 'PRO';
  display: inline-block;
  position: absolute;
  background: red;
  color: white;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 11px;
  text-align: center;
  padding: 1px 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

.settings_page_open_user_map .marker_icons label.checked, .settings_page_open_user_map .marker_icons label:not(.pro-only):hover {
  border-color: #2271b1;
}

.settings_page_open_user_map .marker_icons label .marker_icon_preview {
  width: 50px;
  height: 82px;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.settings_page_open_user_map .marker_icons label .marker_icon_preview[data-style="default"] {
  background-image: url("../src/leaflet/images/marker-icon_default-2x.png");
}

.settings_page_open_user_map .marker_icons label .marker_icon_preview[data-style="custom1"] {
  background-image: url("../src/leaflet/images/marker-icon_custom1-2x.png");
}

.settings_page_open_user_map .marker_icons label .marker_icon_preview[data-style="custom2"] {
  background-image: url("../src/leaflet/images/marker-icon_custom2-2x.png");
}

.settings_page_open_user_map .marker_icons label .marker_icon_preview[data-style="custom3"] {
  background-image: url("../src/leaflet/images/marker-icon_custom3-2x.png");
}

.settings_page_open_user_map .marker_icons label .marker_icon_preview[data-style="custom4"] {
  background-image: url("../src/leaflet/images/marker-icon_custom4-2x.png");
}

.settings_page_open_user_map .geo-coordinates-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap {
  position: relative;
  width: 50%;
  padding-top: 32.5%;
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial input.glass {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
  -webkit-filter: saturate(3);
          filter: saturate(3);
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
  -webkit-filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
          filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
  -webkit-filter: sepia(0) contrast(1) invert(1) brightness(2);
          filter: sepia(0) contrast(1) invert(1) brightness(2);
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
  -webkit-filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
          filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}

.settings_page_open_user_map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
  -webkit-filter: sepia(0) contrast(1) invert(1) brightness(2);
          filter: sepia(0) contrast(1) invert(1) brightness(2);
}

.settings_page_open_user_map .geo-coordinates-wrap .input-wrap {
  width: 50%;
  padding: 0 50px;
}

.settings_page_open_user_map .geo-coordinates-wrap .input-wrap .latlng-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.settings_page_open_user_map .geo-coordinates-wrap .input-wrap .latlng-wrap > div input {
  width: 100%;
}

.settings_page_open_user_map .geo-coordinates-wrap .input-wrap .geo-coordinates-hint {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: 1px solid lightgrey;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: floralwhite;
}

@media (max-width: 768px) {
  .settings_page_open_user_map .geo-coordinates-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .settings_page_open_user_map .geo-coordinates-wrap .map-wrap,
  .settings_page_open_user_map .geo-coordinates-wrap .input-wrap {
    width: 100%;
  }
  .settings_page_open_user_map .geo-coordinates-wrap .input-wrap {
    padding: 0;
  }
}

.settings_page_open_user_map .oum-pro {
  display: inline-block;
  background: red;
  color: white;
  font-size: 11px;
  text-align: center;
  padding: 1px 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

.wp-block-open-user-map-map {
  background: url(images/block-bg.jpg) top center no-repeat;
  background-size: cover;
  border: 3px solid white;
  height: 400px;
}

.wp-block-open-user-map-map .hint {
  background: rgba(255, 255, 255, 0.8);
  width: 75%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 40px;
  text-align: center;
}

.wp-block-open-user-map-map .hint .link-oum-settings {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.wp-block-open-user-map-map .hint .link-oum-settings span {
  margin-right: 3px;
}
/*# sourceMappingURL=style.css.map */