/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
form.acf-form [data-key="field_5f980c20393f9"] {
  display: none;
}

form.acf-form [data-key="field_5f980bd1393f8"] {
  display: none;
}

#mapid {
  height: 400px;
  width: 100%;
}

.location-map {
  height: 400px;
  width: 100%;
  background: #e2e2e2;
}

.location-map-preview {
  height: 300px;
  width: 100%;
  background: #e2e2e2;
}

.location-marker__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-marker__title {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  width: 100%;
  z-index: 1;
  padding: 0 4px;
  text-align: center;
  color: white;
  text-decoration: none !important;
}

.location-marker__title:visited {
  color: white;
  text-decoration: none !important;
}

.leaflet-popup-content {
  width: 200px;
  height: 150px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-content::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.leaflet-popup-content-wrapper {
  padding: 0 0 4px 0;
  border-radius: 4px;
  overflow: hidden;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #616161 !important;
  text-decoration: none !important;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 50%;
  padding: 1px 1.3px;
  top: 3px;
  right: 3px;
}

.location-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.location-terms > .location-term {
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.location-terms > .location-term:hover {
  background-color: #f4f4f4;
}

.location-terms > .location-term.active {
  background-color: #e9ba46;
}

.location-grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-grid-items .location-grid-item {
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px;
  min-height: 200px;
  background-color: #f4f4f4;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location-grid-items .location-grid-item:not(.visible) {
  display: none;
}

.location-grid-items .location-grid-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.location-grid-items .location-grid-item__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-grid-items .location-grid-item__title {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: none;
  z-index: 2;
}

.location-grid-items .location-grid-item:hover::before, .location-grid-items .location-grid-item:focus::before {
  opacity: 1;
}

.location-grid-items .location-grid-item:hover .location-grid-item__title, .location-grid-items .location-grid-item:focus .location-grid-item__title {
  display: inline;
}
/*# sourceMappingURL=coruna-film-office-public.css.map */