/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
:root {
  --container-max-width: 75rem;
  --container-padding-desktop: 2rem;
  --container-padding-tablet: 1.5rem;
  --container-padding-mobile: 1rem;
  --content-gap: 2rem;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font: 1.3rem/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #93cacf;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--color-black);
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 2px solid var(--color-accent);
}
a:focus:not(:focus-visible) {
  outline: none;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-variant-ligatures: common-ligatures;
}

h1, h2, .entry-title, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1 {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

article h1, aside h1, nav h1, section h1 {
  font-size: 1.75rem;
}

.page-title {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: relative;
  white-space: normal;
  width: auto;
  font-size: 2rem;
  color: var(--color-black);
  margin-bottom: 1rem;
  padding: 0;
}

.single-product .product-title,
.single-product .entry-title {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: relative;
  white-space: normal;
  width: auto;
  font-size: 2rem;
  color: var(--color-black);
  margin-bottom: 1rem;
  padding: 0;
}

h2, .entry-title {
  padding: 0 0 0.5rem 0;
  color: var(--color-black);
}
h2.mailinglist, .mailinglist.entry-title {
  padding-top: 1.5rem;
}

h3 {
  padding: 0 0 0.5rem 0;
  color: var(--color-black);
}

p {
  padding: 0 0 0.5rem 0;
  color: var(--color-text);
  line-height: 1.8;
}

a {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--color-link-hover);
  text-decoration-thickness: 2px;
}
a:visited {
  color: var(--color-link-visited);
}
a:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.entry-content a {
  background-color: #2f277d;
  color: #ffffff;
  padding: 0.1rem 0.2rem;
  text-decoration: underline;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
.entry-content a:hover {
  color: #ffffff;
  background-color: #7b166d;
}

.entry-content p {
  margin-bottom: 1em;
}
.entry-content h2, .entry-content .entry-title, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
#container,
.container,
.wp-block-group__inner-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-padding-desktop);
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 960px) {
  #container,
  .container,
  .wp-block-group__inner-container {
    padding: var(--container-padding-tablet);
  }
}
@media (max-width: 768px) {
  #container,
  .container,
  .wp-block-group__inner-container {
    padding: var(--container-padding-mobile);
  }
}

.wp-block-group {
  margin: 0 auto;
  max-width: var(--container-max-width);
}
.wp-block-group .wp-block-group__inner-container {
  padding: var(--container-padding-desktop);
}
@media (max-width: 960px) {
  .wp-block-group .wp-block-group__inner-container {
    padding: var(--container-padding-tablet);
  }
}
@media (max-width: 768px) {
  .wp-block-group .wp-block-group__inner-container {
    padding: var(--container-padding-mobile);
  }
}

.wp-site-blocks,
.wp-block-post-content {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-padding-desktop);
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .wp-site-blocks,
  .wp-block-post-content {
    padding: var(--container-padding-tablet);
  }
}
@media (max-width: 768px) {
  .wp-site-blocks,
  .wp-block-post-content {
    padding: var(--container-padding-mobile);
  }
}

#content,
#main {
  background: var(--color-white);
}
#content::after,
#main::after {
  content: "";
  display: table;
  clear: both;
}

.grid3 {
  padding: 0.625rem;
  width: 18.75rem;
  float: left;
  min-height: 600px;
  background: var(-- #ffffff);
}
.grid3:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .grid3 {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 20px;
  }
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.wp-block-column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .wp-block-column {
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    flex-basis: auto !important;
    margin-bottom: 0;
  }
}

.content-section {
  margin-bottom: var(--content-gap);
}
.content-section:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: calc(var(--content-gap) / 2);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol {
  margin-bottom: var(--content-gap);
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.entry-content,
.site-content,
.main-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .entry-content,
  .site-content,
  .main-content {
    padding: 0;
    margin: 0;
  }
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.site-header,
.header,
#header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site-header,
  .header,
  #header {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 480px) {
  .site-header,
  .header,
  #header {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.header-background,
.header__background {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  line-height: 0;
  overflow: hidden;
}
.header-background .header-image,
.header__background .header-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 961px) {
  .header-background .header-image,
  .header__background .header-image {
    min-height: 450px;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 960px) {
  .header-background .header-image,
  .header__background .header-image {
    object-fit: contain;
    object-position: center center;
  }
}
@media (max-width: 768px) {
  .header-background .header-image,
  .header__background .header-image {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .header-background .header-image,
  .header__background .header-image {
    min-height: 250px;
  }
}

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-content .site-branding,
.header-content .main-navigation {
  pointer-events: auto;
}
.header-content .navigation-container {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 3.125rem;
}

.site-branding {
  flex-shrink: 0;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.site-footer {
  background: #ffffff;
  padding: 0.5rem 0.1rem;
  margin-top: 3rem;
  border-top: 1px solid var(--color-border-light);
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 480px) {
  .site-footer {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}

.site-info p {
  margin: 0;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.site-info a {
  display: inline-block;
  text-decoration: none;
  background: #2f277d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-info a:hover, .site-info a:focus {
  background: #40e337;
  color: #000000;
}
.site-info a:focus {
  outline: 2px solid #40e337;
}
.site-info a:focus:not(:focus-visible) {
  outline: none;
}
.site-info a:active {
  transform: translateY(1px);
}
.site-info a {
  text-decoration: none;
}
.site-info a:hover {
  background: #40e337;
  color: #000000;
}

.footer-naviation #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: baseline;
}
.footer-naviation .menu-item {
  margin: 0;
}
.footer-naviation .menu-item a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0;
  border-radius: 0;
  transition: color 0.3s ease;
  text-shadow: none;
  display: inline;
}
.footer-naviation .menu-item a:hover, .footer-naviation .menu-item a:focus {
  color: #2f277d;
  background: none;
  outline: none;
  text-shadow: none;
  text-decoration: underline;
}
.footer-naviation .menu-item a:focus-visible {
  outline: 2px solid #2f277d;
}
.footer-naviation .menu-item:not(:last-child)::after {
  content: "|";
  color: #333333;
  margin: 0 0.25rem;
  font-size: 0.875rem;
}
.footer-naviation .current-menu-item a,
.footer-naviation .current_page_item a {
  color: #2f277d;
  font-weight: 600;
  text-shadow: none;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.menu-toggle {
  background: var(--toggle-bg);
  border: 2px solid var(--toggle-border);
  cursor: pointer;
  display: none;
  padding: 16px;
  position: fixed;
  right: max(15px, env(safe-area-inset-right));
  top: max(20px, env(safe-area-inset-top));
  z-index: 100000;
  pointer-events: auto !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  width: 52px;
  height: 52px;
  min-width: 44px;
  min-height: 44px;
}
@media (max-width: 769px) {
  .menu-toggle {
    display: block !important;
  }
}
body.admin-bar .menu-toggle {
  top: calc(32px + max(20px, env(safe-area-inset-top)));
}
@media screen and (max-width: 782px) {
  body.admin-bar .menu-toggle {
    top: calc(46px + max(20px, env(safe-area-inset-top)));
  }
}
@media (hover: hover) {
  .menu-toggle:hover {
    background: rgb(255, 255, 255);
    border-color: #40e337;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
}
.menu-toggle:focus {
  background: rgb(255, 255, 255);
  outline: 2px solid #40e337;
  border-color: #40e337;
}
.menu-toggle:focus:not(:focus-visible) {
  outline: none;
}
.menu-toggle .menu-icon {
  background: #000000;
  display: block;
  height: 2px;
  position: relative;
  width: 20px;
  margin: 0 auto;
}
.menu-toggle .menu-icon:before, .menu-toggle .menu-icon:after {
  background: #000000;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 20px;
  transition: all 0.3s ease;
}
.menu-toggle .menu-icon:before {
  top: -6px;
}
.menu-toggle .menu-icon:after {
  bottom: -6px;
}
.menu-toggle[aria-expanded=true] {
  position: fixed;
  right: max(15px, env(safe-area-inset-right));
  top: max(20px, env(safe-area-inset-top));
}
body.admin-bar .menu-toggle[aria-expanded=true] {
  top: calc(32px + max(20px, env(safe-area-inset-top)));
}
@media screen and (max-width: 782px) {
  body.admin-bar .menu-toggle[aria-expanded=true] {
    top: calc(46px + max(20px, env(safe-area-inset-top)));
  }
}
.menu-toggle[aria-expanded=true] .menu-icon {
  background: transparent;
}
.menu-toggle[aria-expanded=true] .menu-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.header-content .header-woocommerce-links,
.header-content .dark-mode-toggle-container {
  pointer-events: auto;
}

.site-branding {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
}
@media (max-width: 769px) {
  .site-branding {
    top: max(5px, env(safe-area-inset-top));
    left: 15px;
  }
}
body.admin-bar .site-branding {
  top: calc(32px + max(20px, env(safe-area-inset-top)));
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-branding {
    top: calc(46px + max(20px, env(safe-area-inset-top)));
  }
}
@media (min-width: 769px) {
  body.woocommerce .site-branding, body.woocommerce-page .site-branding, body.woocommerce-cart .site-branding, body.woocommerce-checkout .site-branding, body.woocommerce-account .site-branding {
    top: 20px;
  }
  body.admin-bar body.woocommerce .site-branding, body.admin-bar body.woocommerce-page .site-branding, body.admin-bar body.woocommerce-cart .site-branding, body.admin-bar body.woocommerce-checkout .site-branding, body.admin-bar body.woocommerce-account .site-branding {
    top: 52px;
  }
}
.site-branding .site-title {
  margin: 0;
}
.site-branding .site-title .site-logo {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.site-branding .site-title .site-logo:hover {
  transform: scale(1.05);
}
.site-branding .site-title .site-logo:focus {
  outline: 2px solid #40e337;
  border-radius: 0.25rem;
}
.site-branding .site-title .site-logo:focus:not(:focus-visible) {
  outline: none;
}
.site-branding .site-title .site-logo .site-logo-image {
  height: 48px;
  max-width: 470px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 769px) {
  .site-branding .site-title .site-logo .site-logo-image {
    height: 48px;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .site-branding .site-title .site-logo .site-logo-image {
    height: 48px;
    max-width: 280px;
  }
}
@media (max-width: 479px) {
  .site-branding .site-title .site-logo .site-logo-image {
    max-width: calc(100vw - 150px) !important;
  }
}

.header-woocommerce-links {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 769px) {
  .header-woocommerce-links {
    display: none;
  }
}
.header-woocommerce-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  height: 44px;
  min-width: 44px;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.header-woocommerce-links a:hover {
  background: var(--nav-item-hover-bg);
  color: #000000;
  text-shadow: none;
  transform: translateY(-2px);
}
.header-woocommerce-links a:focus {
  outline: 2px solid #40e337;
}
.header-woocommerce-links a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.header-cart-link {
  position: relative;
}
.header-cart-link .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-cart-link .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #40e337;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.menu-item-cart .cart-icon-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menu-item-cart .cart-icon-nav svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.25em;
}
.menu-item-cart .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #40e337;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .menu-item-cart .cart-count {
    font-size: 0.7em;
    min-width: 18px;
    height: 18px;
  }
}

.main-navigation {
  --nav-overlay-bg: rgba(0, 0, 0, 0.95);
  --nav-item-bg: rgba(0, 0, 0, 0.5);
  --nav-item-hover-bg: rgba(64, 227, 55, 0.8);
  --toggle-bg: rgba(255, 255, 255, 0.95);
  --toggle-border: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media (max-width: 769px) {
  .main-navigation {
    position: fixed;
    top: 0;
    width: 100vw;
    height: auto;
    background: transparent;
    display: block;
    pointer-events: none !important;
  }
  .main-navigation.toggled {
    height: 100vh;
    background: var(--nav-overlay-bg);
    backdrop-filter: blur(5px);
    z-index: 99999;
    pointer-events: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 20px 200px;
    overflow-y: auto;
  }
  .main-navigation.toggled #primary-menu,
  .main-navigation.toggled #shop-menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    opacity: 1;
    padding: 0;
    margin-bottom: 1rem;
  }
  .main-navigation.toggled #primary-menu:last-child,
  .main-navigation.toggled #shop-menu:last-child {
    margin-bottom: 0;
  }
  .main-navigation.toggled .menu-item {
    width: 100%;
    max-width: 350px;
    margin: 0.25rem 0;
  }
  .main-navigation.toggled .menu-item a {
    width: 100%;
    margin: 0;
    font-size: 2.5rem !important;
    padding: 15px 20px !important;
    min-width: auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 769px) and (max-width: 480px) {
  .main-navigation.toggled .menu-item a {
    font-size: 2rem !important;
    padding: 12px 15px !important;
  }
}
@media (max-width: 769px) {
  .main-navigation.toggled #shop-menu .menu-item a {
    font-size: 1.5rem !important;
    padding: 10px 15px !important;
  }
}
@media (max-width: 769px) and (max-width: 480px) {
  .main-navigation.toggled #shop-menu .menu-item a {
    font-size: 1.3rem !important;
    padding: 8px 12px !important;
  }
}

#primary-menu,
#shop-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media (max-width: 769px) {
  #primary-menu,
  #shop-menu {
    display: none;
    flex-direction: column;
    background: transparent;
    position: static;
    width: auto;
    padding: 80px 20px 20px;
    gap: 1rem;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform, opacity;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) {
  #shop-menu,
  .mobile-only-menu {
    display: none !important;
  }
}
@media (max-width: 769px) {
  #shop-menu,
  .mobile-only-menu {
    margin-top: 1rem;
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  #shop-menu .menu-item a,
  .mobile-only-menu .menu-item a {
    height: 2.1875rem;
    line-height: 2.1875rem;
    font-size: clamp(1rem, 2.5vw, 2rem);
    font-weight: 600;
    padding: 0 clamp(6px, 1.5vw, 15px);
  }
}
@media (max-width: 769px) {
  #shop-menu .menu-item a,
  .mobile-only-menu .menu-item a {
    font-size: 2rem;
    font-weight: 600;
    padding: 12px 30px;
    min-width: 250px;
  }
}
@media (max-width: 480px) {
  #shop-menu .menu-item a,
  .mobile-only-menu .menu-item a {
    font-size: 1.8rem;
    padding: 10px 25px;
    min-width: 200px;
  }
}
@media (max-width: 360px) {
  #shop-menu .menu-item a,
  .mobile-only-menu .menu-item a {
    font-size: 1.5rem;
    padding: 8px 20px;
    min-width: 180px;
  }
}

.menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item a {
  display: block;
  height: 3.125rem;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  background: var(--nav-item-bg);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 3rem);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 3.125rem;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  padding: 0 clamp(8px, 2vw, 20px);
}
.menu-item a:hover {
  color: #000000;
  background: var(--nav-item-hover-bg);
  text-shadow: none;
}
.menu-item a:focus {
  outline: 2px solid #40e337;
  color: #000000;
  background: var(--nav-item-hover-bg);
}
.menu-item a:focus:not(:focus-visible) {
  outline: none;
}
@media (max-width: 769px) {
  .menu-item a {
    height: auto;
    padding: 20px 40px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: var(--nav-item-bg);
    border-radius: 0;
    margin: 0.5rem 0;
    min-width: 300px;
    max-width: calc(100vw - 40px);
  }
  .menu-item a:hover, .menu-item a:focus {
    background: var(--nav-item-hover-bg);
    color: #000000;
    text-shadow: none;
  }
}
@media (max-width: 480px) {
  .menu-item a {
    font-size: 2.5rem;
    padding: 15px 30px;
    min-width: 250px;
    max-width: calc(100vw - 60px);
  }
}
@media (max-width: 360px) {
  .menu-item a {
    font-size: 2rem;
    padding: 12px 20px;
    min-width: 200px;
    max-width: calc(100vw - 80px);
  }
}

.current-menu-item a,
.current_page_item a {
  color: #000000 !important;
  background: #ffffff !important;
  text-shadow: none !important;
}
@media (max-width: 769px) {
  .current-menu-item a,
  .current_page_item a {
    background: #ffffff !important;
    color: #000000 !important;
  }
}

#footer-menu .menu-item a {
  font-weight: 400;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.btn,
.button,
.btn--primary,
a.home {
  display: inline-block;
  text-decoration: none;
  background: #2f277d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn:hover, .btn:focus,
.button:hover,
.button:focus,
.btn--primary:hover,
.btn--primary:focus,
a.home:hover,
a.home:focus {
  background: #40e337;
  color: #000000;
}
.btn:focus,
.button:focus,
.btn--primary:focus,
a.home:focus {
  outline: 2px solid #40e337;
}
.btn:focus:not(:focus-visible),
.button:focus:not(:focus-visible),
.btn--primary:focus:not(:focus-visible),
a.home:focus:not(:focus-visible) {
  outline: none;
}
.btn:active,
.button:active,
.btn--primary:active,
a.home:active {
  transform: translateY(1px);
}

.btn--secondary {
  display: inline-block;
  text-decoration: none;
  background: #7b166d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn--secondary:hover, .btn--secondary:focus {
  background: #40e337;
  color: #000000;
}
.btn--secondary:focus {
  outline: 2px solid #40e337;
}
.btn--secondary:focus:not(:focus-visible) {
  outline: none;
}
.btn--secondary:active {
  transform: translateY(1px);
}

.btn--mixes,
#mixes a {
  display: inline-block;
  text-decoration: none;
  background: #bf2424;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn--mixes:hover, .btn--mixes:focus,
#mixes a:hover,
#mixes a:focus {
  background: #40e337;
  color: #000000;
}
.btn--mixes:focus,
#mixes a:focus {
  outline: 2px solid #40e337;
}
.btn--mixes:focus:not(:focus-visible),
#mixes a:focus:not(:focus-visible) {
  outline: none;
}
.btn--mixes:active,
#mixes a:active {
  transform: translateY(1px);
}

.wp-block-button__link {
  display: inline-block;
  text-decoration: none;
  background: #2f277d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background: #40e337;
  color: #000000;
}
.wp-block-button__link:focus {
  outline: 2px solid #40e337;
}
.wp-block-button__link:focus:not(:focus-visible) {
  outline: none;
}
.wp-block-button__link:active {
  transform: translateY(1px);
}
.wp-block-button__link {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: bold;
}

input[type=submit],
button {
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
  background: #2f277d;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  background: #40e337;
  color: #000000;
}
input[type=submit]:focus,
button:focus {
  outline: 2px solid #40e337;
}
input[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
input[type=submit]:active,
button:active {
  transform: translateY(1px);
}

.dark-mode-toggle {
  border: 2px solid transparent !important;
  padding: 0 !important;
  background: none !important;
}
.dark-mode-toggle:hover, .dark-mode-toggle:focus {
  background: none !important;
  color: inherit !important;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.audio-player-global {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  color: #ffffff;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.audio-player-global__content {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 768px) {
  .audio-player-global__content {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
}
.audio-player-global__artwork {
  flex: 0 0 66px;
  height: 66px;
  position: relative;
}
@media (max-width: 768px) {
  .audio-player-global__artwork {
    flex: 0 0 35px;
    height: 35px;
  }
}
.audio-player-global__artwork .current-mix-artwork {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.audio-player-global__artwork .current-mix-artwork-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .audio-player-global__artwork .current-mix-artwork-placeholder {
    font-size: 1rem;
  }
}
.audio-player-global__info {
  flex: 0 0 200px;
  min-width: 0;
}
@media (max-width: 768px) {
  .audio-player-global__info {
    flex: 1;
    min-width: 0;
  }
}
.audio-player-global__info .current-mix-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-player-global__info .current-mix-dj {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-player-global__controls {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .audio-player-global__controls {
    width: 100%;
  }
}
.audio-player-global .global-play-pause {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #40e337;
  border: none;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-player-global .global-play-pause:hover {
  background: rgb(106.7236842105, 233.2631578947, 99.7368421053);
  transform: scale(1.05);
}
.audio-player-global .global-play-pause:focus {
  outline: 2px solid #40e337;
}
.audio-player-global .global-play-pause:focus:not(:focus-visible) {
  outline: none;
}
.audio-player-global .global-play-pause:active {
  transform: scale(0.95);
}
.audio-player-global .global-play-pause .pause-icon {
  display: none;
}
.audio-player-global .global-play-pause.playing .play-icon {
  display: none;
}
.audio-player-global .global-play-pause.playing .pause-icon {
  display: block;
}
.audio-player-global .progress-container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: none;
}
.audio-player-global .progress-container .progress-bar,
.audio-player-global .progress-container .time-display,
.audio-player-global .progress-container button {
  pointer-events: auto;
}
@media (max-width: 568px) {
  .audio-player-global .progress-container {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.audio-player-global .progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 568px) {
  .audio-player-global .progress-bar {
    width: 100%;
  }
}
.audio-player-global .progress-fill {
  height: 100%;
  background: #40e337;
  width: 0%;
  transition: width 0.1s ease;
}
.audio-player-global .time-display {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0.85rem;
  font-variant-numeric: tabular-nums;
}
.audio-player-global .time-display .time-separator {
  opacity: 0.5;
  margin: 0 0.25rem;
}
.audio-player-global .volume-toggle {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
  padding: 0;
}
.audio-player-global .volume-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.audio-player-global .volume-toggle .volume-off {
  display: none;
}
.audio-player-global .volume-toggle.muted .volume-on {
  display: none;
}
.audio-player-global .volume-toggle.muted .volume-off {
  display: block;
}
.audio-player-global .audio-player-toggle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dee2e6;
  color: #333333;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.75rem;
  right: 0.75rem;
  z-index: 10;
}
.audio-player-global .audio-player-toggle:hover {
  background: #ffffff;
  border-color: #adb5bd;
  transform: scale(1.1);
}
.audio-player-global .audio-player-toggle:focus {
  outline: 2px solid #40e337;
}
.audio-player-global .audio-player-toggle:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .audio-player-global .audio-player-toggle {
    width: 28px;
    height: 28px;
    font-size: 1rem;
    right: 0.5rem;
  }
}
.audio-player-global.show {
  transform: translateY(0) !important;
}
.audio-player-global.show .audio-player-toggle {
  opacity: 1;
  visibility: visible;
}
.audio-player-global:not(.show) {
  transform: translateY(100%) !important;
}
.audio-player-global:not(.show) .audio-player-toggle {
  opacity: 0;
  visibility: hidden;
}

.audio-player-show-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #40e337;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}
.audio-player-show-btn:hover {
  background: rgb(37.4868421053, 202.6315789474, 28.3684210526);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.audio-player-show-btn:focus {
  outline: 2px solid #40e337;
}
.audio-player-show-btn:active {
  transform: translateY(0) scale(0.95);
}
@media (max-width: 768px) {
  .audio-player-show-btn {
    bottom: 0.75rem;
    right: 0.75rem;
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}

body.audio-player-visible {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  body.audio-player-visible {
    padding-bottom: 70px;
  }
}

.mix-audio,
.featured-mix-audio {
  display: none;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.mixes-filters {
  background: var(--color-bg-light);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .mixes-filters {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .mixes-filters__search {
    flex: 1;
  }
}
.mixes-filters__search input[type=search] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--color-border-light);
  border-radius: 6px;
  font-size: 1rem;
  background: var(--color-white);
  color: var(--color-text);
}
@media (max-width: 480px) {
  .mixes-filters__search input[type=search] {
    max-width: 400px;
  }
}
.mixes-filters__search input[type=search]:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(var(--color-accent), 0.1);
}
@media (min-width: 960px) {
  .mixes-filters__controls {
    flex: 0 0 30%;
  }
}
.mixes-filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 960px) {
  .mixes-filters .filter-group {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .mixes-filters .filter-group {
    min-width: 180px;
  }
}
.mixes-filters .filter-group label {
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.9rem;
}
.mixes-filters .filter-group select {
  padding: 12px 16px;
  border: 2px solid var(--color-border-light);
  border-radius: 6px;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 1rem;
}
.mixes-filters .filter-group select:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(var(--color-accent), 0.1);
}

.mixes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .mixes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .mixes-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.mix-card {
  background: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease;
}
.mix-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.mix-card {
  position: relative;
}
.mix-card.playing {
  border: 2px solid var(--color-accent);
  box-shadow: 0 8px 24px rgba(var(--color-accent), 0.2);
}
.mix-card__artwork {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mix-card__artwork:hover .mix-card__audio-controls {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.mix-card__image {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.mix-card:hover .mix-card__image {
  transform: scale(1.05);
}
.mix-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  max-height: 200px;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.7);
}
.mix-card__placeholder-icon {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.mix-card__audio-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.mix-card__audio-controls .play-pause-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mix-card__audio-controls .play-pause-btn:hover {
  background: hsla(0, 0%, 110%, 0.95);
  transform: scale(1.05);
}
.mix-card__audio-controls .play-pause-btn:focus {
  outline: 2px solid #40e337;
}
.mix-card__audio-controls .play-pause-btn:focus:not(:focus-visible) {
  outline: none;
}
.mix-card__audio-controls .play-pause-btn:active {
  transform: scale(0.95);
}
.mix-card__audio-controls .play-pause-btn .pause-icon {
  display: none;
}
.mix-card__audio-controls .play-pause-btn.playing .play-icon {
  display: none;
}
.mix-card__audio-controls .play-pause-btn.playing .pause-icon {
  display: block;
}
.mix-card__audio-controls .play-pause-btn {
  color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.mix-card__audio-controls .play-pause-btn:hover {
  background: var(--color-white);
}
.mix-card__audio-controls .audio-parts-indicator {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
}
.mix-card__audio-controls .pause-icon {
  display: none;
}
.mix-card__audio-controls.playing .play-icon {
  display: none;
}
.mix-card__audio-controls.playing .pause-icon {
  display: block;
}
.mix-card__content {
  padding: 1rem;
}
@media (max-width: 768px) {
  .mix-card__content {
    padding: 0.875rem;
  }
}
.mix-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  color: var(--color-black);
}
.mix-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mix-card__title a:hover {
  color: var(--color-accent);
}
.mix-card__title a:focus {
  outline: 2px solid var(--color-accent);
}
.mix-card__title a {
  color: var(--color-text);
}
.mix-card__dj {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
}
.mix-card__dj a {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
.mix-card__dj a:hover {
  color: var(--color-link-hover);
  text-decoration-thickness: 2px;
}
.mix-card__dj a:visited {
  color: var(--color-link-visited);
}
.mix-card__dj a:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}
.mix-card__date {
  display: block;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}
.mix-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
.mix-card__meta > span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.mix-card__meta > span:before {
  content: "";
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.5;
}
.mix-card__meta > span:first-child:before {
  display: none;
}
.mix-card__excerpt {
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--color-text);
  margin-bottom: 1rem;
}
.mix-card__excerpt p:last-child {
  margin-bottom: 0;
}
.mix-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}
.mix-card__actions .btn {
  width: 100%;
  justify-content: center;
}
.mix-card__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.mix-card__play-btn .pause-text {
  display: none;
}
.mix-card__play-btn.playing .play-text {
  display: none;
}
.mix-card__play-btn.playing .pause-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mix-card__audio-parts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mix-card__part-controls, .mix-card__legacy-controls {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.mix-card__part-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  min-width: 120px;
  flex: 3;
  height: 3.5rem;
  box-sizing: border-box;
}
.mix-card__part-btn .pause-text {
  display: none;
}
.mix-card__part-btn.playing .play-text {
  display: none;
}
.mix-card__part-btn.playing .pause-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .mix-card__part-btn {
    height: 3rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
}
.mix-card__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  font-size: 1.2rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  flex: 0 0 3.5rem;
}
.mix-card__download-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.mix-card__download-btn {
  padding: 0.75rem;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .mix-card__download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    font-size: 1rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex: 0 0 3rem;
  }
  .mix-card__download-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  .mix-card__download-btn {
    padding: 0.75rem;
  }
}

.download-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}
.download-modal.visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.download-modal__content {
  position: relative;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 90vw;
  max-width: 480px;
  max-height: 90vh;
  overflow: auto;
  z-index: 1;
}
.download-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid var(--color-border-light);
}
.download-modal__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
}
.download-modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.download-modal__close:hover {
  background: var(--color-bg-light);
  color: var(--color-text);
}
.download-modal__body {
  padding: 2rem;
}
.download-modal__body p {
  margin-bottom: 1.5rem;
  color: var(--color-text);
  line-height: 1.6;
}
.download-modal__body p:last-of-type {
  margin-bottom: 2rem;
}
.download-modal__body .cf-turnstile {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}
.download-modal__actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
.download-modal__actions .btn {
  min-width: 100px;
}
@media (max-width: 480px) {
  .download-modal__actions {
    flex-direction: column;
  }
  .download-modal__actions .btn {
    width: 100%;
  }
}
.download-modal__error {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--color-error-bg);
  border: 1px solid var(--color-warning-bg);
  border-radius: 6px;
  color: var(--color-error);
  font-size: 0.9rem;
  display: none;
}
.download-modal__error.visible {
  display: block;
}

.dj-link {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  padding: 0.1rem 0.2rem;
  border-radius: 2px;
  transition: all 0.2s ease;
  border: none;
  font: inherit;
  cursor: pointer;
  background: transparent;
}
.dj-link:hover {
  color: var(--color-link-hover);
  text-decoration-thickness: 2px;
}
.dj-link:visited {
  color: var(--color-link-visited);
}
.dj-link:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}
.dj-link:active {
  transform: translateY(1px);
}

.no-mixes {
  text-align: center;
  padding: 4rem 2rem;
}
.no-mixes p {
  font-size: 1.1rem;
  color: var(--color-text-muted);
}

@media (max-width: 568px) {
  .mixes-filters {
    padding: 1.5rem;
  }
  .mixes-filters__search input[type=search] {
    max-width: 100%;
  }
  .mixes-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mix-card__content {
    padding: 1rem;
  }
  .mix-card__audio-controls .play-pause-btn {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.galleries-filters {
  background: var(--color-bg-light);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .galleries-filters {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .galleries-filters__search {
    flex: 1;
  }
}
.galleries-filters__search input[type=search] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--color-border-light);
  border-radius: 6px;
  font-size: 1rem;
  background: var(--color-white);
  color: var(--color-text);
}
@media (max-width: 480px) {
  .galleries-filters__search input[type=search] {
    max-width: 400px;
  }
}
.galleries-filters__search input[type=search]:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(var(--color-accent), 0.1);
}
@media (min-width: 960px) {
  .galleries-filters__controls {
    flex: 0 0 30%;
  }
}
.galleries-filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 960px) {
  .galleries-filters .filter-group {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .galleries-filters .filter-group {
    min-width: 180px;
  }
}
.galleries-filters .filter-group label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text);
}
.galleries-filters .filter-group select {
  padding: 12px 16px;
  border: 2px solid var(--color-border-light);
  border-radius: 6px;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 1rem;
  cursor: pointer;
}
.galleries-filters .filter-group select:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(var(--color-accent), 0.1);
}
.galleries-filters .filter-group select:hover {
  border-color: var(--color-accent-light);
}

.results-count {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .results-count {
    text-align: left;
  }
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
/**
 * Featured Mix Component Styles
 */
.featured-mix {
  background: var(--color-bg-light);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-sm);
  transition: background-color 0.3s ease;
}
.featured-mix__header {
  margin-bottom: 1.5rem;
}
.featured-mix__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 0.5rem;
}
.featured-mix__content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .featured-mix__content {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
}
.featured-mix__artwork {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .featured-mix__artwork {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}
.featured-mix__image {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-mix__placeholder {
  width: 100%;
  height: 100%;
  background: var(--color-bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--color-text-muted);
}
.featured-mix__audio-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.featured-mix:hover .featured-mix__audio-controls {
  opacity: 1;
}
.featured-mix__audio-controls .featured-play-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.3s ease;
}
.featured-mix__audio-controls .featured-play-btn:hover {
  background: var(--color-white);
  transform: scale(1.1);
}
.featured-mix__audio-controls .featured-play-btn .pause-icon {
  display: none;
}
.featured-mix__audio-controls .featured-play-btn.playing .play-icon {
  display: none;
}
.featured-mix__audio-controls .featured-play-btn.playing .pause-icon {
  display: block;
}
.featured-mix__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
@media (max-width: 768px) {
  .featured-mix__info {
    min-height: auto;
  }
}
.featured-mix__mix-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.featured-mix__mix-title a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-mix__mix-title a:hover {
  color: var(--color-accent);
}
.featured-mix__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .featured-mix__label {
    font-size: 0.85rem;
    margin-bottom: 0.125rem;
  }
}
.featured-mix__combined-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  color: var(--color-accent);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-mix__combined-title a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-mix__combined-title a:hover {
  color: var(--color-text);
}
@media (max-width: 768px) {
  .featured-mix__combined-title {
    font-size: 0.95rem;
  }
}
.featured-mix__dj {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-accent);
}
.featured-mix__date {
  font-size: 0.95rem;
  color: var(--color-text-muted);
}
.featured-mix__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
@media (max-width: 768px) {
  .featured-mix__meta {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .featured-mix__meta {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.featured-mix__actions {
  display: flex;
  gap: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .featured-mix__actions {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .featured-mix__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.featured-mix__actions .btn {
  padding: 0.5rem 1rem !important;
  border-radius: 4px !important;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  gap: 0.375rem;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin: 0 !important;
  width: auto !important;
}
@media (min-width: 769px) {
  .featured-mix__actions .btn {
    align-self: flex-start;
  }
}
.featured-mix__actions .btn--primary {
  background: var(--color-accent);
  color: var(--color-white);
}
.featured-mix__actions .btn--primary:hover {
  background: var(--color-accent) !important;
  transform: translateY(-2px) !important;
  filter: brightness(0.9);
  box-shadow: none !important;
}
.featured-mix__actions .btn--primary .pause-text {
  display: none;
}
.featured-mix__actions .btn--primary.playing .play-text {
  display: none;
}
.featured-mix__actions .btn--primary.playing .pause-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.featured-mix__actions .btn--secondary {
  background: var(--color-bg-muted);
  color: var(--color-text);
  border: 1px solid var(--color-border-light);
}
.featured-mix__actions .btn--secondary:hover {
  background: var(--color-bg-light);
  transform: translateY(-2px);
}
.featured-mix__text-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .featured-mix__text-content {
    gap: 0.375rem;
    text-align: center;
  }
}
.featured-mix__dj {
  margin-bottom: 0.25rem;
}
.featured-mix__dj-title {
  margin: 0;
  margin-bottom: 0.25rem;
}
.featured-mix__date {
  margin-bottom: 0.25rem;
}
.featured-mix.mix-card {
  background: var(--color-bg-light);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-sm);
}
.featured-mix.mix-card:hover {
  transform: none;
}
.featured-mix.mix-card.playing {
  border: 2px solid var(--color-accent);
  box-shadow: 0 8px 24px rgba(var(--color-accent), 0.2);
}
.featured-mix-error {
  background: var(--color-error-bg);
  color: var(--color-error);
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid var(--color-warning-bg);
  text-align: center;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
/**
 * Upcoming Events Component Styles
 */
.upcoming-events {
  background: var(--color-bg-light);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  box-shadow: var(--shadow-sm);
  transition: background-color 0.3s ease;
}
.wp-block-column .upcoming-events {
  margin-top: 0 !important;
}
.wp-block-column .upcoming-events:not(:first-child) {
  margin-top: 0 !important;
}
.upcoming-events__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.upcoming-events__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background: var(--color-bg);
  border-radius: 6px;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}
.upcoming-events__item:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-sm);
}
.upcoming-events__image {
  width: 100%;
}
.upcoming-events__image a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.upcoming-events__img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
  display: block;
}
.upcoming-events__item:hover .upcoming-events__img {
  transform: scale(1.05);
}
.upcoming-events__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.upcoming-events__header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.upcoming-events__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  line-height: 1.3;
}
.upcoming-events__date {
  font-size: 0.875rem;
  color: var(--color-text);
  font-weight: 500;
}
.upcoming-events__venue {
  font-size: 0.875rem;
  color: var(--color-text);
}
.upcoming-events__venue-label {
  font-weight: 500;
  margin-right: 0.25rem;
}
.upcoming-events__venue-name {
  color: var(--color-text);
}
.upcoming-events__excerpt {
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.4;
}
.upcoming-events__excerpt p {
  margin: 0;
}
.upcoming-events__link {
  margin-top: auto;
}
.upcoming-events__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: var(--color-accent);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.upcoming-events__cta:hover {
  background: transparent;
  color: var(--color-accent);
  transform: translateY(-1px);
}
.upcoming-events__cta:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {
  .upcoming-events__item {
    background: var(--color-bg);
    border-color: var(--color-border);
    opacity: 0.95;
  }
  .upcoming-events__item:hover {
    border-color: var(--color-accent);
    opacity: 1;
  }
  .upcoming-events__cta {
    color: var(--color-text);
  }
  .upcoming-events__cta:hover {
    color: var(--color-bg);
  }
}
.upcoming-events__container:has(.upcoming-events__item:only-child) .upcoming-events__img {
  height: 180px;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.woocommerce .entry-content a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .product_meta a,
.woocommerce .posted_in a,
.woocommerce .tagged_as a,
body .woocommerce .entry-content a,
body .woocommerce .woocommerce-info a,
body .woocommerce .woocommerce-message a,
body .woocommerce .woocommerce-error a,
body .woocommerce .product_meta a,
body .woocommerce .posted_in a,
body .woocommerce .tagged_as a,
body main .woocommerce .entry-content a,
body main .woocommerce .woocommerce-info a,
body main .woocommerce .woocommerce-message a,
body main .woocommerce .woocommerce-error a,
body main .woocommerce .product_meta a,
body main .woocommerce .posted_in a,
body main .woocommerce .tagged_as a {
  background-color: transparent;
  color: var(--color-primary);
  padding: 0;
}
.woocommerce .entry-content a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .product_meta a:hover,
.woocommerce .posted_in a:hover,
.woocommerce .tagged_as a:hover,
body .woocommerce .entry-content a:hover,
body .woocommerce .woocommerce-info a:hover,
body .woocommerce .woocommerce-message a:hover,
body .woocommerce .woocommerce-error a:hover,
body .woocommerce .product_meta a:hover,
body .woocommerce .posted_in a:hover,
body .woocommerce .tagged_as a:hover,
body main .woocommerce .entry-content a:hover,
body main .woocommerce .woocommerce-info a:hover,
body main .woocommerce .woocommerce-message a:hover,
body main .woocommerce .woocommerce-error a:hover,
body main .woocommerce .product_meta a:hover,
body main .woocommerce .posted_in a:hover,
body main .woocommerce .tagged_as a:hover {
  background-color: transparent;
  color: var(--color-secondary);
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
body .woocommerce ul.products::before,
body .woocommerce ul.products::after,
body main .woocommerce ul.products::before,
body main .woocommerce ul.products::after {
  display: none;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
body .woocommerce .woocommerce-result-count,
body .woocommerce .woocommerce-ordering,
body main .woocommerce .woocommerce-result-count,
body main .woocommerce .woocommerce-ordering {
  float: none;
  width: auto;
  display: block;
  clear: both;
  margin-bottom: 1rem;
}
.woocommerce .products,
body .woocommerce .products,
body main .woocommerce .products {
  float: none;
  width: 100%;
  display: grid;
  clear: both;
}
.woocommerce .products li.product,
body .woocommerce .products li.product,
body main .woocommerce .products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.grid3,
.wp-block-column {
  float: none;
  width: auto;
}

.woocommerce {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.woocommerce .page-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .woocommerce .page-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce ul, .woocommerce li:not(.menu-item), .woocommerce table, .woocommerce th, .woocommerce td, .woocommerce select, .woocommerce option, .woocommerce input, .woocommerce .product_meta, .woocommerce address {
  color: var(--color-black);
}
.woocommerce .input-text.qty {
  color: var(--color-black);
}
.woocommerce .product_meta span {
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce .product_meta span:last-child {
  margin-bottom: 0;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.woocommerce .product {
  background: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease;
}
.woocommerce .product:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.woocommerce .product .woocommerce-loop-product__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  color: var(--color-black);
}
.woocommerce .product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.woocommerce .product .woocommerce-loop-product__title a:hover {
  color: var(--color-accent);
}
.woocommerce .product .woocommerce-loop-product__title a:focus {
  outline: 2px solid var(--color-accent);
}
.woocommerce .product .woocommerce-loop-product__title {
  margin: 1rem 1rem 0.5rem;
  text-decoration: none;
  color: var(--color-black);
}
.woocommerce .product .woocommerce-loop-product__title a {
  color: var(--color-black);
}
.woocommerce .product .woocommerce-loop-product__title a:hover {
  color: var(--color-accent);
}
.woocommerce .product .price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #40e337;
  margin: 1rem 0;
}
.woocommerce .product .price del {
  color: #495057;
  font-weight: 400;
  margin-right: 0.5rem;
}
.woocommerce .product img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:focus {
  outline: 3px solid #40e337;
}
.woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li a {
  display: block;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.2s ease;
}
.woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li a:focus {
  outline: 3px solid #40e337;
  transform: scale(1.02);
}
.woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}
.woocommerce .single-product .woocommerce-product-gallery__image a {
  display: block;
}
.woocommerce .single-product .woocommerce-product-gallery__image a:focus {
  outline: 3px solid #40e337;
}
.woocommerce .button,
.woocommerce .btn,
.woocommerce input[type=submit] {
  background: #40e337;
  color: #ffffff;
  border: none;
  border-radius: 0.375rem;
  padding: 12px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  margin: 0 1rem 1rem;
}
.woocommerce .button:hover,
.woocommerce .btn:hover,
.woocommerce input[type=submit]:hover {
  background: rgb(37.4868421053, 202.6315789474, 28.3684210526);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.woocommerce .button:focus,
.woocommerce .btn:focus,
.woocommerce input[type=submit]:focus {
  outline: 3px solid #40e337;
}
.woocommerce .button:focus-visible,
.woocommerce .btn:focus-visible,
.woocommerce input[type=submit]:focus-visible {
  outline: 3px solid #40e337;
}
.woocommerce .button:active,
.woocommerce .btn:active,
.woocommerce input[type=submit]:active {
  transform: translateY(0);
}
.woocommerce .button.product_type_variable.add_to_cart_button {
  padding: 12px 24px;
}
.woocommerce .single-product .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: transparent;
  box-shadow: none;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .woocommerce .single-product .product {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 1.5rem 0;
  }
}
.woocommerce .product-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .woocommerce .product-title {
    font-size: 2rem;
  }
}
.woocommerce .price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-product-details__short-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #333333;
}
.woocommerce .variations {
  margin-bottom: 2rem;
}
.woocommerce .variations label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.woocommerce .variations select {
  width: 100%;
  padding: 10px;
  border: 2px solid var(--color-border-light);
  border-radius: 0.375rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  background: var(--color-white);
  color: var(--color-black);
}
.woocommerce .variations select:focus {
  border-color: #40e337;
  outline: 3px solid #40e337;
}
.woocommerce .variations select:focus-visible {
  border-color: #40e337;
  outline: 3px solid #40e337;
}
.woocommerce .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals {
    justify-content: stretch;
  }
}
.woocommerce .cart-collaterals .cart_totals {
  width: 50%;
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.woocommerce .cart_totals {
  background: var(--color-bg-light);
  padding: 2rem;
  border-radius: 0.5rem;
}
.woocommerce .cart_totals h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-black);
}
.woocommerce .cart_totals .shop_table {
  width: 100%;
}
.woocommerce .cart_totals .shop_table th,
.woocommerce .cart_totals .shop_table td {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-border-light);
}
.woocommerce .cart_totals .shop_table .order-total {
  font-weight: 700;
  font-size: 1.25rem;
  color: #40e337;
}
.woocommerce .checkout .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .woocommerce .checkout .col2-set {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2 {
  float: none;
  width: auto;
}
.woocommerce .checkout .col2-set .col-1 {
  grid-column: 1;
}
.woocommerce .checkout .col2-set .col-2 {
  grid-column: 2;
}
.woocommerce .checkout h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-black);
}
.woocommerce .checkout .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce .checkout .form-row label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.woocommerce .checkout .form-row input,
.woocommerce .checkout .form-row select,
.woocommerce .checkout .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid var(--color-border-light);
  border-radius: 0.375rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  background: var(--color-white);
  color: var(--color-black);
}
.woocommerce .checkout .form-row input:focus,
.woocommerce .checkout .form-row select:focus,
.woocommerce .checkout .form-row textarea:focus {
  border-color: #40e337;
  outline: 3px solid #40e337;
}
.woocommerce .checkout .form-row input:focus-visible,
.woocommerce .checkout .form-row select:focus-visible,
.woocommerce .checkout .form-row textarea:focus-visible {
  border-color: #40e337;
  outline: 3px solid #40e337;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0.375rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 0.5rem !important;
  margin-top: 0 !important;
  float: none !important;
  position: static !important;
}
.woocommerce .woocommerce-message {
  background: #d4edda;
  color: #155724;
  border: 1px solid #d4edda;
}
.woocommerce .woocommerce-message:focus-visible {
  border: 2px solid #155724;
  outline: none;
}
.woocommerce .woocommerce-info {
  background: #cce7ff;
  color: #004085;
  border: 1px solid #cce7ff;
}
.woocommerce .woocommerce-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f8d7da;
}

.woocommerce-page .container,
.woocommerce .container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-padding-desktop);
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .woocommerce-page .container,
  .woocommerce .container {
    padding: var(--container-padding-tablet);
  }
}
@media (max-width: 768px) {
  .woocommerce-page .container,
  .woocommerce .container {
    padding: var(--container-padding-mobile);
  }
}
.woocommerce-page main,
.woocommerce main {
  max-width: var(--container-max-width);
  margin: 0 auto;
}

.single-product .product .summary.entry-summary p.price {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.single-product .product .summary.entry-summary .variations_form {
  margin-left: 0;
  padding-left: 0;
}
.single-product .product .summary.entry-summary table.variations {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: none;
}
.single-product .product .summary.entry-summary table.variations th,
.single-product .product .summary.entry-summary table.variations td {
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
  vertical-align: top;
}
.single-product .product .summary.entry-summary table.variations th.label {
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100px;
  border: none;
  position: relative;
}
.single-product .product .summary.entry-summary table.variations th.label label {
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
}
.single-product .product .summary.entry-summary table.variations td.value {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
.single-product .product .summary.entry-summary table.variations td.value select {
  margin: 0;
  padding: 10px;
  text-align: left;
  width: 100%;
  border: 2px solid var(--color-border-light);
  border-radius: 0.375rem;
  background: var(--color-white);
  color: var(--color-black);
}
.single-product .product .summary.entry-summary .woocommerce-variation-price {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.single-product .product .summary.entry-summary .woocommerce-variation-price .price {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.single-product .product .summary.entry-summary .single_variation_wrap {
  margin-left: 0;
  padding-left: 0;
}
.single-product .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-left: 0;
  padding-left: 0;
}
.single-product .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  margin-left: 0;
  padding-left: 0;
}
.single-product .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input.qty {
  height: 35px;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 0;
}
.single-product .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin-left: 0.5rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  padding: 0.5rem;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.dark-mode-toggle-container {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: max(80px, env(safe-area-inset-right));
}
body.admin-bar .dark-mode-toggle-container {
  top: calc(32px + max(20px, env(safe-area-inset-top)));
}
@media screen and (max-width: 782px) {
  body.admin-bar .dark-mode-toggle-container {
    top: calc(46px + max(20px, env(safe-area-inset-top)));
  }
}
@media (min-width: 769px) {
  .header-woocommerce-links ~ .dark-mode-toggle-container {
    top: 76px;
    right: 20px;
  }
  body.admin-bar .header-woocommerce-links ~ .dark-mode-toggle-container {
    top: 108px;
  }
}
@media (max-width: 769px) {
  .header-woocommerce-links ~ .dark-mode-toggle-container {
    top: max(5px, env(safe-area-inset-top));
    right: max(80px, env(safe-area-inset-right));
  }
  body.admin-bar .header-woocommerce-links ~ .dark-mode-toggle-container {
    top: calc(-15px + max(20px, env(safe-area-inset-top)));
  }
}

.dark-mode-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 44px;
  min-height: 44px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}
.dark-mode-toggle:focus {
  outline: none;
  transform: scale(1.05);
  border-color: transparent;
}
.dark-mode-toggle:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) {
  .dark-mode-toggle:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.2);
    background: none !important;
  }
  .dark-mode-toggle:hover .light-icon {
    color: white;
  }
  .dark-mode-toggle:hover .dark-icon {
    color: white;
  }
  .dark-mode-toggle:focus {
    background: none !important;
  }
}
.dark-mode-toggle:active {
  transform: scale(0.95);
}
.dark-mode-toggle .toggle-icon {
  font-size: 1.25rem;
  line-height: 1;
  transition: all 0.3s ease;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-mode-toggle .toggle-icon svg {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.dark-mode-toggle .toggle-icon.light-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  color: white;
}
.dark-mode-toggle .toggle-icon.dark-icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.8);
  color: white;
}
.dark-mode-toggle.dark-active {
  background: none;
  border-color: transparent;
}
.dark-mode-toggle.dark-active .light-icon {
  opacity: 0;
  transform: rotate(90deg) scale(0.8);
  color: white;
}
.dark-mode-toggle.dark-active .dark-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  color: white;
}
@media (max-width: 480px) {
  .dark-mode-toggle {
    width: 44px;
    height: 44px;
  }
  .dark-mode-toggle .toggle-icon {
    font-size: 1.125rem;
  }
}

body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.custom-background {
  background-color: var(--color-white) !important;
  background-image: none !important;
}

.site-header,
.main-navigation,
.site-main,
.site-footer,
.gallery-card,
.mix-card,
.featured-mix,
.global-audio-player {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body.dark-mode {
  background: #0d1117 !important;
}

body.dark-mode a {
  transition: color 0.3s ease;
}
body.dark-mode a:hover, body.dark-mode a:focus {
  color: var(--color-accent);
}
body.dark-mode .main-navigation a:hover, body.dark-mode .main-navigation a:focus {
  background: var(--nav-item-hover-bg);
  color: var(--color-black);
}
body.dark-mode .global-audio-player {
  background: var(--color-bg-neutral);
  border-color: var(--color-border);
}
body.dark-mode .global-audio-player .audio-controls button {
  background: var(--color-bg-muted);
  color: var(--color-text);
}
body.dark-mode .global-audio-player .audio-controls button:hover {
  background: var(--color-accent);
  color: var(--color-black);
}
body.dark-mode .lightbox-modal .lightbox-modal__backdrop {
  background: rgba(0, 0, 0, 0.95);
}
body.dark-mode .lightbox-modal .lightbox-modal__close,
body.dark-mode .lightbox-modal .lightbox-modal__prev,
body.dark-mode .lightbox-modal .lightbox-modal__next {
  background: rgba(255, 255, 255, 0.15);
}
body.dark-mode .lightbox-modal .lightbox-modal__close:hover,
body.dark-mode .lightbox-modal .lightbox-modal__prev:hover,
body.dark-mode .lightbox-modal .lightbox-modal__next:hover {
  background: rgba(255, 255, 255, 0.25);
}
body.dark-mode .gallery-card:hover,
body.dark-mode .mix-card:hover,
body.dark-mode .product:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.page-header {
  margin-bottom: var(--content-gap);
}
.page-header .page-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: calc(var(--content-gap) / 2);
  text-align: center;
}
@media (max-width: 768px) {
  .page-header .page-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.page-header .page-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1rem;
}
.page-header .page-description p {
  margin-bottom: 1rem;
}
.page-header .page-description p:last-child {
  margin-bottom: 0;
}

.woocommerce-header .woocommerce-archive-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .woocommerce-header .woocommerce-archive-controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.woocommerce-header .woocommerce-archive-controls .woocommerce-result-count {
  font-size: 0.9rem;
  color: #495057;
  margin: 0;
}
.woocommerce-header .woocommerce-archive-controls .woocommerce-ordering {
  margin: 0;
}
.woocommerce-header .woocommerce-archive-controls .woocommerce-ordering select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  padding: 0.5rem;
  border: 1px solid #adb5bd;
  border-radius: 0.25rem;
  background: #ffffff;
}
.woocommerce-header .woocommerce-archive-controls .woocommerce-ordering select:focus {
  border-color: #40e337;
  outline: none;
}

.mix-card__header {
  display: contents;
}

.page-content {
  width: 100%;
}
/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}
.contact-modal.visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.contact-modal__content {
  position: relative;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 90vw;
  max-width: 520px;
  max-height: 90vh;
  overflow: auto;
  z-index: 1;
}
.contact-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid var(--color-border-light);
}
@media (min-width: 960px) {
  .contact-modal__header {
    padding: 1rem 1.5rem 0.75rem;
  }
}
.contact-modal__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
}
.contact-modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.contact-modal__close:hover {
  background: var(--color-bg-light);
  color: var(--color-text);
}
.contact-modal__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .contact-modal__body {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.contact-modal__error {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--color-error-bg);
  border: 1px solid var(--color-error);
  border-radius: 6px;
  color: var(--color-error);
  font-size: 0.9rem;
  display: none;
}
.contact-modal__error.visible {
  display: block;
}
.contact-modal__success {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--color-success-bg);
  border: 1px solid var(--color-success);
  border-radius: 6px;
  color: var(--color-success);
  font-size: 0.9rem;
  display: none;
}

.contact-modal .contact-form {
  display: block !important;
  margin: 0;
  background: transparent;
}
.contact-modal .contact-form .wpcf7-form {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.contact-modal .contact-form .wpcf7-form p {
  margin: 0;
  padding: 0;
}
.contact-modal .contact-form .wpcf7-form p:has(.wpcf7-submit) {
  order: 10;
}
.contact-modal .contact-form .wpcf7-form p.consent {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.contact-modal .contact-form .wpcf7-form p.consent a {
  color: var(--color-primary);
  text-decoration: underline;
}
.contact-modal .contact-form .wpcf7-form p.consent a:hover {
  color: var(--color-accent);
}
.contact-modal .contact-form .wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.9rem;
}
@media (min-width: 960px) {
  .contact-modal .contact-form .wpcf7-form label {
    margin-bottom: 0.25rem;
  }
}
.contact-modal .contact-form .wpcf7-form input[type=text],
.contact-modal .contact-form .wpcf7-form input[type=email],
.contact-modal .contact-form .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--color-border-light);
  border-radius: 6px;
  font-size: 1rem;
  background: var(--color-white);
  color: var(--color-text);
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-modal .contact-form .wpcf7-form input[type=text]:focus,
.contact-modal .contact-form .wpcf7-form input[type=email]:focus,
.contact-modal .contact-form .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(var(--color-accent-rgb), 0.1);
}
.contact-modal .contact-form .wpcf7-form input[type=text]::placeholder,
.contact-modal .contact-form .wpcf7-form input[type=email]::placeholder,
.contact-modal .contact-form .wpcf7-form textarea::placeholder {
  color: var(--color-text-muted);
  opacity: 0.7;
}
.contact-modal .contact-form .wpcf7-form textarea {
  min-height: 80px;
  height: 80px;
  resize: vertical;
  font-family: inherit;
}
.contact-modal .contact-form .wpcf7-form .cf-turnstile {
  margin: 1.5rem 0 1rem 0;
  display: flex;
  justify-content: flex-start;
}
.contact-modal .contact-form .wpcf7-form .contact-modal__error {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--color-error-bg);
  border: 1px solid var(--color-error);
  border-radius: 6px;
  color: var(--color-error);
  font-size: 0.9rem;
  display: none;
}
.contact-modal .contact-form .wpcf7-form .contact-modal__error.visible {
  display: block;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit {
  display: inline-block;
  text-decoration: none;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:hover, .contact-modal .contact-form .wpcf7-form .wpcf7-submit:focus {
  background: #40e337;
  color: #000000;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:focus {
  outline: 2px solid #40e337;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:focus:not(:focus-visible) {
  outline: none;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:active {
  transform: translateY(1px);
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  width: 100%;
  transition: all 0.2s ease;
  margin-top: 1rem;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-1px);
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}
.contact-modal .contact-form .wpcf7-form .wpcf7-submit:disabled {
  background: var(--color-text-muted);
  cursor: not-allowed;
  transform: none;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-not-valid {
  border-color: var(--color-error) !important;
  box-shadow: 0 0 0 3px rgba(var(--color-error-rgb), 0.1) !important;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-validation-errors,
.contact-modal .contact-form .wpcf7-form .wpcf7-mail-sent-ng {
  background: var(--color-error-bg);
  border: 1px solid var(--color-error);
  border-radius: 6px;
  color: var(--color-error);
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-mail-sent-ok {
  background: var(--color-success-bg);
  border: 1px solid var(--color-success);
  border-radius: 6px;
  color: var(--color-success);
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-response-output {
  color: var(--color-black);
  margin: 1rem 0 0 0;
}
.contact-modal .contact-form .wpcf7-form .wpcf7-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOCIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1kYXNoYXJyYXk9IjEwIDEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHN0eWxlPgpjaXJjbGUgewogIGFuaW1hdGlvbjogcm90YXRlIDFzIGxpbmVhciBpbmZpbml0ZTsKfQpAa2V5ZnJhbWVzIHJvdGF0ZSB7CiAgZnJvbSB7CiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTsKICB9CiAgdG8gewogICAgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsKICB9Cn0KPC9zdHlsZT4KPC9zdmc+Cg==") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.contact-form {
  display: none;
}
.no-js .contact-form {
  display: block;
  background: var(--color-bg-light);
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
}
.no-js .contact-form .wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .contact-modal__content {
    width: 95vw;
    max-height: 95vh;
  }
  .contact-modal__header {
    padding: 1.5rem 1.5rem 1rem;
  }
  .contact-modal__body {
    padding: 1.5rem;
  }
  .contact-modal__title {
    font-size: 1.25rem;
  }
}
/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus,
.sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background: #0d1117;
  color: #ffffff;
  border: 3px solid #40e337;
  z-index: 100000;
  text-decoration: none;
  display: block;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #0d1117;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: 3px solid #40e337;
  z-index: 100000;
}
.skip-link:focus {
  position: fixed;
  left: 0.5rem;
  top: 0.5rem;
  outline: none;
}

#main[tabindex="-1"]:focus {
  outline: 0;
}

*:focus {
  outline: 3px solid #40e337 !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px solid #40e337 !important;
}

#dark-mode-toggle:focus {
  outline: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #40e337;
  box-shadow: 0 0 0 2px rgba(64, 227, 55, 0.2);
}

@media (prefers-contrast: high) {
  * {
    border-color: currentColor;
  }
  .button,
  .btn,
  input[type=submit] {
    border: 2px solid currentColor;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.woocommerce .button,
.woocommerce .btn,
.woocommerce input[type=submit],
button,
.button,
.btn,
input[type=submit],
a.button {
  min-height: 44px;
  min-width: 44px;
}

button.dj-link {
  min-height: 0;
  min-width: 0;
}

p,
.woocommerce-product-details__short-description {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.woocommerce-error:not([role]),
.woocommerce-message:not([role]),
.woocommerce-info:not([role]) {
  role: alert;
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
label:not([for]) {
  cursor: pointer;
}
label:not([for]) input,
label:not([for]) select,
label:not([for]) textarea {
  margin-top: 0.25rem;
}

.required {
  color: #dc2626;
}
.required::after {
  content: " *";
  color: #dc2626;
  font-weight: bold;
  margin-left: 0.25rem;
}

a {
  color: #2f277d;
}
a:hover {
  color: #7b166d;
}
a:focus {
  text-decoration: underline;
}

[data-theme=dark] .screen-reader-text:focus,
[data-theme=dark] .sr-only:focus,
[data-theme=dark] .skip-link:focus {
  background: #0d1117;
  color: #f0f6fc;
  border-color: #10b981;
}
[data-theme=dark] *:focus-visible {
  outline-color: #10b981;
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.2);
}
[data-theme=dark] a {
  color: #7c3aed;
}
[data-theme=dark] a:hover {
  color: #ec4899;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
#mix-container {
  min-height: 25rem;
  background: #ffffff;
  padding: 0.625rem;
}
#mix-container::after {
  content: "";
  display: table;
  clear: both;
}

#mix-intro {
  width: 28.125rem;
  float: left;
  padding: 0.625rem 0.9375rem 0.625rem 0;
}
@media (max-width: 768px) {
  #mix-intro {
    width: 100%;
    float: none;
    padding: 10px 0;
  }
}

#player-container {
  width: 28.125rem;
  height: 21.875rem;
  float: left;
  padding: 0.625rem 0.9375rem 0.625rem 0.625rem;
}
@media (max-width: 768px) {
  #player-container {
    width: 100%;
    float: none;
    height: auto;
    padding: 0.625rem 0;
  }
}

#scrolly {
  width: 26.25rem;
  overflow: auto;
  height: 16.875rem;
}
@media (max-width: 768px) {
  #scrolly {
    width: 100%;
    height: 18.75rem;
  }
}

.mix-box {
  padding: 10px;
  min-height: 220px;
  width: 450px;
  float: left;
  background: #ffffff;
}
.mix-box::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .mix-box {
    width: 100%;
    float: none;
    min-height: auto;
  }
}

.mix-image {
  width: 140px;
  min-height: 200px;
  padding: 0 10px 0 0;
  float: left;
  clear: both;
}
@media (max-width: 480px) {
  .mix-image {
    width: 100px;
    min-height: auto;
  }
}

.mix {
  min-height: 220px;
  padding: 10px 10px 10px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .mix {
    min-height: auto;
  }
}

img.left {
  float: left;
  clear: left;
}

#mixes {
  min-height: 400px;
  background: #ffffff;
  padding: 10px;
}
#mixes a {
  display: inline-block;
  text-decoration: none;
  background: #bf2424;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#mixes a:hover, #mixes a:focus {
  background: #40e337;
  color: #000000;
}
#mixes a:focus {
  outline: 2px solid #40e337;
}
#mixes a:focus:not(:focus-visible) {
  outline: none;
}
#mixes a:active {
  transform: translateY(1px);
}

.none {
  list-style: none;
}

li.none {
  text-decoration: none;
}

.post-type-archive-dj_mix .mix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 0;
}
.post-type-archive-dj_mix .mix-card {
  background: var(--color-white);
  padding: 15px;
  border-radius: 5px;
  box-shadow: var(--shadow-sm);
}
.post-type-archive-dj_mix .mix-card .mix-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}
.post-type-archive-dj_mix .mix-card .mix-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--color-black);
}
.post-type-archive-dj_mix .mix-card .mix-meta {
  color: var(--color-text);
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.post-type-archive-dj_mix .mix-card .mix-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.galleries {
  background: var(--color-white);
  min-height: 25rem;
  padding: 1.25rem;
}
.galleries .page-header {
  text-align: center;
  margin-bottom: 2rem;
}
.galleries .page-header .page-title {
  color: var(--color-black);
  font-size: 2rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.galleries .page-header .archive-description {
  color: var(--color-text);
  font-size: 1.125rem;
}
.galleries .galleries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .galleries .galleries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .galleries .galleries-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.galleries .galleries-grid {
  margin-bottom: 2rem;
}

.single-dj .dj-galleries .galleries-grid,
body.single-dj .dj-galleries .galleries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .single-dj .dj-galleries .galleries-grid,
  body.single-dj .dj-galleries .galleries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .single-dj .dj-galleries .galleries-grid,
  body.single-dj .dj-galleries .galleries-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.gallery-card {
  background: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease;
}
.gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.gallery-card__thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.gallery-card__thumbnail a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.gallery-card__thumbnail a:focus {
  outline: 2px solid var(--color-accent);
}
.gallery-card__thumbnail .gallery-card__image {
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-card__thumbnail .gallery-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  background: var(--color-bg-muted);
  color: var(--color-text);
}
.gallery-card__thumbnail .gallery-card__placeholder-icon {
  font-size: 3rem;
  opacity: 0.5;
}
.gallery-card__thumbnail .gallery-card__count {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.gallery-card__thumbnail:hover .gallery-card__image {
  transform: scale(1.05);
}
.gallery-card__content {
  padding: 1rem;
}
@media (max-width: 768px) {
  .gallery-card__content {
    padding: 0.875rem;
  }
}
.gallery-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  color: var(--color-black);
}
.gallery-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.gallery-card__title a:hover {
  color: var(--color-accent);
}
.gallery-card__title a:focus {
  outline: 2px solid var(--color-accent);
}
.gallery-card__title a:hover {
  color: var(--color-primary);
}
.gallery-card__date {
  display: block;
  color: var(--color-text);
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.gallery-card__excerpt {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.gallery-card__excerpt p:last-child {
  margin-bottom: 0;
}
.gallery-card__event {
  margin-bottom: 1rem;
}
.gallery-card__event p {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  color: var(--color-text);
}
.gallery-card__event a {
  color: var(--color-primary);
}
.gallery-card__event a:hover {
  color: var(--color-accent);
}
.gallery-card__link {
  margin-top: auto;
}

.no-galleries {
  text-align: center;
  color: var(--color-text);
  font-size: 1.125rem;
  padding: 3rem;
}

body .site-main article.gallery-single,
body #content article.gallery-single,
article.gallery-single.gallery-single {
  background: var(--color-white);
  padding: 1.25rem;
  display: block;
  width: 100%;
  float: none;
  position: relative;
  grid-template-columns: unset;
  flex-direction: column;
  flex-wrap: nowrap;
}
body .site-main article.gallery-single > *,
body #content article.gallery-single > *,
article.gallery-single.gallery-single > * {
  float: none;
  width: auto;
  display: block;
  position: relative;
}
body .site-main article.gallery-single .gallery-single__header,
body #content article.gallery-single .gallery-single__header,
article.gallery-single.gallery-single .gallery-single__header {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
  margin-bottom: 2rem;
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__title,
body #content article.gallery-single .gallery-single__header .gallery-single__title,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__title {
  color: var(--color-black);
  font-size: 2.5rem;
  margin-bottom: 1rem;
  padding: 0;
}
@media (max-width: 768px) {
  body .site-main article.gallery-single .gallery-single__header .gallery-single__title,
  body #content article.gallery-single .gallery-single__header .gallery-single__title,
  article.gallery-single.gallery-single .gallery-single__header .gallery-single__title {
    font-size: 2rem;
  }
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__nav-meta,
body #content article.gallery-single .gallery-single__header .gallery-single__nav-meta,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__nav-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  body .site-main article.gallery-single .gallery-single__header .gallery-single__nav-meta,
  body #content article.gallery-single .gallery-single__header .gallery-single__nav-meta,
  article.gallery-single.gallery-single .gallery-single__header .gallery-single__nav-meta {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__nav .btn,
body #content article.gallery-single .gallery-single__header .gallery-single__nav .btn,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__nav .btn {
  display: inline-block;
  width: auto;
  margin: 0;
}
@media (max-width: 480px) {
  body .site-main article.gallery-single .gallery-single__header .gallery-single__nav,
  body #content article.gallery-single .gallery-single__header .gallery-single__nav,
  article.gallery-single.gallery-single .gallery-single__header .gallery-single__nav {
    text-align: center;
  }
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__meta,
body #content article.gallery-single .gallery-single__header .gallery-single__meta,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  color: var(--color-text);
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  body .site-main article.gallery-single .gallery-single__header .gallery-single__meta,
  body #content article.gallery-single .gallery-single__header .gallery-single__meta,
  article.gallery-single.gallery-single .gallery-single__header .gallery-single__meta {
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__excerpt,
body #content article.gallery-single .gallery-single__header .gallery-single__excerpt,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__excerpt {
  color: #333333;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__events,
body #content article.gallery-single .gallery-single__header .gallery-single__events,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__events {
  margin-bottom: 1.5rem;
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__events h3,
body #content article.gallery-single .gallery-single__header .gallery-single__events h3,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__events h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__events-link,
body #content article.gallery-single .gallery-single__header .gallery-single__events-link,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__events-link {
  display: inline-block;
  color: #2f277d;
  margin: 0 0.5rem;
}
body .site-main article.gallery-single .gallery-single__header .gallery-single__events-link:hover,
body #content article.gallery-single .gallery-single__header .gallery-single__events-link:hover,
article.gallery-single.gallery-single .gallery-single__header .gallery-single__events-link:hover {
  color: #40e337;
}
body .site-main article.gallery-single .gallery-single__content,
body #content article.gallery-single .gallery-single__content,
article.gallery-single.gallery-single .gallery-single__content {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  max-width: none;
  position: relative;
}
body .site-main article.gallery-single .gallery-single__description,
body #content article.gallery-single .gallery-single__description,
article.gallery-single.gallery-single .gallery-single__description {
  border-top: 1px solid #eee;
  color: #333333;
  line-height: 1.6;
  margin-top: 2rem;
  padding-top: 2rem;
}
body .site-main article.gallery-single .gallery-single__empty,
body #content article.gallery-single .gallery-single__empty,
article.gallery-single.gallery-single .gallery-single__empty {
  color: #333333;
  padding: 3rem;
  text-align: center;
}

.gallery-lightbox .galleries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .gallery-lightbox .galleries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .gallery-lightbox .galleries-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.gallery-card {
  background: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease;
}
.gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.gallery-card__thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-card__thumbnail a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.gallery-card__thumbnail a:focus {
  outline: 2px solid #40e337;
}
.gallery-card__thumbnail a:hover .gallery-card__image {
  transform: scale(1.05);
}
.gallery-card__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 0.25rem 0.25rem 0 0;
}
.gallery-card__content {
  padding: 1rem;
}
@media (max-width: 768px) {
  .gallery-card__content {
    padding: 0.875rem;
  }
}
.gallery-card__caption {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox-modal--active {
  opacity: 1;
  visibility: visible;
}
.lightbox-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox-modal__container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-modal__content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
}
.lightbox-modal__content.transitioning.slide-left {
  transform: translateX(-100%);
}
.lightbox-modal__content.transitioning.slide-right {
  transform: translateX(100%);
}
.lightbox-modal__content.transitioning.slide-in-left {
  transform: translateX(100%);
  animation: slideInLeft 0.3s ease-in-out forwards;
}
.lightbox-modal__content.transitioning.slide-in-right {
  transform: translateX(-100%);
  animation: slideInRight 0.3s ease-in-out forwards;
}
.lightbox-modal__content.touch-active {
  transition: transform 0.1s ease-out;
}
.lightbox-modal__content.swiping {
  transition: none;
}
@keyframes slideInLeft {
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    transform: translateX(0);
  }
}
.lightbox-modal__image {
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.lightbox-modal__info {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
.lightbox-modal__title {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
  padding: 0;
}
.lightbox-modal__description {
  font-size: 0.875rem;
  margin: 0;
  opacity: 0.8;
}
.lightbox-modal__close, .lightbox-modal__prev, .lightbox-modal__next {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-modal__close:hover:not(:disabled), .lightbox-modal__prev:hover:not(:disabled), .lightbox-modal__next:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.lightbox-modal__close:focus, .lightbox-modal__prev:focus, .lightbox-modal__next:focus {
  outline: none;
  box-shadow: 0 0 0 2px #40e337, 0 2px 8px rgba(0, 0, 0, 0.3);
}
.lightbox-modal__close:active:not(:disabled), .lightbox-modal__prev:active:not(:disabled), .lightbox-modal__next:active:not(:disabled) {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0.95);
}
.lightbox-modal__close:disabled, .lightbox-modal__prev:disabled, .lightbox-modal__next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lightbox-modal__close:disabled:hover, .lightbox-modal__close:disabled:focus, .lightbox-modal__close:disabled:active, .lightbox-modal__prev:disabled:hover, .lightbox-modal__prev:disabled:focus, .lightbox-modal__prev:disabled:active, .lightbox-modal__next:disabled:hover, .lightbox-modal__next:disabled:focus, .lightbox-modal__next:disabled:active {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  transform: none;
}
.lightbox-modal__close {
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
}
.lightbox-modal__prev {
  left: 1rem;
  top: calc(50% - 1.5rem);
  font-size: 2rem;
}
.lightbox-modal__prev:active:not(:disabled) {
  transform: scale(0.95);
}
.lightbox-modal__next {
  right: 1rem;
  top: calc(50% - 1.5rem);
  font-size: 2rem;
}
.lightbox-modal__next:active:not(:disabled) {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .lightbox-modal__container {
    max-width: 95vw;
    max-height: 95vh;
  }
  .lightbox-modal__close, .lightbox-modal__prev, .lightbox-modal__next {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .lightbox-modal__close {
    top: 0.5rem;
    right: 0.5rem;
  }
  .lightbox-modal__prev {
    left: 0.5rem;
    top: calc(50% - 1.25rem);
  }
  .lightbox-modal__next {
    right: 0.5rem;
    top: calc(50% - 1.25rem);
  }
}

.lightbox-modal-open {
  overflow: hidden;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.dj-section {
  margin-bottom: 3rem;
}
.dj-section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.djs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .djs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .djs-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.dj-card {
  background: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease;
}
.dj-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.dj-card--linked {
  text-decoration: none;
  color: inherit;
  display: block;
}
.dj-card--linked:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.dj-card--linked:focus {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}
.dj-card--linked .dj-card__title {
  color: var(--color-text);
  transition: color 0.3s ease;
}
.dj-card--linked:hover .dj-card__title {
  color: var(--color-accent);
}
.dj-card--resident .dj-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-light);
}
.dj-card--resident .dj-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.dj-card--resident .dj-card__img:hover {
  transform: scale(1.05);
}
.dj-card--resident .dj-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dj-card--guest .dj-card__content {
  padding: 2rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .dj-card--guest .dj-card__content {
    padding: 1.5rem 1rem;
  }
}
.dj-card__content {
  padding: 1rem;
}
@media (max-width: 768px) {
  .dj-card__content {
    padding: 0.875rem;
  }
}
.dj-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  color: var(--color-black);
}
.dj-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.dj-card__title a:hover {
  color: var(--color-accent);
}
.dj-card__title a:focus {
  outline: 2px solid var(--color-accent);
}
.dj-card__title {
  text-align: center;
  margin-bottom: 0;
}
.dj-card__title a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.3s ease;
}
.dj-card__title a:hover {
  color: var(--color-accent);
}
.dj-card__title a:focus {
  outline: 2px solid var(--color-accent);
  border-radius: 4px;
}

.no-djs {
  text-align: center;
  padding: 4rem 2rem;
}
.no-djs p {
  font-size: 1.1rem;
  color: var(--color-text-muted);
}

@media (max-width: 480px) {
  .djs-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .dj-card--guest .dj-card__content {
    padding: 1rem;
  }
}
/*!
Theme Name: DownTownSounds WordPress Theme
Theme URI: https://downtownsounds.org
Author: DownTownSounds.org
Author URI: https://downtownsounds.org
Description: Custom WordPress theme for DownTownSounds.org modernization project, preserving the original design while adding modern WordPress functionality for events, DJ mixes, and galleries.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasdts
Tags: custom-post-types, events, music, gallery, responsive
*/
.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: auto !important;
  background-color: #7c3aed !important;
  color: #ffffff !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.25rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  top: 0.5rem !important;
  left: 0.5rem !important;
  z-index: 99999 !important;
  box-shadow: none !important;
  outline: 3px solid #40e337 !important;
  outline-offset: 2px !important;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.m-xs {
  margin: 0.25rem;
}

.mt-xs {
  margin-top: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.25rem;
}

.ml-xs {
  margin-left: 0.25rem;
}

.mr-xs {
  margin-right: 0.25rem;
}

.m-sm {
  margin: 0.5rem;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.ml-sm {
  margin-left: 0.5rem;
}

.mr-sm {
  margin-right: 0.5rem;
}

.m-md {
  margin: 1rem;
}

.mt-md {
  margin-top: 1rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.ml-md {
  margin-left: 1rem;
}

.mr-md {
  margin-right: 1rem;
}

.m-lg {
  margin: 1.5rem;
}

.mt-lg {
  margin-top: 1.5rem;
}

.mb-lg {
  margin-bottom: 1.5rem;
}

.ml-lg {
  margin-left: 1.5rem;
}

.mr-lg {
  margin-right: 1.5rem;
}

.m-xl {
  margin: 2rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.ml-xl {
  margin-left: 2rem;
}

.mr-xl {
  margin-right: 2rem;
}

.m-2xl {
  margin: 3rem;
}

.mt-2xl {
  margin-top: 3rem;
}

.mb-2xl {
  margin-bottom: 3rem;
}

.ml-2xl {
  margin-left: 3rem;
}

.mr-2xl {
  margin-right: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.p-xs {
  padding: 0.25rem;
}

.pt-xs {
  padding-top: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.25rem;
}

.pl-xs {
  padding-left: 0.25rem;
}

.pr-xs {
  padding-right: 0.25rem;
}

.p-sm {
  padding: 0.5rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.pl-sm {
  padding-left: 0.5rem;
}

.pr-sm {
  padding-right: 0.5rem;
}

.p-md {
  padding: 1rem;
}

.pt-md {
  padding-top: 1rem;
}

.pb-md {
  padding-bottom: 1rem;
}

.pl-md {
  padding-left: 1rem;
}

.pr-md {
  padding-right: 1rem;
}

.p-lg {
  padding: 1.5rem;
}

.pt-lg {
  padding-top: 1.5rem;
}

.pb-lg {
  padding-bottom: 1.5rem;
}

.pl-lg {
  padding-left: 1.5rem;
}

.pr-lg {
  padding-right: 1.5rem;
}

.p-xl {
  padding: 2rem;
}

.pt-xl {
  padding-top: 2rem;
}

.pb-xl {
  padding-bottom: 2rem;
}

.pl-xl {
  padding-left: 2rem;
}

.pr-xl {
  padding-right: 2rem;
}

.p-2xl {
  padding: 3rem;
}

.pt-2xl {
  padding-top: 3rem;
}

.pb-2xl {
  padding-bottom: 3rem;
}

.pl-2xl {
  padding-left: 3rem;
}

.pr-2xl {
  padding-right: 3rem;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.rounded-none {
  border-radius: 0;
}

.rounded-xs {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.375rem;
}

.rounded-md {
  border-radius: 0.5rem;
}

.rounded-lg {
  border-radius: 0.75rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: var(--shadow-sm);
}

.shadow {
  box-shadow: var(--shadow-md);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

.text-primary {
  color: var(--color-primary);
}

.text-secondary {
  color: var(--color-secondary);
}

.text-accent {
  color: var(--color-accent);
}

.text-muted {
  color: var(--color-text-muted);
}

.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.bg-accent {
  background-color: var(--color-accent);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-light {
  background-color: var(--color-bg-light);
}

.bg-muted {
  background-color: var(--color-bg-muted);
}

.bg-neutral {
  background-color: var(--color-bg-neutral);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.focus-outline:focus {
  outline: 2px solid var(--color-accent);
}
.focus-outline:focus:not(:focus-visible) {
  outline: none;
}

@media (max-width: 480px) {
  .hidden-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 960px) {
  .hidden-desktop {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 480px) {
  .show-mobile {
    display: block;
  }
}

.show-tablet {
  display: none;
}
@media (max-width: 768px) {
  .show-tablet {
    display: block;
  }
}

.show-desktop {
  display: none;
}
@media (min-width: 960px) {
  .show-desktop {
    display: block;
  }
}

.transition {
  transition: all 0.2s ease;
}

.transition-colors {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.transition-opacity {
  transition: opacity 0.2s ease;
}

.transition-transform {
  transition: transform 0.2s ease;
}

.scale-105:hover {
  transform: scale(1.05);
}

.scale-110:hover {
  transform: scale(1.1);
}

.translate-y-1:hover {
  transform: translateY(-0.25rem);
}

.translate-y-2:hover {
  transform: translateY(-0.5rem);
}

.wp-block-columns {
  align-items: flex-start;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.wp-block-columns .wp-block-column > h1, .wp-block-columns .wp-block-column > h2, .wp-block-columns .wp-block-column > h3, .wp-block-columns .wp-block-column > h4, .wp-block-columns .wp-block-column > h5, .wp-block-columns .wp-block-column > h6 {
  margin-top: 0 !important;
}
.wp-block-columns .wp-block-column > h1:first-child + .upcoming-events, .wp-block-columns .wp-block-column > h2:first-child + .upcoming-events, .wp-block-columns .wp-block-column > h3:first-child + .upcoming-events, .wp-block-columns .wp-block-column > h4:first-child + .upcoming-events, .wp-block-columns .wp-block-column > h5:first-child + .upcoming-events, .wp-block-columns .wp-block-column > h6:first-child + .upcoming-events {
  margin-top: 0.5rem !important;
}
.wp-block-columns .wp-block-column > p:first-child {
  margin-top: 0 !important;
}
.wp-block-columns .wp-block-column > .upcoming-events:first-child {
  margin-top: 0 !important;
}

:root {
  --color-primary: #2f277d;
  --color-secondary: #7b166d;
  --color-accent: #40e337;
  --color-mixes: #bf2424;
  --color-text: #333333;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bg-light: #f8f9fa;
  --color-bg-muted: #e9ecef;
  --color-bg-neutral: #f5f5f5;
  --color-text-muted: #495057;
  --color-border: #adb5bd;
  --color-border-light: #dee2e6;
  --color-success: #155724;
  --color-success-bg: #d4edda;
  --color-info: #004085;
  --color-info-bg: #cce7ff;
  --color-error: #dc2626;
  --color-error-bg: #fef2f2;
  --color-warning: #721c24;
  --color-warning-bg: #f8d7da;
  --overlay-light: rgba(255, 255, 255, 0.9);
  --overlay-dark: rgba(0, 0, 0, 0.95);
  --overlay-medium: rgba(0, 0, 0, 0.5);
  --color-link: #2f277d;
  --color-link-hover: #7b166d;
  --color-link-visited: #5a1e91;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.2);
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
}

body.dark-mode {
  --color-primary: #7c3aed;
  --color-secondary: #ec4899;
  --color-accent: #10b981;
  --color-mixes: #f87171;
  --color-white: #0d1117;
  --color-black: #f0f6fc;
  --color-text: #f0f6fc;
  --color-text-muted: #8b949e;
  --color-bg-light: #161b22;
  --color-bg-muted: #21262d;
  --color-bg-neutral: #30363d;
  --color-border: #30363d;
  --color-border-light: #21262d;
  --color-success: #34d399;
  --color-success-bg: #064e3b;
  --color-info: #60a5fa;
  --color-info-bg: #1e3a8a;
  --color-error: #f87171;
  --color-error-bg: #7f1d1d;
  --color-warning: #fbbf24;
  --color-warning-bg: #78350f;
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.6);
  --color-link: #8b5cf6;
  --color-link-hover: #a78bfa;
  --color-link-visited: #c084fc;
  color: #f0f6fc !important;
}
body.dark-mode .site-container,
body.dark-mode .site-header,
body.dark-mode .header-content,
body.dark-mode .site-branding,
body.dark-mode .site-main,
body.dark-mode main,
body.dark-mode .container,
body.dark-mode .page-content,
body.dark-mode .woocommerce-content,
body.dark-mode section,
body.dark-mode article,
body.dark-mode .featured-mix-footer {
  color: #f0f6fc !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .page-title.screen-reader-text,
  .entry-title.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .page-title.screen-reader-text,
  .entry-title.screen-reader-text {
    clip: auto !important;
    clip-path: none !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
}
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.single-event .entry-content,
.single-dj .entry-content,
.single-dj_mix .entry-content,
.single-gallery .entry-content {
  max-width: 100%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

figure iframe,
.wp-block-embed iframe,
iframe {
  max-width: 100%;
  width: 100%;
}

iframe[src*="soundcloud.com"] {
  max-width: 100%;
  width: 100%;
}

iframe[src*="mixcloud.com"] {
  max-width: 100%;
  width: 100%;
}

.gdpr-consent-banner {
  padding-right: 3rem !important;
}
.gdpr-consent-banner .gdpr-close-btn {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  background: transparent !important;
  border: none !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  padding: 0.25rem 0.5rem !important;
  cursor: pointer !important;
  z-index: 10 !important;
  color: inherit !important;
}
.gdpr-consent-banner .gdpr-close-btn:hover {
  opacity: 0.7 !important;
}
.gdpr-consent-banner .gdpr-consent-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  margin-top: 1rem !important;
}

body.dark-mode .cookie-consent-modal,
body.dark-mode .gdpr-consent-modal,
body.dark-mode .cookie-notice,
body.dark-mode [class*=cookie],
body.dark-mode [class*=consent],
body.dark-mode [class*=gdpr] {
  background: var(--color-bg-neutral) !important;
  color: var(--color-text) !important;
  border-color: var(--color-border) !important;
}
body.dark-mode .cookie-consent-modal h1, body.dark-mode .cookie-consent-modal h2, body.dark-mode .cookie-consent-modal h3, body.dark-mode .cookie-consent-modal h4, body.dark-mode .cookie-consent-modal h5, body.dark-mode .cookie-consent-modal h6,
body.dark-mode .gdpr-consent-modal h1,
body.dark-mode .gdpr-consent-modal h2,
body.dark-mode .gdpr-consent-modal h3,
body.dark-mode .gdpr-consent-modal h4,
body.dark-mode .gdpr-consent-modal h5,
body.dark-mode .gdpr-consent-modal h6,
body.dark-mode .cookie-notice h1,
body.dark-mode .cookie-notice h2,
body.dark-mode .cookie-notice h3,
body.dark-mode .cookie-notice h4,
body.dark-mode .cookie-notice h5,
body.dark-mode .cookie-notice h6,
body.dark-mode [class*=cookie] h1,
body.dark-mode [class*=cookie] h2,
body.dark-mode [class*=cookie] h3,
body.dark-mode [class*=cookie] h4,
body.dark-mode [class*=cookie] h5,
body.dark-mode [class*=cookie] h6,
body.dark-mode [class*=consent] h1,
body.dark-mode [class*=consent] h2,
body.dark-mode [class*=consent] h3,
body.dark-mode [class*=consent] h4,
body.dark-mode [class*=consent] h5,
body.dark-mode [class*=consent] h6,
body.dark-mode [class*=gdpr] h1,
body.dark-mode [class*=gdpr] h2,
body.dark-mode [class*=gdpr] h3,
body.dark-mode [class*=gdpr] h4,
body.dark-mode [class*=gdpr] h5,
body.dark-mode [class*=gdpr] h6 {
  color: var(--color-text) !important;
}
body.dark-mode .cookie-consent-modal p, body.dark-mode .cookie-consent-modal span, body.dark-mode .cookie-consent-modal div, body.dark-mode .cookie-consent-modal label,
body.dark-mode .gdpr-consent-modal p,
body.dark-mode .gdpr-consent-modal span,
body.dark-mode .gdpr-consent-modal div,
body.dark-mode .gdpr-consent-modal label,
body.dark-mode .cookie-notice p,
body.dark-mode .cookie-notice span,
body.dark-mode .cookie-notice div,
body.dark-mode .cookie-notice label,
body.dark-mode [class*=cookie] p,
body.dark-mode [class*=cookie] span,
body.dark-mode [class*=cookie] div,
body.dark-mode [class*=cookie] label,
body.dark-mode [class*=consent] p,
body.dark-mode [class*=consent] span,
body.dark-mode [class*=consent] div,
body.dark-mode [class*=consent] label,
body.dark-mode [class*=gdpr] p,
body.dark-mode [class*=gdpr] span,
body.dark-mode [class*=gdpr] div,
body.dark-mode [class*=gdpr] label {
  color: var(--color-text) !important;
}
body.dark-mode .cookie-consent-modal button, body.dark-mode .cookie-consent-modal input[type=button], body.dark-mode .cookie-consent-modal input[type=submit],
body.dark-mode .gdpr-consent-modal button,
body.dark-mode .gdpr-consent-modal input[type=button],
body.dark-mode .gdpr-consent-modal input[type=submit],
body.dark-mode .cookie-notice button,
body.dark-mode .cookie-notice input[type=button],
body.dark-mode .cookie-notice input[type=submit],
body.dark-mode [class*=cookie] button,
body.dark-mode [class*=cookie] input[type=button],
body.dark-mode [class*=cookie] input[type=submit],
body.dark-mode [class*=consent] button,
body.dark-mode [class*=consent] input[type=button],
body.dark-mode [class*=consent] input[type=submit],
body.dark-mode [class*=gdpr] button,
body.dark-mode [class*=gdpr] input[type=button],
body.dark-mode [class*=gdpr] input[type=submit] {
  background: var(--color-accent) !important;
  color: var(--color-white) !important;
  border: none !important;
}
body.dark-mode .cookie-consent-modal button:hover, body.dark-mode .cookie-consent-modal input[type=button]:hover, body.dark-mode .cookie-consent-modal input[type=submit]:hover,
body.dark-mode .gdpr-consent-modal button:hover,
body.dark-mode .gdpr-consent-modal input[type=button]:hover,
body.dark-mode .gdpr-consent-modal input[type=submit]:hover,
body.dark-mode .cookie-notice button:hover,
body.dark-mode .cookie-notice input[type=button]:hover,
body.dark-mode .cookie-notice input[type=submit]:hover,
body.dark-mode [class*=cookie] button:hover,
body.dark-mode [class*=cookie] input[type=button]:hover,
body.dark-mode [class*=cookie] input[type=submit]:hover,
body.dark-mode [class*=consent] button:hover,
body.dark-mode [class*=consent] input[type=button]:hover,
body.dark-mode [class*=consent] input[type=submit]:hover,
body.dark-mode [class*=gdpr] button:hover,
body.dark-mode [class*=gdpr] input[type=button]:hover,
body.dark-mode [class*=gdpr] input[type=submit]:hover {
  background: var(--color-primary) !important;
}
body.dark-mode .cookie-consent-modal select, body.dark-mode .cookie-consent-modal input[type=text], body.dark-mode .cookie-consent-modal input[type=email], body.dark-mode .cookie-consent-modal textarea,
body.dark-mode .gdpr-consent-modal select,
body.dark-mode .gdpr-consent-modal input[type=text],
body.dark-mode .gdpr-consent-modal input[type=email],
body.dark-mode .gdpr-consent-modal textarea,
body.dark-mode .cookie-notice select,
body.dark-mode .cookie-notice input[type=text],
body.dark-mode .cookie-notice input[type=email],
body.dark-mode .cookie-notice textarea,
body.dark-mode [class*=cookie] select,
body.dark-mode [class*=cookie] input[type=text],
body.dark-mode [class*=cookie] input[type=email],
body.dark-mode [class*=cookie] textarea,
body.dark-mode [class*=consent] select,
body.dark-mode [class*=consent] input[type=text],
body.dark-mode [class*=consent] input[type=email],
body.dark-mode [class*=consent] textarea,
body.dark-mode [class*=gdpr] select,
body.dark-mode [class*=gdpr] input[type=text],
body.dark-mode [class*=gdpr] input[type=email],
body.dark-mode [class*=gdpr] textarea {
  background: var(--color-bg-muted) !important;
  color: var(--color-text) !important;
  border-color: var(--color-border) !important;
}
body.dark-mode .modal,
body.dark-mode .popup,
body.dark-mode .overlay,
body.dark-mode [role=dialog],
body.dark-mode [role=alertdialog] {
  background: var(--color-bg-neutral) !important;
  color: var(--color-text) !important;
}
body.dark-mode .modal h1, body.dark-mode .modal h2, body.dark-mode .modal h3, body.dark-mode .modal h4, body.dark-mode .modal h5, body.dark-mode .modal h6, body.dark-mode .modal p, body.dark-mode .modal span, body.dark-mode .modal div, body.dark-mode .modal label,
body.dark-mode .popup h1,
body.dark-mode .popup h2,
body.dark-mode .popup h3,
body.dark-mode .popup h4,
body.dark-mode .popup h5,
body.dark-mode .popup h6,
body.dark-mode .popup p,
body.dark-mode .popup span,
body.dark-mode .popup div,
body.dark-mode .popup label,
body.dark-mode .overlay h1,
body.dark-mode .overlay h2,
body.dark-mode .overlay h3,
body.dark-mode .overlay h4,
body.dark-mode .overlay h5,
body.dark-mode .overlay h6,
body.dark-mode .overlay p,
body.dark-mode .overlay span,
body.dark-mode .overlay div,
body.dark-mode .overlay label,
body.dark-mode [role=dialog] h1,
body.dark-mode [role=dialog] h2,
body.dark-mode [role=dialog] h3,
body.dark-mode [role=dialog] h4,
body.dark-mode [role=dialog] h5,
body.dark-mode [role=dialog] h6,
body.dark-mode [role=dialog] p,
body.dark-mode [role=dialog] span,
body.dark-mode [role=dialog] div,
body.dark-mode [role=dialog] label,
body.dark-mode [role=alertdialog] h1,
body.dark-mode [role=alertdialog] h2,
body.dark-mode [role=alertdialog] h3,
body.dark-mode [role=alertdialog] h4,
body.dark-mode [role=alertdialog] h5,
body.dark-mode [role=alertdialog] h6,
body.dark-mode [role=alertdialog] p,
body.dark-mode [role=alertdialog] span,
body.dark-mode [role=alertdialog] div,
body.dark-mode [role=alertdialog] label {
  color: var(--color-text) !important;
}
body.dark-mode select, body.dark-mode option {
  background: var(--color-bg-muted) !important;
  color: var(--color-text) !important;
  border-color: var(--color-border) !important;
}
body.dark-mode .page-title,
body.dark-mode .entry-title,
body.dark-mode .post-title,
body.dark-mode .product-title,
body.dark-mode .woocommerce .page-title,
body.dark-mode .woocommerce-header .page-title,
body.dark-mode h1.page-title,
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
  color: var(--color-text) !important;
}
body.dark-mode .page-header.woocommerce-header,
body.dark-mode .page-header.woocommerce-header * {
  color: var(--color-text) !important;
}
body.dark-mode .woocommerce .product .woocommerce-loop-product__title,
body.dark-mode .woocommerce .product .woocommerce-loop-product__title a {
  color: #f0f6fc !important;
}
body.dark-mode .woocommerce .product .woocommerce-loop-product__title:hover,
body.dark-mode .woocommerce .product .woocommerce-loop-product__title a:hover {
  color: var(--color-accent) !important;
}
body.dark-mode .woocommerce input[type=number],
body.dark-mode .woocommerce input.qty,
body.dark-mode .woocommerce .input-text.qty,
body.dark-mode .woocommerce-content input[type=number],
body.dark-mode .woocommerce-content input.qty,
body.dark-mode .woocommerce-content .input-text.qty {
  background: var(--color-bg-muted) !important;
  color: var(--color-text) !important;
  border-color: var(--color-border) !important;
}
body.dark-mode .woocommerce input,
body.dark-mode .woocommerce select,
body.dark-mode .woocommerce textarea,
body.dark-mode .woocommerce option,
body.dark-mode .woocommerce-content input,
body.dark-mode .woocommerce-content select,
body.dark-mode .woocommerce-content textarea,
body.dark-mode .woocommerce-content option {
  background: var(--color-bg-muted) !important;
  color: var(--color-text) !important;
  border-color: var(--color-border) !important;
}
body.dark-mode .woocommerce .product_meta a,
body.dark-mode .woocommerce .posted_in a,
body.dark-mode .woocommerce .tagged_as a,
body.dark-mode .woocommerce-content .product_meta a,
body.dark-mode .woocommerce-content .posted_in a,
body.dark-mode .woocommerce-content .tagged_as a {
  color: var(--color-text) !important;
}
body.dark-mode .woocommerce .product_meta a:hover,
body.dark-mode .woocommerce .posted_in a:hover,
body.dark-mode .woocommerce .tagged_as a:hover,
body.dark-mode .woocommerce-content .product_meta a:hover,
body.dark-mode .woocommerce-content .posted_in a:hover,
body.dark-mode .woocommerce-content .tagged_as a:hover {
  color: var(--color-accent) !important;
}

/*# sourceMappingURL=style.css.map */
