.acf-map {
  width: 100%;
  min-height: 100vh;
}

.gmap__marker {
    position: absolute;
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    width: 25vw;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    padding: 20px;
    overflow-y: scroll;
    font-size: 14px;
    display: none;
}

.marker {
    display: none;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 60px;
    position: relative;
}

.marker a {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.gmap__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}

.gmap__marker h3 {
    margin-top: 0;
}

.marker:after {
  content: attr(data-title);
}

.marker.active {
    display: block;
}

@media only screen and (max-width: 767px) {
  .acf-map {
    min-height: 75vh;
  }

}

.gmap-search > * {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  height: 40px;
}

.gmap-search:after {
    content: "";
    clear: both;
    display: block;
}

.gmap-search > *:last-child {
  margin: 0;
}

.gmap-search {
  margin-bottom: 30px;
}

.gmap-list_container {
  margin-top: 50px;
}

/* .gmap-list:not([data-filter]) .list-page tbody:not([data-page-id="0"]) {
  display: none;
} */

table.list-page th[data-label="state"],
table.list-page td[data-label="state"] {
    display: none;
}

table tfoot {
  display: none;
}

table.list-page {
    display: block;
    width: 100%;
}

table.list-page tbody, table.list-page tr, table.list-page td {
    width: 100%;
    white-space: nowrap;
}

table.list-page td[data-label="title"] {
  white-space: normal;
}

table.list-page th,
table.list-page td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

table.list-page th {
  background-color: #eee;
}

ul.list_pagination li {
    list-style: none;
    padding: 0;
    display: inline-block;
    padding: 5px 0;
    background: #eee;
    font-size: 70%;
    margin-right: 1px;
    width: 30px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

ul.list_pagination {
    padding: 0;
    margin-top: 50px;
}

ul.list_pagination li.active,
ul.list_pagination li:hover {
    background: #ccc;
    color: #fff;
}
