/* ============================================================
   OuiAmi shared site footer
   Linked from any page that uses <footer class="site-footer">
   ============================================================ */

footer.site-footer {
  display: block;
  width: 100%;
  margin: 56px 0 0;
  padding: 26px 24px 28px;
  background: #2D6A4F !important;
  color: rgba(255, 255, 255, 0.88) !important;
  text-align: center !important;
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  box-sizing: border-box;
}

footer.site-footer .site-footer-inner {
  max-width: 760px;
  margin: 0 auto;
}

footer.site-footer .site-footer-row {
  display: block;
}

footer.site-footer a {
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

footer.site-footer a:hover {
  text-decoration: underline;
  opacity: 0.85;
}

footer.site-footer .footer-sep {
  margin: 0 12px;
  opacity: 0.5;
}

footer.site-footer .site-footer-copy {
  white-space: nowrap;
}

footer.site-footer .site-footer-tagline {
  margin-top: 10px;
  font-size: 11.5px;
  font-style: italic;
  opacity: 0.72;
  letter-spacing: 0.02em;
}

@media (max-width: 540px) {
  footer.site-footer {
    padding: 22px 18px 24px;
    font-size: 12.5px;
  }
  footer.site-footer .footer-sep {
    margin: 0 8px;
  }
  footer.site-footer .site-footer-copy {
    white-space: normal;
    display: block;
    margin-top: 6px;
  }
  footer.site-footer .site-footer-tagline {
    font-size: 11px;
    margin-top: 8px;
  }
}
