/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 19:38:41 */
/* =================================== */
/* Media Query Breakpoints */
/* =================================== */
/* @include bp(baby-bear) { .element { property: value !important; } } */
/* Reverse order of content layout on mobile devices */
.reverse-column-order-mobile.vc_row {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reverse-column-order-mobile.vc_row {
    flex-direction: column-reverse;
  }
}
footer {
  background-color: #565656 !important;
}
footer p {
  color: white !important;
}
.content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.entry-content-wrap {
  padding-top: 0;
}
