#w-filter,
.filter-1.theme-one {
  margin-bottom: 20px;
  color: #000000;
  display: flex;
  filter: blur(15px);
  flex-wrap: wrap;
}
#w-filter.visible,
.filter-1.theme-one.visible {
  filter: none;
}
#w-filter section,
.filter-1.theme-one section {
  margin: 0 10px 15px 0;
  position: relative;
}
#w-filter section > article,
.filter-1.theme-one section > article {
  border: 1px solid rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 7px;
  padding: 0 15px 0 15px;
}
#w-filter section > article i.fas,
.filter-1.theme-one section > article i.fas {
  margin-left: 10px;
}
#w-filter section > article i.fas.fas-left,
.filter-1.theme-one section > article i.fas.fas-left {
  margin-left: 0;
  margin-right: 10px;
}
#w-filter section > article a.filter-page-btn,
.filter-1.theme-one section > article a.filter-page-btn {
  transition: all 0.3s;
  cursor: pointer;
  color: inherit;
}
#w-filter section > article a.filter-page-btn:hover,
.filter-1.theme-one section > article a.filter-page-btn:hover {
  transform: scale(1.5);
}
#w-filter section > article > input,
.filter-1.theme-one section > article > input {
  height: calc( 100% - 6px );
  border: none;
  box-shadow: none;
  outline: none;
  color: inherit;
  font: inherit;
  font-weight: 900;
  background: none;
}
#w-filter section > article > input[type=text],
.filter-1.theme-one section > article > input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#w-filter section > article.f-pinned,
.filter-1.theme-one section > article.f-pinned,
#w-filter section > article.f-more,
.filter-1.theme-one section > article.f-more {
  cursor: pointer;
}
#w-filter section > article.f-pinned:hover,
.filter-1.theme-one section > article.f-pinned:hover,
#w-filter section > article.f-more:hover,
.filter-1.theme-one section > article.f-more:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: #000000;
}
#w-filter section > article.f-submit,
.filter-1.theme-one section > article.f-submit {
  background: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  cursor: pointer;
}
#w-filter section > article.f-submit:hover,
.filter-1.theme-one section > article.f-submit:hover {
  border-color: #000000;
  background: #000000;
  color: white;
}
#w-filter nav,
.filter-1.theme-one nav {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.55);
  padding: 10px;
  left: 0px;
  top: 50px;
  border-radius: 7px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  background: white;
  z-index: 10;
  width: max-content;
  max-width: 80vw;
}
#w-filter nav a,
.filter-1.theme-one nav a {
  display: block;
  padding: 2px 8px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 4px;
  color: inherit;
  font-size: 0.9em;
  font-weight: 500;
}
#w-filter nav a:hover,
.filter-1.theme-one nav a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: black;
}
#w-filter nav a.active,
.filter-1.theme-one nav a.active {
  background: rgba(0, 0, 0, 0.5);
}
#w-filter nav .f-range,
.filter-1.theme-one nav .f-range {
  display: flex;
  align-items: center;
  width: fit-content;
}
#w-filter nav .f-range ::placeholder,
.filter-1.theme-one nav .f-range ::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
#w-filter nav .f-range input,
.filter-1.theme-one nav .f-range input {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  width: 70px;
  padding: 5px;
  box-shadow: none;
  outline: none;
  color: inherit;
  font: inherit;
  font-weight: 900;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#w-filter .filter-all,
.filter-1.theme-one .filter-all {
  width: 100%;
}
#w-filter .filter-all .filter-all-label,
.filter-1.theme-one .filter-all .filter-all-label {
  margin: 20px 0 10px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
#w-filter .filter-all .filter-all-values,
.filter-1.theme-one .filter-all .filter-all-values {
  display: flex;
  flex-wrap: wrap;
}
#w-filter .filter-all .filter-all-values a,
.filter-1.theme-one .filter-all .filter-all-values a {
  display: block;
  padding: 2px 8px;
  margin-right: 8px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
#w-filter .filter-all .filter-all-values a:hover,
.filter-1.theme-one .filter-all .filter-all-values a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#w-filter .filter-all .filter-all-values a.active,
.filter-1.theme-one .filter-all .filter-all-values a.active {
  background: #000000;
  color: white;
}
#w-filter .filter-active,
.filter-1.theme-one .filter-active {
  width: 100%;
}
#w-filter .filter-active article,
.filter-1.theme-one .filter-active article {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px 8px;
}
#w-filter .filter-active article .fas.delete,
.filter-1.theme-one .filter-active article .fas.delete {
  transition: all 0.3s;
  cursor: pointer;
}
#w-filter .filter-active article .fas.delete:hover,
.filter-1.theme-one .filter-active article .fas.delete:hover {
  transform: scale(1.5);
}
#w-filter .filter-active .filter-reset,
.filter-1.theme-one .filter-active .filter-reset {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
#w-filter .filter-active .filter-reset:hover,
.filter-1.theme-one .filter-active .filter-reset:hover {
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}
