/*
Theme Name: Lake Street Dive
Author: JAZZatkin
Author URI: https://jazzatkin.com
Description: 
Version: 2026.1
*/

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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

:root {
	--beige: #fcf2e5;
	--blue: #5e8097;
	--orange: #f5bb7a;
	--maroon: #5d3d40;
	--green: #959959;
	}
body{
	font-family: "Moderniz";
	font-size: 16px;
	line-height: 1.3em;
	width: 100vw;
    overflow-x: hidden
	}
@media (max-width: 700px){
	body{
		font-size: 14px;
	}
}
h1{
	font-size: 45px;
	text-align: center;
	line-height: 1em;
	margin-bottom: 60px;
	font-family: "Moderniz";
	}
body.error404 h1{
	margin-bottom: 0px;
}
@media (max-width: 700px){
	h1{
		font-size: 30px;
		margin-bottom: 50px;
		}
	body.error404 h1{
	margin-bottom: 0px;
}
	}
h2{
	font-size: 16px;
	}
a{
	text-decoration: none;
}
.navBar{
	display: flex;
	font-family: "Moderniz";
	width: 100%;
	justify-content: space-around;
	gap: 10px;
	font-size: 16px;
	background-color: var(--blue);
	position: sticky;
	top: 0;
	left: 0;
	padding: 20px 100px;
	z-index: 100;
	}
.navBar a{
	text-decoration: none;
	text-transform: uppercase;
	color: var(--beige);
	}
.navBar a:hover{
	opacity: 0.8;
	cursor: pointer;
	}
@media (max-width: 700px){
	.navBar{
		padding: 20px;
        font-size: 4vw;
        flex-wrap: wrap;
        justify-content: center;
		}
	}
.landing{	
	background-color: var(--blue);
	padding: 20px 50px 50px 50px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	min-height: calc(100vh - 60px);
    justify-content: center;
	}
@media (max-width: 700px){
	.landing{	
		padding: 20px 30px 30px 30px;
		min-height: unset;
		}
	}
.landingImages{
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	}
.landing img{
	width: 100%;
	z-index: 2;
	}
img.lsdLanding {
    margin-top: -5vw;
    z-index: 1;
	}
.signupButtons{
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	}
.signupButtons a{
	background-color: var(--beige);
	border-radius: 50px;	
	color: var(--blue);
	padding: 10px 20px 7px 20px;
	text-decoration: none;
	border: 2px solid var(--beige);
	}
.signupButtons a:hover{
	background-color: var(--blue);
	color: var(--beige);
	}

.socialLinks{
	display: flex;
	gap: 10px;
	justify-content: center;
	}	
.socialLinks a {
    color: var(--beige);
	transition: all 0.2s ease;
	}
.socialLinks a:hover{
	opacity: 0.8;
	}
.section{
	padding: 100px;
	}
@media (max-width: 800px){
	.section{
		padding: 60px 30px;
		}
	.signupButtons{
		gap: 10px;
		}
	}
#new{
	background-color: var(--beige);
	}
#new h1{
	color: var(--maroon);
	}
.newMusicInner {
    display: flex;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
	flex-wrap: wrap;
	}
.newMusicInner img, .newMusicInfo{
	width: calc(50% - 25px);
	}
@media (max-width: 700px){
	.newMusicInner img, .newMusicInfo{
		width: 100%;
		}
	}
.newMusicInfo {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--green);
	}
.newMusicInfo p {
    font-size: 35px;
    line-height: 1.2em;
	}
@media (max-width: 700px){
	.newMusicInfo p {
		font-size: 25px;
		}
	}
.newMusicInfo a{
	padding: 10px 20px 7px 20px;
    border: 2px solid var(--maroon);
	background-color: var(--maroon);
    color: var(--beige);
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    margin: 0;
    transition: all 0.2s ease;
	}
.newMusicInfo a:hover{
	background-color: var(--green);
	border: 2px solid var(--green);
}
#newVideo{
	background-color: var(--maroon);
	display: flex;
    flex-direction: column;
    gap: 50px;
	justify-content: center;
	align-items: center;
	}
@media (max-width: 700px){
	#newVideo{
		gap: 30px;
	}
}
/* Maintain aspect ratio and setup smooth transition */
#newVideo .video-facade {
  position: relative;
  width: 100%;
  max-width: 880px; /* Matches your iframe width */
  aspect-ratio: 16 / 9;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}

#newVideo .video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

#newVideo .video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  transition: opacity 0.5s ease;
	padding: 50px;
}

#newVideo .video-overlay-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #e8d662;
	line-height: 1.2em;
	}
@media (max-width: 700px){
	#newVideo .video-overlay-title {
		font-size: 25px;
	}
}
/* Play Icon */
#newVideo .play-btn {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  position: relative;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#newVideo .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #000;
}

#newVideo .video-facade:hover .play-btn {
  transform: scale(1.1);
  background-color: #fff;
}

/* Fade out classes applied via JS */
#newVideo .video-facade.is-playing .video-thumb,
#newVideo .video-facade.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

/* Iframe dimensions */
#newVideo .iframe-target {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#newVideo .iframe-target iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#newVideo a{
	padding: 10px 20px 7px 20px;
    border: 2px solid var(--green);
	background-color: var(--green);
    color: var(--beige);
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    margin: 0;
    transition: all 0.2s ease;
	}
#newVideo a:hover{
	background-color: var(--beige);
	border: 2px solid var(--beige);
	color: var(--green);
	}
#tour {
    background-color: var(--beige);
	}
#tour h1{
	color: var(--orange);
	}
.seated-events-table{
	max-width: 900px;
	margin: 0 auto;
	}
.seated-event-row{
	gap: 30px;
	}
.seated-event-row:hover{
	background: transparent !important;
}
.seated-event-description-cells {
    background-color: var(--blue);
    padding: 20px;
    border-radius: 25px;
    color: var(--beige);
    width: unset !important;
	flex: 1;
	line-height: 1.5em;
	}
.seated-event-venue-cell{
	gap: 20px;
	}
.seated-event-link-cells {
   margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	}
a.seated-event-link.seated-event-link1{
	padding: 10px 20px 7px 20px;
	border-radius: 25px;
	border: 2px solid var(--blue);
	background-color: var(--blue);
	color: var(--beige);
	transition: all 0.2s ease;
	font-size: 16px;
	}
.seated-event-details-cell {
    font-size: 14px;
	}
.seated-follow-box{
	color: var(--orange);
	line-height: 1.5em;
	}
.seated-follow-link, .seated-follow-link:visited{
	padding: 10px 20px 7px 20px !important;
	
	border: 2px solid var(--orange) !important;
	background-color: transparent !important;
	color: var(--orange) !important;
	transition: all 0.2s ease !important;
	font-size: 16px !important;
	border-radius: 25px !important;
	}
.seated-follow-link:hover{
	background-color: var(--orange) !important;
	color: var(--beige) !important;
}
.seated-follow-box {
    padding: 50px 0 50px 0 !important;
    margin-top: 0 !important;
    text-align: center;
	}
.seated-follow-box + div {
    color: var(--orange) !important;
    text-align: center !important;
	    margin: 0px !important;
	}
@media (max-width: 700px){
	.seated-event-row{
		gap: 20px;
		}
	a.seated-event-link.seated-event-link1{
		font-size: 14px;
		}
	.seated-event-details-cell {
		font-size: 12px;
		}
	.seated-follow-link, .seated-follow-link:visited{
		font-size: 13px !important;
		}
	}
a.seated-event-link.seated-event-link1:hover{
	background-color: var(--orange);
	border: 2px solid var(--orange);
	}

#merch{
	background-color: var(--blue);
	}
#merch h1{
	color: var(--orange);
}
.merchImage {
    width: 100%;
    height: 0px;
    display: flex;
    padding-bottom: 100%;
    position: relative;
	}
.merchItem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;	
	}
.merchTitle {
    text-align: center;
    color: var(--beige);
    text-decoration: none;
    line-height: 1.2em;
	padding-top: 20px;
	}

.merchLinks{
	display: flex;
    gap: 20px;
    justify-content: center;
	padding-top: 50px;
	flex-wrap: wrap;
	}
.merchLinks a{
	padding: 10px 20px 7px 20px;
    border: 2px solid var(--beige);
    color: var(--beige);
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    margin: 0;
	transition: all 0.2s ease;
	}
.merchLinks a:hover{
	border: 2px solid var(--orange);
    color: var(--orange);
	}
@media (max-width: 700px){
	.merchLinks{
		gap: 10px;
		}
	}
#video{
	
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
	}
.splide__arrow{
	background-color: transparent;
	border-radius: 0;
	width: 50px;
	height: 50px;
	}
.splide__arrow svg{
	fill: var(--beige);
	height: 100%;
    width: 100%;
	}
.splide__arrow--prev svg {
    transform: scaleX(1) !important;
	}
#laylo {
    background-color: var(--beige);
	}
#laylo h1{
	color: var(--orange);
}
.layloInner{
	height: 175px;
    max-width: 800px;
	margin: 0 auto;
}
#contact{
	background-color: var(--blue);
	color: var(--beige);
	text-align: center;
	line-height: 1.4em;
	}	
#contact h1{
	color: var(--orange);
	}
#contact h2{
	color: var(--orange);
	margin-top: 20px;
	}
#contact h2:first-of-type{
	margin-top: 0px;
}
#contact a{
	padding: 10px 20px 7px 20px;
    border: 2px solid var(--beige);
    color: var(--beige);
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
	margin: 20px 5px 0 5px;
	transition: all 0.2s ease;
	}
#contact a + a{
	margin-top: 0px;
	}
@media (max-width: 700px){
	#contact a{
		margin: 20px 2.5px 0 2.5px;
		}
	#contact a + a {
    	margin-top: 10px;
		}
	}
#contact a:hover{
	border: 2px solid var(--orange);
	color: var(--orange);
	}

.pageContent{
	padding: 100px;
	background-color: var(--beige);
}
.pageContent h1{
	color: var(--orange);
}
.pageCopy{
	font-family: "Inter";
	max-width: 900px;
	margin: 0 auto;
	}
.pageContent p{
	margin-top: 20px;
	}
.pageContent p:first-of-type{
	margin-top: 0px;
}
@media (max-width: 700px){
	.pageContent{
		padding: 100px 30px;
	}
}
