body {
  height: auto;
}
#searchError {
  pointer-events: none;
}
#wayfinderMap #map {
  width: 0%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0%;
}
.wayfinderListWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 120px 0px 0px 0px;
}
#wayfinderList {
  height: calc(100vh - 10vh - 120px);
  overflow: auto;
  position: relative;
  background: #efefef;
  padding: 0px 15px 0px 15px;
}
#wayfinderList.fpweekList {
  height: calc(100vh - 20vh - 120px);
}
.mainNav .container-fluid {
  backdrop-filter: saturate(200%) blur(10px) !important;
  -webkit-backdrop-filter: saturate(200%) blur(10px) !important;
  background: rgb(22 48 60 / 50%) !important;
}
.container_wrapper.sf_cols {
  margin-bottom: 0px;
}
#footerWrapper {
  display: none;
}
#mainWrapper {
  margin-bottom: 0px;
}
#wayfinderSearch {
  height: auto;
  padding: 20px 15px 20px 15px;
  display: flex;
  align-items: center;
  background: #efefef;
}
#wayfinderSearchFields p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
}
#wayfinderSearchFields {
  display: block;
  align-items: center;
  width: 100%;
}
#wayfinderPostcodeSearchWrapper {
  display: inline-block;
  flex-grow: 1;
}
#wayfinderPostcodeSearchWrapper .input-group {
  display: block;
}
#wayfinderPostcodeSearch {
  border-radius: 200px;
}
.wayfinderProfile {
  background: #fff;
  padding: 10px 0px 15px;
  margin: 0px 0px 30px 0px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  line-height: normal;
  transition: all 0.3s;
  border-left: 0px solid #fff;
}
.wayfinderProfile.afpfProfile {
  border-left: 0px solid #fff;
}
.wayfinderProfile.afpfProfile:hover {
  border-left: 0px solid #d3b77c;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}
.wayfinderProfile:hover {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 35%);
  border-left: 0px solid #e15564;
}
.fpweekPlanner:hover {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 35%);
  border-left: 0px solid #15a9ba;
}
#fpweekSearch {
  display: none;
  background: #efefef;
  padding: 0px 30px 30px;
}
#fpweekSearch label {
  font-size: 14px;
  font-weight: 400;
}
#fpweekToggleGroup {
  margin-bottom: 0px;
}
.wayfinderProfile h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #333;
  font-size: 20px;
  text-align: left;
}
.wayfinderProfile h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.wayfinderProfile .logoPicture {
  padding: 0px;
  min-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.findMoreLink {
  margin-bottom: 5px;
  width: 100%;
}
.websiteLink {
  width: 100%;
}

.sfPageEditor #wayfinderList {
  display: none;
}
.googleSearchGPSLocator {
  display: none;
}
.wayfinderProfile.selected {
  border: 4px solid #e15564;
}
.wayfinderProfile.afpfProfile.selected {
  border: 4px solid #d3b77c;
}
#wayfinderSearchWaiting {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
#fullscreenWaiting {
  background: none;
}
#resultsPostcodeSearchButton {
  position: absolute;
  top: 1px;
  right: 7px;
  padding: 5px 20px;
  width: 90px;
}
#resultsPostcodeSearchButton:focus {
  outline: none;
}
#wayfinderPostcodeSearch {
  border-radius: 200px;
  position: absolute;
  top: -2px;
  height: auto;
  padding: 10px 20px 6px;
}

/*
#wayfinderSearchWaiting>.waitingSpinner {
    display: block;
    position: fixed;
    z-index: 2001;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #e15564;
    animation: spin 2s linear infinite;
}
#wayfinderSearchWaiting>.waitingSpinner::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #21b3e4;
    animation: spin 3s linear infinite;
}
#wayfinderSearchWaiting>.waitingSpinner::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #fec465;
    animation: spin 1.5s linear infinite;
}
*/
/*
#wayfinderSearchWaiting > .waitingSpinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 20px #6bc49e solid;
    border-right: 20px #21b3e4 solid;
    border-bottom: 20px #e05665 solid;
    border-left: 20px #850f43  solid;
    border-radius: 50%;
    -webkit-animation: spin6 1.5s infinite linear;
    animation: spin6 1.5s infinite linear;
}
  
  @-webkit-keyframes spin6 {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
              transform: rotate(359deg);
    }
  }
  @keyframes spin6 {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
              transform: rotate(359deg);
      -webkit-transform: rotate(359deg);
              transform: rotate(359deg);
    }
  }
*/

/**===== wave1 =====*/
#wayfinderSearchWaiting > .waitingSpinner {
  display: block;
  position: absolute;
  top: 48%;
  left: 67.5%;
  height: 100px;
  width: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
}

#wayfinderSearchWaiting > .waitingSpinner:before,
#wayfinderSearchWaiting > .waitingSpinner:after {
  content: "";
  border: 2px solid #e15564;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0px;
}

#wayfinderSearchWaiting > .waitingSpinner:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

#wayfinderSearchWaiting > .waitingSpinner:after {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/** END of wave1 */

.afpfWrapper img {
  width: 15%;
  margin: 10px auto;
}
.afpfWrapper {
  background: #d3b77c;
  border-radius: 0px;
}
.afpfBlock {
  text-align: center;
  color: #fff;
}
.fpweekBlock img {
  width: 8%;
  margin: 10px auto;
}
.fpweekWrapper {
  background: linear-gradient(
    123deg,
    rgba(246, 149, 123, 1) 0%,
    rgba(255, 172, 150, 1) 100%
  );
  border-radius: 0px;
}
.fpweekBlock {
  text-align: center;
  color: #fff;
  background: rgba(246, 149, 123, 1);
  background: linear-gradient(123deg, #92cae0 0%, #7bc0db 100%);
}
.fpweekBlock a {
  color: #df6d48;
}
.addressBlock {
  font-size: 13px;
  line-height: 1.3em;
}
#fpweekToggleLabel i.fas.fa-info-circle {
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}

#searchtext {
  margin-right: 6px;
  margin-top: 4px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.buttonsBlock .btn {
  font-size: 14px;
  padding: 10px 10px 8px;
}
.distance {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #e15564;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
@media (max-width: 767px) {
  .addressBlock {
    margin-bottom: 20px;
  }
  #wayfinderPostcodeSearchWrapper {
    display: inline-block;
    width: 100%;
  }
  #searchtext {
    margin-left: 4px;
  }
  #resultsPostcodeSearchButtonWrapper {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .wayfinderProfile h3 {
    font-size: 18px;
  }
  .afpfBlock {
    font-size: 14px;
  }
  .afpfWrapper img {
    display: none;
  }
}

@media (min-width: 768px) {
  #wayfinderMap #map {
    width: 50%;
    left: 50%;
  }
  .wayfinderListWrapper {
    width: 50%;
  }
  .buttonsBlock .btn {
    font-size: 14px;
    padding: 10px 10px 8px;
  }
  #wayfinderList {
    padding: 0px 10px 0px 25px;
  }
  #wayfinderSearch {
    height: 10vh;
    padding: 10px 30px 10px 28px;
  }
  #wayfinderSearchFields {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #wayfinderMap #map {
    width: 50%;
    left: 50%;
  }
  .wayfinderListWrapper {
    width: 50%;
  }
  .buttonsBlock .btn {
    font-size: 14px;
  }
  .wayfinderProfile {
    padding: 20px 10px;
  }
  .addressBlock {
    font-size: 14px;
    line-height: 1.5em;
  }
  .findMoreLink {
    margin-bottom: 10px;
  }
  #searchtext {
    margin-right: 6px;
    margin-top: 4px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #wayfinderMap #map {
    width: 50%;
    left: 50%;
  }
  .wayfinderListWrapper {
    width: 50%;
  }
  .wayfinderProfile {
    padding: 20px;
    border-left: 10px solid #fff;
  }
  .wayfinderProfile.afpfProfile {
    border-left: 10px solid #fff;
  }
  .wayfinderProfile.afpfProfile:hover {
    border-left: 10px solid #d3b77c;
  }
  .wayfinderProfile:hover {
    border-left: 10px solid #e15564;
  }
  .fpweekPlanner:hover {
    /*border-left: 10px solid #15a9ba;*/
  }
  .wayfinderProfile.selected {
    border: 10px solid #e15564;
  }
  .wayfinderProfile.afpfProfile.selected {
    border: 10px solid #d3b77c;
  }
  .detailsWrapper {
    padding-left: 20px;
  }

  #wayfinderPostcodeSearch {
    padding: 11px 20px 9px;
  }
  #resultsPostcodeSearchButton {
    position: absolute;
    top: 1px;
    right: 7px;
    padding: 5px 20px;
    width: 150px;
  }
  #searchtext {
    margin-right: 6px;
    margin-top: 4px;
    width: 200px;
  }
}
@media (min-width: 1300px) {
  #wayfinderMap #map {
    width: 55%;
    left: 45%;
  }
  .wayfinderListWrapper {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  #wayfinderMap #map {
    width: 55%;
    left: 45%;
  }
  .wayfinderListWrapper {
    width: 45%;
  }
  .buttonsBlock .btn {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #wayfinderMap #map {
    width: 60%;
    left: 40%;
  }
  .wayfinderListWrapper {
    width: 40%;
  }
}
@media (min-width: 1800px) {
  #wayfinderMap #map {
    width: 65%;
    left: 35%;
  }
  .wayfinderListWrapper {
    width: 35%;
  }
}
