/**
 * AudioTheme (plugin)
 * @link https://audiotheme.com/
 * -----------------------------------------------------------------------------
 */


/**
 * AudioTheme: Content
 * -----------------------------------------------------------------------------
 */

.archive-record .nav-links,
.archive-video .nav-links {
	display: flex;
}

.archive-record .nav-links .nav-next,
.archive-video .nav-links .nav-next {
	order: 1;
}

.archive-record .nav-links .nav-previous,
.archive-video .nav-links .nav-previous {
	order: 2;
}

.archive-record .nav-next a:after,
.archive-video .nav-next a:after,
.archive-record .nav-previous a:before,
.archive-video .nav-previous a:before {
	display: none;
}

.archive-record .nav-next,
.archive-video .nav-next {
	float: none;
	text-align: left;
}

.archive-record .nav-next a:before,
.archive-video .nav-next a:before {
	content: "\f201";
	margin-right: 0.3125em;
}

.archive-record .nav-previous,
.archive-video .nav-previous {
	text-align: right;
}

.archive-record .nav-previous a:after,
.archive-video .nav-previous a:after {
	content: "\f202";
	margin-left: 0.3125em;
}


/* Gig
------------------------------------------------------------------------------*/

.single-gig .entry-header {
	margin-bottom: 0.5em;
}

.single-gig .entry-title {
	display: inline;
}

.single-gig .gig-title,
.single-gig .gig-date {
	display: inline-block;
	float: left;
}

.single-gig .gig-date {
	clear: both;
}

.single-gig .gig-day-time {
	color: #777;
	float: left;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.8;
	margin-bottom: 0.26666667em;
}

.single-gig .gig-day-time:before {
	content: "/";
	display: inline-block;
	margin-left: 0.33333333em;
}

.single-gig .gig-location {
	clear: both;
	font-size: 24px;
	font-size: 2.4rem;
}

.single-gig .venue-map-link {
	display: none;
}

.gig-meta {
	border-top: 1px solid #ddd;
	margin-bottom: 1.875em;
	margin-top: 1.875em;
}

.gig-meta dl {
	border-bottom: 1px solid #ddd;
	color: #777;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	padding: 1.35714286em 0;
	position: relative;
	text-transform: uppercase;
}

.gig-meta dt,
.gig-meta dd {
	display: inline-block;
	margin-bottom: 0;
}

.gig-meta dt {
	font-weight: 400;
}

.gig-meta .gig-tickets-url {
	position: absolute;
	top: 11px;
	right: 0;
}

.gig-meta .gig-subscribe dd {
	float: right;
	margin-left: 10px;
	margin-top: -8px;
}

.venue-meta {
	border: solid #ddd;
	border-width: 0 1px 1px;
	margin-bottom: 1.875em;
	padding: 0 0.9375em;
}

.venue-meta dl {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-right: 3.57142857em;
	padding: 0.64285714em 0;
	position: relative;
}

.venue-meta dd {
	color: #777;
	display: inline-block;
	margin-bottom: 0;
}

.venue-map {
	border: 1px solid #ddd;
}

.venue-map iframe {
	display: block;
	margin-bottom: 0;
}


/* Gigs
------------------------------------------------------------------------------*/

.gig-list {
	border-top: 1px solid #ddd;
	margin-bottom: 2.5em;
}

.gig-list .gig-card {
	margin-bottom: 0;
}

.gig-card {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: flex;
	min-height: 5.125em;
	overflow: hidden;
	padding: 0.8125em 0 0.6875em;
	position: relative;

	flex-flow: row wrap;
}

.gig-card:hover,
.gig-card:focus {
	color: #777;
}

.gig-card dt,
.gig-card dd {
	color: inherit;
	font-weight: 400;
	margin-bottom: 0;
}

.gig-card .gig-date {
	font-weight: 700;
}

.gig-card .gig-venue,
.gig-card .gig-title,
.gig-card .gig-tickets {
	font-size: 14px;
	font-size: 1.4rem;
}

.gig-card dt.gig-venue,
.gig-card .gig-title {
	width: 100%;
}

.gig-card .gig-description {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 0.35714286em;
}

.gig-card .gig-description > :last-child {
	margin-bottom: 0;
}

.gig-card .gig-tickets {
	line-height: 1.71428571;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.gig-card .gig-permalink a {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.gig-card .sep-country-name,
.gig-card .country-name,
.gig-card dt.gig-date,
.gig-card dt.gig-tickets {
	display: none;
}

.no-gig-venue {
	font-style: italic;
}

@media (min-width: 480px) {
	.gig-list .gig-card {
		min-height: 100%;
		padding-bottom: 1.125em;
		padding-top: 1.125em;
	}

	.gig-list .gig-card .gig-date {
		padding-right: 20px;
		text-align: left;
		width: 33%;

		flex: 0 1 auto;
	}

	.gig-list .gig-card .gig-title {
		flex: 1 0 67%;
	}

	.gig-list .gig-card .gig-title,
	.gig-list .gig-card .gig-venue {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gig-list .gig-card .gig-venue,
	.gig-list .gig-card .gig-description {
		padding-left: 33%;
		width: 100%;

		flex: 1 0 auto;
	}

	.gig-list .gig-card .gig-tickets {
		flex: 0 1 auto;
	}
}

@media (min-width: 768px) {
	.gig-list .gig-card .gig-date {
		max-width: 20%;

		flex: 0 1 20%;
		order: 1;
	}

	.gig-list .gig-card .gig-venue {
		max-width: 30%;
		padding-left: 0;

		flex: 1 0 30%;
		order: 2;
	}

	.gig-list .gig-card .gig-title {
		max-width: 40%;

		flex: 1 0 40%;
		order: 3;
	}

	.gig-list .gig-card .gig-tickets {
		max-width: 10%;
		text-align: right;

		flex: 0 1 10%;
		order: 4;
	}

	.gig-list .gig-card .gig-description {
		padding-left: 20%;
		width: 100%;

		flex: 2 0 auto;
		order: 5;
	}

	.gig-list .gig-card .no-gig-venue {
		max-width: 70%;

		flex: 1 0 70%;
	}
}


/* Record
------------------------------------------------------------------------------*/

.single-record .entry-header {
	margin-bottom: 1.875em;
}

.single-record .entry-title {
	margin-bottom: 0;
}

.single-record .record-artist {
	color: #777;
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0;
}

.single-record .record-artwork {
	margin-bottom: 0.875em;
}

.single-record .meta-links {
	margin-top: 1.25em;
}

.record-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.record-meta dl {
	margin: 0;
}

.record-meta dt,
.record-meta dd {
	display: inline-block;
	float: left;
}

.record-meta dt {
	clear: both;
	margin-bottom: 0.14285714em;
	margin-right: 0.35714286em;
}

.record-meta dd {
	color: #777;
	margin: 0;
}


/* Records
------------------------------------------------------------------------------*/

.archive-record .content-area-inside {
	margin-bottom: 1.25em;
}

.archive-record .record-meta {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.archive-record .record-meta dt,
.archive-record .record-meta dd {
	display: inline;
	float: none;
	margin: 0;
}

.archive-record .record-meta dt {
	display: none;
}

.archive-record .record-meta dd:after {
	content: "\00B7";
	display: inline-block;
	margin-left: 0.5em;
}

.archive-record .record-meta dd:last-child:after {
	display: none;
}

.archive-record .meta-links {
	margin-bottom: 0;
}

/* Responsive */
@media (min-width: 768px) {
	.archive-record .summary-item {
		display: table;
		margin-bottom: 3.75em;
		width: 100%;
	}

	.archive-record .summary-item-media,
	.archive-record .summary-item-details {
		display: table-cell;
		vertical-align: middle;
	}

	.archive-record .summary-item-media {
		width: 280px;
	}

	.archive-record .summary-item-details {
		padding-left: 60px;
	}
}


/* Videos
------------------------------------------------------------------------------*/

.archive-video .content-area-inside {
	margin-bottom: 1.25em;
}

.archive-video .summary-item {
	margin-bottom: 3.75em;
}

.archive-video .summary-item .entry-video {
	margin-bottom: 0.9375em;
}

.archive-video .summary-item-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
	text-align: center;
}

.archive-video .summary-item-content {
	text-align: center;
}


/* Tracklist
------------------------------------------------------------------------------*/

.tracklist-area audio,
.tracklist-area .mejs-container {
	display: none;
}

.record-tracklist {
	border-top: 1px solid #ddd;
	counter-reset: li;
	margin-bottom: 2.5em;
	padding: 0;
}

.record-tracklist .track {
	border-bottom: 1px solid #ddd;
	display: block;
	margin-bottom: 0;
	padding: 1.0625em 0;
	position: relative;
	transition: all 0.25s ease-in-out;
}

.record-tracklist .track:before {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #777;
	content: counter(li);
	counter-increment: li;
	display: block;
	float: left;
	margin-right: 1.6875em;
	text-align: center;
	width: 1.2em;
}

.record-tracklist .track-meta {
	color: #777;
	display: none;
	float: right;
	margin-right: 0.3125em;
}

.record-tracklist .track-current-time,
.record-tracklist .track-duration,
.record-tracklist .track-sep-duration {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
}

.record-tracklist .is-playable {
	cursor: pointer;
}

.record-tracklist .is-playable:before {
	color: #777;
	content: "\f152";
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: -0.16666667em;
	margin-right: 0.83333333em;
	position: relative;
	top: -0.11111111em;
}

.record-tracklist .is-playable .track-duration {
	display: inline;
}

.record-tracklist .is-playing {
	color: #333;
}

.record-tracklist .is-playing:before {
	content: "\f151";
}

.no-touch .tracklist-area .is-playable:hover:before {
	content: "\f152";
	cursor: pointer;
}

.no-touch .tracklist-area .is-playing .track-current-time,
.no-touch .tracklist-area .is-playing .track-sep-duration {
	display: inline;
}

.no-touch .tracklist-area .is-playing:before,
.no-touch .tracklist-area .is-playing:hover:before {
	content: "\f151";
}

.no-touch .tracklist-area .is-playing .track-progress,
.no-touch .tracklist-area .is-playing:hover .track-progress {
	display: block;
}

.no-touch .tracklist-area .track-meta {
	display: inline-block;
}


/**
 * Widgets
 * -----------------------------------------------------------------------------
 */


/* Record, Track, and Video
------------------------------------------------------------------------------*/

.widget_audiotheme_record p,
.widget_audiotheme_track p,
.widget_audiotheme_video p {
	margin-bottom: 1.125em;
}

.widget_audiotheme_record p:last-child,
.widget_audiotheme_track p:last-child,
.widget_audiotheme_video p:last-child {
	margin-bottom: 0;
}

.widget_audiotheme_record .more a,
.widget_audiotheme_track .more a,
.widget_audiotheme_video .more a {
	background-color: #777;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-right: 0.14285714em;
	opacity: 1;
	padding: 0.57142857em 1.07142857em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.widget_audiotheme_record .more a:hover,
.widget_audiotheme_track .more a:hover,
.widget_audiotheme_video .more a:hover,
.widget_audiotheme_record .more a:focus,
.widget_audiotheme_track .more a:focus,
.widget_audiotheme_video .more a:focus {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

.widget_audiotheme_record .featured-image,
.widget_audiotheme_track .featured-image,
.widget_audiotheme_video .featured-image {
	margin-bottom: 1.125em;
}


/* Upcoming Gigs
------------------------------------------------------------------------------*/

.widget_audiotheme_upcoming_gigs .sep-country-name,
.widget_audiotheme_upcoming_gigs .country-name,
.widget_audiotheme_upcoming_gigs .venue,
.widget_audiotheme_upcoming_gigs .description {
	display: none;
}

.home-widgets .widget_audiotheme_upcoming_gigs dd.location {
	color: #777;
}

.footer-widgets .widget_audiotheme_upcoming_gigs dl {
	padding-top: 20px;
	position: relative;
}

.footer-widgets .widget_audiotheme_upcoming_gigs .date {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-transform: uppercase;
}

/* Responsive */
@media (min-width: 768px) {
	.home-widgets .widget_audiotheme_upcoming_gigs dl {
		margin-bottom: 0.625em;
		min-height: 3.125em;
		padding-left: 8.125em;
		position: relative;
	}

	.home-widgets .widget_audiotheme_upcoming_gigs dl:before,
	.home-widgets .widget_audiotheme_upcoming_gigs dl:after {
		content: " ";
		display: table;
	}

	.home-widgets .widget_audiotheme_upcoming_gigs dl:after {
		clear: both;
	}

	.home-widgets .widget_audiotheme_upcoming_gigs dt {
		font-weight: 400;
	}

	.home-widgets .widget_audiotheme_upcoming_gigs dd.location {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.home-widgets .widget_audiotheme_upcoming_gigs dd.date {
		font-weight: 700;
		position: absolute;
		top: 0;
		left: 0;
		width: 6.875em;
	}
}
/**
 * Jetpack (plugin)
 * @link https://jetpack.me/
 * -----------------------------------------------------------------------------
 */


/**
 * Comments
 * -----------------------------------------------------------------------------
 */

.comment-form-wrapper #commentform {
	margin: 1.25em;
}

/* Override inline negative margins added on WP.com when replying to a comment. */
.highlander-comment {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (min-width: 768px) {
	.comment-form-wrapper #commentform {
		margin: 2.5em;
	}
}


/* Contact Form
------------------------------------------------------------------------------*/

.content-area .contact-form {
	margin: 0 0 1.5em;
}

.content-area .contact-form > div {
	margin-bottom: 1.25em;
}

.content-area .contact-form label {
	margin-bottom: 0.3125em;
}

.content-area .contact-form label.checkbox,
.content-area .contact-form label.radio {
	font-weight: 400;
	margin: 0;
}

.content-area .contact-form label span {
	color: #777;
	font-size: 85%;
}

.content-area .contact-form label + input {
	display: block;
}

.content-area .contact-form input[type="checkbox"],
.content-area .contact-form input[type="email"],
.content-area .contact-form input[type="radio"],
.content-area .contact-form input[type="text"],
.content-area .contact-form select,
.content-area .contact-form textarea {
	margin: 0;
}

.content-area .contact-form textarea {
	width: 100%;
}


/* Galleries
------------------------------------------------------------------------------*/

.site .slideshow-window {
	background-color: transparent;
	border-radius: 0;
	border-width: 0;
	margin-bottom: 1.5;
	padding-top: 0 !important;
}


/* Infinite Scroll
------------------------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	margin-bottom: 1.25em;
	text-align: center;
}

#infinite-footer .container {
	background: #fff;
	border-color: #ddd;
	max-width: 720px;
	padding: 0;
}

.infinite-loader .spinner {
	margin: auto;
}

body #infinite-handle {
	margin-bottom: 5em;
}

body #infinite-handle span,
body #infinite-handle button {
	color: #fff;
	display: inline-block;
}

body #infinite-handle span {
	background: transparent;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0;
	text-align: center;
}

body #infinite-handle button,
body #infinite-handle button:hover,
body #infinite-handle button:focus {
	background-color: #555;
	color: #fff;
	font-weight: 400;
	padding: 0.57142857em 1.07142857em 0.5em;
}

.infinite-scroll-wrapper article:first-child {
	border-top: 1px solid #ddd;
	padding-top: 1.25em;
}

@media (min-width: 768px) {
	.infinite-wrap article:first-child {
		padding-top: 4.375em;
	}
}


/**
 * Sharing
 * -----------------------------------------------------------------------------
 */

.sharedaddy {
	margin-bottom: 1.5em;
}


/**
 * Widgets (includes WP.com widgets)
 * -----------------------------------------------------------------------------
 */

/* Milestone */
.site .milestone-content {
	margin: 0 auto;
	max-width: 100%;
}

/* Blog Subscription */
.widget_blog_subscription label {
	font-weight: 400;
	margin-bottom: 0;
}

/* Contact Info */
.site .widget_contact_info .contact-map {
	margin-bottom: 0.9375em;
}

.site .widget_contact_info .confit-address,
.site .widget_contact_info .confit-phone,
.site .widget_contact_info .confit-hours {
	margin-top: 0.3125em;
}

/* Display Posts */
.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
	margin-bottom: 0;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts > :last-child {
	margin-bottom: 0;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	font-size: 16px;
	font-size: 1.6rem;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
	margin: 2.5em 0 0.9375em;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4:first-child {
	margin-top: 0;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts a {
	display: block;
	margin-bottom: 0.9375em;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
	border: 1px solid #ddd;
}

.site .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	line-height: 1.5 !important;
}

/* Gallery */
.site .widget-gallery .tiled-gallery {
	margin-bottom: 0;
}

.site .widget-gallery .slideshow-window {
	margin-bottom: 0;
}

/* Social Widgets (WPCOM) */
.site .widget_wpcom_social_media_icons_widget ul {
	margin: 0;
	padding: 0;
}

.site .widget_wpcom_social_media_icons_widget li {
	margin: 0 1.25em 0 0;
}

.site .widget_wpcom_social_media_icons_widget .genericon {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

/* Image */
.widget_image img {
	margin-bottom: 0.625em;
}

.widget_image figcaption,
.widget_image .wp-caption-text {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
}

/* Gravatar Profiles */
.site .widget-grofile > :last-child {
	margin-bottom: 0;
}

.site .widget-grofile a {
	text-decoration: underline;
}

.site .widget-grofile h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0.9375em 0;
}

.site .widget-grofile h4 a {
	text-decoration: none;
}

.site .widget-grofile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site .widget-grofile .grofile-accounts li:before {
	display: none;
}

.site .widget-grofile .grofile-links li {
	display: inline-block;
}

.site .widget-grofile .grofile-links li + li:before {
	content: "/";
	display: inline-block;
	margin: 0;
}

.site .widget-grofile .grofile-full-link {
	background-color: #777;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-right: 0.14285714em;
	margin-top: 0.9375em;
	opacity: 1;
	padding: 0.57142857em 1.07142857em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.site .widget-grofile .grofile-full-link:hover,
.site .widget-grofile .grofile-full-link:focus {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

/* Author Grid */
.site .widget_author_grid li {
	display: inline-block;
	margin: 0 0.625em 0.625em 0;
}

.site .widget_author_grid ul {
	margin: 0;
	padding: 0;
}

/* Authors */
.site .widget_authors > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site .widget_authors ul ul {
	list-style-type: disc;
	margin-bottom: 1.5em;
}

.site .widget_authors strong {
	margin-bottom: 0.9375em;
}

.site .widget_authors .avatar {
	display: block;
	margin: 0 auto 0.9375em;
}

/* Blog Stats */
.site .widget_blog-stats {
	list-style: none;
}

/* Facebook Likebox */
.site .widget_facebook_likebox iframe {
	margin-bottom: 0;
}

/* Goodreads */
.site .gr_custom_widget h2,
.site .gr_custom_widget > div > div {
	margin-bottom: 1.5em;
}

/* My Community */
.site .widget_jetpack_my_community .avatar {
	border-radius: 100%;
	display: block;
}

.site .widget_jetpack_my_community .widgets-multi-column-grid ul li {
	display: inline-block;
	float: none;
	padding: 0 0.625em 1.25em;
}

/* Posts I Like */
.site .widget_jetpack_posts_i_like .widget-grid-view-image {
	display: inline-block;
	float: none;
	max-width: 33%;
}

.site .widget_jetpack_posts_i_like .widget-grid-view-image a {
	margin: 0 0.625em 1.25em;
	opacity: 1;
}

.site .widget_jetpack_posts_i_like .widget-grid-view-image a:hover,
.site .widget_jetpack_posts_i_like .widget-grid-view-image a:focus {
	opacity: 0.6;
}

/* Subscription */
.site .widget_blog_subscription h3 label {
	color: inherit;
}

.site .widget_blog_subscription a {
	text-decoration: underline;
}

.site .widget_blog_subscription a:hover,
.site .widget_blog_subscription a:focus {
	opacity: 0.6;
}

.site .widget_blog_subscription #subscribe-field {
	padding: 0.78571429em 1.07142857em !important;
	width: 100% !important;
}