#location-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.85em 0; }

@media all and (max-width: 1020px) {
  #location-changer {
    display: block; } }

#location-changer p {
  display: inline-block;
  font-size: 16px;
  margin: 0; }

#location-changer__change-location {
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap; }

#location-changer__change-location:hover {
  color: #E07A3F;
  text-decoration: underline; }

#location-changer #location-changer__search-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px !important;
  margin-right: 20px !important;
  max-width: 0;
  overflow: hidden;
  transition-duration: 0.3s; }

@media all and (max-width: 1020px) {
  #location-changer #location-changer__search-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: 0;
    max-width: 400px; } }

#location-changer__address {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #909496;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 15px 13px; }

#location-changer__submit {
  background-color: #00539b;
  border: none;
  border-radius: 27.5px;
  color: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  font-size: 18.4px;
  font-weight: bold;
  margin-left: 10px;
  min-width: 150px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; }

#location-changer__submit:hover {
  opacity: .8; }

#lg-map-locations {
  height: 500px;
  margin-bottom: 20px; }

@media all and (max-width: 1020px) {
  #lg-map-locations {
    height: 300px; } }

#nearest-location p {
  margin: 0; }

#nearest-location p a {
  text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
