html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(142, 0, 0, .12), transparent 360px),
    linear-gradient(90deg, rgba(73, 34, 25, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(73, 34, 25, .04) 1px, transparent 1px),
    #d8cfb7;
  background-size: auto, 18px 18px, 18px 18px, auto;
  color: #2b2420;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: #f5d36a;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a:visited {
  color: #e7b8a6;
}

a:hover,
a:focus-visible {
  color: #fff7d8;
}

a:focus-visible,
input:focus-visible {
  outline: 3px solid #f5d36a;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 1000;
  padding: 8px 12px;
  background: #210f0d;
  color: #fff;
  border: 1px solid #d8cfb7;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.container_16 {
  max-width: 940px;
  width: calc(100% - 24px);
  filter: drop-shadow(0 22px 48px rgba(32, 12, 10, .22));
}

.container_16,
.grid_16 {
  box-sizing: border-box;
}

.container_16 .grid_16,
.grid_16.blog_title,
.grid_16.navigation,
.grid_16.main_image,
.grid_16.content_wrapper,
.grid_16.footer {
  width: 100% !important;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blog_title {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: clamp(92px, 13vw, 140px);
  padding: clamp(12px, 2.4vw, 22px);
  background:
    linear-gradient(90deg, rgba(92, 0, 0, .98), rgba(142, 0, 0, .88) 42%, rgba(92, 0, 0, .92)),
    url("/wp-content/themes/that-music-theme/img/site_title_bck.gif") center right / cover no-repeat,
    #8e0000;
  border: 1px solid rgba(216, 207, 183, .18);
  border-bottom: 0;
}

.blog_title:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.15) 42%, transparent 58%),
    radial-gradient(circle at 88% 25%, rgba(216,207,183,.16), transparent 180px);
  mix-blend-mode: screen;
  opacity: .55;
}

.blog_title h1 {
  width: auto !important;
  height: auto !important;
  min-height: clamp(48px, 8vw, 76px);
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  background: transparent !important;
  color: #fff;
  font-size: clamp(28px, 5.2vw, 44px);
  line-height: 1.02;
  letter-spacing: 0;
}

.blog_title h1 a {
  min-height: clamp(44px, 7vw, 68px);
  display: flex;
  align-items: center;
  padding: 0 0 0 clamp(50px, 8vw, 72px) !important;
  background: url("/wp-content/themes/that-music-theme/img/title_icon.gif") center left / clamp(36px, 6vw, 54px) auto no-repeat !important;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 0 2px 0 #260000, 0 10px 28px rgba(0,0,0,.35);
}

.blog_title h1 a:hover,
.blog_title h1 a:focus-visible {
  text-decoration: none !important;
  color: #fff7d8 !important;
}

.blog_title h4 {
  width: auto !important;
  margin: 4px 0 0 clamp(50px, 8vw, 72px) !important;
  padding: 0 !important;
  color: #fff0c3 !important;
  font-size: clamp(13px, 2.1vw, 17px);
  line-height: 1.35;
  text-shadow: 0 1px 0 #260000;
}

.blog_title h1,
.blog_title h4 {
  position: relative;
  z-index: 1;
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 50;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(45, 43, 47, .96), rgba(31, 30, 35, .94));
  border-bottom: 1px solid rgba(216, 207, 183, .18);
  box-shadow: 0 12px 28px rgba(31, 14, 12, .22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navigation ul,
.navigation ul.menu {
  display: flex !important;
  float: none !important;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.navigation ul li,
.navigation li {
  float: none !important;
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.navigation li a,
.navigation ul li a {
  display: block;
  float: none !important;
  height: auto !important;
  min-height: 17px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.25;
  white-space: normal;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.navigation li a:hover,
.navigation li a:focus-visible {
  background-color: rgba(142, 0, 0, .68);
  color: #fff7d8;
  transform: translateY(-1px);
}

.search_box,
.widget_search {
  display: none;
}

.content_wrapper {
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}

.entry,
.post,
.widget {
  overflow-wrap: anywhere;
}

.entry {
  background-color: rgba(32, 24, 21, .88) !important;
  border: 1px solid rgba(216, 207, 183, .16);
  box-shadow: 0 16px 34px rgba(31, 14, 12, .18);
}

.post,
.media-panel,
.article-feed-card,
.widget {
  box-sizing: border-box;
}

.entry p,
html>body .entry li,
.entry td,
.entry dd,
.entry blockquote,
.tabbertab,
.tabbertab p,
.tabbertab ul li,
.sleft ul li ul li,
.sright ul li ul li {
  color: #fff8e7;
  font-size: 15px;
  line-height: 1.65;
}

.entry p {
  padding-bottom: 14px;
}

.entry p a,
.entry li a,
.entry blockquote a,
.tabbertab a,
.sleft ul li a,
.sright ul li a,
.post a {
  color: #f5d36a;
  font-weight: 600;
}

.entry p a:visited,
.entry li a:visited,
.entry blockquote a:visited,
.tabbertab a:visited,
.sleft ul li a:visited,
.sright ul li a:visited,
.post a:visited {
  color: #e7b8a6;
}

.entry p a:hover,
.entry p a:focus-visible,
.entry li a:hover,
.entry li a:focus-visible,
.tabbertab a:hover,
.tabbertab a:focus-visible,
.sleft ul li a:hover,
.sleft ul li a:focus-visible,
.sright ul li a:hover,
.sright ul li a:focus-visible,
.post a:hover,
.post a:focus-visible {
  color: #fff7d8;
  background: rgba(93, 29, 25, .72);
  text-decoration: none;
}

.entry h2 {
  font-size: 20px;
  line-height: 1.25;
}

.entry h2.sectionhead {
  color: #fff8e7;
  font-size: 12px;
  line-height: 1.35;
}

.entry p.postinfo,
.entry p.postinfo a,
.entry p.postinfo span.category,
.entry p.postinfo span.comment {
  color: #fff0c3;
  font-size: 12px;
  line-height: 1.45;
}

blockquote {
  color: #fff8e7;
  font-size: 15px;
  line-height: 1.6;
}

h2.widgettitle {
  font-size: 15px;
  line-height: 1.35;
  color: #fff8e7;
}

.tabbertab h2,
.tabberlive .tabbertab h2,
h2.widgettitle {
  color: #fff8e7 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  margin-bottom: 12px;
}

.tabbertab ul {
  margin-top: 10px !important;
}

.tabbertab ul li,
.sleft ul li ul li,
.sright ul li ul li {
  font-size: 16px !important;
  line-height: 1.55 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.tabbertab ul li a,
.sleft ul li a,
.sright ul li a {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

ul.tabbernav li a:link,
ul.tabbernav li a:visited {
  color: #fff8e7;
  font-size: 13px;
}

ul.tabbernav li a:hover,
ul.tabbernav li a:focus-visible,
ul.tabbernav li.tabberactive a {
  color: #210f0d;
  background: #d8cfb7;
}

.post img,
.textwidget img,
.ngg-gallery-thumbnail img,
.recovered-gallery img {
  max-width: 100%;
  height: auto;
}

.post h2 a,
.sectionhead,
.widgettitle {
  text-wrap: balance;
}

.postinfo {
  letter-spacing: 0;
}

.recovered-gallery {
  border-top: 1px solid rgba(93, 29, 25, .2);
  padding-top: 14px;
}

.recovered-gallery__item {
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.recovered-gallery__item:hover,
.recovered-gallery__item:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 8px 20px rgba(35, 18, 12, .25);
}

.footer {
  text-align: center;
  color: #fff8e7;
  font-size: 14px;
  line-height: 1.5;
}

.footer p {
  margin: 0;
}

.footer a,
.footer a:visited {
  color: #f5d36a;
}

.static-error {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 24px 34px;
  text-align: center;
}

.static-error h2 {
  margin-top: 0;
  color: #5d1d19;
}

.static-error__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.static-error__links a {
  display: inline-block;
  padding: 8px 12px;
  background: #5d1d19;
  color: #fff;
  border: 1px solid #2c1110;
  text-decoration: none;
}

.static-error__links a:hover,
.static-error__links a:focus-visible {
  background: #8e0000;
}

@media (max-width: 760px) {
  .container_16 {
    width: calc(100% - 16px);
  }

  .grid_16,
  .grid_9,
  .grid_7,
  .grid_4,
  .grid_3,
  #left,
  .right,
  .sleft,
  .sright {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .blog_title {
    min-height: 96px;
    padding: 14px 12px;
    box-sizing: border-box;
  }

  .blog_title h1 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.05;
  }

  .blog_title h1 a {
    padding-left: 46px !important;
    background-size: 34px auto !important;
  }

  .blog_title h4 {
    margin-left: 46px !important;
    font-size: 14px;
    line-height: 1.35;
  }

  .navigation {
    min-height: 0;
    padding: 6px 5px;
    top: 0;
  }

  .navigation ul {
    gap: 5px;
    justify-content: center;
  }

  .navigation ul li,
  .navigation li {
    float: none;
    width: auto;
    max-width: 100%;
    flex: 0 1 auto;
  }

  .navigation li a {
    display: block;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .main_image {
    min-height: 92px;
    background-size: cover;
    background-position: center;
  }

  .content_wrapper {
    padding: 10px;
    box-sizing: border-box;
  }

  .post h2 {
    font-size: 22px;
    line-height: 1.15;
  }

  .entry {
    padding: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .entry p,
  html>body .entry li,
  .entry td,
  .entry dd,
  .entry blockquote,
  .tabbertab,
  .tabbertab p,
  .tabbertab ul li,
  .sleft ul li ul li,
  .sright ul li ul li {
    font-size: 16px;
    line-height: 1.65;
  }

  .tabbertab h2,
  .tabberlive .tabbertab h2,
  h2.widgettitle {
    font-size: 18px !important;
  }

  .tabbertab ul li,
  .sleft ul li ul li,
  .sright ul li ul li,
  .tabbertab ul li a,
  .sleft ul li a,
  .sright ul li a {
    font-size: 17px !important;
  }
}

@media (max-width: 430px) {
  .blog_title {
    min-height: 88px;
    padding: 12px 10px;
  }

  .blog_title h1 a {
    padding-left: 40px !important;
    background-size: 30px auto !important;
  }

  .blog_title h4 {
    margin-left: 40px !important;
  }

  .navigation li a {
    padding: 8px 9px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}


.footer-legal {
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  opacity: .88;
}

.footer-legal a,
.footer-legal a:visited {
  color: #e7b8a6;
  font-weight: normal;
}

.legal-page h3 {
  color: #fff8e7;
  font-size: 18px;
  line-height: 1.3;
  margin: 18px 0 8px;
}
