/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/legacy/find_a_location/view.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* Details Block -----------------------------------------------------------------------------------------------------*/
.acf-map {
  width: 100%;
  height: 560px;
  /* margin: 20px 0; */
}
#map-loading {
  position: absolute;
  top: 45%;
  left: 50%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: white;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.map-container {
  position: relative;
}
.marker-content h3 {
  margin: 0;
  font-size: 1.5em;
}
.marker-content .details-link {
  margin-top: 10px;
  margin-bottom: 5px;
}
.marker-content .details-link a {
  padding: 0;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  color: var(--wp--preset--color--primary-dark);
}
.marker-content .details-link a:hover {
  font-weight: 400;
  background: transparent;
  color: var(--wp--preset--color--primary-dark);
}
#location-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#location-search-wrapper .location-button {
  position: absolute;
  left: 10px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #666;
  z-index: 2;
}
#location-search-wrapper .location-button:hover {
  color: var(--wp--preset--color--primary);
}
#location-search-wrapper .location-button.active {
  color: var(--wp--preset--color--primary);
}
#location-search-wrapper .location-button.locating {
  animation: pulse 1.5s ease-in-out infinite;
}
#location-search-wrapper .location-button.success {
  color: var(--wp--preset--color--primary);
}
#location-search-wrapper .location-button i {
  font-size: 16px;
}
#location-search-wrapper input {
  padding-left: 40px;
  width: 100%;
  height: 46px;
  color: var(--wp--preset--color--primary-dark);
  border: 1px solid var(--wp--preset--color--primary-dark);
  font-size: 16px;
}
#location-search-wrapper .fa-search {
  position: absolute;
  right: 10px;
  color: #666;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.location-card {
  position: relative;
  margin-bottom: 35px;
  padding-left: 26px;
}
.location-card .location-icon {
  margin-left: -24px;
}
.location-card p {
  margin: 0;
}
.location-card .location-title-info {
  display: flex;
  align-items: center;
}
.location-card .location-card-details > * {
  margin-bottom: 5px;
}
.location-card .location-info {
  margin-left: 8px;
}
.location-card .hours {
  display: flex;
}
.location-card .details-link a {
  padding: 0;
  font-weight: 600;
  color: var(--wp--preset--color--primary-dark);
  background-color: transparent;
}
.location-card .details-link a::after {
  font-weight: 400;
  color: var(--wp--preset--color--secondary-cream);
  background: var(--wp--preset--color--primary-dark);
}
#location-search {
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--primary-dark);
  border: 1px solid var(--wp--preset--color--primary-dark);
  background: transparent;
}
#legend {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.5em;
  font-size: 13px;
}
.legend-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 15px;
  margin-bottom: 15px;
}
.legend-item img {
  margin-right: 7px;
}
.location-row {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  margin: 0 -0.5em;
}
.location-col {
  flex: 1;
  padding: 0 0.5em;
}
.location-list-container {
  padding-top: 35px;
}
.location-title-link > a {
  text-decoration: none;
}
.location-title-link > a:hover {
  text-decoration: underline;
}
.post-title {
  margin: 0 0 0.5em;
  font-weight: 500;
}
.post-excerpt {
  margin: 0;
  font-size: 14px;
}
.acf-map img {
  max-width: inherit !important;
}
.location-list-container {
  padding-right: 40px;
}
/* grid of 3 */
.location-list {
  overflow: scroll;
  height: 600px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.featured-image {
  width: 100%;
}
.featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 45/34;
  object-fit: cover;
}
.details-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.details-link .wp-element-button:hover {
  background-color: transparent;
}
.tippy-box {
  color: var(--wp--preset--color--primary-dark);
  background-color: #e7f2f1;
}
.tippy-box[data-placement^=bottom] .tippy-arrow::before {
  border-bottom-color: #e7f2f1 !important;
}
.tippy-box[data-placement^=top] .tippy-arrow::before {
  border-top-color: #e7f2f1 !important;
}
.help-tip {
  padding: 10px;
}
.help-tip h5 {
  margin: 0;
  font-size: 1em;
}
.help-tip .tip-row {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 1em;
}
.help-tip .tip-row i,
.help-tip .tip-row img {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}
.help-tip .tip-row i {
  font-size: 20px;
}
@media (max-width: 768px) {
  .location-row {
    flex-direction: column;
  }
  .location-col {
    padding: 0 0.5em;
  }
  .location-list-container {
    padding-bottom: 50px;
  }
}
.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 10px;
  padding: 5px 11px;
  transition: all 0.2s ease;
}
.custom-map-control-button:hover {
  background-color: #f1f1f1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.custom-map-control-button i {
  color: #666;
  font-size: 18px;
}
.custom-marker {
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.custom-marker:hover {
  transform: scale(1.1);
}

/*# sourceMappingURL=view.css.map*/