html, body {
	height: auto;
	min-height: 100%;
}

body.home,
body.single {
	background-image: url('../images/mobile/mobile-bg-1.jpg');
}

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

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

body {
	background-size: 100% auto;
	background-position: center top;
	background-color: #000;
}

#wrapper {
	padding:0;
	height: auto;
}

.stevie-bg,
.factoid  {
	display: none;
}

.right {
	position: static;
	width: 100%;
	margin-top: 75%;
	height: auto !important;
	max-height: none;
}

.posts .news-item {
	width: 100%;
	margin: 0 0 10px 0;
}

a.filter {
	top: -38px !important;
	left: 0px !important;
}

a.filter.news-feeds {
	left: 58px !important;
}

a.filter.social-feeds {
	/*left: 116px !important;*/
}

.hub-wall-column {
	width: 100% !important;
	padding: 0 !important;
}

.album-links {
	padding-left: 0;
	padding-top: 20px;
}

.album-list a.spot {
	margin-right: 10px;
}

.scroller {
	overflow: visible !important;
}

table, tbody, tr, td {
	display: block;
}

td {
	padding: 0 0 10px 0 !important;
}

tr {
	margin-bottom: 20px;
}

a.hamburger{
	position:fixed;
	top: 15px;
	right: 15px;
	z-index: 2;
}

a.logo {
	margin:10px 0 0 10px;
}

.menu {
	width: 100%;
	right:-100%;
	background-image: none;
	background-color: #2c3b43;
	position: fixed;
	overflow-y: auto;
}

ul.page-links {
	margin: 0;
	padding: 60px 30px 20px 30px ;
	width: 100%;
}

ul.page-links > li {
	width: 100% !important;
	margin-left: 0 !important;
}

ul.page-links > li > a {
	width: 100% !important;
	display: block;
	margin-left: 0 !important;
}

div.social-links{
	width: 100%;
	margin-left: 0;
}

.menu-footer {
	position: static;
	text-align: center;
	padding: 0 20px 30px 20px;
	margin-right: 0;
}

form#signup {
	width: 100%;
	overflow-y: auto;
	position: fixed;
	height: 100%;
}

input#name,
input#surname {
	width: 45% !important;
}

input[type=email] {
	width: 100% !important;
}

.dob {
	width: 29% !important;
}

select {
	max-width: 100%;
}

.last-row .dob {
	width: 100% !important;
}

h2 span.desktop {
	display: none;
}

h2.mobile {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px !important;
}

.col.zip {
	margin-top:20px;
}

button[type=submit] {
	display: block;
	float: none;
	margin-top: 20px;
}

.single-content img{
	max-width: 100%;
	height: auto;
	background-color: #000;
	opacity: 1;
}

.single .right h1 {
	font-size:2em;
}

a.close {
	z-index: 9;
	top: 15px;
	right: 15px;
}

form#signup a.close {
	top: 15px !important;
	right: 15px !important;
}

/* ======= TOUR DATES ====== */

.live-wrap {
	height: auto;
	padding-right: 0;
}

/* ======= FEATURED ALBUMS ====== */

.albums h2.grey {
	color: #fff;
}

.album-list a.spot .label {
	display: block;
	color: #567382;
	font-size: 1em;
	line-height: 1em;
	margin-top: 10px;
}

.album-item {
	margin-bottom:50px;
}

/* ======= MENU SHARE ====== */

li#five > p{
	margin:0;
}

.mobile-share {
	display:block;
	float: left;
	width: 100%;
	text-align:center;
}

.mobile-share a.share-btn {
	display:inline-block;
}

.mobile-share a.share-btn:before {
	margin:0 10px;
}

.mobile-share a.share-btn.fb {
	margin-left:15px;
}