html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: "skiaregular";

}

body.admin-bar {
  padding-top: 0 !important;
}

h1,h2,h3,h4,h5{
  font-weight: bolder;
}


@font-face {
  font-family: "skiaregular";

  src: url("../../fonts/skiaregular.otf") format("opentype"), /* Open Type Font */
    url("../../fonts/skiaregular.woff") format("woff"), /* Modern Browsers */
    url("../../fonts/skiaregular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}



span.el-im {
  background-image: url(../../assets/img/el.png);
  display: inline-block;
  width: 53px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
}



span.lea-im{
  background-image: url(../../assets/img/lea.png);
  display: inline-block;
  width: 72px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  
}
span.eye-im{
  
  background-image: url(../../assets/img/eye.png);
  display: inline-block;
  width: 80px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
}
span.em-im{
  
  background-image: url(../../assets/img/em.png);
  display: inline-block;
  width: 70px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
}

/* ===== Landing base ===== */
.el-landing {
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.el-landing .container-narrow {
  max-width: 1100px;
}

.el-landing .hero {
  padding: clamp(32px, 5vw, 70px) 0 26px;
  background: #fff;
}

.el-landing .hero .big-title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #1f4f9a; /* deep blue */
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(38px, 6vw, 70px);
  margin: 18px 0 10px;
  text-align: center;
}

.el-landing .hero .sub {
  text-align: center;
  font-weight: 800;
  color: #111;
  font-size: clamp(16px, 2.2vw, 26px);
  margin: 0;
}

.el-landing .hero .release {
  text-align: center;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #d7b55b; /* gold */
  font-size: clamp(18px, 2.6vw, 34px);
  margin-top: 16px;
}

/* ===== Logo row (EL - Lea - Eye = Em) ===== */
.el-landing .logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.el-landing .logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(48px, 6vw, 78px);
  padding: 0 22px;
  border: 3px solid #d8c27a;
  box-shadow: 0 2px 0 rgba(0,0,0,0.08);
  border-radius: 2px;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4.2vw, 60px);
  line-height: 1;
  color: #fff;
}

.el-landing .chip-el { background: #1f4f9a; }
.el-landing .chip-lea { background: #d64695; }
.el-landing .chip-eye { background: #d7aa2f; }
.el-landing .chip-em { background: #6c4aa6; }

.el-landing .logo-op {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  color: #d8c27a;
  font-size: clamp(22px, 3.2vw, 44px);
  line-height: 1;
  margin-top: -4px;
}

/* ===== Black section ===== */
.el-landing .black-panel {
  background: radial-gradient(ellipse at center, #1a1a1a 0%, #000 70%);
  padding: clamp(26px, 4vw, 60px) 0;
}

.el-landing .panel-inner {
  background: transparent;
  border: 0;
}

.el-landing .tracklist {
  color: #eaeaea;
  font-size: 14px;
  line-height: 1.45;
}

.el-landing .tracklist .kicker {
  opacity: 0.9;
  margin-bottom: 12px;
}

.el-landing .tracklist .tracks {
  white-space: pre-line;
  opacity: 0.95;
}

.el-landing .promo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.el-landing .promo-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

.el-landing .promo-card img {
  width: 100%;
  height: auto;
  display: block;
}

.el-landing .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  background: #fff;
}

.el-landing .btn-cta {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* ===== Footer copyright strip ===== */
.el-landing .copyright {
  text-align: center;
  color: #eaeaea;
  padding-top: 22px;
  font-size: 14px;
  opacity: 0.9;
}

.el-landing .copyright .mini-chip {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 0 10px;
}

.el-landing .copyright .mini-chip span {
  padding: 4px 8px;
  border: 2px solid #d8c27a;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.el-landing .copyright .mini-el { background: #1f4f9a; }
.el-landing .copyright .mini-lea { background: #d64695; }
.el-landing .copyright .mini-eye { background: #d7aa2f; }
.el-landing .copyright .mini-em { background: #6c4aa6; }

/* Optional: make the bootstrap navbar toggler look gold-ish */
.navbar .navbar-toggler {
  border-color: rgba(215,181,91,0.8);
}
.navbar .navbar-toggler-icon {
  filter: sepia(1) saturate(6) hue-rotate(5deg) brightness(1.1);
}

.custom-edit-button {
    display: inline-block;
    background: #fff;
    color: #444;
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 12px;
    border: 1px solid gray;
}

.custom-edit-button:hover {
    background: #dedede;
}


.custom-edit-button-outer{
  position: relative;
}
.custom-edit-button{
  position: fixed;
  z-index: 2000;
  right: 10px;

}


html,
body {
  min-height: 100%;
}

body {
  background: linear-gradient(
    115deg,
    #0b0b0b 0%,
    #0b0b0b 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.page-template-page-home-landing .site-footer,
.page-template-page-home-landing .site-footer.bg-light,
.page-template-page-home-landing .site-footer.bg-dark {
  background: transparent !important;
}


.split-text {
 
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: center;




  /* Shadow for depth */
  

    text-shadow:
    1px 0 0 rgba(0,0,0,.9),
   -1px 0 0 rgba(0,0,0,.9),
    0 1px 0 rgba(0,0,0,.9),
    0 -1px 0 rgba(0,0,0,.9),
    1px 1px 0 rgba(0,0,0,.9),
   -1px -1px 0 rgba(0,0,0,.9),
    1px -1px 0 rgba(0,0,0,.9),
   -1px 1px 0 rgba(0,0,0,.9);

}

.split-text .after-split{
  color: #111; /* black text after 55% */
   text-shadow:
    1px 0 0 rgba(0,0,0,.75),
   -1px 0 0 rgba(0,0,0,.75),
    0 1px 0 rgba(0,0,0,.75),
    0 -1px 0 rgba(0,0,0,.75),
    0 4px 10px rgba(0,0,0,.35);
}

h2.split-text{
  font-weight: bolder;
  font-family: "skiaregular";
  font-size: 42px;
}

h2.split-text-margin{
  margin-bottom: 40px;
}

div.awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block{
  background-color: white !important;
  row-gap: 0 !important;
}

div.awaken-block > h1{
  margin-bottom: 0 !important;
  font-weight: bolder;
}
div.awaken-block > h2{
  margin-bottom: 20px !important;
  font-weight: bolder;
}

div.awaken-block h3
{

    font-size: 18px;
}

h2.ground-breaking{
  margin-top: 44px !important;
}

h1.coming-soon{
  font-size: 60px !important;
}

/* Max-width clamp for ultra-wide screens */
.home-hero-diagonal .hero-inner {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;

}

.not-home .hero-inner{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}



.shop-hero-diagonal .hero-inner{
  background-color: rgba(255, 255, 255, 0.6);
}

.shop-hero-diagonal .hero-inner h1.entry-title{
  padding-top: 30px;
} 

body.not-home .shop-hero-diagonal .hero-inner h1.entry-title{
  padding-top: 0px;
} 


 div.patreon-content h4{
  margin-bottom: 3px;
  margin-top: 10px;
 }

 div.patreon-content .last-patreon-list{
  margin-bottom: 15px;
 }

div.patreon-content p, div.patreon-content ul{
  margin-bottom: 0;
}

body .awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block{
  padding: 40px !important;
  justify-content: revert !important;
}


.gold-panel, body .awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block {
  border-radius: 2px;
  background: #111;
  box-shadow: 0 10px 22px rgba(0,0,0,.35), 0 0 18px rgba(212,175,55,.35);
  position: relative;
}
.gold-panel::before, body .awaken-block::before, div.bandcamp-block::before, div.patreon-content::before, div.merchandise-block::before, div.youtube-block::before { /* use the bevel ring from above */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg,
    rgba(255, 244, 204, .95) 0%,
    rgba(255, 214, 123, .85) 18%,
    rgba(212, 175, 55, .95) 40%,
    rgba(140, 97, 20, .95) 68%,
    rgba(255, 231, 160, .85) 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}


.gold-panel2{
  border-radius: 2px;
  box-shadow: 0 10px 22px rgba(0,0,0,.35), 0 0 18px rgba(212,175,55,.35);
}

.gold-panel2::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg,
    rgba(255, 244, 204, .95) 0%,
    rgba(255, 214, 123, .85) 18%,
    rgba(212, 175, 55, .95) 40%,
    rgba(140, 97, 20, .95) 68%,
    rgba(255, 231, 160, .85) 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
}

div.patreon-content h4.journey{
  white-space: nowrap;
}


div.awaken-block a, 
div.awaken-block a:visited, 
div.awaken-block a:link, 
div.bandcamp-block, 
div.bandcamp-block a:link, 
div.bandcamp-block a:visited, 
div.patreon-content a,
div.patreon-content a:link,
div.patreon-content a:visited,
div.youtube-block a,
div.youtube-block a:link,
div.youtube-block a:visited,
div.merchandise-block a,
div.merchandise-block a:link,
div.merchandise-block a:visited
{
  color: black;
}


div.awaken-block a:hover, 
div.bandcamp-block a:hover, 
div.patreon-content a:hover
{
  color: blue;
}

.el-lea-eye-em-row2{
  margin-top: 30px;
}

.page-template-page-shop-blank .site-footer,
.page-template-page-shop-blank .bootscore-footer {
  background: transparent !important;
}
/* Transparent footer on WooCommerce pages */
.woocommerce-page .site-footer,
.woocommerce-page .bootscore-footer {
  background: transparent !important;
}

#min-header-inner-blank{
  position: relative;
}

.min-header-right-blank{
  position: fixed;
  z-index: 20000;
  right: 20px;
  top: 20px;
}


/* CONNECT section enhancements */
.subscribe-connect {
  margin-top: 2.5rem;
  text-align: center;
}

.subscribe-connect .connect-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  color: #111;
}

.subscribe-connect .connect-title span {
  font-weight: 700;
}

/* Icon row */
.connect-icons {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  max-width: 340px; /* controls wrapping nicely */
  margin: 0 auto;
}

/* Icon buttons */
.connect-icons a {
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 1.4rem;
  background: #fff;
  transition: all 0.25s ease;
}



/* OVERRIDE Bootscore button hover */
.connect-icons a:hover,
.connect-icons a:focus {
  background: #f5f5f5;
  color: #000;
  border-color: #999;
  transform: translateY(-3px) scale(1.05);
  text-decoration: none;
}

/* Prevent theme forcing black */
.connect-icons a.btn,
.connect-icons a.btn:hover {
  background: inherit !important;
  color: inherit !important;
}

/* Brand SVG icons – optically match Bootstrap Icons */
.connect-icons a.brand-icon svg {
  width: 18px;          /* down from 22 */
  height: 18px;
  fill: currentColor;
  opacity: 0.9;         /* reduces visual heaviness */
}
.connect-icons a.bandcamp svg,
.connect-icons a.patreon svg {
  transform: scale(0.9);
}

.connect-icons a.bandcamp {
  color: #168bb0; /* slightly muted Bandcamp blue */
}

.connect-icons a.patreon {
  color: #e03a44; /* slightly muted Patreon red */
}
.connect-icons a.brand-icon {
  font-size: 1.25rem; /* aligns perceived size with bi-* icons */
}

/* Tooltip base */
.connect-icons a {
  position: relative;
}

/* Tooltip bubble - ABOVE */
.connect-icons a::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: #111;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 9999;
}

/* Tooltip arrow - point DOWN to icon */
.connect-icons a::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #111;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

/* Show on hover / focus */
.connect-icons a:hover::after,
.connect-icons a:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.connect-icons a:hover::before,
.connect-icons a:focus::before {
  opacity: 1;
}


/* Disable tooltips on touch devices */
@media (hover: none) {
  .connect-icons a::after,
  .connect-icons a::before {
    display: none;
  }
}


.woocommerce-message .wc-view-cart-btn{
  padding: .45rem .9rem;
  border-width: 2px;
  border-radius: .5rem;
  text-transform: none;
  letter-spacing: .2px;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}

.woocommerce-message .wc-view-cart-btn:hover{
  filter: brightness(0.95);
}

.woocommerce-message{
  display:flex;
  align-items:center;
}
.woocommerce-message .wc-view-cart-btn{
  margin-left:auto !important;
}


body #cmplz-document, body  .editor-styles-wrapper .cmplz-unlinked-mode {
  font-size: inherit !important;
  margin-top: 0;
  max-width: unset !important;
  
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: inherit !important;
  
}


/* Optional: slightly tighter on very large screens */
@media (min-width: 1800px) {
  .home-hero-diagonal .hero-inner {
    max-width: 1800px;
  }
}


/* Force 3 columns on desktop */
@media (min-width: 992px){
  .woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   /* centers the last row (2 items) */
    gap: 1.5rem;               /* spacing between cards */
  }

  /* Ensure consistent card width for 3 across */
  .woocommerce ul.products li.product{
    float: none;               /* WC sometimes floats items */
    width: calc((100% - 3rem) / 3); /* 3 cols with 2 gaps */
    margin: 0 !important;
    max-width: 360px;          /* optional: stops mega-wide cards */
  }
}

/* Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 991.98px){
  .woocommerce ul.products{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 1.25rem;
  }
  .woocommerce ul.products li.product{
    float:none;
    width: calc((100% - 1.25rem) / 2);
    margin: 0 !important;
    max-width: 420px;
  }
}

/* Mobile: 1 column, centered */
@media (max-width: 767.98px){
  .woocommerce ul.products{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 1rem;
  }
  .woocommerce ul.products li.product{
    float:none;
    width: 100%;
    max-width: 420px;
    margin: 0 !important;
  }

  h2.ground-breaking {
    margin-top: 20px !important;
  }
}


/* 1) Hide the empty ordering/count row wrapper Bootscore outputs */
.woocommerce .woocommerce-notices-wrapper + .row.mb-4 {
  display: none !important;
}

/* 2) Center the product grid */
.woocommerce .products.row {
  justify-content: center; /* last row with 2 items will be centered */
}

/* 3) Force 3 columns even on XXL (Bootscore sets col-xxl-3 = 4 cols) */
@media (min-width: 1400px) {
  .woocommerce .products.row > [class*="col-"] {
    flex: 0 0 auto;
    width: 33.333333% !important;     /* 3 across */
    max-width: 33.333333% !important;
  }
}

/* 4) Optional: cap card width so they dont get huge */
.woocommerce .products.row > [class*="col-"] {
  max-width: 420px; /* tweak/remove if you want wider cards */
}


/* Limit width of Shop hero/content */
.woocommerce-page .shop-hero-diagonal .hero-inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* Limit width of Shop hero/content */
.woocommerce-page .shop-hero-diagonal .hero-inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}


.woocommerce ul.products img {
  image-rendering: -webkit-optimize-contrast;
}

.woocommerce ul.products li.product {
  max-width: 420px;
}


/* Base primary button */
.btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #2b2b2b !important; /* dark grey */
  border-color: #2b2b2b !important;
  color: #ffffff !important;
}

/* Hover / focus / active = reverse */
.btn-primary:hover,
.btn-primary:focus,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ffffff !important;
  border-color: #2b2b2b !important;
  color: #2b2b2b !important;
}

/* Optional: smoother transition */
.btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary:hover,
.woocommerce a.button:hover {
  box-shadow: 0 0 0 1px #d4af37 inset;
}


/* Minimal sticky header */
.site-min-header{
  position: sticky;
  top: 0;
  z-index: 1030;
  background: transparent;
}

.site-min-header .min-header-inner{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
}

.min-header-left{ /* spacer */ }

.min-header-center{
  justify-self: center;
  text-align: center;
}

.min-header-brand{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.min-header-brand img{
  max-height: 38px;
  width: auto;
  height: auto;
}

.min-header-right{
  justify-self: end;
}

.min-header-cart{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.min-cart-count{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(0,0,0,.08);
}


body .custom-logo{
  max-height: 60px !important;
  width: auto !important;
}

.min-header-cart .bi{
  font-size: 22px;
  line-height: 1;
  display: inline-block;
}


/* Newspaper style 3-column flowing text */
.newspaper-copy{
  /* paper-ish background */
  background:
    radial-gradient(circle at 20% 10%, rgba(0,0,0,.04), transparent 35%),
    radial-gradient(circle at 80% 30%, rgba(0,0,0,.03), transparent 40%),
    radial-gradient(circle at 35% 80%, rgba(0,0,0,.03), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.85));
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);

  padding: clamp(16px, 3vw, 32px);
  margin: 24px auto;
  max-width: 1200px; /* adjust as needed */


}

/* the actual newspaper columns */
.newspaper-copy{
  column-count: 3;
  column-gap: 2.5rem;
  column-rule: 1px solid rgba(0,0,0,.10);

}



/* nicer text rhythm */
.newspaper-copy p{
  margin: 0 0 1em;
  line-height: 1.65;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  text-align: justify;
}

/* headings should not split awkwardly */
.newspaper-copy h1,
.newspaper-copy h2,
.newspaper-copy h3,
.newspaper-copy h4{
  break-inside: avoid;
  column-span: all;          /* makes headings full-width */
  margin: 0 0 .75rem;
}

/* avoid single orphan lines / broken elements */
.newspaper-copy blockquote,
.newspaper-copy ul,
.newspaper-copy ol{
  break-inside: avoid;
}

/* Responsive: 2 columns on tablets, 1 on mobile */
@media (max-width: 992px){
  .newspaper-copy{ column-count: 2; }
}
@media (max-width: 576px){
  .newspaper-copy{ column-count: 1; }
}


/* Sketch-style footer layout */
.bootscore-footer-columns .footer-title{
  font-weight: 600;
  margin-bottom: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.2rem;
  color: white;
  text-shadow: 1px 0 0 rgba(0,0,0,.9), -1px 0 0 rgba(0,0,0,.9), 0 1px 0 rgba(0,0,0,.9), 0 -1px 0 rgba(0,0,0,.9), 1px 1px 0 rgba(0,0,0,.9), -1px -1px 0 rgba(0,0,0,.9), 1px -1px 0 rgba(0,0,0,.9), -1px 1px 0 rgba(0,0,0,.9);
}

.footer-legal a, .footer-legal a:link, .footer-legal a:visited{
  color: white;
}

.footer-contact a, .footer-contact a:link, .footer-contact a:visited
{
  color: black;
}

.bootscore-footer-columns .footer-links a{
  display: inline-block;
  padding: .15rem 0;
  text-decoration: none;
}

.bootscore-footer-columns .footer-links a:hover{
  text-decoration: underline;
}

/* Social icon squares */
.bootscore-footer-columns .footer-icons{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bootscore-footer-columns .footer-icon{
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: white;
}

.bootscore-footer-columns .footer-icon i{
  font-size: 16px;
  line-height: 1;
}

.bootscore-footer-columns .footer-icon:hover{
  border-color: rgba(0,0,0,.35);
  transform: translateY(-1px);
}


/* Allow tooltip to float */
.bootscore-footer-columns .footer-icons,
.bootscore-footer-columns .footer-social {
  overflow: visible;
}

/* SVG brand icons in footer */
.bootscore-footer-columns .footer-icon svg{
  width: 16px;
  height: 16px;
  fill: currentColor;
  opacity: 0.9;
}

/* Slightly mute brand colours (optional, classy) */
.bootscore-footer-columns .footer-icon.bandcamp { color: #168bb0; }
.bootscore-footer-columns .footer-icon.patreon  { color: #e03a44; }

/* Tooltip (above, so it won’t hide behind wrapped rows) */
.bootscore-footer-columns .footer-icon{
  position: relative;
}

.bootscore-footer-columns .footer-icon::after{
  content: attr(data-tooltip);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #111;
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease;
  z-index: 9999;
}

.bootscore-footer-columns .footer-icon::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #111;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 9999;
}

.bootscore-footer-columns .footer-icon:hover::after,
.bootscore-footer-columns .footer-icon:focus::after{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.bootscore-footer-columns .footer-icon:hover::before,
.bootscore-footer-columns .footer-icon:focus::before{
  opacity: 1;
}

/* Don’t show tooltips on touch devices */
@media (hover: none){
  .bootscore-footer-columns .footer-icon::after,
  .bootscore-footer-columns .footer-icon::before{
    display: none;
  }
}


/* Contact */
.bootscore-footer-columns .footer-contact-lines{
  line-height: 1.6;
}

/* Mobile: stack + center socials */
@media (max-width: 991.98px){
  .bootscore-footer-columns .footer-contact{
    text-align: left !important;
  }
}


body .intro-to-band{
  font-size: 25px !important;
  white-space: nowrap !important;
  margin-bottom: 8px !important;

}

body .intro-to-band-sub{
  font-size: 20px !important;
  margin-bottom: 8px !important;

}

body .underline-para{
  text-decoration: underline !important;
}


@media (max-width: 575.98px) {
}


@media  (max-width: 400px) {
}

@media (min-width: 401px) and (max-width: 767px) {
}

@media (max-width: 767.98px) {

  .home-hero-diagonal.py-5{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .home-hero-diagonal .hero-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.2em;
  }

  .page-template-page-home-landing .home-hero-diagonal .hero-inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .woocommerce-page .shop-hero-diagonal .hero-inner{
    padding-top: 0.2em;
  }
  .shop-hero-diagonal .hero-inner h1.entry-title {
    padding-top: 8px;
  }

  h2.split-text {
    font-weight: bolder;
    font-family: "skiaregular";
    font-size: 20px;
  }
  h2.split-text-margin {
    margin-bottom: 0px;
  }
  body .awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block {
    padding: 17px !important;
  }
  div.patreon-content h4.journey {
    white-space: normal;
  }

  .wcaps{ --wcaps-cols-sm: 1 !important; }
  .wcaps .wcaps-track{
    grid-auto-columns: calc(100% - 14px) !important; /* 1 column */
  }

  .el-landing .promo-grid {
    grid-template-columns: 1fr;
  }


  .min-header-right-blank {
    right: 8px;
    top: 53px;
  }

  .min-header-inner-blank .min-header-right-blank{
    position: fixed;
    right: 8px;
    top: 53px;
    z-index: 1050;
    transition: transform .35s ease, opacity .35s ease;
  }

  .min-header-inner-blank .min-header-right-blank.is-scrolled{
    transform: translateY(-50px);
  }

  .min-header-inner-blank .min-header-cart{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      0 4px 12px rgba(0,0,0,.15),
      0 0 0 8px rgba(255,255,255,.35);
    position: relative;
  }

  .min-header-inner-blank .min-header-cart .bi{
    display: block;
    line-height: 1;
    position: relative;
    top: 1px; /* tweak if you want */
  }

  .min-header-inner-blank .min-cart-count{
    display: none;
  }

  .page-template-page-shop-blank{
  }

}

@media screen and (min-width: 768px){
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .el-landing .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block {
    padding: 12px !important;
  }
  div.awaken-block > h1 {
    font-size: 24px;
  }
  div.awaken-block h2 {
    font-size: 24px;
  }
  div.awaken-block > h2 {
    margin-bottom: 4px !important;
    font-weight: bolder;
  } 
  h3, .h3 { 
    font-size: calc(1.3rem + 0.0vw);
  }
  h4, .h4 {
    font-size: calc(1.275rem + 0.0vw);
  }
  h2, .h2 {
    font-size: calc(1.325rem + 0.0vw);
  }
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body .awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block {
    padding: 12px !important;
  }
  div.awaken-block > h1 {
    font-size: 24px;
  }
  div.awaken-block h2 {
    font-size: 24px;
  }
  div.awaken-block > h2 {
    margin-bottom: 4px !important;
    font-weight: bolder;
  } 
  h3, .h3 { 
    font-size: calc(1.3rem + 0.0vw);
  }
  h4, .h4 {
    font-size: calc(1.275rem + 0.0vw);
  }
  h2, .h2 {
    font-size: calc(1.325rem + 0.0vw);
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1399.98px){
  body .awaken-block, div.bandcamp-block, div.patreon-content, div.merchandise-block, div.youtube-block {
    padding: 17px !important;
    justify-content: revert !important;
  }

  .patreon-content ul.wp-block-list{
    line-height: 18px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px){
}

@media (min-width: 1400px) {
}

@media (min-width: 1400px) and (max-width: 1699px){
}

@media (min-width: 1500px){
}

@media (min-width: 1700px){
  .patreon-content ul.wp-block-list{
    line-height: 18px;
  }
}