.elementor-2337 .elementor-element.elementor-element-7af33d3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2337 .elementor-element.elementor-element-22d7f6b{padding:0px 0px 0px 0px;}.elementor-2337 .elementor-element.elementor-element-22d7f6b.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-22d7f6b *//* =====================================
   COLOUR PALETTE
===================================== */
:root{
  --obsidian:#031A39;
  --twilight:#0A2647;
  --sapphire:#133B7A;
  --charcoal:#0D1B2A;
  --accent:#77B8FF;
}

/* =====================================
   GLOBAL
===================================== */
body{
  margin:0;
  font-family:'Roboto',Arial,sans-serif;
  background:var(--charcoal);
  color:#fff;
}

/* =====================================
   HERO
===================================== */
.hero-section{
  padding:40px 20px;
  background:var(--obsidian);
}

.hero-border{
  border:3px solid var(--accent);
  border-radius:15px;
  margin:15px;
  padding:20px;
}

.hero-container{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.hero-title{
  font-size:clamp(3rem,7vw,4.5rem);
  font-weight:700;
  color:var(--accent);
  margin:0 0 10px 0;
}

.hero-subtitle{
  font-size:1.3rem;
  font-weight:400;
  color:#CFE3FF;
  margin:0;
}

.hero-about{
  max-width:560px;
  margin-top:14px;
  line-height:1.6;
  font-weight:300;
  color:#fff !important;
}

.hero-tagline{
  font-size:1.2rem;
  font-weight:500;
  margin:0 0 14px 0;
  line-height:1.4;
  color:#fff;
}

.hero-influences{
  font-size:1rem;
  font-weight:300;
  margin:0 0 14px 0;
  color:#CFE3FF;
}

.hero-credentials{
  font-size:0.95rem;
  font-weight:400;
  margin:0;
  color:#8FBDEB;
}

.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}

.btn-main,
.btn-outline{
  padding:10px 18px;
  border-radius:6px;
  font-size:0.95rem;
  cursor:pointer;
  font-weight:500;
  white-space:nowrap;
}

.btn-main{
  background:var(--sapphire);
  color:#fff !important;
  border:none;
}

.btn-main:hover{ background:var(--twilight); }

.btn-outline{
  background:transparent;
  border:2px solid var(--accent);
  color:var(--accent);
  -webkit-tap-highlight-color:transparent;
}

.hero-buttons .btn-outline:hover{
  background:#2E7D5B;
  border-color:#2E7D5B;
  color:#fff;
}

.hero-buttons .btn-outline:active{
  background:#2E7D5B !important;
  border-color:#2E7D5B !important;
  color:#fff !important;
}

.hero-buttons .btn-outline:focus,
.hero-buttons .btn-outline:focus-visible{
  background:transparent !important;
  border-color:var(--accent) !important;
  color:var(--accent) !important;
  outline:none !important;
}

.hero-buttons a.btn-main,
a.btn-outline{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.photo-frame{
  max-width:500px;
  width:100%;
}

.hero-photo{
  width:100%;
  border-radius:12px;
  border:4px solid var(--accent);
  box-shadow:0 0 25px rgba(119,184,255,0.7);
}

@media (min-width:768px){
  .hero-container{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
  }
  .hero-left{ flex:1; }
  .photo-frame{ flex:0 0 480px; }
  .hero-buttons{ flex-wrap:nowrap; }
}

@media (max-width:600px){
  .hero-tagline{ font-size:1.1rem; }
}

/* REMOVE Join My Mailing List button ONLY */
a[href="#mailing-list"]{
  display:none !important;
}

/* =====================================
   VIDEO + QUOTES
===================================== */
.video-quotes-section{
  padding:40px 20px;
  background:var(--obsidian);
  border:2px solid var(--accent);
  border-radius:12px;
  max-width:1200px;
  margin:40px auto;
}

.video-quotes-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}

@media (min-width:768px){
  .video-quotes-grid{
    grid-template-columns:2fr 1fr;
    align-items:start;
  }
}

.media-heading{
  font-size:1.15rem;
  font-weight:500;
  margin:0 0 12px 0;
  color:#8FBDEB;
}

/* Video + form unified unit */
.video-form-unit{
  border:4px solid var(--accent);
  border-radius:14px;
  box-shadow:0 0 22px rgba(119,184,255,0.55);
  overflow:hidden;
  background:rgba(10,38,71,0.55);
}

.video-form-unit .hero-video{
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  display:block;
  width:100%;
  aspect-ratio:16/9;
}

/* Turn existing eh-capture into bottom half */
.video-form-unit .eh-capture{
  margin:0 !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:rgba(10,38,71,0.65) !important;
  padding:14px 16px !important;
  max-width:100% !important;
}

/* Divider line */
.video-form-unit .eh-capture::before{
  content:"";
  display:block;
  height:1px;
  width:100%;
  background:linear-gradient(to right,transparent,rgba(119,184,255,0.35),transparent);
  margin-bottom:12px;
}

/* MailerLite containment inside unit */
.video-form-unit #mlb2-34750362,
.video-form-unit #mlb2-34750362 .ml-form-embedWrapper,
.video-form-unit #mlb2-34750362 .ml-form-embedContainer{
  width:100% !important;
  max-width:100% !important;
}

/* Quotes column */
.quotes-column{
  background:rgba(10,38,71,0.55);
  border-radius:12px;
  padding:16px;
  padding-top:6px;
}

.quotes-column .award-block{
  margin-bottom:38px;
  text-align:center;
}

.quotes-column .award-block img{
  max-width:260px;
  width:100%;
  height:auto;
  border-radius:10px;
  border:2px solid rgba(119,184,255,0.45);
  box-shadow:0 10px 24px rgba(0,0,0,0.35);
}

.quote-item{
  margin-bottom:10px;
  padding-left:14px;
  border-left:3px solid var(--accent);
}

.quote-text{
  margin:0 0 2px 0;
  line-height:1.35;
  font-size:1.15rem;
  color:#F5E6B3;
}

.quote-author{
  margin:0;
  font-size:0.9rem;
  color:#8FBDEB;
  font-weight:500;
}

/* =====================================
   PLAYER TITLE
===================================== */
.player-title{
  font-family:'Roboto',Arial,sans-serif;
  color:#8FBDEB;
  text-align:center;
  margin:28px 0 0 0;
}

/* =====================================
   PLAYER (kept small)
===================================== */
.eh-player{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  background:#0D1B2A;
  padding:14px;
  border-radius:16px;
  max-width:760px;
  margin:28px auto 0 auto;
  color:#E4F0FF;
  border:1px solid rgba(119,184,255,0.25);
  box-shadow:0 10px 22px rgba(0,0,0,0.38);
  align-items:flex-start;
}

.eh-left{ width:190px; text-align:center; }
.eh-right-award{ width:190px; text-align:center; }

.eh-cover{
  width:100%;
  max-width:140px;
  height:auto;
  border-radius:10px;
  box-shadow:0 8px 18px rgba(0,0,0,0.45);
  border:1px solid rgba(119,184,255,0.25);
}

.eh-award-img{
  width:100%;
  max-width:140px;
  height:auto;
  border-radius:6px;
  border:1px solid rgba(119,184,255,0.4);
  margin-bottom:10px;
}

.eh-album-title{
  margin:0 0 10px 0;
  font-size:1.05rem;
  color:#8FBDEB;
  font-weight:700;
}

.eh-award-title{
  margin:0 0 10px 0;
  font-size:0.75rem;
  font-weight:500;
  color:#8FBDEB;
}

.eh-right{
  flex:1;
  min-width:240px;
}

.eh-heading{
  font-size:0.95rem;
  margin:0 0 8px 0;
  color:#8FBDEB;
  border-bottom:1px solid #133B7A;
  padding-bottom:5px;
}

.eh-tracklist{
  list-style:none;
  padding:0;
  margin:0;
}

/* ✅ ONLY CHANGE: thinner tracks */
.eh-track{
  background:#031A39;
  border:1px solid rgba(19,59,122,0.85);
  border-radius:10px;
  padding:3px 10px;     /* was 6px 10px */
  margin-bottom:4px;    /* was 6px */
  transition:0.2s ease;
}

.eh-track.playing{
  border-color:#4F9DE1;
  box-shadow:0 0 8px rgba(79,157,225,0.4);
}

.eh-track-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.eh-track-title{
  font-size:0.82rem;
  font-weight:500;
  color:#E4F0FF;
  line-height:1.2;
}

/* ✅ ONLY CHANGE: round play button more */
.eh-play-btn{
  background:#4F9DE1 !important;
  color:#0D1B2A !important;
  border:2px solid #F5E6B3 !important;
  padding:4px 10px;
  border-radius:999px; /* was 6px */
  font-size:0.72rem;
  font-weight:700;
  cursor:pointer;
  transition:0.15s ease;
  -webkit-tap-highlight-color:transparent;
}

.eh-play-btn:hover{
  background:#8FBDEB !important;
}

.eh-play-btn:active,
.eh-play-btn:focus,
.eh-play-btn:focus-visible{
  border-color:#F5E6B3 !important;
  background:#4F9DE1 !important;
  color:#0D1B2A !important;
  outline:none !important;
  box-shadow:none !important;
}

.eh-progress-wrap{
  width:100%;
  height:3px;
  background:#0A2647;
  border-radius:99px;
  overflow:hidden;
  margin-top:6px;
}

.eh-progress{
  height:100%;
  width:0%;
  background:#F5E6B3 !important;
  transition:width 0.18s linear;
}

.eh-buy-btn{
  display:inline-block;
  margin-top:10px;
  padding:8px 16px;
  font-size:0.75rem;
  font-weight:700;
  text-decoration:none;
  text-align:center;
  background:#133B7A;
  color:#fff !important;
  border:2px solid #F5E6B3;
  border-radius:6px;
  box-shadow:0 6px 14px rgba(0,0,0,0.35);
  transition:background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  -webkit-tap-highlight-color:transparent;
}

.eh-buy-btn:hover{
  background:#2E7D5B;
  box-shadow:0 8px 18px rgba(0,0,0,0.45);
}

.eh-buy-btn:active{
  transform:translateY(1px);
  box-shadow:0 4px 10px rgba(0,0,0,0.35);
}

.eh-buy-btn:focus,
.eh-buy-btn:focus-visible{
  outline:none;
  box-shadow:0 6px 14px rgba(0,0,0,0.35);
}

/* Mobile stack order */
@media (max-width:600px){
  .eh-left{ order:1; width:100%; }
  .eh-right-award{ order:2; width:100%; }
  .eh-right{ order:3; width:100%; min-width:0; }
}

/* =====================================
   BUNDLES (ADDED)
===================================== */
.eh-bundles{
  max-width:760px;
  margin:26px auto 0 auto;
  padding:18px;
  background:rgba(10,38,71,0.55);
  border-radius:14px;
  border:1px solid rgba(119,184,255,0.25);
  box-shadow:0 10px 22px rgba(0,0,0,0.35);
}

.eh-bundles-title{
  margin:0 0 6px 0;
  font-size:1.05rem;
  font-weight:500;
  color:#8FBDEB;
  border-bottom:1px solid rgba(119,184,255,0.35);
  padding-bottom:6px;
}

.eh-bundles-subtitle{
  margin:10px 0 0 0;
  color:#E4F0FF;
  opacity:0.9;
  font-size:0.9rem;
}

.eh-bundles-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:14px;
}

.eh-bundle{
  background:#031A39;
  border:1px solid rgba(19,59,122,0.85);
  border-radius:12px;
  padding:14px;
}

.eh-bundle-name{
  margin:0 0 8px 0;
  font-size:0.95rem;
  font-weight:700;
  color:#fff;
  line-height:1.25;
}

.eh-bundle-desc{
  margin:0 0 12px 0;
  font-size:0.85rem;
  color:#C9E0F7;
  opacity:0.95;
  line-height:1.45;
}

.eh-bundle-btn{
  display:inline-block;
  padding:10px 14px;
  font-size:0.8rem;
  font-weight:800;
  text-decoration:none;
  text-align:center;

  background:#133B7A;
  color:#fff !important;

  border:2px solid #F5E6B3;
  border-radius:10px;

  box-shadow:0 6px 14px rgba(0,0,0,0.35);
  transition:background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  -webkit-tap-highlight-color:transparent;
}

.eh-bundle-btn:hover{
  background:#2E7D5B;
  box-shadow:0 8px 18px rgba(0,0,0,0.45);
}

.eh-bundle-btn:active{
  transform:translateY(1px);
  box-shadow:0 4px 10px rgba(0,0,0,0.35);
}

.eh-bundle-btn:focus,
.eh-bundle-btn:focus-visible{
  outline:none;
}

/* Tablet: 3 across */
@media (min-width:768px){
  .eh-bundles-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .eh-bundle{
    height:100%;
    display:flex;
    flex-direction:column;
  }
  .eh-bundle-btn{
    margin-top:auto;
    width:100%;
  }
}

/* =====================================
   ARTIST BIO
===================================== */
.artist-bio-section{
  padding:60px 20px;
  background:transparent;
}

.artist-bio-inner{
  max-width:820px;
  margin:0 auto;
}

.artist-bio-heading{
  font-size:1.4rem;
  font-weight:600;
  margin-bottom:22px;
  letter-spacing:0.3px;
  color:#F5E6B3 !important;
}

.artist-bio-text{
  font-size:1rem;
  line-height:1.75;
  margin-bottom:18px;
  color:#fff !important;
  opacity:0.9;
}

.artist-bio-text em{
  font-style:normal;
  font-weight:600;
  color:#fff;
}

@media (max-width:767px){
  .artist-bio-heading{ font-size:1.3rem; }
  .artist-bio-text{ font-size:0.95rem; }
}

/* ✅ ADDED: About button styling (matches your site button style) */
.eh-about-btn{
  display:inline-block;
  margin-top:10px;
  padding:10px 16px;

  font-size:0.85rem;
  font-weight:800;
  text-decoration:none;
  text-align:center;

  background:#133B7A;
  color:#fff !important;

  border:2px solid #F5E6B3;
  border-radius:10px;

  box-shadow:0 6px 14px rgba(0,0,0,0.35);
  transition:background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  -webkit-tap-highlight-color:transparent;
}

.eh-about-btn:hover{
  background:#2E7D5B;
  box-shadow:0 8px 18px rgba(0,0,0,0.45);
}

.eh-about-btn:active{
  transform:translateY(1px);
  box-shadow:0 4px 10px rgba(0,0,0,0.35);
}

.eh-about-btn:focus,
.eh-about-btn:focus-visible{
  outline:none;
}

/* =====================================
   MAILERLITE (GOLD BUTTON FIX)
===================================== */
.eh-capture #mlb2-34750362,
.eh-capture #mlb2-34750362 .ml-form-embedWrapper{
  width:100% !important;
  max-width:100% !important;
}

.eh-capture #mlb2-34750362 .ml-form-embedWrapper{
  display:block !important;
}

.eh-capture #mlb2-34750362 .ml-form-embedContent,
.eh-capture #mlb2-34750362 h4,
.eh-capture #mlb2-34750362 p{
  text-align:center !important;
}

.eh-capture #mlb2-34750362 input[type="email"],
.eh-capture #mlb2-34750362 button{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

.eh-capture #mlb2-34750362 .ml-form-embedBody{
  padding:24px !important;
}

.eh-capture #mlb2-34750362 .ml-form-successContent{
  text-align:center !important;
}

#mlb2-34750362 .ml-form-embedWrapper{
  background:#0A2647 !important;
  border:1px solid rgba(119,184,255,0.25) !important;
  border-radius:14px !important;
}

#mlb2-34750362 .ml-form-embedContent h4,
#mlb2-34750362 .ml-form-successContent h4{
  color:#8FBDEB !important;
}

#mlb2-34750362 .ml-form-embedContent p,
#mlb2-34750362 .ml-form-successContent p{
  color:#F5E6B3 !important;
}

#mlb2-34750362 input[type="email"]{
  border-radius:10px !important;
  border:1px solid rgba(119,184,255,0.35) !important;
}

.eh-capture #mlb2-34750362 input[type="email"]::placeholder{
  color:#000 !important;
}

/* GOLD button */
#mlb2-34750362 .ml-form-embedSubmit button{
  background:#F5E6B3 !important;
  color:#0A2647 !important;
  border:2px solid #F5E6B3 !important;
  border-radius:10px !important;
  font-weight:700;
  transition:background-color 0.2s ease;
  -webkit-tap-highlight-color:transparent;
}

#mlb2-34750362 .ml-form-embedSubmit button:hover{
  background:#E8D9A2 !important;
  color:#0A2647 !important;
}

#mlb2-34750362 .ml-form-embedSubmit button:active,
#mlb2-34750362 .ml-form-embedSubmit button:focus,
#mlb2-34750362 .ml-form-embedSubmit button:focus-visible{
  background:#F5E6B3 !important;
  color:#0A2647 !important;
  outline:none !important;
  box-shadow:none !important;
}
/* === PLAYER TRACK THIN OVERRIDE === */
.eh-player .eh-track{
  padding: 1px 10px !important;
}
/* FORCE rounded play buttons on live site */
.eh-player button.eh-play-btn,
.eh-player .eh-play-btn{
  border-radius: 999px !important;
  overflow: hidden !important;
}
/* Make “Best-value ways to grab the music.” gold */
.eh-bundles-subtitle{
  color:#F5E6B3 !important;
}
/* Make “Best-value ways to grab the music.” gold + bold */
.eh-bundles-subtitle{
  color:#F5E6B3 !important;
  font-weight:700 !important;
}
/* Bundle titles color */
.eh-bundle-name{
  color:#4F9DE1 !important;
}/* End custom CSS */