/* 
Theme Name: White Mystery 
Description: Custom theme for White Mystery
Author: Michael Kostal
Author URI: https://michaelkostal.com

*/

/*
Here is a list of all the <DIV>s in Whiteboard.
*/
.search-mobile {
  margin: 30px 0;
}
.grecaptcha-badge {
  display: none;
}
#container {
}

.post {
}

.postmeta {
}

.postnavigation {
}

#searchform {
  margin: 10px 0;
}

.sidebar {
}

#comments .comments_navigation {
}

.comments_navigation {
}

.comments_reply {
  clear: both;
}

.comments_text {
}

.comments_meta {
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* boostrap grid system */
.row {
  margin: 0 -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .search-mobile {
    display: none;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.facebook {
  width: 100px;
  float: left;
}

body {
  margin: 0 auto;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: url("/wp-content/themes/wm/images/wmbg6.jpg");
}
input,
select {
  font-family: verdana, helvetica, arial, sans-serif;
}

.Homepage {
  background: url("/wp-content/themes/wm/images/pattern1.jpg") !important;
}

.Music {
  background: url("/wp-content/themes/wm/images/wmbg1.jpg") !important;
}

.Shows {
  background: url("/wp-content/themes/wm/images/wmbg2.jpg") !important;
}

.Photos {
  background: url("/wp-content/themes/wm/images/wmbg3.jpg") !important;
}

.Videos {
  background: url("/wp-content/themes/wm/images/wmbgtv.jpg") !important;
}

.Contact {
  background: url("/wp-content/themes/wm/images/wmbg4.jpg") !important;
}

.Shop {
  background: url("/wp-content/themes/wm/images/wmbg5.jpg") !important;
}

.slideshow {
  width: 100%;
  border: 3px solid #0099ff;
  border-left-color: #f00;
  border-top-color: #f00;
}

.slideshow img {
  display: block;
  margin: 0;
  border: 0;
}

.main-content .slideshow a {
  margin: 0;
}

.navi a {
  font-family: "Open Sans", verdana, sans-serif;
}

.navi,
h1,
h2,
h3 {
  margin: 0 0 10px 0;
  font-family: "Open Sans", verdana, sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #036;
}

p {
  padding: 10px 0;
}
p.show-subscribe {
  padding: 0 0 25px 0;
}
h1 {
  padding: 0 10px;
}

.sidebar h2,
h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

h4 {
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #ff0000;
}

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

h3 a {
  color: #036;
}

img {
  border: 0;
}

.red {
  color: #ff0000 !important;
}

.blue {
  color: #0099ff !important;
}

.wmhr {
  clear: both;
  margin-bottom: 10px;
  border-top: 2px solid #09f;
  margin-top: 10px;
}

.wmhr.red,
.main-content .music-player:nth-child(even) .wmhr {
  border-color: #f00;
}

.bandcamp-embed {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}

/* Header and Links */
#all {
  background: rgba(255, 255, 255, 0.96);
  padding: 0 30px 20px 30px;
  border-left: 6px solid #ff0000;
  border-right: 6px solid #09f;
  width: 98%;
  margin: 0 auto;
  min-height: 100%;
}

*:first-child + html #all {
  zoom: 1;
}

.navi {
  margin: 0 0 30px 0;
  width: 100%;
  float: left;
}

.navi a {
  font-size: 14px;
  color: #036;
  margin: 5px 20px 10px 0;
  font-weight: bold;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 2px solid transparent;
}

.navi .sm {
  text-align: center;
  width: 100%;
}

.navi .sm a {
  display: inline;
  padding: 0;
  width: auto;
  float: none;
  margin: 0 13px 0 0;
}

.navi .sm a:last-child {
  margin-right: 0;
}

.sm img {
  width: 30px;
  height: 30px;
}

.navi a:hover {
  color: #f00;
  text-decoration: none;
}

.navi .contact {
  float: left;
  margin-right: 20px;
}

.navi .contact:hover {
  color: #036;
}

.navi .activenavi {
  color: #f00;
  border-color: #f00;
}

.hmph {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}

.hmph:first-child {
  display: block;
}

.hmco {
  clear: both;
  padding: 20px 0 0 0;
}

.mast {
  padding: 7px 0 0 0;
}

.wmclub {
  width: 100%;
  height: 37px;
}

.wmclub input {
  width: 70%;
  height: 100%;
  border: 0;
  background: #e6e6e6;
  border: 1px solid #ccc;
  padding: 10px;
  border-right-color: #fff;
  float: left;
  box-sizing: border-box;
}

.wmclub .submit {
  -webkit-appearance: none;
  border-radius: 0;
  width: 30%;
  height: 100%;
  float: left;
  background: #0099ff;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.triggerc a {
  display: inline-block;
  background: #09f;
  padding: 10px;
  color: #fff;
}

.wmclub .submit:hover {
  background: #f00;
}

#searchform label {
  display: none;
}

.dl {
  margin: 0;
  display: block;
  padding: 10px 20px;
  background: #f00;
  float: right;
  color: #fff;
}

.dl:hover {
  background: #09f;
  color: #fff;
}

.hmph .dl {
}

#header {
  width: 100%;
  padding: 10px 0 0;
}

.status {
  font-size: 10px;
  margin: 0 10px 0 10px;
  float: left;
}

#tweet ul {
  list-style-type: none;
  display: inline !important;
  margin: 0;
  padding: 0;
}

#tweet ul li {
  margin: 0;
  display: inline;
}

.press {
  display: block;
}
.trigger.press {
  font-weight: 700;
}
.wm-p-dl {
  width: 165px;
  float: left;
  margin: 0 10px;
}

.shop img {
  padding-right: 5px;
}

/* Main */
.main-content {
  width: 100%;
  margin: 0 0 40px 0;
  float: left;
}

.photos img {
  width: 100%;
  margin: 0 5px 0 0;
  border: 3px solid #0099ff;
  border-left-color: #f00;
  border-top-color: #f00;
}

.flickr {
  width: 350px;
  float: left;
}

.flickr img {
  width: 60px;
  height: 60px;
}

.main-content .wpcf7-form p {
  margin-bottom: 0;
}

#comment {
  width: 100%;
  border: 1px solid #ccc;
}

#commentform input {
  border: 1px solid #e6e6e6;
}

#submit {
  background: #09f;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

#submit:hover {
  background: #f00;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  background: #e6e6e6;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
}

.wpcf7-form #submit {
  background: #09f;
  width: 100px;
  cursor: pointer;
}

.wpcf7-form #submit:hover {
  background: #f00;
}

/* Store */
.store-main ul.products {
  margin: 0 -10px 10px -10px;
}

.store-main iframe {
  width: 100% !important;
}

.fb_iframe_widget {
  margin: 0 0 10px 0;
}

.store-main ul#thumbs,
.store-main ul#stock {
  margin: 0;
}

ul#stock li {
  border: 0;
}

.stock_bar {
  height: auto;
  background: #09f;
}

#product,
#product_info {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

#product_info p#price {
  background: none;
  border: 0;
  font-size: 16px;
  background: none;
  border-radius: 0;
  color: #333;
  text-shadow: none;
  width: auto;
  padding: 0;
  text-align: right;
  margin: 0;
}

#product_description {
  margin: 10px 0 0 0;
  border-radius: 0;
}

.add,
.sold_out {
  border: 1px solid #09f;
}

#main_photo img {
  width: 100%;
  border: 0;
  padding: 0;
}

ul#thumbs li a img {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

li.product {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  padding: 0 10px;
  margin: 0 0 20px 0;
  background: none;
}

* html li.product {
  background-image: none;
}

li .product_price {
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  background: none;
  padding-top: 5px;
}

li a:hover .product_price {
  background: none;
}

li .product_name {
  position: relative;
  padding-bottom: 5px;
  top: auto;
  left: auto;
  padding: 0;
  background: none;
}

li.product .preorder {
  display: none;
}

li a:hover .product_name {
  background: none;
}

li .product_price,
li .product_name {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-radius: 0;
  border: 1px solid #f00;

  padding: 0 10px;
}

li .product_price {
  border-bottom: 0;
  border-top-color: #333;
}

li .product_name {
  border-top: 0;
}

li.product a {
  display: block;
  width: 100%;
  margin: 0;
}

li.product a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  border: 1px solid #09f;
  border-bottom: 0;
}

li.product a:hover img {
  background: none;
}

/* Shows */
.home-shows {
  margin: 30px 0;
}

.gigpress-table .toggle_container {
  margin: 10px 0;
  border: 1px solid;
  padding: 10px;
  border-width: 0 0 1px 1px;
  border-color: #fff #fff #09f #f00;
}

.gigpress-table .gigpress-city,
.gigpress-table .gigpress-date,
.gigpress-table .gigpress-venue {
  text-align: left;
  vertical-align: top;
}

.gigpress-date {
  width: 100px;
}

.gigpress-calendar-add {
  display: none;
}

.gigpress-table tr.gigpress-tour td {
  background: rgba(0, 0, 0, 0.05);
}

.gigpress-info-item {
  display: block;
  margin: 0 0 7px 0;
}

.gigpress-info-label,
.gigpress-related-label {
  font-weight: bold;
}

.dtstart {
  margin-right: 10px;
  border-bottom: 0;
}

.main .gigpress-table .gigpress-row td {
  border: 0;
}

td {
  vertical-align: top;
}

.trigger {
  color: #09f;
}

ul.gigpress-related-show {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.gigpress-related-show li {
  line-height: 16px;
  padding: 0 0 10px 0;
}

.gigpress-row a.trigger {
  color: #333;
}

/* Blog */
.blog-post {
  max-width: 100%;
  margin: 0 0 100px 0;
}

.blog-post img {
  width: 100%;
  height: auto;
  max-width: 100% !important;
}
.blog-post h3 {
  margin: 0;
}
.postdate {
  font-size: 90%;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 10px 0;
  padding: 0;
}
.post {
  margin: 0 0 20px 0;
}

/* Sidebar */
.sidebar {
  margin: 0;
  width: 100%;
  float: left;
}

.sidebar img {
  border: 0;
  width: 100%;
}

.sidebar-right p {
  margin: 0 0 10px 0;
  padding: 0;
}

.sidebar .store:hover {
  border-bottom: 4px solid #f00 !important;
}

.store-sidebar ul {
  margin: 0 0 20px 0;
}

ul.shop-nav li a {
  display: block;
  padding: 10px;
  margin: 0 0 7px 0;
  width: 100%;
  border: 2px solid #09f;
  border-width: 1px 1px 2px 3px;
  color: #666;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

ul.shop-nav li a:hover {
  border-color: #f00;
  text-decoration: none;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="https://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  padding: 0.5em;
  padding-right: 1.5em;
}

select {
  background: #e6e6e6;
  border: 1px solid #ccc;
  color: #000;
  width: 100%;
  border-radius: 0;

  padding: 20px;
  margin: 10px 0;
  display: block;
  height: 40px;
}

.select-archive {
  color: #fff;
}

select option {
  float: left;
}

/* Footer */
.footer {
  width: 100%;
  float: left;
  margin: 0;
  font-weight: bold;
  z-index: 10;
  margin: 140px 0 40px 0;
  color: #999;
  padding-top: 5px;
  border-top: 5px solid #09f;
}

.footer p {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-top: 3px solid #09f;
}

.footer a {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}

.footer a:hover {
  color: #09f !important;
}

/* Tubepress */
.main-content .tubepress-big-title {
  color: #036;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.tubepress_container {
  float: left;
  margin-bottom: 2em;
  width: 100%;
}

.tubepress_normal_embedded_wrapper {
  text-align: left;
  margin: auto;
}

.tubepress_embedded_title {
  font-weight: bold;
  font-size: larger;
  margin-bottom: 0.3em;
}

.tubepress_thumbnail_area {
  margin-top: 1em;
}

.tubepress_thumbs {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.tubepress_thumb {
  float: left;
  width: 120px;
  height: 175px;
  line-height: 1.1em;
  font-size: 11px;
  display: inline;
  overflow: hidden;
}

.tubepress_thumb img {
  padding: 5% 5% 1% 5%;
  display: block;
  margin: 0 auto !important;
  -ms-interpolation-mode: bicubic;
}

.tubepress_thumb a {
  cursor: pointer;
}

.tubepress_meta_group {
  margin-top: 0;
  text-align: left;
  padding: 0 5% 0 5%;
}

.tubepress_single_video .tubepress_meta_group {
  padding: 0;
}

.tubepress_meta {
  float: left;
}

dl.tubepress_meta_group {
  width: 100%;
}

.tubepress-meta-group {
  width: auto !important;
}

dt.tubepress_meta_title,
dt.tubepress_meta_runtime,
dt.tubepress_meta_url,
dt.tubepress_meta_description {
  display: none;
}

dd.tubepress_meta {
  margin-bottom: auto !important;
  margin-left: 0 !important;
}

dd.tubepress_meta_title,
dd.tubepress_meta_title a,
dd.tubepress_meta_title a:hover {
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: auto;
}

dd.tubepress_meta_runtime {
  font-size: 11px;
  font-weight: bold;
  clear: both;
}

dt.tubepress_meta_author,
dt.tubepress_meta_keywords,
dt.tubepress_meta_category,
dt.tubepress_meta_rating,
dt.tubepress_meta_ratings,
dt.tubepress_meta_likes,
dt.tubepress_meta_id,
dt.tubepress_meta_views,
dt.tubepress_meta_uploaddate {
  font-style: italic;
  color: #666666;
}

dt.tubepress_meta_author:after,
dt.tubepress_meta_keywords:after,
dt.tubepress_meta_category:after,
dt.tubepress_meta_rating:after,
dt.tubepress_meta_ratings:after,
dt.tubepress_meta_likes:after,
dt.tubepress_meta_id:after,
dt.tubepress_meta_views:after,
dt.tubepress_meta_uploaddate:after {
  content: ":";
}

dd.tubepress_meta_author,
dd.tubepress_meta_keywords,
dd.tubepress_meta_category,
dd.tubepress_meta_rating,
dd.tubepress_meta_ratings,
dd.tubepress_meta_likes,
dd.tubepress_meta_id,
dd.tubepress_meta_views,
dd.tubepress_meta_uploaddate {
  margin-left: 0.2em !important;
}

dd.tubepress_meta_url {
  clear: left;
}

dd.tubepress_meta_description {
  clear: both;
  float: left;
  width: 100%;
}

.tubepress_meta_group dt {
  clear: both;
  float: left;
}

.tubepress_sidebar .tubepress_thumb {
  width: 100%;
  height: auto;
  margin-top: 1em;
}

.tubepress_sidebar .tubepress_thumb img {
  width: auto !important;
  padding: 5% 5% 1% 2%;
  margin: 0 auto !important;
  -ms-interpolation-mode: bicubic;
  display: inline;
}

.tubepress_sidebar .tubepress_thumbnail_area {
  margin-top: auto;
}

.tubepress_sidebar .tubepress_thumb {
  margin-top: auto;
}

.tubepress_sidebar .tubepress_meta_group {
  padding: 0 2%;
}

.tubepress_container div.pagination span.disabled {
  color: #adaaad;
}

.tubepress_container div.pagination .tubepress_pagination_dots {
  padding: 0px 0px 0px 3px;
}

div.tubepress_single_video {
  float: left;
  width: 100%;
  text-align: left;
}

div.tubepress_single_video dd.tubepress_meta_description {
  margin-top: 0.3em;
  margin-bottom: 0.8em;
}

div.tubepress_container div.pagination {
  font-size: 13px;
  text-align: center;
  clear: both;
  margin: 0.7em 0px;
}

div.tubepress_container div.pagination a,
div.tubepress_container div.pagination span {
  display: inline-block;
  margin: 2px !important;
  text-decoration: none;
  padding: 3px 5px;
  cursor: pointer;
  line-height: 24px;
}

div.tubepress_container div.pagination span.current {
  background: none repeat scroll 0 0 #313428;
  border: 1px solid #202020;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  margin: 0;
  padding: 0px 8px;
}

div.tubepress_container div.pagination a {
  background: #999;
  /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0');
  /* for IE */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f0f0f0)
  );
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #fff, #f0f0f0);
  /* for firefox 3.6+ */
  border: 1px solid #c0c0c0;
  border-radius: 3px 3px 3px 3px;
  color: #000099;
  display: inline-block;
  margin: 0;
  padding: 0px 8px;
  text-decoration: none;
}

div.tubepress_container div.pagination a:hover {
  box-shadow: 0 0 3px #383838;
}

.hmph {
  width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
}

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

.main {
  width: 100%;
  float: left;
  margin: 0;
}

.sidebar {
  display: none;
}

.sidebar-right {
  display: block;
}

ul.recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.recent-posts li {
  margin: 0 0 20px 0;
}

ul.recent-posts li a {
  color: #333;
  text-decoration: underline;
}

ul.recent-posts li a:hover {
  color: #f00;
}

.navi {
  display: none;
}

.menu-btn {
  font-size: 40px;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.menu-btn span {
  font-weight: 600;
  position: relative;
  top: -10px;
}

#header .logo {
  display: none;
  margin: 20px 0;
  width: 100%;
  float: left;
}

#header .menu-btn .logo {
  display: block;
  float: left;
  width: 90%;
  position: relative;
  top: -15px;
}

.menu-btn svg {
  width: 10%;
  height: 32px;
  float: right;
}

iframe {
  width: 100%;
  margin: 10px 0;
}

.tubepress-fluid-width-video-wrapper iframe {
  margin: 0;
}

.gallery,
.main-content #gallery-1 {
  margin: 0 -5px;
}

.gallery .gallery-item,
.main-content #gallery-1 .gallery-item {
  padding: 0 5px;
}

.gallery img,
.main-content #gallery-1 img {
  height: auto;
}

.tubepress-thumbs {
  margin: 0 -10px;
}

.tubepress-thumb {
  width: 50%;
  padding: 0 10px;
}

.tubepress-thumbnail-image {
  width: 100%;
  height: auto;
}

.main-content .tubepress-pagination ul {
  box-shadow: none;
}

.main-content .tubepress-pagination a,
.main-content .tubepress-pagination span {
  border: 0;
}

@media (min-width: 700px) {
  li.product {
    width: 50%;
  }
  .tubepress-thumb {
    width: 25% !important;
  }

  #all {
    max-width: 1500px;
  }

  #header .menu-btn .logo {
    top: -30px;
  }

  .logo,
  .sidebar .search {
    display: block;
  }

  .main-content {
    width: 70%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }

  .Shows .main-content,
  .Homepage .main-content,
  .Homepage .sidebar,
  .Videos .main-content,
  .archive,
  .Contact .main-content {
    max-width: 100%;
  }

  .sidebar {
    position: sticky;
    top: 20px;
  }

  .Music .main-content {
    margin-top: -10px;
  }

  .sidebar {
    display: block;
    width: 30%;
  }

  .sidebar-right {
    width: 70%;
    padding-left: 20px;
    margin-left: 30%;
  }

  .sidebar-logo {
    display: block;
    text-align: center;
    width: 100%;
  }

  .sidebar-logo img {
  }

  .sidebar-videos .sidebar-logo img {
    max-width: 100%;
  }

  .footer a {
    width: 50%;
  }

  .footer .contact {
    text-align: right;
  }

  .menu-btn {
    display: none;
  }

  #header .logo,
  .navi {
    display: block;
  }

  .navi {
    margin: 0;
  }

  .navi a {
    width: auto;
  }

  .navi a.contact {
    color: #f00;
  }

  .navi .sm a:last-child {
    margin-right: 13px;
  }

  .navi .sm {
    text-align: right;
  }

  .navi .contact {
    float: right;
  }

  .navi .sm {
    display: none;
  }
}

@media (min-width: 851px) {
  .navi .sm {
    display: block;
    margin-left: -15px;
  }

  .navi .sm a {
    margin: 0 7px 0 0;
  }

  .navi .sm img {
    margin-top: 5px;
    width: 15px;
    height: 15px;
  }

  #product,
  #product_info {
    width: 50%;
    padding: 0 20px;
  }

  li.product {
    width: 25%;
  }
}

@media (min-width: 920px) {
  .navi .sm {
    margin-left: 0;
  }

  .navi .sm a {
    margin: 0 13px 0 0;
  }

  .navi .sm img {
    margin-top: 0;
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .navi a {
    margin-right: 28px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  h2,
  h3,
  .sidebar h2,
  .sidebar h3,
  .main-content .tubepress-big-title {
    font-size: 20px;
  }
  .navi .main-nav a:last-child {
    margin-right: 0;
  }

  .main-content {
    width: 50%;
  }
  .Music .main-content,
  .Photos .main-content {
    width: 75%;
  }
  .Homepage .main-content {
    width: 50%;
  }

  .sidebar {
    width: 25%;
  }

  .sidebar-right {
    margin-left: 0;
    padding-left: 0;
  }

  @media (min-width: 1248px) {
    .navi a {
      margin-right: 32px;
    }
  }
}
