.elementor-4633 .elementor-element.elementor-element-6c6e990{overflow:hidden;}.elementor-4633 .elementor-element.elementor-element-feaca4d > .elementor-background-overlay{background-color:#000000FA;opacity:0.5;}.elementor-4633 .elementor-element.elementor-element-123c1f3 > .elementor-element-populated >  .elementor-background-overlay{background-color:#00000000;opacity:0.5;}.elementor-4633 .elementor-element.elementor-element-123c1f3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4633 .elementor-element.elementor-element-123c1f3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4633 .elementor-element.elementor-element-d4f02f0 > .elementor-widget-container{background-color:#000000A3;margin:-20px 0px 0px 0px;}.elementor-4633 .elementor-element.elementor-element-5c14507 > .elementor-widget-container{margin:-20px 0px 0px 0px;}body.elementor-page-4633:not(.elementor-motion-effects-element-type-background), body.elementor-page-4633 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://letsrockfestival.co.uk/wp-content/uploads/2023/10/bgnd5.fw_-min.png");background-repeat:no-repeat;background-size:cover;}@media(min-width:1025px){body.elementor-page-4633:not(.elementor-motion-effects-element-type-background), body.elementor-page-4633 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-e0edd33 *//* --- TOP HEADER WRAPPER --- */
.lr-header {
  width: 100%;
  background: #0a0a0a;
  padding: 20px 40px;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(255,0,150,0.3);
  box-shadow: 0 0 40px rgba(255,0,150,0.25);
}

/* Inner layout */
.lr-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* --- LOGO --- */
.lr-header-logo img {
  width: 240px;
  max-width: 100%;
  display: block;
}

.lr-retro-sub {
  margin-top: 4px;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-align: center;
  text-shadow:
    0 0 10px rgba(255,255,255,0.7),
    0 0 20px rgba(255,0,150,0.4);
}


/* --- RIGHT SIDE INFO --- */
.lr-header-info {
  text-align: right;
  color: #fff;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 12px rgba(255,255,255,0.6);
}

.lr-header-date {
  font-size: 1.8rem;
  font-weight: 700;
}

.lr-header-location {
  font-size: 1.2rem;
  line-height: 1.4;
}


/* --- MOBILE --- */
@media (max-width: 800px) {
  .lr-header-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .lr-header-info {
    text-align: center;
  }

  .lr-header-date {
    font-size: 1.4rem;
  }

  .lr-header-location {
    font-size: 1rem;
  }
}/* End custom CSS */