/*
Theme Name: Dan Goatham 2026
Template: kadence
Author: Gemma LP Design
Author URI: https://gemmalpdesign.co.uk/
Description: Child theme for WordPress based on Kadence.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
Breakpoints
--------------------------------------------------
Mobile <768px
Tablet 768px - 1024px
Desktop >1024px
WooCommerce Mobile/Small Tablet <719px

Contents
--------------------------------------------------
1. General Styling
2. Utilities & Animations
3. Sitewide
4. Pages
5. Tour Dates
6. Archive Tour Dates
7. Single Tour Date
8. Forms / Misc Blocks
9. Media Queries
*/

/* ==========================================================
   1. GENERAL STYLING
========================================================== */

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/barlow-semi-condensed-v16-latin-200.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 200;
  src: url('fonts/barlow-semi-condensed-v16-latin-200italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-semi-condensed-v16-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 125%;
  src:
    url('fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2-variations'),
    url('fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2');
}

html,
body {
  overflow-x: hidden;
}

body,
body p,
.entry-content p {
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4 {
  font-size: 2rem;
  font-weight: 700;
}

h5,
h6 {
  font-size: 1.8rem;
  font-weight: 600;
}

#inner-wrap {
  padding: 0;
  margin-top: 56px;
}

/* ==========================================================
   2. UTILITIES & ANIMATIONS
========================================================== */

.dan-hero {
  opacity: 0;
  animation: danFadeIn 1.5s ease forwards;
}

.dan-hero-logo-text {
  opacity: 0;
  transform: translateX(80px);
  animation: danLogoSlideIn 1.7s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 0.4s;
}

.to-music {
  display: inline-block;
  font-size: 2rem;
  transition: transform 0.25s ease;
}

@keyframes danFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes danLogoSlideIn {
  to {
    opacity: 0.6;
    transform: translateX(0);
  }
}

@keyframes musicGlowMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}

@keyframes gradientFlash {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 150% center;
  }
}

/* ==========================================================
   3. SITEWIDE
========================================================== */

/* ---------- Header ---------- */

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: transparent !important;
}

#masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #8B0C0E;
  opacity: 0.8;
  pointer-events: none;
}

#masthead > * {
  position: relative;
  z-index: 1;
}

.main-navigation a {
  font-size: 1.3rem;
}

/* ---------- Mobile Navigation ---------- */

.mobile-html-inner h1 {
  font-size: 1.2rem;
}

.mobile-navigation a {
  padding: 0.4rem 0;
  font-family: 'Barlow Semi Condensed';
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.mobile-navigation ul li a {
  padding: 0.2rem 0;
}

.mobile-navigation ul ul {
  padding-left: 0;
}

.popup-drawer.active .drawer-inner {
  opacity: 0.9;
}

.popup-drawer .drawer-content {
  padding: 0;
}

.popup-drawer .drawer-inner {
  height: auto;
  max-height: 80vh;
  bottom: auto;
  overflow: hidden;
}

.drawer-nav-drop-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.drawer-nav-drop-wrap > a {
  width: auto !important;
  flex: 0 0 auto;
}

.drawer-nav-drop-wrap .drawer-sub-toggle {
  position: static !important;
  flex: 0 0 auto;
}

/* ---------- Footer ---------- */

.site-top-footer-inner-wrap {
  padding: 20px;
}

.site-middle-footer-inner-wrap {
  padding-top: 0;
  padding-bottom: 10px;
}

.footer-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 20px;

  font-family: 'Barlow Semi Condensed';
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.footer-navigation a::before,
.footer-navigation a::after {
  display: flex;
  align-items: center;

  position: relative;
  top: -5px;

  color: #FCFCFC;
  font-size: 3rem;
  line-height: 1;
  opacity: 0;

  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.footer-navigation a::before {
  content: "›";
  transform: translateX(20px);
}

.footer-navigation a::after {
  content: "‹";
  transform: translateX(-20px);
}

.footer-navigation.in-view a::before,
.footer-navigation.in-view a::after {
  opacity: 0.8;
  transform: translateX(0);
}

/* ---------- Social Icons ---------- */

.footer-social-inner-wrap .social-button,
.header-social-wrap .social-button {
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.footer-social-inner-wrap .social-button:hover,
.header-social-wrap .social-button:hover {
  background-color: #360B09;
  transform: translateY(-3px);
}

/* ==========================================================
   4. PAGES
========================================================== */

/* ---------- Bio ---------- */

.bio {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1s cubic-bezier(.2,.8,.2,1),
    transform 1s cubic-bezier(.2,.8,.2,1);
}

h2.wp-block-heading.\.bio-title.bio-text-reveal.in-view {
  font-size: 3rem;
}

.bio.in-view {
  opacity: 1;
  transform: translateY(0);
}

.bio-text-reveal {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(10px);

  transition:
   opacity 1.2s ease,
   transform 1.2s ease,
   filter 1.2s ease;
}

.bio-text-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.bio-h2 {
  font-size: 5rem !important;
}

.bio-image-1-mobile {
  display: none;
}

 /* ---------- Music Page ----------- */

 .music-heading {
  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 1s ease,
    transform 1s ease;
}

.music-heading.in-view {
  opacity: 1;
  transform: translateY(0);
}

  .music-h2 {
    font-size: 5rem !important;
  }


/* ---------- Homepage Music ---------- */

.home-page-music-section {
  position: relative;
  z-index: 1;

  overflow: hidden;
  border-radius: 18px;

  opacity: 0;
  transform: translateX(80px);

  transition:
    opacity 1.2s cubic-bezier(.16,1,.3,1),
    transform 1.2s cubic-bezier(.16,1,.3,1);
}

.home-page-music-section.in-view {
  opacity: 1;
  transform: translateX(0);
}

.home-page-music-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;

  padding: 2px;
  border-radius: inherit;

  background: linear-gradient(
    120deg,
    #fcfcfc,
    #ffffff55,
    #d3cacb,
    #c4aaab
  );

  background-size: 300% 300%;
  animation: musicGlowMove 8s linear infinite;

  pointer-events: none;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.music-title {
  margin-bottom: 20px;
}

h5.music-card-heading {
  margin-bottom: 5px;
  font-weight: 600;
}

/* ---------- Headings ---------- */

h3.music-heading,
h3.tour-heading,
h3.blog-heading {
  font-size: 2.2rem;
}

h3.merch-heading {
  font-size: 4rem;
  opacity: 0.9;
}

h3.tour-heading {
  display: inline-block;

  transition:
    transform 0.8s ease,
    color 0.6s ease;
}

h3.tour-heading.in-view {
  transform: scale(1.1);
  transform-origin: left center;

  background-image: linear-gradient(
    90deg,
    #FCFCFC 0%,
    #D3CACB 35%,
    #FCFCFC 50%,
    #C4AAAB 65%,
    #FCFCFC 100%
  );

  background-size: 250% auto;
  background-position: 0% center;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;

  animation: gradientFlash 3s linear forwards;
}

/* ==========================================================
   5. TOUR DATES
========================================================== */

.tour-date-card.mobile-tour-card {
  display: none;
}

.tour-date-card {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  align-items: center;

  padding: 20px 0;

  border-top: 2px solid #FCFCFC;

  cursor: default;

  transition:
    background-color 0.3s ease,
    transform 0.25s ease;
}

.tour-date-card:last-child {
  border-bottom: 1px solid #FCFCFC;
}

.tour-date-card:hover {
  background-color: rgba(54, 11, 9, 0.5);
  color: #FCFCFC;
  transform: translateY(-2px);
}

.tour-date-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* ---------- Main Box ---------- */

.tour-main-box {
  display: grid;
  grid-template-columns: 0.9fr 2fr;
  gap: 20px;
}

/* ---------- Date Box ---------- */

.tour-date-box {
  padding-right: 25px;

  text-align: center;
  color: #fff;

  border-right: 1px dotted rgba(255,255,255,0.6);
}

.tour-day {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

.tour-month-year {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}

.tour-time {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* ---------- Content ---------- */

.tour-content {
  min-width: 0;
}

.tour-title {
  max-width: none;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;

  text-transform: uppercase;
}

.tour-meta {
  margin: 0;

  color: #D3CACB;
  font-size: 20px;
}

p.tour-meta {
  margin-bottom: 10px;
}

.tour-about {
  color: #FCFCFC;
  text-decoration: none;
  cursor: default;

  transition: color 0.3s ease;
}

.tour-about:hover {
  color: #C4AAAB;
}

/* ---------- Side ---------- */

.tour-side {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;
  margin-right: 10px;
}

.tour-image {
  width: 100%;
  height: 140px;

  overflow: hidden;
  display: block;

  border-radius: 4px;
}

.tour-image img {
  width: 100%;
  height: 160px;

  object-fit: cover;
  object-position: top;

  display: block;

  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.tour-date-card:hover .tour-image img {
  transform: scale(1.02);
  filter: brightness(1.05);
}

.tour-ticket-wrap {
  width: 100%;
  text-align: center;
}

/* ---------- Buttons ---------- */

.button-main,
.tour-ticket-button {
  display: inline-block;
  width: 100%;
  text-align: center;

  padding: 12px 28px;

  color: #FCFCFC;
  background: #610C0E;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;

  font-weight: 700;
  border-radius: 4px;

  transition:
    background-color 0.3s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.button-main {
  background: #8B0C0E;
}

.button-main:hover {
  color: #C4AAAB;
}

.tour-ticket-button:hover,
.button-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(139, 12, 14, 0.35);
}

/* ==========================================================
   BLOG POSTS
========================================================== */

.blog-posts-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-posts-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}

.blog-card {
  position: relative;
  cursor: pointer;
}

.blog-card-image {
  height: 260px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.blog-card-panel {
  position: relative;
  z-index: 2;

  width: 86%;
  margin: -35px auto 0;
  padding: 18px 20px 22px;

  background: rgba(9, 9, 8, 0.88);
  color: #FCFCFC;

  text-align: center;
  border-radius: 4px;
}

h3.blog-card-title {
  margin: 0 0 6px;
  text-transform: uppercase;
}

p.blog-card-date {
  margin: 0 0 14px;
  color: #C4AAAB;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-card-content {
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.blog-button-mobile {
  display: none;
}

.blog-card-button {
  display: inline-block;
  padding: .4em 1em;

  background: #FCFCFC;
  color: #090908;

  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.blog-card.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .blog-card.no-image .blog-card-content {
   justify-content: center;
  }


/* ==========================================================
   SINGLE BLOG PAGE
========================================================== */

.single-blog-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 80px;
  background-color: #090908;
}

.single-blog-card {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 50px;
  align-items: start;
}

.single-blog-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

.single-blog-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

p.single-blog-date {
  margin-bottom: 24px;
  color: #C4AAAB;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.single-blog-text {
  color: #FCFCFC;
  font-size: 1.15rem;
  line-height: 1.7;
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {

  .blog-posts-home,
  .blog-posts-archive {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-card-image {
    height: 220px;
  }

  .blog-card-panel {
    width: 86%;
    margin-top: -28px;
  }

  .single-blog-page {
    padding: 40px 10px 20px;
  }

  .single-blog-card {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .single-blog-image img {
    height: 220px;
  }

  .single-blog-title {
    font-size: 1.6rem;
  }

  .single-blog-date {
    font-size: 1rem;
  }

  .single-blog-text {
    font-size: 1rem;
  }
}

/* ==========================================================
   6. ARCHIVE TOUR DATES
========================================================== */

.archive-tour-page {
  margin: 0 auto;
  padding: 0;

  background-color: #090908;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.archive-tour-dates-header {
  margin-bottom: 40px;
}

.archive-tour-dates {
  display: flex;
  flex-direction: column;

  gap: 0;
}

.archive-tour-card {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 50px;
  align-items: start;

  padding: 20px 20px 40px;

  background-color: #090908;

  transition:
   transform 0.35s ease-in-out;
}

.archive-tour-card:hover {

  transform: translateX(6px);
	
}

.archive-tour-card:hover .archive-tour-image img {

  transform: scale(1.01);

  filter: brightness(1.05);
}

.archive-tour-card:not(:last-child) {
  border-bottom: 2px solid #FCFCFC;
}

.archive-tour-card:not(:has(.archive-tour-image)) {
  grid-template-columns: 1fr;
  justify-items: center;
}

.archive-tour-image:empty {
  display: none;
}

.archive-tour-image img {
  width: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
  display: block;
  padding-left: 60px;

  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.archive-tour-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

p.archive-tour-date {
  margin-bottom: 5px;

  color: #D3CACB;

  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.archive-tour-meta {
  margin-bottom: 5px;

  color: #C4AAAB;
  font-size: 1.2rem;
}

.archive-tour-about {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.tour-dates-h2 {
  font-size: 5rem !important;
}

.archive-tour-page .tour-ticket-button,
.archive-tour-page .button-main {
  width: 400px;
}

/* ==========================================================
   7. SINGLE TOUR DATE
========================================================== */

#inner-wrap:has(.single-tour-page) {
  background-color: #090908;
}

.single-tour-page {
  margin: 0 auto;
  padding: 0;
  background-color: #090908;
}

.single-tour-event {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 50px;
  align-items: start;

  padding: 20px 20px 40px;

  background-color: #090908;
}

.single-tour-image img {
  width: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
  display: block;
  padding-left: 60px;
}

.single-tour-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-tour-date {
  margin-bottom: 5px;
  color: #D3CACB;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.single-tour-meta {
  margin-bottom: 5px;
  color: #C4AAAB;
  font-size: 1.2rem;
}

.single-tour-about {
  margin-bottom: 30px;
  color: #FCFCFC;
  font-size: 1.2rem;
  line-height: 1.6;
}

.single-tour-description {
  margin-bottom: 30px;
  line-height: 1.7;
}

.single-tour-page .tour-ticket-button,
.single-tour-page .button-main {
  width: 400px;
}

/* ==========================================================
   8. FORMS / MISC BLOCKS
========================================================== */

.merch-store-block {
  width: 300px;
  opacity: 0.9;
}

/* Contact form wrapper */
.contact-page .entry-content {
  display: flex;
  justify-content: center;
}

h2.contact-h2 {
  font-size: 5rem !important;
}

.contact-page .wpforms-container,
#wpforms-585 {
  max-width: 850px;
}

#wpforms-585 {
  margin-top: 40px;
  padding: 40px;

  background-image: linear-gradient(126deg, var(--global-palette9) 17%, var(--global-palette9) 72%, var(--global-palette2) 100%);
  border: 2px solid #FCFCFC;
  border-radius: 4px;
}

#wpforms-585 .wpforms-head-container {
  padding-bottom: 20px;
}

#wpforms-585 .wpforms-title {
  color: #FCFCFC;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Labels */
#wpforms-585 .wpforms-field-label {
  color: #FCFCFC;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Inputs + textarea */
#wpforms-585 input,
#wpforms-585 textarea {
  background: #FCFCFC;
  color: #090908;

  border: 1px solid rgba(252, 252, 252, 0.25);
  border-radius: 4px;

  font-family: 'Inter', sans-serif;
}

/* Focus */
#wpforms-585 input:focus,
#wpforms-585 textarea:focus {
  border-color: #8B0C0E;
  box-shadow: 0 0 0 2px rgba(139, 12, 14, 0.35);
  outline: none;
}

/* Submit button */
#wpforms-585 button[type="submit"] {
  background: #8B0C0E;
  color: #FCFCFC;

  padding: 12px 34px;
  border: 0;
  border-radius: 4px;

  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

#wpforms-585 button[type="submit"]:hover {
  background: #610C0E;
  transform: translateY(-2px);
}


/* ==========================================================
   9. MEDIA QUERIES
========================================================== */

/* ---------- Tablet ---------- */

@media (max-width: 1024px) {

  #inner-wrap {
    margin-top: 50px;
  }

  .tour-title {
    font-size: 32px;
  }

  .tour-meta {
    font-size: 18px;
  }

  .tour-image img {
    width: 180px;
    height: 130px;
  }

  /*archive tour page*/

  .archive-tour-card {
    grid-template-columns: 1fr 1.5fr;
    gap: 25px;
  }
 
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {

  /* Header */

  #masthead {
    transition: transform 0.3s ease;
  }

  body.scroll-down #masthead {
    transform: translateY(-100%);
  }

  body.scroll-up #masthead {
    transform: translateY(0);
  }

  /* Footer */

  .footer-navigation a {
    font-size: 1.3rem;
  }

  .site-top-footer-inner-wrap {
    padding: 0 !important;
  }

  .site-bottom-footer-wrap {
    padding-bottom: 10px;

    background-color: #610C0E;

    font-size: 0.7rem;
  }

  .site-middle-footer-inner-wrap {
    padding-top: 0;
  }

  /* Homepage Music */

  .home-page-music-section {
    transform: translateX(30px);
  }

  .spotify-column .wp-embed-aspect-21-9 .wp-has-aspect-ratio {
    margin-bottom: 10px;
  }

  .music-title {
    margin-bottom: 10px;
  }

  .music-image {
    display: none;
  }

  h3.wp-block-heading.music-heading {
    padding-left: 6px !important;
  }

  /* Homepage Tour Cards */

  .tour-card {
    display: none;
  }

  .tour-date-card.mobile-tour-card {
    display: block;
    padding: 8px 0;
  }

  .tour-date-card.desktop-tour-card {
    display: none;
  }

  .tour-date-card {
    display: block;
  }

  .tour-main-box {
    grid-template-columns: 1.2fr 4.5fr;
    gap: 10px;
  }

  .tour-date-box {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-right: 5px;
  }

  .tour-title {
    margin-bottom: 4px !important;

    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  p.tour-meta {
    margin-bottom: 20px;

    font-size: 1rem;
    line-height: normal;
  }

  .tour-day {
    font-size: 1.5rem;
    line-height: normal;
  }

  .tour-month-year {
    font-size: 0.8rem;
  }

  .tour-time {
    display: none;
  }

  .tour-about {
    display: none;
    margin: 10px 0;
    text-align: center;
  }

  .tour-side {
    gap: 0;
    margin-top: 5px;
    margin-right: 0;
  }

  .tour-image {
    display: none;
    width: 100%;
    height: 140px;
    overflow: hidden;
  }

  .tour-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: top;

    display: block;
  }

  .tour-ticket-button {
    padding: 5px 0;
    font-size: 1rem;
  }

  a.kb-button.kt-button.button.kb-btn13_e0fe4d-42.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.button-main.wp-block-kadence-singlebtn {
    margin-top: 40px;
    padding: 5px 0;
    font-size: 1rem;
  }

  /* Bio */

   .bio-h2 {
    font-size: 3rem !important;
  }

  h2.wp-block-heading.\.bio-title.bio-text-reveal.in-view {
    font-size: 2.5rem !important;
  }

   .bio-image-1-mobile {
    display: block !important;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
  }

  .bio-image-1-mobile img {
    display: block;
    width: 100%;
    height: auto;
  }

  .bio-image-1 {
    display: none;
  }

 /* Music Page */

  .music-h2 {
    font-size: 3rem !important;
  }


  /* Archive Tour Dates */

  .archive-tour-card {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .archive-tour-image img {
    height: 200px;
    width: 100%;
    padding-left: 0;
    object-fit: cover;
    object-position: top;
  }

  h2.archive-tour-title {
    font-size: 1.5rem;
  }

  p.archive-tour-date {
    font-size: 1rem;
  }

  .archive-tour-about {
    margin-bottom: 18px;
    font-size: 1.1rem;
  }

  .tour-dates-h2 {
    font-size: 3rem !important;
  }

  .archive-tour-page .tour-ticket-button,
  .archive-tour-page .button-main {
    width: 250px;
    display: block;
    margin: 0 auto;
  }

  /* Single Tour Page */

  /* Single Tour Page */

.single-tour-page {
  padding: 0;
}

.single-tour-event {
  grid-template-columns: 1fr;
  gap: 25px;
}

.single-tour-image img {
  height: 200px;
  width: 100%;
  padding-left: 0;
  object-fit: cover;
  object-position: top;
}

.single-tour-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.single-tour-date {
  font-size: 1rem;
}

.single-tour-meta {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.single-tour-about {
  margin-bottom: 18px;
  font-size: 1.1rem;
}

.single-tour-page .tour-ticket-button,
.single-tour-page .button-main {
  width: 250px;
  display: block;
  margin: 0 auto;
}

 /* Contact */
  h2.contact-h2 {
  font-size: 3rem !important;
  }
 
  #wpforms-585 {
    margin: 20px 10px;
    padding: 24px 18px;
  }

  #wpforms-585 .wpforms-title {
    font-size: 2rem;
  }

  /* Misc */

  .merch-store-block {
    width: 250px;
  }

  .blog-button-mobile {
  display: block;
            margin-top: 20px;
            margin-bottom: 40px;
        padding: 5px 0 !important;
        font-size: 1rem !important;
}

.blog-button {
  display: none;

}
}

/* ---------- Desktop ---------- */

@media (min-width: 768px) {

  h3.music-heading,
  h3.tour-heading,
  h3.blog-heading {
    font-size: 3.5rem;
  }

  h3.merch-heading {
    font-size: 7rem;
  }
}