.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter-price, 
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter-frdate,
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter-mileage {
	display: none!important;
}

#toggle-navigation i {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #42484b;
  cursor: pointer;
  transition: all .2s;
}


@media (min-width: 992px) {
  #toggle-navigation i {
    display: none;
  }
}

#toggle-navigation i:before {
  position: absolute;
  content: "";
  top: -8px;
  width: 24px;
  height: 2px;
  background-color: #42484b;
  transition: all .2s;
}

#toggle-navigation i:after {
  position: absolute;
  content: "";
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #42484b;
  transition: all .2s;
}

#header {
  position: relative;
  z-index: 4001;
  background-color: #f8f8f8;
  background-color: rgb(248, 248, 248);
}

@media (min-width: 992px) {
  .site-header a {
    color: #42484b;
  }