@charset "UTF-8";
/* CSS Document */

/* NEWSLETTER-FOOTER */
@media screen and (min-width: 769px)
.email-subscribe {
    padding: 100px 200px 25px!important;
}
	
	
/* NEWS */

img.heroimg {
	width:100%!important;
}

.post-heading h1 {
	font-size: 40px!important;
	margin-bottom: 15px!important;
}
.post-heading h2 {
    font-size: 20px!important;
    line-height: 26px!important;
}
.post-heading {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.mono {
	font-family: monospace,monospace;
	font-size: 14px;
}

.post-content__wysiwyg blockquote p {
color: #777777!important;
}


/* THIS STUFF NAH 
@media screen and (max-width: 768px)
.post-heading h1 {
    font-size: 35px!important;
	margin-bottom: 15px!important;
}

@media screen and (max-width: 768px)
.post-heading h2 {
    font-size: 24px!important;
    line-height: 30px!important;
}

@media screen and (min-width: 769px)
.post-heading {
	padding: 25px 180px!important;
}

@media screen and (max-width: 768px)
.post-heading {
    padding: 25px 30px!important;
}

@media screen and (max-width: 1024px)
.post-heading {
    padding: 25px 100px!important;
}
*/

post-sidebar {
    margin-right: 10px!important;
}

.post-content__wysiwyg img {
    margin: 0px 0!important;
}

/* EVENTS */

@media screen and (max-width: 768px)
.sort_field {
    display: none!important;
}


/* PRODUCT */

.merch__btn.btn {
    padding: 25px!important;
}

.merch__desc a {
    color: #ff6600!important;
}

.merch__btn.btn.sold-out:before {
content: "UNAVAILABLE"!important;
background: #a5a5a5!important;
	}

.table.table--mp3s .table__column-content:first-child {
    color: #000!important;
}
.table.table--mp3s .table__column-content:nth-child(2) {
    color: #000!important;
    font-weight: 400!important;
    font-size: 12px!important;
}
.table.table--mp3s .table__column-content:nth-child(3) {
    visibility: hidden!important;
}



/* DOWNLOADS PAGE */

a.dlpage {
    color: #ff6600;
}





