@CHARSET "UTF-8";



/* Media Queries */

/* Extra Small */
@media ( max-width :767px) {
	.responsive_form_element.form_element_half {
		width: 100%;
	}
	.login_container, .login_container.fb_login {
		width: 97%;
	}
	.login_seperator {
		display: none;
	}

	/* Force table to not be like tables anymore */
	#tour table, #tour thead, #tour tbody, #tour th, #tour td, #tour tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#tour thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#tour tr {
		border: 1px solid #ccc;
	}
	#tour td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		background: transparent;
	}
	.gig_date {
		text-align: left;
		width: 100%;
	}
	.headRow {
		display: none !important;
	}
	#tour td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	#tour td:nth-of-type(1):before {
		content: "Date";
	}
	#tour td:nth-of-type(2):before {
		content: "Location";
	}
	#tour td:nth-of-type(3):before {
		content: "Venue";
	}
	#tour td:nth-of-type(4):before {
		content: "Public Tickets";
	}
	#tour td:nth-of-type(5):before {
		content: "Facebook";
	}
	#tour td:nth-of-type(6):before {
		content: "Twitter";
	}
}

@media ( max-width : 480px) {
	#ft .nav>li {
		margin: 0;
	}
	#footer_nav li>a {
		padding: 15px 4px;
	}
}


