/*
Theme Name: Quantum Boogie
Author: Kenji Toyooka
Description: Quantum Boogie Album
Version: 1.0
Text Domain: twentyfourteen
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	background-color: #000000;
	font-family: 'Roboto';
	overflow-x: hidden;
	margin: 0;
}

/* Typography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

p {
	font-family: sans-serif;
	font-weight: 500;
	margin: 0 0 10px;
	font-size: 13px;
}

a {
	font-family: inherit;
	text-decoration: none;
	color: #ffffff;
}

a:focus, a:hover, a:visited {
	text-decoration: none;
}

b {
	font-weight: 600;
}

em {
	font-style: italic;
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

h1 {
	margin-top: 0.2em;
	text-align: center;
}

h2 {
	margin-top: 0.2em;
	text-align: center;
}

h3 {
	margin-top: 0.2em;
	text-align: center;
}

h4 {
	margin-top: 0.2em;
	text-align: center;
}

h5 {
	margin-top: 0.2em;
}

h6 {
	font-size: 17px;
	margin-top: 0.2em;
}

li {
	font-weight: 500;
    margin-bottom: 0.5em;
    padding-left: 1.3em;
	padding-right: 2em;
}

ul, ol {
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: 2em;
}

li > ul, li > ol {
	margin-top: 0.5em;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6, ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6 {
	margin-top: 1em;
}

article.page > .entry-content > h1, article.page > .entry-content >  h2, article.page > .entry-content >  h3, article.page > .entry-content >  h4, article.page > .entry-content >  h5, article.page > .entry-content >  h6 {
	text-align: center;
}

hr {
	background-repeat: repeat-x;
	background-size: auto 10px;
	background-position: center center;
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
	height: 1.5em;
}

/* Common Tags - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.button {
	background-color: transparent;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	padding: 0.7em 0.5em;
	margin: 0.8em 0.5em 0.2em 0.5em;
	min-width: 120px;
	cursor: pointer;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

.button:hover {
	background-color: #ffffff;
	color: #000000;
}

.close_button {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.close_window {
	background-color: RGBa(0, 0, 0, 0.7);
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	display: none;
	z-index: 10;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

.window {
	position: fixed;
	left: 50%;
	top: -540px;
	width: 80%;
	height: 540px;
	z-index: 20;
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin-top: -270px;
	margin-left: -40%;
	padding: 2.5em 3em;
	background-color: RGBa(0, 0, 0, 0.92);
	color: #ffffff;
	overflow-y: auto;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

/* Content - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page {
	background-color: transparent;
	font-family: sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 13px;
	width: 100vw;
	overflow: hidden;
}

#title_site {
	position: absolute;
	width: 400px;
	max-width: 90%;
	left: 50%;
	top: 20px;
	transform: translate(-50%,0);
	z-index: 100;
}

#albums {
	position: absolute;
	white-space: nowrap;
	top: 60px;
	bottom: 0;
	left: 0;
	z-index: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

.album {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 20%;
	position: relative;
	width: 100vw;
	height: 100%;
	display: inline-block;
	box-sizing: content-box;
}

.album_title {
	width: 300px;
	max-width: 70%;
	margin-bottom: 20px;
}

.album_text {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	white-space: normal;
}

#main {
	background-color: #000000 !important;
	min-height: 100vh;
	text-align: center;
}

#sub {
	background-color: #ddd9cc !important;
	text-align: center;
	color: #000000;
}

#sb_instagram .sbi_header_text {
	color: #000000;
}

#sb_instagram #sbi_load {
    padding-bottom: 3em;
}

#footer {
	background-color: #222222 !important;
	text-align: center;
	color: #ffffff;
	padding: 5em 0;
}

/* Contact Form - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.wpcf7-form p {
	margin: 0;
}

.wpcf7-form label {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 10px;
	text-align: center;
}

.wpcf7-form input {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
	max-width: 100%;
	width: 300px;
	padding: 0.2em;
	text-align: center;
}

.wpcf7-form textarea {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
	max-width: 100%;
	width: 300px;
	padding: 0.2em;
	margin-bottom: 10px;
	text-align: center;
	height: 6em;
}

.wpcf7-form input.wpcf7-submit {
	background-color: transparent;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	padding: 0.7em 1.2em;
	margin: 0 auto;
	max-width: 100%;
	width: 300px;
	cursor: pointer;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}

.wpcf7-form .wpcf7-response-output {
	margin: 0;
}

.wpcf7-form .wpcf7-recaptcha > div {
	margin: 0 auto 1em auto;
}

/* Media Conditions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 700px) {
	.window {
		width: 560px;
		margin-left: -280px;
	}
}

@media (max-width: 250px) {
	.window {
		width: 200px;
		margin-left: -100px;
	}
}
	
@media (max-width: 700px) {
	#album_art {
		background-size: 700px auto;
	}
}
	
@media (max-height: 650px) {
	#title_site {
		margin-top: 10px;
	}
	#cover_text {
		position: relative;
		bottom: initial;
		padding-bottom: 30px;
	}
	#album_art {
		background-position: center 50px;
		position: relative;
		top: 0px;
		height: 500px;
	}
}

@media (max-height: 600px) {
	.window {
		height: auto;
		max-height: 90vh;
		margin-top: -200px;
		padding: 0.5em 2em;
	}
	.wpcf7-form textarea {
		height: 3em;
	}
	.wpcf7-form-control iframe {
		height: 110px;
	}
	.wpcf7-form-control > div {
		height: 110px !important;
	}
	.close_button {
		right: 10px;
		top: 10px;
	}
}

