/* =============================================
   Custom Overrides
   ============================================= */

/* Header: forceer witte achtergrond (ook bij menu-overlay en sticky) */
.theme-main-menu,
.theme-main-menu.menu-overlay,
.theme-main-menu.sticky-menu,
.theme-main-menu.fixed {
  background: #ffffff !important;
}

/* Footer-two: Hide background image on mobile, show on desktop */
.footer-two {
  background-image: none !important;
}

.footer-two .shape_01,
.footer-two .shape_02 {
  display: none;
}

@media (min-width: 992px) {
  .footer-two {
    background: url(../layout/footer2.jpg) no-repeat center bottom !important;
    background-size: cover !important;
  }

  .footer-two .shape_01,
  .footer-two .shape_02 {
    display: block;
  }
}
