/*
Theme Name: Pickathon
Author: Pickathon LLC
Author URI: http://pickathon.com
Description: Pickathon WordPress theme
Version: 1.0.0
Text Domain: pickathon
*/

:root {
  --highlight: #e2bd23;
}

body {
  color: #aaa;
  background-color: #eee; /* silver-white */
  font-family: "Open Sans", "BlinkMacSystemFont", "-apple-system", "SF UI Display", "Lucida Grande", HelveticaNeue, Helvetica, Verdana, Tahoma, sans-serif;
  letter-spacing: .4px;
  margin: 0;
  padding: 0;
  text-rendering: geometricPrecision;
}
a {
    color: #4a4a4a;
}
a:visited {
    color: #8b9da0;
}

.frame_title, .backg2, .header_strip, .frame_bottom .subject, .gtbut, .frame_top .headnotice .title, .frame_top .headnotice label, .frame_guts .title, .headnotice .noticebut, .frame_top .headnotice_mobile .noticebut, .blog .title, .blog .noticebut, .post .noticebut, .page-template-topics .noticebut, .page-template-default .noticebut {
  color: white;
  font-family: Pickathon, Helvetica, sans-serif;
}
.hid {
  visibility: hidden;
}
.home .hid {
  min-height: 50px;
}
.box {
  background-size: cover;
  float: left;
  height: 256px;
  overflow: hidden;
  position: relative;
  width: 256px;
}

.frame_middle {
  display: table;
  background-image: url(images/straw.png);
  background-size: repeat;
}
.blog .frame_middle {
  display: inline-block;
  vertical-align: top;
}
.blog .frame_middle, .blog .frame_guts {
  display: table-cell;
  width: 50%;
}
.frame_middle.cal {
  background-image: none;
}

/* gold */
.home .frame_middle a .backg2,
.live .frame_middle a .backg2,
.page-template-topics .frame_middle a .backg2,
.page-template-default .frame_middle a .backg2 {
  background-color: rgba(204, 170, 65, 0.5);
}
/* silver */
.home .frame_middle a+a .backg2,
.live .frame_middle a+a .backg2,
.page-template-topics .frame_middle a+a .backg2,
.page-template-default .frame_middle a+a .backg2 {
  background-color: rgba(140, 157, 161, 0.5);
}
/* brown */
.home .frame_middle a+a+a .backg2,
.live .frame_middle a+a+a .backg2,
.page-template-topics .frame_middle a+a+a .backg2,
.page-template-default .frame_middle a+a+a .backg2 {
  background-color: rgba(82, 61, 51, 0.5);
}
/* white */
.home .frame_middle a+a+a+a .backg2,
.live .frame_middle a+a+a+a .backg2,
.page-template-topics .frame_middle a+a+a+a .backg2,
.page-template-default .frame_middle a+a+a+a .backg2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.home .frame_middle .box, .frame_middle.info .box {
  height: 181px;
  width: 25%;
}

/* box resizing */
.frame_middle, .page-template-topics .frame_middle, .page-template-default .frame_middle {
  width: 100%;
}
.home .frame_middle .box, .page-template-default .frame_middle .box {
  height: 100%;
  width: 25%;
}
.page-template-topics .frame_middle .box {
  height: 150px;
  width: 25%;
}

/* ------------------ */

@media only screen and (max-width: 40000px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 10%;
  }
}
@media only screen and (max-width: 2295px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 11.11%;
  }
}
@media only screen and (max-width: 2039px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 12.5%;
  }
}
@media only screen and (max-width: 1783px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 14.28%;
  }
}
@media only screen and (max-width: 1527px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 16.66%;
  }
}
@media only screen and (max-width: 1271px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 20%;
  }
}
@media only screen and (max-width: 1014px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 33.33%;
  }
}
@media only screen and (max-width: 512px) {
  .frame_middle {width: 100%;}
  .lineup .frame_middle .box {
    width: 50%;
  }
}

/* ------------------ */

.frame_guts {
  background-color: #eee;
  color: #4a4a4a;
  padding: 40px 0;
  width: 960px;
}
.frame_guts_holder {
  display: table;
  margin: 0 auto;
}

/* blog */
.post .frame_guts {
  display: inline-block;
  padding-right: 20px;
  padding-top: 20px;
  vertical-align: top;
  width: 620px;
}
.post .frame_guts + .frame_guts {
  padding-top: 60px;
  width: 300px;
}
.post .sidebar .mw {
  font-size: 24px;
}
.post .frame_guts, .post .frame_guts + .frame_guts {
  display: inline-block;
}

/* watch and listen */
.frame_guts_holder .frame_guts {
  display: inline-block;
  font-size: 16px;
  width: 518px;
}
.frame_guts_holder .frame_guts + .frame_guts {
  padding-left: 20px;
  width: 620px;
}
.frame_guts_holder .frame_guts + .frame_guts.sidebar .desc {
  margin-bottom: 18px;
}
.frame_guts_holder .frame_guts + .frame_guts.sidebar .desc i {
  margin-right: 5px;
}
.frame_guts_holder .frame_guts.sidebar .desc {
  margin-bottom: 30px;
}
.frame_guts_holder .frame_guts.sidebar .desc, .frame_guts_holder .frame_guts.sidebar .title {
  margin-left: 0;
}
.frame_guts_holder .frame_guts.sidebar .title {
  font-size: 24px;
  margin-bottom: 17px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 22px;
}
.frame_guts_holder .frame_guts.sidebar .title {
  border-top: 1px solid #979797;
}
.frame_guts_holder .frame_guts.sidebar i {
  font-size: 24px;
  margin-top: -6px;
  padding-right: 20px;
  vertical-align: text-top;
}
.frame_guts_holder .frame_guts.sidebar {
  width: 300px;
}
.frame_guts_holder .frame_guts {
  display: table-cell;
  vertical-align: top;
}
.frame_guts_holder .frame_guts .latest {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.frame_guts_holder .frame_guts .title {
  border: 0;
  margin-bottom: 20px;
  padding-bottom: 18px;
  text-align: left;
}
.frame_guts_holder .frame_guts .latest iframe {
  margin-bottom: 20px;
}
.frame_guts_holder .fluid-width-video-wrapper + .desc {
  margin-top: 20px;
}
.frame_guts_holder .plist {
  float: left;
  margin-bottom: 25px;
  margin-right: 20px;
  width: 280px;
}
.frame_guts_holder .plist div {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.frame_guts_holder .plist div + div + div {
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
}
.watch_logo {
  background-image: url(images/watch.png);
  background-image: -moz-image-set(url(images/watch.png) 1x, url(images/watch@2x.png) 2x);
  background-image: -webkit-image-set(url(images/watch.png) 1x, url(images/watch@2x.png) 2x);
  background-image: image-set(url(images/watch.png) 1x, url(images/watch@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
  height: 151px;
  margin: 8px auto 7px auto;
  width: 239px;
}
.flur {
  color: #523d32; /* brown */
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
}
.flur::before {
  content: url(images/flur_left.png);
  content: -moz-image-set(url(images/flur_left.png) 1x, url(images/flur_left@2x.png) 2x);
  content: -webkit-image-set(url(images/flur_left.png) 1x, url(images/flur_left@2x.png) 2x);
  content: image-set(url(images/flur_left.png) 1x, url(images/flur_left@2x.png) 2x);
  height: 20px;
  width: 40px;
}
.flur::after {
  content: url(images/flur_right.png);
  content: -moz-image-set(url(images/flur_right.png) 1x, url(images/flur_right@2x.png) 2x);
  content: -webkit-image-set(url(images/flur_right.png) 1x, url(images/flur_right@2x.png) 2x);
  content: image-set(url(images/flur_right.png) 1x, url(images/flur_right@2x.png) 2x);
  height: 20px;
  width: 40px;
}
.desc.pickathon, .desc.spotify, .desc.apple, .desc.soundcloud, .desc.youtube {
  background-color: #523d32; /* brown */
  display: inline-block;
  float: left;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 17px 17px 0 !important;
  padding: 12px 10px 9px 10px;
  width: 140px;
}
.desc.pickathon {
  background-color: #ccaa34 !important;
  float: none;
  margin-bottom: 32px !important;
}
.desc.spotify {
  background-color: #1db954 !important;
}
.desc.apple {
  background-color: #4c9ff7 !important;
}
.desc.soundcloud {
  background-color: #ff5500 !important;
}
.desc.youtube {
  background-color: #e62117 !important;
}
.frame_guts_holder .frame_guts.sidebar .desc a {
  text-decoration: none;
}
.frame_guts_holder .frame_guts.sidebar .desc a:hover {
  text-decoration: underline;
}
.frame_guts.sidebar a {
  color: #4a4a4a; /* silver */
  text-decoration: none;
}
.desc.pickathon a, .desc.spotify a, .desc.apple a, .desc.soundcloud a, .desc.youtube a {
  color: #fff;
}
.frame_guts.sidebar a:hover, .frame_guts.sidebar a:hover div {
  text-decoration: underline;
}
.frame_guts .title {
  color: #523d32; /* brown */
  text-align: center;
}
.blog .frame_guts {
  padding-top: 20px;
}
.blog .frame_guts .title, .frame_guts_holder .frame_guts .title {
  color: #523d32; /* brown */
  text-align: left;
}
.blog .frame_guts .title, .blog .frame_guts .desc, .blog .frame_guts .mi, .blog .frame_guts iframe {
  margin: 20px;
}
.frame_guts .content {
  border-bottom: 1px solid #979797;
  color: #523d32; /* brown */
}
.content .frame_guts .content {
  border-bottom-color: transparent;
}
.frame_guts .content .subject div {
  display: inline-block;
  float: right;
  margin-top: 5px;
  min-width: 35px;
  text-align: center;
  transition: .2s;
}
.frame_guts .content.open .subject div {
  color: #f58623;
  transform: rotate(90deg);
}
.frame_guts .content .subject {
  cursor: pointer;
  font-size: 24px;
  margin: 15px 10px;
}
.frame_guts .content .body {
  height: 0;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  transition: .2s;
}
.frame_guts .content.open .body {
  height: inherit;
  margin-bottom: 15px;
  margin-top: 15px;
}
.frame_guts .content .desc, .postguts .desc {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 18px;
}

.blog .frame_guts .content2 {
  margin: 18px auto;
  width: 437px;
}
.frame_guts_holder .frame_guts .postguts {
  margin-top: 18px;
}

/*
iframe {
  background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
  width: 100%;
}
*/
.blog .frame_guts .body iframe {
  height: 321px;
}

.blog .frame_guts .content2 .mi, .postguts iframe {
  margin-bottom: 0;
}

.blog .frame_guts .content2 .mi, .blog .frame_guts .content2 a, .post .frame_guts .content2 .mi, .post .frame_guts .content2 a {
  color: #523d32; /* brown */
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
  text-decoration: none;
}
.sidebar .mi {
  margin-bottom: 18px;
}
.mi {
  white-space: nowrap;
}
.mi i {
  text-align: center;
  width: 18px;
}
.foot_block .mi {
  font-size: 12px;
}

/* info */
.page-template-topics .frame_guts, .page-template-default .frame_guts {
  width: 100%;
}
.page-template-topics .content,
.single-lineup .content {
  margin: 0 auto;
  max-width: 960px;
  border-bottom: 0;
}
.page-template-default a .noticebut {
  background-color: var(--highlight);
  margin-bottom: 40px;
  margin-top: 40px;
}
.page-template-default .frame_guts,
.single-lineup .frame_guts {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding-bottom: 81px;
  padding-top: 27px;
}
.single-lineup .frame_guts.info {
  /* margin: 0 1.8em; */
}

.page-template-default .frame_guts .content,
.single-lineup .frame_guts .content {
  padding: 10px;
}
.page-template-default .postguts {
  margin-top: 8px;
}
.page-template-default .postguts .desc {
  margin: 18px 0;
  font-size: 16px;
}

.frame_middle .blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #523d32; /* brown */
  width: auto;
}
.blog .backg {
  background-color: rgba(82, 61, 50, 0.8);
}
.blog .backg > div {
  padding: 24px;
}
.blogall {
	background-color: #b9c451;
	display: inline-block;
	font-family: Pickathon, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 0;
	padding: 18px 0;
	text-align: center;
	width: 100%;
}
.blogall span {
	color: #523d32;
}
.blogall .page-numbers.current {
	display: inline-block;
	padding: 0 9px;
	visibility: hidden;
}
.blogall .page-numbers, .blogall .page-numbers.dots {
	display: none;
}
.blogall .prev.page-numbers, .blogall .next.page-numbers {
	display: inline;
}
.postheader {
  border-bottom: 1px solid gray;
  font-size: 10px;
  font-style: italic;
  height: 18px;
  margin-bottom: 18px;
}
.postheader .date {
  float: left;
}
.postheader .byline {
  float: right;
}
.postheader .group, .postheader .author {
  font-weight: bold;
}
.postfooter {
  border-top: 1px solid gray;
  font-size: 12px;
  font-style: italic;
  margin-top: 28px;
  padding-top: 5px;
}
.postfooter a {
  float: left;
  font-style: normal;
}
.postfooter a + a {
  float: right;
}
.postfooter span {
  font-weight: bold;
}
.postfooter .tags + a {
  float: left;
  font-size: 14px;
  font-style: normal;
}
.postfooter .tags + a + a {
  float: right;
  font-size: 14px;
  font-style: normal;
}
.frame_bottom {
  background-color: #523d32; /* brown */
  background-image: url(images/rust.jpg);
  background-size: cover;
  font-size: 12px;
  padding: 0 40px;
}
.overlay {
  background-color: rgba(205, 171, 53, 0.5); /* gold */
  bottom: 0;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  text-shadow: 1px 1px 1px #000;
  width: 100%;
}
.box.special .overlay {
  background-color: rgba(239, 25, 25, 0.6);
}
.box.special > div {
  background-color: rgba(24, 160, 224, 0.6);
  height: 100%;
  width: 100%;
}
.frame_top {
  background-position: center;
  background-size: cover;
  display: table;
  position: relative;
  width: 100%;
}
.frame_top.bi1 {
  background-image: url(images/banner1.jpg);
}
.frame_top.bi2 {
  background-image: url(images/banner2.jpg);
}
.frame_top.bi3 {
  background-image: url(images/banner3.jpg);
}
.frame_top.bi4 {
  background-image: url(images/banner4.jpg);
}
.frame_top.bi5 {
  background-image: url(images/banner5.jpg);
}
.frame_top.bi6 {
  background-image: url(images/banner6.jpg);
}
.frame_top.bi7 {
  background-image: url(images/banner7.jpg);
}
.frame_top.bi8 {
  background-image: url(images/banner8.jpg);
}
.frame_top.bi9 {
  background-image: url(images/banner9.jpg);
}
.frame_top.bi10 {
  background-image: url(images/banner10.jpg);
}
.frame_top.bi11 {
  background-image: url(images/banner11.jpg);
}
.frame_top .logo {
  background-image: url('images/2023/logo_head.png');
  background-image: -moz-image-set(url('images/2023/logo_head.png') 1x, url('images/2023/logo_head@2x.png') 2x);
  background-image: -webkit-image-set(url('images/2023/logo_head.png') 1x, url('images/2023/logo_head@2x.png') 2x);
  background-image: image-set(url('images/2023/logo_head.png') 1x, url('images/2023/logo_head@2x.png') 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: left;
  height: 181px;
  margin: 16px 66px 15px 64px;
  width: 140px;
}
.single-artist .frame_top .logo {
  background-position: center;
  background-size: 178px auto;
  height: 246px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 23px;
  padding-top: 24px;
  width: 282px;
}
.live .frame_top .logo {
  background-image: url(images/2023/logo_head.png);
  background-image: -moz-image-set(url(images/2023/logo_head.png) 1x, url(images/2023/logo_head@2x.png) 2x);
  background-image: -webkit-image-set(url(images/2023/logo_head.png) 1x, url(images/2023/logo_head@2x.png) 2x);
  background-image: image-set(url(images/2023/logo_head.png) 1x, url(images/2023/logo_head@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: left;
  height: 92px;
  margin: 15px 0 0 15px;
  width: 92px;
}
.live .header_strip {
  padding: 18px 0 10px 0;
  text-align: center;
}
.live .headbod {
  background: black;
  float: none;
  padding-top: 0;
}
.live .headnav {
  background-color: #523d32; /* brown */
  border-bottom: 2px solid #ccab34; /* special gold */
  height: auto;
  position: relative;
}
.live .header_band {
  background-color: transparent;
  margin-left: -92px;
}
.live .header_live {
  color: white;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 30px;
  padding: 0 0 25px 0;
  text-align: center;
}
.header_live .liveflur {
  background-image: url(images/flur_left_white.png);
  background-image: -moz-image-set(url(images/flur_left_white.png) 1x, url(images/flur_left_white@2x.png) 2x);
  background-image: -webkit-image-set(url(images/flur_left_white.png) 1x, url(images/flur_left_white@2x.png) 2x);
  background-image: image-set(url(images/flur_left_white.png) 1x, url(images/flur_left_white@2x.png) 2x);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin-left: -92px;
  margin-right: 18px;
  width: 40px;
}
.header_live .liveflur + .liveflur {
  background-image: url(images/flur_right_white.png);
  background-image: -moz-image-set(url(images/flur_right_white.png) 1x, url(images/flur_right_white@2x.png) 2x);
  background-image: -webkit-image-set(url(images/flur_right_white.png) 1x, url(images/flur_right_white@2x.png) 2x);
  background-image: image-set(url(images/flur_right_white.png) 1x, url(images/flur_right_white@2x.png) 2x);
  margin-left: 18px;
  margin-right: 0;
}

.live .strip_menu {
  background-color: transparent;
}
.live .frame_top {
  border-bottom: 2px solid #ccab34;
}
.live .frame_top .headnotice {
  float: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
}
.live .headnotice iframe {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.headnav {
  height: 200px;
}
.headnav + .headfoot > .frame_title { /* spacing for headers without info box */
  margin-top: 30px;
}
.schedule .headnav + .headfoot > .frame_title {
  margin-top: 5px;
}
.headbod {
  display: table-row;
}
.headfoot {
  display: table-row;
  height: 28px;
  margin-top: -39px;
}
.frame_title {
  float: left;
  position: relative;
  z-index: 1;
}
.single-artist .frame_title, .single-artist .header_photo_credit {
  visibility: hidden;
}
.frame_guts_holder .frame_title {
  width: 45%;
}
.post .frame_title {
  width: 60%;
}
.header_strip {
  font-size: 16px;
  padding-left: 100px;
  padding-top: 65px;
  cursor: pointer;
  white-space: nowrap;
}
.strip_menu {
  display: none;
}
.header_band, .strip_menu {
  background-color: rgba(128, 128, 128, 0.8);
}
.smdate {
  margin-right: 15px;
  margin-left: -35px;
  float: left;
}
.smdate i {
  visibility: hidden;
}
.smdate p {
  margin: 0;
}
.live .smdate {
  display: none;
}
.header_band {
  display: block;
  min-width: 700px;
  width: 100%;
}

.header_band a div.this, .header_band a:hover div {
  text-shadow: none;
}
.header_band_title {
  color: #523d32; /* brown */
  font-size: 44px;
  margin: 65px 0 21px 30px;
}
.header_band_close {
  color: #523d32; /* brown */
  float: right;
  font-family: "Open Sans", "BlinkMacSystemFont", "-apple-system", "SF UI Display", "Lucida Grande", HelveticaNeue, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  padding-right: 21px;
  padding-top: 38px;
}
.header_band_title, .header_band_close {
  display: none;
}
.header_band_close:hover {
  color: #4ec1fc;
}
.header_band_close div {
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: middle;
}
.header_band_close i {
  display: inline-block;
  font-size: 20px;
}
.header_band_home {
  display: none;
}
.header_strip .strip_item {
  color: white;
  display: inline-block;
  padding: 12px;
}
.strip_item span {
  display: none;
}
.header_strip .strip_item.this, .header_strip a:hover .strip_item {
  background: rgba(255, 255, 255, .7);
  color: #513d32;
}
.header_photo_credit {
  bottom: 0;
  color: white;
  float: right;
  font-size: 10px;
  font-style: italic;
  margin: 16px;
  position: absolute;
  right: 0;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  width: 30%;
  z-index: 0;
}
.frame_top .headnotice {
  background-color: rgba(255, 255, 255, 0.9);
  color: #523d32; /* brown */
  float: right;
  font-size: 16px;
  margin: 0 40px -35px 0;
  min-width: 340px;
  padding: 23px;
  width: 45%;
}
.frame_top .headnotice_mobile {
  display: none;
}
.title {
  font-size: 30px;
}
.blog, .blog .frame_guts .mw {
  font-size: 24px;
}
.headnotice a div {
  margin-right: 18px;
}
.headnotice .desc, .blog .desc, .blog .db, .live .frame_guts .headnotice .desc {
  margin: 11px 0 12px 0;
}
.frame_top .headnotice .title, .frame_top .headnotice a, .frame_top .headnotice_mobile a {
  color: #523d32; /* brown */
}
.blog .title, .blog a {
  color: white;
}
.blog a {
  text-decoration: none;
}
.blog a:hover {
  text-decoration: underline;
}
.blogfeed .title {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.50);
}
.blogfeed .thumb {
  display: none;
}
.blogfeed .backg {
  display: table-cell;
}
.blog .desc, .blog .noticebut {
  font-size: 14px;
}
.blogfeed .blog .desc {
  color: white;
}
/* background colours */
.blogfeed .blog:nth-child(3n+1) .backg {
  background-color: rgba(204, 170, 52, 0.50); /* goldish */
}
.blogfeed .blog:nth-child(3n+2) .backg {
  background-color: rgba(82, 61, 50, 0.80); /* brownish */
}
.blogfeed .blog:nth-child(3n+3) .backg {
  background-color: rgba(138, 156, 160, 0.80); /* silverish */
}
/* button colours */
.blogfeed .blog:nth-child(3n+1) .noticebut {
  background-color: #523d32; /* brown */
}
.blogfeed .blog:nth-child(3n+2) .noticebut {
  background-color: #8a9da0; /* silverish */
}
.blogfeed .blog:nth-child(3n+3) .noticebut {
  background-color: var(--highlight);
}
.blog .noticebut, .post .noticebut {
  background-color: var(--highlight);
  display: inline-block;
  padding: 7px 8px;
  margin-top: 20px;
}
.noticebut.watch {
  background-color: #e62117 !important;
}
.sidebar .title {
  border: none;
  padding: 20px;
  text-align: left;
}
.sidebar .desc, .sidebar .content2, .post .postheader, .post .postguts, .post .postfooter {
  margin: 20px;
}
.post .postguts {
  margin-bottom: 28px;
}
.sidebar .noticebut {
  background-color: #8b9da1;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin-left: 28px;
  padding: 5px;
}
.sidebar .postdate {
  font-size: 9px;
  font-style: italic;
}
.sidebar .posttitle {
  font-weight: bold;
  margin-bottom: 18px;
}
.sidebar .content2 {
  color: #523d32; /* brown */
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
  margin-top: 38px;
}
.sidebar .content2 a {
  color: #523d32; /* brown */
  text-decoration: none;
}
.frame_top .headnotice .noticebut, .frame_top .headnotice_mobile .noticebut, .page-template-topics .noticebut, .page-template-default .noticebut, .live .frame_guts .noticebut {
  background-color: #523d32; /* brown */
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 18px;
  padding: 7px 8px;
}
.frame_top .headnotice .noticebut, .live .frame_guts .headnotice .noticebut {
  margin-bottom: 0;
}
.header_photo_credit span {
  font-weight: bold;
}
.lineup-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: Pickathon, Helvetica, sans-serif;
  color: white;
  cursor: pointer;
  width: 100%;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNzAwIDUwMCI+CiAgPHBhdGggZD0iTTAsMFYxMDBINzAwVjBIMFpNMCwyMDB2MTAwSDcwMHYtMTAwSDBabTAsMjAwdjEwMEg3MDB2LTEwMEgwWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: auto 50%;
  padding-left: 7rem !important;
}

.frame_title > div, .lineup-select {
  background-color: rgba(140, 157, 161, 0.50);
  display: inline-block;
  font-size: 64px;
  padding: 11px 23px;
}

.schedule .frame_title .sub div,
.lineup .frame_title .sub div {
  display: inline-block;
}

/* Schedule page - lineup select box */
.lineup-label,
.lineup-select-schedule {
  margin-top: 0;
  padding: .4em .7em;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 36px;
}

.lineup-label {
  background-color: #fff;
}

.lineup-select-schedule {
  background-color: #8c9da1;
}

.single-lineup.schedule .frame_guts {
  padding-left: 2em;
  padding-right: 2em;
}
.single-lineup.schedule .frame_guts .subject {
  text-align: center;
}

.frame_title .sub {
  background-color: transparent;
  display: block;
  margin-left: 0;
  padding: 5px 0;
}
.frame_title_buttons div {
  font-size: 16px;
  padding: 5px;
}
.frame_title_buttons {
  font-size: 30px !important;
}
.frame_title_buttons .frame_title_subj {
  background-color: transparent;
}
.frame_title_buttons a {
  color: white;
}

/* artist */
.single-artist {
  background-color: #523d32; /* brown */
  background-image: url(images/straw.png);
  background-repeat: repeat-x;
}
.single-artist .frame_top {
  background: transparent;
  z-index: 2;
}
.single-artist.open .frame_top {
  display: table-row;
}
.single-artist .headfoot {
  display: none;
}
.single-artist .header_band {
  white-space: nowrap;
}
.single-artist .frame_middle {
  margin-top: -158px;
}
.single-artist .lineup, .single-artist .artistinfo {
  display: inline-block;
}
.single-artist .lineup {
  background-color: #523d32; /* brown */
  display: table-cell;
  padding-top: 106px;
}
.single-artist .lineup .subject {
  color: var(--highlight);
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 8px;
  margin-left: 40px;
  margin-top: 60px;
  white-space: nowrap;
}
.art a {
  color: #aaaaaa; /* silver */
  font-size: 12px;
  text-decoration: none;
}
.art a div {
  padding: 3px 0 2px 0;
}
.art a i {
  display: none;
}
.art a:hover {
  text-decoration: underline;
}
.art:hover {
  background-color: var(--highlight);
}
.art:hover a {
  color: #523d32 !important; /* brown */
}
.art {
  font-weight: bold;
  margin-left: 27px;
  padding: 1px 39px 2px 15px;
  width: 201px;
}
.single-artist .artistinfo {
  width: 100%;
  display: table-cell;
}
.art.this {
  background: #eee;
  margin-right: 0;
  padding-right: 0;
  width: auto;
}
.art.this div {
  display: table-cell;
  padding: 1px 0;
  width: 100%;
}
.art.this div + i {
  display: table-cell;
  float: none;
  padding-right: 10px;
  vertical-align: middle;
}
.single-artist .this a {
  color: #523d32; /* brown */
  display: table-row;
}
.art.this i {
  display: block;
  float: right;
  font-size: 14px;
  margin-right: -21px;
  margin-top: 4px;
}
.artistinfo {
  background-color: #eee;
  margin-top: -173px;
  vertical-align: top;
  width: 100%;
}
.artistinfo .desc {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 22px; /* at least for the mobile version */
  max-width: 800px;
}
.artistinfo .desc, .artistinfo .subject {
  margin: 40px 80px;
}
.artistinfo .subject {
  color: #523d32; /* brown */
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
}
.artistinfo .schedule {
  color: #222;
  background-color: var(--highlight);
  display: table;
  width: 100%;
}
.artistinfo .blog {
  background-color: transparent;
  background-image: none;
  color: #4a4a4a;
  margin-bottom: 50px;
}
.artistinfo .blog a, .artistinfo .blog a:hover {
  color: #4a4a4a;
}
.artistinfo .blog .desc {
  margin: 20px 80px;
}
.artistinfo .blog .postdate {
  font-size: 9px;
  font-style: italic;
  line-height: 12px;
}
.artistinfo .blog .posttitle {
  font-size: 16px;
  font-weight: bold;
}
.artistinfo .subject {
  margin: 50px 0 20px 80px;
}
.schedule .events, .schedule .widget {
  display: table-cell;
  min-height: 10em;
  overflow: hidden;
  vertical-align: middle;
}
.schedule .event {
  background-color: var(--highlight);
  display: table-cell;
  float: left;
  height: 52px;
  vertical-align: middle;
}
.schedule .event, .schedule .widget, .artistinfo .schedule a {
  color: black;
  width: 240px;
}
.events a:hover div {
  text-decoration: underline;
}
.schedule .widget {
  background-color: #282828; /* custom dark grey */
  height: 100%;
}
.widget iframe {
  display: block;
  height: 80px !important;
  margin-top: -1px;
  width: 300px !important;
}
.single-artist .schedule .where {
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
}
.schedule div a, .artistinfo .subject a {
  text-decoration: none;
}
.single-artist .schedule div i {
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-top: 12px;
  padding: 0 10px 0 20px;
}
.single-artist .schedule div a:hover, .artistinfo .subject a:hover {
  text-decoration: underline;
}
.artistinfo .photo {
  position: relative;
}
.artistinfo .photo img {
  margin-bottom: -5px;
  width: 100%;
}
#artist_photo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #222;
  height: 470px;
}
.artist_name {
  bottom: 0;
  color: white;
  display: inline-block;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  margin-right: 18%;
  padding: 9px 20px;
  position: absolute;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.artist_name a {
  display: none;
}
.photo .photo_credit {
  bottom: 0;
  color: white;
  font-size: 10px;
  font-style: italic;
  margin: 18px;
  position: absolute;
  right: 0;
}
.photo .photo_credit span {
  font-weight: bold;
}

.backg2 {
  display: table;
  font-size: 25px;
  height: 100%;
  min-height: 130px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  width: 101%;
}
.backg2 div {
  display: table-cell;
  letter-spacing: 2px;
  padding: 18px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* footer */
.frame_bottom .subject {
  color: var(--highlight);
  font-size: 24px;
  margin: 31px 0 11px 0;
}
.frame_bottom a {
  color: #aaa;
  letter-spacing: .4px;
  text-decoration: none;
}
.frame_bottom a:hover, .frame_bottom a:hover div {
  text-decoration: underline;
}
.foot_blocker {
  display: table;
}
.foot_blocker .foot_block {
  display: table-cell;
  padding-right: 20px;
  width: 25%;
}
.frame_bottom .ml {
  background-color: #8b9da1;
  border-radius: 18px;
  display: inline-block;
  height: 18px;
  margin-top: 4px;
  vertical-align: bottom;
  width: 18px;
}
.content2 .ml {
  background-color: #523d32; /* brown */
  border-radius: 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.frame_bottom i.top {
  margin-top: 2px;
  vertical-align: top;
}
.frame_bottom .mw, .content2 .mw {
  display: inline-block;
  font-size: 12px;
}
.content2 .mw {
  margin-left: 9px;
}
.foot_map {
  margin-top: 18px;
}
.foot_map, .foot_fox {
  width: 100%;
}
.trailer {
  font-size: 12px;
  padding: 11px 0 20px 0;
  text-align: center;
}
.foot_blocker, .trailer {
  margin: 0 auto;
  max-width: 960px;
}
.foot_block .mc4wp-form-fields {
  margin: 18px 18px 18px 0;
}
.foot_block .mc4wp-form-fields input[type="email"],
.foot_block .mc4wp-form-fields input[type="text"],
.foot_block .mc4wp-form-fields input[type="zip"] {
  border: 0;
  font-size: 12px;
  padding: 5px;
  width: 100%;
}
.foot_block .mc4wp-form-fields input[type="submit"] {
  background-color: var(--highlight);
  border: 0;
  color: #513d32;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 12px;
  height: 28px;
}
.foot_block .postdate {
  font-size: 9px;
  font-style: italic;
}
.blog .foot_block .posttitle {
  font-size: 16px;
  font-weight: bold;
}
.blog .foot_block .mi {
  font-size: 14px;
}

/* tickets */
.tickets .frame_guts {
  width: 100%;
}
.tickets .hid, .day .ticked.end, .day .tickr.end {
  display: none;
}
.ticknav div {
  display: inline-block;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 26px;
  padding: 16px 30px;
  cursor: pointer;
  margin-right: 5px;
}
.frame_guts.end {
  padding: 40px 0 0 0;
}
.frame_guts + .frame_guts {
  padding: 0;
}
.frame_guts + .frame_guts + .frame_guts {
  margin-bottom: 0;
  margin-top: 140px;
  padding-bottom: 0;
}
.frame_guts + .frame_guts.checkout + .frame_guts {
  margin-bottom: 0;
  margin-top: 60px;
  padding-bottom: 0;
}
.end.checkout + .frame_guts {
  padding: 0;
}
.end .ticknav > div, .day .ticknav > div + div {
  background-color: var(--highlight);
  border-color: var(--highlight);
  color: white;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.50);
}
.day .ticknav > div, .end .ticknav > div + div {
  background-color: #eee;
  border: 1px solid #8B9DA0; /* silver */
  color: #8B9DA0; /* silver */
  text-shadow: none;
}
.ticknav > div + div {
  margin-left: 5px;
  margin-right: 0;
}
.end .ticknav .chev, .day .ticknav .chev {
  border: transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--highlight);
  background-color: transparent;
  height: 0;
  margin-top: -1px;
  padding: 0;
  width: 0;
}
.end .ticknav .chev {
  margin-left: 140px;
}
.day .ticknav .chev {
  margin-left: 460px;
}
.tickend, .tickday {
  display: none;
}
.end .tickend, .day .tickday, .tickao {
  display: block;
}
.ticknav, .tickend, .tickday, .tickinfo, .tickao, .tickaddr {
  margin: 0 auto 40px auto;
  width: 640px;
}
.tickao {
  margin: 0 auto 25px auto;
}
.frame_guts .subject {
  color: #523d32; /* brown */
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
}
.tickets .desc {
  font-size: 16px;
}
.tickets .desc .lm, .lmt {
  color: #523d32; /* brown */
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.lm i {
  font-size: 14px;
  text-decoration: underline;
}
.tickets .desc .lm + .more, .tickets .noticebut + .ticketstuff {
  display: none;
}
.tickets .more {
  margin-top: 20px;
}
.tickr {
  display: table-row;
}
.tickr .ticktd {
  width: 300px;
}
.tickr .ticktd, .tickr .adder {
  color: #523d32;
  display: table-cell;
}
.tickr .adder {
  padding-bottom: 30px;
  text-align: right;
  width: 160px;
}
.addrtotal, .addrwidget {
  display: inline-block;
}
.addrtotal {
  float: right;
}
.addrwidget {
  border: 1px solid #523d32; /* brown */
  text-align: center;
  width: 140px;
}
.addrwidget i {
  background-color: #523d32; /* brown */
  border: 1px solid #523d32; /* brown */
  color: white;
  cursor: pointer;
  float: left;
  padding: 4px;
  width: 16px;
}
.addrwidget span {
  color: #523d32; /* brown */
  font-weight: bold;
}
.addrwidget .fa-minus {
  float: left;
}
.addrwidget .fa-plus {
  float: right;
}
.tickets .ticketstuff {
  margin: 50px 70px 35px 70px;
}
.ticketstuff .subj, .addrtotal {
  font-size: 16px;
  font-weight: bold;
}
.ticketstuff .sub {
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 60px;
}

.tickets .desc + .noticebut {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 10px 45px;
  margin: 20px 0;
}
.tickets .ao {
  font-size: 24px;
  margin-top: 30px;
}
.ticked {
  border-bottom: 1px solid #979797;
  margin: 30px 0 20px 0;
}
.ticked .subject .fa {
  float: right;
  font-size: 18px;
  padding-top: 2px;
}
.ticked .subject a {
  color: #523d32; /* brown */
}
.tickaddr {
  margin-bottom: -81px;
}
.tickaddr .ticked {
  border-color: transparent;
}
.tickaddr .subject {
  border-top: 1px solid #979797;
  margin-bottom: 20px;
  padding-top: 30px;
}
.tickaddr .subject.end {
  border-top: none;
}
.tickinfo a {
  display: none;
}
.tickinfo .box {
  float: none;
  height: 130px;
  margin-bottom: 40px;
  margin-top: 35px;
  width: 100%;
}
.tickinfo a {
  text-decoration: none;
}
.totalbar {
  background-color: #523d32; /* brown */
  color: white;
}
.tickr .item {
  white-space: nowrap;
}
.tickr .item div {
  display: inline-block;
}
.tickr .item .flex {
  width: 100%;
}

.order .totalbar {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
.totalbar > div {
  display: table;
  margin: 0 auto;
  padding: 12px;
  width: 620px;
}
.totalgroup {
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  width: 60%;
}
.ordergroup {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
.ordergroup div {
  cursor: pointer;
  display: inline-block;
}
.tickets .noticebut, button.primary {
  background-color: var(--highlight);
  color: white;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
}
.tickets .noticebut.disabled, button.primary[disabled] {
  background-color: grey;
  cursor: default;
}
.totalbar .clear {
  font-size: 12px;
  margin-right: 18px;
  text-decoration: underline;
}
.tickrdiv {
  border-bottom: 1px solid #979797;
  margin: 15px 0 30px 0;
}
.tickr.so .adder {
  visibility: hidden;
}
.desc.shipping .tr {
  display: table-row;
}
.desc.shipping .tr div {
  display: table-cell;
  padding-top: 10px;
  white-space: nowrap;
  width: 200px;
}
.desc.shipping .tr div:last-child {
  width: 350px;
}
.tr input[type="text"], .tr input[type="email"], .tr input[type="tel"], .tr input[type="number"] {
  font-family: "Open Sans", "BlinkMacSystemFont", "-apple-system", "SF UI Display", "Lucida Grande", HelveticaNeue, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  width: 100%;
}
.tickaddr select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 6px;
  background-image: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAQAAACxSAwfAAAAUklEQVQY02P4z0AMRGZGMaShwCisyhITmb8huMzfEhOxKvuvsGAh208Ik+3ngoX/FbBbClcIUcSAw21QhXxfIIrwKAMpfNsEUYRXGVCEFc6CQwBqq4CCCtU4VgAAAABJRU5ErkJggg==) 1x, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAQCAQAAAA/1a6rAAAAQUlEQVR4Xu3MsQnAMBAEMI1+myf9gw0+3ASCenmu+mQn2yGn3S4Mp906DEW3CEPfzTD03QxD380w3OmIUHe9v+u9QwAt93yns5cAAAAASUVORK5CYII=) 2x), linear-gradient(rgb(237, 237, 237), rgb(237, 237, 237) 38%, rgb(222, 222, 222));
  background-position: right center;
  background-repeat: no-repeat;

  font-family: "Open Sans", "BlinkMacSystemFont", "-apple-system", "SF UI Display", "Lucida Grande", HelveticaNeue, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  width: 100%;
}
.tickaddr select[name="expiration_month"] {
  width: 81px;
}
.tickaddr select[name="expiration_year"] {
  width: 118px;
}
.tickets input[type="checkbox"] {
  height: 16px;
  width: 16px;
}
.tickets label {
  margin-left: 10px;
}
#place_order.disabled {
  opacity: 0.2;
}

#shipping_addr, .terms, .shipping_checkbox, .end.checkout {
  display: none;
}
.terms {
  background-color: lightgrey;
  border: 1px solid #523d32; /* brown */
  padding: 1em;
  height: 300px;
  overflow: auto;
  /*white-space: pre-wrap;*/
}
.terms p, .terms li {
  margin: 0 0 1em 0;
}
.terms.show {
  display: block;
}

/* 404 fun */
.error404 .frame_top {
	background: white;
	background-color: white;
	background-image: none;
	position: relative;
}
.error404 .headbod {
	display: block;
	position: relative;
	margin-top: -70px;
}
.error404 .frame_top .headnotice {
	float: none;
	margin: 0 auto;
	padding: 0 0 60px 0;
	text-align: center;
}
.error404 .frame_title {
	position: relative;
	width: 100%;
}
.error404 .frame_top .headfoot, .error404 .headnav.fixed + .headfoot {
    display: none;
}
.error404 .frame_top.top_404 .headfoot {
    display: inline;
}
.error404 .top_404 .frame_title > div {
	background-color: transparent;
	color: rgba(82,61,50,0.20);
	display: block;
	font-family: "Open Sans", "BlinkMacSystemFont", "-apple-system", "SF UI Display", "Lucida Grande", HelveticaNeue, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 145px;
	line-height: 110px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.error404 .top_404 .frame_title > div:before {
	content: url(images/trees_left.png);
	content: -moz-image-set(url(images/trees_left.png) 1x, url(images/trees_left@2x.png) 2x);
	content: -webkit-image-set(url(images/trees_left.png) 1x, url(images/trees_left@2x.png) 2x);
	content: image-set(url(images/trees_left.png) 1x, url(images/trees_left@2x.png) 2x);
	bottom: -2px;
	left: 18px;
	position: absolute;
}
.error404 .top_404 .frame_title > div:after {
	content: url(images/trees_right.png);
	content: -moz-image-set(url(images/trees_right.png) 1x, url(images/trees_right@2x.png) 2x);
	content: -webkit-image-set(url(images/trees_right.png) 1x, url(images/trees_right@2x.png) 2x);
	content: image-set(url(images/trees_right.png) 1x, url(images/trees_right@2x.png) 2x);
	bottom: -8px;
	position: absolute;
	right: 0;
}

/* sponsors */
.page-template-sponsors.info .frame_middle {
  background-image: none;
  padding-bottom: 20px;
}
.page-template-sponsors.info .frame_middle .box {
  background-repeat: no-repeat;
  background-size: contain;
  height: 256px;
  margin: 20px 0 0 20px;
  width: 256px;
}
.page-template-sponsors.info .frame_middle .box .overlay {
  display: none;
}

/* ------------------ */

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}

.foxspin {
  color: #523d32; /* brown */
  font-size: 24px;
  font-family: Pickathon, Helvetica, sans-serif;
  margin: 20px 0 70px 0;
  text-align: center;
  width: 100%;
}

.foxspin div {
  background-image: url(images/2022/logo_face_50.png);
  background-image: -moz-image-set(url(images/2022/logo_face_50.png) 1x, url(images/2022/logo_face_50@2x.png) 2x);
  background-image: -webkit-image-set(url(images/2022/logo_face_50.png) 1x, url(images/2022/logo_face_50@2x.png) 2x);
  background-image: image-set(url(images/2022/logo_face_50.png) 1x, url(images/2022/logo_face_50@2x.png) 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  display: inline-block;
  height: 100px;
  margin: 20px 20px -46px 20px;
  width: 100px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}

.foxspin + .cal, .foxspin + .cal + .cal, .foxspin + .cal .fc, .foxspin + .cal + .cal .fc, .foxspin + .cal .calgroup, .foxspin + .cal + .cal .calgroup, .foxspin + .cal .caldateline, .foxspin + .cal + .cal .caldateline {visibility: hidden; height: 0; margin: 0; overflow: hidden; padding: 0; width: 0;}

/* ------------------ */

#mobile_calendars {
  height: 4560px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  width: 568px;
}
#mobile_calendars article {
  display: inline-block;
  height: 4560px;
  position: relative;
  transition: .2s;
  white-space: nowrap;
  width: 100%;
}
#mobile_calendars .fc-toolbar .fa {
  cursor: pointer;
}

/* live menu */
@media screen and (max-width: 681px) {
    .header_live .liveflur + .liveflur {
        display: none;
    }
    .header_live {
        font-size: 24px;
    }
}
@media screen and (max-width: 620px) {
    .live.open .headnav {
        height: 152px;
    }
}

.header-spotify {
  display: none;
  width: 100%;
  height: 80px;
}

.headnotice-spotify {
  height: 80px;
  margin-top: 23px;
}

.tickets-spotify {
  height: 80px;
}

.header-spotify iframe,
.headnotice-spotify iframe,
.tickets-spotify iframe {
  width: 100%;
  height: 100%;
}

/* mobile */
@media screen and (max-width: 480px) {
  .lineup-select {
    padding-left: 5rem !important;
  }

  .desktop { display: none !important; }

  .header-spotify {
    display: block;
  }

  .tickets-spotify {
    display: none;
  }

  /* header */
  .title {
    font-size: 24px;
  }
  .live .header_live {
    font-size: 20px;
    margin-left: 160px;
    padding: 0 0 12px 0;
  }
  .live.open .headnav {
    height: 124px;
  }
  .frame_top .logo, .single-artist .frame_top .logo {
    background-image: url('images/2023/logo_head_mobile.png');
    background-image: -moz-image-set(url('images/2023/logo_head_mobile.png') 1x, url('images/2023/logo_head_mobile@2x.png') 2x);
    background-image: -webkit-image-set(url('images/2023/logo_head_mobile.png') 1x, url('images/2023/logo_head_mobile@2x.png') 2x);
    background-image: image-set(url('images/2023/logo_head_mobile.png') 1x, url('images/2023/logo_head_mobile@2x.png') 2x);
    height: 77px;
    margin-left: 20px;
    margin-top: 12px;
    width: 77px;
  }
  .single-artist .frame_top .logo {
    background-color: transparent;
    background-position: initial;
    background-size: contain;
    height: 77px;
    padding-top: 0;
  }
  .header_strip {
    font-size: 20px;
    padding-left: 30px;
    padding-top: 28px;
    pointer-events: all;
  }
  .open.single-artist .header_strip {
    padding-top: 55px;
  }
  .frame_top {
    min-height: 230px;
  }
  .headbod {
    display: block;
    padding-top: 190px;
  }
  .headnav {
    background-color: transparent;
    height: 69px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .headnav.fixed {
    background-color: #523d32; /* brown */
    z-index: 2;
  }
  .open .headnav {
    position: absolute;
  }
  .headnav + .headfoot > .frame_title {
	bottom: 0;
	position: absolute;
  }
  .home.page .headnotice {
	display: none;
  }
  .home.page.live .headnotice {
	display: block;
  }

  .headnav.fixed + .headbod, .headnav.fixed + .headfoot {
    display: block;
    padding-top: 190px;
  }
  .live .headnav.fixed + .headbod, .live .headnav.fixed + .headfoot {
    padding-top: 0px;
  }
  .live.open .headnav.fixed {
    height: 142px;
  }
  .live.open .headnav.fixed + .headbod {
    padding-top: 144px;
  }
  .headfoot {
    display: block;
    height: 45px;
    margin-top: -8px;
    z-index: 0;
  }
  .header_photo_credit {
    display: none;
  }
  .frame_title > div, .lineup-select {
    font-size: 36px;
  }
  .lineup-label, .lineup-select {
    margin: 0;
    display: inline-block;
    font-size: 18px;
  }
  .smdate {
    margin-left: -55px !important;
    margin-right: 5px;
  }
  .artist .smdate {
    margin-left: -15px !important;
  }
  .schedule .headfoot {
    padding-top: 190px;
  }
  .lineup .headfoot {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .header_photo_credit {
    font-size: 9px;
    margin: 8px;
  }
  .open .frame_title {
    z-index: 0;
  }
  .home .frame_title.hid {
    height: 10px;
    min-height: 0;
  }
  .single-artist .header_strip {
    padding-top: 40px;
  }

  .foxspin {
    font-size: 18px;
    margin: 0 0 55px 12px;
  }
  .foxspin div {
    width: 18%;
  }

  .single-artist {
    background-color: #523d32; /* brown */
    background-image: none;
  }

  /* home */
  .frame_top .headnotice_mobile {
    display: block;
    margin: 74px auto -18px auto;
    text-align: center;
  }
  .headnotice_mobile .noticebut {
    margin-top: 0;
  }

  /* lineup */
  .lineup .headfoot .frame_title, .tickets .headfoot .frame_title {
	left: 0;
	right: 0;
    display: block;
    float: none;
    margin-top: -83px;
  }
  .lineup .frame_title > div, .tickets .frame_title > div {
    background-color: #8c9da1;
  }
  .lineup .frame_title > div, .lineup-select, .tickets .frame_title > div {
    display: block;
    font-size: 36px;
    margin-top: 64px;
    padding: 15px 23px;
    text-shadow: none;
  }

  .lineup-label,
  .lineup-select-schedule {
    font-size: 24px;
    margin-top: 0;
    padding: 15px 23px;
  }

  .lineup-label {
    display: none;
  }

  .lineup-select-schedule {
    width: 100%;
  }

  .lineup .header_photo_credit {
    bottom: 45px;
  }

  .single-lineup.schedule .frame_guts {
    padding-left: 0;
    padding-right: 0;
  }

  /* blog */
  .blog .frame_guts iframe {
    height: 240px !important;
    margin: 20px 0;
  }
  .post .frame_guts {
    width: auto !important;
  }
  .blog .frame_middle .blog {
    float: none;
    width: 100%;
  }

  .frame_middle .blog {
	height: auto !important;
  }
  .frame_middle .blog .backg > div {
	height: auto !important;
  }
  .blro {
	padding: 0 !important;
	position: static !important;
  }
  .blogfeed .blog:nth-child(3n+1) .blro { /* gold */
	background: transparent !important;
  }
  .blogfeed .blog:nth-child(3n+2) .blro { /* brown */
	background: transparent !important;
  }
  .blogfeed .blog:nth-child(3n+3) .blro { /* silver */
	background: transparent !important;
  }

  .home .frame_middle {
    height: auto;
  }
  .home .frame_middle .box {
    font-size: 30px;
    height: 168px !important;
    width: 100% !important;
  }
  .home .frame_middle .box .backg2 {
    font-size: 20px;
  }
  .lineup .frame_middle .box .overlay {
    width: 90%;
  }

  .desc.pickathon, .desc.spotify, .desc.apple, .desc.soundcloud, .desc.youtube {
    float: none;
  }
  .frame_guts_holder .plist {
    float: none;
    width: 100%;
  }

  /* artist (lineup) */
  #artist_photo {
    background-position: center;
    height: 200px;
    width: 100%;
  }
  .artist_name {
    background-color: #523d32; /* brown */
    font-size: 24px;
    position: relative;
    width: 100%;
  }
  .single-artist .frame_middle .lineup {
    display: none;
  }

  .single-artist .artistinfo .artist_name {
    display: table-row;
  }
  .single-artist .artistinfo .artist_name a { /* prev/next buttons */
    color: white;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
  }
  .single-artist .artistinfo .artist_name a:hover {
    background-color: rgba(255, 255, 255, .7);
  }
  .single-artist .artistinfo .artist_name a + div { /* artist name */
    display: table-cell;
    padding: 9px 0;
    text-align: center;
    width: 100%;
  }

  .single-artist .artistinfo {
    margin-left: 0;
    margin-top: -137px;
    min-width: 0;
    overflow: hidden;
  }
  .single-artist .photo_credit {
    display: none;
  }
  .artistinfo .schedule {
    width: 100%;
  }
  .schedule .event, .schedule .widget {
    width: auto;
  }
  .single-artist .schedule .events {
    display: block;
  }
  .single-artist .schedule .widget {
    display: block;
    float: none;
    min-height: 0;
  }
  .artistinfo .desc, .artistinfo .subject, .artistinfo .blog .desc {
    margin: 40px 30px; /* at least for the artist page */
    width: auto;
  }
  /*
  .artistinfo .desc iframe {
    height: 240px;
    margin-left: -30px;
    margin-right: -30px;
  }
  */
  .single-artist .frame_middle {
    margin-top: -162px;
  }

  /* info */
  .page-template-topics .box, .page-template-default .box {
    font-size: 30px;
    height: auto !important;
    width: 100% !important;
  }
  .page-template-topics .frame_middle, .page-template-default .frame_middle {
    display: table;
  }
  .frame_guts .content .subject div {
    display: none;
  }

  /* schedule */
  .frame_title_buttons.sub a div, .frame_title_buttons.sub a + a + a {
	display: inline-block;
    font-size: 18px;
  }
  .frame_title_buttons.sub .frame_title_subj, .frame_title_buttons.sub a + a {
    display: none;
  }
  .frame_title .sub {
	padding: 10px 0 0 0;
  }
  .headnav.fixed + .headfoot .frame_title_buttons {
	display: none;
  }

  .watch_logo {
    width: 215px;
  }
  .flur {
    font-size: 18px;
  }

  .sub .frame_title_subj {
    display: none;
  }

  .live .frame_top .logo {
    height: 79px;
    width: 79px;
  }
  .live .header_strip {
    padding-left: 50px;
  }
  .live .strip_menu {
    padding-left: 81px;
  }
  .header_live .liveflur {
    margin-right: 8px;
    width: 31px;
  }
}

/* tablet */
@media screen and (max-width: 969px) and (min-width: 481px) {
  .desktop { display: none !important; }
  .frame_top .logo {
    margin: 16px 23px 15px 20px;
    width: 134px;
  }
  .live .header_live {
    margin-left: 220px;
  }
  .live.open .headnav {
    height: 124px;
  }
  .header_strip {
    font-size: 16px;
    padding-top: 64px;
  }
  .header_strip .strip_item {
    padding: 13px 6px;
    text-align: center;
    vertical-align: middle;
  }
  .header_strip .strip_item.wal {
    padding: 5px 6px 6px 6px;
  }
  .title {
    font-size: 24px;
  }

  /* home */
  .home .frame_middle .box {
    float: left;
    height: 100%;
    width: 50%;
  }

  /* artist */
  .single-artist .frame_middle {
    margin-top: -102px;
  }
  .artistinfo .schedule {
    position: relative;
  }
  .single-artist .schedule a {
    text-decoration: underline;
  }
  .single-artist .lineup {
    background-color: #523d32; /* brown */
    padding-top: 50px;
    width: 190px;
  }
  .single-artist .artistinfo {
    margin-left: 190px;
    margin-top: -173px;
  }
  .single-artist .frame_top .logo {
    background-size: 133px auto;
    height: 211px;
    margin-top: 0;
    padding-top: 0;
    width: 189px;
  }
  .art {
    font-weight: bold;
    line-height: 14px;
    margin-right: 30px;
    width: auto;
  }
  .single-artist .lineup .subject {
    margin-bottom: 24px;
    margin-left: 4px;
    padding-left: 15px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.50);
    width: 81px;
  }
  .art {
    margin-left: 11px;
    margin-right: 0;
    padding: 6px 39px 7px 8px;
    width: 131px;
  }
  .art.this {
    background: #eee;
    margin-right: 0;
    padding-right: 0;
    width: auto;
  }
  .single-artist .lineup .this a i {
    margin-top: 1px;
  }
  /*
  .single-artist .artistinfo iframe {
    height: 250px;
  }
  */

  /* footer */
  .foot_blocker .foot_block {
    width: 228px;
  }
  .foot_block.newsletter_fox, .foot_block.follow {
    display: inherit;
    width: 248px;
  }
  .foot_blocker .foot_block.farm {
    padding-right: 0;
  }

  /* hide the fox */
  .foot_block .foot_fox {
    display: none;
  }

  /* footer icon changes */
  .foot_block.follow .mi {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 6px;
    white-space: nowrap;
    width: 42px;
  }
  .foot_block.follow i {
    font-size: 40px;
  }
  .foot_block.follow a .mw {
    display: none;
  }
  .fa-facebook-f:before, .fa-facebook:before {
    content: "\f230" !important;
  }
  .fa-twitter:before {
    content: "\f081" !important;
  }
  .fa-tumblr:before {
    content: "\f174" !important;
  }
  .fa-youtube-play:before {
    content: "\f166" !important;
  }
  .foot_block.follow .contakt i {
    font-size: 14px;
  }
  .foot_block.follow .contakt .mi {
    display: block;
  }

  .trailer .sep + span + .sep {
    display: block;
    font-size: 2px;
    visibility: hidden;
  }

  .live .frame_top .logo {
    height: 93px;
    width: 93px;
  }
  .live .strip_menu {
    margin-left: 0;
    padding-left: 50px;
  }
}

/* iphone ladscape */
@media screen and (max-width: 568px) {
  #mobile_calendars {
    width: 568px;
  }
}

@media screen and (max-width: 550px) {
  .page-template-sponsors.info .frame_middle .box {
    margin: 20px 0 0 81px;
  }
}

/* iphone/chrome portrait */
@media screen and (max-width: 480px) {
  #mobile_calendars {
    width: 320px;
  }
  .error404 .top_404 .frame_title > div {
	text-align: right;
  }
  .error404 .top_404 .frame_title > div:after {
	display: none;
  }
    .tickaddr select {
        width: 100%;
    }
    [name="cc_number"], [name="cc_name"] {
        width: 140px;
    }
    [name="cc_month"] {
        width: 25px;
    }
    [name="cc_year"] {
        width: 100px;
    }
    .lmt {
        display: initial;
    }
    .shipping span {
        display: none;
    }
    .tickets .headbod {
        overflow: hidden;
        width: 320px;
    }
    .tickets .headnotice {
        padding: 0;
    }
    .tickets .headnotice .title {
        padding: 23px;
    }
    .tickets .headnotice .desc {
        margin: 0;
        padding: 0px 23px 23px 23px;
    }
    .ticked {
        padding: 30px 0 10px 0;
        margin: 0 23px;
    }
    .ticknav, .tickend, .tickday, .tickinfo, .tickao, .tickaddr {
        margin: 0;
        width: auto;
    }
    .tickets .headnotice {
        display: none;
    }
    .tr input[type="text"], .tr input[type="email"], .tr input[type="tel"], .tr input[type="number"] {
        width: 150px;
    }
    [name="expiration_year"] {
        width: 81px;
    }
    .ao {
        padding: 0 23px;
    }
    .ticknav div {
        font-size: 20px;
        padding: 10px 10px;
        text-align: center;
        width: 122px;
    }
    .end .ticknav .chev {
        margin-left: 55px;
    }
    .day .ticknav .chev {
        margin-left: 210px;
    }
    .ticknav {
        margin: 0 auto;
        width: 305px;
    }
    .ticknav.banner {
        margin-bottom: 40px;
    }

    .tickr .item .flex {
        width: auto;
    }
    .tickr {
        text-align: center;
    }
    .tickr .item, .tickr .adder {
        display: inline-block;
        width: auto;
    }
    .addrtotal {
        float: none;
        margin-right: 0;
        margin-left: 5px;
    }
    .tickr {
        display: block;
    }
    .tickr .item {
        padding-top: 20px;
    }
    .ticketstuff .sub {
        margin: 5px 0 10px 0;
        padding-right: 0;
    }
    .addrwidget {
        font-size: 27px;
    }
    .addrwidget i {
        width: 27px;
    }
    .tickr.so .adder {
        display: none;
    }
    .tickets .subject {
        margin-bottom: 10px;
    }
    .tickets .ticketstuff {
        margin: 30px auto 0 auto;
    }
    .totalgroup, .ordergroup, #as_low_as {
        display: block;
        text-align: center;
        white-space: nowrap;
    }
    .totalgroup {
        margin: 0 auto 10px auto;
        width: auto;
    }
    .totalbar > div {
        padding-bottom: 20px;
        width: auto;
    }
    .tickets .desc + .noticebut {
        text-align: center;
        width: 181px;
    }
    .tickinfo {
        margin-bottom: 40px;
    }
    .tickinfo .backg2 div {
        font-size: 30px;
    }
    .frame_guts.end {
        padding-bottom: 0;
    }
    .frame_guts.end.checkout + .frame_guts {
        padding-top: 0;
    }
    .tickinfo .box {
        margin-bottom: -10px;
    }
    .tickets label {
        font-size: 16px;
    }
    .shipping span {
        font-size: 12px;
    }
    .tickr .ticktd, .tickr .adder {
        display: block;
    }
    .tickr .ticktd {
        width: auto;
    }
    .tickr .adder {
        margin: 0 auto;
        width: 142px;
    }
}

/* mobile and tablet menu */
@media screen and (max-width: 969px) {
  body, html {
    overflow-x: hidden;
  }
  .header_band {
    position: fixed;
    right: 0;
    top: 0;
  }
  .strip_menu {
    display: block;
    font-size: 20px;
    margin-left: 30px;
    margin-right: 0;
    padding: 10px 20px;
    text-align: right;
  }
  .open .strip_menu {
    background-color: transparent;
    direction: rtl;
    font-size: 20px;
    left: 0;
    margin-left: 0;
    position: absolute;
    text-align: left;
    z-index: 21819; /* one more than the open menu */
  }
  .open .strip_menu {
    display: none;
  }
  .smdate {
    margin-left: -5px;
  }
  .frame_title {
    margin-top: 15px;
  }
  .header_live {
    margin-right: 20px;
    text-align: right !important;
  }
  .open .fc-view { /* make sure schedule table hides behind menu */
    z-index: 0;
  }

  .single-artist .frame_middle {
    /*margin-top: -133px;*/
  }
  .single-artist .lineup .subject {
    margin-top: 92px;
  }
  .single-artist .strip_menu {
    margin-top: -12px;
  }

  .header_band {
    background-color: #eee;
    background-image: url(images/logo_ghost.png);
    background-image: -moz-image-set(url(images/logo_ghost.png) 1x, url(images/logo_ghost@2x.png) 2x);
    background-image: -webkit-image-set(url(images/logo_ghost.png) 1x, url(images/logo_ghost@2x.png) 2x);
    background-image: image-set(url(images/logo_ghost.png) 1x, url(images/logo_ghost@2x.png) 2x);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
    bottom: 0;
    font-size: 28px;
    min-width: 300px;
    padding-bottom: 20px;
    pointer-events: none;
    position: absolute;
    right: -400px;
    text-align: left;
    top: 0;
    transition: .5s;
    width: auto;
    z-index: 21818;
  }
  .header_band_title, .header_band_close {
    display: block;
  }
  .open .header_band {
    -webkit-box-shadow: 0 0 0 10018px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 10018px rgba(0, 0, 0, 0.8);
    background-color: #eee;
    display: block;
    pointer-events: all;
    position: fixed;
    right: 0;
    transition: .5s;
  }
  .header_strip .strip_item.this {
    background-color: var(--highlight);
    color: white;
  }
  .header_band a {
    text-decoration: none;
  }
  .open .header_band .strip_item {
    color: #4a4a4a;
    font-size: 28px;
    text-align: left;
    text-shadow: none;
  }
  .strip_item span {
    display: inline;
  }
  .open .header_band .strip_item.this {
    background-color: var(--highlight);
    color: white;
  }
  .wal br { /* watch and listen menu */
    display: none;
  }
  .header_band_home {
    display: inline;
  }
  .open .header_band a {
    text-decoration: none;
  }
  .header_strip .strip_item.wal {
    padding: 9px 30px;
  }
  .header_strip .strip_item {
    display: block;
    padding: 9px 30px;
  }

  .frame_top .headnotice {
    float: none;
    margin: 0 auto;
    width: 65%;
  }

  .single-artist .schedule .events, .single-artist .schedule .widget {
    float: none;
    min-height: 0;
    width: 100%;
  }
  .single-artist .schedule .event {
    display: block;
    float: none;
    height: 52px;
    min-height: 0;
    padding-right: 18px;
    white-space: nowrap;
    width: auto;
  }
  .single-artist .schedule .event.nowidget {
    float: left;
  }

  /* blog */
  .post .frame_guts, .post .frame_guts + .frame_guts {
    display: block;
    margin: 0 auto;
    padding-right: 0;
    width: 620px;
  }
  .blog .frame_middle, .blog .frame_guts {
    display: block;
	overflow: hidden;
    width: 100%;
  }

  .frame_middle .blog {
    float: left;
    width: 50%;
  }
  .frame_middle .blog .backg > div {
	height: 233px;
	overflow: hidden;
	position: relative;
  }
  .blro {
	bottom: 0;
	left: 0;
	padding-bottom: 24px;
	padding-left: 24px;
	position: absolute;
	right: 0;
  }
  .blogfeed .blog:nth-child(3n+1) .blro { /* gold */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204, 170, 52, 1) 18%, rgba(204, 170, 52, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(204, 170, 52, 1) 18%,rgba(204, 170, 52, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(204, 170, 52, 1) 18%,rgba(204, 170, 52, 1) 100%);
  }
  .blogfeed .blog:nth-child(3n+2) .blro { /* brown */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(82,61,50,1) 18%, rgba(82,61,50,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(82,61,50,1) 18%,rgba(82,61,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(82,61,50,1) 18%,rgba(82,61,50,1) 100%);
  }
  .blogfeed .blog:nth-child(3n+3) .blro { /* silver */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(138, 156, 160, 1) 18%, rgba(138, 156, 160, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(138, 156, 160, 1) 18%,rgba(138, 156, 160, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(138, 156, 160, 1) 18%,rgba(138, 156, 160, 1) 100%);
  }

  /* watch & listen */
  .frame_guts_holder .frame_guts {
    display: inline-block !important;
    padding: 18px !important;
    width: auto !important;
  }
  .frame_guts_holder .sidebar .desc, .frame_guts_holder .sidebar .title {
    margin-right: 0;
  }
  .frame_guts_holder .sidebar .title {
    padding-right: 0;
  }

  /* info */
  .page-template-topics .frame_middle, .page-template-default .frame_middle {
    display: table-cell;
  }
  .page-template-default .frame_middle {
    display: table;
  }
  .page-template-topics .frame_middle .box, .page-template-default .frame_middle .box, .lineup .frame_middle .box {
    width: 50% !important;
  }

  /* footer */
  .frame_bottom {
    padding: 0 27px;
  }
  .foot_map {
    width: 220px;
  }
  .foot_blocker .foot_block {
    display: initial;
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .foot_block.newsletter_fox {
    display: none;
  }
  .foot_block.follow i {
    font-size: 40px;
  }
  .foot_block.follow a .mw {
    display: none;
  }
  .foot_block.follow .mi {
    display: inline-block;
    width: 40px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 19px;
  }
  .foot_block.follow .contakt .mi {
    display: block;
    margin-bottom: 19px;
    margin-top: 11px;
    width: 100%;
  }
  .contakt {
    margin-bottom: 40px;
  }
  .foot_block.follow .contakt i {
    display: none;
  }
  .foot_blocker {
    padding-top: 9px;
  }
  .frame_bottom .subject {
    margin: 31px 0 9px 0;
  }

  .trailer {
    margin-top: 19px;
    text-align: center;
  }
  .trailer .sep {
    display: block;
    font-size: 7px;
    visibility: hidden;
  }

  /* footer icon changes */
  .fa-facebook-f:before, .fa-facebook:before {
    content: "\f230" !important;
  }
  .fa-twitter:before {
    content: "\f081" !important;
  }
  .fa-tumblr:before {
    content: "\f174" !important;
  }
  .fa-youtube-play:before {
    content: "\f166" !important;
  }

  body.error404 {
	overflow-x: hidden;
  }
  .error404 .headbod {
	margin-top: 0;
	padding-top: 0;
  }
  .error404 .frame_top .headnotice {
	min-width: 0;
	width: 100%;
  }

    .frame_title_buttons.sub a div, .frame_title_buttons.sub a + a + a {
        display: inline-block;
        font-size: 18px;
    }
    .frame_title_buttons.sub .frame_title_subj, .frame_title_buttons.sub a + a {
        display: none;
    }
    .frame_title .sub {
        padding: 10px 0 0 0;
    }
    .headnav.fixed + .headfoot .frame_title_buttons {
        display: none;
    }
}

/* desktop */
@media screen and (max-width: 1230px) and (min-width: 970px) {
  .frame_top .logo {
    height: 239px;
    margin: 16px 41px 15px 63px;
    width: 180px;
  }
  .header_strip {
    font-size: 16px;
    padding-top: 83px;
  }
  .wal br {
    display: none;
  }

  /* artist */
  .single-artist .frame_middle {
    margin-top: -163px;
  }
  .single-artist .frame_top .logo {
    margin-right: 0;
  }
  /*
  .single-artist iframe {
    height: 294px;
  }
  */
}

/* hd */
@media screen and (min-width: 1231px) {
  .frame_top .logo {
    height: 240px;
    margin: 16px 65px 15px 40px;
    width: 178px;
  }
  .header_strip {
    font-size: 24px;
    padding-top: 80px;
  }
  .wal br {
    display: none;
  }
  .backg2 div {
    font-size: 40px;
  }

  /* artist */
  .single-artist .frame_top .logo {
    margin-right: 0;
  }
  /*
  .single-artist iframe {
    height: 450px;
  }
  */

  /* blog */
  .blogfeed .thumb {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    height: 242px;
    width: 242px;
  }
  .frame_middle .blog {
    background-image: none !important;
  }
  .blogfeed .backg {
    display: table-cell;
  }
  .blog .desc {
    font-size: 16px;
  }

  /* background colours */
  .blogfeed .blog:nth-child(3n+1) .backg {
    background: #e7e0c8; /* pale-goldish */
  }
  .blogfeed .blog:nth-child(3n+2) .backg {
    background: #cecac8; /* pale-brownish */
  }
  .blogfeed .blog:nth-child(3n+3) .backg {
    background: #daddde; /* pale-silverish */
  }

  .blogfeed .blog .title, .blogfeed .blog .desc {
    color: #523d32; /* brown */
    text-shadow: none;
  }

  /* footer */
  .foot_blocker .foot_block {
    padding: 30px 20px 0 0;
  }
  .trailer {
    padding: 11px 0 60px 0;
  }
}

/* ------------------ */

/* fullcalendar */
.fc-toolbar {color: #523d32; font-weight: normal; margin: 1em;}
.sub .frame_title_but, .sub .frame_title_subj {cursor: pointer;}
.fc-scroller.fc-time-grid-container {height: auto !important; overflow: hidden !important;}
.fc-divider.fc-widget-header {display: none !important;}
.fc-ltr .fc-axis {font-size: 12px;} /* time */
.fc-time-grid-event .fc-title {
  color: #523d32; /* brown */
  font-weight: bold;
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 3px;
}
.fc-center div {
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 6px;
}

.fc-toolbar h2, .fc-widget-header .fc-day-header {font-size: 18px; white-space: nowrap;}
.fc-widget-header .fc-day-header {color: #523d32; font-size: 16px; font-weight: normal; padding: 5px;}
.fc-widget-header .fc-axis {display: none;}
.cal[data-size="1"] .fc-widget-header .fc-day-header {font-weight: bold;}

.fc-event .fc-bg {display: none;}

.frame_middle.cal[data-size="6"] .fc-left, .frame_middle.cal[data-size="6"] .fc-right {display: none;}
.frame_middle.cal[data-size="3"] .fc-left, .frame_middle.cal[data-size="3"] .fc-right {display: none;}

.frame_middle.cal[data-size="1"] .fc-toolbar i {font-size: 24px; margin-top: 14px;}
.fc-toolbar .sr-only {display: none;}
.fc-toolbar i:hover {color: #222;}

/* hide left and right borders on mobile calendars */
[data-size="1"] .fc-body .fc-widget-content {border-left: 0; border-right: 0;}

.cal[data-size="1"] .fc-center div {
  font-size: 20px;
  letter-spacing: normal;
}

/* swap time and subject positions */

.fc-event .fc-content {
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}
.fc-time-grid-event .fc-title {
  left: 3px;
  position: absolute;
  top: 2px;
}
.fc-time-grid-event .fc-time {
  bottom: 0;
  color: #523d32; /* brown */
  display: inline-block;
  font-style: italic;
  left: 3px;
  line-height: 20px;
  padding-top: 3px !important;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.caldateline {
  color: #523d32; /* brown */
  font-size: 24px;
  font-family: Pickathon, Helvetica, sans-serif;
  margin: 20px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.cal[data-size="3"] .fc-toolbar, .cal[data-size="6"] .fc-toolbar {display: none;}
.cal[data-size="1"] .fc-head, .cal[data-size="1"] .caldateline {display: none;}

.fc-head-container.fc-widget-header {
  border-left: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.frame_middle.cal[data-size="6"] .calgroup {
  display: inline-block;
  float: left;
  width: 16.66%;
}

.frame_middle.cal[data-size="3"] .calgroup {
  display: inline-block;
  float: left;
  width: 33.333%;
}

.frame_middle.cal[data-size="1"] .calgroup {
  display: block;
}

body.schedule.scroll {
  overflow-x: hidden;
}

.schedule.scroll .frame_middle.cal .calgroup {
  display: inline-block;
  margin: 30px;
  width: 300px;
}

.age21 {
  background-color: #222;
  border-radius: 2px;
  bottom: 0;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding: 4px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.scroll #mobile_calendars .calgroup {
  display: block;
  margin: 30px auto;
  width: 100%;
}
.scroll #mobile_calendars .fc-toolbar .fc-right {
  padding: 0 15px 20px 0;
}
.scroll #mobile_calendars .fc-toolbar .fc-left {
  padding: 0 0 20px 15px;
}

.scroll .fc-toolbar {
  margin: 16px 0;
}

.scroll .frame_middle.cal, #mobile_calendars {
  display: none;
}
.scroll #mobile_calendars.frame_middle.cal {
  display: block;
}

/* ------------------ */

@font-face {
  font-family: 'Pickathon';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pickathontwentyfourteen.eot'); /* IE9 Compat Modes */
  src: local('Pickathon 2014'), local('Pickathon'),
  url('fonts/pickathontwentyfourteen.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/pickathontwentyfourteen.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/pickathontwentyfourteen.woff') format('woff'), /* Pretty Modern Browsers - iOS9 */
  url('fonts/pickathontwentyfourteen.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/pickathontwentyfourteen.svg#Pickathon') format('svg'); /* Legacy iOS */
}

.parsley-errors-list {
  display: none;
  margin: 2px 0 3px;
  padding: .5em;
  list-style-type: none;
  background-color: darkred;
  color: white;
}

.parsley-errors-list.filled {
  display: block;
}

#parsley-id-multiple-term_agree {
  margin-top: 1em;
}

table.cart {
  width: 100%;
}

table.cart thead tr {
  background: #523d32; /* brown */
}

table.cart thead th {
  color: white;
  font-weight: normal;
  padding: 5px;
  text-align: center;
}

table.cart tbody td,
table.cart tfoot td,
table.cart tfoot th {
  border-bottom: 1px solid dimgrey;
  padding: 5px;
}

table.cart tfoot th,
table.cart td.number,
table.cart td.currency {
  text-align: right;
}

#cart_countdown, #pay_later_as_low_as {
  font-style: italic;
  color: grey;
}

#cart_countdown {
  float: right;
}

.pay-when-list div {
  float: left;
  clear: left;
}

.pay-when-list input, .pay-when-list label {
  float: left;
}

#as_low_as {
  font-size: 12px;
  font-weight: normal;
}

/* wordpress core classes */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* responsive embed */
.fixed-aspect, .aspect-1x1, .hero {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: visible;
  padding-bottom: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero {
  padding-bottom: 66%;
}
@media screen and (min-width: 480px) {
  .hero { padding-bottom: 66%; }
}
@media screen and (min-width: 640px) {
  .hero { padding-bottom: 60%; }
}
@media screen and (min-width: 768px) {
  .hero { padding-bottom: 56.25%; }    /* 16x9 */
}
@media screen and (min-width: 992px) {
  .hero { padding-bottom: 46%; }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-bottom: 40%;
    max-width: 1600px;
    margin: 0 auto;
  }
}

.hero > iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.livehead {
  background-color: #eee;
  width: 100%;
}

.livehead .headnotice {
  margin: 0 auto;
  padding: 20px;
  max-width: 720px;
}

#square_form input[type=text], #square_form input[type=email], .sq-input {
  border: 1px solid lightgrey;
  width: 100%;
}

/* overwrite some bootstrap defaults */
html {
    box-sizing: content-box;
    -ms-overflow-style: auto;
}

.container {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

#email-modal {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  /*opacity: 0;*/
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.stream-banner {
  display: flex;
  align-items: center;

  max-width: 800px;
  margin: 0 auto;
  padding: 20px;

  color: #523d32;
}

.stream-banner p {
  margin-top: 0;
}

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

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

.stream-banner__selector label {
  display: block;
  font-family: Pickathon, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.stream-banner__selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 18px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ1OSA0NTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1OSA0NTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0idW5mb2xkLW1vcmUiPgoJCTxwYXRoIGQ9Ik0yMjkuNSw3MS40bDgxLjYsODEuNmwzNS43LTM1LjdMMjI5LjUsMEwxMTIuMiwxMTcuM2wzNS43LDM1LjdMMjI5LjUsNzEuNHogTTIyOS41LDM4Ny42TDE0Ny45LDMwNmwtMzUuNywzNS43TDIyOS41LDQ1OSAgICBsMTE3LjMtMTE3LjNMMzExLjEsMzA2TDIyOS41LDM4Ny42eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 93% 49%;
  background-color: #ccab34;
  background-size: auto 50%;
  color: white;
  padding: 10px 1.75em 10px 20px;
  margin-bottom: 10px;
}

.stream-banner__text span,
.stream-banner__text b {
  white-space: nowrap;
}

.stream-embed {
  max-width: 1080px;
  margin: 0 auto;
}

/* small phone */
.stream-banner {
  flex-direction: column;
  font-size: 12px;
}

/* phone */
@media (min-width: 375px) {
  .stream-banner {
    font-size: 14px;
  }

  .stream-banner__selector select {
    font-size: 22px;
  }
}

/* tablet */
@media (min-width: 694px) {
  .stream-banner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .stream-banner__head {
    flex: 100%;
  }
  .stream-banner__selector, .stream-banner__text {
    flex: 1;
  }
}

.stream-promo {
  margin: 20px 23px 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid grey;
}

.stream-promo__header {
  font-family: Pickathon, Helvetica, sans-serif;
  font-size: 24px;
  color: #523d32;
  margin-bottom: 10px;
}

.stream-promo__body {
  font-size: 16px;
  margin-bottom: 20px;
}

.stream-promo__button a {
  font-family: Pickathon, Helvetica, sans-serif;
  background-color: #b9c451;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 10px 45px;
}

/* tablet */
@media (min-width: 694px) {
  .stream-promo {
    max-width: 640px;
    margin: 40px auto;
  }
}

/* base */

/* youtube iframe on mobile */
iframe {
  width: 100%;
  height: auto;
}

@media (min-width: 640px) {
  /* youtube iframe on non-mobile */
  iframe {
    width: 500px;
    height: 281px;
  }
}

/* tailwind css utilities */

.hidden {
  display: none;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  iframe {
    width: 500px;
    height: 281px;
  }
}
