/* temporarily detach locations from main scss */
.page-locations {
  /* content container */
  /* form filter outside div */
  /* h2 heading */
  /* form element */
  /* scrollable list */
  /* "Searching..." loading message */
  /* map */
}
.page-locations .page-hero {
  height: auto;
}
.page-locations .page-hero h1, .page-locations .page-hero .h1 {
  color: white;
  font-size: 40px !important;
  font-style: normal;
  line-height: 50px;
  margin: 1rem 0;
}
.page-locations .location-finder {
  font-family: "Inter";
  height: auto;
}
.page-locations .wpsl-search {
  background: none;
  margin: 0;
  padding: 0 0 32px;
}
.page-locations #wpsl-search-wrap > h2 {
  color: #001C31;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.page-locations #form-location-search {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  /* inputs, dropdowns */
  /* location name input, Your Location input */
  /* Drop Downs */
  /* search button */
}
.page-locations #form-location-search > div {
  flex: 1;
  float: none;
  margin: 0;
}
.page-locations #form-location-search #location-name,
.page-locations #form-location-search #wpsl-search-input-front,
.page-locations #form-location-search #wpsl-search-wrap div,
.page-locations #form-location-search #wpsl-search-btn,
.page-locations #form-location-search .wpsl-dropdown,
.page-locations #form-location-search .wpsl-dropdown li,
.page-locations #form-location-search .wpsl-selected-item {
  float: none;
  font-size: 14px;
  text-wrap: nowrap;
  width: auto;
}
.page-locations #form-location-search #location-name,
.page-locations #form-location-search #wpsl-search-input-front {
  border: 1px solid #AFAFB2;
  border-radius: 8px;
  height: 44px;
  margin: 0;
  max-width: 255px;
  padding: 7px 12px;
  padding-right: 30px;
  width: 100%;
}
.page-locations #form-location-search #location-name:focus-visible,
.page-locations #form-location-search #wpsl-search-input-front:focus-visible {
  outline: 4px solid var(--clr-local-citrus-orange-400) !important;
}
.page-locations #form-location-search .custom-location-search,
.page-locations #form-location-search .your-location {
  position: relative;
}
.page-locations #form-location-search .custom-location-search .wpsl-icon-name-search,
.page-locations #form-location-search .your-location .wpsl-icon-direction {
  align-items: center;
  color: #3F3F42 !important;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 0;
  outline: none;
}
.page-locations #form-location-search .custom-location-search .wpsl-icon-name-search:focus-visible i,
.page-locations #form-location-search .your-location .wpsl-icon-direction:focus-visible i {
  outline: 4px solid var(--clr-local-citrus-orange-400) !important;
}
.page-locations #form-location-search .custom-location-search .wpsl-icon-name-search i,
.page-locations #form-location-search .your-location .wpsl-icon-direction i {
  font-size: 16px;
}
.page-locations #form-location-search .wpsl-dropdown {
  align-content: center;
  height: 44px;
  border-radius: 8px;
}
.page-locations #form-location-search span.wpsl-selected-item[data-value="0"] {
  color: #58585B;
}
.page-locations #form-location-search .wpsl-search-btn-wrap {
  flex: 0;
}
.page-locations #form-location-search #wpsl-search-btn {
  background: var(--clr-san-diego-bay-blue-400);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 10px 16px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-locations #form-location-search #wpsl-search-btn:active {
  background: var(--clr-san-diego-bay-blue-800);
}
.page-locations #form-location-search #wpsl-search-btn:focus {
  box-shadow: none;
}
.page-locations #form-location-search #wpsl-search-btn:focus-visible {
  background: var(--clr-san-diego-bay-blue-400);
  box-shadow: 0 0 0 4px #fdba16;
  outline: none;
}
.page-locations #form-location-search #wpsl-search-btn:hover {
  background: var(--clr-san-diego-bay-blue-700);
}
.page-locations #wpsl-wrap {
  overflow: visible;
}
.page-locations #wpsl-wrap #wpsl-result-list .wpsl-label-results {
  margin-bottom: 16px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.page-locations #wpsl-wrap #wpsl-result-list .wpsl-label-results.hidden {
  opacity: 0;
}
.page-locations #wpsl-wrap #wpsl-result-list .wpsl-icon-reset {
  border: 0;
  border-radius: 0;
  padding: 0;
  float: none;
  font-family: Inter;
  font-size: 14px;
  display: inline;
  position: static;
  color: #1562a1;
  text-align: unset;
  line-height: 1;
  cursor: pointer;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li {
  background-color: #ffffff;
  border: 1px solid #E2E2E7;
  border-left: 4px solid #E2E2E7;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 5px;
  padding: 24px 16px;
  transition: 200ms background ease-in-out;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li:hover {
  background-color: #ebf8ff;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location p {
  line-height: 24px;
  margin-bottom: 0;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location span {
  font-size: 16px;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location span.wpsl-distance {
  display: block;
  margin-top: 4px;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-right: 24px;
  position: relative;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location strong a {
  color: #1562A1;
  text-decoration: none;
}
.page-locations #wpsl-wrap #wpsl-result-list ul li .wpsl-store-location strong a::after {
  content: "\f138"; /* fa-diamond-turn-right */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 20px;
  margin-left: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-locations #wpsl-wrap .btns-list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.page-locations #wpsl-wrap .btns-list-group > div a {
  background: #ffffff;
  border: 1px solid #1562A1 !important;
  border-radius: 8px;
  color: #1562A1;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 12px;
  text-decoration: none;
  transition: 200ms background ease-in-out;
}
.page-locations #wpsl-wrap .btns-list-group > div a:hover {
  background: #e2e2e7;
}
.page-locations #wpsl-wrap .btns-list-group > div.btn-directions a {
  align-items: center;
}
.page-locations #wpsl-wrap .btns-list-group > div.btn-directions a::before {
  content: "\f5eb"; /* fa-diamond-turn-right */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  margin-right: 8px;
}
.page-locations .wpsl-preloader img {
  margin-top: 0;
  padding-right: 6px;
  position: static;
}
.page-locations #wpsl-gmap #wpsl-map-controls {
  display: none !important;
}
@media (min-width: 1111px) and (max-width: 1200px) {
  .page-locations .locations-container {
    max-width: calc(100% - var(--bs-gutter-x));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-locations #form-location-search {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    gap: 15px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .page-locations #form-location-search > .custom-location-search {
    grid-column: 1/2;
    grid-row: 1;
  }
  .page-locations #form-location-search > .your-location {
    grid-column: 2/3;
    grid-row: 1;
  }
  .page-locations #form-location-search > #wpsl-category {
    grid-column: 1/2;
    grid-row: 2;
  }
  .page-locations #form-location-search > #wpsl-radius {
    grid-column: 2/3;
    grid-row: 2;
  }
  .page-locations #form-location-search > .wpsl-search-btn-wrap {
    grid-column: 1/3;
    grid-row: 3;
  }
  .page-locations #form-location-search #wpsl-search-input-front, .page-locations #form-location-search #location-name, .page-locations #form-location-search #wpsl-category-list, .page-locations #form-location-search #wpsl-radius-dropdown, .page-locations #form-location-search #wpsl-search-btn {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-locations {
    /* inputs, dropdowns */
  }
  .page-locations .locations-container {
    padding: 0;
  }
  .page-locations .page-hero h1, .page-locations .page-hero .h1 {
    font-size: 32px !important;
  }
  .page-locations .wpsl-search {
    padding-bottom: 0;
  }
  .page-locations .wpsl-map-list-search {
    display: flex;
    flex-direction: column;
    padding: 40px 0 0;
  }
  .page-locations #wpsl-result-list {
    margin: 0;
    width: 100%;
  }
  .page-locations #wpsl-gmap {
    display: none;
  }
  .page-locations #form-location-search {
    flex-direction: column;
    gap: 16px;
    justify-content: normal;
    margin-bottom: 24px;
    margin-top: 16px;
  }
  .page-locations #form-location-search #location-name, .page-locations #form-location-search #wpsl-search-input-front {
    max-width: none;
  }
  .page-locations #form-location-search #wpsl-category {
    z-index: 5;
  }
  .page-locations #form-location-search #wpsl-radius {
    max-width: 210px;
  }
  .page-locations #wpsl-search-wrap .wpsl-dropdown, .page-locations #wpsl-search-input-front {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-locations #form-location-search #location-name,
  .page-locations #form-location-search #wpsl-search-input-front,
  .page-locations #form-location-search #wpsl-search-wrap div,
  .page-locations #form-location-search #wpsl-search-btn,
  .page-locations #form-location-search .wpsl-dropdown,
  .page-locations #form-location-search .wpsl-dropdown li,
  .page-locations #form-location-search .wpsl-selected-item {
    font-size: 16px;
  }
}

.single-wpsl_stores .location-hero, .single-wpsl_stores .location-hero-no-image {
  height: auto;
}
.single-wpsl_stores .location-hero h1, .single-wpsl_stores .location-hero .h1, .single-wpsl_stores .location-hero-no-image h1, .single-wpsl_stores .location-hero-no-image .h1 {
  color: white;
  font-size: 40px !important;
  font-style: normal;
  line-height: 50px;
  margin: 0;
}
.single-wpsl_stores .location-hero address, .single-wpsl_stores .location-hero-no-image address {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.single-wpsl_stores .btn-directions a {
  align-items: center;
  border: 1px solid #FFFFFF !important;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 12px;
  text-decoration: none;
}
.single-wpsl_stores .btn-directions a::before {
  content: "\f5eb"; /* fa-diamond-turn-right */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  margin-right: 8px;
}
.single-wpsl_stores #content .main-with-sidebar {
  margin-top: 0;
}
.single-wpsl_stores .body-block__container-2col {
  gap: 2rem;
  margin-top: 56px;
}
.single-wpsl_stores .body-block__container.location-finder {
  margin-top: 0;
}
.single-wpsl_stores .section-details > h2 {
  color: #002B4C;
  margin: 24px 0 16px;
}
.single-wpsl_stores .section-details p {
  font-size: 16px !important;
  line-height: 24px;
}
.single-wpsl_stores table.wpsl-opening-hours {
  border-spacing: 0 8px;
  border-collapse: separate;
  margin: -8px 0;
}
.single-wpsl_stores table.wpsl-opening-hours td {
  color: #242427;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
.single-wpsl_stores table.wpsl-opening-hours td:first-of-type {
  font-weight: 600;
  width: 132px;
}
.single-wpsl_stores .location-services {
  background: #F5F5F7;
  overflow: hidden;
}
.single-wpsl_stores .location-services .menu-services-container .card-body h3 {
  font-family: "Inter", sans-serif;
}
.single-wpsl_stores .location-services .menu-services-container .card-body p {
  margin-bottom: 0;
}
.single-wpsl_stores .event-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-wpsl_stores .event-cards .event-card {
  border: 1px solid #E2E2E7;
  border-radius: 16px;
  display: flex;
  font-family: "Inter", sans-serif;
  gap: 24px;
  overflow: hidden;
  width: 100%;
}
.single-wpsl_stores .event-cards .event-card__image {
  align-items: center;
  background-color: #EBF8FF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #E2E2E7;
  display: flex;
  justify-content: center;
  min-height: 160px;
  width: 255px;
}
.single-wpsl_stores .event-cards .event-card__image.no-image {
  background-color: var(--Local-Citrus-Orange-lcorange-400, #FDBA16);
}
.single-wpsl_stores .event-cards .event-card__image.no-image .card-date {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
.single-wpsl_stores .event-cards .event-card__image.no-image .card-date .month {
  color: var(--Local-Citrus-Orange-lcorange-800, #6B4D00);
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-wpsl_stores .event-cards .event-card__image.no-image .card-date .day {
  align-self: normal;
  color: var(--Local-Citrus-Orange-lcorange-800, #6B4D00);
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-wpsl_stores .event-cards .event-card__image time {
  color: #6B4D00;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.45;
}
.single-wpsl_stores .event-cards .event-card__image time span {
  display: block;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}
.single-wpsl_stores .event-cards .event-card__info {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  justify-content: center;
}
.single-wpsl_stores .event-cards .event-card__category {
  background: #FFF7F1;
  border-radius: 8px;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 4px 8px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.single-wpsl_stores .event-cards .event-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  margin: 0;
}
.single-wpsl_stores .event-cards .event-card h3 a {
  color: #1562A1;
  text-decoration: none;
}
.single-wpsl_stores .event-cards .event-card date, .single-wpsl_stores .event-cards .event-card p {
  color: #242427;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.single-wpsl_stores .event-cards .event-card p {
  font-weight: 400;
}
.single-wpsl_stores .sidebar-block__box {
  height: auto;
}
.single-wpsl_stores .sidebar-block__contact {
  line-height: 1;
}
.single-wpsl_stores .sidebar-block__contact ul {
  margin: 0;
  padding: 0;
}
.single-wpsl_stores .sidebar-block__contact li {
  list-style: none;
  list-style-type: none;
  margin: 16px 0 0;
}
.single-wpsl_stores .sidebar-block__contact li .fa {
  color: #3F3F42;
  width: 20px;
}
.single-wpsl_stores .sidebar-block__contact a {
  color: #1562A1;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .single-wpsl_stores .body-block__container-2col, .single-wpsl_stores .location-services {
    padding: 0 32px;
  }
  .single-wpsl_stores #wrapper-hero__container .wp-block-textonly__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .single-wpsl_stores .body-block__container-2col {
    grid-template-columns: auto;
    padding: 0 16px;
    margin-top: 40px;
  }
  .single-wpsl_stores #wrapper-hero__container .wp-block-textonly__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-wpsl_stores #wrapper-hero__container .wp-block-textonly__content .container {
    padding: 0;
  }
  .single-wpsl_stores .location-services {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-wpsl_stores {
    /* google map zoom buttons */
  }
  .single-wpsl_stores .page-hero h1, .single-wpsl_stores .page-hero .h1 {
    font-size: 32px !important;
    line-height: 38px;
  }
  .single-wpsl_stores .section-details > .h2, .single-wpsl_stores .section-details > h2 {
    font-size: 24px !important;
  }
  .single-wpsl_stores main#main, .single-wpsl_stores .location-services, .single-wpsl_stores .sidebar {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .single-wpsl_stores .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .single-wpsl_stores main#main {
    margin-top: 40px;
    padding: 0;
  }
  .single-wpsl_stores .sidebar-block__box {
    margin-bottom: 40px;
  }
  .single-wpsl_stores .location-services {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .single-wpsl_stores .event-cards .event-card {
    border: 1px solid #E2E2E7;
    border-radius: 16px;
    flex-direction: column;
    gap: 0;
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
  .single-wpsl_stores .event-cards .event-card__image {
    border-right: none;
    border-bottom: 1px solid #E2E2E7;
    height: 160px;
    width: 100%;
  }
  .single-wpsl_stores .event-cards .event-card__info {
    padding: 16px 24px;
  }
  .single-wpsl_stores .gmnoprint.gm-bundled-control {
    bottom: 80px;
    top: unset !important;
    right: 40px;
    left: unset !important;
  }
}
