.entry-title {
  display: none;
}

.page-id-885 .location-finder-wrapper.wrapper {
  padding-top: 0;
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 0;
  max-width: none !important;
}

.page-id-885 .entry-content {
  margin-top: 0;
}

#dispbuttons {
  clear: both;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#dispbuttons a {
  display: inline-block;
  padding: 0 10px 0 10px;
  color: #fff;
}

#dispbuttons .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}

#searchBox h1 {
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.selected {
  background-color: rgb(246, 246, 246);
}

.tempselected {
  background-color: rgb(246, 246, 246);
}

.clear {
  clear: both;
}

.viewall {
  padding-top: 0px;
  font-weight: 600;
  color: #fff;
}

.viewall a {
  color: #fff;
  font-size: 14px;
}

.locbutton {
  display: inline-block;
  background-color: #e09f01;
  color: black;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
}

.infobox {
  text-align: center;
}

.ratingimg img,
.rating_img {
  width: 80px;
  display: inline-block;
}

.rating_img {
  width: 80px;
  display: inline-block;
  margin-top: 10px;
}

.infobox p {
  font-size: 12px;
  margin-top: 0;
  line-height: 12px;
  margin-bottom: 13px;
  font-weight: 500;
}

.infobox h2 {
  margin-bottom: 0.8rem;
  font-size: 1.25rem; /* 20px */
}

.infoboxbuttoncontainer {
  margin-bottom: 1rem;
}
.infoboxbuttoncontainer .locbutton {
  display: block !important;
  margin-top: 20px;
}

.ratingimg {
  font-size: 12px;
}

@media screen and (min-width: 677px) {
  .ratingtxt {
    font-size: 12px;
    padding-left: 10px;
    padding-top: 0;
    font-weight: 400;
  }
}
@media screen and (max-width: 676px) {
  .ratingtxt {
    font-size: 12px;
    padding-top: 5px;
    font-weight: 400;
  }
}

.ratingimg,
.ratingtxt {
  float: left;
  margin-bottom: 0.5rem;
}

/* Styling for Autocomplete search bar */

.location {
  border-bottom: 2px solid #5555554a;
  padding: 20px;
  display: flex;
}

.location .column1,
.location .column3 {
  width: 25%; /* 25% width for the first and third columns */
  padding: 5px;
}

.location .column1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.location .column2 {
  width: 50%; /* 50% width for the middle column */
  padding: 5px 15px;
}

.column1 img {
  max-width: 100%;
  border-radius: 5px;
  height: 100%;
  max-height: 300px;
}

.locHolder {
  /* overflow: scroll; */
  clear: both;
  border-top: 2px solid #5555554a;
}

#pac-container {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  max-width: 300px;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 1rem; /* 16px */
  font-weight: 400;
  margin-left: 0;
  padding: 12px 15px;
  text-overflow: ellipsis;
  width: 90%;
  border-radius: 0;
  border: none;
  height: 45px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#searchButton {
  background: rgba(252, 94, 84, 1);
  display: initial;
  display: flex;
  align-items: center;
  padding: 10.3px 10.3px;
  border: none !important;
  border-radius: 0 !important;
  height: 45px;
}

#title {
  color: #fff;
  background-color: #acbcc9;
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  padding: 6px 12px;
}

.hourbox,
.addressbox {
  font-size: 14px;
  width: 100%;
  line-height: 130%;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.hourbox {
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
}

.buttoncontainer {
  clear: right;
}

.gm-style-iw-d {
  margin-top: -30px;
  padding-left: 20px;
}

.infoboxbuttoncontainer {
  font-size: 14px;
  text-align: center;
}

.gm-style .gm-style-iw-c {
  padding: 0px !important;
}

.hidden {
  display: none;
}

/* Styling for an info pane that slides out from the left. 
       * Hidden by default. */

x .open {
  width: 250px;
}

.place {
  font-size: 1.2em;
  font-weight: 600;
  margin-block-end: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
  clear: both;
  line-height: 120%;
}

.column2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  padding: 0;
  gap: 10px;
}
.column2 ul li {
  font-size: 1rem; /* 16px */
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  list-style-type: none;
  list-style-type: none;
}

.column2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Circle size */
  height: 20px; /* Circle size */
  border-radius: 50%; /* Makes the shape a circle */
  background-color: #fc5e54; /* Change this to desired color */
}

.rl::before {
  background-color: #447bbd !important;
}

.al::before {
  background-color: #016938 !important;
}

.mc::before {
  background-color: #e09f01 !important;
}

.sn::before {
  background-color: #fc5e54 !important;
}

.rehab::before {
  background-color: #751fff !important;
}

.gm-style-iw-d ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  padding: 0;
  gap: 10px;
}

.gm-style-iw-d ul li {
  font-size: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  list-style-type: none;
}

.gm-style-iw-d ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; /* Circle size */
  height: 10px; /* Circle size */
  border-radius: 50%; /* Makes the shape a circle */
  background-color: #fc5e54; /* Change this to desired color */
}

.distanceText {
  color: silver;
  font-family: "open sans", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-block-start: 0.25em;
  padding-left: 18px;
  padding-right: 18px;
}

.details-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.phonecontainer {
  font-weight: 600;
  margin-top: 20px;
  font-size: 1rem; /* 16px */
  margin-bottom: 10px;
}

@media screen and (max-width: 1430px) {
  .details-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .addressbox {
    text-align: left;
    align-items: flex-start;
  }
  .buttoncontainer {
    display: flex;
    align-items: flex-start;
  }
  .buttoncontainer a {
    margin-left: 0;
  }
  #locator-wrapper {
    min-width: 450px;
  }
}

@media only screen and (min-width: 991px) {
  #locator {
    height: 800px;
    display: flex;
    /* grid-template-columns: 2fr 3fr;
        grid-template-rows: 3fr 7fr; */
    overflow: hidden;
  }
  #dispbuttons {
    display: none;
  }
  #map {
    position: relative;
    /* grid-row: 1/3;
        grid-column: 2; */
    width: 50%;
    height: 100%;
  }
  #panel {
    background-color: white;
    z-index: 1;
    transition: all 0.2s ease-out;
    width: 100%;
    max-height: 515px;
    overflow: scroll;
    overflow-x: hidden;
  }
  #locator-wrapper {
    width: 50%;
    min-width: 550px;
  }
  .view-all-mobile {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .page-id-885 .location-finder-wrapper.wrapper {
    padding-right: 6%;
    margin-right: auto;
  }
  #locator {
    display: block;
    /* grid-template-columns: auto;
          grid-template-rows: auto 500px 0px; */
    height: auto;
  }

  #searchBox {
    order: 1;
  }
  #map {
    position: relative;
    /* grid-column: 1;
          order: 2; */
    width: 100%;
    height: 500px;
  }
  #panel {
    position: relative;
    grid-column: 1;
    overflow: scroll;
    order: 3;
    display: none;
  }
  .displayed {
    display: block !important;
  }
  .notdisplayed {
    display: none;
  }
  .buttoncontainer {
    width: 100% !important;
    clear: both !important;
    padding-top: 20px;
  }
  .viewall {
    display: none;
  }
  .viewall.view-all-mobile {
    display: none;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-top: 2rem;
  }
  #locator-wrapper {
    min-width: unset;
  }
  .column1 {
    display: none;
  }

  .ratingtxt {
    font-size: 1.25rem; /* 20px */
  }

  .ratingimg img {
    width: 135px;
  }

  .place {
    font-size: 2.2em;
  }

  .column2 ul li {
    font-size: 1.125rem; /* 18px */
    padding-left: 32px;
  }

  .column2 ul li::before {
    width: 26px;
    height: 26px;
  }

  .distance {
    display: none;
  }

  .addressbox {
    font-size: 1.25rem; /* 20px */
  }

  .phonecontainer {
    font-size: 2.2em;
  }

  .buttoncontainer a {
    width: 100%;
    text-align: center;
    font-size: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 660px) {
  .page-id-885 .location-finder-wrapper.wrapper {
    padding-bottom: 12%;
  }
  .buttoncontainer {
    margin-top: 0;
    padding-top: 0.5rem;
  }
  #pac-card {
    float: none;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 100%;
    padding: 0;
  }
  #pac-container {
    margin: 0 auto;
  }
  .hourbox {
    margin-top: 0.3rem !important;
  }
  .addressbox,
  .hourbox {
    width: 100% !important;
  }
  .address-hours-container {
    flex-direction: column;
  }
  .locHolder {
    overflow-x: hidden;
  }
}

#searchBox {
  background-color: rgb(64, 145, 153);
  padding: 40px 30px;
}

.buttoncontainer {
  margin-bottom: 10px;
}

.distance {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}

.column3 {
}

@media screen and (max-width: 991px) {
  #searchBox {
    padding: 20px;
  }
  #pac-container {
    max-width: 100%;
    margin: 0px;
  }
  #searchBox h1 {
    font-size: 1.875rem; /* 30px */
  }
  .location {
    flex-direction: column;
  }
  .location .column2,
  .location .column1,
  .location .column3 {
    width: 100%;
    padding: 5px 10px;
  }
}
