/*Locations main page*/
.page-view-locations #block-pagetitle {
  margin-top: 25px;
}

.node--type-location #main-wrapper {
  padding: 0 40px;
}
.node--type-location #block-pagetitle {
  padding-left: 3rem;
}
.field--name-field-geocode > div {
  max-height: 300px;
  margin-bottom: 25px;
  border: 1px solid #bebebe;
}

.node--type-location .field--name-field-street-address .field__label {
  font-weight: 600;
}

.node--type-location .field--name-field-street-address .field__label:after {
  content: "\003A";
}

.node--type-location .field--name-field-photo {
    margin: 0;
}

.node--type-location .field--name-field-photo img {
    width: 100%;
    height: auto;
}

.node--type-location .title {
  text-align: center;
  padding: 25px 0;
}
/*
.node--type-location .location-description {
  max-width: 750px;
  margin: 0 auto 25px auto;
}
*/
/*Locations page*/
.locations {
  max-width: 85%; 
  margin: 0 auto 50px;
}

.locations .form-row {
  max-width: 850px;
  margin: 0 auto;
}

.page-view-locations .title {
  text-align: center;
}

.locations .grid .row .col-12 {
  outline: 1px solid #bebebe;
  outline-offset: -10px;
  padding: 25px;
}
