/*
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  {	
}

/* This span contains the RSS and iCal links for the artist */
span.gigpress-artist-subscriptions {
	margin-left: 5px;
	float: right;
}

/* Default wrapper for the year/month menu */
.gigpress-menu-container {
	padding: 5px 0;
	text-align: right;
}

/* Meet the table that displays our shows */

.gigpress-table {
	width: 92%! important;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	margin: auto;
/*	margin: 0.5em 0 1em 0; */
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
	color: 000;
	font-size: 20px;
	text-transform: uppercase;
}

/* Generic class for the table header cells */
.gigpress-table th {
padding: 8px 19px;
	vertical-align: middle;
	text-align: left;
f}

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #EEE;
	border-bottom: 0px solid #CCC;
	color: 000;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
	margin: 0;
		color: 000;
}

/* Applies to all cells in the table */
.gigpress-table td {
padding: 8px 19px;
	vertical-align: middle;
	text-align: left;
	color: #000;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
	color: #000;
}

th.gigpress-artist {
	color: #000;
}

th.gigpress-city {
	color: #000;
		text-transform: uppercase;
}

th.gigpress-venue {
	color: #000! important;
		text-transform: uppercase;

}
.gigpress-venue a {
	color: #000! important;
}
th.gigpress-country {
	font-size: 10px;
	text-align: left;

}
th.gigpress-country::after {
	content: "Tickets";
	color: #000;
	margin-right: 15px;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	 font-family: 'poppins'! important;
	letter-spacing: 1px! important;
    font-weight: 500! important;
    width: 240px;
    padding-top: 23px;
}

td.gigpress-artist {
	color: #000;
}

td.gigpress-city {
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	 font-family: 'poppins'! important;
	letter-spacing: 1px! important;
    font-weight: 500! important;
    padding-top: 23px;
}

td.gigpress-venue {
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	 font-family: 'poppins'! important;
	letter-spacing: 1px! important;
    font-weight: 500! important;
   	padding-top: 23px;
}

td.gigpress-country {
	font-size: 12px;
	color:#fff;
	padding-top: 23px;
}

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

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

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 0%;
	color: #fff;

}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
	visibility: visible !important;
}

/* Greys-out cancelled shows */
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #000;
}

@media only screen and (max-width: 736px)  {
	a.gigpress-tickets-link {
		float: none! important;
		color: #fff;
	}
	strong.gigpress-cancelled, strong.gigpress-soldout {
		float: none! important;
	}
	dd.ml-value.col-4.ml-table, dt.ml-title.col-3.ml-table {
		display:none;
	}
}
.ml-value a{
	color: #000;
}
.gigpress-calendar-add {
	display:none;
}
/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	cursor: alias! important;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
width: 140px;
height: auto;
padding: .7em 2.4em;
color: #fff;
background-color: #303133;
display: inline-block;
font-size: 12px;
font-style: normal !Important;
text-align: center;
vertical-align: middle;
margin-top: 1px;
margin-bottom: 1px;
cursor: pointer;
background-image: none;
border: 1px solid;
border-radius: 2px;
outline: none;
white-space: pre-wrap;
-webkit-text-stroke: 0px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
a.gigpress-tickets-link:hover {
color: #303133 !important;
background-color: transparent !important;
border-color: #303133 !important;
}

.gigpress-row { 
	border-top: 2px solid #000;
	height: auto;
	 }

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	float:right;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 40px 10px 40px;
	color: #111;
	background: #ED4335! important;
	border: 1px solid #EEE;
	background: #111;
	color: #FFF! important;
	border: none;
	cursor: alias! important;
	width: 140px;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}


/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */
td.gigpress-links-cell {
	display:none;
	vertical-align: top;
}

.gigpress-calendar-add {
	position: relative;
}

a.gigpress-links-toggle {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: transparent url(../images/calendar-toggle.png) no-repeat left top;
	cursor: pointer;
}

a.gigpress-links-toggle:hover {
	background-position: -11px 0px;
}

a.gigpress-link-active {
	background-position: -33px;
	color: #000;
}

a.gigpress-link-active:hover {
	background-position: -22px;
	color: #000;
}

div.gigpress-calendar-links {
	display: none;
	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: transparent url(../images/calendar-links-bg.png) no-repeat left center;
}

.gigpress-calendar-links-inner {
	background-color: #F3F3F3;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	border-width: 1px 1px 1px 0;
}

div.gigpress-calendar-links span {
	display: block;
}

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

p.gigpress-subscribe a {
	display:none;
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	margin: 0 3px;
}

a.gigpress-rss, a.gigpress-rss:hover {
	background: transparent url(../images/feed-icon-12x12.png) no-repeat left center;	
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: transparent url(../images/icalendar-icon.gif) no-repeat left center;	
}


/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
}

/* For tour headings in the sidebar */
span.gigpress-list-tour-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can style each alternating list item differently */
li.gigpress-alt {
}

/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
	font-weight: bold;
	display: block;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout, ul.gigpress-listing a.gigpress-tickets-link {
	display: block;
}


/* These styles control the Related Show list that appears in the body of Related Posts */
ul.gigpress-related-show {
	margin: 0 0 2em;
}

ul.gigpress-related-show ul, ul.gigpress-related-show li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.gigpress-related-label {
	font-weight: bold;
}

.gigpress-related-item {
}


/* This is just to include data for hcalendar support, but hide it from view */
.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}