/*   
Theme Name: Marley's Ghost 2026 
Description: Custom theme for MarleysGhost.com
Author: Wolfestar Design & Gabriel Judet-Weinshel
Author URI: http://wolfestar.net
Version: 1
*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Flexbox prefixes eg: @include flex-property('flex-direction', row); */
/* Defining side margin/padding effect */
:root {
  --gutter: 50px;
  --bleed-width: calc(100% + 50px);
  --2x-gutter: calc(2 * var(--gutter));
}

/* COLORS */
/* DROP SHADOWS */
/* BREAKPOINTS */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

* html body, html {
  margin-top: 0 !important;
}

:is(html) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

article.page, #blog-container, #single-container {
  min-height: calc(100vh - 150px);
}

.page-wrap {
  width: 100%;
}

ul {
  list-style-type: square;
}

input[type=text], input[type=email], textarea {
  max-width: 96%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 5px;
}

input[type=submit],
input[type=reset] {
  padding: 8px 14px;
  background-color: #f5f5f5;
  border: none;
  font-weight: bold;
}

input[type=submit]:hover,
input[type=reset]:hover {
  color: #ffffff;
  background-color: #000000;
}

.transparent {
  opacity: 0 !important;
}

.horizontal-streak {
  padding: 25px 2%; /* centering and shrinking */
}

.jump-anchor {
  display: block;
  height: 0;
}

.horizontal-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.centered-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  text-align: center;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.centered-row div {
  margin: 0 6%;
}

/* cropping images that exceed a 3/2 ratio to keep the layout from jumping around */
#gallery-focus-image {
  width: 120%;
  left: -10%;
  max-width: 1024px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 460px) {
  #gallery-focus-image {
    width: 110%;
    left: -5%;
  }
}
@media screen and (min-width: 520px) {
  #gallery-focus-image {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 620px) {
  #gallery-focus-image {
    width: 90%;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #gallery-focus-image {
    width: 80%;
    left: 0;
  }
}
#gallery-focus-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#gallery-focus-image .focus-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.gallery-controls-row {
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.gallery-thumb-row {
  width: 110%;
  left: -5%;
  overflow: hidden;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  padding: 10px 0;
}
@media screen and (min-width: 460px) {
  .gallery-thumb-row {
    width: 100%;
    left: 0;
  }
}
.gallery-thumb-row .video-thumbnail,
.gallery-thumb-row .photo-thumbnail {
  display: block;
  margin: 0 16px;
  /*min-width:50%;*/
  max-width: 400px;
  width: 65%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.bg-black {
  background-color: #000000;
}

.bg-blue {
  background-color: #345365;
}

.bg-green {
  background-color: #375137;
}

.bg-tan {
  background-color: #9c8454;
}

/* Bleeds override the padding from .primary-container */
.bleed-left {
  max-width: calc(100% + var(--gutter)) !important;
  width: calc(100% + var(--gutter)) !important;
  left: calc(-1 * var(--gutter));
  margin-left: 0;
  position: relative;
}

.bleed-right {
  max-width: calc(100% + var(--gutter)) !important;
  width: calc(100% + var(--gutter)) !important;
  margin-right: 0;
  position: relative;
}

.full-bleed {
  width: calc(100% + 2 * var(--gutter)) !important; /* Expanding into both left and right gutters */
  left: calc(-1 * var(--gutter));
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.social-media-links {
  width: 100%;
  margin: 0 1%;
}
.social-media-links ul {
  margin: 0;
  padding: 0 0 0 20%;
  list-style-type: none;
}
.social-media-links ul li {
  max-width: 30%;
}
.social-media-links ul li .social-bttn {
  width: auto;
  height: 40px;
  max-width: none;
}

/*.archivo-narrow-<uniquifier> {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
body {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
}

h1, h2, h3, h4, .faux-h1, .faux-h2 {
  font-weight: 400;
  margin: 0 0 12px 0;
  padding: 0;
}

h1, .faux-h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #ffffff;
}
@media screen and (min-width: 460px) {
  h1, .faux-h1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 768px) {
  h1, .faux-h1 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}

h2, .faux-h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #ffffff;
}
@media screen and (min-width: 460px) {
  h2, .faux-h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  h2, .faux-h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2.blog-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
}
@media screen and (min-width: 460px) {
  h2.blog-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  h2.blog-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.left-justify {
  text-align: left;
}
.left-justify span {
  padding-right: 10px;
}

.right-justify {
  text-align: right;
}
.right-justify span {
  padding-left: 10px;
}

.compact {
  padding: 0;
  margin-bottom: 2px;
}

p.faux-h1.section-heading {
  position: relative;
  top: 30px;
}
p.faux-h1.section-heading a {
  text-decoration: none;
}
p.faux-h1.section-heading a:hover, p.faux-h1.section-heading a:active, p.faux-h1.section-heading a:focus {
  text-decoration: underline;
}

.single_page_title {
  padding-top: 2em;
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
}
@media screen and (min-width: 460px) {
  .single_page_title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .single_page_title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.single .pub_date {
  position: relative;
}

p {
  margin: 0 0 24px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}

a {
  text-decoration: underline;
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
  color: #ffffff;
}

a.read-more {
  margin: 0 4px;
  white-space: nowrap;
}

a.read-more:hover {
  color: #ffffff;
}

.support-page-link {
  font-size: 0.9em;
  text-align: right;
}
small {
  font-size: 12px;
  font-size: 0.75rem;
}

small {
  color: #5f5f5f;
  font-size: 14px;
  font-size: 0.875rem;
}

.bold {
  font-weight: bold;
}

.indent {
  margin-left: 20px;
}

input {
  font-family: "Archivo Narrow", sans-serif;
}

.double-indent {
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .download-press-container a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .download-press-container a {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 620px) {
  .product-arrow {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

ul, ol {
  margin: 0 0 10px 0;
}

.entry ul li, .entry ul ol {
  margin-bottom: 0.2em;
}

input[type=text], input[type=email], textarea {
  font-size: 16px;
  font-size: 1rem;
}

input[type=submit],
input[type=reset] {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

/* Header elements */
header a:hover {
  text-decoration: none;
}

/* Navigation Menu */
.nav-menu {
  font-size: 30px;
  font-size: 1.875rem;
}
.nav-menu a {
  text-decoration: none;
}

/* Footer elements */
.entry:after {
  display: block;
  content: "";
  clear: both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption.alignright, img.alignright {
  margin-left: 20px;
  margin-bottom: 16px;
}

.wp-caption.alignleft, img.alignleft {
  margin-right: 20px;
  margin-bottom: 16px;
}

.wp-caption {
  display: block;
}

.wp-caption, .entry img {
  max-width: 45%;
  height: auto;
  display: block;
}

.wp-caption img {
  max-width: none;
  width: 100%;
  height: auto;
}

.post-edit-box {
  position: fixed;
  bottom: 4%;
  left: 0;
  display: block;
  width: 200px;
  z-index: 100;
}

.post-edit-box a {
  padding: 20px;
  font-size: 16px;
  color: #fefefe;
  background: rgba(107, 165, 211, 0.5);
}

.post-edit-box a:hover {
  color: #fff;
  background: rgba(107, 165, 211, 0.9);
  text-decoration: none;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#sc_iframe_container {
  display: block;
  height: 10px;
  width: 10px;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  left: auto;
  top: 0;
  height: 300px;
  width: 250px;
  visibility: visible;
  z-index: 100;
  position: fixed;
}

.debug_progress {
  display: none;
  position: fixed;
  min-height: 10px;
  bottom: 0;
  left: 5%;
  width: 90%;
  z-index: 1000;
  padding: 10px;
  font-size: 12px;
}

.sc-player {
  display: block;
}

.sc-hidden {
  display: none;
}

iframe#soundcloud_widget {
  display: none;
  max-width: 100%;
}

.player-wrapper {
  background: url(images/player_bg.jpg);
  min-height: 180px;
  width: 100%;
  min-width: 295px;
  position: relative;
  z-index: 100;
}

.player {
  display: inline-block;
  position: relative;
  width: 308px;
  height: 100%;
  margin: 0;
}

.titlebox {
  background: url(images/player_title_bg.png);
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 242px;
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 33px;
  padding: 0;
  overflow-x: hidden;
}

.loading {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 6px;
  line-height: 48px;
  position: absolute;
}

.nowplaying {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  display: block;
  /*width: 100%;*/
  height: 100%;
  margin: 0;
  padding: 0 16px 0 6px;
  line-height: 48px;
  position: absolute;
  z-index: 20;
  animation-play-state: paused;
}

.titlebox:hover .marqueeable {
  animation-play-state: running;
  animation: marquee 7s linear infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  /*0%   { text-indent: 27.5em }
  100% { text-indent: -105em }*/
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-101%, 0);
  }
}
#progressbar {
  width: 100%;
  display: block;
  position: relative;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: w-resize;
}

.playback-progress {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  overflow: hidden;
}

.ui-progressbar {
  z-index: 2000;
  cursor: w-resize;
}

.amplitude-song-time-visualization-status {
  height: 48px;
  position: relative;
  display: block;
}

.ui-progressbar-value {
  height: 48px;
  position: absolute;
  display: block;
}

.playerbttn {
  display: block;
  z-index: 10;
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.9;
}
.playerbttn:active {
  opacity: 1;
  margin-top: 3px;
}

#playbttn, .sc-play {
  background: url(images/player_play_bttn.gif);
  width: 37px;
  height: 67px;
  top: 82px;
  left: 20px;
  display: block;
  overflow: hidden;
  padding-top: 68px;
}

#stopbttn, .sc-pause {
  background: url(images/player_stop_bttn.gif);
  width: 47px;
  height: 44px;
  top: 97px;
  left: 110px;
  display: block;
}

#prevbttn {
  background: url(images/player_prev_bttn.gif);
  width: 41px;
  height: 49px;
  top: 97px;
  left: 188px;
  display: block;
}

#nextbttn {
  background: url(images/player_next_bttn.gif);
  width: 36px;
  height: 49px;
  top: 97px;
  left: 233px;
  display: block;
}

.sc_artwork_container {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 10.8%;
  margin: 0;
  vertical-align: top;
}
.sc_artwork_container a {
  display: block;
  margin-top: 25%;
}
.sc_artwork_container a img {
  width: 100%;
  height: auto;
}
.sc_artwork_container a.thumbnail_link {
  position: relative;
  top: 2px;
}
.sc_artwork_container a.logo_link {
  position: absolute;
  bottom: -20%;
  margin-top: 0;
}
.sc_artwork_container a.logo_link img {
  display: block !important;
}

.scSets {
  width: 47%;
  float: right;
  margin: 17px 1.5%;
  /* Normally, lower li items are hidden, but "opening" the list switches them back on. */
}
.scSets .set_list {
  display: block;
  padding: 0;
  margin: 0;
  width: 90%;
  min-height: 32px;
  overflow: hidden;
  list-style: none;
  background-image: url(images/sets_dropdown_bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  border: none;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.scSets .set_list li {
  display: none;
  min-height: 32px;
  padding: 3px 34px 3px 34px;
}
.scSets .set_list li:hover {
  cursor: pointer;
}
.scSets .set_list li:first-of-type {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  display: block;
}
.scSets .set_list li:first-of-type:after {
  content: "";
  background-image: url(images/set_dropdown_chevron.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 31px;
  height: 25px;
  right: 2%;
  top: 3px;
}
.scSets .openList {
  height: auto;
  position: absolute;
}
.scSets .openList li {
  display: block;
}
.scSets .openList li:first-of-type:after {
  opacity: 0.5;
}

#page-wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 120px;
}
@media screen and (min-width: 460px) {
  #page-wrap {
    padding-top: 130px;
  }
}
@media screen and (min-width: 520px) {
  #page-wrap {
    padding-top: 145px;
  }
}
@media screen and (min-width: 620px) {
  #page-wrap {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  #page-wrap {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #page-wrap {
    padding-top: 126px;
  }
}

/* PRE-HEADER / NAVIGATION MENU */
#site-navigation {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
  overflow-y: auto;
  padding: 0 45px 0 45px;
}
#site-navigation .nav-menu {
  list-style-type: none;
}
#site-navigation .nav-menu li {
  margin-bottom: 40px;
}
#site-navigation .nav-menu li:nth-of-type(2) {
  margin-left: 10%;
}
#site-navigation .nav-menu li:nth-of-type(3) {
  margin-left: 20%;
}
#site-navigation .nav-menu li:nth-of-type(4) {
  margin-left: 30%;
}
#site-navigation .nav-menu li:nth-of-type(5) {
  margin-left: 40%;
}
#site-navigation .nav-menu li:nth-of-type(6) {
  margin-left: 50%;
}
#site-navigation .vertical-arrow {
  position: absolute;
  top: 18%;
  right: 10%;
  transform: rotate(65deg);
  height: 5%;
  width: auto;
}
@media screen and (min-width: 520px) {
  #site-navigation .vertical-arrow {
    top: 28%;
    height: 8%;
  }
}
@media screen and (min-width: 768px) {
  #site-navigation .vertical-arrow {
    top: 30%;
    height: 10%;
    right: 15%;
  }
}
@media screen and (min-width: 1024px) {
  #site-navigation .vertical-arrow {
    right: 22%;
  }
}

#site-navigation.is-open {
  opacity: 1;
  visibility: visible;
}

#menu-trigger-container {
  top: -20px;
  left: -40px;
  z-index: 50;
  position: absolute;
  width: 40px;
  margin: 0 !important;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  #menu-trigger-container {
    top: -40px;
  }
}
#menu-trigger-container img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#menu-trigger-container .vertical-arrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}
#menu-trigger-container a.menu-trigger-button {
  display: block;
  text-decoration: none;
  width: 100%;
  height: auto;
  /* Grows as a hover effect */
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#menu-trigger-container a.menu-trigger-button:hover,
#menu-trigger-container a.menu-trigger-button:focus,
#menu-trigger-container a.menu-trigger-button:active {
  width: 120%;
}

.inner-wrapper {
  /* Just shrink-wraps content for wide screens */
  display: block;
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0;
}

/* HEADER */
#site-header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 20px 45px 0 45px;
}
@media screen and (min-width: 460px) {
  #site-header {
    height: 130px;
  }
}
@media screen and (min-width: 520px) {
  #site-header {
    height: 145px;
  }
}
@media screen and (min-width: 620px) {
  #site-header {
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  #site-header {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #site-header {
    height: 126px;
    padding-top: 40px;
  }
}
#site-header .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 620px) {
  #site-header .inner-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #site-header .inner-wrapper {
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  #site-header .inner-wrapper {
    padding-bottom: 10px;
  }
}
#site-header a {
  margin: 0;
  padding: 0;
}
#site-header a:hover {
  background-color: transparent;
}
#site-header .site-branding {
  position: relative;
  z-index: 2;
  margin: 0 0 5px 0;
  max-width: 660px;
}
@media screen and (min-width: 620px) {
  #site-header .site-branding {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #site-header .site-branding {
    margin-left: 1%;
  }
}
@media screen and (min-width: 1360px) {
  #site-header .site-branding {
    margin-left: 2%;
  }
}
#site-header .site-branding img {
  width: 100%;
  height: relative;
  position: relative;
}
@media screen and (min-width: 620px) {
  #site-header .social-media-links {
    width: auto;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #site-header .social-media-links {
    bottom: 10px;
  }
}
@media screen and (min-width: 620px) {
  #site-header .social-media-links ul.social-media {
    padding: 0;
  }
}
@media screen and (min-width: 620px) {
  #site-header .social-media-links ul.social-media li {
    max-width: none;
    margin: 0 4%;
  }
}

/* CONTENT */
.primary-container {
  display: block;
  margin: 0;
  padding: 0 var(--gutter) 10px var(--gutter);
  width: 100%;
  z-index: 1;
}
.primary-container .width-100-image img {
  width: 100%;
}
.primary-container .section-heading {
  position: relative;
  z-index: 1;
}
.primary-container .section-heading span {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.primary-container .section-heading::after { /* Adding the vertically-centered horizontal line */
  display: block;
  position: absolute;
  top: 55%;
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}
.primary-container .inner-wrapper > * {
  /* Each child element has a 50px margin (sort of like giving the parent a 50px padding) but this
  allows individual elements to have left or right bleed with no margins */
  /*margin-left:var(--gutter);
  margin-right:var(--gutter);*/
}

ul.tour-date-list {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
ul.tour-date-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
ul.tour-date-list li span {
  display: inline-block;
}
ul.tour-date-list li .event-date::after {
  content: " : ";
}
@media screen and (min-width: 768px) {
  ul.tour-date-list li .event-date::after {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  ul.tour-date-list li .event-date {
    width: 14%;
  }
}
@media screen and (min-width: 768px) {
  ul.tour-date-list li .event-venue {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  ul.tour-date-list li .event-location {
    width: 28%;
  }
}
ul.tour-date-list li .event-link {
  margin-left: 6px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 460px) {
  ul.tour-date-list li .event-link {
    margin-left: 0px;
    width: 100%;
    top: 2px;
  }
}
@media screen and (min-width: 620px) {
  ul.tour-date-list li .event-link {
    top: auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  ul.tour-date-list li .event-link {
    width: 20%;
  }
}
ul.tour-date-list li .event-link a {
  padding: 1px 3px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
ul.tour-date-list li .event-link a:hover, ul.tour-date-list li .event-link a:focus, ul.tour-date-list li .event-link a:active {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

.news-excerpt-list {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.news-excerpt-list li {
  margin-bottom: 24px;
}

.blog .entry.news-excerpt {
  margin-bottom: 1.5em;
}

.section-hero-image {
  position: relative;
}

#about-container .shift-down {
  top: 32px;
}

.download-press-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 12px;
  gap: 10px;
}
@media screen and (min-width: 460px) {
  .download-press-container {
    padding-left: 30px;
  }
}
@media screen and (min-width: 520px) {
  .download-press-container {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 520px) {
  .download-press-container a {
    padding: 0 0 0 2%;
  }
}
.download-press-container img {
  width: 35%;
  height: 30px;
  max-width: 300px;
  max-width: 172px;
}
@media screen and (min-width: 460px) {
  .download-press-container img {
    height: auto;
  }
}
@media screen and (min-width: 520px) {
  .download-press-container img {
    padding: 0 0 0 2%;
  }
}

.album-grid {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.album-grid li {
  display: block;
  text-align: center;
  margin: 0 8% 8% 1em;
  max-width: 200px;
}
.album-grid li .album-date::before {
  content: "(";
}
.album-grid li .album-date::after {
  content: ")";
}

.combined-gallery-container {
  max-width: 100%;
  margin: 0 auto;
}

.product-cta {
  max-width: 720px;
  margin: 0 auto;
}
.product-cta .product-image {
  margin: 0 1%;
  max-width: 314px;
}
.product-cta .product-arrow {
  margin: 0 1%;
  align-self: anchor-center;
  max-width: 314px;
}
.product-cta .product-arrow a {
  text-decoration: none;
}
.product-cta .product-arrow a span {
  display: block;
  transform: rotate(-25deg);
  margin-bottom: 24px;
}

.contact-management {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .contact-management {
    max-width: 520px;
    margin: 0 auto;
    line-height: 25px;
  }
}

.footer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: anchor-center;
  padding: 16px 45px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 520px) {
  .footer-row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .footer-row {
    flex-wrap: wrap;
  }
}
.footer-row .mailing-list-form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: anchor-center;
  width: 100%;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 520px) {
  .footer-row .mailing-list-form-container {
    width: 52%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 620px) {
  .footer-row .mailing-list-form-container {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 900px) {
  .footer-row .mailing-list-form-container {
    width: 65%;
    flex-wrap: nowrap;
  }
}
.footer-row .mailing-list-form-container #mc_embed_signup {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container #mc_embed_signup #mc-embedded-subscribe-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.footer-row .mailing-list-form-container #mc_embed_signup .mc-field-group input {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container #mc_embed_signup .mc-field-group input {
    margin-bottom: 0;
  }
}
.footer-row .mailing-list-form-container #mc_embed_signup .mc-field-group input[type=text],
.footer-row .mailing-list-form-container #mc_embed_signup .mc-field-group input[type=email] {
  width: 100%;
  max-width: 100%;
  height: 42px;
}
.footer-row .mailing-list-form-container #mc_embed_signup .mc-name-fields {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 460px) {
  .footer-row .mailing-list-form-container #mc_embed_signup .mc-name-fields {
    flex-direction: row;
    width: auto;
    gap: 6px;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container #mc_embed_signup .mc-name-fields {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container #mc_embed_signup .mc-email-field {
    width: 33%;
  }
}
.footer-row .mailing-list-form-container .fake-form-field {
  display: block;
  background-color: #ffffff;
  height: 24px;
  margin-left: 2%;
}
@media screen and (min-width: 520px) {
  .footer-row .mailing-list-form-container .fake-form-field {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container .fake-form-field {
    width: 45%;
  }
}
.footer-row .mailing-list-form-container span.faux-h3 {
  width: 48%;
}
@media screen and (min-width: 520px) {
  .footer-row .mailing-list-form-container span.faux-h3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container span.faux-h3 {
    width: 150px;
    text-align: right;
    padding-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .mailing-list-form-container #mce-responses {
    width: 100%;
  }
}
@media screen and (min-width: 520px) {
  .footer-row .social-media-links {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .footer-row .social-media-links {
    width: 45%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .footer-row .social-media-links {
    width: 30%;
    align-self: baseline;
  }
}
.footer-row .social-media-links ul {
  padding: 0;
}
@media screen and (min-width: 520px) {
  .footer-row .social-media-links ul li {
    width: auto;
    max-width: none;
  }
}

@media print {
  .do-not-print {
    display: none;
  }
  #comments {
    page-break-before: always;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    font-size: 19pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 15pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
  }
  img {
    display: block;
    margin: 1em 0;
  }
  a img {
    border: none;
  }
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th, td {
    padding: 4px 10px 4px 0;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  a {
    text-decoration: none;
    color: black;
  }
} /* END print media *//*# sourceMappingURL=style.css.map */