#bbp-search-form {
  display: none !important;
}

.search-element {
  position: relative;
}
.search-element #searchform {
  width: 100%;
}
.search-element #searchform .search-input {
  border: solid 1px #333;
  font-size: 1em;
  line-height: 19px;
  font-weight: 400;
  color: #333;
  padding: 10px 6px 10px 12px;
  border-radius: 10px;
  width: 100%;
}
.search-element .result-search-block {
  position: absolute;
  width: 100%;
  z-index: 5;
  display: none;
}
.search-element .result-search-block .result-search-list {
  padding: 8px 6px 10px 12px;
  background-color: #000;
  border: 1px solid #333;
  overflow-y: auto;
  max-height: 200px;
}
.search-element .result-search-block .result-search-list::-webkit-scrollbar {
  width: 2px;
}
.search-element .result-search-block .result-search-list::-webkit-scrollbar {
  background-color: transparent;
}
.search-element .result-search-block .result-search-list::-webkit-scrollbar-thumb {
  background-color: #333;
}
.search-element .result-search-block .result-search-list .result_item:not(:last-of-type) {
  margin-bottom: 8px;
}
.search-element .result-search-block .result-search-list .result_item a {
  color: #fff;
  transition: all 0.5s ease;
}
.search-element .result-search-block .result-search-list .result_item a:hover {
  border-color: #fff;
}

.search-element._simple {
  margin-top: 40px;
}
.search-element._simple #searchform .search-label {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.search-element._simple #searchform input#bbp_search {
  text-align: center;
  margin-bottom: 10px;
}
.search-element._simple #searchform input.search-button {
  min-height: 40px;
}/*# sourceMappingURL=styles.css.map */