/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
/* a.getthemusic {
    color: #fff;
    text-decoration: none;
    padding: 15px 20px 8px;
    background-color: #2f4a5f;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'SpecialElite', 'Avenir', 'Avenir-Black', 'Avenir-Book', 'Avenir-Roman', sans-serif;
    line-height: 1!important;
} */
a.getthemusic:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}
em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: auto;
}

/* /END RESET */
@font-face {
  font-family: 'Jenna Sue';
  src: url('jennasue-webfont.eot');
  src: url('jennasue-webfont.eot?#iefix') format('embedded-opentype'),
    url('jennasue-webfont.woff') format('woff'),
    url('jennasue-webfont.ttf') format('truetype'),
    url('jennasue-webfont.svg#jenna_sueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_roman.otf');
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf');
}

@font-face {
  font-family: 'Avenir-Black';
  src: url('../fonts/AvenirLTStd-Black.otf');
}

@font-face {
  font-family: 'Avenir-Book';
  src: url('../fonts/AvenirLTStd-Book.otf');
}

@font-face {
  font-family: 'SpecialElite';
  src: url('../fonts/SpecialElite.ttf');
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}

.shows {
  background-image: url(../images/shows-bg.jpg);
}

body.index {
  background-image: url('../images/home-background.png');
}

body.music {
  background-image: url('../images/Music.png');
  background-position: center bottom;
}
body.index .rel {
    position: relative;
}
body.music .rel {
    position: relative;
}
.overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
img.center {
  margin: 0 auto;
  display: table;
  max-width: 100%;

}
.force-below.home img.center{
  width: 100%;
}
body.shows .rel {
  position: relative;
}

.overlay-image img {
  width: 100%;
  max-height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.show-show img {
  max-width: 100%;
}

.bottom-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
iframe.showiframe {
    max-width: 900px;
    margin: 0 auto;
    display: table;
    padding: 20px;
}
body.gallery {
  background-image: url('../images/gallery-bg.jpg');
}

body.contact {
  background-image: url('../images/contact-bg.jpg');
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

#music-content-background {
  background-image: url(/images/choose-album.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  position: relative;
  height: auto;
}

.align-albums {
  position: absolute;
  width: 60%;
  top: 150px;
  left: 20%;
  right: 20%;
}

#logo {
  position: relative;
  max-width: 70%;
  z-index: 80;
  margin: 100px auto 50px;
}

.artists.col-sm-6 img {
  max-width: 100%;
}

.gallery #logo {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: none;
}

.shows #logo {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: none;
}

.contact #logo {
  display: none;
}

#logo img {
  width: 100%;
}

.main-menu, .main-menu ul {
  display: inline-block;
  width: 100%;
}

.main-menu ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.main-menu ul li {
  display: inline-block;
  list-style-type: none;
  font-family: 'SpecialElite', sans-serif;
  font-size: 35px;
  line-height: 150%;
  padding: 0 30px;
  text-transform: uppercase;
}

.force-below {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.force-below-music {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
.container.desktop-container .force-below.home{
  top: 0;
}
.main-menu ul li a {
  color: #fff;
  text-decoration: none;
}

/* Updated Menu */
.mobile-menu {
  display: none;
  visibility: hidden;
}

.top-nav .menu-header, div.menu {
  font-size: 12px;
}

.top-nav .menu-header ul, div.menu ul {
  list-style: none;
  margin: 0;
  min-height: 50px;
}

.top-nav .menu-header li, div.menu li {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}

.top-nav a {
  display: inline-block;
  list-style-type: none;
  font-family: 'SpecialElite', 'Avenir', 'Avenir-Black', 'Avenir-Book', 'Avenir-Roman', sans-serif;
  font-size: 35px;
  line-height: 150%;
  /* padding: 0 30px; */
  text-transform: uppercase;
  color: #fff;
}

.top-nav ul ul {
  background: #fff;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  float: left;
  width: 200px;
  z-index: 99999;
  border: #ccc 1px solid;
  padding: 0;
  text-align: left;
}

.top-nav ul ul ul {
  left: 100%;
  top: 0;
}

.top-nav ul ul a {
  color: #333;
  font-weight: normal;
  height: auto;
  line-height: 1.2;
  padding: 10px 5px;
  width: 190px;
}

.top-nav li:hover>a, .top-nav a:focus {
  color: #00cacc;
}

.top-nav ul ul :hover>a, .top-nav ul ul a:focus, .music .main-menu ul li a:hover, .gallery .main-menu ul li a:hover, .shows .main-menu ul li a:hover, .contact .main-menu ul li a:hover {
  color: #00cacc !important;
}

.top-nav ul li:hover>ul {
  display: block;
}

.top-nav ul li.current_page_item>a, .top-nav ul li.current-menu-ancestor>a, .top-nav ul li.current-menu-item>a, .top-nav ul li.current-menu-parent>a {
  font-weight: normal;
}

* html .top-nav ul li.current_page_item a, * html .top-nav ul li.current-menu-ancestor a, * html .top-nav ul li.current-menu-item a, * html .top-nav ul li.current-menu-parent a, * html .top-nav ul li a:hover {
  font-weight: normal;
}

.music .main-menu ul li a, .gallery .main-menu ul li a, .shows .main-menu ul li a, .contact .main-menu ul li a {
  color: #000;
}

#fg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  pointer-events: none;
  z-index: 50;
}

/* body.music #fg {
	display: block;
	background-image: url('../images/music-fg.png');
	background-position: 74% top;
} */
#newscard {
  font-family: "Arial Narrow", Arial, sans-serif;
  background: url('../images/newscard.png') no-repeat;
  -webkit-transform: rotate(2.3deg);
  -moz-transform: rotate(2.3deg);
  -ms-transform: rotate(2.3deg);
  -o-transform: rotate(2.3deg);
  transform: rotate(2.3deg);
  position: absolute;
  top: 32.3%;
  right: 8.3%;
  width: 261px;
  height: 170px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 60;
}

#newscard>p,
#newscard>h1,
#newscard>h2,
#newscard>a {
  transform: rotate(-2.3deg);
}

#newscard>h1 {
  font-family: "Arial Narrow", sans-serif;
  font-weight: normal;
  margin: 0.5em 0 0 0;
  color: white;
  background: url(../images/newscardarrow.png) left center no-repeat;
  white-space: nowrap;
  font-size: 1.2em;
  height: 34px;
  line-height: 34px;
  text-indent: .3em;
}

#fancybox-content {
  /* min-height: 725px; */
  width: 100% !important;
  height: auto !important;
  max-width: 991px !important;
}

div#fancybox-wrap {
  width: 70% !important;
  height: auto !important;
  max-width: 991px !important;
  left: 15% !important;
  right: 15% !important;
  margin: auto;
}

#newscard>h1>span {
  display: inline-block;
  transform: rotate(1deg);
}

.show-show {
  display: none;
}

#newscard>h2 {
  font-family: "Jenna Sue", script;
  font-weight: normal;
  font-size: 1.1em;
  margin-top: 1.6em;
  margin-bottom: 0;
  text-indent: 0.4em;
  color: #D33724;
}

#newscard p {
  font-size: .77em;
  margin: -.3em 1.2em 0;
  line-height: 1.2em;
  white-space: pre-line;
}

.morenews {
  text-align: right;
  display: block;
  color: #D33724;
  padding-right: 31px;
  background: url(../images/morehand.png) right center no-repeat;
  text-decoration: none;
  font-size: .77em;
  height: 14px;
  line-height: 11px;
  vertical-align: middle;
  margin: .8em 1.8em auto auto;
}

#music-content {
  position: absolute;
  right: 22%;
  top: 25%;
  /* background: url(../images/music-content.png) center center no-repeat; */
  /* width: 346px; */
  width: 100%;
  max-width: 550px;
  height: 510px;
  text-align: center;
  text-align: center;
  word-spacing: 0;
  letter-spacing: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transform: rotate(2.8deg);
  -moz-transform: rotate(2.8deg);
  -ms-transform: rotate(2.8deg);
  -o-transform: rotate(2.8deg);
  transform: rotate(2.8deg);
  z-index: 90;
}

#music-content-background h1 {
  background: url(../images/music-content-head.png) center left no-repeat;
  width: auto;
  height: 68px;
  text-align: left;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: 70px;
  vertical-align: middle;
  text-indent: .5em;
  white-space: nowrap;
  position: relative;
  left: 3px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 2.1em;
  font-weight: 100;
  margin-top: 0.2em;
  margin-bottom: 0;
}

#music-content-background a.album {
  display: inline-block;
  text-align: left;
  word-spacing: normal;
  letter-spacing: normal;
  margin: 2%;
  color: black;
  font-family: "Jenna Sue", script;
  text-decoration: none;
  font-size: 2em;
  line-height: 0.7em;
  position: relative;
  z-index: 60;
  width: 46%;
  float: left;
}

#music-content-backgroundt a.album span {
  margin-left: 10px;
}

.align-albums span {
  padding: 10px 0 0 0;
  clear: both;
  display: block;
}

body.music .rel #logo {
  margin: 100px auto 0;
}

#music-content-background a.album .albumdate {
  font-size: .6em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  line-height: 0;
}

.full {
  height: 100%;
}

#music-content-background img {
  display: block;
  width: 100%;
}

#gallery-thumbs {
  overflow: hidden;
  text-align: left;
  margin: 50px auto;
  display: block;
  /* clear: both; */
  position: relative;
  width: 96%;
}

.thumbpage {
  display: inline-block;
  height: 100%;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  text-align: left;
}

.thumbnail {
  display: inline-block;
  text-align: center;
  /* width: 24%;
	height: 24%; */
  width: 31%;
  height: 48%;
  margin: 1%;
  vertical-align: middle;
  background: #5b5b5b;
  background-color: rgba(91, 91, 91, .80);
}

.thumbnail img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  width: 100%;
}

#gallery-prev {
  background: url('../images/icon-arrow-prev.png') center center no-repeat;
  left: 0;
}

#gallery-next {
  background: url('../images/icon-arrow-next.png') center center no-repeat;
  right: 0;
}

#gallery-prev, #gallery-next {
  position: absolute;
  cursor: pointer;
  width: 39px;
  height: 39px;
  top: 44%;
  background-size: cover;
}

#showinfowrap {
  max-width: 550px;
  width: 100%;
}

.month-day {
  position: absolute;
  bottom: -152px;
  background-image: url(../images/desktop-dates.png);
  background-repeat: no-repeat;
  background-position: left;
  z-index: 101;
  width: 200px;
  height: 230px;
}

.full .fifty {
  position: relative;
}

.showtitle {
  margin: 0;
  font-family: "Jenna Sue", script;
  font-weight: normal;
  font-size: 3.5em;
  line-height: .8em;
  color: #2E3C5D;
}

.push-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.showmonth {
  position: absolute;
  top: 66px;
  left: 19%;
  font-size: 1.5em;
  font-size: 3.1vmin;
  text-align: center;
}

.showmonth a {
  color: #000;
  text-decoration: none;
}

.showday {
  top: 145px;
  left: 51%;
  font-size: 1.6em;
  font-size: 3.2vmin;
  text-align: center;
  position: absolute;
}

.showday a {
  color: #000;
  text-decoration: none;
}

div#showframe {
  position: relative;
}

.showimg img {
  border-style: solid;
  border-width: 50px;
  -webkit-border-image: url(../images/frame.png) 30 stretch;
  -o-border-image: url(../images/frame.png) 30 stretch;
  border-image: url(../images/frame.png) 30 stretch;
  max-width: 85%;
  margin: 0 auto;
}

.showmoreinfo {
  position: absolute;
  right: 0;
  bottom: -10%;
}

.showmoreinfo a {
  font-family: "Arial Narrow", Arial, sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  color: #2E3C5D;
}

#showprev {
  background: url('../images/arrow-up.png') center center no-repeat;
  /* top: 37.5%; */
  top: 45%;
}

.artists {}

#shownext {
  background: url('../images/arrow-dn.png') center center no-repeat;
  /* top: 51%; */
  top: 60%;
}

#showprev, #shownext {
  position: absolute;
  z-index: 666;
  right: 3%;
  width: 10.6%;
  height: 13.2%;
  cursor: pointer;
  background-size: cover;
}

#social, #social-inner, .social-menu {
  position: absolute;
  bottom: 0;
  right: 5%;
  padding: 0;
  z-index: 100;
}

#social ul, #social-inner ul, .social-menu ul {
  padding: 0;
  list-style: none;
}

#social li, #social-inner li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.fifty {
  width: 50%;
  float: left;
  min-height: 1px;
}

.social-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

#social li img {
  width: 100%;
  max-width: 50px;
}

#social-inner li img, .social-menu li img {
  width: 100%;
}

.social-menu {
  display: none;
}

.hp-news-head {
  color: #fff;
  text-decoration: none;
}

iframe, #fancybox-content {
  -webkit-overflow-scrolling: touch;
}

.music #fancybox-frame, .shows #fancybox-frame {
  min-height: 725px;
}

.logo-mobile {
  display: none;
  position: absolute;
  top: 200px;
  left: 5%;
  right: 5%;
  z-index: 100;
  width: 90%;
}

.social-menu li a:hover {
  background: none;
  background-color: transparent;
}

.logo-mobile img {
  max-width: 350px;
  margin: 0 auto;
  display: table;
}

.social-mobile {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-mobile ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.main-menu-mobile {
  display: none;
}

/* Contact Page */
.contact-form {
  max-width: 360px;
  width: 100%;
  margin-top: 50px;
}

.contact-form label, .contact-form .sub1 {
  font-family: 'SpecialElite', 'Avenir', sans-serif;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid #b7b7b7;
  min-height: 30px;
}

.contact-form textarea {
  min-height: 150px;
}

.contact-form p {
  margin: 0 0 25px;
}

.contact-form .sub1 {
  background: #00cacc;
  max-width: 120px;
  color: #fff;
  border: none;
  padding: 15px 20px 10px;
  line-height: 20px;
}

/* Media Queries */
@media (max-width: 1440px) {
  #music-content {
    right: 18.5%;
    top: 35%;
    width: 346px;
    width: 100%;
    max-width: 470px;
  }

  body.shows {
    background-position: center;
  }

  body.contact {
    background-position: center;
  }
}
.force-below.home.mobile-container {
    display: none;
}
@media (min-width: 1440px) {
  body.shows {
    background-position: center;
  }
}

@media (max-width: 1200px) {
  .showimg img {
    border-style: solid;
    border-width: 30px;
    -webkit-border-image: url(../images/frame.png) 30 stretch;
    -o-border-image: url(../images/frame.png) 30 stretch;
    border-image: url(../images/frame.png) 30 stretch;
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
.force-below.home.mobile-container {
    display: block;
}
.container.desktop-container{
  display: none;
}
iframe.showiframe {
    height: 375px;
}
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
  body.index {
    background-position: center;
  }
  .row {
      margin-right: 0 !important;
      margin-left: 0 !important;
  }
  iframe.showiframe {
    max-width: 96%;
    margin: 0 auto;
    display: table;
    padding: 2%;
      height: 480px;
}
  .top-nav a {
    font-size: 30px;
  }

  div#fancybox-wrap {
    width: 90% !important;
    max-width: 863px;
    left: 5% !important;
    right: 5% !important;
    padding: 0 !important;
  }

  .show-full-info {
    display: inline-block;
    max-width: 98%;
    width: 100%;
    padding: 1%;
    vertical-align: middle;
  }

  .main-menu ul li {
    padding: 0 15px;
  }

  .align-albums {
    position: absolute;
    width: 80%;
    top: 130px;
    left: 10%;
    right: 10%;
  }
}

/* iPhones & Smaller */
@media (max-width: 770px) {
  #social, #social-inner, #logo, #logo-inner, .main-menu {
    display: none;
  }

.shows {
    background-image: url(../images/background-mobile-shows.png);
}
  .showimg img {
    border-style: solid;
    border-width: 20px;
    -webkit-border-image: url(../images/frame.png) 30 stretch;
    -o-border-image: url(../images/frame.png) 30 stretch;
    border-image: url(../images/frame.png) 30 stretch;
    max-width: 90%;
    margin: 0 auto;
  }
  iframe.showiframe {
      height: 350px;
}
  .force-below .col-sm-6 {
    width: 100%;
    max-width: 100%;
    float: none;
    flex: none;
  }

  .force-below-music {
    position: relative;
    bottom: auto;
  }

  .force-below .col-sm-6 img {
    margin: 0 auto;
    display: table;
  }

  .top-nav {
    padding-bottom: 34px;
  }

  .force-below-music .col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  body.music {
    background-image: url(../images/Music.png);
    background-position: center top 65px;
  }

  body.index .social-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .push-bottom {
    bottom: 37%;
  }

  .logo-mobile img {
    max-width: 300px;
    margin: 0 auto;
    display: table;
  }

  .show-show img.alignright {
    float: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
    max-width: 100%;
  }

  .fifty1 {
    width: 100%;
    clear: both;
  }

  .fifty1 img {
    max-width: 100%;
    float: right;
  }

  .push-bottom {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .fifty.grow {
    width: 75%;
    float: none;
    margin: 0 auto;
  }

  .full .fifty {
    position: relative;
  }

  #music-content-background a.album {
    /* display: table; */
    text-align: left;
    word-spacing: normal;
    letter-spacing: normal;
    margin: 2%;
    color: black;
    font-family: "Jenna Sue", script;
    text-decoration: none;
    font-size: 2em;
    line-height: 0.9;
    position: relative;
    z-index: 60;
    width: 46%;
    float: left;
  }

  .align-albums {
    position: relative;
    width: 60%;
    top: 130px;
    left: auto;
    right: auto;
    margin: 0 auto;
    display: table;
  }

  .artists.col-sm-6 {
    display: none;
  }

  .force-below {
    position: relative;
    bottom: auto;
    width: 100%;
  }

  /* .show-show {
    display: block;
  } */

  .col-sm-6 .show-show {
    clear: both;
    float: none;
    margin: 160px auto 0;
  }

  body.gallery {
    background-image: url('../images/gallery-bg-mobile.jpg');
  }

  #shows {
    background-image: url(../images/background-mobile-shows.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
  }

  body.contact {
    background-image: url('../images/contact-bg-mobile.jpg');
  }

  /* Menu */
  .mobile-menu {
    cursor: pointer;
    display: inline-block;
    min-height: 30px;
    margin: 15px 0 0;
    width: 100%;
    visibility: visible;
    line-height: 150%;
    padding-top: 5px;
    text-align: center;
    z-index: 700;
    font-family: 'SpecialElite', 'Avenir', sans-serif;
    color: #2f4a60;
    font-size: 20px;
  }

  .main-menu-mobile ul {
    padding-left: 0;
  }

  .main-menu-mobile ul li {
    text-align: center;
    list-style-type: none;
    padding: 10px 0;
  }

  .main-menu-mobile ul li a {
    color: #fff;
    text-decoration: none;
  }

  body.mobile-menu-active {
    background-image: url('../images/menu-bg-mobile.jpg');
  }

  .index .mobile-menu {
    color: #fff;
  }

  .clear-logo {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
  }

  .logo-mobile {
    top: 40px;
    left: 5%;
    right: 5%;
    z-index: 100;
    width: 90%;
  }

  .top-nav.mobile-menu-active {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    bottom: 0;
  }

  .top-nav.mobile-menu-active {
    background-image: url(../images/menu-bg-mobile.jpg);
    z-index: 670;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-nav.mobile-menu-active .mobile-menu {
    color: #fff;
  }

  .top-nav .menu-header li, div.menu li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: #ccc 1px solid;
  }

  .top-nav a {
    font-size: 18px;
    line-height: 180%;
    padding: 5px 10px;
  }

  .top-nav .social-menu a {
    padding: 0;
  }

  .top-nav ul ul {
    box-shadow: none;
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border: none;
    border-bottom: #ccc 1px solid;
    padding: 0;
    margin: 0;
  }

  .top-nav ul ul li {
    padding: 0;
    margin: 0;
  }

  .top-nav ul ul ul {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .top-nav ul ul a {
    padding: 15px 10px;
    width: auto;
  }

  .top-nav ul ul ul a {
    padding: 15px 10px;
    width: auto;
  }

  .main-menu-mobile li:hover>a, .main-menu-mobile ul ul :hover>a, .main-menu-mobile a:focus {
    background: #333;
    color: #fff;
  }

  .alignright {
    float: none;
  }

  .top-nav ul li ul {
    display: block;
    width: 100%;
    float: left;
  }

  .artists.fifty {
    display: none;
  }

  #music-content-background {
    min-height: 600px !important;
    background-size: contain;
    min-height: auto;
    position: relative;
  }

  .fifty {
    width: 100%;
    float: none;
  }

  .social-mobile, .logo-mobile {
    display: block;
    z-index: 9;
  }

  .logo-mobile {
    position: relative;
    top: 0;
    left: auto;
    padding-bottom: 30px;
    right: auto;
    z-index: 100;
    width: 100%;
  }

  .top-nav.mobile-menu-active .social-menu {
    display: block;
    width: 100%;
    right: 0;
    text-align: center;
  }

  #gallery-thumbs {
    max-width: 90%;
    margin: 0;
    height: auto;
    max-height: 500px;
    width: 100%;
  }

  .thumbnail {
    width: 48%;
    height: 100%;
    margin-bottom: 20px;
    margin: 1%;
  }

  .thumbpage {
    margin-top: 55px;
  }

  #gallery-next {
    right: 5%;
    top: 45%;
  }

  #gallery-prev {
    left: 5%;
    top: 45%;
  }

  .thumbnail img {
    width: 100%;
  }

  .fancybox-bg {
    display: none;
  }

  #showprev, #shownext {
    position: absolute;
    z-index: 666;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-size: cover;
  }

  #showprev {
    top: 35%;
  }

  #shownext {
    top: 50%;
  }

  .showtitle {
    left: 10%;
    bottom: 73%;
    width: 65%;
  }

  .showmonth {
    font-size: 30px;
  }

  .showday {
    font-size: 30px;
  }

  .showmoreinfo {
    position: absolute;
    right: 0;
    bottom: -34px;
  }

  #showinfowrap::after {
    padding-top: 0;
    display: none;
  }

  /* Contact Page */
  .contact-form {
    max-width: 340px;
    /* position: absolute; */
    width: 100%;
    /* right: 10%; */
    /* top: 22%; */
    margin: 50px auto;
  }

  #showinfowrap {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }
}

@media only screen and (max-width: 560px) {
  .align-albums {
    position: absolute;
    width: 75%;
    top: 150px;
    left: 12.5%;
    right: 12.5%;
  }
  iframe.showiframe {
      height: 250px;
    }
  .thumbnail {
    width: 95%;
    height: 100%;
    margin-bottom: 20px;
    margin: 1%;
  }

  .fifty1 {
    width: 100%;
    clear: both;
  }

  .fifty1 img {
    max-width: 100%;
    float: none;
    width: 100%;
  }

  /* #showframe {
    background: url(../images/shows/mobile-frame.png) center center no-repeat;
    width: 100%;
    height: 100%;
    top: 18%;
    bottom: 0;
    transform: none;
    left: 0;
    right: 0;
} */
  .show-show img.alignright {
    float: none;
    padding-bottom: 50px;
    max-width: 100%;
  }

  .push-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: 100%;
    width: 100%;
    clear: both;
    display: block;
    float: none;
  }

  #music-content-background a.album {
    display: inline-block;
    text-align: left;
    word-spacing: normal;
    letter-spacing: normal;
    margin: 2%;
    color: black;
    font-family: "Jenna Sue", script;
    text-decoration: none;
    font-size: 2em;
    position: relative;
    z-index: 60;
    width: 46%;
    float: left;
  }

  #music-content-background {
    background-image: url(/images/choose-album.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    min-height: auto;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  img.center.hide-mobile-portrait{
    display: none;
  }
  .force-below.home {
    position: relative!important;
    height: 800px;
    background-image: url(/images/preformers.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px){
  .force-below.home {
    position: relative!important;
    background-image: none;
    height: auto;
  }

  img.center.hide-mobile-portrait{
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  img.center.hide-mobile-portrait{
    display: none;
  }
  .force-below.home {
    position: relative!important;
    height: 550px;
    background-image: url(/images/preformers.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (orientation:landscape) and (max-width: 736px){
  .force-below.home {
    position: relative!important;
    background-image: none;
    height: auto;
  }

  img.center.hide-mobile-portrait{
    display: block;
  }
}
@media only screen and (max-width: 375px) and (max-height: 812px) {
  .force-below.home {
    height: 650px!important;
  }
}
@media only screen and (max-width: 812px) and (max-height: 375px) {
  .force-below.home {
    position: relative!important;
    background-image: none;
    height: auto;
  }
  img.center.hide-mobile-portrait{
    display: block;
  }
}
/* Galaxy S8 and newer */
@media only screen and (max-width: 500px) {
  .keep-buttons {
    width: 100px;
    position: absolute;
    bottom: 0;
    /* max-width: 200px; */
    left: 34%;
    right: 38%;
  }

  #music-content-background {
    min-height: 440px !important;
  }

  #showprev {
    top: 0;
    left: 0;
  }

  .showmonth {
    top: 33%;
    left: 20%;
    width: 21%;
    font-size: 30px;
  }

  .showday {
    top: 50%;
    left: 71%;
    width: 15%;
    font-size: 30px;
  }

  #gallery-thumbs {
    max-width: 80%;
    left: 10%;
    top: auto;
    right: 10%;
    width: 80%;
    margin: 0;
  }

  #gallery-next {
    right: 0;
    top: 47%;
  }

  #music-content-background {
    background-size: contain;
    min-height: 400px;
    position: relative;
    height: auto;
  }

  .logo-mobile img {
    max-width: 250px;
    margin: 0 auto;
    display: table;
  }

  #gallery-prev {
    left: 0;
    top: 47%;
  }

  #shownext {
    top: 50%;
  }

  .showimg img {
    border-style: solid;
    border-width: 30px;
    -webkit-border-image: url(../images/frame.png) 30 stretch;
    -o-border-image: url(../images/frame.png) 30 stretch;
    border-image: url(../images/frame.png) 30 stretch;
    width: 80%;
  }

  .month-day {
    position: absolute;
    bottom: -139px;
    background-image: url(../images/mobile-dates.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: 101;
    width: 210px;
    height: 160px;
    left: 0;
  }

  .showmoreinfo {
    position: absolute;
    right: 0;
    bottom: -30px;
  }

  .align-albums {
    top: 150px;
  }

  .full .fifty {
    position: relative;
    min-height: auto;
    width: 96%;
    margin: 2%;
  }

  /* Contact page */
  .contact-form {
    max-width: 300px;
  }

  #showinfowrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    right: 0;
    min-height: auto;
  }

  .push-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
  }

  .showtitle {
    left: 10%;
    bottom: 72%;
    width: 100%;
  }

  .social-mobile {
    display: block;
    z-index: 9;
    position: relative;
    width: 100%;
    clear: both;
    display: table;
  }

  .row.max-height {
    margin-top: 139px;
  }
}

/* Make sure main menu re-appears when scaled up */
@media only screen and (min-width: 801px) {
  .top-nav {
    display: block !important;
  }
}
