/*------------------------------------general-----------------------------------------*/
body{
	margin:0;
	padding:0;
	overflow-x: hidden;
}	

nav, div, img, p, h1, h2, h3, h4, a, ul ,li, *{
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
}

ul, li{
	text-decoration: none;
}

a{
	text-decoration:none;
}

.o0{
	opacity: 0;
}

/*------------------------------------fonts-----------------------------------------*/

@font-face{
    font-family:"NeueHaas";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/NeueHaasGroteskText-Regular.woff) format('woff');
}

@font-face{
    font-family:"NeueHaas-bold";
    font-style:normal;
	font-weight:700;
    src: url(/fonts/NeueHaasDisplayBold.ttf) format('truetype');
}

@font-face{
    font-family:"vv";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/ALVVAYS-FONT.otf) format('opentype');
}

.bodyCopy {
    font-family: Arial, Helvetica, sans-serif;
}



/*------------------------------------anims-----------------------------------------*/

@keyframes bounce1 {	
		0%{transform:translateY(0);}
		50%{transform:translateY(15px);}
		100%{transform:translateY(0px);}	
}



/*------------------------------------MAIN-----------------------------------------*/

body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(/images/globals/paper-background.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-attachment: scroll;
}

/*body{
    background-image: url(/images/globals/paper-background.jpg);
    background-size: contain;
    background-repeat: repeat;
}
*/

#hpEntrySection{
	position:relative;
	width:100vw;
	height:100vh;
	min-height:700px;
	z-index: 1;
}

.headerWrpr{
	position:relative;
	width:100%;
	max-height: 300px;
	overflow: hidden;
}

.mainHeader{
	position:relative;
	width:auto;
	padding: 0 20px;
	display:flex;
	justify-content: space-between;
	background-color:#111;

}

.navCon{
	position:relative;
	display: flex;
	align-items: center;
}

.navHeader-m{
	display: none;
}

.navList{
	position:relative;
	padding: 0;
	display:flex;
}

.navItem{
    font-family:"NeueHaas";
	min-width: max-content;
    display: inline;
}

.navItem a{
	font-size:1.33rem;
	color: #fff;
}

.navItem a:hover{
	color:#edbf79;
}

#tourLink,
#shopLink{
	cursor: pointer;
}

#merchIcon{
	margin: 10px 10px;
	cursor: pointer;
}

.merchMenu{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

.merchMenuInner{
	position:relative;
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color:#edbf79;
	opacity: 0;
}

.merchLink{
	font-family: "vv", helvetica, arial, sans-serif;
	font-size: 5vw;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.3vw;
	/*text-decoration: underline;*/
	color: #111;
	margin: 2% auto;
	transform: translateY(50px);
	opacity: 0;
	transition: 150ms;
}

.merchLink:hover{
	transform: skewX(-20deg) !important;
}

.closeX{
	font-family:"vv", helvetica, arial, sans-serif;
	font-size:3rem;
	font-style: normal;
	color:#111;
	position:absolute;
	top: 1vw;
	right: 3vw;
	opacity: 0;
	cursor: pointer;
}

.closeX:hover{
	opacity: 0.66 !important;
}

.socialCon{
	position:relative;
	width:100%;
	height:auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
}

.socialLink {
    position: relative;
    width: auto;
    height: auto;
    margin: 10px 8px;
    transition: 150ms;
}

.socialLink:hover{
	transform: scale(1.2);
}

.socialIMG{
	position:relative;
	width:auto;
	height: 22px;
}

.headerBG{
	position:relative;
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:-2% auto 0 auto;
}

.alvvSpinner{
	position: absolute;
    width: 380px;
    top: 0vw;
    left: 2vw;
}

.posit{
	position: absolute;
    width: 440px;
    top: 0vw;
    right: 2vw;
}

.entryUpper{
	position:relative;
	z-index: 1;
}

.entryLower{
	position:relative;
	margin: 4%;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 4%;
}

.albumCol{
	position:relative;
}

.coverIMG{
	position:relative;
	width:100%;
	height: auto;
}

.albumCopyBlock{
	position:relative;
	margin: 2% 0;
	display:flex;
	justify-content: space-between;
}

.albumTitle{
    font-family:"NeueHaas";
    font-size:1.66rem;
	color: #111;
}

.coverLink{
	font-family:"vv", helvetica, arial, sans-serif;
	font-size:2.33rem;
	color: #111;
}

.coverLink:hover{
	color:#edbf79;
}















.mainContainer{
	position:relative;
	z-index: 1;
}

.mainTitle{
	position: relative;
    width: 10%;
    max-width: 300px;
    margin: 30px auto -30px auto;
    display: block;
}

.mainCols{
	position:relative;
	display:grid;
	grid-template-columns: 70% 30%;
}

.seatedCon{
	position: relative;
    /*max-height: 4300px;*/
    overflow: hidden;
}

#seated-55fdf2c0{
	font-family:"NeueHaas", helvetica, arial, sans-serif;
    font-size: 1.1rem;
	letter-spacing: 0.06rem;
	position: relative;
    margin: 4vw 4vw;
}

.seated-event-date-cell {
    /*font-family: "NeueHaas-bold";*/
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    margin: 0 0 5px 0;
    text-transform: uppercase !important;
}

.seated-event-venue-cell {
    margin: 5px 0;
}

.seated-event-details-cell {
    opacity: 1 !important;
    font-size: 1rem;
}

.seated-event-link, .seated-event-link:visited, .seated-event-link1, .seated-event-link1:visited, .seated-event-link2, .seated-event-link2:visited, .seated-event-link3, .seated-event-link3:visited {
    color: #fff !important;
    border: 2px solid rgba(0, 0, 0, 1) !important;
    background: rgba(0, 0, 0, 1) !important;
    padding: 15px 10px !important;
    transition: 150ms !important;
}

.seated-event-link:hover, .seated-event-link1:hover, .seated-event-link2:hover, .seated-event-link3:hover {
    color: #000 !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, 1) !important;
}



.Intro-content .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram), .Main:not(.Main--events-list):not(.Main--events-item):not(.Main--blog-list) .Main-content .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram), .tweak-blog-list-style-stacked .BlogList--posts-full .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram), .Index-page .sqs-layout .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram), .Footer-blocks--top .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram), .Footer-blocks--bottom .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram), .tweak-footer-layout-stacked .Footer-blocks--middle .sqs-col-12>.sqs-block:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram) {
    width: 90% !important;
}

#mc_embed_signup {
    max-width: 300px;
}

#mc_embed_signup_scroll h2{
	font-family:"NeueHaas", helvetica, arial, sans-serif;
}

.mc-button {
	font-family:"NeueHaas", helvetica, arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.06rem;
    border-radius: 3px;
    padding: 18px 24px !important;
    font-size: 12px;
    transition: 150ms;
}

.mc-button:hover{
	color: #000 !important;
    background: rgba(255, 255, 255, 1) !important;
}



/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/


/*------------------------------------------------------1460px----*/

@media (min-width:0px) and (max-width:1460px){

.headerBG{
	height: 260px;
}

.alvvSpinner{
	width:300px;
	/*top: 6vw;
	left: 3vw;*/
}

.posit{
	width:340px;
/*	top: 7vw;*/
/*	right: 3vw;*/
}

.entryLower {
    margin: 3%;
    grid-gap: 3%;
}

.albumTitle {
    font-size: 1.33rem;
}

.coverLink {
    font-size: 1.88rem;
}

}



/*------------------------------------------------------1200px----*/

@media (min-width:0px) and (max-width:1200px){

.alvvSpinner{
width:300px;
}

.posit{
	width:360px;
}

#mc_embed_signup {
    max-width: 220px;
}

}


/*------------------------------------------------------iPad-Pro----*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {

#hpEntrySection{
	height: auto;
}

}



/*------------------------------------------------------1000px----*/

@media (min-width:0px) and (max-width:1000px){

#hpEntrySection{
	height: auto;
}

.alvvSpinner{
	width:260px;
}

.posit{
	width:280px;
}

.entryLower {
	margin: 4%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 0;
}

.albumCol{
	margin: 0 0 4% 0;

}

.mainTitle {
    width: 20%;
}

}


/*------------------------------------------------------912px----*/

@media (min-width:0px) and (max-width:912px){

.merchMenuInner {
    height: 70%;
}


.mainTitle {
    width: 16%;
    margin: 30px auto -20px auto;
}

.mainCols {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}

.mailchimpCon{
	padding: 0 0 18% 18%;
}

#mc_embed_signup {
    max-width: 75%;
}

}



/*------------------------------------------------------769px----*/

@media (min-width:0px) and (max-width:769px){

/*.seatedCon {
    max-height: 4800px;
}
*/
}


/*------------------------------------------------------660px----*/

@media (min-width:0px) and (max-width:660px){

#hpEntrySection {
    top: 40px;
}

.mainHeader{
	position: fixed;
	width:100vw;
	height: 100vh;
	padding: 0;
	top:0;
	display:flex;
	flex-direction: column;
	background-color:rgba(0,0,0,0);
	opacity: 0;
	z-index: -1;
}

.navHeader-m{
	position:fixed;
	width:100%;
	display: flex;
	justify-content: flex-end;
	background-color:#111;
	z-index: 3;
}

.navCon, .socialCon{
	background-color:#111;
}

.navCon{
	height:100%;
}

.mMenuText{
	font-family: "vv", helvetica, arial, sans-serif;
	font-size:2rem;
	color: #fff;
	padding: 10px;
}

.navList{
	flex-direction: column;
}

.sub_wrpr{
	height:auto;
	margin: 0;
	transform: scaleY(0);
	transform-origin: top;
}

.merchMain{
	position:relative;
}

.navItem{
	flex-direction: column;
}

.navItem a {
    font-size: 3.33rem;
}

.navItem a:hover {
    color: #fff;
}

.merchMenu{
	position:relative;
	width:fit-content;
	height: fit-content;
	opacity: 1;
	z-index: 1;
}

.merchMenuInner {
    height: 100%;
    justify-content:flex-start;
    align-items: flex-start;
	background-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

.merchLink {
    font-family: "NeueHaas";
    font-size: 5vw;
    line-height: 8vw;
    letter-spacing: 0.2vw;
    text-align: left;
    margin: 0 0 0 0px;
    color: #fff;
    opacity: 0;
    transform:none;
}

.closeX {
    top: 4vw;
    right: 6vw;
}

.headerBG {
    height: 220px;
}

.alvvSpinner {
    width: 160px;
    top: 10vw;
    left: 1vw;
}

.posit {
    width: 170px;
    top: 12vw;
    right: 1vw;
}	

.mainTitle {
    width: 30%;
    margin: 40px auto -20px auto;
}

/*.seatedCon {
    max-height: 6700px;
}*/

.seated-event-row {
    margin: 10px 0;
}

}


/*------------------------------------------------------375px----*/

@media (min-width:0px) and (max-width:375px){

}


/*------------------------------------------------------320px----*/

@media (min-width:0px) and (max-width:320px){

}
