html, body {
  height: 100%;
  margin: 0;
}


h1, h2, h3, p, label, ul, li,  .form-notice  {
  user-select: none;
}

.private-background {
      height: 100%;
      background-image: linear-gradient(to top, #4286f4, #373B44);
}



main {
  flex: 1; /* Pushes footer down */
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  padding: 0;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style-type: none;
}

h1 {   font-size: 2rem; margin-bottom: 0; }
h2 { font-size: 2.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

/* 📄 Paragraphs and Text */
p {
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* 🔗 Links */
a {
  color: #007bff;
}

a:hover {
  text-decoration: underline;
}


fieldset {
  margin: 1rem;
  border:0;
  padding: 0;
}


/* 📦 Container */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-link {
  color: #dfdfdf;
  text-decoration: underline;
}
.promo-focus {
  color: gold;
}

.owl-nav {
  display: flex;
}


/* 🖱️ Buttons */
button, .ctabutton {
  padding: .75rem 2rem;
  background-color: #0095c8;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 auto;
  text-decoration: none !important;
}

button:hover, .ctabutton:hover {
  background-color: #0095c8;
}

.event-cta > a {
        font-family: sans-serif;
    font-weight: 600;
    background-color: #cf281e;
      padding: .75rem 2rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 auto;
    
}

.event-cta > a:hover {
    background-color: #9a0d05;
}


/* 🧪 Utility Classes */
.text-center {
  text-align: center;
}
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }


.site-section {
  padding: 3rem 1rem;
}

.social-links {
    list-style-type: none;
    display: flex;   
}

.social-links li {
    margin: 0 1rem;
}

.social-links li a {
    margin: 0 1rem;
    width: 1rem;
    height: 1rem;
    text-indent: -100vw;
    display: block;
    overflow: hidden;
}

.section-heading {
font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
}

footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #212121;
    color: #fff;
    font-size: .60rem;
    padding: 1rem;
}

footer a {
    color: inherit;
}

.footer-social .socialmedia.alt {
  margin:0
}

.footer-social .socialmedia.alt li {
  width: 1.5rem;
  height: 1.5rem;
}

a.social-icon.si-facebook { background: url(assets/images/facebook.png);     background-size: contain; filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);}
a.social-icon.si-twitter { background: url(assets/images/twitter.png);    background-size: contain; filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%); }
a.social-icon.si-instagram { background: url(assets/images/instagram.png);    background-size: contain; filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%); }
a.social-icon.si-youtube { background: url(assets/images/youtube.png);    background-size: contain;  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);}



.splitscreenflex {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.splitscreenflex > * {
    flex: 1;
}


@media (max-width: 500px) {
  nav a {
    font-size: 0.9rem;
  }
    nav a {
      font-size: 0.9rem;
    }
 
}



@media (min-width: 1024px) {
    .splitscreenflex {
      gap: 4rem;
    }

    .site-form {
      width: 70%;
    }

}

.required-notice::before {
  content: "*";
  color: red;
  margin-right: 0.25rem; /* optional spacing */
}



#EventList_Edit.datafeed {
    flex-flow: column;
    justify-content: normal;
    display: flex;
}



#EventList_Edit h2, .ui-form h2 {
  margin: 0;
}
#EventList_Edit h2 {
  color: #fff;
}




form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feedback {
  padding: 0.75em;
  margin: 1em 0;
  border-radius: 4px;
  font-weight: bold;
}
.feedback.success {
  background-color: #d4f4dd;
  color: #207544;
}
.feedback.error {
  background-color: #fbd6d6;
  color: #9c2a2a;
}

.live-shows-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.live-shows-list li {
  padding: 1rem;

  border-right: 0;
  border-left: 0;
  border-top: 2px dotted #00000047;
  display: flex;
  background-color: transparent;
  }

  .live-shows-list li:hover {
    background: linear-gradient(to bottom, #ffffcc54 0%, transparent 50%, #ffffcc54 100%);
    border-color: #ffd70091;
    }



  .live-shows-list li > p {
    font-size: .8rem;
    margin: 0;
    
    }

.ctalink {
  font-size: .85rem;
  width: auto;
  flex: unset;
  background: #e52d27;
  background: -webkit-linear-gradient(to bottom, #b31217, #e52d27);
  background: linear-gradient(to bottom, #b31217, #e52d27);
  box-shadow: 0 .062rem .25rem #0000007a;
  }

  .ctalink:hover {
    background: #d42721;
    background: -webkit-linear-gradient(to bottom, #790b0e, #d42721);
  background: linear-gradient(to bottom, #790b0e, #d42721);
}

.event-details {
  display: flex;
  flex: 1;
}

.event-details > div:first-child > p {
  font-size: .9rem;
  font-weight: 600;
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  white-space: nowrap;
  color: #666;
}

.event-details > div:first-child {
  display: flex;
      flex-flow: column;
      justify-content: center;

}

.event-details > div:last-child {
  display: flex;
  align-items: normal;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-flow: column;
}

.event-details > div:nth-child(1) > p:last-child {
      padding: .5rem 0;
      font-size: .6rem;
}

.event-details > div:nth-child(2) p {
  margin: 0;
  font-family: sans-serif;
      font-size: 1.25rem;
      color: #212121;
}

.event-details > div:nth-child(2) p:last-child {
  font-size: 1rem;
  color:#666;
}

.circlemask {
  color: #cf281e;
  cursor:pointer;
}

.live-events {
  box-shadow: inset 0 0 5rem rgb(60 60 59 / 50%);
}

.event-cta {
  display: flex;
  align-items: center;
}

.button-tix {
  display: inline-block;
  padding: 8px 16px;
  background-color: #005bbb;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
.button-tix:hover {
  background-color: #003d80;
}

input[type="text"], input[type="name"], input[type="password"], input[type="email"],input[type="date"],input[type="url"], input[type="datetime-local"], textarea, select {
  border: none;
  padding: .75rem 1rem;
  border-radius: .25rem;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.formheader-one h1 {
  text-align: center;
  margin: 0;
  color:#ecf2c0;
}

.formheader h2 {
  margin: 0;
  color: #fff;
}

.formheader p {
  margin: 0;
  color: gold;
  line-height: 1;
}

.header-content {
  display: flex;
  flex: 1;
      justify-content: space-between;
      padding: 0 1rem;
}

h1 {
  margin: 0;
  font-family: sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .125rem;
}

h1 a {
  color: inherit;
  text-decoration: none !important;
  white-space: nowrap;
}

.header-content h1 {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  color: #fff;
  text-shadow: .125rem .062rem .125rem #000000;
}

.gradient-text {
  background: linear-gradient(to right, orange, gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* fallback for other browsers */
  font-weight: bold;
  display: inline-block; /* crucial for Chrome */
}

.header-content > nav {
  align-content: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

  nav > ul > li {
  margin: 0 1rem; 
  }

  nav > ul > li:first-child { 
    margin-left: 0; 
  }
  nav > ul > li:last-child { 
    margin-right: 0; 
  }

  .full-page {
    padding: 0 5vw;
  }

  .masthed p {
    margin-top: 0;
  }

  .backend.masthed h1, .backend.masthed p {
    text-align: center;
    color: #919191;
  }

  .formheader-one p {
    font-size: .875rem;
    color: #fff;
    margin: 0;
  }

  .private-header {
    position: relative;
    background-color: #930000;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.25);
  }

  header.private-header + main {
    margin: 4rem 25%;
  }

  header.private-header + main#Dashboard {
    margin: 0;
    background: linear-gradient(to top, #4286f4, #373B44);
  }

  header.private-header + main#Dashboard.site-section:first-of-type {
      padding-top: 1rem;
  }

#Dashboard.private-main h2 {
  font-size: 2rem;
}

  #reportLink {
    color:  #dfdfdf;
  }

.event-list-header {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
  .private-banner a {
    color: #3dff00;
  }

button.sort-button {
  width: auto;
  margin: 0;
  padding: initial;
  background-color:transparent;
  background: transparent;
}

.sort-form {
  flex: 1;
  flex-flow: row;
  justify-content: end;
  width: 100%;
 
}

.messaging {text-align: center; font-size: .875rem; color: #fff; margin-top: .5rem; line-height: 1.4; font-style: italic;}

.messaging a { color: gold; text-decoration: underline; }

  .visually-hidden {
    position: absolute;
    left: -9999px;
  }

  #EventList {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: .35rem;
    width: 100%;
    border-radius: .25rem;
    border: .125rem solid #eceaea;
    font-size: .85rem;
    max-height: 35rem;
    overflow-y: auto;
    order: 2;
  }

  #EventList li{ 
    padding: .25rem 1rem;
    display: flex;
        flex-flow: row;
  }


  #EventList li:nth-child(even) { 
    background-color: #d8e4ff;
  }

  #EventList li:nth-child(odd) { 
    background-color: #fff;
  }

  #EventList p{ 
    display: flex;
        justify-content: space-between;
        gap: 1rem;
  }

  label {
    cursor: pointer;
    color: #fff;
    margin-bottom: .15rem;
    display: block;
    line-height: normal;
  }

.editing-entry {
  border: 3px solid green;
  background-color: #e6ffe6 !important;
  padding: 0.75em;
  border-radius: 6px;
}

.login-hi-lite {
  color: gold;
  font-weight: 500;
}

.top-header p {
  color: #fff;
}
.required-field::after {
  content: '*';
  color: red;
  margin-left: 4px;
}

  .edited-entry {
    border: 2px solid red;
    padding: 0.5em;
    border-radius: 4px;
    background-color: #fff8f8;
  }


  .editing-tag {
    font-weight: bold;
    color: green;
    flex: 1;
    align-content: center;
  }

  .updated-tag {
    font-size: 0.85em;
    color: red;
    font-weight: bold;
    flex: 1;
    align-content: center;
  }

  form.ui-form button[type="submit"] {
    margin: 2rem auto;
    background: #d42721;
  }

  form.ui-form button[type="submit"]:hover {
    margin: 2rem auto;
    background: #b00600;
  }



  @media (max-width: 768px) {
    .splitscreenflex {
        flex-direction: column;
    }
    .footer-social .socialmedia.alt {
      margin:revert;
    }
  }

  @media (min-width: 769px) {
    header.private-banner + main#Dashboard {
      margin: 1rem 0;
  }

    #EventList_Edit.datafeed {
      margin-top: 0rem;
  }

  }
  
@media (min-width: 1024px) {
  header.private-banner + main#Dashboard {
    margin: 1rem;
  }
}

@media (min-width: 1200px) {
  header.private-banner + main#Dashboard {
    margin: 1rem 4rem;
  }
}

#DboardEntry {
  margin-bottom: .9rem;
}

.editlink {
  display: flex;
  gap: .5rem;
}

.editlink a {
  text-align:center;
}

.e-messaging {
  background: #3a010c;
  border: .125rem solid darkred;
  border-radius: .25rem;
  padding: 1rem;
  text-align: center;
  color: red;
}

.e-messaging p:last-child {
  margin-bottom: 0;
}

.e-messaging a{
color: #ffccfa;
text-decoration: underline
}

.nolayoutflex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-flow: column;
  }

  .event-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Ensures left alignment */
    flex: 1;
  }
  
  .venue {
    text-align: left;
  }

  .pagination a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin: 0 .25rem;
  }

  .pagination::before {
    content: "Event Pages | ";
    color: gold;
  }
  
header {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    top: 0;
    Z-INDEX: 1000;
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    background-image: url(../images/fireback.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repat;
    background-color: #212121;
  }

.reverse-link {
  text-decoration:underline;
  color: gold;
}

/* PUBLIC FACING STYLES */

.section-content {
  margin: 0 auto;
  padding: 0 1rem;
}

.site-section.promo-special .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
  .merch-item {
    grid-template-columns: repeat(2, 1fr) !important; /* 3 columns */
  }
}

@media screen and (min-width: 768px) {
  .section-content {
    max-width: 80%;
  }
}

header ul.socialmedia {
  margin: 0;
  transform: scale(.5);
  gap: .5rem;
  justify-content: flex-end;
  transform-origin: right;
  justify-content: center;
  transform-origin: center;
}

@media screen and (min-width: 951px) {
  header ul.socialmedia {
    justify-content: flex-end;
    transform-origin: right;
  }
}

.video-wrapper {
  position: relative;
  width: 71%;
  overflow: hidden;
  padding-top: 40%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .5rem;
}

@media screen and (min-width: 1024px) {
  .section-content {
    max-width: 85%;
  }
}

.site-section:first-of-type {
  padding-top: 6rem;
}

.site-section-background:nth-child(odd) {
  margin: 0;
  background: 
    url('../images/back-1.png') center/cover no-repeat,
    radial-gradient(circle at 20% 30%, #d66c6c 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, #a00d0d 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, #f40000 0%, transparent 60%),
    linear-gradient(135deg, #600909 0%, #780f0f 100%);
  background-blend-mode: overlay, overlay, overlay, overlay, normal;
  background-color: #000;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 1);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-section-background:nth-child(odd) a {
  color: gold;
  text-decoration: underline;
} 

.darklink {
  color: #333 !important;
  text-decoration: underline;
}

.site-section-background:nth-child(even) {
    background-image:url('../images/back-3.jpeg');
    background-blend-mode: overlay, overlay, normal;
    background-size: inherit;
    background-repeat: repeat;
    background-position: center;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .2);
    border-bottom: .125rem solid #00000045;
    border-top: .125rem solid #00000045;
    border-style: solid;
    border-right:0;
    border-left: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-section-background:nth-child(even) h2.section-heading  {
  font-family: "Rubik Dirt", system-ui;
}

.site-section-background:nth-child(odd) h2, .site-section-background:nth-child(odd) p {
  color: #fff;
} 

.site-section-background:nth-child(odd) h2{
  text-shadow: -.125rem -.125rem .5rem #00000063, 0rem .125rem .5rem #0000008c;
}

#Privacy_Policy .site-section-background {
  background-image:url('../images/back-3.jpeg') ;
  background-blend-mode: overlay, overlay, normal;
  background-size: inherit;
  background-repeat: repeat;
  background-position: center;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .2);
  border-bottom: .125rem solid #00000045;
  border-top: .125rem solid #00000045;
  border-style: solid;
  border-right:0;
  border-left: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

#Privacy_Policy  h1 {
  text-shadow: none;
  color: #000 !important;
}

#Privacy_Policy h2, #Privacy_Policy h3, #Privacy_Policy p, #Privacy_Policy a {
  font-size: 1rem;
  text-shadow: none;
  color: #000 !important;
}

.special-promo {
  background: #222;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  display:none;
}

.site-form {
  margin: 2rem auto;
  margin-bottom:0;
  position: relative;
  width: 80%;
}

button[type="submit"] {
  width: 50%;
  margin: 0 auto;
}

.merch-item {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0;
  gap: 1rem;
}

.merch-item li {
  position: relative;
  border-radius: 100%;
  border: .125rem solid silver;
  width: 7.5rem;
  height: 7.5rem;
  box-shadow: 0 .125rem .5rem #00000091;
  overflow: hidden;
  font-size: .85rem;
    color: #333;
    font-weight: 800;
}

.merch-item p {
  text-align: center;
  background: silver;
  padding: .25rem 0;
  position: absolute;
  top: 50%;
  width: 100%;
  box-shadow: .125rem .125rem 1rem #000;
}

.merch-item a {
  color: inherit;
}

.merch-item li:nth-child(1) {
  background: url(../images/Jim-Florentine-A-Simple-Man-CD.jpg);
  background-size: cover;
  background-position: initial;
  background-position-y: 15%;
}

.merch-item li:nth-child(2) {
  background: url(../images/youcantpleaseemall-dvd.jpg);
  background-size: cover;
  background-position: initial;
  background-position-y: 15%;
}

.merch-item li:nth-child(3) {
  background: url(../images/terrrorizing-telemarketers-vol-4.jpg);
  background-size: cover;
  background-position: initial;
  background-position-y: 25%;
}

.merch-item li:nth-child(4) {
  background: url(../images/thatmetalshoetee.jpg);
  background-size: cover;
  background-position: initial;
  background-position-y: 35%;
}
.merch-item li:nth-child(5) {
  background: url(../images/everybody-is-awful-book-jacket.jpg);
  background-size: cover;
  background-position: initial;
  background-position-y: 15%;
}

.merch-item li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.form-notice {
  margin: 0;
  text-align: right;
  font-size: .8rem;
  color: #ffffcc;
  position: absolute;
  right: 0;
  top: -.25rem;
}

.info-text {
  font-size: .75rem;
  margin-top: .5rem;
  text-align: center;
  color:gold;
}

.info-text a:hover {
 text-decoration:underline ;
}


.radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.radio-option {
  display: flex;
  align-items: flex-start; /* aligns input with top of label */
  gap: 0.5rem;
}

.radio-option input[type="radio"] {
  margin-top: 0.2em; /* nudges radio to align with first line of text */
}

.bio-wrap img {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 200px;
  height: auto;
border-radius: .25rem;
box-shadow: 0rem .25rem .5rem #00000078;
}

.special-video {
  width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto 0 auto;
  border-radius: .25rem;
  box-shadow: 0rem .25rem .5rem #00000078;
}

ul.socialmedia {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}

ul.socialmedia li {
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;

}

ul.socialmedia li > a{
  display: block;
  text-indent: -1000px;
  width: 100%;
  height: 100%
}

ul.socialmedia li:nth-child(1) {
  background-image: url(../images/facebook-icon-color.png);
}

ul.socialmedia li:nth-child(2) {
  background-image: url(../images/twitter-x-icon-black.png);
}

ul.socialmedia li:nth-child(3) {
  background-image: url(../images/youtube-icon-color.png);
}
ul.socialmedia li:nth-child(4) {
  background-image: url(../images/instagram-icon-color.png);
}



ul.socialmedia.alt li:nth-child(1) {
  background-image: url(../images/facebook-icon-color.png);
}

ul.socialmedia.alt li:nth-child(2) {
  background-image: url(../images/twitter-x-icon-black.png);
}

ul.socialmedia.alt li:nth-child(3) {
  background-image: url(../images/youtube-icon-color.png);
}
ul.socialmedia.alt li:nth-child(4) {
  background-image: url(../images/instagram-icon-color.png);
}



.mainnav-facebook {
  background-image: url(../images/facebook-icon-color.png);
      background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mainnav-x {
  background-image: url(../images/twitter-x-icon-black.png);
      background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mainnav-youtube {
  background-image: url(../images/youtube-icon-color.png);
      background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mainnav-instagram {
  background-image: url(../images/instagram-icon-color.png);
      background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.mainnav-facebook span, .mainnav-x span, .mainnav-youtube span, .mainnav-instagram span {
    visibility:hidden;
        width: 1.5rem !important;
    display: block;
}

.site-section.connect ul.socialmedia li {width: 1.5rem; height: 1.5rem;}
.site-section.socialmedia ul.socialmedia li {width: 4rem; height: 4rem;}

ul.podcasts {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}

ul.podcasts li {
  width: 8rem;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

ul.podcasts li span {
  display: block;
  text-indent: -1000px;
}

ul.podcasts li:nth-child(1) {
  background-image: url(../images/apple-podcasts-logo-2.png);
}

ul.podcasts li:nth-child(2) {
  background-image: url(../images/Amazon_Music_Logo_Horizontal_RGB_White+Music_Cyan_MASTER.png);
}

ul.podcasts li:nth-child(3) {
  background-image: url(../images/spotify-logo-color.png);

}

ul.podcasts li:nth-child(4) {
  background-image: url(../images/player-fm-logo.png);
}

.podcasts-cta {
  display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.podcasting-back {
  background: url(../images/headphones-reverse.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jim-promo-art {
  background: url(../images/jflorentine-w-branding.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 80%;
}

.merch-back {
  background: url(../images/cd-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0;
}

.connect-back {
  background: url(../images/connect-vector-15.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0;
  overflow: auto;
}

nav > ul.nav li {
  color:#fff;
}

nav > ul.nav li:nth-last-child(-n+5) {
  margin: 0 .25rem;
}

nav > ul.nav li a {
  color: inherit;
  text-shadow: -.062rem .125rem .25rem #000000de;
  white-space: nowrap;
  font-size: .9rem;
  text-decoration: none;
  color: gold;
}

.sm-text {
  font-size: .75rem;
}

.top-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-evenly;
  flex: 1;
}

.top-header h1 {
  color: #fff;
  margin-top: 0;
  margin: 0;
}

.top-header a {
  color: inherit;
  text-decoration: none;
}

.owl-carousel .owl-item img {
  max-width: 8rem;
  margin: .5rem 0;
}

.owl-carousel h3 {
  margin: 0 auto .5rem auto;
  color: #9f0000;
}

.owl-carousel p.review-quote {
  margin: 0;
}
  
.owl-carousel .review-source {

  margin: 0;
  font-size: 1rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 2.5rem;
  height: 2.5rem;
  line-height: 1;
}

.site-section-background:nth-child(odd) .owl-carousel .owl-nav button.owl-next, .site-section-background:nth-child(odd) .owl-carousel .owl-nav button.owl-prev, .site-section-background:nth-child(odd) .owl-carousel button.owl-dot {
  color: gold;
}

.site-section-background:nth-child(even) .owl-carousel .owl-nav button.owl-next, .site-section-background:nth-child(even) .owl-carousel .owl-nav button.owl-prev, .site-section-background:nth-child(even) .owl-carousel button.owl-dot {
  color: #007bff;
}

.owl-carousel .item.review > div {
  display: flex;
      flex-flow: row;
      justify-content: center;
}

.contact-list {
  display: flex; justify-content: space-around; margin-top: 2rem;
}

.yrsa-heading {
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.metal-mania-regular {
  font-family: "Metal Mania", system-ui;
  font-weight: 400;
  font-style: normal;
}

.section-content > p {
  margin-bottom: 2.5rem;
}

.climate-crisis-hdr {
  font-family: "Climate Crisis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "YEAR" 1979;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.single-line {
  white-space: nowrap;       /* Prevent line breaks */
  overflow: hidden;          /* Hide overflowed text */
  text-overflow: ellipsis;   /* Optional: add "..." when clipped */
}

.caprasimo-regular {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}

.monoton-regular {
  font-family: "Monoton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
.site-section.promo-special .section-content { max-width:100%; }
.site-section.promo-special .section-content > div + div{ flex: 0; }/
}

.site-section.promo-special .section-content .hero-flex-1 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  padding: 3rem 0;
  padding-left: 10%;
}

.site-section.promo-special {
  padding-top: 2.5rem;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.site-section.promo-special h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  margin: 1rem 0 0 0;
}

.site-section.promo-special p {
    margin-top: 0;
}

.form-success {
    text-align: center;
    background: #00ff36;
    padding: 1rem;
    border-radius: .25rem;
    color: #333 !important;
    font-family: arial, sans-serif;
    font-weight: 800
}

.form-fail {
    text-align: center;
    background: #000;
    padding: 1rem;
    border-radius: .25rem;
    color: #fff !important;
    font-family: arial, sans-serif;
    font-weight: 800
}

.calendar-link {
   font-size: .8rem; 
}

#Merch .owl-carousel .owl-stage-outer {
  height: 15rem;
}

#Merch .owl-carousel .owl-item img {
  max-width: 12rem;
  width: 12rem;
  margin: .5rem 0;
}

main#registration p {
    text-align:center;
    color: #fff;
}

main#registration a {
    color: gold;
}

#menu-toggle {
    display: none;
}

.menu-button {
    display: none;
}

.section-content-mobile {
  display: none;
}

@media (max-width: 769px) {

  .section-content > p {
    margin-top: 1rem;
  }

  .contact-list {
    flex-flow: column;
    gap: 2rem;
    text-align: center;
  }

  
  .contact-list ul li:first-child {
    font-size: 1.5rem;
    font-weight: 800;
  }




  .connect-back {
    display: flex;
        flex-flow: column;
  }

  button[type="submit"] {
    margin: 1rem 0;
  }


.site-section {
  padding: 2rem 1rem;
}

  .section-content-mobile {
    display: block;
  }

  .site-section.promo-special .section-content {
    display: flex;
  }




  .site-section.promo-special .section-content .hero-flex-1  {
    visibility: hidden;
    padding: 0;
  }

  .site-section.promo-special .section-content-mobile .hero-flex-1  {
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
  }


  .jim-promo-art {
    background-position: center;
  }

  .site-section.promo-special p{
      text-align: center;
  }

  .header-content {
  flex-flow: row;
  }

  .menu-button {
    display: block;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    user-select: none;
  }

  .nav {
    list-style: none;
    margin: 0;
    
    background: #000000d4;
    position: absolute;
    top: 2.8rem;
    left: auto;
    right: 0;
    width: auto;
    flex-flow: column;
    display: none;
    text-align: left;
    align-items: end;
    border-bottom: 1rem solid #cf2e1c;
    overflow: hidden;
  }

  .nav li {
    border-bottom: 1px solid #555;
    padding: 0 0rem 0 2rem;
    width: 100%;
    text-align: right
  }

  .nav li:hover {
    background: #cf341a;
  }


  .nav li a, nav > ul.nav li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
  }

  #menu-toggle {
    display: none;
  }

  #menu-toggle:checked + .menu-button + .nav {
    display: flex;
  }

  .mainnav-facebook, .mainnav-x, .mainnav-youtube, .mainnav-instagram {
    background: transparent;
  }

  .mainnav-facebook span, .mainnav-x span, .mainnav-youtube span, .mainnav-instagram span {
    visibility:visible;
        width: auto !important;
    display: revert;
  }


  ul.podcasts {
    flex-flow: column;
    gap: 2rem;
  }


  .ul.podcasts li a {
    font-size: 1.25rem;
  }

#LiveShows .section-content {
  padding: 0;
} 

#LiveShows h2 {
  margin-bottom: 1rem;
} 

.live-shows-list li {
  padding: 1rem 0;
}

.event-cta > a {
  text-decoration: none;
  padding: .5rem 1rem;
  white-space: nowrap;
}


.event-details {
  flex-flow: column;
}

.event-details > div:first-child {
  order: 2;
  margin-bottom: 1rem;
}

.event-details > div:last-child {
  padding: revert;
}

.site-form {
  margin: 0;
  width: 100%;
}

fieldset {
  margin: .5rem 0;
}

.section-content {
  padding: 0;
}

.live-shows-list li {
  padding: .5rem;
}

.section-heading {
  margin-bottom: 0;
}

button[type="submit"] {
  width: 100%;

}


}

@media (min-width: 769px) and (max-width: 950px) {

  .header-content {
    padding: .5rem 1rem;
  }
  .header-content h1 {
    font-size: 1rem;
  }
  nav > ul > li {
    margin: 0 .5rem;
  }


  .site-section.promo-special .section-content .hero-flex-1 {
    padding-left: 0;
    padding-right: 10%;
  }
}