/** @format */
/* Fonts */
/* Fonts - END */
/* Spaceing */
/* Spaceing - END */
/* Borders */
/* Extras */
/* Extras - END */
/* Transition */
/* Transitions - END */
.live-search-wrap {
  width: 100%;
}
.live-search-wrap input[type=search] {
  display: block;
  width: calc(100% - 36px);
  margin: 4.5px auto;
  padding: 9px;
  background-color: #0072ce;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  font-size: 18px;
}
.live-search-wrap input[type=search]::placeholder {
  color: #ffffff;
  font-family: "Poppins", serif;
}
.live-search-wrap input[type=search]:focus::placeholder, .live-search-wrap input[type=search]:focus-within::placeholder {
  color: #0072ce;
}
.live-search-wrap #live-search-results {
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
}
.live-search-wrap #live-search-results .search-results-list {
  list-style: none;
  margin: 18px;
  padding: 0;
}
.live-search-wrap #live-search-results .search-result a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #39393b;
  border-bottom: 1px solid #d3d3d3;
}
.live-search-wrap #live-search-results .search-result a:hover, .live-search-wrap #live-search-results .search-result a:focus {
  background: #0072ce;
  color: #ffffff;
}
.live-search-wrap #live-search-results .search-result a:hover .search-snippet, .live-search-wrap #live-search-results .search-result a:focus .search-snippet {
  color: #ffffff;
}
.live-search-wrap #live-search-results .search-result a .search-header {
  font-weight: 700;
  margin-left: 0;
  padding-bottom: 0;
}
.live-search-wrap #live-search-results .search-result a .search-snippet {
  font-size: 0.95em;
  color: #39393b;
  margin: 2px 8px 8px 8px;
  line-height: 1.4;
}
.live-search-wrap #live-search-results .search-result a .search-snippet mark {
  background: #ffc72c;
  color: #39393b;
  padding: 0 2px;
  border-radius: 2px;
}
.live-search-wrap .search-loading,
.live-search-wrap .no-results {
  padding: 8px;
  color: #39393b;
}
@media (min-width: 1100px) {
  .live-search-wrap {
    position: relative;
  }
  .live-search-wrap #live-search-results {
    position: absolute;
    top: 60px;
    right: 0;
    left: auto;
    width: 300px;
  }
}

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