/*
 * =====================================================================
 * FILE:    wp-content/uploads/wpmu-css/5a48b188-8ab2-4b7a-9dd3-d2e952f82955.css
 * PURPOSE: Owl Carousel + Featherlight lightbox + WP Google Maps Pro/modern styles + DataTables responsive + Pagination
 * USED BY: facilities, travel-parking pages
 * =====================================================================
 */

/**handles:owl-carousel_style,owl-carousel_style__default_theme,owl_carousel_style_theme_select,featherlight,wpgmaps_datatables_responsive-style,wpgmaps-admin-style,wpgmza_modern_base,wpgmaps-style-pro,wpgmza_legacy_modern_pro_style,wpgmza_pagination**/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/* ═══════════════════════════════════
   LIBRARY: Owl Carousel 2
   ═══════════════════════════════════ */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps/lib/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/* ─── Owl Carousel default theme ─── */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}


/* ═══════════════════════════════════
   LIBRARY: WP Google Maps styles
   ═══════════════════════════════════ */
.wpgmza_carousel_image_holder img {
  width: auto;
  margin: 0 auto;
  display: block
}

.wpgmza_carousel_info_holder {
  margin: 5px 0 0
}

.wpgmza_marker_carousel .item {
  padding: 30px 0;
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center
}

.wpgmza_marker_carousel .item .wpgmza_marker_title {
  font-weight: 700;
  font-size: 1.3em
}

.wpgmza_carousel_odd {
  background: #388bd1
}

.wpgmza_carousel_even {
  background: #a1def8
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden
}


/* ═══════════════════════════════════
   LIBRARY: Featherlight lightbox
   ═══════════════════════════════════ */
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, .8)
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal
}

.featherlight .featherlight-inner {
  display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, .3);
  color: #000;
  border: 0;
  padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0
}

.featherlight .featherlight-image {
  width: 100%
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch
}

.featherlight iframe {
  border: 0
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent
  }
}

@media print {
  html.with-featherlight>*>:not(.featherlight) {
    display: none
  }
}


/* ═══════════════════════════════════
   LIBRARY: DataTables
   ═══════════════════════════════════ */
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131
}

table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
  display: none
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '-';
  background-color: #d33333
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer
}

table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131
}

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '-';
  background-color: #d33333
}

table.dataTable tr.child {
  padding: .5em 1em
}

table.dataTable tr.child:hover {
  background: 0 0 !important
}

table.dataTable tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0
}

table.dataTable tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: .5em 0;
  white-space: nowrap
}

table.dataTable tr.child ul li:first-child {
  padding-top: 0
}

table.dataTable tr.child ul li:last-child {
  border-bottom: none
}

table.dataTable tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700
}

#wpgmza-maps-engine-dialog {
  text-align: left
}

#wpgmza-maps-engine-dialog h1 {
  text-align: center;
  margin-bottom: 1em
}

#wpgmza-maps-engine-dialog img {
  display: block;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box
}

#wpgmza-maps-engine-dialog .wpgmza-inner {
  display: flex
}

#wpgmza-maps-engine-dialog .wpgmza-inner label,
#wpgmza-maps-engine-dialog .wpgmza-inner>div {
  flex: 1;
  display: flex;
  flex-direction: column
}

#wpgmza-maps-engine-dialog .wpgmza-inner label>div,
#wpgmza-maps-engine-dialog .wpgmza-inner>div>div {
  flex-grow: 1
}

#wpgmza-maps-engine-dialog ul {
  list-style: none
}

#wpgmza-maps-engine-dialog .wpgmza-pros>li:before {
  content: "\2714"
}

#wpgmza-maps-engine-dialog .wpgmza-cons>li:before {
  content: "\2718"
}

#wpgmza-maps-engine-dialog h2>img {
  width: 100%;
  height: auto
}

#wpgmza-maps-engine-dialog footer {
  margin: auto;
  width: 20%
}

#wpgmza-maps-engine-dialog footer>img {
  width: 100%;
  height: auto
}

#wpgmza-maps-engine-dialog img.wpgmza-engine-logo {
  width: 75%;
  height: auto
}

#wpgmza-maps-engine-dialog input[type=radio] {
  display: none
}

#wpgmza-maps-engine-dialog input[type=radio]+label {
  -webkit-filter: grayscale(100%);
  transition: all .5s
}

#wpgmza-maps-engine-dialog input[type=radio]+label:hover,
#wpgmza-maps-engine-dialog input[type=radio]:checked+label {
  -webkit-filter: grayscale(0%)
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio {
  position: relative;
  left: -1.3em
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio-button {
  display: inline-block;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  position: top;
  top: -4px;
  border: 1px solid #ccc;
  border-radius: 100%
}

#wpgmza-maps-engine-dialog small {
  display: block;
  text-align: center
}

#wpgmza-maps-engine-dialog input[type=radio]:checked+label .wpgmza-mock-radio-button {
  border: 4px solid #fff;
  box-shadow: -1px -1px 0 #ccc, -1px 0 0 #ccc, 1px -1px 0 #ccc, 1px 0 0 #ccc, 1px -1px 0 #ccc, 0 -1px 0 #ccc, -1px -1px 0 #ccc, -1px 0 0 #ccc;
  background: #0073aa
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio>* {
  display: inline-block;
  vertical-align: middle
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio-label {
  width: 50%;
  height: auto
}

#wpgmza-maps-engine-dialog ul {
  text-align: center
}

#wpgmza-maps-engine-dialog button {
  font-size: 1.25em
}

.wpgmza-centered {
  text-align: center
}

.wpgmza_row {
  width: 100%;
  display: block;
  overflow: auto
}

.wpgmza_row_col {
  width: 90%;
  float: left;
  display: block;
  overflow: auto;
  margin: .25%;
  padding: .2%;
  min-height: 360px
}

.wpgmza_row_col h2 {
  font-weight: 900
}

.wpgmza_row_col ul li {
  margin: .3em 2.5em
}

.wpgmza_row_col ul {
  list-style-type: disc
}

.wpgmza-cluster-icon-reset:active {
  vertical-align: inherit !important
}

.wpgmza-cluster-icon-reset:active {
  vertical-align: inherit !important
}

.wpgmza-cluster-icon-change:active {
  vertical-align: inherit !important
}

.wpgmza_approve_btn {
  color: #0f0 !important
}

.wpgmza_del_btn {
  color: red !important
}

.wpgmza_cat_checkbox_holder ul:first-child {
  margin-left: 0
}

.wpgmza_cat_checkbox_holder ul {
  margin-left: 10px
}

.wpgmza_cat_checkbox_item_holder {
  margin-bottom: 2px
}

.wpgmza_cat_checkbox_holder {
  display: block;
  overflow: auto;
  max-height: 200px;
  overflow-y: scroll
}

@media only screen and (min-width:480px) {
  .wpgmza_row_col {
    width: 31%;
    float: left;
    display: block;
    overflow: auto;
    margin: .25%;
    padding: .2%;
    min-height: 360px
  }
}

.wpgmza_mlist_selection {
  cursor: pointer
}

.wpgmza_mlist_selection_activate {
  border-radius: 4px;
  border-left: 4px solid #0073aa
}

.ui-tabs-nav li {
  display: inline-block
}

.ui-widget-header {
  background: 0 0 !important;
  border-style: none !important
}

.ui-corner-all {
  border-style: none;
  border-radius: 0
}

.ui-tabs-active {
  background: #0073aa !important
}

.ui-tabs-active a {
  color: #fff !important
}

.ui-state-default {
  background: #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s
}

.ui-state-default a {
  text-decoration: none;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px
}

.ui-tabs-panel {
  background: #fff;
  margin-top: -19px !important;
  padding: 13px
}

.ui-slider {
  position: relative;
  text-align: left;
  background: #e8e8e8
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  background: #0073aa;
  border-radius: 10px;
  padding: 9px !important
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden
}

.cmn-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

input.cmn-toggle-round-flat+label {
  padding: 0;
  width: 26px;
  height: 17px;
  background-color: #ddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s
}

input.cmn-toggle-round-flat+label:after,
input.cmn-toggle-round-flat+label:before {
  display: block;
  position: absolute;
  content: ""
}

input.cmn-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s
}

input.cmn-toggle-round-flat+label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 9px;
  background-color: #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: margin .4s, background .4s;
  -moz-transition: margin .4s, background .4s;
  -o-transition: margin .4s, background .4s;
  transition: margin .4s, background .4s
}

input.cmn-toggle-round-flat:checked+label {
  background-color: #0073aa
}

input.cmn-toggle-round-flat:checked+label:after {
  margin-left: 8px;
  background-color: #0073aa
}

input.cmn-toggle-yes-no+label {
  padding: 2px;
  width: 33px;
  height: 18px;
  position: relative;
  top: 1px
}

input.cmn-toggle-yes-no+label:after,
input.cmn-toggle-yes-no+label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 24px
}

input.cmn-toggle-yes-no+label:before {
  background-color: #ddd;
  color: #000 !important;
  content: attr(data-off);
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

input.cmn-toggle-yes-no+label:after {
  background-color: #0073aa;
  content: attr(data-on);
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

input.cmn-toggle-yes-no:checked+label:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

input.cmn-toggle-yes-no:checked+label:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0)
}

.switch {
  display: inline-block;
  margin-right: 5px;
  top: 3px;
  position: relative
}

.update-blue {
  border-left: 4px solid #0073aa
}

.button-primary {
  border-radius: 0 !important;
  border-style: none !important;
  background-color: #0073aa !important
}

.button-seconday {
  border-radius: 0 !important;
  border-style: none !important
}

.grey-out {
  opacity: .5
}

.cmn-override-big {
  width: 50px !important;
  height: 28px !important
}

.cmn-override-big-wide {
  width: 100px !important;
  height: 28px !important
}

.cmn-override-big-wide:after,
.cmn-override-big-wide:before,
.cmn-override-big:after,
.cmn-override-big:before {
  line-height: 34px !important
}

#wpgmza_marker_holder #wpgmza_table {
  background-color: #fff;
  padding: 10px
}

#wpgmza_add_pic {
  width: 80%
}

#wpgmaps_tabs_markers table {
  width: 100%
}

#wpgmza_tmp {
  padding: 2px;
  margin: 3px;
  border: 1px solid #0085ba;
  color: #0085ba
}

#wpgmza_marker_holder #wpgmza_table_filter {
  float: right
}

#wpgmza_marker_holder #wpgmza_table_length {
  float: left
}

.wpgmza-promo {
  border: 4px solid #fff;
  box-shadow: 1px 1px 5px #ababab;
  -webkit-box-shadow: 1px 1px 5px #ababab;
  -moz-box-shadow: 1px 1px 5px #ababab
}

.wpgmza-promo .wpgmza-promo-overlay {
  opacity: 0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s
}

.wpgmza-promo:hover .wpgmza-promo-overlay {
  opacity: 1
}

.wpgmza-promo-overlay {
  background: #e8e8e8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px
}

.wpgmza-promo-overlay h4,
.wpgmza-promo-overlay p {
  margin: 0 !important
}

.about-wrap {
  margin-top: -20px !important
}

.paginate_button {
  background: #fff;
  margin-right: 5px;
  padding: 5px;
  position: relative;
  top: 8px;
  cursor: pointer
}

.paginate_button:hover {
  background: #0073aa;
  color: #fff
}

#wpgmza_table_info {
  padding: 7px
}

.update-nag h4 {
  margin: 0 !important
}

.update-slim {
  margin-top: 0 !important;
  line-height: 15px !important
}

.update-att {
  border: 1px solid #ffba00
}

.update-map-overlay {
  position: absolute;
  margin-top: -103px !important;
  margin-left: 5px
}

.wpgmza-listing,
.wpgmza-listing th span {
  padding: 7px
}

.wpgmza-listing {
  border: 4px solid #fff !important
}

.wpgmza-listing-comp {
  border: 4px solid #fff !important;
  background: #fff;
  margin-bottom: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -moz-ox-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

.wpgmza-listing-wizard {
  width: 23%;
  margin-right: 2px;
  display: inline-block;
  height: 300px;
  vertical-align: top
}

.wpgmza_map_seventy {
  width: 69% !important;
  float: left;
  margin-left: 1%
}

.sola_t_hide_input,
.wpgmza_hide_input {
  display: none !important
}

.wpgmza_file_select_btn {
  background: #0073aa;
  width: 116px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center
}

a.wpgmza_file_select_btn {
  text-decoration: none !important
}

a.wpgmza_file_select_btn:hover {
  color: #fff !important
}

.wpgmza_general_btn {
  border-style: none;
  background: #0073aa;
  width: 116px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer
}

.wpgmza_createmap_btn {
  margin-left: 1% !important;
  width: 98%;
  display: block;
  background: #0073aa;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-style: none
}

.wpmgza-listing-1-icon {
  text-align: center;
  font-size: 120px;
  height: 250px;
  line-height: 225px
}

.wpgmza-listing-wizard-2 {
  position: relative;
  height: 100%
}

@media screen and (max-width:1300px) {
  .wpmgza-listing-1-icon {
    font-size: 90px
  }
}

@media screen and (max-width:1024px) {
  .wpmgza-listing-1-icon {
    font-size: 80px
  }

  .wpgmza-listing-wizard {
    width: 47%
  }
}

@media screen and (max-width:450px) {
  .wpgmza-listing-wizard {
    width: 97%
  }
}

#wpmgza_unsave_notice {
  font-size: 11px !important;
  padding: 5px;
  top: -3px !important;
  position: relative
}


/* ─── WP Google Maps marker library dialog ─── */
.wpgmza-marker-library-dialog>ul {
  max-height: 80vh;
  overflow: scroll;
  overflow-x: hidden
}

.wpgmza-marker-library-dialog li {
  transition: opacity .5s;
  display: inline
}

.wpgmza-marker-library-dialog img {
  cursor: pointer
}

.wpgmza-marker-library-no-result {
  opacity: .25
}

.remodal {
  max-width: 90vw !important
}

.wpgmza-marker-library-dialog {
  text-align: left
}

form#wpgmza-custom-fields table.attributes * {
  font-family: "Courier New", Courier, monospace;
  padding: 0;
  margin: 0;
  border: none
}

form#wpgmza-custom-fields table.attributes td {
  border: 1px dotted #d3d3d3
}

form#wpgmza-custom-fields table.attributes input {
  width: 86px;
  padding: 3px;
  font-size: 8pt
}

form#wpgmza-custom-fields table.attributes input:focus {
  background: khaki
}

form#wpgmza-custom-fields .wpgmza-toggle-infowindow-display-input,
form#wpgmza-custom-fields .wpgmza-toggle-marker-listing-display-input {
  display: none
}

form#wpgmza-custom-fields .wpgmza-display-in-infowindows.fa-eye-slash,
form#wpgmza-custom-fields .wpgmza-display-in-marker-listings.fa-eye-slash {
  color: #aaa
}

#wpgmza-gdpr-compliance fieldset {
  margin-bottom: .3em
}

#wpgmza-gdpr-compliance fieldset>* {
  display: inline-block;
  vertical-align: top
}

#wpgmza-gdpr-compliance fieldset>label {
  width: 260px
}

#wpgmza-gdpr-compliance input[type=number] {
  width: 64px
}

#wpgmza-gdpr-compliance textarea {
  resize: both
}

#tabs-m-1 {
  position: relative
}

@keyframes rotate {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.wpgmza-panel-preloader {
  display: none;
  background: #fff;
  background: rgba(0, 0, 0, .6);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999
}

.wpgmza-panel-preloader::after {
  position: absolute;
  top: 50%;
  left: calc(50% - 30px);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  border: 0 solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  box-shadow: 0 -20px 0 24px rgba(0, 0, 0, .5) inset;
  animation: rotate 1s infinite linear
}

[data-wpgmza-php-class="WPGMZA\\ProAdminMarkerDataTable"] td:last-child {
  white-space: nowrap
}

#wpgmza-live-tracking-devices.loading {
  opacity: .6;
  pointer-events: none
}

button.wpgmza-delete-gallery-item {
  position: absolute;
  bottom: 0;
  right: 0;
  color: red
}

input[name=marker_rating_widget_style] {
  margin-right: 1em
}

input[name=marker_rating_widget_style]~.wpgmza-rating-widget-style-options {
  display: none
}

input[name=marker_rating_widget_style]:checked~.wpgmza-rating-widget-style-options {
  display: block !important;
  padding-top: 5px
}

#wpfooter {
  position: static !important
}

#wpgmza-wizard-options .wpgmza-listing-comp {
  background: 0 0;
  border: none !important;
  box-shadow: none;
  flex: 1;
  color: #2b323c
}

.wpgmza-card-border__hover {
  border: 3px solid #fff;
  transition: all .12s ease-in-out;
  cursor: pointer
}

.wpgmza-card-border__hover:hover {
  border-color: #2b323c;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 3px 30px rgba(0, 0, 0, .1);
  transform: translateY(-3px)
}

#wpgmza-wizard-options .wpgmza-card-border__hover {
  border-width: 3px;
  height: 300px
}

.wpgmza-wizard-option__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.wpgmza_createmap_btn {
  background: #2b323c;
  cursor: pointer;
  transition: background .12s ease-in-out;
  border-radius: 3px
}

.wpgmza_createmap_btn:hover {
  background: #616f82
}

.wpgmza-listing td {
  border-bottom: 1px solid #eee !important;
  padding: 10px 20px;
  box-sizing: border-box !important
}

.wpgmza-listing th {
  padding: 10px 13px !important
}

.wpgmza-listing tbody tr {
  transition: all .12s ease-in-out
}

.wpgmza-listing tbody tr:hover {
  background: #fbfbfb
}

.wpgmza-listing {
  border: none !important
}

.wpgmza_copy_shortcode {
  max-width: 100%
}

.wpgmza-listing th#id {
  width: 80px
}

#wpgmza-custom-fields-table input,
#wpgmza-custom-fields-table select,
#wpgmza-custom-fields-table table,
#wpgmza-custom-fields-table table tbody,
#wpgmza-custom-fields-table table td,
#wpgmza-custom-fields-table table tr {
  max-width: 100% !important
}

#wpgmza-custom-fields-table table,
#wpgmza-custom-fields-table table tbody,
#wpgmza-custom-fields-table table tr {
  display: block !important
}

#wpgmza-custom-fields-table td {
  vertical-align: middle
}

#wpgmza-custom-fields-table table input {
  width: 100% !important
}

.wpgmza-custom-fields__iconpicker-wrap {
  max-width: 100%;
  display: flex !important
}

.wpgmza-custom-fields__iconpicker-wrap>input {
  max-width: 90% !important;
  width: 90% !important
}

.wpgmza-custom-fields__iconpicker-wrap .iconpicker {
  max-width: 80px
}

#wpgmza-custom-fields-table input[readonly] {
  background: 0 0 !important;
  border: none;
  box-shadow: none
}

#wpgmza-custom-fields-table input[readonly]:active,
#wpgmza-custom-fields-table input[readonly]:focus,
#wpgmza-custom-fields-table input[readonly]:hover {
  box-shadow: none;
  outline: 0
}

.iconpicker-content.active {
  width: 100px !important
}

.wpgmza_file_select_btn i {
  margin-right: 10px
}

.wpgmza_file_select_btn {
  padding: 10px 15px
}

#wpgmza-custom-fields-table input,
.wpgmza-custom-fields__iconpicker-wrap .iconpicker,
form#wpgmza-custom-fields table.attributes input {
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 4px 9px;
  border-radius: 2px;
  transition: border-color .12s ease-in-out;
  background: #fff
}

#wpgmza-custom-fields-table input:active,
#wpgmza-custom-fields-table input:focus,
#wpgmza-custom-fields-table input:hover,
.wpgmza-custom-fields__iconpicker-wrap .iconpicker:hover,
form#wpgmza-custom-fields table.attributes input:hover {
  border-color: #2b323c
}

form#wpgmza-custom-fields table.attributes input:focus {
  background: #eee
}

form#wpgmza-custom-fields table.attributes td {
  border: none
}

#wpgmza-custom-fields__save-btn {
  width: 150px
}

.wpgmza-add-custom-field {
  width: 100%
}

form#wpgmza-custom-fields table.attributes * {
  font-family: inherit
}

.wpgmza-display-in-infowindows,
.wpgmza-display-in-marker-listings {
  font-size: 16px
}

#wpgmza-custom-fields-table th {
  padding: 12px 10px
}

.wpgmza-gallery-input li[data-picture-url] {
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box
}

.wpgmza-gallery-input li[data-picture-url]:hover {
  border-color: #2b323c
}

.wpgmza-add-new-picture {
  background: #f9f9f9
}

#wpgmza-theme-editor {
  bottom: -55px !important
}

#poly_line#poly_line {
  color: #000 !important
}

#poly_line_hover_line_color {
  color: #000 !important
}

#poly_hover_fill_color {
  color: #000 !important
}

#poly_fill {
  color: #000 !important
}

.wpgmza_legacy_sl_style_option_area #sl_fill_color {
  color: #000 !important
}

#sl_stroke_color {
  color: #000 !important
}

.wpgmza-listing-comp {
  direction: ltr
}

#wpgmza_iw_selection_null {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.toplevel_page_wp-google-maps-menu .ui-tabs-active {
  background: #e4e4e4 !important
}

body.toplevel_page_wp-google-maps-menu .button-primary,
body.toplevel_page_wp-google-maps-menu .wp-core-ui .button-primary,
body.toplevel_page_wp-google-maps-menu .wp-core-ui a.button-primary,
body.toplevel_page_wp-google-maps-menu a.button-primary,
input.button-primary {
  color: #0071a1 !important;
  border-color: #0071a1 !important;
  border: 1px solid !important;
  line-height: 12px !important;
  font-weight: 500
}

[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.toplevel_page_wp-google-maps-menu .wp-core-ui .button,
body.toplevel_page_wp-google-maps-menu .wp-core-ui .button-secondary {
  color: #0071a1 !important;
  border-color: #0071a1 !important;
  border: 1px solid !important
}

[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current,
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button.current,
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
  background: #f3f5f6 !important;
  background-color: #f3f5f6 !important;
  background: #f3f5f6 !important;
  color: #0071a1 !important;
  border-color: #0071a1 !important;
  border: 1px solid !important
}

[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
body.toplevel_page_wp-google-maps-menu .wp-core-ui .button:hover {
  border-color: #01618a !important;
  color: #01618a !important;
  background: #e4e4e4 !important
}

body.toplevel_page_wp-google-maps-menu .wrap .add-new-h2,
body.toplevel_page_wp-google-maps-menu .wrap .add-new-h2:active {
  background-color: #f3f5f6 !important;
  color: #0071a1 !important;
  border-color: #0071a1 !important;
  border: 1px solid !important;
  line-height: 12px !important;
  font-weight: 500
}

body.toplevel_page_wp-google-maps-menu .wrap .add-new-h2:active,
body.toplevel_page_wp-google-maps-menu .wrap .add-new-h2:focus,
body.toplevel_page_wp-google-maps-menu .wrap .add-new-h2:hover {
  box-shadow: none !important;
  color: #0071a1 !important;
  border-color: #0071a1 !important
}

body.toplevel_page_wp-google-maps-menu .ui-tabs-active a {
  color: #333 !important
}

.bulk_selection {
  display: none
}

.page-title-action.bulk_select {
  top: 15px !important
}

a.page-title-action.bulk_delete {
  top: 15px !important
}

.bulk_delete {
  display: none
}

.bulk_selection.active {
  display: table-cell
}

.display {
  text-align: center
}

button.map_table_button {
  margin: 2px;
  padding: 4px 8px;
  position: relative;
  top: -3px;
  text-decoration: none;
  border: 1px solid #0071a1;
  border-radius: 2px;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  color: #0071a1;
  background: #f3f5f6;
  cursor: pointer
}

button.map_table_button:hover {
  background: #f1f1f1;
  border-color: #016087;
  color: #016087
}

button.wpgmza-retina {
  height: 37px !important;
  flex-shrink: 1;
  flex-grow: 0
}

button.wpgmza-retina input[type=checkbox] {
  width: auto;
  position: relative
}

button.wpgmza-retina input[type=checkbox]::before {
  position: absolute;
  left: 0
}

button.wpgmza-retina label {
  display: block;
  width: 100%
}

.wpgmza-marker-panel button.wpgmza-retina label {
  margin-top: 3px
}

[data-wpgmza-admin-map-datatable] td:nth-last-child(2) {
  white-space: nowrap
}

.wpgmza-pro-feature {
  opacity: 1 !important
}

input.iconpicker-search-input {
  color: #000 !important
}

.wpgmza_modern_infowindow_close {
  position: relative
}

@media only screen and (min-width:480px) {
  .wpgmza_modern_infowindow {
    width: 50%
  }
}

@media (min-width:320px) {
  .wpgmza_modern_infowindow {
    width: 50%
  }

  .wpgmza_button {
    width: 100%;
    margin-top: 10px
  }

  .wpgmza_iw_title {
    font-size: 1.1em
  }
}

@media (min-width:481px) {
  .wpgmza_modern_infowindow {
    width: 50%
  }

  .wpgmza_button {
    width: 100%;
    margin-top: 10px
  }

  .wpgmza_iw_title {
    font-size: 1.1em
  }
}

@media (min-width:641px) {
  .wpgmza_modern_infowindow {
    width: 35%
  }

  .wpgmza_button {
    width: 100%;
    margin-top: 10px
  }

  .wpgmza_iw_title {
    font-size: 1.1em
  }
}

@media (min-width:961px) {
  .wpgmza_modern_infowindow {
    width: 25%
  }

  .wpgmza_button {
    width: 46%
  }

  .wpgmza_iw_title {
    font-size: 1.325em
  }
}

@media (min-width:1025px) {
  .wpgmza_modern_infowindow {
    width: 25%
  }

  .wpgmza_button {
    width: 46%
  }

  .wpgmza_iw_title {
    font-size: 1.325em
  }
}

@media (min-width:1281px) {
  .wpgmza_modern_infowindow {
    width: 25%
  }

  .wpgmza_button {
    width: 46%
  }

  .wpgmza_iw_title {
    font-size: 1.325em
  }
}

.wpgmza_modern_infowindow {
  height: auto;
  display: block;
  margin: 10px;
  padding: 10px;
  position: relative;
  z-index: 10000;
  display: block;
  float: left;
  top: 5px !important;
  padding: 10px
}

.wpgmza_iw_title {
  float: left;
  position: absolute !important;
  width: 100%;
  bottom: 0;
  right: 0;
  background-color: #666;
  padding: 10px;
  height: 38px;
  top: 35%;
  margin-bottom: 0;
  color: #fff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: .8
}

.wpgmza_iw_image {
  position: relative
}

.wpgmza_map .wpgmza_iw_image img {
  max-width: 100%;
  max-height: 148px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.wpgmza_iw_description {
  max-height: 115px;
  float: left;
  overflow-y: auto;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-right: 5px
}

.wpgmza_iw_custom_fields {
  color: #fff
}

.wpgmza_modern_infowindow_close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  float: right;
  z-index: 9
}

.wpgmza_button {
  background: #627383;
  margin-bottom: 0;
  padding: 3%;
  font-size: 1.125em;
  box-shadow: none;
  border: 0;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Kreon, serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center;
  border-color: #2284a1;
  color: #fff
}

.wpgmza_button:last-child {
  margin-left: 10px
}

.wpgmza_button:hover {
  color: #fff
}

.wpgmza_left {
  float: left !important
}

.wpgmza_right {
  float: right !important
}

.wpgmza_iw_description {
  width: 100%;
  max-height: 90px
}

.wpgmza_iw_address {
  width: 100%
}

.wpgmza_iw_address_p {
  margin-top: 1px;
  margin-bottom: 3px;
  font-style: italic;
  font-size: 1.2em
}

.wpgmza-ol-modern-infowindow-container .wpgmza_modern_infowindow {
  right: 1px !important;
  top: 35px !important;
  position: absolute;
  font-size: 12px
}

.wpgmza-ol-modern-infowindow-container {
  width: 100%;
  pointer-events: painted
}

.wpgmza-pagination {
  text-align: center;
  padding: 1em
}

.wpgmza-pagination>.paginationjs {
  display: inline-block
}

.wpgmza-pagination .paginationjs .paginationjs-pages {
  float: none
}

.paginationjs .paginationjs-pages li {
  margin: 0
}

.wpgmza_map {
  border: 0;
  max-width: 100% !important
}

.wpgmza_map img:not(button>img) {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important
}

.wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png'] {
  box-shadow: none !important
}

#wpgmza_map img {
  box-shadow: none !important
}

.wpgmza_table img {
  box-shadow: none !important
}

.gm-style div {
  margin-top: 0 !important
}

#wpgmaps_directions_edit {
  padding-top: 20px
}

.wpgmza_markerbox {
  margin: 0;
  padding: 0;
  color: #000 !important
}

.wpgmza_markerbox img {
  margin: 3px !important
}

.wpgmza_markerbox br,
.wpgmza_markerbox h1,
.wpgmza_markerbox h2,
.wpgmza_markerbox h3,
.wpgmza_markerbox h4,
.wpgmza_markerbox h5,
.wpgmza_markerbox h6,
.wpgmza_markerbox h7,
.wpgmza_markerbox h8,
.wpgmza_markerbox p,
.wpgmza_markerbox strong {
  margin: 2px;
  padding: 1px;
  color: #000 !important
}

.wpgmza_markerbox a {
  color: #1982d1 !important
}

.wpgmaps_mlist_table {
  width: 42px
}

.wpgmza_table .wpgmaps_mlist_marker {
  width: 32px;
  height: 32px;
  vertical-align: top;
  padding: 0 !important
}

.wpgmza_table .wpgmaps_mlist_info {
  vertical-align: top;
  text-align: left;
  padding: 0 !important
}

.wpgmza_table .wpgmaps_mlist_row {
  cursor: pointer;
  border: solid thin !important;
  border-width: 1px 0 0 !important;
  border-color: #d9d9d9 !important
}

.wpgmza_table .wpgmaps_mlist_row:hover {
  background-color: #eee
}

.wpgmza_map h2 {
  clear: both
}

.wpgmaps_user_form {
  clear: both
}

.wpgmza_table {
  clear: both;
  border-collapse: collapse !important
}

.wpgmaps_mlist_row img {
  margin-bottom: 0 !important
}

.wpgmza_table td {
  vertical-align: top !important;
  padding-bottom: 15px !important;
  padding-right: 10px !important;
  border: 0 !important
}

.wpgmza_table tr {
  border: 0 !important
}

.wpgmza_table th {
  text-align: left !important;
  padding-bottom: 15px !important;
  border: 0 !important;
  min-width: 100px
}

.dataTables_filter input[type=text],
.dataTables_filter select {
  display: inline !important
}

.dataTables_filter label {
  font-weight: 700
}

table.dataTable tr.child ul li {
  white-space: normal !important
}

.adp-placemark img {
  width: 24px !important;
  max-width: none !important
}

.wpgmza_table .sorting {
  background-image: none !important
}

#wpgm_premium {
  display: block;
  overflow: auto;
  margin: 10px;
  margin-left: 0;
  clear: both;
  width: 90%
}

#wpgm_premium h2 {
  margin-top: 0;
  padding-top: 0;
  font-weight: 200;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 2px
}

#wpgm_premium p {
  font-size: 16px;
  line-height: 28px
}

.wpgm_premium_row {
  margin-top: 20px;
  display: block;
  clear: both;
  width: 100%;
  overflow: auto
}

.wpgm_details p {
  padding-top: 0;
  margin-top: 2px;
  color: #666 !important
}

.wpgm_icon {
  display: block;
  float: left;
  width: 50px;
  height: 70px;
  background-image: url(https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/premium.png);
  background-repeat: no-repeat
}

.wpgm_details {
  display: block;
  float: left;
  width: 80%
}

.wpgm_notice_message {
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin: 5px 0 15px;
  padding: 0 .6em;
  background-color: #ffffe0;
  border-color: #e6db55
}

.wpgmza-form-field:last-of-type {
  margin-bottom: 18px
}

.wpgmza-form-field--no-pad {
  display: block;
  padding-top: 0
}

form#wpgmaps_options .wpgmza-form-field__label {
  display: block;
  color: #666;
  font-weight: 400
}

.wpgmza_map .wpgmza-form-field__label--float {
  width: 100%;
  position: absolute;
  top: 37px;
  background: #fff;
  transition: all ease .3s
}

.wpgmza-form-field__input:focus~label {
  top: 8px;
  color: #333;
  font-weight: 700
}

.wpgmza_dir_options {
  margin-bottom: 0;
  padding-top: 9px
}

.wpgmza_dir_options label {
  font-size: 15px
}

.wpgmza_dir_options label:last-child {
  margin-bottom: 0
}

.wpgmza_marker_approval_msg {
  font-weight: 700
}

.scrollFix {
  line-height: 1.35
}

.wpgmza_infowindow_description {
  white-space: normal
}

.wpgmza_infowindow_title {
  white-space: normal
}

.wpgmza_infowindow_address {
  white-space: normal
}

.wpgmza_infowindow_title {
  font-weight: 700
}

#wpgmza_marker_list tr {
  vertical-align: middle !important
}

#wpgmza_marker_list td {
  vertical-align: middle !important
}

#wpgmza_marker_list td img {
  vertical-align: middle !important
}

.wpgmza_marker_carousel {
  clear: both
}

.wpgmza-shadow {
  -webkit-box-shadow: 3px 3px 10px 0 #6b6b6b;
  -moz-box-shadow: 3px 3px 10px 0 #6b6b6b;
  box-shadow: 3px 3px 10px 0 #6b6b6b
}

.wpgmza-shadow-sm {
  -webkit-box-shadow: 0 0 10px 0 rgba(107, 107, 107, .4);
  -moz-box-shadow: 0 0 10px 0 rgba(107, 107, 107, .4);
  box-shadow: 0 0 10px 0 rgba(107, 107, 107, .4)
}

.wpgmza_innermap_holder {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px
}

.wpgmza_small_img {
  max-width: 14px;
  max-height: 14px
}

.wpgmza-basic-list-item .wpgmza_small_img {
  max-width: initial !important;
  max-height: initial !important
}

ul.wpgmza_marker_list_class {
  list-style: none;
  margin-left: 5px;
  padding-left: 0
}

.wpgmza-basic-list-item {
  float: left;
  cursor: pointer
}

.wpgmza-basic-list-item.wpgmza_div_title {
  display: block;
  float: none;
  font-weight: 600;
  margin-bottom: 3px
}

.wpgmaps_blist_row {
  clear: both;
  display: block;
  height: auto;
  overflow: hidden
}

.wpgmaps_blist_row:hover {
  background-color: #eee
}

.wpgmza_div_marker {
  width: 17px;
  height: 17px
}

.wpgmza_div_marker.wpgmza-basic-list-item {
  width: auto;
  height: auto;
  max-width: initial !important;
  max-height: initial !important;
  position: relative;
  top: 2px;
  margin-right: 10px
}

.wpgmza_div_address {
  padding-left: 2px
}

.wpgmza-basic-list-item.wpgmza_div_address {
  font-size: .8em
}

.wpgmza_basic_row {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden
}

.wpgmaps_blist_row>p {
  margin-bottom: 0;
  color: #7c7c7c;
  font-size: .8em
}

.wpgmza-basic-listing-image-holder {
  float: right;
  width: 20%
}

.wpgmza-basic-listing-image-holder img {
  border: 1px solid #ccc;
  padding: 5px !important;
  float: right !important;
  height: auto !important;
  width: 100% !important
}

.wpgmza-basic-listing-content-holder {
  float: left;
  display: block;
  width: 100%
}

.wpgmza-content-address-holder {
  width: 78%;
  display: block;
  float: left;
  overflow: hidden
}

.wpgmza-content-address-holder img {
  float: left !important;
  margin: 10px !important;
  max-width: 30px !important
}

.wpgmza_row {
  width: 100%;
  display: block;
  overflow: auto
}

.wpgmza_row_col {
  width: 90%;
  float: left;
  display: block;
  overflow: auto;
  margin: .25%;
  padding: .2%;
  min-height: 360px
}

.wpgmza_row_col h2 {
  font-weight: 900
}

.wpgmza_row_col ul li {
  margin: .3em 2.5em
}

.wpgmza_row_col ul {
  list-style-type: disc
}

@media only screen and (min-width:640px) {
  .wpgmza_row_col {
    width: 31%;
    float: left;
    display: block;
    overflow: auto;
    margin: .25%;
    padding: .2%;
    min-height: 360px
  }
}

.wpgmaps_mlist_row.wpgmza_basic_row {
  margin: 0;
  border-width: 1px 1px 0;
  padding: 16px
}

.wpgmaps_mlist_row.wpgmza_basic_row:last-child {
  border-bottom-width: 1px
}

.wpgmza_basic_row .wpgmza-desc p {
  font-size: .9em
}

.wpgmza_basic_row .wpgmza-address {
  margin-top: 0;
  font-size: .9em;
  color: #7c7c7c
}

.wpgmza_basic_row .wpgmza-content-address-holder img {
  transform: scale(.7);
  margin: 0 !important;
  margin-right: 10px !important;
  top: -6px;
  position: relative
}

.wpgmza-content-address-holder>p {
  margin-bottom: 16px;
  font-size: .9em
}

.wpgmza-content-address-holder p.wpgmza-content-address-holder-inner {
  font-size: 1em
}

.wpgmza-content-address-holder>p:last-child {
  margin-bottom: 0
}

.wpgmza_basic_row .wpgmza-content-address-holder .wpgmza-desc p:empty {
  margin: 0
}

.wpgmza_marker_holder {
  overflow-x: visible;
  border: 1px solid #d9d9d9
}

.owl-item p {
  word-break: break-word
}

.owl-item .wpgmza_marker_directions_link a {
  color: #fff;
  box-shadow: none;
  text-decoration: underline
}

.wpgmza_marker_address {
  word-break: break-word
}

.wpgmza_marker_carousel .item {
  padding-right: 10px !important;
  padding-left: 10px !important
}

.owl-item .wpgmza_carousel_info_holder>p:last-child {
  margin-bottom: 0
}

.wpgmza_filter_container {
  display: block;
  float: left;
  margin-bottom: 15px;
  min-width: 30%
}

.wpgmza-filter-widgets input[type=checkbox] {
  display: inline-block
}

.wpgmza_cat_checkbox_holder {
  display: block;
  overflow: auto;
  height: 100px;
  overflow-y: auto;
  padding: 5px
}

.wpgmza_cat_checkbox_item_holder label {
  padding-left: 5px
}

.wpgmza_cat_checkbox_item_holder_first {
  display: block;
  float: left
}

.wpgmza_cat_ul {
  margin-left: 10px;
  padding-left: 0
}

.wpgmza_cat_checkbox_item_holder {
  display: block
}

.wpgmaps_fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999
}

.wpgmza-modern-shadow {
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-store-locator {
  text-align: center;
  padding-top: 10px;
  max-width: 70%
}

.wpgmza-modern-store-locator>.wpgmza-inner {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: .5em !important;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-store-locator input,
.wpgmza-modern-store-locator select {
  height: 28px !important;
  vertical-align: top;
  padding: 0 6px !important;
  margin: 0 2px;
  color: #777;
  border: 1px solid #ccc
}

.wpgmza-popout-panel {
  position: absolute;
  z-index: 9999999999;
  background: #fff;
  width: 40%;
  height: 100%;
  top: 0;
  left: -43%;
  transition: left .3s;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-popout-panel.wpgmza-open {
  left: 0
}

.wpgmza-popout-panel ul {
  list-style: none;
  margin: 0
}

.wpgmza-popout-panel .wpgmaps_mlist_row {
  border: none;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif
}

.wpgmza-popout-panel .wpgmaps_mlist_row img {
  border-radius: 3px
}

.wpgmza-marker-listing-pic {
  float: right;
  width: 25%;
  height: auto
}

.wpgmza-modern-marker-listing li {
  border: 1px solid #d9d9d9;
  padding: .33em
}

.wpgmza-modern-marker-listing li:not(:last-child) {
  border-bottom: none
}

.wpgmza-modern-marker-listing [data-name=title] {
  color: #505050;
  font-size: .9em;
  width: 75%
}

.wpgmza-modern-marker-listing [data-name=address] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #929292;
  font-size: .8em;
  width: 75%
}

.wpgmza-modern-marker-listing [data-name=desc] {
  overflow: hidden;
  max-height: 3em;
  color: #929292;
  font-size: .8em;
  width: 75%
}

.wpgmza-modern-marker-listing .wpgmza-close-container {
  text-align: right;
  padding: 5px;
  background: #585858;
  color: #fff;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-marker-listing>* {
  cursor: pointer
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-close-container {
  text-align: right;
  padding: 5px;
  background: #585858;
  color: #fff;
  font-size: 16px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-close-container i {
  cursor: pointer
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-close.fa-arrow-left {
  float: left
}

.wpgmza-modern-marker-listing-marker-view {
  color: #929292;
  font-family: Roboto, sans-serif;
  display: flex;
  flex-direction: column
}

.wpgmza-modern-marker-listing-marker-view [data-name=title] {
  color: #fff;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  order: 3;
  background: #5f5f5f;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-marker-listing-marker-view [data-name=address],
.wpgmza-modern-marker-listing-marker-view [data-name=desc] {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
  order: 4
}

.wpgmza-modern-marker-listing-marker-view [data-name=pic] {
  display: none;
  max-width: 100%;
  order: 1;
  margin-bottom: -11%
}

.wpgmza-modern-marker-listing-marker-view [data-name=pic][src] {
  display: block
}

.wpgmza-modern-marker-listing-marker-view [data-name=category] {
  order: 8;
  padding: 8px
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-modern-marker-listing-buttons {
  order: 2;
  display: inline-block;
  margin-bottom: -10%;
  height: 50px;
  z-index: 99;
  padding: 0 0 0 7px;
  position: absolute;
  color: #fff;
  width: auto
}

.wpgmza-modern-marker-listing-marker-view [data-custom-field-name] {
  order: 9;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  background: #eee;
  margin-right: auto;
  padding: 0 7px;
  border-radius: 5em;
  font-size: .8em
}

.wpgmza-modern-marker-listing-marker-view [data-custom-field-name]>svg {
  position: relative;
  top: 1px;
  padding: 1px
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-modern-marker-listing-button {
  text-align: center;
  display: inline-block
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-modern-marker-listing-button svg {
  background: #fff;
  color: #5f5f5f;
  width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-marker-listing-marker-view .wpgmza-modern-marker-listing-button>div {
  display: none
}

.wpgmza-modern-marker-listing-button>* {
  display: block;
  margin: 0 auto
}

.wpgmza-modern-marker-open-button {
  position: absolute;
  top: 35px;
  left: 10px;
  z-index: 5000000000;
  padding: .5em;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  color: #666;
  font-size: 15px
}

.wpgmza-modern-marker-open-button>svg {
  padding: 2px;
  margin-right: 2px
}

.wpgmza-placeholder-label>ul.wpgmza-checkboxes>li {
  white-space: nowrap
}

.wpgmza_basic_list {
  overflow: hidden;
  padding-top: 10px
}

.wpgmaps_blist_row {
  padding: 8px 0;
  border-bottom: 1px solid #d9d9d9
}

.wpgmza-modern-marker-listing [data-name=address] {
  font-size: .8em;
  font-style: italic
}

.wpgmza-custom-field {
  margin-right: 5px
}

.wpgmza_basic_list .wpgmza-custom-field {
  margin-left: 10px
}

.wpgmza_map .wpgmza-form-field input[type=email],
.wpgmza_map .wpgmza-form-field input[type=number],
.wpgmza_map .wpgmza-form-field input[type=password],
.wpgmza_map .wpgmza-form-field input[type=search],
.wpgmza_map .wpgmza-form-field input[type=tel],
.wpgmza_map .wpgmza-form-field input[type=text],
.wpgmza_map .wpgmza-form-field input[type=url],
.wpgmza_map .wpgmza-form-field select,
.wpgmza_map .wpgmza-form-field textarea,
.wpgmza_map .wpgmza-inner .wpgmza-form-field__input {
  padding: 10px;
  padding-left: 0;
  border: none;
  border-radius: 0;
  transition: all .3s;
  background: 0 0;
  box-shadow: none;
  font-family: Roboto, sans-serif
}

.wpgmza_map .wpgmza-form-field input[type=email]:focus,
.wpgmza_map .wpgmza-form-field input[type=number]:focus,
.wpgmza_map .wpgmza-form-field input[type=password]:focus,
.wpgmza_map .wpgmza-form-field input[type=search]:focus,
.wpgmza_map .wpgmza-form-field input[type=tel]:focus,
.wpgmza_map .wpgmza-form-field input[type=text]:focus,
.wpgmza_map .wpgmza-form-field input[type=url]:focus,
.wpgmza_map .wpgmza-form-field select:focus,
.wpgmza_map .wpgmza-form-field textarea:focus,
.wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus {
  background: 0 0
}

.wpgmaps_via {
  max-width: 100%
}

.wpgmza-close,
.wpgmza-modern-marker-listing-buttons>* {
  cursor: pointer
}

.wpgmza-filter-widgets {
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px
}

.wpgmza-filter-widgets .wpgmza-dropdown,
.wpgmza-filter-widgets input,
.wpgmza-filter-widgets select {
  background-color: #fff;
  border: none;
  padding: 4px;
  margin: 0;
  margin-right: 4px;
  display: inline;
  font-size: 15px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #585858;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-custom-field-filter-widget-checkboxes.wpgmza-dropdown .wpgmza-placeholder-label {
  cursor: pointer;
  position: relative;
  display: inline
}

.wpgmza-custom-field-filter-widget-checkboxes.wpgmza-dropdown .wpgmza-placeholder-label>ul.wpgmza-checkboxes {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 99;
  list-style: none;
  background: #fff;
  padding: 5px;
  border-radius: 3px
}

.pac-container {
  z-index: 9999999999
}

.pac-container {
  border-radius: 2px;
  border-top: none;
  font-family: Roboto, sans-serif;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.pac-container .pac-item {
  border-top: none
}

.pac-container .pac-item .pac-item-query {
  color: #333
}

@media only screen and (max-width:1000px) {
  .wpgmza-modern-store-locator {
    max-width: 55%;
    margin-left: 10%
  }
}

@media only screen and (max-width:910px) {
  .wpgmza-modern-store-locator .addressInput {
    display: block;
    float: none;
    text-align: center
  }
}

@media only screen and (max-width:860px) {
  .wpgmza-modern-store-locator {
    max-width: 50%;
    margin-left: 10%
  }

  .wpgmza-modern-marker-open-button {
    top: 45px
  }
}

@media only screen and (max-width:600px) {
  .wpgmza-popout-panel {
    width: 100%;
    left: -103%
  }

  .wpgmza-modern-store-locator {
    max-width: 40%
  }
}

@media only screen and (max-width:450px) {
  .wpgmza-modern-store-locator {
    padding-top: 45px
  }

  .wpgmza-modern-store-locator {
    margin-left: 0
  }
}

@media only screen and (max-width:345px) {
  .wpgmza-modern-store-locator {
    margin-left: -10%
  }
}

.wpgmza_map_image,
.wpgmza_marker_icon {
  margin: 5px auto
}

.wpgmza-add-map-dialog {
  text-align: left
}

.wpgmza-add-map-dialog-inner-panels {
  display: flex
}

.wpgmza-add-map-dialog-inner-panels>div {
  flex: 1;
  padding: .5em;
  display: flex;
  justify-content: space-between;
  flex-direction: column
}

.wpgmza-center {
  text-align: center
}

.wpgmza-add-map-dialog-inner-panels input,
.wpgmza-add-map-dialog-inner-panels select {
  width: 100%
}

.wpgmza-add-map-dialog-inner-panels button {
  margin-top: auto
}

.wpgmza-not-found-msg {
  display: none;
  margin-top: 20px;
  color: #777
}

.wpgmza-not-found-msg.is-active {
  display: block
}

.wpgmza-not-found-msg p {
  margin-bottom: 0
}

.wpgmza_map[data-maps-engine=open-layers] .wpgmza-modern-store-locator {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  z-index: 99
}

.wpgmza_map[data-maps-engine=open-layers] .wpgmza-modern-marker-open-button {
  top: 70px
}

# .wpgmza-modern-marker-listing-buttons {
  pointer-events: none
}

.wpgmza-modern-marker-listing-buttons * {
  pointer-events: all
}

.wpgmza-preloader {
  width: 32px;
  height: 32px;
  z-index: 10000000000;
  position: absolute;
  left: .5em;
  bottom: .5em
}

.wpgmza-modern-store-locator button.wpgmza-use-my-location {
  padding: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc
}

.wpgmza_iw_title {
  z-index: 2
}

[data-wpgmza-marker-listing] .wpgmza-distance-from-location {
  font-size: .8em;
  opacity: .6
}

.wpgmza-basic-list-item.wpgmza-distance-from-location {
  padding-right: 10px;
  display: block;
  min-width: 100%;
  text-align: right;
  opacity: .4
}

.wpgmza-modern-marker-listing [data-name=user-distance] {
  font-size: .8em;
  font-style: italic;
  color: #929292
}

.wpgmza_polygon_title {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px
}

.wpgmza-marker-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100% !important;
  max-width: 100% !important
}

.wpgmza-grid-row {
  height: auto;
  flex-basis: 33.33%;
  -ms-flex: auto;
  height: 300px;
  position: relative;
  padding: 10px;
  box-sizing: border-box !important
}

.wpgmza-grid-item {
  border: 1px solid #eee;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box
}

.wpgmza-grid-item:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, .02), 0 2px 10px rgba(0, 0, 0, .04)
}

.wpgmza-grid-item .wpgmza_marker_title {
  margin: 0;
  font-weight: 700;
  font-size: .9em !important
}

.wpgmza-grid-item .wpgmza_marker_icon {
  position: absolute;
  top: 22px;
  right: 17px;
  width: 15px;
  margin: 0 !important;
  z-index: 10
}

.wpgmza-grid-item .wpgmza-address {
  font-size: .8em;
  width: 100%;
  opacity: .5
}

.wpgmza-grid-item .wpgmza-desc,
.wpgmza-grid-item .wpgmza-desc p {
  font-size: .8em;
  width: 100%;
  opacity: .9;
  margin-top: 5px
}

.wpgmza-grid-item .wpgmza-distance-from-location {
  bottom: 0;
  text-align: right;
  display: block;
  font-size: .7em;
  opacity: 1;
  position: absolute;
  padding: 0 8px;
  border-radius: 2px;
  right: 10px;
  bottom: 10px;
  background: #f9f9f9;
  width: max-content;
  z-index: 9
}

.wpgmza-grid-item-content {
  overflow: auto;
  max-height: 100%;
  padding: 15px;
  box-sizing: border-box
}

.wpgmza-grid-item .wpgmza-distance-from-location+.wpgmza-grid-item-content {
  padding-bottom: 50px
}

.wpgmza-grid-item .wpgmza_custom_fields>p {
  border-top: 1px solid #eee;
  padding: 2px 0;
  margin: 0;
  font-size: .8em;
  opacity: .8
}

.wpgmza-grid-footer {
  font-size: .8em;
  right: 0;
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  border-top: 1px solid #eee;
  background: #fff;
  text-align: right;
  z-index: 10;
  height: 50px;
  line-height: 25px
}

.wpgmza-grid-footer .wpgmza-link,
.wpgmza-grid-footer .wpgmza_gd {
  display: inline-block;
  font-size: .8em;
  margin-left: 7px
}

.wpgmza-grid-footer~.wpgmza-grid-item-content {
  max-height: calc(100% - 50px)
}

.wpgmza-grid-item .wpgmza-basic-listing-image-holder {
  width: 100%;
  max-height: 170px;
  overflow: hidden;
  border: none !important;
  position: relative;
  right: 0;
  border-bottom: 1px solid #eee !important;
  top: 0
}

.wpgmza-grid-item .wpgmza-basic-listing-image-holder .wpgmza_map_image {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important
}

.wpgmza-grid-item .wpgmza-basic-listing-image-holder+.wpgmza_marker_title {
  margin-top: 160px
}

.wpgmza-grid-item-content {
  padding: 0
}

.wpgmza-grid-item .wpgmza-address,
.wpgmza-grid-item .wpgmza-desc,
.wpgmza-grid-item .wpgmza_custom_fields,
.wpgmza-grid-item .wpgmza_marker_title {
  padding: 5px 20px
}

.wpgmza-grid-item .wpgmza_marker_title {
  padding-top: 15px
}

.wpgmza-grid-item .wpgmza-basic-listing-image-holder img {
  border: none !important;
  padding: 0 !important
}

.wpgmza-grid-item .wpgmza-gallery-container .wpgmza-marker-gallery {
  overflow: hidden;
  max-width: 290px;
  margin: 0 auto
}

.wpgmza-grid-item {
  background: #fff
}

.wpgmza-infowindow .wpgmza-marker-gallery {
  float: right
}

@media(max-width:1333px) {
  .wpgmza-grid-row {
    flex-basis: 33.33%
  }
}

@media(max-width:1073px) {
  .wpgmza-grid-row {
    flex-basis: 33.33%
  }
}

@media(max-width:815px) {
  .wpgmza-grid-row {
    flex-basis: 50%
  }
}

@media(max-width:555px) {
  .wpgmza-grid-row {
    flex-basis: 100%
  }
}

.ol-marker>img {
  max-width: none !important
}

.wpgmza-directions-step::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
  position: relative;
  top: -.15em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.wpgmza-directions-step.wpgmza-instruction-type-left::before,
.wpgmza-directions-step.wpgmza-instruction-type-sharp-left::before,
.wpgmza-directions-step.wpgmza-instruction-type-slight-left::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/left.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-right::before,
.wpgmza-directions-step.wpgmza-instruction-type-sharp-right::before,
.wpgmza-directions-step.wpgmza-instruction-type-slight-right::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/right.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-straight::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/straight.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-enter-roundabout::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/enter-roundabout.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-keep-left::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/keep-left.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-keep-right::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/keep-right.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-depart::before,
.wpgmza-directions-step.wpgmza-instruction-type-goal::before {
  background-image: url('//maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png')
}

.wpgmza-directions-step.wpgmza-instruction-type-u-turn::before {
  background-image: url('https://haddonfieldskirmish.com/wp-content/plugins/wp-google-maps-pro/images/road-signs/u-turn.png')
}

.wpgmza-not-found input {
  border: 1px solid red
}

.wpgmza-preloader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wpgmza-preloader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.wpgmza-preloader div:first-child {
  left: 6px;
  animation: wpgmza-preloader1 .6s infinite
}

.wpgmza-preloader div:nth-child(2) {
  left: 6px;
  animation: wpgmza-preloader2 .6s infinite
}

.wpgmza-preloader div:nth-child(3) {
  left: 26px;
  animation: wpgmza-preloader2 .6s infinite
}

.wpgmza-preloader div:nth-child(4) {
  left: 45px;
  animation: wpgmza-preloader3 .6s infinite
}

@keyframes wpgmza-preloader1 {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes wpgmza-preloader3 {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(0)
  }
}

@keyframes wpgmza-preloader2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(19px, 0)
  }
}

.wpgmza_marker_carousel.owl-carousel .owl-item img.wpgmza_marker_icon {
  margin: .5em auto;
  width: auto
}

.wpgmza-directions-from__icon,
.wpgmza-directions-to__icon,
.wpgmza-directions__travel-mode {
  display: none
}

.wpgmza-modern-directions-box .wpgmza-directions-from__icon,
.wpgmza-modern-directions-box .wpgmza-directions-to__icon,
.wpgmza-modern-directions-box .wpgmza-directions__travel-mode {
  display: block;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.wpgmza-modern-directions-box .wpgmza-directions-box__title {
  height: auto
}

.wpgmza-modern-directions-box h2:before {
  content: none
}

.wpgmza-rating {
  display: inline-block;
  line-height: 20px
}

.wpgmza-rating-stars-container>span {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0
}

.wpgmza-directions-box:not(.style-modern) .wpgmza-directions-from__icon,
.wpgmza-directions-box:not(.style-modern) .wpgmza-directions-to__icon,
.wpgmza-directions-box:not(.style-modern) span.wpgmza-travel-mode-option {
  display: none
}

.wpgmza-infowindow [data-hide-in-infowindows=true],
[data-wpgmza-marker-listing] [data-hide-in-marker-listings=true] .wpgmza_marker_holder [data-hide-in-marker-listings=true] {
  display: none
}

.wpgmza-print-directions,
.wpgmza-reset-directions {
  cursor: pointer
}

.wpgmza-modern-directions-box {
  width: 30%;
  max-width: 408px
}

.style-modern input .wpgmza-directions-from {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, .87)
}

.style-modern .wpgmza-directions-locations .wpgmza-use-my-location {
  border: 1px solid rgba(255, 255, 255, .87);
  border-radius: 2px;
  margin-left: 2px;
  color: #fff !important;
  opacity: .5 !important
}

.style-modern .wpgmza-directions-locations .wpgmza-use-my-location:hover {
  opacity: 1 !important
}

.style-modern .wpgmza_remove_via {
  border: 1px solid rgba(255, 255, 255, .87);
  border-radius: 2px;
  margin-left: 2px;
  color: #fff !important;
  opacity: .5 !important
}

.style-modern .wpgmza_remove_via:hover {
  opacity: 1 !important
}

.style-modern .wpgmza-directions-buttons .wpgmza-get-directions {
  border: 0 !important
}

.style-default .wpgmza-directions-options__section {
  background-color: transparent !important
}

.style-default .wpgmza-form-field__input {
  width: 50%;
  min-width: 200px;
  border: 1px solid #ccc;
  padding: 10px
}

.style-default .wpgmaps_add_waypoint i {
  color: #ccc;
  margin-right: 2px
}

.wpgmaps_directions_outer_div.style-default {
  padding-left: 15px
}

.style-default .wpgmza-travel-mode-option {
  background-color: #333
}

.style-default .wpgmza-directions__travel-mode {
  display: block !important
}

.style-default .wpgmza-travel-mode-option {
  display: inline-block !important
}

.style-default .wpgmza-directions-options__section {
  min-height: inherit
}

.style-default .wpgmza-use-my-location {
  border: 1px solid #ccc;
  margin-left: 12px;
  border-radius: 5px;
  color: #333
}

.gm-ui-hover-effect:hover {
  box-shadow: none !important
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div.style-default {
  padding-left: inherit
}

@media screen and (max-width:1000px) {
  .wpgmza-modern-directions-box {
    width: 100% !important;
    max-width: 100%;
    left: -100%
  }
}

.wpgmza-ol-modern-infowindow-container:empty {
  height: 0
}

.wpgmaps_directions_outer_div {
  padding-top: 5px;
  padding-bottom: 5px
}

.wpgmaps_directions_outer_div table,
wpgmza_marker_list_class {
  margin-bottom: 0 !important
}

.wpgmza_sl_main_div {
  width: 100%;
  overflow: hidden
}

.wpgmza_sl_query_div {
  display: block
}

.wpgmza_sl_query_innerdiv1 {
  float: left;
  display: block;
  width: 150px;
  clear: left
}

.wpgmza_sl_query_innerdiv2 {
  display: block;
  float: left
}

.wpgmza_sl_radius_div {
  display: block;
  clear: both
}

.wpgmza_sl_radius_innerdiv1 {
  float: left;
  display: block;
  width: 150px
}

.wpgmza_sl_radius_innerdiv2 {
  display: block;
  float: left;
  width: 250px
}

.wpgmza_sl_category_div {
  display: block;
  clear: both;
  height: auto;
  overflow: auto
}

.wpgmza_sl_category_innerdiv1 {
  float: left;
  display: block;
  width: 150px
}

.wpgmza_sl_category_innerdiv2 {
  float: left
}

.wpgmza_sl_search_button_div {
  display: inline-block
}

.wpgmza_sl_reset_button_div {
  display: inline-block
}

.sl_use_loc {
  float: left;
  margin-left: 10px;
  padding: 11px 30px
}

.wpgmza-modern-directions-box input:not([type=checkbox]),
.wpgmza-modern-directions-box select {
  display: block;
  width: 100% !important
}

.wpgmza-modern-directions-box h2 {
  margin: 0;
  padding: 0;
  clear: none
}

.wpgmza-directions-buttons i {
  color: #bbb;
  cursor: pointer;
  transition: color .3s
}

.wpgmza-directions-buttons i:hover {
  color: #777
}

.wpgmza-directions-buttons a {
  display: block;
  cursor: pointer
}

.wpgmza-directions-options {
  text-align: left
}

.wpgmza-directions-options label {
  display: inline
}

.wpgmza_sl_reset_button_div,
.wpgmza_sl_search_button,
.wpgmza_store_locator_options_button {
  cursor: pointer;
  font-size: 20px;
  padding: 0 .3em
}

.wpgmza-modern-store-locator .wpgmza_sl_reset_button_div,
.wpgmza-modern-store-locator .wpgmza_sl_search_button,
.wpgmza-modern-store-locator .wpgmza_store_locator_options_button {
  cursor: pointer;
  font-size: 15px;
  padding: 0 .3em;
  height: 100%;
  line-height: 28px;
  color: #b7b7b7
}

.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder {
  margin: 0;
  padding: 0;
  position: static;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 2px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 2px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 2px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 2px -1px
}

.wpgmza-modern-store-locator .wpgmza_cat_ul {
  background: #fff;
  text-align: left;
  margin: 0;
  padding: .5em
}

.wpgmza-modern-store-locator .wpgmza_cat_ul>li {
  display: inline-block
}

.wpgmza-modern-store-locator .wpgmza_cat_ul>li>input[type=checkbox] {
  display: none
}

.wpgmza-modern-store-locator .wpgmza_cat_ul>li label {
  display: inline-block;
  padding: .4em .8em;
  margin: .3em 1em;
  border-radius: 5em;
  position: relative;
  cursor: pointer
}

.wpgmza-modern-store-locator .wpgmza_cat_ul>li>input:checked+label {
  display: block;
  background: #3d8af7;
  border: 1px solid #3d8af7;
  color: #fff
}

.wpgmza-chip-icon,
.wpgmza-modern-store-locator .wpgmza_cat_ul>li label {
  border: 1px solid #eee;
  background: #eee
}

.wpgmza-chip-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-left: none;
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px
}

.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder {
  overflow: hidden;
  max-height: 0;
  height: auto;
  transition: max-height .5s
}

.wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder.wpgmza-open {
  max-height: 100vh
}

.wpgmaps_directions_outer_div>h2 {
  margin-bottom: 0
}

.wpgmaps_directions_outer_div input[type=button],
.wpgmza-inner input[type=button],
.wpgmza_sl_main_div input[type=button] {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div {
  padding-top: 0;
  padding-bottom: 0;
  width: 100% !important
}

.wpgmza-modern-directions-box h2 {
  background: #585858;
  color: #fff;
  font-size: 19px;
  padding: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-directions-box .wpgmza-directions-buttons {
  float: right;
  font-size: 16px;
  margin-top: -32px;
  margin-right: 5px;
  color: #fff
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div {
  font-family: Roboto, sans-serif
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field {
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  margin-top: 15px !important
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field label {
  font-size: .8em;
  color: #adadad
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field input,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field select {
  color: #777;
  border-bottom: 1px solid #eee
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a.wpgmaps_add_waypoint,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a.wpgmaps_remove_via,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options],
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_show_options] {
  background: #e4e4e4;
  padding: 3px;
  color: #777;
  box-shadow: none !important;
  text-decoration: none !important;
  border-radius: 4px;
  float: right;
  margin-top: 5px;
  font-size: 11px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_show_options]:after {
  content: "▼";
  margin-left: 4px;
  font-size: .8em
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options]:after {
  content: "▲";
  margin-left: 4px;
  font-size: .8em
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza_dir_options {
  background: #eee;
  margin-top: 2px;
  border-radius: 4px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza_dir_options label {
  display: block;
  color: #888;
  cursor: pointer
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field .wpgmaps_get_directions {
  background-color: #585858;
  color: #fff;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-directions-box .wpgmza-directions-results table,
.wpgmza-modern-directions-box .wpgmza-directions-results table td {
  border: none
}

.wpgmza-modern-directions-box .wpgmza-directions-results table tr {
  display: block !important;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.wpgmza-modern-directions-box .adp-placemark {
  background: 0 0
}

.wpgmza-modern-directions-box .adp-placemark tr {
  background: #777;
  color: #fff
}

.wpgmza-modern-directions-box .adp-legal,
.wpgmza-modern-directions-box .adp-summary {
  font-size: .8em;
  text-align: center
}

.wpgmza-modern-directions-box .adp-list {
  border: none
}

.wpgmza-modern-directions-box .adp-list .adp-fullwidth tr:first-child {
  color: #fff;
  background: #585858
}

.wpgmza-modern-directions-box .adp-directions {
  font-size: .9em
}

.wpgmza-modern-store-locator.wpgmza_sl_mv_offset,
.wpgmza-modern-store-locator.wpgmza_sl_offset {
  left: 45% !important;
  max-width: 40%
}

.wpgmza-modern-directions-box button[id^=wpgmza_use_my_loc] {
  float: right;
  margin-top: -35px;
  border: none !important;
  background: 0 0 !important
}

.wpgmza-modern-store-locator .wpgmza_cat_ul .wpgmza_cat_ul_child {
  display: none;
  margin: 0;
  padding: 0
}

.wpgmza-modern-store-locator .wpgmza_cat_ul_child {
  position: absolute;
  border-radius: 2px;
  margin-top: 2px;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  z-index: 10
}

.wpgmza-directions-results [data-icon] {
  margin: 0 .5em
}

.wpgmza_map[data-maps-engine=open-layers] .wpgmza-modern-store-locator.wpgmza_sl_mv_offset,
.wpgmza_map[data-maps-engine=open-layers] .wpgmza-modern-store-locator.wpgmza_sl_offset {
  width: 40% !important
}

.wpgmza-hide-directions-options,
.wpgmza-show-directions-options {
  font-size: 10px
}

.wpgmza-directions-options,
.wpgmza-hide-directions-options {
  display: none
}

.wpgmza-directions-step {
  cursor: pointer
}

.wpgmza-form-field {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 25px
}

.wpgmza-travel-mode-option {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff
}

.wpgmza-travel-mode-option i {
  opacity: .3
}

.wpgmza-travel-mode-option.wpgmza-travel-option__selected,
.wpgmza-travel-mode-option:hover {
  background: #3366d7
}

.wpgmza-travel-mode-option.wpgmza-travel-option__selected i,
.wpgmza-travel-mode-option:hover i {
  opacity: 1
}

.wpgmza-hidden {
  display: none
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-box-inner .wpgmza-directions-actions {
  background: #4185f3;
  margin-top: 0 !important;
  margin-bottom: 0
}

.wpgmza-modern-directions-box .wpgmza-directions-box__title {
  background: #4185f3 !important;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 15px;
  font-weight: 400
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input::placeholder {
  color: #fff;
  font-size: 13px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input::placeholder {
  color: rgba(255, 255, 255, .5)
}

.wpgmza-directions-buttons .wpgmza-close i {
  color: #fff;
  margin-right: 10px;
  margin-top: 5px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input:active,
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-actions .wpgmza-form-field input:focus {
  outline: 0;
  box-shadow: none
}

.wpgmza-directions-locations .wpgmza-form-field__label {
  display: none
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-locations .wpgmza-form-field {
  display: flex;
  margin-top: 0 !important
}

.wpgmza-directions-locations .wpgmza-use-my-location,
.wpgmza-directions-locations .wpgmza_remove_via {
  background: 0 0;
  padding: 10px
}

.wpgmza-directions-locations .wpgmza-use-my-location:active,
.wpgmza-directions-locations .wpgmza-use-my-location:focus,
.wpgmza-directions-locations .wpgmza_remove_via:active,
.wpgmza-directions-locations .wpgmza_remove_via:focus {
  outline: 0;
  box-shadow: none
}

.wpgmza-directions-from__icon,
.wpgmza-directions-to__icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 15px !important;
  padding: 10px 0;
  padding-right: 15px;
  width: 30px;
  transform: translateY(4px);
  text-align: center;
  line-height: 20px !important
}

.wpgmza-modern-directions-box .wpgmza-directions-options__section {
  background: #3366d7 !important;
  display: block;
  width: 100%;
  min-height: 50px;
  position: relative
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-form-field.wpgmza-directions-options {
  background: #3366d7 !important;
  margin: 0 !important;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 40px !important
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-options label {
  color: #fff !important;
  font-size: 13px !important
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-options label input {
  margin-right: 6px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options],
.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_show_options] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  z-index: 9;
  background: 0 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-size: 12px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div a[id^=wpgmza_hide_options] {
  top: 25px
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_add_waypoint {
  background: 0 0 !important;
  color: rgba(255, 255, 255, .5) !important;
  font-size: 12px !important;
  width: 100%
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_add_waypoint:hover {
  color: #fff !important
}

.wpgmaps_add_waypoint i {
  margin-right: 14px;
  font-size: 14px;
  color: #fff
}

.wpgmza-add-waypoint {
  padding-left: 6px !important
}

.wpgmza-waypoint-via .wpgmza_remove_via {
  opacity: 0
}

.wpgmza-waypoint-via:hover .wpgmza_remove_via {
  opacity: 1
}

.wpgmza-directions-from__icon {
  font-size: 7px !important;
  text-align: center
}

.wpgmza-directions-options input:focus,
.wpgmza-directions-options:active {
  box-shadow: none;
  outline: 0
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_get_directions {
  background: #3366d7 !important;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmaps_get_directions:hover {
  background: #4185f3 !important
}

.wpgmza-modern-directions-box .wpgmaps_directions_outer_div .wpgmza-directions-buttons {
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px
}

.wpgmza-directions-box-inner {
  min-width: 100%
}

.wpgmza-directions-box__title {
  height: 50px
}

.wpgmza-modern-directions-box .adp-list .adp-fullwidth tr:first-child {
  background: 0 0 !important;
  color: #333 !important
}

.wpgmza-modern-directions-box .adp-list {
  padding: 0
}

.wpgmza-modern-directions-box .adp-list table.adp-fullwidth,
.wpgmza-modern-directions-box .adp-list table.adp-fullwidth td {
  border: none
}

.wpgmza-directions-box__title+.wpgmza-directions-buttons .wpgmza-close i {
  margin: 0;
  transform: translateY(-5px)
}

.wpgmza-directions-box__title+.wpgmza-directions-buttons .wpgmza-close i:hover {
  color: #fff
}

.wpgmza-modern-directions-box .adp-list table.adp-fullwidth {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px
}

.wpgmza-modern-directions-box .adp-list table.adp-fullwidth td {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px;
  font-size: 14px
}

.wpgmza-modern-directions-box .adp-placemark {
  margin-top: 0
}

.adp-substep,
.wpgmza-modern-directions-box .adp-step {
  border: none
}

.wpgmza-modern-directions-box .adp-listheader {
  background: 0 0 !important;
  color: #333 !important;
  font-weight: 700;
  padding: 15px 15px !important;
  border-bottom: none !important;
  padding-bottom: 10px !important
}

.wpgmza-modern-directions-box .adp-legal {
  font-size: 12px !important;
  margin-bottom: 10px
}

.wpgmza-modern-directions-box .adp-placemark tr {
  background: 0 0 !important;
  color: #333 !important;
  font-weight: 700;
  font-size: 16px
}

.wpgmza-modern-directions-box .adp-placemark td {
  border: none !important
}

.wpgmza-modern-directions-box .adp-directions {
  margin-top: 10px;
  margin-bottom: 0
}

.wpgmza-modern-directions-box .adp-directions td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 14px
}

.wpgmza-modern-directions-box .adp-distance {
  color: green;
  font-weight: 400
}

.wpgmza-modern-directions-box .adp-listsel {
  background: #4185f3;
  border: none !important;
  color: #fff
}

.wpgmza-modern-directions-box__results .wpgmza-directions-buttons {
  transform: translateY(-7px);
  margin-right: 15px
}

.wpgmza-modern-directions-box__results .wpgmza-directions-buttons i {
  color: #fff
}

.wpgmza-modern-directions-box table.adp-placemark {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important
}

.wpgmza-modern-directions-box .adp-summary {
  font-size: 15px !important;
  opacity: .4
}

.wpgmza-modern-directions-box__results .wpgmza-directions-buttons span i {
  transform: translateY(-1px) !important;
  margin-right: 10px
}

.wpgmza-directions-buttons span i:hover {
  color: #fff
}

.wpgmza-directions-buttons .fa-google {
  margin-left: 5px
}

.wpgmza-travel-mode-option {
  transition: background .12s ease-in-out
}

.wpgmza-modern-directions-box__results .adp-warnbox {
  margin-top: 0
}

.wpgmza-modern-directions-box__results .warnbox-content {
  font-size: 13px;
  padding: 14px
}

.wpgmza-directions-result__buttons {
  display: flex
}

.wpgmza-directions-result__buttons a {
  flex: 1;
  margin: 5px;
  background: #3366d7 !important;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 3px
}

.wpgmza-directions-result__buttons a:hover {
  background: #4185f3 !important
}

.wpgmza-travel-mode-option {
  position: relative
}

.wpgmza-travel-mode-option img {
  max-width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.paginationjs {
  line-height: 1.6;
  font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 14px;
  box-sizing: initial
}

.paginationjs:after {
  display: table;
  content: " ";
  clear: both
}

.paginationjs .paginationjs-pages {
  float: left
}

.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-nav {
  float: left;
  margin-left: 10px;
  font-size: 14px
}

.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none
}

.paginationjs .paginationjs-pages li>a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center
}

.paginationjs .paginationjs-pages li>a:hover {
  background: #eee
}

.paginationjs .paginationjs-pages li.active {
  border: none
}

.paginationjs .paginationjs-pages li.active>a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff
}

.paginationjs .paginationjs-pages li.disabled>a {
  opacity: .3
}

.paginationjs .paginationjs-pages li.disabled>a:hover {
  background: 0 0
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child>a {
  border-radius: 3px 0 0 3px
}

.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-pages li:last-child>a {
  border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-go-input>input[type=text] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial
}

.paginationjs .paginationjs-go-button>input[type=button] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289de9
}

.paginationjs .paginationjs-go-button>input[type=button]:hover {
  background-color: #f8f8f8
}

.paginationjs .paginationjs-nav {
  height: 30px;
  line-height: 30px
}

.paginationjs.paginationjs-small {
  font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li>a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li.active>a {
  height: 26px;
  line-height: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text] {
  width: 26px;
  height: 24px;
  font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px
}

.paginationjs.paginationjs-big {
  font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li>a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li.active>a {
  height: 36px;
  line-height: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
  width: 36px;
  height: 34px;
  font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a {
  color: #289de9
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a:hover {
  background: #e9f4fc
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a {
  background: #289de9;
  color: #fff
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled>a:hover {
  background: 0 0
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button] {
  background: #289de9;
  border-color: #289de9;
  color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #449d44
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover {
  background-color: #3ca5ea
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li>a {
  color: #449d44
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li>a:hover {
  background: #ebf4eb
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a {
  background: #449d44;
  color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled>a:hover {
  background: 0 0
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button] {
  background: #449d44;
  border-color: #449d44;
  color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #ec971f
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover {
  background-color: #55a555
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a {
  color: #ec971f
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a:hover {
  background: #fdf5e9
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a {
  background: #ec971f;
  color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a:hover {
  background: 0 0
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button] {
  background: #ec971f;
  border-color: #ec971f;
  color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #c9302c
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover {
  background-color: #eea135
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li>a {
  color: #c9302c
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li>a:hover {
  background: #faeaea
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a {
  background: #c9302c;
  color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled>a:hover {
  background: 0 0
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button] {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover {
  background-color: #ce4541
}
