@charset "UTF-8";
/* CSS Document */
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, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}




/*************************************/
/******** GENERAL CSS ********/
/*************************************/

/* SHRINK HOVER SETTINGS */
.hvr-shrink {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}


.opacity:hover { opacity: 0.7; }

img { width: 100%; }

.mobile { display: none; }

.center { margin: 0px auto; text-align: center; }

a {text-decoration: none;}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/*****************************/
/******** LAYOUT ********/
/****************************/

body {
	background-color: #fff;
	padding: 25px 0px 20px 50px;
	overflow-y: scroll;
	color: #000;
	font-family: 'Muli', sans-serif;

}

.sticker {
	width: 100%;
	max-width: 150px;
	margin-left: -100px;
	padding-bottom: 10px;
	
	
}

.wrapper {
	min-height: 100vh;
}


/*****************************/
/******** HEADER ********/
/*****************************/

.header-container {
	border: 0px solid #fff;
}

.header-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header-image {
	width: 90%;
	max-width: 300px;
	padding-left: 20px;
}


.menu-toggle-container {
	align-self: top;
}

.menu-open {}

.menu-close {}


.nav-toggle {
	color: #dde677;
	font-weight: 100;
}

#menu-open {
	font-size: 2em;
}

#menu-close {
	display: none;
	font-size: 2.5em;
	margin-top: -10px;
}


/*******************************/
/******** CONTENT ********/
/*******************************/
.content-container {
	display: flex;
	flex-direction: row;
	border: 0px solid #000;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}


.content-col {
	
}

#column-1 {
	width: 20%;
	max-width: 150px;
}

#column-2 {
	border: 0px solid #083;
	width: 100%;
	margin-left: 50px;
}

.menu {
	padding-top: 50px;
}

.menu-item {
	
}

.social-container {
	display: flex;
	flex-direction: row;
	width: 150px;
	justify-content: space-between;
	border: 0px solid #fff;
}

.social-item {
	font-size: 1.2em;
	color: #dde677;
	
}

.spotify-follow-button {
	margin-top: 60px;
}


/******************************/
/******** HOME ********/
/******************************/

.home-section {}

.home-container {
	width: 100%;
	margin: 0px auto;
	max-width: 800px;
	display: flex;
	flex-direction: row;
}


.home-album-title {
	width: 30%;
	margin: 0px auto 10px;
}

.home-header-text {
	text-transform: uppercase;
	color: #dde677;
	text-align: center;
}

.home-music-container {
	display: flex;
	flex-direction: column;
	margin: -10px auto 0px;
	justify-content: center;
	border: 0px solid #000;
	
}

.home-album-cover {
	width: 500px;
	margin: 0px auto;
	border: 0px solid #000;
	
}

.home-button-container {
	margin-left: 10px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border: 0px solid #000;
	max-width: 500px;
}

.home-button-col-1 {
	width: 50%;
	border: 0px solid #000;
}

.home-button-col-2 {
	width: 50%;
	border: 0px solid #000;
}
.home-button-item {
	width: 100%;
	padding: 10px 0px;
	margin: 0px auto;;
	text-align: center;
	color: #dde677;
	text-transform: uppercase;
}



.dsp-title-image {
	width: 67%;
	vertical-align: center;
	align-self: center;
	margin: 0px auto;
}

.home-button-item i {
	vertical-align: center;
	align-self: center;
}

.desktop-dsp-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 0px solid #000;
	right: 0px;
	margin-top: -50px;
	width: 200px;
	
}

/******************************/
/******** MUSIC ********/
/******************************/

.music-section {display:none;}

.music-container {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	box-sizing: border-box;
}

.mini-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mini-item img{
	width: 90%;
	border: 3px solid #000;
}

.mini-item:hover img{
	border: 3px solid #dde677;
}

.mini-item:hover > .video-page-play-button {
	color: #dde677;
}

.stream-container {
	margin-top: 25px;
}

.complete-playlist-stream {
	
}

.music-album-info {
	
}

.music-album-title {
	font-size: 1.5em;
	font-weight: 600;
	color: #dde677;
	text-transform: uppercase;
}

.music-album-info {
	font-size: 0.9em;
	
}

.abysmal-thoughts-stream, .encyclopedia-stream, .portamento-stream, .the-drums-stream, .summertime-ep-stream {
	display: none;
}


/* SPOTIFY EMBED */

.track-container {
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
}


.track {
    position: relative;
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    height: 300px;
}

.track iframe,
.track object,
.track embed {
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}


/******************************/
/******** VIDEOS ********/
/******************************/

.videos-section {display:none;}


.video-container {
	margin: 0px auto;
	padding: 0% 0% 20px 0%;
	max-width: 750px;
}

.home-video-container {
	margin: 0px auto;
	padding: 0px;
	max-width: 750px;
	width: 100%;
	position: relative;
}

.video-thumb img {
	border: 3px solid #fff;
}

.home-play-container {
	 position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
}

.center-play-button {
   
    font-size: 60px;
}

.center-play-button a {
	color: #000;
}

.center-play-button a:hover {
	color: #d42027;
}

.video {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom:53%; /* 16:9 */
  padding-top: 23px;
  margin-bottom: 0px;
border: 3px solid #fff;
		
  }

.video iframe {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
 }




.video-page-layout {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
}

.video-page-item {
	margin-bottom: 20px;	
	cursor: pointer;
	width: 48%;

}

.home-video-item{
	margin-bottom: 15px;	
	cursor: pointer;
	width: 100%;
	max-width: 350px;
	

}





.video-page-play-button {
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		content: "\f144";
		font-family: FontAwesome;
		font-size: 30px;
		color: #fff;
		opacity: .8;
		text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
		}

.video-page-play-button a {
	color: #fff;
}

.video-page-thumb img {
	border: 3px solid #fff;
}

.video-page-thumb:hover img {
	border: 3px solid #dde677;
}

.video-page-thumb:hover > .video-page-play-button {
	color: #dde677;
}

.video-page-title {
	text-align: center;
	text-transform: uppercase;
}

/******************************/
/******** LYRICS ********/
/******************************/

.lyrics-section {display:none; text-transform: uppercase; text-align: center;}

.lyrics-song {
	padding-bottom: 25px;

}

.lyrics-song-title {
	font-size: 1.5em;
	color: #dde677;
	font-weight: 600;

}

/******************************/
/******** SHOWS ********/
/******************************/

.shows-section {display:none;}

.shows-container {
	width: 90%;
	max-width: 500px;
	margin: 0px auto;
}

.bit-widget .bit-venue {
	color: #000 !important;
}

.bit-widget .bit-event .bit-date {
	color: #dde677 !important;
	text-transform: uppercase;
	font-size: 1.2em;
}

.bit-widget .bit-event .bit-location {
	color: #000 !important;
	font-weight: 400 !important;
}

.bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button, .bit-widget .bit-nav-bar-container .bit-nav-bar {
	display: none !important;
}

.bit-widget .bit-event {
	color: #000 !important;
}


/******************************/
/******** CONTACTS ********/
/******************************/

.contacts-section {display:none; text-align: center;}

.contact-header {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #dde677;
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-item {
	text-transform: uppercase;
	letter-spacing: 0px;
}

.contact-item a, .contact-item a:active, .contact-item a:visited {
	color: #dde677;
	;
}

.contact-item a:hover {
	opacity: 0.7;
}


/******************************/
/******** SUBSCRIBE ********/
/******************************/

.subscribe-section {display:none; border: 0px solid #fff;}

.subscribe-container {
	width: 90%;
	max-width: 400px;
	margin: 0px auto;
}

.mailing-list-header {
	font-size: 1.3em;
	font-weight: 600;
	color: #dde677;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.form-input input {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid #dde677;
	background-color: rgba(0,0,0,0);
	color: #dde677;
	font-size: 16px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dde677;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #dde677;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #dde677;
}
:-moz-placeholder { /* Firefox 18- */
  color: #dde677;
}

.form-select select, .form-select option {
	pading: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0);
	color: #dde677;
	font-size: 16px;
	border: 1px solid #dde677;
}

#fieldekuyud{
	padding: 10px;
	font-size: 16px;

}
#fieldekuyud option{
	background-color: #6f9ba8;
	font-size: 16px;
}

.form-toggle-section {
	font-size: .8em;
	text-transform: uppercase;
	vertical-align: center;
}

.mailing-list-terms {
	font-size: .6em;
	text-transform: uppercase;
	text-align: justify;
	margin-bottom: 10px;
}

.mailing-list-terms a {
	color: #dde677;
}

.form-button button{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: none;
	color: #dde677;
	background-color: #68cedd;
	border: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3em;
	margin-top: 10px;
}

.form-button:hover button{
	cursor: pointer;
}














/******************************/
/******** FOOTER ********/
/******************************/

.footer-container {
	font-size: .6em;
	text-align: right;
	padding-right: 20px;
}

.footer-container a {
	color: #dde677;
}

.footer-container a:hover {
	opactiy: 0.7;
}







/******************************/
/******** MOBILE MENU ********/
/******************************/

.mobile-menu {
	display: none;
	border: 0px solid #fff;
	width: 90%;
	margin: 75px auto 0px;
	padding-top: 5%;
}






/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 50px #68cedd; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dde677; 
  border-radius: 10px;
}



@media screen and (min-width: 781px) and (max-width: 995px){

	.tablet {
		display: inline-block;
	}
	
	.tabletHide {
		display: none;
	}
	
	body {
		padding: 25px 20px;
	}	

	
	.home-container {
		width: 100%;
		justify-content: space-between;
		margin: 0px auto;
	}
	
	#column-2 {
		margin-left: 0px;
	}
	
	.column-1 {
		display: none;
	}
	

	.mobile-menu {
		display: none;
		border: 0px solid #fff;
		width: 75%;
		margin: 0px auto;
		max-width: 170px;
	}

	.menu {
		padding-top: 0px;
	}
	
	
	
}







@media screen and (max-width: 780px) {
.mobile {
		display: inherit;	
	}
	
.desktop {
		display: none;
}
	
	body {
		padding: 25px 20px;
	}	
	
	.menu {
		padding-top: 00px;
	}

	.spotify-follow-button {
		padding-top: 10px;
	}
	
	.home-container {
		width: 100%;
		margin: 0px auto;
	}
	
	
	
	
	
	.header-image {
		width: 70%;
		max-width: 300px;
		padding-left: 0px;
	}

	
	
	.home-music-container {
		flex-direction: column;
	}
	
	.home-album-cover {
		width: 65%;
		max-width: 400px;
	}
	
	.home-button-container {
		margin: 12px auto 0px;
	}
	
	.home-button-item {
		width: 100%;
	}	
	
	
	
	

	#column-2 {
		margin-left: 0px;
	}
	
	
	.content-container {
		padding: 25px 0px;
	}


	.sticker {
		width: 25%;
		max-width: 1800px;
		position: fixed;
		top: 90px;
		right: 10%;
	}


	
	
	/** LYRICS **/
	.lyrics-song-title {
		font-size: 1.3em;
	}
	
	.lyrics-section {
		font-size: 0.8em;
	}

	
	
	/******************************/
	/******** MOBILE MENU ********/
	/******************************/

	.mobile-menu {
		display: none;
		border: 0px solid #fff;
		width: 75%;
		margin: 0px auto;
		max-width: 170px;
	}

	

}









