.site-footer {
  border-top: 2px solid var(--wp--preset--color--gold);
  background-color: var(--wp--preset--color--black);
}
@media only screen and (max-width: 1600px) {
  .site-footer .wp-block-navigation .wp-block-navigation-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer #footer .gb-grid-wrapper > .gb-grid-column:not(:last-child) {
    margin-bottom: var(--wp--custom--spacing--medium);
  }
  .site-footer #footer .gb-grid-wrapper .gb-grid-column .footer-form-wrapper > div:first-child {
    margin-bottom: var(--wp--custom--spacing--medium);
  }
}

.block-content-area.footer {
  font-size: var(--wp--preset--font-size--small);
}

.sub-footer {
  border-top: 1px solid var(--wp--preset--color--white-transparent);
  font-size: var(--wp--preset--font-size--tiny);
  text-align: center;
  color: var(--wp--preset--color--off-white);
}
.sub-footer p {
  margin-bottom: 0;
}

.copyright {
  width: auto;
  margin: 0;
}
/*# sourceMappingURL=footer.css.map */