/*
This is the default stylesheet.  DO NOT MAKE CHNAGES HERE!
To customize any of these styles, copy the rules you which to change
into a file called 'gigpress.css' in your current theme directory.
Any style changes make there will override styles in this document.
*/

/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {	
text-transform: uppercase;
font-size: 26px;
margin-top: 25px !important;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #fff;
}

/* Style for the first row after a tour ends in the list */
tr.gigpress-divider.gigpress-row td {
	border-top: 1px solid #CCC;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: top;
	text-align: left;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
	/* HIER 10% statt auto */
	width: 10%;
}

/* Generic class for the table header cells */
body.page-id-18237 .gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
	/* HIER 10% statt auto */
	width: auto !important;
}



/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: top;
	text-align: left;
	line-height: 150%;
}

tr.gigpress-header th {
font-family: "Karla";
text-transform: uppercase;
background-color: #2b2e32;
color: #fff;

}

strong.gigpress-cancelled, strong.gigpress-soldout {

font-size: 13px;
background: #2b2e32;
}

.gigpress-artist {

text-transform: uppercase;
font-weight: bold;
}

.gigpress_menu {

text-transform: uppercase;
background: #2b2e32 !important;
color: #fff !important;
font-family: 'Karla' !important;
font-weight: 400 !important;
-moz-appearance: none; 
-webkit-appearance: none; 
appearance: none;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;

}



/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: 0px solid #CCC;
	margin: 0 0 1em 0;
}

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	text-align: left;
	color: #999;
	padding: 0px 8px;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 

td.gigpress-venue {
display: none;
	}

th.gigpress-country {
display: none;
	} 
	
td.gigpress-info-item {
display: none;
	}

th.gigpress-ticket {
display: none;
	} 	
	
}