#location-archive .locations-loading-spinner {
  border: 12px solid #f3f3f3;
  border-top: 12px solid black; /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  margin: 80px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#locations-archive-container {
  min-height: 450px;
}
#locations-archive-container .locations-filter-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#locations-archive-container .locations-filter-bar .location-filter-selects {
  display: flex;
}
#locations-archive-container .locations-filter-bar .location-filter-selects .locations-filter-control {
  padding-right: 20px;
  min-width: 200px;
}
#locations-archive-container .locations-filter-bar .location-filter-selects .locations-filter-control label {
  display: none;
}
#locations-archive-container .locations-filter-bar .search-input-container {
  width: 355px;
  position: relative;
  height: 38px;
}
#locations-archive-container .locations-filter-bar .search-input-container .location-filters-search {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
#locations-archive-container .locations-filter-bar .search-input-container button.search-submit {
  position: absolute;
  top: 0;
  right: 20px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #d8d8d8;
  transition: 300ms all ease;
}
#locations-archive-container .locations-filter-bar .search-input-container button.search-submit:hover {
  color: black;
}
#locations-archive-container .locations-outlet .locations-archive-list.full {
  width: 100%;
  max-width: 1140px;
  margin-top: 15px;
}
#locations-archive-container .locations-outlet .locations-archive-list.full .view-map-bar {
  width: 100%;
  padding-bottom: 15px;
  margin-left: 15px;
}
#locations-archive-container .locations-outlet .locations-archive-list.full .view-map-bar .show-map {
  font-size: 18px;
}
#locations-archive-container .locations-outlet .locations-archive-list.full .view-map-bar .show-map i {
  color: black;
  margin-right: 15px;
}
#locations-archive-container .locations-outlet .locations-archive-list.half {
  width: 50%;
}
#locations-archive-container .locations-outlet .locations-archive-list.half.fix-height {
  height: 50%;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card {
  width: 80%;
  height: 100%;
  margin: auto;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card {
  height: 100%;
  border: 3px solid #00b0f6;
  border-radius: 18px;
  background-color: white;
  padding: 10px;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card .location-card-image img {
  width: 100%;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card .location-details h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card .location-details .content {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 0 !important;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card .location-details .content a {
  color: #00b2ff;
}
#locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card .location-details .address {
  color: #00b2ff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 22px !important;
}
#locations-archive-container .locations-outlet .filter-error {
  display: flex;
  justify-content: center;
}
#locations-archive-container .locations-outlet .filter-error.full {
  width: 100%;
}
#locations-archive-container .locations-outlet .filter-error.half {
  width: 50%;
}
#locations-archive-container .locations-outlet .filter-error p {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 600;
}
#locations-archive-container .locations-outlet .locations-archive-map-sticky-container.full {
  width: 100%;
}
#locations-archive-container .locations-outlet .locations-archive-map-sticky-container.half {
  width: 50%;
}
#locations-archive-container .locations-outlet .locations-archive-map-sticky-container .locations-archive-map .view-buttons-overlay .view-button {
  position: absolute;
  z-index: 999;
}
#locations-archive-container .locations-outlet .locations-archive-map-sticky-container .locations-archive-map .view-buttons-overlay .view-button.full-map, #locations-archive-container .locations-outlet .locations-archive-map-sticky-container .locations-archive-map .view-buttons-overlay .view-button.half-map {
  top: 50%;
  left: 15px;
}
#locations-archive-container .locations-outlet .locations-archive-map-sticky-container .locations-archive-map .view-buttons-overlay .view-button.close-map {
  top: 30px;
  right: 30px;
}
#locations-archive-container .view-button {
  border-radius: 0px;
  font-weight: 500;
  padding: 12px 18px;
  background: white;
  border: none;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
  font-size: 29px;
  color: black;
}
#locations-archive-container .view-button.full-map, #locations-archive-container .view-button.half-map, #locations-archive-container .view-button.close-map {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#locations-archive-container .leaflet-container {
  border-radius: 16px;
  overflow: unset;
  font-family: "Myriad Pro" !important;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 0px;
  border: 3px solid #00b0f6;
  border-radius: 18px;
  padding: 30px;
  box-shadow: unset;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: 370px !important;
  margin: 0;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-card-image {
  width: 100%;
  height: 230px;
  position: relative;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-card-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-details {
  display: block;
  padding: 0px;
  color: black;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-details h3 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-details .content {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 0 !important;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-details .content a {
  color: #00b2ff;
}
#locations-archive-container .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content .location-details .address {
  color: #00b2ff;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 22px !important;
}
#locations-archive-container .leaflet-container a.leaflet-popup-close-button {
  color: lightgrey;
  font-size: 25px;
  right: 3px;
}
@media only screen and (max-width: 1200px) {
  #locations-archive-container .locations-filter-bar .location-filter-selects {
    flex-direction: column;
  }
  #locations-archive-container .locations-filter-bar .location-filter-selects .locations-filter-control {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  #locations-archive-container .locations-filter-bar {
    flex-direction: column;
  }
  #locations-archive-container .locations-filter-bar .location-filter-selects .locations-filter-control {
    padding-right: 0;
  }
  #locations-archive-container .locations-filter-bar .search-input-container {
    width: 100%;
  }
  #locations-archive-container .locations-outlet {
    flex-wrap: wrap;
  }
  #locations-archive-container .locations-outlet .locations-archive-list.half,
  #locations-archive-container .locations-outlet .locations-archive-map-sticky-container.half {
    width: 100%;
  }
  #locations-archive-container .locations-outlet .locations-archive-map-sticky-container.half .locations-archive-map {
    height: 500px;
  }
  #locations-archive-container .locations-outlet .locations-archive-map-sticky-container.half .locations-archive-map .leaflet-container {
    height: 500px !important;
  }
  #locations-archive-container .locations-outlet .locations-archive-map-sticky-container.half .locations-archive-map .view-buttons-overlay {
    display: none;
  }
  #locations-archive-container .locations-outlet .locations-archive-list.half {
    margin-left: 0px;
    margin-right: 0px;
  }
  #locations-archive-container .locations-outlet .locations-archive-list.half .locations-archive-card {
    padding-right: 0px;
    padding-left: 0px;
  }
  #locations-archive-container .locations-outlet .locations-archive-list .locations-archive-card .location-card {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .locations-outlet .locations-archive-list {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .locations-outlet {
    width: 90%;
    margin: auto;
  }
}
.swiper-button-prev {
  background-color: #00b0f6;
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  left: 0;
}
.swiper-button-prev:after {
  color: white;
  font-size: 18px;
  font-weight: 900;
}

.swiper-button-next {
  background-color: #00b0f6;
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  right: 0;
}
.swiper-button-next:after {
  color: white;
  font-size: 18px;
  font-weight: 900;
}

#map {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

.map-container {
  height: 830px;
  width: 810px;
  border-radius: 16px;
  font-family: "Myriad Pro";
  position: relative;
}

@media only screen and (max-width: 991px) {
  .map-container {
    height: 650px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .map-container {
    height: 350px;
    width: 100%;
  }
}
.leaflet-proxy.leaflet-zoom-animated {
  display: none;
}

@font-face {
  font-family: "Myriad Pro";
  src: URL("fonts/myriad-pro/Myriad-Pro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad Pro";
  src: URL("fonts/myriad-pro/Myriad-Pro-Bold.ttf") format("truetype");
  font-weight: bold;
}
.leaflet-popup-tip-container {
  display: none;
}

@media only screen and (max-width: 600px) {
  #map {
    overflow: hidden !important;
  }
}

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