/* Fixes some pages having black backgrounds on smaller screen sizes */
@media (max-width: 768px) {
    body {
      background-color: #ffffff !important;
    }

    .accordion-content>.container .article-content, .single-event .content-section.type-event {
      background-color: #ffffff !important;
      color: #000000 !important;
    }

    #main .entry-meta {
      margin: 40px 0 !important;
      background-color: #ffffff !important;
    }
}

@media (max-width: 992px) {
  .article-content {
    padding: 2rem;
  }
}
