/* @override http://www.diekreuzen.com/wp-content/themes/Die_Kreuzen_v1/gigpress.css */

tr.gigpress-header{
	border-top: 1px dotted #d1ccc7;
}
.gigpress-table{
	border-top: 1px dotted #d1ccc7;
	color: #615f55;
}
.gigpress-subscribe,
.gigpress-table.upcoming,
p.gigpress-empty{
	margin-bottom: 40px;
}
.gigpress-table th {
	border-bottom: 1px dotted #d1ccc7;
}
th.gigpress-heading {
	border-bottom: 1px dotted #d1ccc7;
}
.gigpress-row td,
.gigpress-info.active td {
	border-bottom: 1px solid #CCC;
}
.gigpress-info.active{
	background: #fefeed;
}
.gigpress-row.last td {
	border-bottom: 1px dotted #d1ccc7;
}
tr.divider.gigpress-row td {
	border-top: 2px solid #605f54;
}
tr.gigpress-info td {
	border-bottom: 1px solid #FFF;
}
span.gigpress-info-label {
	font-family: 'Special Elite', serif;
	color: #ada49c;
	display: inline-block;
}
span.gigpress-info-item{
	color: #28261d;
	display: block;
	margin-bottom: 5px;
}
td.gigpress-venue.location,
td.gigpress-city.summary,
td.gigpress-date{
	font-weight: bold;
	font-size: 2em;
}
td.gigpress-venue.location a:link,
td.gigpress-venue.location a:visited,
span.toggle a:link,
td.gigpress-date span.toggle a:visited{
	color: #ada49c;
	text-decoration: none;
}
td.gigpress-venue.location a:hover,
td.gigpress-date span.toggle a:hover{
	color: #921014;
}
td.gigpress-city.summary{
	color: #000;
}
td.gigpress-date{
	width: 160px;
}
th.gigpress-heading{
	font-family: 'Special Elite', serif;
	font-size: 1.8em;
	color: #921014;
}
/* Smaller than standard 960 (devices and browsers) */


@media only screen and (max-width: 959px) {

}/* end of Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
td.gigpress-venue.location,
td.gigpress-city.summary,
td.gigpress-date{
	font-size: 1.6em;
}
td.gigpress-date{
	width: 120px;
}

}/* end of Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
td.gigpress-venue.location,
td.gigpress-city.summary,
td.gigpress-date{
	font-size: 1.1em;
}
td.gigpress-date{
	width: 80px;
	text-align: center;
}
td.gigpress-date span.toggle{
	display: block;
	font-size: 1.6em;
	height: 28px;
	width: 28px;
	margin-left: auto;
	margin-right: auto;
}
}/* end of All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}/* end of Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */