.weekly {
  background: #f4f1e8 !important;
  border-color: rgba(255, 255, 255, .85) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-footer {
  margin: 0 -5.5vw -4rem;
  padding: 1.4rem 1.5rem;
  background: #051f18;
  color: rgba(255,255,255,.82);
  text-align: center;
  font: 500 .9rem/1.4 Georgia, serif;
  letter-spacing: .06em;
}

.site-footer span { color: #dc8968; margin-left: .25rem; }

@media (max-width: 760px) {
  .site-footer { margin: 0 -1rem -2rem; }
}
