/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 17:31:42 */
/* =================================== */
/* 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;
  }
}
/* =========================================== */
/* =========================================== */
#primary-menu, .mobile-navigation ul {
  text-transform: uppercase;
}
li.current-menu-item {
  border-bottom: 2px solid #e15454;
}
li.current-menu-item a {
  color: #e15454 !important;
}
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;
}
.signman-team-area h1, .signman-team-area h2, .signman-team-area h3, .signman-team-area h4, .signman-team-area h5, .signman-team-area h6, .signman-team-area p {
  color: white !important;
}
#html5-watermark {
  display: none !important;
}
.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button {
  background: none;
  color: white !important;
  font-size: 30px;
}
@media (max-width: 600px) {
  .vc_tta-panel-body h1, .vc_tta-panel-body h2, .vc_tta-panel-body h3, .vc_tta-panel-body h4, .vc_tta-panel-body h5, .vc_tta-panel-body h6 {
    margin-top: 20px !important;
  }
}
