.state-separator {
  background: #000;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.4em;
}

.state-separator h2 {
  background: #000;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.4em;
}

#locationhead {
  font-weight: 500;
  color: #fff;
}

h1 span {
  color: #fff;
}

.store-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.store-title h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

.store-item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.store-info {
  padding: 0 1em;
}

.store-details {
  font-size: 1em;
}

.social-icons.locations li {
  margin: 0 0.625rem 0 0 !important; 
}

.social-icons.locations li:last-child {
  margin: 0; 
}

.social-icons.locations li a {
    font-size: 0.9375rem;
  line-height: 0.5625rem;
  padding: 0.5rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .store-title {
    margin-top: 1em;
  }
}