.highlight-wrapper {
  position: relative;
  top: -25px;
  margin-bottom: 20px;
}
.highlight-wrapper.bg-yellow {
  display: none;
  top: 0px;
  background: url(/themes/custom/gezimanya/components/title/images/title-image.webp);
  padding-top: 15px;
  padding-bottom: 15px;
}

#location-search {
  position: relative;
}
#location-search .form-group {
  position: relative;
}
#location-search .form-group i {
  position: absolute;
  top: 20px;
  font-size: 21px;
}
#location-search .form-group i.gm-icon-search {
  left: 20px;
}
#location-search .form-group i.gm-icon-close {
  text-align: right;
  right: 0;
  top: 0;
  text-align: right;
  padding-top: 25px;
  padding-right: 20px;
  height: 100%;
  width: 55px;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  #location-search .form-group i {
    top: 26px;
  }
}
#location-search .form-group .form-text {
  text-indent: 45px;
  font-size: 18px;
  margin-top: 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #location-search .form-group .form-text {
    padding: 0;
    text-indent: 70px;
  }
}
#location-search .search-list {
  background: #FFF;
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #eee;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  scrollbar-base-color: #222225;
  scrollbar-face-color: #555;
  scrollbar-arrow-color: #000;
  scrollbar-3dlight-color: #555;
  scrollbar-highlight-color: #555;
  scrollbar-shadow-color: #555;
  scrollbar-darkshadow-color: #555;
  scrollbar-track-color: #333338;
}
@media (min-width: 992px) {
  #location-search .search-list {
    max-height: 500px;
    display: none;
  }
  #location-search .search-list.active {
    display: block;
  }
}
@media (max-width: 991px) {
  #location-search .search-list {
    height: 100%;
    display: none;
  }
}
#location-search .search-list::-webkit-scrollbar {
  width: 5px;
  background: 0 0;
}
#location-search .search-list::-webkit-scrollbar-track-piece {
  background: 0 0;
}
#location-search .search-list::-webkit-scrollbar-button {
  display: none;
}
#location-search .search-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(250, 195, 15);
}
#location-search .search-list > li {
  padding: 20px 0px;
}
#location-search .search-list > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#location-search .search-list > li:before {
  content: "\e91d";
  font-family: "gm-icon";
  font-size: 25px;
  position: absolute;
  left: 20px;
}
#location-search .search-list .name {
  font-weight: bold;
  padding-left: 70px;
  display: block;
  padding-bottom: 10px;
}
#location-search .search-list .infos a {
  padding: 5px 0px;
  display: inline-block;
}
#location-search .search-list .infos.open {
  height: 120px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  transition: height 1s ease;
}
@media (max-width: 475px) {
  #location-search .search-list .infos.open {
    height: 135px;
  }
}
#location-search .search-list a {
  color: #000;
  cursor: pointer;
}
#location-search .search-list a:hover {
  color: #026da8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#location-search .search-list .more,
#location-search .search-list .infos {
  padding-left: 90px;
  padding-right: 25px;
}
#location-search .search-list .more {
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
#location-search .search-list .more.hide {
  display: none;
}

@media (max-width: 991px) {
  body .location-search-wrapper {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1px;
    transition: 0.3s ease-out all;
    z-index: 991;
    overflow: hidden;
    position: absolute;
    width: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  body .location-search-wrapper .form-text {
    height: 75px;
  }
}
body.search-open .location-search-wrapper {
  width: 100%;
  overflow: auto;
}
body.search-open #location-search .form-group .gm-icon-close {
  visibility: visible;
}
body.search-open #location-search .search-list.active {
  padding-bottom: 5em;
  display: block;
}

@media (max-width: 991px) {
  .search-list-wrapper.active {
    position: relative;
    height: 100vh;
    width: 100%;
  }
}

/*# sourceMappingURL=location-search.css.map */
