* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  margin:0;
  padding:0;
  text-align:center;
}

ul, li {
  padding:0;
}

p {
  margin: 15px 0;
}

h1, h2, h3, h4 {
  line-height:1;
}

h1, h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 0 20px;
  padding: 0 0 15px;
}

h3,h4,h5 {
  margin: 0 0 15px;
}

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

a:link,a,a:visited {
  text-decoration:none;
  transition:opacity .1s linear 0s;
}

a:hover {
  opacity:.5;
  cursor:pointer;
}

fieldset {
  border:1px solid #333;
}

fieldset legend {
  font-weight:700;
}

.sn-status-share-link {
  float: left;
  margin-right: 10px;
  margin-top:10px;
}

iframe {
  max-width:100% !important;
}

.clr_both {
  clear:both;
}

/* forms */

form {
  padding:0;
}

.page-contact .form-item label {
  display: block;
  font-weight: normal;
}

label {
  display:block;
  margin:10px 0 5px;
  font-weight:normal;
  font-size:75%;
}

.form-text, textarea {
  background-color: rgba(255,255,255,.1);
  border: 0 none;
  border-radius: 3px;
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  padding: 8px;
  width: 100%;
}

#edit-message-wrapper .resizable-textarea {
  max-width: 100%;
  width: 100%;
}

.box .resizable-textarea {
  width: 100%;
}

html.js .resizable-textarea textarea {
  max-width: 100%;
}

.grippie {
  display:none;
}

.form-submit {
  margin: 10px 0 0;
}

/* tables still need 'cellspacing="0"' in the markup */

tbody {
  border:none !important;
}

tr.even, tr.odd {
  background-color: transparent !important;
  border:none !important;
  padding:0;
}

table {
  border-collapse:separate;
  border-spacing:0;
  width:100%;
}

caption,th,td {
  text-align:left;
}

#display-filter-form tbody td{
  padding-right:5px;
}

#hm-rt caption, #hm-rt th, #hm-rt td {
  clear: both;
  display: block;
}

.front #hm-rt td {
  margin: 0 auto;
  width: 100%;
}


/* Site Structure */

#wrapper {
  height: auto !important;
  min-height: 100%;
  text-align: left;
}

.content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 2%;
  position: relative;
}

#above_content, #below_content {
  padding: 0 1%;
}

#hm-lf {
  float: left;
  margin: 0;
  width: 66%;
}

#hm-lf-default {
  padding:0 1.5%;
  margin-bottom:40px;
}

#hm-lf-default .content {
  padding: 0;
}

#hm-rt .html_panel .clr_both {
  clear: none;
}

#below-content, #above-content {
  padding: 0 1%;
}

#hm-rt .boxc {
  float: left;
  margin: 1.5%;
  width: 47%;
}

.boxc {
  margin-bottom:40px;
}

/* Front Page */

#front_content_bar {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#front_content {
  display: table;
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}

#mobile_front{
  display:none;
}

/*Header*/

#top{
  height:auto;
  position:relative;
}

#header {
  border: 20px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px #000000;
}

#logo_back {
  display: table-cell;
  max-width: 400px;
  vertical-align: middle;
  width: 40%;
}

/* Band Logo */

.band-logo-wrapper img {
  max-height: 60px;
  width: auto;
}

.band-logo-wrapper {
  padding:10px;
}

a.band-logo:hover {
  opacity: 1;
}

/* Nav */

#nav {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 60%;
  word-wrap: break-word;
  z-index: 500;
}

#menu_nav {
  padding: 12px 0;
}

#nav_mobile {
  display: none;
}

.navigation-link {
  padding: 8px;
  text-decoration: none;
  display:inline-block;
}

.menu_nav_toggle {
  display: none;
}

/*Slideshow*/

#slider {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 0;
  top:0;
  overflow: hidden;
}

/*Launch Audio*/

#launch_music {
  width:100%;
  height:80px;
  text-indent:-5000px;
  padding:0;
  display:block;
  background-size:contain;
  border-bottom:1px dotted;
  max-width:640px;
}

/* Downloads*/

.description {
  margin: 10px 0;
  font-size: 75%;
}

/* Media */

.photo-col, .desktop-item {
  float: left;
  margin: 10px 0.25%;
  transition: all 0.2s linear 0s;
  width: 24.5%;
}

.video-item {
  padding: 1%;
  transition: all 0.2s linear 0s;
}

.video-item img, .desktop-preview img, .desktop-item select {
  width: 100%;
}

.image-gallery-title, .video-title {
  padding: 10px 0;
  text-align: center;
}

.desktop-item form {
  margin: 10px auto 0;
}

/* Merch */

.merch_item {
  margin: 1%;
  position: relative;
  text-align: center;
  max-width:320px;
}

.mi-info {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-merch td {
  width: 30%;
}

.mi-title a{
  padding: 10px 0 5px;
}

.mi-img.active {
  opacity:.1;
  -webkit-transition: opacity .2s linear; /* Safari and Chrome */
  -moz-transition: opacity .2s linear; /* Firefox */
  -ms-transition: opacity .2s linear; /* Internet Explorer */
  -o-transition: opacity .2s linear; /* Opera */
  transition: opacity .2s linear;
}

.mi-img a {
  display:block;
}

.image-thum-pic a {
  display:block;
}

.mi-img a img {
  height: auto;
  width: 100%;
}

.image-thum-pic a img {
  height: auto;
  width: 100%;
}

.mi-code form input {
  background:transparent;
  margin:5px auto;
  padding:0;
  clear:both;
  display:block;
}

.mi-code form input:active,.mi-code form input:focus {
  background:transparent;
}

.mi-code form label {
  margin:0 5px 0 0;
}

.mi-admin {
  margin:4px 0 0;
}

.mi-title {
  padding-top: 30%;
}

.merch_display_link_text {
  margin: 3px 0;
}

/* News & Blog */

.display-year-selector {
  margin: 10px 0;
}

.n_meta{
  font-size: 80%;
  margin-bottom: 10px;
}

.news-post, .blog-post {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.read-more {
  font-size: 80%;
}

.news_thumb, .blog_thumb {
  float: left;
  margin: 0 10px 10px 0;
  width:25%;
  max-width:150px;
  min-width:75px;
}

.submitted {
  font-size: 80%;
  margin: 5px 0;
}

.comment {
  display: block;
  margin: 0 0 20px;
}

ul.links li.comment_reply {
  padding: 0;
}

.node-type-blog #hm-rt, .node-type-blog #above_content, .node-type-blog #below_content, .node-type-news #hm-rt, .node-type-news #above_content, .node-type-news #below_content {
  display: none;
}

/* Tour */

#hm-tour table{
  width:100%;
}

#hm-tour td {
  padding: 8px 0;
}

#hm-tour th {
  display: none;
}

/* Tour Sidebar */

#hm-rt #hm-tour table td {
  display: block;
  padding: 3px 0;
}

#hm-rt #hm-tour .even, #hm-rt #hm-tour .odd {
  display: block;
  margin: 10px 0;
  padding: 0;
}

#hm-rt #hm-tour .tour_details a {
  font-size: 80%;
}

#hm-rt #hm-tour .tour_venue a {
  font-size: 90%;
}

#hm-rt .tour_location {
  font-size: 125%;
}

/* Biography */

.artist-img {
  margin:0 10px 10px 0;
  float:left;
  width:40%;
  max-width:200px;
}

.page-bio .views-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* Catalog */
.page-catalog .form-text.display-filter-form {
  width: auto;
}

/* Twitter */

.twitter_body .twitter_post {
  margin-bottom:8px;
  padding-bottom:8px;
  border-bottom: 1px dotted rgba(255,255,255,.25);
  text-align: left;
}

.twitter_meta {
  font-size: 75%;
  margin: 10px 0 0;
}

/* Mailing List*/

#mailing_list,#other_sucode {
  width:100%;
  height:85px;
  display:block;
  padding:0;
  margin:0;
  text-indent:-5000px;
  background-size:contain;
  max-width:640px;
}

.captcha {
  margin: 20px 0;
  padding: 0;
}

/* footer */

#footer {
  bottom: 0;
  left: 0;
  padding: 5px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 5;
}

#footer img {
  max-height:25px;
}

#footer-inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding:0 10px;
}

#footer-inner a {
  display: inline-block;
  padding: 5px;
}

.powered {
  float: right;
}

.footer_icon {
  float: left;
}

#footer-inner a {
  display: inline-block;
  padding: 5px;
}

#mobile_footer {
  display:none;
}

/* Messages */

.messages, div.error, div.status, div.info, div.warning {
   display:none;
}

/* Drupal Custom */

tr.odd,tr.even,thead th {
  background:transparent;
  border-bottom:0 !important;
}

/* Facebook Widgets */

.fb-like-box.fb_iframe_widget {
  width: 100%;
}

.fb-like-box.fb_iframe_widget span {
  width: 100% !important;
}

/*Audio Player Widget*/

.embed_player {
  border-radius: 5px 5px 5px 5px;
}

.embed_link {
  background: url("/sites/all/themes/admin/images/link.png") no-repeat center top / 14px;
  height: 14px;
  margin: -17px 3px 12px;
  position: relative;
  width: 15px;
  z-index: 500;
 }

.display-pager-item {
  float: left;
  margin: 1em;
}

/* Responsive Design */

/* Tablet */

@media screen and (max-width:800px){

#hm-rt .boxc {
  float: none;
  width: 100%;
  margin:0 0 40px;
}

#hm-rt {
  padding: 0 1.5%;
}

}

/* Mobile */
@media screen and (max-width:720px){

/*Layout Styles*/
.content {
  margin: 0;
  padding: 20px 3%;
}

#wrapper {
  margin:0 auto -9em;
  width:100%;
  overflow:hidden;
}

#top {
  overflow: visible;
}

#header {
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.boxc {
  margin-bottom:30px;
}

.boxb {
  border:none;
}

#band_logo_mobile .band-logo-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  text-align: center;
  z-index: 100;
}

#band_logo img {
  height: 100%;
  width: auto;
}

#triangle {
  display:none;
}

#hm-lf {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#hm-lf-default {
  margin-bottom: 30px;
}

.front td {
  width: 100%;
  display:block;
}

/*Mobile Front*/
#mobile_front{
  display:block;
}

#front_content_bar{
  display:none;
}

#mobile_logo_back {
  position: relative;
  z-index: 10;
}

.not-front #band_logo_mobile {
  display: none;
}

#footer {
  display:none;
}

/*Nav*/
#nav {
  position:relative;
  padding:0;
}

#menu_nav {
  display:none;
}

.menu_nav_toggle {
  display: block;
  padding: 6px 0;
  position: relative;
  text-align:center;
  z-index:10;
  top:0;
  width:100%
}

.menu_nav_toggle.active {
  background-color: #000000;
  color: #FFFFFF;
}

.navigation-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  clear: both;
  display: block;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

.navigation-link.first-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#nav_mobile {
  height: auto;
  display:none;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
  background-size:30px;
  cursor:pointer;
  bottom:auto;
  max-width:none;
  position:relative;
}

#mobile_socials .footer_icon {
  border-bottom: medium none;
  clear: none;
  display: inline-block;
  float: none;
  height: 30px;
  margin: 6px;
  padding: 0;
  width: 30px;
}

#mobile_socials {
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

#mobile_socials img {
  height: auto;
  width: 100%;
}

#mobile_socials .powered {
  display: none;
}

/*Tour*/
#hm-tour td {
  -webkit-text-size-adjust:none;
  display:block;
}

#hm-tour tr.odd, #hm-tour tr.even{
  border-bottom: 1px solid #333333;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#hm-tour table td {
  margin: 0;
  padding: 3px 0;
}

.tour_details {
  text-decoration: underline;
}

/*Media*/

.photo-col, .desktop-item {
  width: 49.5%;
}

/*Catalog*/
#display-filter-form thead {
  float: left;
  padding: 0 10px;
}

#display-filter-form tbody {
  float: left;
}

.page-catalog .tableHeader-processed th {
  display: block;
  padding: 9px 0;
}

#display-filter-form tbody td {
  display: block;
  padding: 8px 0;
}

.page-catalog .even td {
  padding-bottom: 15px;
}

/*Merch*/
.merch_item {
  width:100%;
  margin:5px auto;
}

.mi-img a img{
  height:auto;
}

.page-merch td {
  width: 100%;
  display:block;
}

.mi-info {
  height: 100%;
  opacity: 1 !important;
  position: relative;
  width: 100%;
  margin:10px 0;
}

.mi-title {
  padding-top: 0;
}

.page-merch form {
  text-align: center;
}

.page-merch select {
  width: 100%;
}

/*Footer*/
#mobile_footer{
  padding:15px 0 0;
  display:block;
  text-align:center;
}

#mobile_footer a{
  float:none;
}

#mobile_footer img {
  max-height: 30px;
  width: auto;
  margin: 3px;
}

.not-front .powered {
  display: block;
  float: none;
  margin: 20px 0;
}

#mcn{
  width:100%;
  bottom:0;
}

.push {
  height:9em;
}

#mcn img {
  height: 20px;
}
.powered {
  display:none;
}

}
