body.page-id-9 section.filter,
body.page-id-1510 section.filter {
  display: none !important;
}

.filter {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 2rem;
}

.filter select {
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.filter .title {
  margin-bottom: 1rem;
}

/** select **/
.filter select {
  /* styling */
  background-color: white;
  border: thin solid #ff9e1e;
  border-radius: 15px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 100%;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.filter select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.filter .minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  overflow: hidden;
}

.filter .minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ff9e1e;
  outline: 0;
}
