/*
Theme Name: Okay Kaya
Author: JAZZatkin
Author URI: http://jazzatkin.com/
Description:
Version: 2022
*/

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}body{line-height:1}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}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{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body{
	font-family: 'Akzidenz-Grotesk BQ';
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	}
img {
    display: block;
	}
a{
	text-decoration: none;
	color: #fff;
	transition: 0.2s color linear;
	}
a:hover {
    color: #dfad72;
	}
p{
	margin-bottom: 25px;
	}
p:last-child{
	margin-bottom: 0px;
	}
span.one{
	font-family: 'Akzidenz-Grotesk BQ';
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 25px;
	}
span.two{
	font-family: minion-pro, serif;
	font-style: italic;
	font-size: 25px;
	line-height: 25px;
	text-transform: unset !important;
	font-weight: normal;
	}
span.three{
	font-family: aktiv-grotesk;
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	font-style: normal !important;
}
.fade{
	opacity: 0;
	transition: opacity 0.5s linear;
	}
.web{
	display: block;
	}
.mob{
	display: none;
	}
@media screen and (max-width: 900px) {
	.web{
		display: none;
		}
	.mob{
		display: block;
		}
	}
#container{
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	}
.menu{
	position: fixed;
	color: #fff;
	}
.topContent{
	width: 100%;
	height: 100vh;
	position: relative;
	}
.landingPage{
	width:100%;
	height:100%;
	position: absolute;
	background-image: url('https://okay-kaya.com/wp-content/uploads/2022/08/jag433.okaykaya.sap_.3k.webp');
	background-size: cover;
	background-position: center center;
	}
.title{
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 150;
	}
.credit{
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 150;
	text-align: right;
	}
.socials{
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 150;
	}
.socials a{
	margin: 0 5px 0 0;
	}
/* RIGHT NAV */
a.burger{
	border: 0;
	color: #fff;
	}
.burgerContainer{
	position: fixed;
    width: 70px;
    height: 70px;
    z-index: 200;
    top: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    transition: 0.7s opacity ease;
    text-align: center;
	opacity: 0;
	}
.burgerContainer.loaded{
	opacity: 1;
	}
.burgerContainer .burger{
	line-height: 70px;
	padding: 0px;
	}
#rightMenu{
	position: fixed;
    width: 100%;
	height: 100vh;
    z-index: 175;
    text-align: left;
    top: 0;
    right: -100%;
	opacity: 0;
    padding: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    transition: 0s right linear 0.5s, 0.5s opacity linear;
	}
#rightMenu .rightMenuInner{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
	font-size: 50px;
	line-height: 60px;
	transition: 0.5s opacity linear 0s, 0s padding linear 0.5s;
	}
#rightMenu .rightMenuInner span.one{
	font-size: 50px;
	line-height: 60px;
	}
#rightMenu .rightMenuInner span.two{
	font-size: 55px;
	line-height: 60px;
	}
#rightMenu.responsive{
	right: 0px;
	opacity: 1;
	backdrop-filter: blur(4px);
    transition: 0s right linear 0s, 0.5s opacity linear;
	}
#rightMenu.menu.responsive .rightMenuInner{
	padding: 0;
	opacity: 1;
	transition: 0.5s opacity linear 0s, 0.5s padding linear 0s;
	}
.menuCredit {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 50px 0;
    font-size: 20px !important;
	}
.menuCredit span.two {
    font-size: 20px !important;
    display: block;
    padding-right: 5px !important;
	}
section{
	width: 100vw;
	}

@media screen and (max-width: 900px) {
	#container {
		width: 100%;
		padding: 0px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		}
	.topContent{
		width: 100%;
		height: 0px;
		padding-bottom: 100%;
		}
	.title {
		position: static;
		display: block;
		padding: 20px;
		width: calc(100% - 90px);
		}
	.burgerContainer{
		position: static;
		}
	.burgerContainer.is-active{
		position: fixed;
		top: 0;
		right: 20px;
		}
	.credit, .socials{
		display: none;
		}
	#rightMenu .rightMenuInner, #rightMenu .rightMenuInner span.one, #rightMenu .rightMenuInner span.two{
		font-size: 35px;
		line-height: 40px;
		}
	.menuSocials{
		margin-top: 20px;
		font-size: 30px;
		line-height: 35px;
	}
	}

/* VIDEO SLIDER */

#video, #music, #store{
	width: 100vw;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	}
#store{
	background-color: #dfad72;
	}
.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative;
	}
.cycle-slideshow {
    width: 100%;
    height: 100%;
	}
.slide{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	vertical-align: top !important;
	}
.slide .slideImgContainer {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
	}
.slide.music .slideImgContainer, .slide.merch .slideImgContainer{
	padding-bottom: 100%;
	}
.slideTitle{
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15%;
    z-index: 150;
    background-color: rgba(0,0,0,0.4);
	transition: 0.5s background-color linear, 0.2s color linear, 0.2s backdrop-filter linear;
	}
.slideTitle span.three {
    text-transform: normal !important;
	}
.slideTitle:hover{
	background-color: rgba(0,0,0,0.4);
	color: #dfad72;
	backdrop-filter: blur(4px);
	}
.slideTitle p{
	transition: 0.2s opacity linear, 0.2s padding linear;
	word-break: break-all;
    white-space: normal;
	}
.slideTitle:hover p{
	/*opacity: 0;
	padding: 20px 0 0 0;*/
	
	}
.cyclePrev{
	position: absolute;
	top: calc(50% + 30px);
	left: 30px;
	transform: translateY(-100%);
	font-size: 30px;
	z-index: 160;
	}
.cycleNext{
	position: absolute;
	top: calc(50% + 30px);
	right: 30px;
	transform: translateY(-100%);
	font-size: 30px;
	transition: color 0.2s ease-in-out;
	z-index: 160;
	}
.cyclePrev:hover, .cycleNext:hover{
    color: #dfad72;
	cursor: pointer;
	}
a.bit-top-track-button {
    display: none !important;
	}
.bit-widget .bit-nav-bar-container{
	display: none !important;
	}
section#tour {
    padding: 60px 0 50px 0;
	}
.bit-event {
    padding: 20px 30px !important;
	align-items: flex-start;
	flex-wrap: nowrap;
	}
.bit-widget .bit-upcoming-events, .bit-widget .bit-past-events{
	margin: 10px !important;
}
a.bit-details {
    flex-wrap: wrap !important;
    align-items: start !important;
	justify-content: flex-start !important;
	}
.bit-titleWrapper {
    width: calc(100% - 260px);
	padding-right: 20px;
	}
.bit-location {
    width: 100% !important;
    padding-left: 260px;
    text-align: left !important;
	}
.bit-venue, .bit-offers, .bit-upcoming-events-show-all-button{
	font-family: 'Akzidenz-Grotesk BQ' !important;
	font-weight: 900 !important;
	font-style: normal;
	text-transform: uppercase !important;
	font-size: 25px !important;
	line-height: 30px !important;
	margin: 0px !important;
	}
.bit-date {
    width: 260px !important;
    display: inline-block;
	color: #fff !important;
	font-family: aktiv-grotesk;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400 !important;
	font-style: normal !important;
	margin: 0px !important;
	text-transform: lowercase !important;
	}
.bit-date:first-letter,
.bit-date:first-line {
  text-transform: uppercase !important;
}

.bit-location, .bit-no-dates-title{
	font-family: minion-pro, serif !important;
	font-style: italic !important;
	font-size: 25px !important;
	line-height: 30px !important;
	text-transform: unset !important;
	font-weight: normal !important;
	margin: 0px !important;
	color: #fff;
	}
@media screen and (max-width: 900px) {
	.bit-event, .bit-location, .bit-titleWrapper {
		width: 100%;
		padding: 0 20px 0 0;
		}
	}
@media screen and (max-width: 600px) {
	.bit-event {
		flex-wrap: wrap;
		}
	.bit-event-buttons{
		width: 100%;
		padding-top: 20px;
		}
	}
.bit-rsvp-container{
	display: none !important;
	}
.bit-details.bit-event-buttons {
    margin: 0px !important;
    flex-direction: column !important;
	}
.bit-button{
	text-align: right !important;
	}
.bit-widget .bit-offers, .bit-upcoming-events-show-all-button{
	background-color: transparent !important;
	border: 0px !important;
	color: #dfad72 !important;
    text-align: center !important;
    border: 1px solid #dfad72 !important;
	padding: 10px 0px !important;
	line-height: 30px !important;
	}
.bit-upcoming-events-show-all-button{
	margin: 20px 30px 0px 30px !important;
	}
.bit-widget .bit-offers:hover, .bit-upcoming-events-show-all-button:hover{
	background-color: transparent !important;
	color: #FFF !important;
	}
.bit-play-my-city-button{
	display: none !important;
	}
.bit-no-dates-container {
	border: 0px !important;
    padding: 50px 0 !important;
    margin: 0px 0 0 0 !important;
	}
.bit-track-button {
    width: calc(100% - 60px) !important;
	margin-top: 20px !important;
	}
.bit-no-dates-container .bit-track-button {
    display: none !important;
}