@media all and (max-width: 640px) {
  .hide-on-mobile {
    display: none;
  }
}

@media all and (min-width: 640px) {
  .hide-on-non-mobile {
    display: none;
  }
}

.contents{
  display: inline-block;
  vertical-align: top;
}
.contents-left{
  width: 25%;
}
.contents-left ul{
  margin-left: 2em;
}
.contents-right{
  width: 70%;
}

#tagcloud{
text-align: left !important;
}
#tagcloud a{
    display: inline-block;
    margin: 0 4px 5px 0;
    padding: 2px 10px;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    color: #FFFDFF;
    background-color: #24a7cf;
}

.sml_emailinput{
	width: 100%;
}

.sml_submitbtn{
	width: 100% !important;
	margin-top: 5px;
}

.bandcamp{
background: url(/wp-content/uploads/2017/12/bc.png);
backround-repeat: no-repeat;
background-size: cover;
content: none !important;
height: 24px;
width: 24px;
}
.bandcamp:before{
content: none !important;

}

