span.gigpress-artist-subscriptions img{
	border: none;
}
h5.gigpress-artist-heading{
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
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-subscribe{
	margin-bottom:0;
}
.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: #fdfdef;
}
.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: 1.5em;
}
td.gigpress-venue.location a:link,
td.gigpress-venue.location a:visited,
span.toggle a:link,
td.gigpress-date span.toggle a:visited,
span.tableToggle a:link,
span.tableToggle a:visited{
	color: #ada49c;
	text-decoration: none;
}
td.gigpress-venue.location a:hover,
td.gigpress-date span.toggle a:hover{
	color: #921014;
}
.gigpress-city{
	font-weight: bold;
}
td.gigpress-city.summary{
	color: #000;
}
td.gigpress-date{
	width: 160px;
}
th.gigpress-heading{
	font-family: 'Special Elite', serif;
	font-size: 1.3em;
	line-height: 100%;
	color: #000;
	background: #CCC;
	padding-top: 20px;
	padding-bottom: 15px;
}
span.toggle a{
	display: inline-block;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
span.tableToggle a{
	display: inline-block;
	width: 25px;
	text-align: center;
	margin-right: 5px;
}
span.toggle a .fa-angle-down,
span.tableToggle a .fa-angle-down{
	display: none;
}
span.toggle a.active .fa-angle-down,
span.tableToggle a.active .fa-angle-down{
	display: inline;
}
span.toggle a.active .fa-angle-right,
span.tableToggle a.active .fa-angle-right{
	display: none;
}
/* Smaller than larger 1240 (devices and browsers) */
@media only screen and (max-width: 1279px) {

}/* end of Smaller than larger 1240 (devices and browsers) */

/* Larger 1240 to standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

}/* end of Larger 1240 to standard 960 (devices and browsers) */
/* 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.4em;
}
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;
}
div#mainContent h3.gigpress-artist-heading{
	text-align: left;
}
}/* 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) */