/*
//
//
// PETER JAMES PRODUCTIONS :: hello@peterjamesproductions.com
//
//
*/


/*
//==============================================
//
// HTML TAGS
//
//==============================================
*/

body {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #444;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: "effra",sans-serif;
	background-color: #eee;
}



h1 {
	font-size: 2.250em;
	line-height: 1.55em;
	font-weight: 700;
	display: inline-block;
	margin-top: -17px; /* counter line-height on top */
	margin-bottom: 5px; /* makes an even 30px spacing */
}

h2 {
	font-size: 1.40em;
	line-height: 1.550em;
	font-weight: 700;
}

a { color: #F5685a; text-decoration: none; }

p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0px; }

img {
	max-width: 100%;
	width: auto/9;
	height: auto;
}

b { font-weight: 700; }

form {}
input[type=email]{
	font-size: 0.882em;
	border:2px solid #ccc;
	padding: 10px; 
	
	/*-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	outline: none;
}

li { list-style: circle; margin-left: 20px; }

em { font-style: italic; }

/*
//==============================================
//
// STRUCTURE
//
//==============================================
*/
.section {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin: 0 auto;
}

.container {
	width: 80%;
	margin: 0 auto;
}

.thin { max-width: 600px; margin: 0 auto; }

.white { background: #fff; }
.grey { background: #eee; }

.block { margin-bottom: 20px; }
.block:last-child { margin-bottom: 0px; }

.blurb { margin-bottom: 20px; }


.button {
	background-color: #F5685a;
	border: 2px solid #F5685a;
	border-bottom: 2px solid #D34638;
	color: #fff !important;
}

.button:hover {
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #F5685a;
	border-bottom: 2px solid #F5685a;
	opacity: 0.75;
	color: #F5685a !important;
}

.disclaimer { font-size: 12px; line-height: 18px; font-style: italic; }

/*
//==============================================
//
// SECTIONS
//
//==============================================
*/




.header {
	background: url('../img/header.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;     
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}


.header .logo { max-width: 400px; margin: 0 auto; }

.header h1 {
	display: block;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 3em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.header h2 {
	display: block;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 2.3em;
}


.footer {
	background: #222;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: cover;     
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.footer h2 { font-weight: 300; margin-bottom: 20px; }
.footer .social { text-align: right; }

.footer .notes { text-align: right; margin-top: 20px; font-size: 12px; color: #777; }
.footer .notes a { color: #777; }


.contact { margin-bottom: 40px; font-size: 1.250em; }

.social {}
.social a {
	display: inline-block;
	opacity: 0.75;
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social a:hover { opacity: 1; }


/* Navigation -------------------------- */
.navigation { 
	background-color: #fff;
	color: #f05a54;
	padding-top: 20px;
	padding-bottom: 20px; 
	padding-left: 20px;
	padding-right: 20px;
}

.navigation .logo {
	max-width: 200px;
	/*display: inline-block;*/
	float: left;
}

.navigation .logocenter { display: none; }
.navigation .links { float: right; margin-top: 16px; }
.navigation .links a {
	margin-right: 30px;
	color: #464646;
	font-weight: 400;
	font-size:1em; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navigation .links a:last-child { margin-right: 0px; }
.navigation .links a:hover { color: #F5685a;/*#43deef;*/ }

.navigation .links .hideonmobile { display: inherit; }

.blog .navigation { border-bottom: 1px solid #eee; }


.mobilelinks { display: none; }


/* Slideshow --------------------------- */
/*.slideshow { height: 500px; overflow: hidden; }*/

.cycle-slideshow .slide img { width: 100%; }
.cycle-slide { width: 100%; }

/* Sign Up ----------------------------- */
.signup #mc_embed_signup { margin-top: 13px }
.signup .mc-field-group { display: inline; }
.signup #mce-responses { display: inline; }
.signup .buttoncontainer { display: inline; }
.signup input[type=email] { width: 200px; }


/*
//---------------------------------------
// Products
//---------------------------------------
*/
.products { margin: 0 auto; background-color: #eee; }
.product { margin: 0 auto; background-color: #fff; border-bottom: 1px solid #ddd; color: #464646; padding-bottom: 10px; }
.product .image, .product .image img { }
.product .point { max-width: 40px; margin: 0 auto; margin-top: -20px; }
.product .title {
	font-weight: 700;
	/*padding-bottom: 12px;*/
	padding-top: 5px;
	z-index: 10;
	height: auto;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product .price {
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 10px;
	color: #777;
}
.product .descr { font-weight: 300; }

.product:hover .title {

}

.description {
	text-align: left;
	padding-left: 20px;
}
.description p:first-child { margin-top: -7px; }

 .price { font-weight: 700; }

.top { border-top: 10px solid #ccc; padding-top: 90px; }

.card .product { margin-bottom: 20px; }

.productpage .audiojs {
	margin: 0;
}

.description .audiojs p:first-child { margin-top: 0px; }




/*
//==========================================================
// 
// DEVICE
//
//==========================================================
*/
@media only screen and (max-width: 1000px) {
	
	
	.products .colspan_1_of_4 {
		width: 49.2%;
		
	}
	
	.products  .colspan_1_of_4:nth-child(2n+1) {
		clear: both;
		margin-left: 0px;
	}
	
	
}

@media only screen and (max-width: 800px) {

	body { font-size: 16px; line-height: 24px; }
	
	.container { width: 92%; }
	
	.artists { width: 90%; }
	
	.signature { max-width: 500px; margin: 0 auto; }
	.header { }
	
	.navigation .links a { margin-right: 10px; } 
}


@media only screen and (max-width: 570px) {
	
	/* HTML Tags -------------------------- */
	body { font-size: 14px; line-height: 22px; }
	
	h1 { margin-bottom: 0px; }
	
	p { margin-bottom: 10px; }
    
	
	
	/* Structure -------------------------- */
	
	.container { width: 96%; }
	.section { padding-top: 50px; padding-bottom: 50px; padding-left: 10px; padding-right: 10px; }
	.signature { max-width: 300px; margin: 0 auto; }
	
	.thin { max-width: 300px; }
	
	.header { padding-top: 50px; padding-bottom: 50px; }
	.navigation .logo { max-width: 250px; display: none; }
	
	.navigation .logocenter { display: block; max-width: 100px; margin: 0 auto; margin-bottom: 15px; }
	
	.header h1 {  font-size: 1.75em; line-height: 1.25em; margin-bottom: 10px; }
	.header h2 {  font-size: 1.25em; line-height: 1.0em; }
	
	/* Navigation -------------------------- */
	.navigation { 
		background-color: #fff;
		color: #f05a54;
		padding-top: 20px;
		padding-bottom: 20px; 
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.navigation .logo {
		max-width: 130px;
		margin-bottom: 10px;
	}
	.navigation .links { float: none; margin-top: 5px; text-align: center; }
	.navigation .links a { margin-right: 5px; margin-left: 5px; } 

	.navigation .links .hideonmobile { display: none; }
	
	.description { padding-left: 0px; }
	

	
	/* Sign Up ----------------------------- */
	.signup input[type=email] { width: 80%; margin-bottom: 15px; }
	.signup .button { width: 80%; }
	
	.footer .social { text-align: center; }
	
	
	.products .colspan_1_of_4 {
		width: 100%;
		
	}

	
}


