body {
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
}
img {
    width: 100%;
    height: auto;
}
.header-image {
    font-size: 0px;
    background-color: #000000;
    max-width: 100%;
}
.text-wrapper {
	background:url("../images/text-bg.jpg");
}
.text-wrapper:before {
    content: '';
    background: url("../images/topdivider.png");
    width: 100%;
    height: 9px;
    display: block;
}
.text-wrapper:after {
    content: '';
    background: url("../images/topdivider.png");
    width: 100%;
    height: 9px;
    display: block;
}
.sub-wrapper {
    max-width: 1085px;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 25px;
}
.sub-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}
.sub-title.mobile {
    display: none;
}
span.arrow-white {
    color: #fff;
    letter-spacing: 2px;
}
.static-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 29px;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 41px;
    padding: 7px 0 7px 0px;
}
span.black-line {
    color: #000;
}
.tour-wrapper {
    max-width: 1085px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.rows .info-wrap {
    width: calc(100% - 301px);
}
.rows {
    display: block;
    font-size: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #98321b;
}
.rows div {
    display: inline-block;
    vertical-align: middle;
}
.date {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    width:17%;
}
span.red-text {
    color: #98321b;
}
.venue {
    font-size: 20px;
    font-family: 'Cutive Mono';
    font-weight: 400;
    width:45%;
}
.location {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Cutive Mono';
    font-weight: 400;
    width: 38%;
}
.rows div.buy-links {
    width: 301px;
}
.VIP {
    background: url("../images/rectangle.png");
    margin-right: 0;
    height: 35px;
    width: 145px;
}
.VIP:hover {
    background: #060502;
}
.VIP a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.tickets {
    background: #060502;
    height: 35px;
    width: 145px;
    margin-left: 10px;
    float: right;
}
.tickets:hover{
	  background: url("../images/rectangle.png");
}
.tickets a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    line-height: 35px;
    display: block;
    text-align: center;
}
.rows:nth-child(even) .venue {
    color: #98321b;
}
.rows:nth-child(even) .location {
    color: #98321b;
}
.footer {
    background: #000;
    text-align: center;
    height: 126px;
}
a.enter-site-link {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 28px;
    line-height: 126px;
}
span.arrow-red {
    color: #98321b;
}
span.text-entersite {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
span.text-entersite:hover {
    border-bottom: 0;
    border-top: 2px solid #fff;
    padding-top: 3px;
    padding-bottom: 0;
}
img.mobile-image{
	display:none;
}
@media only screen and (max-width:1140px){
	.sub-wrapper, .tour-wrapper{
		max-width:94%;
	}
}
@media only screen and (max-width:1024px){
	.mobile{
		display:none;
	}
}


@media only screen and (max-width:767px){
img.desktop-image {
    display: none;
}
img.mobile-image{
	display:block;
}
.sub-wrapper{
		max-width:100%;
}
.tour-wrapper{
		max-width:95%;
}
.static-mobile {
    max-width: 92%;
    margin: 0 auto;
}
.sub-title{
	font-size: 24px;
}
.static-text{
	font-size: 20px;
	line-height: 30px;
}
.rows .info-wrap {
    width: 100%;
}
.rows div.buy-links {
    width: 303px;
    padding-top:17px;
    margin-left: calc(100% - 303px);
}
.date {
    width: 35%;
}
.venue{
	width:65%;
}
.location {
    width: 65%;
    margin-left: 35%;
    padding-top: 7px;
}
a.enter-site-link{
	font-size: 25px;
}
.rows {
        padding: 16px 0 25px 0;
}
/*.tickets{
	float:none;
}*/
}


@media only screen and (min-width:768px) and (max-width:1023px){
.date{
	    width: 22%;
    padding-right: 10px;
}
.venue{
	    width: 34%;
    padding-right: 10px;
}
.location{
	    width: 35%;
    padding-right: 10px;
}
}
@media only screen and (min-width:768px){
	.break-line{
		display:none;
	}
}

@media only screen and (min-width:320px) and (max-width:479px){
.sub-title{
		display:none;
}
.sub-title.mobile{
		display:block;
}
.arrow-white {
    color: #fff;
    letter-spacing: 2px;
    width: 9%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.mobile-subtitletext {
    display: inline-block;
}
}


@media only screen and (min-width:480px) and (max-width:767px){
	.rows div.buy-links{
		margin-left:35%;
	}
	.sub-title.mobile, .break-line{
		display:none;
	}
}