@import url("reset.css");
@import url("fonts.css");

/*merge later */

@import url("journal.css");
@import url("unslider.css");
@import url("audioplayer.css");
@import url("footer.css");

@import url("banner.css");


html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-rendering: optimizeLegibility;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	color: #000;
	font-size: 16px; /* default */
	line-height: 1;
	font-family: "GT-Pressura-Light", sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	background: #fff url("assets/bg_pattern_01_400.jpg") 0 0 repeat;
}

img {
	display: block;
	width: 100%;
}

.bgblack { background: #000; color: #fff;}
.bgdark { background: #232323; color: #fff;}
.bgwhite { background: #fff; color: #000;}

a { color: #000;}
.bgwhite a { color: #000;}
a:hover { opacity: 0.65;}

p.button a {
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.4em 1em 0.5em;
	margin: 1em 1em 1em 0;
	letter-spacing: 0.2em;
	background: #000;
	color: #fff;
	border-radius: 3px;
}

/* Typography */

p { line-height: 1.8em;}
section p { margin: 0 0 1em 0;}

h1, h2, h3, h4, h5, h6, strong {
	text-transform: uppercase;
	text-align: center;
}

h1, h2, h3, strong, b {
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

b {
	letter-spacing: 0.01em;
}

em {
	font-family: "GT-Pressura-Light", sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 4em;
	margin: 0.75em 0;
}

h2, h3 {
	font-size: 1.5em;
}
h4, h5 {
	font-size: 1.25em;
}

section h1 {
	letter-spacing: 0.05em;
	margin: 0 0 0.75em 0;
}

section h2 {
	margin: 2em 0 0.5em 0
}

article h2 {
	margin: 1em 0;
	text-align: left;
}


section > h2 {
	margin-top: 4em;
}

img + h2 {
	margin-top: 2em;
}

section h2 + h1 {
	margin: 0.25em 0 0.75em 0;
}

h3.more a,
.bgdark h3.more a,
.bgblack h3.more a {
	font-family: "GT-Pressura-Light", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 1.5em 0.125em 1.5em;
	color: #000;
	border-bottom: 2px solid #000;
	background: url('assets/right-arrow-12x12.png') 95% 50%no-repeat;
}
.bgdark h3.more a,
.bgblack h3.more a {
	color: #fff;
	border-bottom: 2px solid #fff;
	background: url('assets/right-arrow-w-12x12.png') 95% 50%no-repeat;
}

hr.doublestroke {
	border: 1px solid #fff;
	height: 6px;
	border-width: 1px 0;
	width: 22em;
	margin-left: 50%;
	position: relative;
	left: -11em;
}

.capitalize {
	text-transform: capitalize;
}

/* Navigation */

#navwrap-top,
#navwrap-sub {
	position: fixed;
	top: 0;
	height: 70px;
	width: 100%;
	background: #fff;
	z-index: 99;
}

nav {
	display: table;
    	table-layout: fixed;
	margin: 0 auto;
}

nav ul {
	display: table-row;
	margin: 0;
	height: 32px;
}

nav ul li {
	display: table-cell;
    	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 25px 10px;
	width: 12.5%;
}

nav ul li a {
	display: block;
	text-transform: uppercase;
}

nav li.current a,
nav li.current a:hover {
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	opacity: 1;
}

#home,
#logo {
	width: 200px;
	border-top: 1px solid #fff; /* for safari */
	text-indent: -9999em;
	padding: 0 20px;

}

#home a,
#logo a {
	display: block;
	width: 132px;
	height: 32px;
	position: relative;
	top: -7px;
	background: url("assets/jimkroft-132x32.svg") 0 0 no-repeat;
}

#logo {
	display: none;
}

/* Subnav */

#navwrap-sub {
	top: 70px;
	background: #999;
}

#navwrap-sub nav {
	display: block;
}

#navwrap-sub li {
	visibility: hidden; /* hide if not linked */
	font-family: "GT-Pressura-Bold", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	width: 10%;
	color: #ccc;
	padding: 0.35em 0;
}

#navwrap-sub a,
#navwrap-sub li.title {
	color: #fff;
	visibility: visible;
}

#navwrap-sub li.current a {
	color: #000;
}

#navwrap-sub .title,
#navwrap-sub .title a {
	color: #fff;
	font-size: 1.5em;
	position: relative;
	top: -0.25em;
}


/* Wraps global */

#wrap-main {
	border-top: 1px solid transparent;
	margin-top: 70px;
}
#music #wrap-main,
#video #wrap-main,
#pictures #wrap-main {
	margin-top: 140px;
}

.wrap-section {
	padding: 0;
}

.wrap-section section {
	max-width: 1200px;
	margin: 0 auto 4em auto;
	padding: 0 0 4em 0;
}
.wrap-section section.equal {
	margin: 2em auto;
	padding: 4em 0;
}
.wrap-section section.topmar {
	margin: 4em auto 0 auto;
}
.wrap-section section.nopad {
	padding: 0;
}
.wrap-section section.nomar {
	margin: 0 auto;
}

.cols {
	margin: 0 2em;
}

.pad-4 {
	padding: 4em 0
}
.martop-8 {
	margin: 8em 0 0 0;
}
.mar-2 {
	margin: 2em 0
}

/* INDEX */

/* Next Show */

h1.superdate {
	font-size: 10em;
	margin: 0.25em 0;
}
h2.supervenue {
	font-size: 4em;
	margin: 0;
}
h3.supersupport,
h3.superdetails {
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 1em 0;
}
h3.superdetails {
	margin: 4em 0;
}

/* Latest Video */

.video-index {
	margin: 4em 0.5em 8em 0.5em;
	padding: 0 0 2.5em 0;
	background: #fff;
}

.video-index p,
.video-index h3 {
	color: #000;
}
.video-index p {
	padding: 0.5em 1em;
	margin: 0;
}

.video-index h3  {
	color: #000;
	text-align: left;
	padding: 0 0.5em;
	margin: 0;
	position: relative;
	top: 0.75em;
}

/* STORY */

#project-overview {
	background: #fff;
	float: left;
	width: 100%;
	padding: 0 0 3.75em 0;
	margin: 0 0 3.5em 0;
}

.project-card {
	float: left;
	width: 100%;
	background: #fff;
}

.project-card h6 {
	color: #bbb;
	font-size: 5em;
	letter-spacing: 0.1em;
	margin: 1em 0 0.25em 0;
}
.project-card ul {
	font-size: 1.5em;
	line-height: 2.5em;
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.project-card li {
	margin: 0 4em;
	text-align: center;
	min-width: 7em;
	color: #bbb;
	border-bottom: 2px solid #bbb;
}
div.project-descr {
	float: left;
	margin: 2em;
	height: 25em;
}

.completed img:hover {
	opacity: 0.65;
}

.completed h6 {
	color: #000;
}
.completed li {
	color: #000;
	border-bottom: 2px solid #000;
	background: url('assets/right-arrow-12x12.png') 95% 50%no-repeat;
}

/* #previous-projects*/

#previous-projects {
	float: left;
	margin: 1em 0 3em 0;
	width: 100%;
}
#previous-projects h2,
#previous-projects li a {
	color: #fff;
}
#previous-projects h2 {
	margin: 1em 0;
}
#previous-projects ul {
	margin: 0 auto;
	width: auto;
	text-align: center;
}
#previous-projects li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0.5em;
}

/* MUSIC */


.single-cover,
.single-preview {
	width: 50%;
	float: left;
	background: #fff;
}
.single-preview {
	padding: 1em;
}
#music-single h2 {
	text-align: left;
	margin: 1em 0.5em 2.5em 0.5em;
}
.single-preview p {
	margin: 1em 0 0 1em;
}
#music-single ol {
	margin: 4em 0 1em 2em;
	line-height: 2em;
}
#music-single ol li {
	padding-left: 2em
}

/* VIDEO */

.video-preview {
	float: left;
	width: 48%;
	width: calc(100%/2 - 1em);
	margin: 0 0.5em 5em 0.5em;
	padding: 0 0 2.5em 0;
	background: #fff;
}

.video-preview .video-object {
	width: 100%;
}

.video-preview h3 {
	text-align: left;
	padding: 0 0.5em;
	margin: 0;
	position: relative;
	top: 0.75em;
}
.video-preview p {
	padding: 0.5em 0 0.5em 1em;
	margin: 0;
}

/* Video sub-page */

.video-entry {
	float: left;
	margin: 0 0 6em 0;
	background: #fff;
}

.video-object {
	width: 70%;
	float: left;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-desc {
	background: #fff;
	width: 30%;
	float: left;
	padding: 1em;
	text-align: left;
}
p.tag {
	font-size: 0.75em;
	text-transform: uppercase;
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.video-desc h3 {
	text-align: left;
	margin: 0 0 2em 0;
}

/* PICTURES */

p.slider-back,
p.slider-hint {
	float: left;
	width: 50%;
	color: #fff;
	background: url(assets/left-arrow-w-12x12.svg) no-repeat 0 2px;
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.75em;
	padding-left: 2em;
	margin: 0 0 2em 1em;
	cursor: pointer;
}
p.slider-back a {
	color: #fff;
}
p.slider-hint  {
	background: url(assets/left-right-arrow-w-12x12.svg) no-repeat right 4px;
	padding-right: 3em;
	float: right;
	text-align: right;
	margin: -4em 0 2em 0; 
}


/* SHOWS */

table {
	width: 100%;
}

td {
	padding: 0 0.25em;
}

tr {
	border: 1px solid #000;
	border-width: 1px 0;
	font-size: 1em;
	line-height: 4em;
}
td.venue a {
	border-bottom: 1px solid #000;
}

.date, .vendor {
	font-size: 1.5em;
	font-family: "GT-Pressura-Bold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.vendor {
	text-align: right;
	letter-spacing: 0.1em
}

/* shows-archive */

.shows-archive {
	margin-top: 24em;
}

.shows-archive table,
.shows-archive h2 {
	opacity: 0.5;
}

.shows-archive h2 {
	margin: 2em 0;
}
.shows-archive table .vendor {
	opacity: 0;
}

/* CONTACT */

.contact-bar {
	width: 25%;
	float: right;
	margin-top: 4em;
}

.contact-form {
	margin: 0 1em;
	width: 50%;
	float: left;
}

.contact-bar h3 {
	text-align: left;
	margin: 0.75em 0 1.5em 0;
}

.contact-bar ul + h3 {
	margin-top: 4em;
}

.contact-bar ul {
	line-height: 1.5em;
	margin: 1.5em 0;
}

.contact-form label {
	font-size: 1.25em;
	margin: 1em 0 0 0;
	display: block;
}
.contact-form input,
.contact-form textarea {
	font-family: "GT-Pressura-Light", sans-serif;
	font-size: 1.25em;
	color: #999;
	padding-left: 0.75em;
	width: 100%;
	border: none;
}
.contact-form input {
	height: 2.5em;
}

.contact-form textarea {
	margin: 0 0 1em 0;
}

button.zemSubmit {
	font-size: 1.25em;
	font-family: "GT-Pressura-Bold", sans-serif;
	font-style: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: none;
	margin: 0 0 2em 0;
	padding: 0;
	color: #000;
	background: transparent;
	display: block;
	width: auto;
	float: right;
	text-align: right;
}
button.zemSubmit:hover {
	opacity: 0.5;
}
.zemError {
	line-height: 1.8;
}
.zemError li {
	background: #000;
	color: #fff;
	padding: 0 1em;
	margin: 0.5em 0;
}
.contact-form h3 {
	text-align: left;
	margin: 0 0 2em 0;
}

/* Newsletter */

#mc_embed_signup {
	background:#fff;
	clear:left;
	width: 50%;
	margin: 0 auto;
}

/* Error Page */

#error-page section {
	width: 420px;
	margin: 8em auto 4em auto;
}
#error-page section a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* #################
Media Queries
################# */

@media screen and (max-width: 480px) {
	#navwrap {
	width: 100%;
	}
	nav {
	margin: 0.5em 0;
	padding-bottom: 0.5em;
	background: #fff;
	width: 100%;
	min-width: auto;
	max-width: auto;
	}
	#home {
	display: none;
	}
	#logo {
	display: block;
	width: auto;
	margin: 0 0 0 50%;
	padding: 10px 0 0 0;
	}
	#logo a {
	position: relative;
	top: 0;
	left: -66px; /* 132 ÷ 2*/
	}
	nav ul {
	padding: 16px 0 8px 0;
	float: left;
	background: #fff;
	height: auto;
	}
	nav ul li {
	float: left;
	display: inline-block;
	width: 25%;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 0.9em;
	}

	/* Subnav */

	#navwrap-sub {
	top: 8em;
	background: #999;
	}

	#navwrap-sub nav {
	width: auto;
	background: #999;
	}
	#navwrap-sub nav ul {
	background: transparent;
	}

	#navwrap-sub ul li {
	padding: 0 0.5em;
	width: auto;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0.25em;
	}
	#navwrap-sub a {
	letter-spacing: 0.1em;
	}

	#navwrap-sub .title,
	#navwrap-sub .title a {
	font-size: 1.1em;
	position: relative;
	top: 0.15em;
	}


	#wrap-main {
	padding: 4em 0 0 0;
	width: auto;
	}

	h1 {
	font-size: 3em;
	}

	#previous-projects li {
	font-size: 0.9em;
	margin: 0 0.25em;
	}
	/* INDEX */

	/* Next Show */

	h1.superdate {
	font-size: 4em;
	}
	h2.supervenue {
	font-size: 1.5em;
	}
	h3.supersupport,
	h3.superdetails {
	font-size: 1.25em;
	}

	/* music single */
	.single-cover,
	.single-preview {
	width: 100%;
	}

	/* VIDEO */

	.video-preview {
	float: left;
	width: 100%;
	margin: 0 0 3em 0;
	padding: 0 0 2.5em 0;
	background: #fff;
	}
	.video-preview h3 {
	font-size: 1em;
	}

	.video-entry {
	margin: 0 0 4em 0;
	}

	.video-object-100,
	.video-object,
	.video-desc  {
	width: 100%;
	}

	.video-desc h3 {
	text-align: left;
	margin: 0 0 1em 0;
	}

	/* SHOWS */

	table {
		width: auto;
		min-width: 360px;
		margin: 0 0.5em;
		font-size: 0.85em;
	}

	.date, .vendor {
		font-size: 1em;
	}

	/* CONTACT */

	.contact-bar {
	width: 100%;
	float: none;
	margin: 8em 1em 2em 1em;
	}
	.contact-form {
	float: none;
	width: auto;
	}

	/* Newsletter */
	#mc_embed_signup {
	width: 100%;
	margin: 0;
	}

}

@media screen and (min-width: 481px) and (max-width: 768px) {
	nav {
	width: 700px;
	}
	nav ul li {
	padding: 25px 0;
	}
	#home, #logo {
	width: 64px;
	}
	#home a, #logo a {
	display: block;
	width: 32px;
	height: 32px;
	background: url("assets/jk-32x32.svg") 0 0 no-repeat;
	}
	/* STORY */

	div.project-descr {
	height: 25em;
	}
	.project-card {
	width: 50%;
	}
	.project-card img {
	padding: 0 0.5em 0 0;
	}
	.project-card:nth-child(even) img {
	padding: 0 0 0 0.5em;
	}


	/* MUSIC */

	#music-single ol {
	margin: 1em 0 1em 2em;
	line-height: 1.5em;
	}
	#music-single h2 {
		margin-bottom: 1em;
	}

	/* VIDEO */

	.video-preview {
		padding-bottom: 1.5em;
	}
	.video-preview h3 {
		font-size: 1em;
	}

	/* SHOW */

	table {
	width: 720px;
	margin: 0 auto;
	}

	.contact-bar {
	width: 30%;
	float: left;
	margin: 0 0 2em 4em;
	}
}

/* Desktop */

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

	nav {
	min-width: 960px;
	max-width: 1200px;
	}

	.cols {
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	}
	.two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	}
	.project-card {
	width: 33.2%; /* fallback */
  	width: calc(100%/3);
	}
	.project-card:nth-child(1) img,
	.project-card:nth-child(4) img {
	padding: 0 0.5em 0 0;
	}
	.project-card:nth-child(2) img,
	.project-card:nth-child(5) img {
	padding: 0 0.25em;
	}
	.project-card:nth-child(3) img,
	.project-card:nth-child(6) img {
	padding: 0 0 0 0.5em;
	}
}
