<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slidebottom,
#pagearea {
  background-color: #000;
}

#pagearea * {
  color: #fff;
}
/* Fix slide bottom background */
#slidebottom,
.slidebottom,
.slide-bottom,
#slider-bottom,
.home #slidebottom,
.home .slidebottom {
  background-color: #000;
}
.slider_wrapper {
  background-color: #000;
}
.slidebottom {
  background-color: #000;
}
#slider.nivoslider {
  background-color: #000;
}
div.slidebottom {
  background-color: #000 !important;
}
div.slidebottom {
  background-color: #000 !important;
  background-image: none !important;
}

/* Hide the sidebar on blog posts */
.single-post .sidebar,
.single-post #secondary,
.single-post .widget-area {
  display: none;
}

/* Expand the content to full width */
.single-post .content-area {
  width: 100%;
}


/* Expand content to full width */
.content-area,
.site-content,
#primary,
#main {
  width: 100%;
}


/* Center all content inside the footer */
.site-footer,
footer,
.footer-widgets,
.footer-bottom {
  text-align: center;
}
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .wp-block-media-text__content {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .wp-block-media-text__media {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
}
.wp-block-media-text__content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px;
  box-sizing: border-box;
}


.widget {
  background: black !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px !important;
  margin: 0 !important;
  color: white !important;
  font-size: 18px !important;
}

body .content-area,
body .site-content,
body .wrap {
  margin: 0 !important;
  padding: 0 !important;
  color: black;
}</pre></body></html>