/*
Theme Name: 	JuliePrice
Description: 	Especially designed for Julie Price
Version: 		1.0
Author: 		Craig Cooper
Author URI: 	http://www.craigomatic.co.uk
Tags: 			JuliePrice, artist, clean, responsive
*/

@import "css/twelvecolstandard.css";
/* ====================================
GENERAL REFERENCE
Grid: 960px  12 column
COLOURS:
	Text:		#666
	hover:		#404040
========================================*/

/* ==================== 
BASICS 
==================== */

body {
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	padding-top: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
}

p {
	padding: 0;
}

h1,
h1 a {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	height: 50px;
	border-bottom: solid 1px #666;
}

h1 a {
	border-bottom: none;
}

h2,
h2 a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

h3,
h3 a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}

h4,
h4 a {
	font-size: 16px;
}

h5,
h5 a {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}

h6,
h6 a {
	font-weight: 700;
}

a:link,
a:visited,
a:active {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #000;
}

::selection {
	background: #666;
	color: #FFF;
}

::-moz-selection {
	background: #666;
	color: #FFF;
}


/* ==================== 
HEADER 
==================== */

/* ==================== 
NAVIGATION 
==================== */

.pageimg {
	width: 60px;
	height: 60px;
	margin: 10px;
	float: left;
}

.nextback {
	float: right;
	height: 20px;
}

.nextback a {
	display: inline-block;
	text-align: right;
}

.current-menu-item a,
.home .menu-item-547 {
	color: #000;
}

.menu-link {
	/* responsive menu toggle */
	display: none;
	text-decoration: none;
	padding: 10px 20px;
}

.menu-link img {
	position: relative;
	top: 3px;
}

nav {
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav h4 {
	padding: 10px 0 0 0;
}

nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	/*display: inline-table;*/

}

nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li {
	padding: 0px;
}

nav ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
}

nav ul ul>li a {
	font-weight: 300;
	padding: 0 0 0 20px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.menu-item-object-page {
	padding: 0;
}

.menu-item-object-page a {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0 0 0;
	height: 20px;
}


/* ==================== 
FOOTER 
==================== */

.footer {
	padding: 20px 10px;
	clear: both;
	height: 30px;
	margin-bottom: 20px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 30px;
}

.twitter,
.facebook {
	float: left;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	position: relative;
	font-size: 0em;
	letter-spacing: -1px;
	color: transparent;
}

.twitter:before,
.facebook:before {
	width: 30px;
	height: 30px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.twitter:before {
	background: url(img/socialise.png) -30px 0 no-repeat;
}

.twitter:hover:before {
	background: url(img/socialise.png) -30px -30px no-repeat;
}

.facebook:before {
	background: url(img/socialise.png) 0 0 no-repeat;
}

.facebook:hover:before {
	background: url(img/socialise.png) 0 -30px no-repeat;
}



/* ==================== 
MAIN BODY 
==================== */

.page-title {
	height: 42px;
	padding-top: 18px;
}

.nine-column img {
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0 0 20px 0;
}

.pageimg img {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}

.nextback img {
	width: auto;
	padding: 20px 0 0 6px;
}

.placeholder {
	aspect-ratio: 4/3;
}

/* ==================== 
SIDEBAR
==================== */



/* ====================
GALLERY
==================== */



/* ==================== 
FORM 
==================== */

input:not([type=submit]),
textarea {
	background-image: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #333;
	float: none;
	height: 30px;
	width: 100%;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	height: 150px;
}

form p {
	margin-bottom: 10px;
}

input[type=submit] {
	background-color: #999;
	padding: 5px 10px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	height: 30px;
}

input[type=submit]:hover {
	background-color: #333;
}

input:not([type=submit]):focus,
.textarea:focus {
	outline: none;
	border: 1px solid #000;
}

@media (max-width: 980px) {
	h1 {
		font-size: 30px;
	}

	.pageimg {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width: 767px) {
	a.menu-link {
		display: block;
		text-align: right;
	}

	nav {
		clear: both;
		min-width: inherit;
		float: none;
	}

	nav,
	nav>ul ul {
		overflow: hidden;
		max-height: 0;
	}

	nav>li>ul.sub-menu {
		padding: 0px;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}

	nav.active,
	nav>ul ul.active {
		max-height: 55em;
	}

	nav ul {
		display: inline;
	}

	nav li {
		display: block;
	}

	nav li a {
		display: block;
		position: relative;
	}

	nav ul li ul {
		padding: 0 0 0 20px;
	}

	nav ul ul,
	nav ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		border: none;
	}
}

@media screen and (max-height: 768px) {
	.container {
		width: 800px;
	}

	.nine-column {
		width: 540px;
	}

	.nine-column img {
		max-height: 500px;
	}
}

@media screen and (max-height: 768px) and (min-width:768px) and (max-width: 979px) {
	.container {
		width: 744px;
	}

	.nine-column {
		width: 538px;
	}
}

@media screen and (max-height: 768px) and (max-width: 767px) {
	.container {
		width: auto;
	}

	.nine-column {
		width: 100%;
	}
}