/* Mistral Works shared footer */

body.home #primary,
body.page #primary,
body.single #primary,
body.home .content-area,
body.page .content-area,
body.single .content-area {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home .entry-content-wrap,
body.page .entry-content-wrap,
body.single .entry-content-wrap,
body.home .content-container,
body.page .content-container,
body.single .content-container {
  padding-bottom: 0 !important;
}

body.home .entry-content > p:last-child:empty,
body.page .entry-content > p:last-child:empty,
body.single .entry-content > p:last-child:empty {
  display: none !important;
  margin: 0 !important;
}

#colophon.site-footer {
  border-top: 1px solid #edf0f2;
  color: #66707b;
  background: #fff;
}

#colophon .site-middle-footer-wrap .site-footer-row-container-inner {
  padding: 0 !important;
}

#colophon .site-middle-footer-inner-wrap {
  min-height: 76px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: center !important;
  padding: 0 !important;
}

#colophon .site-footer-middle-section-1,
#colophon .site-footer-middle-section-2,
#colophon .site-footer-middle-section-3 {
  grid-column: 1;
  min-width: 0;
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
}

#colophon .footer-navigation-wrap,
#colophon .footer-navigation-inner,
#colophon .footer-navigation,
#colophon .footer-menu-container {
  display: block;
  width: 100%;
  max-width: none;
}

#colophon .footer-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

#colophon .footer-navigation .menu > li {
  margin: 0 !important;
}

#colophon .footer-navigation .menu > li > a {
  padding: 7px 0 !important;
  color: #66707b;
  font-size: 12px;
  line-height: 1.4;
  transition: color .2s ease;
}

#colophon .footer-navigation .menu > li > a:hover,
#colophon .footer-navigation .current-menu-item > a {
  color: #0065b2;
}

#colophon .site-bottom-footer-wrap .site-footer-row-container-inner {
  padding: 0 !important;
}

#colophon .site-bottom-footer-inner-wrap {
  min-height: 52px !important;
  align-items: center !important;
  padding: 0 !important;
}

#colophon .footer-html-inner p {
  margin: 0;
  color: #66707b;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  #colophon .site-middle-footer-wrap .site-footer-row-container-inner {
    padding: 0 !important;
  }

  #colophon .site-middle-footer-inner-wrap { min-height: 94px !important; }

  #colophon .footer-navigation .menu {
    gap: 0 18px;
  }

  #colophon .footer-navigation .menu > li > a {
    padding: 6px 0 !important;
    font-size: 11px;
  }

  #colophon .site-bottom-footer-wrap .site-footer-row-container-inner {
    padding: 0 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #colophon .footer-navigation .menu > li > a { transition: none; }
}
