/* ================================================================
   NIINE CSS SECTION
   18-final-mobile-fixes.css
   Final mobile fixes
   Extracted in original top-to-bottom order.
   ================================================================ */

/* ================================================================
   CSS STEP 4
   Original <style> block #4
   Kept in original top-to-bottom order
   ================================================================ */

@media only screen and (max-width: 700px){ 
#footer .row{margin-right: 0;margin-left: 0;}
#breadcrumb .row{margin-right: 0;margin-left: 0;}
}

/* ================================================================
   PREVENTA VIDEO LIGHTBOX FIX
   - Ensures the lightbox close button is always visible/clickable.
   - Keeps the YouTube iframe above the overlay and responsive.
   ================================================================ */
#lg-container-1 .lg-toolbar,
.lg-toolbar { z-index: 1090 !important; }
.lg-actions,
.lg-close { z-index: 1095 !important; }
.lg-close {
  display: block !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
  color: #fff !important;
  background: rgba(0,0,0,.65) !important;
  border: 2px solid rgba(255,255,255,.9) !important;
  border-radius: 50% !important;
  text-align: center !important;
  font-size: 0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.35) !important;
}
.lg-close:before {
  content: "×" !important;
  display: block !important;
  font-family: Arial, sans-serif !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 39px !important;
  color: #fff !important;
}
.lg-close:after { display: none !important; }
.lg-outer .lg-video-cont,
.lg-outer .lg-video,
.lg-outer iframe {
  max-width: 100% !important;
}
.lg-outer .lg-video-cont { width: min(900px, 90vw) !important; }
.lg-outer .lg-video-object { width: 100% !important; }
@media (max-width: 600px) {
  .lg-close { top: 6px !important; right: 6px !important; width: 40px !important; height: 40px !important; line-height: 40px !important; }
  .lg-close:before { font-size: 29px !important; line-height: 35px !important; }
}
