/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
@media screen and (min-width: 768px) {

.single-gig .venue-map {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 3;
	}

.single-gig .gig-meta {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 1;
	}

	.single-gig .venue-meta {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 2;
	}
  
  .single-gig .entry-sidebar {
    margin-top: 0px;
}
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-main {
	background: transparent;
	border: none;
}

.site-main .site-main-inside {
	margin-top: -1px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home .site-main .site-main-inside {
	margin-top: -1px;
	padding: 1px 10px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pinboard {
	display: none;
}

.footer-widgets {
	background: none;
}

.site-footer {
	background: none;
}

.footer-widgets .widget {
	padding: 20px;
	margin-bottom: 30px;
	background-color: transparent;
}

.site-header {
	padding-top: 98px;
	background: none;
	border-top: none;
	box-shadow: none;
}

.site-navigation-holder {
	position: absolute;
	top: 0;
}

.widget ul li {
	color: #fff;
}

.footer-navigation {
	border: none;
	box-shadow: none;
}

.archive-title {
	display: none;
}

.no-sidebar .site-main .content-area, .no-sidebar .site-main .primary-area {
	margin-top: 0;
	margin-bottom: 100px;
	border-width: 0;
}

.footer-widgets a {
	color: #6cc9e7;
}

/* instagram white bottom border line */
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.widget ul li {
	border-top: none;
}

/* Thumbnails Instagram Plugin Template */
.instag ul.thumbnails > li {
	margin: 0 auto;
	display: inline-block;
	float: none;
	width: 23% !important;
}

.gig-block {
	opacity: 1;
}

.gig-block:hover {
	opacity: .5;
}

.widget img:hover {
	opacity: .75;
}

.post-type-archive-audiotheme_record .site-main .content-area, .post-type-archive-audiotheme_video .site-main .content-area {
	background: transparent;
}

.media-grid {
	margin: -70px 0 100px;
}

.media-grid-columns-3 .item {
	width: 240px;
}

.record-meta-release {
	display: none;
}

.record-details {
	display: none;
}

/* margin at bottom of each page's content */
.site-main .content-area, .site-main .primary-area {
	margin: -10px 0 100px;
}

.comments-link {
	display: none;
}

/****************************** Jetpack Carousel ********************************/
.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-photo-info {
	display: none;
}
#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;
}
/*** Remove Meta Data below Blog Posts *****/
.term-group.term-group--category { display: none;
}
.term-group.term-group--post_tag { display: none; 
}
nav.navigation.post-navigation { display: none;
}
/*** Remove Post Prev/Next 
.nav-links {
    display: none;
}
***/
.site-description { display: none; }