/* GENERAL */
.lpiv-maps-top {
  position: relative;
  height: 800px;
}

.lpiv-maps-top-logo {
  position: absolute;
  left: 0px;
  z-index: 999;
  top: 60px;
}

.lpiv-maps-legend {
  position: absolute;
  left: 10px;
  z-index: 999;
  bottom: 60px;
}

.lpiv-maps-top-map {
  height: 100%;
}

/* MAPS */
.lpiv-maps-legend-title {
  padding: 0px;
  font-size: 14px;
  color: #676761;
  margin-bottom: 10px;
  font-weight: 600;
}

.lpiv-maps-legend-checkbox-wrap:last-child .container {
  margin-bottom: 0px;
}

.lpiv-maps-bottom-body {
  max-width: 1400px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-maps-marker-infowindow-wrap {
  color: black;
  padding-bottom: 12px;
  padding-right: 12px;
}

.lpiv-maps-marker-title {
  font-size: 18px;
}

.lpiv-maps-marker-logo-wrap {
  width: 100%;
  height: 100%;
  margin: 10px 0px 10px 0px;
}

.lpiv-maps-marker-logo-wrap img {
  max-height: 100px;
  max-width: 100px;
}

.lpiv-maps-legend-inner {
  padding: 20px;
  background-color: white;
  border-radius: 2px;
}

/* SEARCH BAR */
.lpiv-maps-form-search {
  width: 400px;
}

.lpiv-maps-searchbar-wrap {
  display: flex;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

body .lpiv-maps-searchbar {
  height: 50px;
  margin: 0px;
  border: 2px solid #6e6c23 !important;
  outline: none;
}

.lpiv-maps-search-icon {
  background-color: #6e6c23;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 50px;
  margin-left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpiv-maps-searchbar-wrap .fa-search {
  color: white;
  font-size: 20px;
}

/* PRODUCER LIST */
.lpiv-producer-list-outer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-producer-list-outer-wrap {
    justify-content: space-between;
  }
}
@supports (-ms-ime-align: auto) {
  .lpiv-producer-list-outer-wrap {
    justify-content: space-between;
  }
}

.lpiv-producer-result-wrap {
  width: 22%;
  min-width: 265px;
  height: 400px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.5s;
  background: #F9F7F6;
  border-radius: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}

.lpiv-producer-image-wrap {
  height: 180px;
  background: white;
  border-radius: 30px 30px 0px 0px;
  background-size: cover;
}
.lpiv-producer-image-wrap .lpiv-producer-image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px 30px 0px 0px;
  background-origin: content-box;
  padding: 20px;
}

.lpiv-maps-producer-title {
  margin: 10px 0px 0px 0px !important;
  white-space: normal;
  padding: 0px !important;
  font-size: 17px !important;
  line-height: 27px;
  color: #676761;
}

.lpiv-producer-content {
  padding: 0px 20px 20px 20px;
}

.lpiv-producer-result-wrap:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.14);
  transition: all 0.5s;
}

.lpiv-producer-result-wrap a {
  text-decoration: none !important;
}

.lpiv-maps-bottom-body .lpiv-map-grid {
  grid-template-columns: repeat(8, 1fr);
}
@media all and (max-width: 1240px) {
  .lpiv-maps-bottom-body .lpiv-map-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 600px) {
  .lpiv-maps-bottom-body .lpiv-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=style-design.css.map */