/*
** Google map
*/
.acf-map {
  width: 100%;
  height: 320px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.labels {
  color: #000;
  font-weight: 700;
  text-shadow: 1px 1px 1px #fff;
  background: #fff;
  padding: 2px 4px;
}

.acf-map h4 {
  font-size: 13px;
}

.acf-map .address {
  margin: 10px 0;
  font-size: 12px;
}

.uwm-file-php #collection-search .search-submit {
  height: 48px;
  width: 48px;
}
.uwm-file-php #collection-search .collection-search-input {
  height: 48px;
}