
/* LuxIPTV repair: force classic theme header/footer to render */
.lux-force-header.site-header,
.site-header.lux-force-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 74px !important;
  position: relative !important;
}
.lux-force-header.topbar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.site-header.lux-force-header .nav {
  display: flex !important;
}
.site-header.lux-force-header .menu {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.site-footer.lux-force-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width:820px){
  .site-header.lux-force-header .menu { display:none !important; }
}
