/*
Theme Name:  Westmount Historical (GeneratePress Child)
Description: Rebuild child theme for the Westmount Historical Association on GeneratePress.
Author:      Jer Chapman / Phasma
Template:    generatepress
Version:     0.9.2
Text Domain: westmount-child
*/

:root {
  --wha-maroon: #701b45;
  --wha-ink:    #252525;
  --wha-grey:   #6d6e70;
  --wha-grey-2: #8b8b8b;
  --wha-bg:     #efefef;
}

/* ====== Full theme stylesheet, ported verbatim from the original ============ */

/*
  Theme Name: Westmount Historical
*/




.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 768px) and (max-width: 1149px) {
    .container {
      padding: 0 40px; } }
  @media (min-width: 1150px) {
    .container {
      padding: 0 0; } }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  height: 100%; }

body {
  font-family: "Lora", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale; }
  body.overflow-hidden {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", Arial, sans-serif; }

#wpadminbar {
  position: fixed !important;
  z-index: 1499 !important; }

a {
  text-decoration: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  margin: 0; }

header .bar {
  height: 11px;
  width: 100%;
  position: relative; }
  header .bar:before, header .bar:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0; }
  header .bar:before {
    left: 0;
    background-color: #701b45; }
  header .bar:after {
    right: 0;
    background-color: #8b8b8b; }

header main {
  padding: 20px 0;
  background-color: #fff; }
  header main .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  header main .logo {
    display: inline-block;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      header main .logo {
        margin-bottom: 0; } }
  header main .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%; }
    @media (min-width: 768px) {
      header main .buttons {
        width: auto; } }
    header main .buttons a {
      border: 3px solid #701b45;
      padding: 8px 20px;
      display: inline-block;
      margin-right: 10px;
      color: #252525;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      overflow: hidden;
      transition: all 0.2s ease; }
      header main .buttons a#search-button {
        padding: 0;
        min-width: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0; }
        header main .buttons a#search-button:hover {
          cursor: pointer; }
        header main .buttons a#search-button.active:before {
          height: 0; }
        header main .buttons a#search-button.active i {
          color: #252525; }
        header main .buttons a#search-button.active:hover i {
          color: #701b45; }
          header main .buttons a#search-button.active i:nth-of-type(1) {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: -99999px;
            left: -99999px; }
          header main .buttons a#search-button.active i:nth-of-type(2) {
            opacity: 1;
            visibility: visible;
            position: relative;
            top: auto;
            left: auto; }
        header main .buttons a#search-button i {
          font-size: 18px; }
          header main .buttons a#search-button i:nth-of-type(2) {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: -99999px;
            left: -99999px; }
      header main .buttons a:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #701b45;
        z-index: -1;
        transition: all 0.2s ease; }
      header main .buttons a:hover {
        color: #701b45;
        opacity: 0.7; }

header .search {
  background-color: #efefef;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease; }
  header .search form {
    padding: 20px 0;
    overflow: hidden; }
    header .search form div {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
    header .search form label {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: -99999px;
      left: -99999px; }
    header .search form input {
      display: inline-block;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.5px;
      float: right; }
      header .search form input:focus {
        outline: 0; }
      header .search form input[type="text"] {
        width: 100%;
        border: 3px solid #d6d6d6;
        padding: 8px 20px;
        text-align: left;
        color: #252525; }
        @media (min-width: 768px) {
          header .search form div {
            gap: 15px; }
          header .search form input[type="text"] {
            width: calc(100% - 145px); } }
      header .search form input[type="submit"] {
        margin-top: 10px;
        text-align: center;
        background-color: #701b45;
        border: 3px solid #701b45;
        padding: 8px 20px;
        color: #fff;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          header .search form input[type="submit"] {
            margin-top: 0; } }
  header .search.active {
    max-height: 150px; }
    @media (min-width: 768px) {
      header .search.active {
        max-height: 88px; } }

header nav {
  background-color: #701b45;
  overflow: hidden;
  padding: 10px 0; }
  @media (min-width: 1023px) {
    header nav {
      padding: 20px 0; } }
  header nav #burger {
    float: right;
    border: 3px solid #fff;
    padding: 5px 10px 5px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 1023px) {
      header nav #burger {
        position: absolute;
        top: -99999px;
        left: -99999px;
        opacity: 0;
        visibility: hidden; } }
    header nav #burger:hover {
      cursor: pointer; }
    header nav #burger .text {
      color: #fff;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: bold;
      opacity: 0.9;
      text-transform: uppercase;
      margin-right: 12px; }
    header nav #burger .icon span {
      position: relative;
      margin-top: 7px;
      margin-bottom: 7px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: inline-block; }
      header nav #burger .icon span, header nav #burger .icon span::before, header nav #burger .icon span::after {
        display: block;
        width: 24px;
        height: 3px;
        background-color: #fff;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      header nav #burger .icon span::before, header nav #burger .icon span::after {
        position: absolute;
        content: ""; }
      header nav #burger .icon span::before {
        top: -7px; }
      header nav #burger .icon span::after {
        top: 7px; }
  header nav .navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #701b45;
    z-index: 10;
    overflow: hidden;
    -webkit-transform: translateX(310px);
    -moz-transform: translateX(310px);
    -ms-transform: translateX(310px);
    transform: translateX(310px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .admin-bar header nav .navigation {
      top: 46px; }
      @media screen and (min-width: 783px) {
        .admin-bar header nav .navigation {
          top: 32px; } }
    @media (min-width: 1023px) {
      header nav .navigation {
        position: relative;
        top: auto !important;
        right: auto;
        width: 100%;
        height: auto;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        overflow: visible; } }
    header nav .navigation.active {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    header nav .navigation #burger-close {
      float: right;
      border: 3px solid #fff;
      padding: 5px 10px 5px 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 20px 20px 0 0; }
      @media (min-width: 1023px) {
        header nav .navigation #burger-close {
          position: absolute;
          top: -99999px;
          left: -99999px;
          opacity: 0;
          visibility: hidden; } }
      header nav .navigation #burger-close:hover {
        cursor: pointer; }
      header nav .navigation #burger-close .text {
        color: #fff;
        font-family: "Libre Franklin", Arial, sans-serif;
        font-weight: bold;
        opacity: 0.9;
        text-transform: uppercase;
        margin-right: 12px; }
      header nav .navigation #burger-close .icon span {
        position: relative;
        margin-top: 7px;
        margin-bottom: 7px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: inline-block; }
        header nav .navigation #burger-close .icon span, header nav .navigation #burger-close .icon span::before, header nav .navigation #burger-close .icon span::after {
          display: block;
          width: 24px;
          height: 3px;
          background-color: #fff;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        header nav .navigation #burger-close .icon span::before, header nav .navigation #burger-close .icon span::after {
          position: absolute;
          content: ""; }
        header nav .navigation #burger-close .icon span::before {
          top: -7px; }
        header nav .navigation #burger-close .icon span::after {
          top: 7px; }
        header nav .navigation #burger-close .icon span {
          background-color: transparent; }
        header nav .navigation #burger-close .icon span::before {
          -webkit-transform: translateY(7px) rotate(45deg);
          -moz-transform: translateY(7px) rotate(45deg);
          -ms-transform: translateY(7px) rotate(45deg);
          -o-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg); }
        header nav .navigation #burger-close .icon span::after {
          -webkit-transform: translateY(-7px) rotate(-45deg);
          -moz-transform: translateY(-7px) rotate(-45deg);
          -ms-transform: translateY(-7px) rotate(-45deg);
          -o-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg); }
    header nav .navigation .menu-main-menu-container {
      width: 100%;
      float: left;
      margin-top: 20px; }
      @media (min-width: 1023px) {
        header nav .navigation .menu-main-menu-container {
          margin-top: 0; } }
      @media (min-width: 1023px) {
        header nav .navigation .menu-main-menu-container ul {
          display: flex;
          flex-wrap: wrap; } }
      header nav .navigation .menu-main-menu-container ul li {
        border-bottom: 1px solid #fff; }
        @media (min-width: 1023px) {
          header nav .navigation .menu-main-menu-container ul li {
            border-bottom-width: 0;
            margin-right: 30px; }
            header nav .navigation .menu-main-menu-container ul li:last-of-type {
              margin-right: 0; } }
        header nav .navigation .menu-main-menu-container ul li.current-menu-item {
          background-color: #fff; }
          @media (min-width: 1023px) {
            header nav .navigation .menu-main-menu-container ul li.current-menu-item {
              background-color: #701b45; } }
          header nav .navigation .menu-main-menu-container ul li.current-menu-item a {
            color: #701b45; }
            @media (min-width: 1023px) {
              header nav .navigation .menu-main-menu-container ul li.current-menu-item a {
                color: #fff;
                opacity: 1;
                position: relative; }
                header nav .navigation .menu-main-menu-container ul li.current-menu-item a:after {
                  content: "";
                  position: absolute;
                  bottom: -7px;
                  left: 0;
                  width: 100%;
                  height: 3px;
                  background-color: #fff;
                  z-index: 1; } }
        header nav .navigation .menu-main-menu-container ul li a {
          padding: 15px 20px;
          display: block;
          color: #fff;
          font-family: "Libre Franklin", Arial, sans-serif;
          font-weight: bold;
          opacity: 0.9; }
          @media (min-width: 1023px) {
            header nav .navigation .menu-main-menu-container ul li a {
              padding: 0 0; } }

.index-button {
  border: 3px solid #701b45;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 30px;
  color: #252525;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 1; }
  .index-button:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .index-button:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #701b45;
    z-index: -1;
    transition: all 0.2s ease; }
  .index-button:hover {
    color: #fff; }
    .index-button:hover:before {
      height: 100%; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

footer .location {
  padding: 40px 0; }
  @media (min-width: 768px) {
    footer .location .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; } }
  footer .location iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      footer .location iframe {
        width: 50%;
        height: 300px;
        margin-bottom: 0; } }
  footer .location .text {
    font-family: "Lora", Georgia, serif;
    color: #252525;
    width: 100%; }
    @media (min-width: 768px) {
      footer .location .text {
        width: 30%;
        text-align: right; } }
    footer .location .text h1 {
      font-size: 18px;
      line-height: 26px;
      font-weight: bold;
      margin-bottom: 20px; }
    footer .location .text address {
      font-size: 16px;
      line-height: 26px; }

footer nav {
  background-color: #701b45;
  padding: 15px 0; }
  footer nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    footer nav ul li {
      margin-right: 20px;
      position: absolute;
      top: -99999px;
      left: -99999px;
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 1023px) {
        footer nav ul li {
          position: relative;
          top: auto;
          left: auto;
          opacity: 1;
          visibility: visible; }
          footer nav ul li.current-menu-item {
            background-color: #701b45; }
            footer nav ul li.current-menu-item a {
              color: #fff;
              opacity: 1;
              position: relative; }
              footer nav ul li.current-menu-item a:after {
                content: "";
                position: absolute;
                bottom: -7px;
                left: 0;
                width: 100%;
                height: 3px;
                background-color: #fff;
                z-index: 1; } }
      footer nav ul li a {
        color: #fff;
        font-family: "Libre Franklin", Arial, sans-serif;
        font-weight: bold;
        opacity: 0.9;
        display: inline-block; }
        footer nav ul li a:hover,
        footer nav ul li a:focus,
        footer nav ul li a:active {
          color: #fff;
          opacity: 1; }
      footer nav ul li:last-of-type {
        margin-right: 0;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible; }
        footer nav ul li:last-of-type.current-menu-item {
          background-color: #fff; }
          footer nav ul li:last-of-type.current-menu-item a {
            color: #701b45; }
            footer nav ul li:last-of-type.current-menu-item a:after {
              display: none; }
        footer nav ul li:last-of-type a {
          border: 3px solid #fff;
          padding: 5px 20px; }

footer .copyright {
  font-size: 13px;
  line-height: 23px;
  font-family: "Lora", Georgia, serif;
  color: #252525;
  padding: 20px 0; }
  footer .copyright p {
    display: block; }
    @media (min-width: 768px) {
      footer .copyright p {
        text-align: right; } }

section.hero {
  padding: 40px 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    section.hero {
      padding: 60px 0; } }
  section.hero .image {
    width: 100%;
    height: 160px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 568px) {
      section.hero .image {
        height: 250px; } }
    @media (min-width: 1024px) {
      section.hero .image {
        height: 400px; } }
  section.hero .caption {
    margin-top: 14px;
    text-align: center;
    font-family: "Lora", Georgia, serif;
    color: #252525;
    font-size: 14px;
    line-height: 24px; }

section.content-sections section {
  padding: 40px 0;
  background-color: #fff;
  color: #252525; }
  section.content-sections section .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    section.content-sections section .title.center {
      text-align: center;
      display: block; }
      section.content-sections section .title.center .icon {
        margin-bottom: 20px;
        margin-right: 0; }
    section.content-sections section .title.divider {
      padding-bottom: 30px;
      position: relative; }
      section.content-sections section .title.divider:after, section.content-sections section .title.divider:before {
        content: "";
        background-color: #6d6e70;
        position: absolute;
        bottom: 0;
        left: 50%; }
      section.content-sections section .title.divider:after {
        width: 200px;
        height: 4px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      section.content-sections section .title.divider:before {
        width: 22px;
        height: 22px;
        border: 6px solid #fff;
        margin-bottom: -9px;
        z-index: 2;
        -webkit-transform: translateX(-50%) translateZ(1px) rotate(45deg);
        -moz-transform: translateX(-50%) translateZ(1px) rotate(45deg);
        -ms-transform: translateX(-50%) translateZ(1px) rotate(45deg);
        transform: translateX(-50%) translateZ(1px) rotate(45deg); }
    section.content-sections section .title .icon {
      width: 64px;
      height: 64px;
      display: inline-block;
      border: 2px solid #252525;
      position: relative;
      margin-right: 20px; }
      section.content-sections section .title .icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 25px; }
      section.content-sections section .title .icon:before {
        content: "";
        width: 18px;
        height: 18px;
        background-color: #252525;
        border: 4px solid #fff;
        position: absolute;
        top: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateZ(1px) rotate(45deg);
        -moz-transform: translateX(-50%) translateZ(1px) rotate(45deg);
        -ms-transform: translateX(-50%) translateZ(1px) rotate(45deg);
        transform: translateX(-50%) translateZ(1px) rotate(45deg); }
    section.content-sections section .title .text h1 {
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px; }
    section.content-sections section .title .text p {
      font-family: "Lora", Georgia, serif;
      font-size: 16px;
      line-height: 26px;
      margin-top: 10px; }
  section.content-sections section .content {
    margin-top: 40px;
    overflow: hidden; }
    section.content-sections section .content.center {
      text-align: center; }
    @media (min-width: 768px) {
      section.content-sections section .content .wp-caption.alignleft {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media (min-width: 768px) {
      section.content-sections section .content .wp-caption.alignright {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        margin-top: 20px; } }
    section.content-sections section .content h1,
    section.content-sections section .content h2,
    section.content-sections section .content h3 {
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 20px; }
    section.content-sections section .content h1 {
      font-size: 20px;
      line-height: 30px; }
    section.content-sections section .content h2 {
      font-size: 18px;
      line-height: 28px; }
    section.content-sections section .content h3 {
      font-size: 16px;
      line-height: 26px; }
    section.content-sections section .content ul {
      list-style-type: disc;
      margin-top: 30px;
      padding-left: 15px; }
    section.content-sections section .content ol {
      list-style-type: decimal;
      margin-top: 30px;
      padding-left: 15px; }
    section.content-sections section .content ul ul,
    section.content-sections section .content ol ul {
      list-style-type: circle;
      margin-left: 15px; }
    section.content-sections section .content ol ol,
    section.content-sections section .content ul ol {
      list-style-type: lower-latin;
      margin-left: 15px; }
    section.content-sections section .content li {
      margin-top: 10px;
      font-family: "Lora", Georgia, serif;
      font-size: 16px;
      line-height: 26px; }
      section.content-sections section .content li:first-of-type {
        margin-top: 0; }
    section.content-sections section .content p {
      margin-top: 20px;
      font-family: "Lora", Georgia, serif;
      font-size: 16px;
      line-height: 26px; }
      section.content-sections section .content p:first-of-type {
        margin-top: 0; }
    section.content-sections section .content blockquote {
      padding: 20px 0 20px 20px;
      border-left: 4px solid #6d6e70; }
    section.content-sections section .content .wp-caption {
      max-width: 100%;
      margin-bottom: 25px; }
      section.content-sections section .content .wp-caption img {
        max-width: 100%;
        height: auto; }
    section.content-sections section .content img {
      margin-top: 20px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto; }
    section.content-sections section .content a {
      color: #701b45; }
      section.content-sections section .content a:hover {
        text-decoration: underline; }
    section.content-sections section .content .button {
      margin-top: 30px;
      margin-bottom: 10px;
      border: 3px solid #701b45;
      padding: 8px 20px;
      display: inline-block;
      margin-right: 10px;
      color: #252525;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 1; }
      section.content-sections section .content .button:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2; }
      section.content-sections section .content .button:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #701b45;
        z-index: -1;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      section.content-sections section .content .button:hover {
        color: #fff;
        text-decoration: none; }
        section.content-sections section .content .button:hover:before {
          height: 100%; }
    section.content-sections section .content .image-section {
      margin-top: 40px; }
      @media (min-width: 768px) {
        section.content-sections section .content .image-section {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      section.content-sections section .content .image-section .image {
        width: 300px;
        height: 150px;
        max-width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          section.content-sections section .content .image-section .image {
            margin-bottom: 0; } }
      section.content-sections section .content .image-section .text {
        width: 100%; }
        @media (min-width: 768px) {
          section.content-sections section .content .image-section .text {
            width: calc(100% - 330px); } }
        section.content-sections section .content .image-section .text h1 {
          font-family: "Libre Franklin", Arial, sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          font-size: 20px;
          line-height: 30px;
          margin-top: 0;
          margin-bottom: 20px; }
        section.content-sections section .content .image-section .text p {
          font-family: "Lora", Georgia, serif;
          font-size: 16px;
          line-height: 26px; }
  section.content-sections section .no-posts {
    font-weight: bold;
    font-family: "Lora", Georgia, serif; }
  section.content-sections section .contact-form {
    margin-top: 20px; }
    section.content-sections section .contact-form form .wpforms-field-container input,
    section.content-sections section .contact-form form .wpforms-field-container textarea {
      border: 3px solid #701b45 !important;
      font-family: "Lora", Georgia, serif;
      padding: 20px 15px;
      display: block; }
    section.content-sections section .contact-form form .wpforms-field-container label {
      font-family: "Lora", Georgia, serif;
      display: block;
      margin-bottom: 10px;
      font-weight: normal;
      font-size: 16px; }
      section.content-sections section .contact-form form .wpforms-field-container label.wpforms-error {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 14px;
        color: #fff;
        background-color: #ee3b3b;
        padding: 10px 15px;
        border-radius: 4px; }
    section.content-sections section .contact-form form .wpforms-submit-container {
      text-align: center;
      margin-top: 20px; }
      section.content-sections section .contact-form form .wpforms-submit-container button {
        border: 3px solid #701b45;
        padding: 8px 20px;
        display: inline-block;
        margin-right: 10px;
        color: #252525;
        font-family: "Libre Franklin", Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        position: relative;
        overflow: hidden;
        transition: all 0.2s ease;
        z-index: 1; }
        section.content-sections section .contact-form form .wpforms-submit-container button:after {
          content: "";
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -2; }
        section.content-sections section .contact-form form .wpforms-submit-container button:before {
          content: "";
          width: 100%;
          height: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #701b45;
          z-index: -1;
          transition: all 0.2s ease; }
        section.content-sections section .contact-form form .wpforms-submit-container button:hover {
          color: #fff;
          border: 3px solid #701b45; }
          section.content-sections section .contact-form form .wpforms-submit-container button:hover:before {
            height: 100%; }
    section.content-sections section .contact-form form .wpforms-field-container {
      display: flex;
      flex-wrap: wrap; }
    section.content-sections section .contact-form form .wpforms-field {
      width: 100%; }
      @media (min-width: 1024px) {
        section.content-sections section .contact-form form .wpforms-field {
          width: 32%;
          margin-right: 2%; }
          section.content-sections section .contact-form form .wpforms-field:nth-of-type(3) {
            margin-right: 0; }
          section.content-sections section .contact-form form .wpforms-field:last-of-type {
            width: 100%;
            margin-right: 0; } }
    section.content-sections section .contact-form .wpforms-confirmation-scroll {
      font-family: "Lora", Georgia, serif;
      text-align: center; }
  section.content-sections section .button {
    margin-top: 40px; }
    section.content-sections section .button.center {
      text-align: center;
      width: 100%;
      margin: 40px auto auto; }
    section.content-sections section .button a {
      border: 3px solid #701b45;
      padding: 8px 20px;
      display: inline-block;
      margin-right: 10px;
      color: #252525;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      overflow: hidden;
      transition: all 0.2s ease;
      z-index: 1; }
      section.content-sections section .button a:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2; }
      section.content-sections section .button a:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #701b45;
        z-index: -1;
        transition: all 0.2s ease; }
      section.content-sections section .button a:hover {
        color: #fff; }
        section.content-sections section .button a:hover:before {
          height: 100%; }
  @media (min-width: 768px) {
    section.content-sections section {
      padding: 60px 0; } }
  section.content-sections section:nth-of-type(2n) {
    background-color: #efefef; }
    section.content-sections section:nth-of-type(2n) .title.divider:before {
      border-color: #efefef; }
  section.content-sections section .newsletters-index {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin: 40px 0px;
    border-spacing: 0;
    border: 0;
    font-family: "Lora", Georgia, serif; }
    @media (min-width: 1024px) {
      section.content-sections section .newsletters-index {
        display: inline-table; } }
    section.content-sections section .newsletters-index td,
    section.content-sections section .newsletters-index th {
      padding: 15px 20px;
      border: 1px solid #e0dede;
      font-size: 16px;
      line-height: 26px; }
    section.content-sections section .newsletters-index th {
      background-color: #efefef;
      border-color: #d6d6d6; }
  section.content-sections section .archives {
    overflow: hidden;
    margin: 40px 0px;
    width: 100%;
    display: inline-block; }
    section.content-sections section .archives .archive {
      overflow: hidden; }
      section.content-sections section .archives .archive .header {
        background-color: #efefef;
        padding: 15px 20px;
        border: 1px solid #d6d6d6; }
        section.content-sections section .archives .archive .header h1 {
          margin: 0;
          font-size: inherit;
          line-height: 160%;
          color: #252525;
          font-weight: bold;
          letter-spacing: 0.5px; }
      section.content-sections section .archives .archive .content {
        margin-top: 0; }
        section.content-sections section .archives .archive .content .field {
          padding: 15px 20px;
          border: 1px solid #d6d6d6;
          border-top-width: 0px; }
          section.content-sections section .archives .archive .content .field p {
            margin: 0;
            line-height: 130%; }
          section.content-sections section .archives .archive .content .field .sub-field {
            margin: 20px 0px 0px 40px; }
            section.content-sections section .archives .archive .content .field .sub-field p {
              margin-bottom: 15px; }
              section.content-sections section .archives .archive .content .field .sub-field p:last-of-type {
                margin-bottom: 0px; }
  section.content-sections section.join {
    border-top: 3px solid #d4d4d5; }
  section.content-sections section.contact {
    background-color: #6d6e70;
    color: #fff; }
    section.content-sections section.contact .icon {
      border-color: #fff; }
      section.content-sections section.contact .icon:before {
        border-color: #6d6e70;
        background-color: #fff; }
    section.content-sections section.contact .title.divider:before, section.content-sections section.contact .title.divider:after {
      background-color: #fff; }
    section.content-sections section.contact .title.divider:before {
      border-color: #6d6e70; }

section.news-articles.double .container {
  display: flex;
  flex-wrap: wrap; }

section.news-articles.double .articles {
  margin-top: 40px; }
  section.news-articles.double .articles:first-of-type {
    margin-top: 0; }
  @media (min-width: 1024px) {
    section.news-articles.double .articles {
      margin-top: 0;
      width: 63%;
      margin-right: 7%; }
      section.news-articles.double .articles:last-of-type {
        width: 30%;
        margin-right: 0; } }

section.news-articles .articles .title {
  margin-bottom: 50px; }

section.news-articles .articles .article {
  margin-top: 60px;
  display: block; }
  section.news-articles .articles .article:first-of-type {
    margin-top: 0; }
  section.news-articles .articles .article img {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 2px solid #252525;
    border-radius: 2px; }
    section.news-articles .articles .article img.newsletter {
      max-width: 220px; }
  section.news-articles .articles .article h1 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    color: #701b45; }
  section.news-articles .articles .article p {
    margin-top: 15px;
    font-family: "Lora", Georgia, serif;
    color: #252525;
    font-size: 15px;
    line-height: 25px; }

section.newsletters .container {
  display: flex;
  flex-wrap: wrap; }
  section.newsletters .container .article {
    width: 100%;
    margin-top: 40px; }
    @media (min-width: 568px) and (max-width: 1023px) {
      section.newsletters .container .article {
        width: 48%;
        margin-right: 4%; }
        section.newsletters .container .article:nth-of-type(2n) {
          margin-right: 0; }
        section.newsletters .container .article:nth-of-type(-n + 2) {
          margin-top: 0; } }
    @media (min-width: 1024px) {
      section.newsletters .container .article {
        width: 21%;
        margin-right: 5%; }
        section.newsletters .container .article:nth-of-type(4n) {
          margin-right: 0; }
        section.newsletters .container .article:nth-of-type(-n + 4) {
          margin-top: 0; } }
    section.newsletters .container .article img {
      border: 2px solid #252525;
      border-radius: 2px; }
    section.newsletters .container .article h1 {
      margin-top: 20px;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 26px;
      color: #701b45; }
    section.newsletters .container .article p {
      margin-top: 8px;
      font-family: "Lora", Georgia, serif;
      color: #252525;
      font-size: 15px;
      line-height: 25px; }
      section.newsletters .container .article p a {
        color: #701b45; }
        section.newsletters .container .article p a:hover {
          text-decoration: underline; }

section.page-sections {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
  section.page-sections.no-sidebar .page-section .content {
    padding-left: 0; }
  section.page-sections .sidebar {
    width: 100%;
    position: absolute;
    top: -99999px;
    left: -99999px;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 1024px) {
      /* Native sticky sidebar (replaces the removed jquery.sticky .fixed toggle).
         The sidebar's wrapper becomes a full-height, centred overlay so the
         in-flow sticky sidebar has the whole section to travel through, and stops
         at the section's end — clear of the footer. pointer-events let clicks pass
         through the transparent overlay to the content, except on the sidebar. */
      section.page-sections > .container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        pointer-events: none; }
      section.page-sections .sidebar {
        position: sticky;
        top: 0;
        left: auto;
        opacity: 1;
        visibility: visible;
        width: 280px;
        pointer-events: auto; } }
    section.page-sections .sidebar .content {
      background-color: #fff;
      padding: 20px;
      border-radius: 3px;
      border: 3px solid #d4d4d5;
      margin-bottom: 20px;
      margin-top: 40px; }
      section.page-sections .sidebar .content ul {
        margin-top: 0;
        margin-left: 0; }
        section.page-sections .sidebar .content ul li {
          position: relative;
          font-family: "Lora", Georgia, serif;
          font-size: 15px;
          line-height: 25px;
          margin-top: 5px;
          list-style-type: none;
          margin-top: 0; }
          section.page-sections .sidebar .content ul li:first-of-type {
            margin-top: 0; }
          section.page-sections .sidebar .content ul li a {
            display: block;
            padding: 5px 20px 5px 30px;
            color: #701b45; }
            section.page-sections .sidebar .content ul li a:hover {
              text-decoration: underline; }
          section.page-sections .sidebar .content ul li:before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #6d6e70;
            position: absolute;
            top: 15px;
            left: 0;
            -webkit-transform: rotate(45deg) translateY(-50%);
            -moz-transform: rotate(45deg) translateY(-50%);
            -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%); }
  section.page-sections .page-section {
    background-color: #efefef; }
    section.page-sections .page-section .content .title.divider:before {
      border-color: #efefef; }
    section.page-sections .page-section:nth-child(2n) {
      background-color: #fff; }
      section.page-sections .page-section:nth-child(2n) .content .title.divider:before {
        border-color: #fff; }
    section.page-sections .page-section:nth-of-type(2) .content {
      padding-top: 0; }
      @media (min-width: 1024px) {
        section.page-sections .page-section:nth-of-type(2) .content {
          padding-top: 40px; } }
    section.page-sections .page-section .content {
      width: 100%;
      margin-top: 0;
      padding: 50px 0; }
      @media (min-width: 1024px) {
        section.page-sections .page-section .content {
          padding: 80px 0 80px 360px; } }
      section.page-sections .page-section .content .title.divider {
        margin-bottom: 40px; }
      section.page-sections .page-section .content h1.title {
        font-family: "Libre Franklin", Arial, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px; }
      /* Old Owl/Lightcase gallery rules removed — galleries now use the
         dependency-free grid + lightbox in assets/gallery.css. The legacy
         flex layout and `.gallery.page a img { display:none }` were defeating
         the new grid at higher specificity. */

.timeline {
  overflow: hidden;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative; }
  @media (min-width: 1024px) {
    .timeline {
      padding-left: 70px; } }
  .timeline:before, .timeline:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 2px;
    border-radius: 50%;
    background-color: #6d6e70;
    border: 2px solid white;
    z-index: 3; }
  .timeline:before {
    top: 0px; }
  .timeline:after {
    bottom: 0px; }
  .timeline .line {
    position: absolute;
    left: 11px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #701b45; }
  .timeline .entries .entry {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-family: "Libre Franklin", Arial, sans-serif; }
    .timeline .entries .entry:last-of-type {
      margin-bottom: 0px; }
    .timeline .entries .entry:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -38px;
      margin-top: -1px;
      width: 38px;
      height: 2px;
      background-color: #701b45; }
      @media (min-width: 1024px) {
        .timeline .entries .entry:before {
          left: -56px;
          width: 56px; } }
    .timeline .entries .entry .date {
      color: #701b45;
      padding: 14px 20px;
      font-weight: bold;
      float: left;
      width: 100%;
      font-size: 18px;
      line-height: 150%; }
      @media (min-width: 768px) {
        .timeline .entries .entry .date {
          width: 25%;
          text-align: right;
          padding: 10px 20px; } }
      @media (min-width: 1024px) {
        .timeline .entries .entry .date {
          width: 20%; } }
    .timeline .entries .entry .title {
      float: left;
      width: 100%;
      padding: 14px 20px;
      margin-bottom: 0 !important;
      color: #000000;
      font-weight: bold;
      font-size: 18px;
      line-height: 150%;
      letter-spacing: 0.4px; }
      @media (min-width: 768px) {
        .timeline .entries .entry .title {
          width: 75%;
          padding: 10px 20px; } }
      @media (min-width: 1024px) {
        .timeline .entries .entry .title {
          width: 80%; } }
    .timeline .entries .entry.important:after {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: -48px;
      margin-top: -9.5px;
      background-color: #6d6e70;
      border: 3px solid #fff;
      -webkit-transform: rotate(45deg) translateZ(1px);
      -moz-transform: rotate(45deg) translateZ(1px);
      -ms-transform: rotate(45deg) translateZ(1px);
      transform: rotate(45deg) translateZ(1px);
      z-index: 3; }
      @media (min-width: 1024px) {
        .timeline .entries .entry.important:after {
          left: -68px; } }
    .timeline .entries .entry.important .date {
      background-color: #efefef;
      border: 1px solid #701b45;
      border-left-width: 3px; }
      @media (min-width: 768px) {
        .timeline .entries .entry.important .date {
          border-right-width: 0px;
          padding: 20px 20px; } }
    .timeline .entries .entry.important .title {
      background-color: #ffffff;
      border: 1px solid #701b45;
      border-top-width: 0px;
      border-left-width: 3px; }
      @media (min-width: 768px) {
        .timeline .entries .entry.important .title {
          border-left-width: 1px;
          border-top-width: 1px;
          padding: 20px 20px; } }

.index-letters {
  overflow: hidden;
  background-color: #701b45 !important; }
  .index-letters .title.divider:before {
    border-color: #701b45 !important;
    background-color: #fff !important; }
  .index-letters .title.divider:after {
    background-color: #fff !important; }
  .index-letters .title .text {
    color: #fff; }
  .index-letters .title .button {
    margin-top: 20px;
    border: 3px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-right: 10px;
    color: #252525;
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    z-index: 1; }
    .index-letters .title .button:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .index-letters .title .button:before {
      content: "";
      width: 100%;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #701b45;
      z-index: -1;
      transition: all 0.2s ease; }
    .index-letters .title .button:hover {
      color: #fff; }
      .index-letters .title .button:hover:before {
        height: 100%; }
  .index-letters .letters {
    overflow: hidden;
    text-align: center;
    margin-top: 30px; }
    .index-letters .letters .letter {
      display: inline-block;
      padding: 12px 0px;
      border: 3px solid #fff;
      margin-top: 20px;
      margin-right: 10px;
      width: 40px;
      line-height: 100%;
      font-size: 1.1rem;
      text-transform: uppercase;
      opacity: 0.1;
      border-radius: 2px;
      pointer-events: none;
      cursor: default;
      text-decoration: none !important;
      font-family: "Libre Franklin", Arial, sans-serif;
      font-weight: bold;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .index-letters .letters .letter:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2; }
      .index-letters .letters .letter:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #701b45;
        z-index: -1;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .index-letters .letters .letter:hover {
        color: #fff;
        text-decoration: none; }
        .index-letters .letters .letter:hover:before {
          height: 100%; }
      .index-letters .letters .letter.visible {
        opacity: 1;
        pointer-events: all;
        cursor: pointer; }
      .index-letters .letters .letter.active {
        color: #fff; }
        .index-letters .letters .letter.active:before {
          height: 100%; }

.events {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap; }
  .events .event {
    width: 100%; }
    @media (min-width: 768px) {
      .events .event {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .events .event {
        margin-top: 50px; }
        .events .event:nth-of-type(1) {
          margin-top: 0; } }
    .events .event .gallery {
      width: 100%;
      max-width: 200px;
      height: auto;
      border: 2px solid #252525;
      border-radius: 2px;
      align-self: flex-start; }
      @media (min-width: 1024px) {
        .events .event .gallery {
          max-width: 270px; } }
      .events .event .gallery img {
        width: 100%;
        height: auto; }
    .events .event .text {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .events .event .text {
          width: calc(100% - 240px);
          margin-top: 0; } }
      @media (min-width: 1024px) {
        .events .event .text {
          width: calc(100% - 320px); } }
      .events .event .text h1 {
        font-family: "Libre Franklin", Arial, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px; }
      .events .event .text p {
        font-family: "Lora", Georgia, serif;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px; }
      .events .event .text .description {
        margin: 30px 0; }

.no-events {
  margin-top: 60px; }
  .no-events p {
    text-align: center;
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px; }

.search-list .results {
  margin-bottom: 30px; }

.search-list .search-result {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 3px solid #d4d4d5; }
  .search-list .search-result .results {
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 26px; }
  .search-list .search-result h1 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px; }
  .search-list .search-result p {
    margin-top: 30px;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 26px; }

/* ===== Social links — header + footer (Font Awesome 5 brand icons) ========= */
/* Header icons live inside .buttons, so they inherit the maroon button box +
   hover-fill; the .wha-social overrides (higher specificity) strip that back to
   a plain icon that aligns with the search icon. */
header main .buttons a.wha-social {
  border: 0;
  padding: 0;
  margin: 0 0 0 .6rem;
  min-width: 0;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  color: #252525;
  font-size: 1.1rem;
  transition: color 0.2s ease; }
  header main .buttons a.wha-social:before { display: none; }
  header main .buttons a.wha-social:hover { color: #701b45; opacity: 1; cursor: pointer; }

/* Footer social links — light footer background, so dark icons with maroon hover. */
.wha-social-links { padding: 10px 0 0; }
  .wha-social-links a.wha-social {
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    color: #252525;
    margin-right: .6rem;
    text-decoration: none;
    transition: color 0.2s ease; }
    .wha-social-links a.wha-social:hover { color: #701b45; }

/* ====== Wide / Full-Bleed Content template (page-templates/page-wide.php) ======
   Title stays in .container (normal width). .wide-content spans full width so the
   map (and any .full-bleed child) goes edge-to-edge, while text blocks are re-
   constrained to readable width. Uses width:100% (not 100vw) so a scrollbar never
   causes horizontal overflow; overflow-x guard is belt-and-suspenders. */
.page-wide { overflow-x: hidden; }
.page-wide .wide-content { width: 100%; margin: 0; }

/* Re-constrain ordinary text/blocks to readable width (the map is a <div>, so it
   is intentionally NOT in this list and stays full width). */
.page-wide .wide-content > p,
.page-wide .wide-content > h1,
.page-wide .wide-content > h2,
.page-wide .wide-content > h3,
.page-wide .wide-content > h4,
.page-wide .wide-content > h5,
.page-wide .wide-content > h6,
.page-wide .wide-content > ul,
.page-wide .wide-content > ol,
.page-wide .wide-content > blockquote,
.page-wide .wide-content > .contained {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* Full-bleed elements: the WP Google Maps container + an opt-in utility class.
   The map's inline width:100% fills the full-width .wide-content edge-to-edge. */
.page-wide .wide-content .wpgmza_map,
.page-wide .wide-content > .full-bleed {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Sensible map height at full width; the plugin sets an inline height (800px),
   this guards against collapse and gives a floor on small screens. */
.page-wide .wpgmza_map { min-height: 480px; }
@media (max-width: 768px) {
  .page-wide .wpgmza_map { min-height: 340px; }
}
