/* Fix Spacing on Front Banner */
body.path-frontpage #block-openy-carnation-content > article:first-child h1.text-uppercase { margin-top: -1.8em !important; }

/* Fix Buttons on Front Grid */
body.path-frontpage .paragraph--column-in-a-grid .inner .more-link { width: 80%; }

body.path-frontpage .paragraph--column-in-a-grid .inner .more-link a {
  font-family: "Cachet Medium";
  letter-spacing: -1px;
  padding: 0.4em 1em;
}

/* Today's Hours Fix on Branch Pages */
.branch-header .hours-wrapper h4 {
  font-family: "Cachet",sans-serif;
  font-weight: 500;
  color: #636466;
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.branch-header .branch-info .branch-header__item h5 { display: none; }

/* Hide Contact Container on Specific Branch / Facility pages */
article[about="/locations/harbor-highlands"] ~ article,
article[about="/locations/woodland-community-center"] { display: none; }

/* Amenties on Harbor Highlands */
.page-node-type-branch #block-openy-carnation-content article[about="/locations/harbor-highlands"] ~ .bg-gray-600 {
  margin-top: -2em;
  padding-top: 2em;
}

/* Modal Fix */
.modal.show .modal-dialog { display: block; }

/* PreFooter Spacing */
.pre-footer > #openy_alerts_header_placeholder { margin-bottom: 0; }
