@import 'components/store-list.css';

body.page-template-template-store-locator-php #sidebar {
  padding-top: 0;
}

#store-filters {
  margin-bottom: 20px;
  text-align: center;
}

#store-filters select {
  float: none;
  width: 191px;
  margin: 0 3px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}

#store-filters select#region-filter {
  opacity: 0.25;
}

@media all and (max-width: 767px) {
  body.page-template-template-store-locator-php #sidebar {
    display: none;
  }

  #store-filters select {
    width: 100%;
    margin: 0 0 7px;
  }
}