/*
Theme Name: Suicide Squeeze
Author: JAZZatkin
Author URI: http://jazzatkin.com/
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
em{
	font-style: italic;
	}
strong{
	font-weight: bold;
	}
.fade{
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.fade.loaded{
	opacity: 1;
}
#loader-wrapper{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #FFF;
    z-index: 1000;
	}
#loader{
    z-index: 1001;
    background-image: url(https://suicidesqueeze.net/wordpress/wp-content/uploads/2018/04/suicidelogo.png);
    background-size: 100px auto;
    width: 200px;
    height: 142px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
	display: none;
	}
body{
	font-family: 'Karla Font';
	background-color: #eee;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100vw;
	overflow: vertical;
	}
a{
	text-decoration: none;
	}
a:hover{
	cursor: pointer;
	}
h2{
	font-weight: bold;
	}
.inline{
	margin-bottom: -4px;
	}
.subHeader h2{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	}
.subHeader.wide h2{
	line-height: 30px;
	}
.subHeader .top{
	padding-top: 20px;
	}
.subHeader.wide .top h2{
	line-height: 20px;
	}
@media screen and (max-width: 800px){
	.subHeader .top, .subHeader .left.top{
		padding-top: 25px;
		width: 100%;
		}
	.subHeader{
		display: block;
		}
	.subHeader.mobScreen{
		display: block !important;
		}
	}
.subHeader a {
    color: #111;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 20px;
    display: inline-block;
	transition: background-color 0.2s linear;
	}
.subHeader a:hover{
	background-color: #111;
	color: #FFF;
	}
.white{
	color: #FFF;
	}
.darkGrey{
	color: #111;
	}
.midGrey{
	color: #666;
	}
.black{
	color: #000;
	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.childWrapper{
	width: 100%;
	overflow: hidden;
	}
@media screen and (max-width: 800px){
	.childWrapper{
		display: flex;
		flex-direction: row;
		margin: 0;
		border-bottom: 0;
		flex-wrap: wrap;
    	justify-content: space-between;
		}
	}
b, strong{
    font-weight: bold;	
	}
.catTitle:not(:last-child)::after {
    content: ", ";
	}
.postContent iframe{
	width: 100%;
}
/* Header */

#header{
	background-color: #FFF;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 900;
	}
.headerInner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
    position: relative;
	display: flex;
    align-items: center;
    height: 80px;
	}
#logoWrap{
	height: 100%;
	padding: 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	}
/* Nav */

#menu{
	text-align: right;
	flex-grow: 1;
	height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 0px 20px;
	}
ul.menu{
	list-style-type: none;
	text-align: right;
	}
ul.menu li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px;
	}
ul.menu li a{
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease;
	}
ul.menu li.current-menu-item a {
    border-bottom: 1px solid #000;
}
ul.menu li a:hover{
	color: #333;
	}
#socials{
	width: 280px;
	border-left: 1px solid #eee;
	padding: 0px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	}
ul.socials{
	list-style-type: none;
	text-align: right;
	}
ul.socials li{
    display: inline-block;
    padding: 0 0 0 10px;
    height: 60px;
    line-height: 60px;
    width: 30px;
    text-align: center;
	float: right;
	}
ul.socials li a{
	color: #000000;
	transition: color 0.3s ease;
	}
ul.socials li a:hover{
	color: #333;
	}
@media screen and (max-width: 960px){
	ul.socials.mobScreen{
		width: 100%;
		text-align: center;
		padding: 0px;
		border-top: 1px solid #FFF;
		margin-top: 0px;
		display: block;
		}
	ul.socials.mobScreen li{
		float: unset;
		}
	ul.socials.mobScreen li a{
		color: #FFF;
		}
	ul.menu li.current-menu-item a {
    border-bottom: 0px solid #000;
}
	}
button:focus {
	outline:0;
	}
.hamburger {
	padding: 15px 20px;
	cursor: pointer;
	transition-property: background-color, filter, opacity;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
	display: none;
	}
.hamburger-box {
 	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative; 
	}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
	}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
	}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after, .hamburger--slider.is-active:hover .hamburger-inner, .hamburger--slider.is-active:hover .hamburger-inner::before, .hamburger--slider.is-active:hover .hamburger-inner::after{
		background-color: #666; 
	}
	.hamburger--slider.is-active .hamburger-inner, .hamburger--slider.is-active .hamburger-inner::before, .hamburger--slider.is-active .hamburger-inner::after{
  	background-color: #111; 
	}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
	}
.hamburger-inner::before {
    top: -10px; 
	}
.hamburger-inner::after {
    bottom: -10px; 
	}
.hamburger--slider .hamburger-inner {
	top: 2px; 
	}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, background-color, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; 
	}
.hamburger--slider .hamburger-inner::after {
    top: 20px; 
	}
.hamburger--slider.is-active .hamburger-inner, .hamburger--slider:hover .hamburger-inner{
 	transform: translate3d(0, 10px, 0) rotate(45deg); 
	}
.hamburger--slider.is-active .hamburger-inner::before, .hamburger--slider:hover .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; 
	}
.hamburger--slider.is-active .hamburger-inner::after, .hamburger--slider:hover .hamburger-inner::after{
    transform: translate3d(0, -20px, 0) rotate(-90deg); 
	}
@media screen and (max-width: 960px){

	nav#socials.deskScreen{
		display: none;
	}
	.hamburger{
		display: inline-block;
		}
	.menuWrapper{
		height: 0px;
        overflow: hidden;
        width: 0px;
		transition: height 0.2s linear;
		}
	.menuWrapper.expand{
		height: 362px;
		width: 100%;
		background-color: #111;
		padding: 0px;
		right: 0;
		top: 80px;
		position: absolute;
		border-top: 1px solid #eee;
		z-index: 9999;
		}
	
	.menuWrapper.expand ul.menu li{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 0px;
		}
	.menuWrapper.expand ul.menu li a{
		color: #FFF;
		display: block;
		transition: background-color 0.2s linear;
		}
	.menuWrapper.expand ul.menu li a:hover{
		background-color: #555;
		}
	}
/* Search */
form#searchform{
    overflow: hidden;
	padding: 20px;
	background-color: #111;
}
form#searchform input[type="text"]{
	font-family: 'Karla Font';
	font-weight: 400;
	border-radius: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: calc(100% - 100px);
	height: 40px;
	background: transparent;
	margin: 0px;
	text-shadow: none !important;
    padding: 0px 13px;
	line-height: 40px;
	font-size: 13px;
   	border: 1px solid #FFF;
   	color: #FFF;
   	text-decoration: none;
    float: left; 
	font-weight: bold;
	-webkit-appearance: none;
	}
form#searchform input[type="text"]:focus{
	outline: none;
	}
form#searchform input[type="submit"]{
	font-family: 'Karla Font';
	border-radius: 0;
	height: 40px;
	width: 100px;
	background: transparent;
	margin: 0px;
	padding: 0px;
 	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 0px solid #FFF;
	outline: none;
	float: left;
	}
form#searchform input[type="submit"]:hover{
	background-color: #FFF;
	color: #111;
	transition: all 0.3s ease;
	}

/* Mailing List */

.mailingList{
	display: inline-block;
	}
.mailingList form{
	float: right;
	}
.mailingList input[type="email"]{
	font-family: 'Karla Font';
	font-weight: 400;
	border-radius: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 250px;
	height: 40px;
	background: transparent;
	margin: 0px;
	text-shadow: none !important;
    padding: 0px 13px;
	line-height: 40px;
	font-size: 13px;
   	border: 1px solid #FFF;
   	color: #FFF;
   	text-decoration: none;
    float: left; 
	font-weight: bold;
	-webkit-appearance: none;
	}
.lightGreyBG .mailingList input[type="email"]{
	border: 1px solid #111;
	color: #111;
	}
.mailingList input[type="email"]:focus{
	outline: none;
	}
.mailingList input[type="submit"]{
	font-family: 'Karla Font';
	border-radius: 0;
	height: 40px;
	width: 100px;
	background: transparent;
	margin: 0px;
	padding: 0px;
 	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 0px solid #FFF;
	outline: none;
	float: left;
	}
.lightGreyBG .mailingList input[type="submit"]{
	color: #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 0px solid #111;
	}
.mailingList input[type="submit"]:hover{
	background-color: #FFF;
	color: #111;
	transition: all 0.3s ease;
	}
.lightGreyBG .mailingList input[type="submit"]:hover{
	background-color: #111;
	color: #FFF;
	}
@media screen and (max-width: 800px){
	.mailingList form{
		width: 100%;
		}
	.mailingList input[type="email"]{
		width: calc(100% - 100px);
		}
	}
.divWrapper{
	width: 100%;
	overflow: hidden;
	}
.subHeader{
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
	}
.subHeader.wide{
	padding: 15px 0px;
}
.darkGreyBG{
	background-color: #111 !important;
	}
.midGreyBG{
	background-color: #ccc !important;
	}
.lightGreyBG{
	background-color: #eee;
}
.whiteBG{
	background-color: #FFF !important;
}
.left{
	float: left;
	width: 20%;
	padding-left: 20px;
	box-sizing: border-box;
	}
.left.top{
	width: calc(100% - 370px);
	}
.right{
	float: right;
	width: 80%;
	padding: 0px 20px 0 0;
	box-sizing: border-box;
	}
.rightleft{
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.full{
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.right.mailingList{
	width: 370px;
	}
.alignRight{
	text-align: right;
	}
@media screen and (max-width: 800px){
	.left, .right, .right.mailingList, .single-artist .left, .single-artist .right, .single-artist .right.mailingList{
		width: 100%;
		padding: 0px 20px;
		}
	}
.mobScreen{
	display: none;
	}
.deskScreen{
	display: block;
	}
@media screen and (max-width: 800px){
	.mobScreen{
		display: inline-block;
		}
	.deskScreen{
		display: none;
		}
	}
/* Feature */

.featureWrap{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 20px;
	}
body.single .featureWrap{	
	background-color: #333;
	padding: 20px;
}
.featureWrap.Bottom{
	padding: 20px;
}
.feature{
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	height: 0px;
	padding-bottom: 50vh;
	position: relative;	
	background-color: #000;	
	z-index: 10;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	}
.page .feature, .error404 .feature{
	padding-bottom: 20%;
	}
.page-template-page-music .feature{
	padding-bottom: 50vh;
	}
.pagerContainer{
	font-size: 60px;
	opacity: 0;
	transition: all 0.3s ease;
	color: #FFF;
}
.feature:hover .pagerContainer{
	opacity: 1;
}
.pagerContainer .topNext{
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	transition: all 0.3s ease;
	}
.pagerContainer .topPrev{
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	transition: all 0.3s ease;
	}
.pagerContainer .topPrev:hover, .pagerContainer .topNext:hover{
	cursor: pointer;
	color: #ccc;
	}
.slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;	
	transition: background-color 0.3s ease;
	}
.slideInner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	z-index: 2;
	opacity: 0.5;
	filter: grayscale(0);
    -webkit-filter:  grayscale(0);
	transition: all 0.3s ease;
	}
.feature:hover .slideInner{
	opacity: 0.6;
	filter: grayscale(0);
    -webkit-filter:  grayscale(0);
}
.slide h2.slideCaption{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    font-size: 50px;
    padding: 40px;
    width: calc(100% - 120px);
    transform: translate(-50%,-50%);
    text-align: center;
	font-family: 'Rozha One';
	font-weight: normal;
	max-width: 800px;
	}
h2.slideCaption span.playIcon{
	margin-top: 30px;
    display: block;
    font-size: 40px;
	opacity: 0;
	transition: all 0.3s ease;
	
	}
.feature:hover span.playIcon{
	opacity: 1;
	}
@media screen and (max-width: 800px){
	h2.slideCaption span.playIcon{
		opacity: 1;
		font-size: 30px;
		margin-top: 20px;
		}
	.slide h2.slideCaption{
		font-family: 'Karla Font';
		line-height: 20px;
		font-size: 20px;
		}
	.feature, .page .feature, .error404 .feature{
		padding-bottom: 40%;
	}
	}
@media screen and (max-width: 600px){
	.feature, .page-template-page-music .feature{
		padding-bottom: 60%;
		}
	.pagerContainer{
		font-size: 40px;
		}
	
	.pagerContainer{
		opacity: 1;
		}
	}
/* Containers */

#contentWrap{
	width: 100%;
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	}
.single-artist #contentWrap{
	padding-bottom: 10px;
}
#contentBlockWrap{
	width: 100%;
	background-color: #eee;
	overflow: hidden;
	}
@media screen and (max-width: 800px){
	#contentWrap{
		display: block;
		}
	}
/* Sidebar */

#sidebar{
	padding: 0 20px 0 20px;
	width: 20%;
	box-sizing: border-box;
	box-sizing: border-box;
	}
.single-artist #sidebar{
	padding: 0 20px 10px 20px;
}
.releasesHeader{
	width: 20%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
	}
.newsHeader{
	width: 80%;
    float: left;
	}
.releasesHeader h2, .newsHeader h2{
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	}
.releaseWrap{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	}
#contentBlockWrap .releaseWrap{
	margin: 0 0 20px 0;
	}
#sidebar .releaseWrap:first-child{
    margin-top: 0px;
	}
.release{
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	background-color: #496258;
	}
.releaseInner{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	overflow: hidden;
	z-index: 1;
	transition: transform 0.3s linear;
	border: 1px solid #ccc;
	box-sizing: border-box;
	}
.release:hover .releaseInner{
	cursor: pointer;
	filter: grayscale(1) opacity(0.5);
    -webkit-filter: grayscale(1) opacity(0.5);
    mix-blend-mode: luminosity;
    transition: all 0.3s ease;
	}
.releaseMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	display: block; 
	z-index: 2;
	transition: background-color 0.3s linear 0s;
	}
.release:hover .releaseMask{
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.3s linear 0s;
	}
.releaseLinksContainer{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
	z-index: 3;
	display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
	transition: opacity 0.3s ease-in-out;
	}
.release:hover .releaseLinksContainer{
	top: 0;
	padding: 10px;
	opacity: 1;
}
.releaseLinksContainer a{
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	margin: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	transition: background-color 0.3s ease;
	    border: 1px solid #FFF;
    box-sizing: border-box;
	align-self: center;
	}
.releaseLinksContainer a:hover{
	background-color: #c6d4ce;
	 border: 1px solid #c6d4ce;
	}
.releaseTitle{
	position: relative;
	padding: 15px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	text-align: right;
	font-weight: bold;
	display: none;
	}
.releaseTitle p.releaseArtist{
	color: #333;
	margin-bottom: 5px;
	}
.releaseTitle p.releaseName{
	color: #666;
}
.releaseTitle p.catalogNumber{
	color: #000;
	margin-bottom: 5px;
	}
@media screen and (max-width: 800px){
	#sidebar{
		display: none;
		}
	.single-artist #sidebar{
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		background-color: #eee;
		padding: 0px 20px 0px 20px;
		justify-content: space-between;
		}
	.releaseWrap{
		min-width: calc(25% - 5px);
		max-width: calc(50% - 5px);
		margin: 20px 0 0 0;
		}
	.releaseWrap:nth-child(1), .releaseWrap:nth-child(2){
		margin: 0;
		}
	.release{
		height: unset;
		padding: 0;
		overflow: hidden;
		background-color: transparent;
		}
	.releaseInner{
		height: 0px;
		position: static;
		padding-bottom: 100%;
		}
	.release:hover .releaseInner{
		filter: unset;
		-webkit-filter: unset;
		mix-blend-mode: unset;
		}
	.releaseMask{
		position: static;
		height: unset;
		overflow: hidden;
		background-color: #eee;
		}
	.releaseLinksContainer, .release:hover .releaseLinksContainer{
		width: 100%;
		overflow: hidden;
		position: static;
		top: 0;
		padding: 0px;
		transform: unset;
		opacity: 1;
		}
	.releaseLinksContainer a{
		padding: 10px 0px;
		width: 100%;
		margin: 10px 0 0 0;
		background-color: #FFF;
		box-sizing: border-box;
		}
	.releaseLinksContainer a:hover{
		background-color: #333;
		color: #FFF;
		}
		.releaseTitle{
			text-align: center;
		}
	}

@media screen and (max-width: 600px){
	.releaseWrap{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		}
	.releaseWrap:nth-child(2){
		margin: 20px 0 0 0;
		}
	}
/* Homepage Content */

#content{
	width: 80%;
	flex-grow: 1;
	padding: 0 20px 0 0;
	flex-wrap: wrap;
    justify-content: space-between;
	display: flex;
	line-height: 1.4em;
	box-sizing: border-box;

	}
body.single #content{	
	flex-direction: column;
	min-height: calc((20vw - 20px)* 5 - 20px);
	}
#content.paged{
	display: flex;
	width: 100%;
	padding: 0px 20px;
	min-height: calc(100vh - 600px);
	}
.error404 #content, .search #content{
	min-height: calc(100vh - 600px);
	}
.search #content{
	padding-bottom: 20px;
	}
.post{
	display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
	margin-bottom: 20px;
	text-decoration: none;
	}
#content.paged .post{
    width: calc((100% - 40px) / 3);
	}
.post:nth-child(7), .post:nth-child(8) {
    margin-bottom: 0px;
	}
#content.paged .post:nth-child(7), #content.paged .post:nth-child(8) {
	margin-bottom: 20px;
	}
#content.paged .post:nth-child(10), #content.paged .post:nth-child(11), #content.paged .post:nth-child(12) {
	margin-bottom: 0px;
	}
.post:hover{
	cursor: pointer;
	}
.imageContainer{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	flex-grow: 1;
	overflow: hidden;
	background-color: #000000;
	transition: background-color 0.3s ease;
	}
#content.paged .imageContainer{
    height: 0;
    padding-bottom: 47%;
	}
.post:hover .imageContainer{
	background-color: #496258;
	}
.imageInner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center center;
	opacity: 0.7;
	filter: grayscale(0);
    -webkit-filter:  grayscale(0);
	transition: all 0.3s ease;
	}
.post:hover .imageInner{
	filter: grayscale(1);
	opacity: 0.5;
    -webkit-filter: grayscale(1);
    mix-blend-mode: luminosity;
	}
h2.imageTitle{
	/*
	position: absolute;
    z-index: 2;
    color: #FFF;
    font-size: 2.5vh;
    text-align: right;
    top: 50%;
	transform: translateY(-50%);
    right: 30px;
    width: calc(100% - 120px);
    box-sizing: border-box;
    line-height: 30px;
	transition: all 0.3s ease-in;
	font-family: 'Karla';
	max-width: 800px;
	font-weight: normal;
	*/
	position: static;
    font-size: 17px;
    color: #333;
    text-align: right;
    box-sizing: border-box;
    line-height: 20px;
    transition: all 0.3s ease-in;
    font-family: 'Karla Font';
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
	box-sizing: border-box;
    float: right;
	font-weight: bold;
	letter-spacing: -0.5px;
	}
.post:hover h2.imageTitle{
	top: 50%;
	}
.single-artist h2.imageTitle{
	margin-bottom: 0px;
}
.imageMeta{
	width: 100%;
    background-color: #FFF;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    padding: 20px 20px;
    box-sizing: border-box;
    text-transform: uppercase;
	position: relative;
	top: 0;
	left: 0;
	color: #333;
	font-weight: bold;
	transition: all 0.3s ease-in;
	}
.imageMeta p{
	display: inline-block;
	}
.imageMeta p.catName, .imageMeta p.artistName{
	color: #666;
	}
.catName, span.breaker{
	display: none !important;
	}
.imageMeta p.date, .imageMeta span.breaker{
	color: #999;
}
.post-arrow{
	position: absolute;
   	right: 40px;
	bottom: 100%;
	z-index: 10;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #FFF;
	transition: all 0.3s ease-in;
	}
#content.paged .right{
	width: 100%;
	}
@media screen and (max-width: 800px){
	#content{
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		display: block;
		min-height: unset;
		}
	.blog #content{
		display: flex;
		}
	.post{
		width: calc(50% - 5px);
		margin-bottom: 10px;
		}
	#content.paged .post{
		width: calc((100% - 20px) / 2);
		}
	#content.paged .post:nth-child(10){
		margin-bottom: 20px;
		}
	.single-post .post{
		margin-bottom: 20px;
		}
	.imageContainer{
		height: 0px;
		padding-bottom: 50%;
		}
	p.catName, p.date, span.breaker{
		display: none;
		}
	h2.imageTitle{
		margin-bottom: 0px;
		color: #000;
		font-weight: bold;
		}
	}

@media screen and (max-width: 600px){
	.post{
		width: 100%;
		margin-bottom: 20px;
		}
	.post:nth-child(5), .post:nth-child(7), .post:nth-child(8){
		margin-bottom: 20px;
		}
	#content.paged .post{
		width: 100%;
		}
	#content.paged .post:nth-child(11){
		margin-bottom: 20px;
		}
	h2.imageTitle{
		width: 100%;
		padding: 0px;
		text-align: center;
		}
	}
a.nextPaginationLink {
    float: right;
}
/* Single Post */
.single-post #contentWrap{
	padding-bottom: 20px;
	}
.postContent{
	text-align: justify;
	padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
	font-size: 18px;
	line-height: 1.2em;
	overflow: hidden;
	flex: 1;
	}
.postContent a{
	font-weight: bold;
    color: #666;
    border-bottom: 1px solid #666;
	}
.postContent a:hover{
	color: #333;
	border-bottom: 1px solid #333;
	}
.postContent img{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	}
.postContent img.half{
	width: calc(50% - 5px);
	float: left;
	}
.postContent img.half:nth-child(odd){
	margin-right: 5px;
	}
.postContent img.half:nth-child(even){
	margin-left: 5px;
	}
.postContent p{
	margin-bottom: 20px;
	}
.postContent p:last-child{
	margin-bottom: 0px;
	}
.fve-video-wrapper{
	margin: 0 !important;
	}
.fve-video-wrapper + p{
	margin-top: 20px !important;
	}
.postRelease{
    background-color: #333;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px 0 0 0;
    width: 100%;
	display: flex;
	align-items: center;
	}
.postReleaseImage{
	width: 50%;
	}
.postReleaseImage img{
	width: 100%;
	height: auto;
	display: block;
}
.postReleaseInfo{
	padding: 0 0 0 20px;
    min-width: 40%;
    color: #FFF;
	font-size: 15px;
	flex: 0;
	}
.postReleaseInfo h2{	
	margin-bottom: 10px;
}
.postReleaseInfo a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #FFF;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 20px 10px 0 0;
	}
.postReleaseInfo a:hover{
	background-color: #eee;
}
.postReleaseTour{
	width: 100%;
	padding: 20px;
	background-color: #FFF;
	box-sizing: border-box;
	font-size: 15px;
	overflow: hidden;
	}

@media screen and (max-width: 800px){
	.postRelease{
		display: block;
		}
	.postReleaseImage{
		width: 100%;
		}
	.postReleaseInfo{
		padding: 20px 0 0 0;
		text-align: center;
		min-height: 0px;
		}
	}

/* Artist Page Content */

#artistContent{
	width: calc(100% - 20px);
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}
#artistContent.alumni{
	padding: 0px 20px;
}
.artist{
    width: calc((100% / 3) - 20px);
	margin: 0px 10px 20px 10px;
	text-decoration: none;
	float: left;
	}
.alumni .artist{
	width: calc(20% - 20px);
	}
.artist .imageContainer{
	height: 0px;
	padding-bottom: 50%;
	}
.artist:hover .imageContainer{
	background-color: #496258;
	}
.artist .imageInner{
	opacity: 0.9;
	}
.artist:hover .imageInner{
	opacity: 0.6;
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    mix-blend-mode: luminosity;
	}
@media screen and (max-width: 800px){
	#artistContent{
		justify-content: space-between;
		 padding: 0px 20px;
		 box-sizing: border-box;
			width: 100%;
	}
	.artist{
		width: calc(50% - 10px);
		margin: 0 0 20px 0;
		}
	}
@media screen and (max-width: 600px){
	.artist{
		width: 100%;
		}
	}
.letter-group{
	width: 100%;
    margin-bottom: 20px;
    display: flex;
    background-color: #fff;
    padding: 20px;
	}
.letter-cell {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 20px 0;
    color: #000;
    padding: 20px;
    width: 100px;
	box-sizing: border-box;
	display: inline-block;
	}
.row-cells{
	flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: calc(100% - 100px);
	}
.title-cell{
	width: 100%;
    line-height: 30px;
}
.title-cell a{
	color: #333;
	transition: color 0.2s linear;
	}
.title-cell a:hover{
	color: #666;
	}

/* Single Artist */

.wideContent{
	width: calc(70% - 20px);
	padding: 0 20px 0 0;
	line-height: 1.4em;
	}
@media screen and (max-width: 800px){
	.wideContent{
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto;
		box-sizing: border-box;
		}
	}
.single-artist .left{
	width: 30%;
	}
.single-artist  .right{
	width: 70%;
	}
.single-artist #sidebar{
	width: 30%;
	}
.socials a{
	color: #000;
	transition: color 0.3s ease;
	font-size: 20px;
	margin-right: 5px;
	}
.socials a:hover{
	color: #666;
	}
.bio{
	text-align: justify;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	}
.bio+.subHeader{
	margin-top: -20px;
}
.recentNews{
	width: 100%;
	flex-grow: 1;
	padding: 0 20px 0 0;
	flex-wrap: wrap;
    justify-content: space-between;
	display: flex;
	line-height: 1.4em;
	}
.recentNews .imageContainer{
	height: 0px;
	padding-bottom: 50%;
	}

.tour{
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	}
.showContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin-bottom: 5px;
	line-height: 30px;
	}
#sidebar .showContainer{
	flex-wrap: wrap;
	}
.showContainer:last-child{
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
	}
.showContainer .show{
	overflow: hidden;
	}
.showDate{
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	}
#sidebar .showDate{
	width: 95px;
	}
.showInnerLeft{
    display: flex;
	flex-direction: row;
	flex-grow: 1;
	}
#sidebar .showInnerLeft{
	flex-direction: column;
	width: calc(100% - 100px);
	}
.showVenue, .showLocation{
	display: inline-block;
	margin-right: 10px;
	}	
#sidebar .showVenue, #sidebar .showLocation, #sidebar .showDate{
	width: 100%;
	}
.showTickets{
	width: 100px;
	align-self: flex-end;
	flex-grow: 1;
	text-align: right;
	}
.showTickets a, .moreTour a{
	box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFF;
    color: #333;
    font-weight: bold;
    font-size: 13px;
	line-height: 15px;
	transition: all 0.3s ease;
	}
.postReleaseTour .showTickets a{
	background-color: #eee;
	}
.showTickets a:hover, .moreTour a:hover{
	background-color: #333;
	color: #FFF;
	}
@media screen and (max-width: 900px){
	#sidebar .showTickets{
		width: 100%;
		text-align: left;
		margin-top: 5px;
		}
	}
@media screen and (max-width: 800px){
	#sidebar .showDate{
		width: unset;
		}
	#sidebar .showVenue, #sidebar .showLocation, #sidebar .showDate{
		width: unset;
		}
	#sidebar .showInnerLeft{
		flex-direction: row;
		width: unset;
		}
	#sidebar .showTickets{
		width: 100px;
		align-self: flex-end;
		text-align: right;
		}	
	}
@media screen and (max-width: 700px){
	.showInnerLeft, #sidebar .showInnerLeft{
		flex-direction: column;
		}
	}
@media screen and (max-width: 600px){
	.showContainer{
		flex-wrap: wrap;
		    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
		}
	.showDate, #sidebar .showDate{
		width: 100%;
		}
	}

.noDates{
	font-size: 13px;
	}
.supportKey{
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
	background-color: #333;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 10px;
	display: inline-block;
	float: right;
	}
.clear + .moreTour{
	margin-top: 5px;
	}
.moreTour{
	width: 100%;
	text-align: right;
	padding: 10px 0 5px 0;
	}
.supportKey+.moreTour {
    padding-top: 20px;
	}
@media screen and (max-width: 800px){
	.wideContent .subHeader{
		border-top: 1px solid #ccc;
		margin-top: 20px;
		}
	.noDates{
		margin-bottom: 0px;
		}
	}

/* Tour */

#tourContent, #pageContent{
	width: calc(100% - 40px);
	padding: 0 20px;
	margin: 0 0 20px 0;
	}
#tourContent .subHeader:first-child {
    padding: 0 0 20px 0;
	}
#pageContent{
	margin: 20px 0 20px 0;
	}
.search #pageContent, .error404 #pageContent{
	margin: 0 0 20px 0;
	overflow: hidden;
	min-height: calc(100vh - 588px);
	}
@media screen and (max-width: 800px){
	.search #pageContent, .error404 #pageContent{
		min-height: calc(100vh - 650px);
	}
}
/* Music */

.musicWrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 20px;
	margin-bottom: -20px;
	}
.musicWrap .releaseWrap{
	width: calc((100% - 80px) / 5);	
	}
@media screen and (max-width: 800px){
	.musicWrap .releaseWrap{
		width: calc((100% - 60px) / 4);
		}
	}
@media screen and (max-width: 600px){
	.musicWrap .releaseWrap{
		width: calc((100% - 10px) / 2);
		min-width: unset;
		max-width: unset;
		}
	}
.slideLinks{
	margin-top: 20px;
	}
.slideLinks a {
    font-family: Karla Font;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    background-color: #FFF;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
	transition: all 0.2s linear;
	}
.slideLinks a:hover{
	color: #FFF;
	background-color: #333;
	}
.slideDescription{
	color: #FFF;
	font-family: Karla Font;
	font-size: 20px;
	margin-top: 20px;
	line-height: 25px;
	}
@media screen and (max-width: 800px){
	.slideDescription{
		display: none;
		}
	.slideLinks a {
		padding: 5px 10px; 
		}
	}
.noLink{
	display: none;
	}
@media screen and (max-width: 800px){
	.noLink{
		padding: 10px 0px;
		display: inline-block;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		width: 100%;
		margin: 10px 0 0 0;
		background-color: #eee;
		text-decoration: line-through;
		border: 1px solid #999;
		box-sizing: border-box;
		color: #999;
		}
	}
/* Footer */

#footer{
	width: 100%;
	padding: 60px 20px 70px 20px;
	box-sizing: border-box;
	background-color: #111;
	text-align: center;
	display: flex;
	flex-direction: column;
	}
img.footerLogo{
	width: 120px;
	height: auto;
	display: inline-block;
	overflow: hidden;
	margin: 0 auto 40px auto;
	}	
#footer .mailingList{
	margin: 0 auto 30px auto;;
	}
#footer .mailingList input[type="email"]{
	width: 300px;
    padding: 5px 20px;
	font-size: 13px;
	}
#footer .mailingList input[type="submit"]{
	width: 100px;
	font-size: 13px;
	}
#footerSocials{
	text-align: center;
	width: 280px;
	display: inline-block;
	margin: 0 auto 30px auto;
	}
#footerSocials ul.socials{
	text-align: center;
	}
#footerSocials ul.socials li{
	height: 20px;
	line-height: 20px;
	}
#footerSocials ul.socials li a{
	color: #FFF;
	}
#footerSocials ul.socials li a:hover{
	color: #ccc;
	}

@media screen and (max-width: 600px){
	#footer .mailingList{
		width: 100%;
		}
	#footer .mailingList input[type="email"]{
		width: calc(100% - 100px);
		box-sizing: border-box;
		padding: 5px 20px;
		font-size: 13px;
		}
	}
.credit{
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	}
.credit a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

body.soon{
	background-color: #FFF;
	}
body.soon .mailingList{
	padding: 0 0 50px 0;
	}
body.soon .mailingList input[type="email"]{
   	border: 1px solid #000;
   	color: #000;
	}
body.soon .mailingList input[type="submit"]{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
	color: #000;
	}
body.soon .mailingList input[type="submit"]:hover{
	background-color: #000;
	color: #fff;
	}
#comingSoon{
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	}
body.soon #footerSocials ul.socials li a{
	color: #000;
	}
.comingSoon{
	padding: 50px 0px;
}
a.fortgeorgeDL {
    margin: 0 auto;
    background-color: #999;
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}
a.fortgeorgeDL:hover{
	transition: 0.3s ease-in-out all;
	background-color: #111;
}
.page-template-page-fortgeorge .subHeader{
	display: none;
}
.page-template-page-fortgeorge .featureWrap{
	padding-top: 20px;
}
.page-template-page-fortgeorge #header{
	display: none;
}