/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.page-content, .entry-content a {
	text-decoration: none;
	font-weight: 700;
	color: rgba(0,0,0,0.50);
}

.page-content, .entry-content a:hover {
	text-decoration: none;
	font-weight: 700;
	color: rgba(0,0,0,0.35);
}
/*     venue details, address    */ 
.venue-meta dl {
	vertical-align: top;
}

.venue-meta .venue-address {
	clip: initial;
	height: auto;
	overflow: visible;
	position: static !important;
	width: auto;
}

.venue-meta .venue-address dt:after {
	content: ":";
}

.venue-meta .venue-address .venue-phone {
	display: none;
}
nav.breadcrumbs {
	display: none;
}
/****************************** 
 * Jetpack Carousel ********************************/
.jp-carousel-photo-info {
	display: none;
}
.jp-carousel-image-meta { display: none;
}
.jp-carousel-titleanddesc-desc p {
	text-align: center;
}
.jp-carousel-left-column-wrapper {
	width: 100% !important;
}
.jp-carousel-titleanddesc-title {
	text-align: center;
}
.jp-carousel-info h2 {
	text-align: center;
}
#jp-carousel-comments-loading {
display: none !important;
}
#jp-carousel-comment-form-comment-field.jp-carousel-comment-form-field.jp-carousel-comment-form-textarea {
display: none !important;
}
/****************************** 
Show Header ********************************/
.gig-list-year.section-title {
	display: none;
}
.gig-list-header {
padding-bottom: 4px
}
.gig-list-date {
display: inline-block;
width: 45px;
}
/****************************** 
Tracklist Genericon Play Symbol 
.tracklist .is-playable::before {
   content: "\f452";
   font-family: "Genericons";
}
********************************/
/****************************** 
Remove Record Details Listen page ********************************/
.record-details.entry-meta {
	display: none;
}
/****************************** 
Home page playlist height ********************************/
.cue-playlist .cue-track, .cue-playlist .cue-tracks {
	max-height: 100%
}
.button, .page-links a, .hero .post-edit-link, input[type=submit] {
    background-color: #fff;
	  color: #0c0c0c;
}
.dropdown--button .dropdown-toggle {
    border-color: #0c0c0c;
    width: 25%;
}
.entry-content .button, .entry-summary .button, .page-content .button, .comment-content .button {
    color: #0c0c0c;
}
/****************************** 
Widget 
********************************/
.widget a {
color: rgba(0,0,0,0.50);
	font-weight: 700;
	
}
.widget a:hover {
text-decoration: none;
	color: rgba(0,0,0,0.35);
}