	/*

Theme Name:     Kampta
Description:    Custom theme from I Can Make You Website
Author:         Dave Hall
Template:       storefront
Theme URI:      http://www.icanmakeyouwebsite.com/

*/

@import url("../storefront/style.css");

*, h1, h2, h3, h4, h5, h6, input {
	font-family: 'PT Sans';
}
h1, h2, h3, h4, h5, h6 {
	color: #fef3c7;
}
a {
	color: #FDF4C1;
}

body {
	background-size: cover;
	font-size: 14px;	
	line-height: 1.3;
}
body, button {
	color: #eee;
}

.backing {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 200px 50px #000;
	z-index: -1;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	opacity: 0;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
}
.backing.in {
	opacity: 1;
}
.bhook .backing {
	display: none;
}
.bhook .backing:nth-last-child(1),
.bhook .backing:nth-last-child(2) {
	display: block;
}
.category-blog.backing {
	background-position: 50% 0;
}
@media all and (max-width: 600px) {
	.backing {
		background-size: 100% auto;
		display: none;
	}
	body {
		background: url('1.jpg');
		background-size: 200% auto;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	img.site-logo {
		margin-top: 16px !important;
	}
}

button.menu-toggle, .handheld-navigation {
	position: fixed;;
	top: 0;
	left: 0;
	width: 100%;
}
button.menu-toggle {
	left: 0;
	margin: 0;
}
.handheld-navigation {
	top: 30px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	line-height: 1.8;
}


.site-header, .site-footer {
	background: none !important;
}

.home .entry-header {
	display: none;
}

.category-projects .cat-links, .category-projects .posted-on {
	display:none;
}
.category-music .posted-on {
	position: relative;
	top: 56px;
	left: 3px;
}
.byline {display: none !important;}

.category-blog header.page-header {
	display: none;
}

.entry-content, .hiddenTubePress  {
	text-shadow: 0 2px 3px #000;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}


footer .col-full {
	max-width: none;
	text-align: center;
	text-shadow: 0 2px 3px #000;
}

.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
	width: auto;
	margin: 0;
	float: none;
}

.menu a {
	padding: 0 1em !important;
}

a:focus {
	outline: none !important;
}
ul.menu li.current-menu-item > a {
	color: #fff !important;
}


.site-main, .page-template-template-homepage .site-main {
	margin: 0px;
	padding: 2.8em 0px 0px;
}

.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link,
.site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	margin: 0 auto;
}

.hentry {
	margin: 0;
    padding: 0;
    border: none;
}
.no-wc-breadcrumb .site-header {
	margin-bottom: 0;
}

.social a {
	display: inline-block;
	background-size: contain;
	height: 22px;
	width: 22px;
	margin: 0 5px;
	opacity: 0.8;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: drop-shadow(0 2px 3px #000);
}
.social a:hover {
	opacity: 1;
}

a.facebook {background-image: url('facebook.png'); }
a.twitter {background-image: url('twitter.png'); }
a.soundcloud {background-image: url('soundcloud.png'); }
a.linkedin {background-image: url('linkedin.png'); }

.player {
	padding: 5px 1em;
	background: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	text-align: center;
	position: fixed;
	bottom: -30px;
	left: 0;
	right: 0;
	transition: all 0s;
	-webkit-transition: all 0s;
	opacity: 0;
	z-index: 1000;

}
.loaded .player {
	bottom: 0;
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.page .player {
	position: relative;
	background: rgba(0, 0, 0, 0.4);
}

.hentry .entry-header {
	margin-bottom: 2.2em;
}

/* Animations in */
p, .hentry .entry-header, .hentry *:not(.box) {
	opacity: 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
p:nth-child(1) {
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
}
.hentry .entry-header {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.hentry .entry-header h1 {
	transform: translate(0,15px);
	-webkit-transform: translate(0,15px);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	border-bottom: none;
	font-variant: small-caps;
}
.loaded p, .loaded .hentry .entry-header, .loaded .hentry .entry-header h1, .loaded .hentry *:not(.box) {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}

#colophon {
	margin-bottom: 30px;
}
.page #colophon, .ios #colophon, .android #colophon {
	margin-bottom: 0;
}


@media all and (min-width: 768px) {

	.main-navigation {
		padding: 5px 1em;
		background: rgba(0, 0, 0, 0.4);
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		text-align: center;
	}
	.home .entry-content {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		text-align: justify;
	}
	.home .page .entry-content p {
		text-indent: 3em;
	}
	.home .page .entry-content p:nth-child(1) {
		text-indent: 0;
	}
	.home .entry-content p + p {
		margin-top: -1.5em;
	}
	.home .entry-content p:last-child:after {
		content: '';
		background: #fff;
		display: inline-block;
		vertical-align: bottom;
		width: 0.9em;
		height: 0.9em;
		margin: 0.1em 0 0.2em 0.5em;
	}
	.home .entry-content p:first-child:first-letter {
		float: left;
		font-size: 6.2em;
		line-height: 67px;
		padding-top: 0px;
		padding-right: 4px;
		padding-left: 0;
		margin-left: -5px;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	}

	@-moz-document url-prefix() {
		.home .entry-content p:first-child:first-letter {
			padding-top: 6px;
		}		
	}

	.entry-content blockquote p:first-child:first-letter {
		float: none;
		font-size: inherit;
		line-height: inherit;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0px;
		margin-left: 0;
		text-shadow: inherit;
	}

}



pre {
	background: rgba(0, 0, 0, 0.5) !important;
}


html {
	overflow-y: scroll;
}

.page-template-template-gallery .entry-header { display: none;}

@media all and (min-width: 600px) {

	.page-template-template-gallery .entry-content {
		overflow: hidden;
		height: 500px;
		position: absolute !important;
		left: 0px;
		right:0;
	}
	.page-template-template-gallery .entry-content a img {
		display: none;
		/*position: fixed;*/
		/*top: -9999px;*/
	}

	.page-template-template-gallery .player {
		margin-top: 500px;
	} 
	.page-template-template-gallery .site-main {
		padding: 0px 0 0;
	}

	.page-template-template-gallery .content-area {
		margin-bottom: 0;
	}
	header .col-full {
		max-width: none;
		text-align: center;
	}

}


.boxx {
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

.hiddenTubePress {
	max-width: 800px;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
@media all and (max-width: 600px) {
	.hiddenTubePress {
		display: none;
	}
}
.page-id-21 .hiddenTubePress  {
	height: auto;
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	margin: 20px auto;
	display: block;
}
.tubepress-big-title {
	text-align: center;
	padding: 5px;
}

.page-id-21 .site-content .col-full {
	display: none;
}
/* MUSIC PLAYER */

.player iframe {
	width: 1px;
	height: 1px;
	position: fixed;
	top: -100px;
}
.ios .player iframe, .android .player iframe {
	width: 100%;
	height: 350px;
	position: static;
	top: 0;
}
/* For iOS etc. hide everything else and just show iframe */
.player-inner {
	max-width: 912px;
	margin: 0 auto;
}
.ios .player-inner, .android .player-inner {
	display: none
}

.ios .player, .android .player {
	position: static !important;
}

.tracklist {
	position: fixed;
	z-index: 2;
	top: 10%;
	left: 25%;
	right:25%;
	max-height: 80%;
	margin: 0 auto;
	padding: 1em;
	overflow-y: auto;
	width: auto;
	text-align: left;
	font-size: 13px;
	background: #ffe;
	pointer-events: none;
	display: block;
}
.tracklist.up {
	pointer-events: auto;
	opacity: 1;
}

a.tracklink.nowplaying {
	font-weight: bold;
}

.tracklist {
	background: rgba(40, 50, 50, 0.9);
	border-radius: 5px;
	border: 1px solid #555;
	box-shadow: inset 0 1px 5px #000, 0 10px 25px rgba(0, 0, 0, 0.5), inset -40px -150px 150px #000;
	opacity: 0;
	padding-top: 1em;
	transform: scale(3);
	-webkit-transform: scale(3);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.tracklist.up {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
a.tracklink {
	color: #eee !important;
	text-shadow: 1px 1px 0 #000;
}
a.tracklink:hover {
	color: #f66 !important;
}
a.tracklink.nowplaying {
	color: #ffc !important;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), 0px -25px 40px -30px rgba(100, 100, 60, 0.9) inset;
	display: inline-block;
	width: auto;
	padding: 4px 16px 4px 6px;
	margin-left: -6px;
	border-radius: 4px;
	min-width: 40%
}
.closer {
	display: block;
	border-radius: 14px;
	padding: 2px 14px;
	background: rgba(180, 50, 0, 0.9);
	position: absolute;
	top: 5px;
	right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	box-shadow: 0px 2px 4px rgb(221, 221, 187) inset;

}
.closer:hover {
	background: #ffc;
	color: #000;
}

a.control {
	font-size: 20px;
	margin: 0 2px;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	float: left;
	width: 24px;
	text-align: center;
	font-family: Times, serif;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	color: #FDF4C1;
}
a.info {
	font-style: italic;
}
a.prev, a.next {
	font-size: 14px;
	margin: 2px 7px 0 2px;
}
a.control:hover {
	color: #fc9;
	text-shadow: 0 0 20px rgba(255, 255, 240, 0.5);
}


a.toggle, .playing a.play, a.pause {
	display: none;
}
.playing a.pause {
	display: inline-block;
}


.track-title {
	display: inline;
	float: right;
	font-size: 14px;
	margin: 0;
	min-width: 200px;
	text-align: right;
}

.progress {
	height: 100%;
	background: rgba(255, 255, 210, 0.3);
	box-shadow: inset -1px 1px 1px #fff;
	pointer-events: none;
	width: 0;
}
.playing .progress {
	background: rgba(255, 255, 210, 0.5);
}

.progress-container {
	height: 4px;
	overflow: hidden;
	background: #111;
	box-shadow: inset 0 1px 1px #666;
	display: inline-block;
	border-radius: 10px 10px 0 0;
	width: 45%;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	margin: 5px;
}

.progress-container, .progress {
	transition: background 0.4s, box-shadow 1s;
	-webkit-transition: background 0.4s, box-shadow 1s;
}


.playing .progress-container {
	background: #444;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.1), inset 0 1px 1px #999;;
}
.playing .progress-container:hover {
	box-shadow: 0 0 18px rgba(255, 255, 255, 0.25), inset 0 1px 1px #999;;
}
.playing .progress-container:hover .progress {
	background: rgba(255, 100, 100, 0.5);
}

article.page header.entry-header img {
	display: none;
}