@import url('style_normalize.css');
/*
Theme Name: Peter Brown Studio
Description: Created by Kate McMillan for OutboxOnline.com
Version: 2.0
Author: Kate McMillan
Author URI: http://www.outboxonline.com
*/

/* Grid & Containers–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
	position: relative;
	width: 100%;
	max-width: 1150px;
	min-height:50px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	clear:both;
}

@media (max-width: 1200px) {
	.container {
		width: 94%;
		}
}

/* Self Clearing */

.container:after {
	content: "";
	display: table;
	clear: both;
}

/* Columns */

.column {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0 auto;
}
.column {
	margin-left:1.5em;
}
.column:first-child {
	margin-left: 0;
}

.one-fifth {
	width: 16.8%;
}
.one-quarter {
	width: 22%;
}
.one-third {
	width: 32%;
}
.two-thirds {
	width: 63%;
}
.one-half {
	width: 49%;
}
.three-quarters {
	width: 74%;
}
@media (max-width: 1024px) {
	.one-fifth, .one-quarter, .one-third, .two-thirds, .one-half, .three-quarters {
		width: 100%;
		}
}

.column img {
	max-width: 100%;
}



/* Base Styles–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
	font-family: 'Lato', sans-serif;
	color: #302e2c;
}

/* Alignment */

.alignright {
	float: right;
	margin-left: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.alignleft {
	float: left;
	margin-right: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.aligncenter {
	float: none;
	clear: both;
	margin: 1em auto;
	display: block;
	text-align: center;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* Blockquotes */

blockquote {
	background: #f9f9f9;
	border-left: 9px solid #ccc;
	margin: 1.5em 10px;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #f92687;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #333;
	content: close-quote;
}
blockquote p {
	display: inline;
	line-height: 160%;
}


/* Transitions */

a, ul, .button, .buttonClear, .fa, img:hover, .donateButton {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* Typography–––––––––––––––––––––––––––––––––––––––––––––––––– */

p {
	font-size:1.15em;
	line-height: 1.5em;
	margin-bottom:1em;
}
strong {
	font-weight:bold;
	line-height:150%;
}
em {
	font-style:italic;
	line-height:150%;
}
strong em, em strong {
	font-weight:bold;
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em auto;
	padding: 0;
	font-weight: normal;
	color: #503717;
	letter-spacing: 0.01em;
	line-height: 1.1em;
	font-family: 'Bree Serif', sans-serif;
}
h1 {
	font-size: 4em;
	margin:0 0 0.5em 0;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 2.5em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.2em;
}

/* Links */

a {
	color:#0eb4b7;
	text-decoration: none;
}
a:hover {
	color:#fc567d;
}

/* Lists */

ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ol, ul {
	margin: 0 0 1.5em 18px;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 1.5em 0 1.5em 3em;
	font-size: 90%;
}
li {
	margin: 0 0 0.7em 1em;
	line-height: 1.5em;
}
.small {
	font-size:80%;
}


/* Buttons–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	height: 50px;
	padding: 0 20px 0 20px;
	margin: 1em 0;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	line-height:50px;
	text-transform:uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: #0eb4b7;
	border-radius: 0px;
	border:none;
	box-sizing: border-box;
	font-family: 'Bree Serif', sans-serif;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	background: #fc567d;
	color: #fff;
}
.button a, .button a:hover {
	color: #fff;
}

/* Contact Form Button */

.wpcf7-submit {
	padding-left:35px;
	padding-right:35px;
	min-width:205px;
	font-family: 'Bree Serif', sans-serif;
}


/* Forms–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	width: 96%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color: #777;
}
textarea {
	min-height: 150px;
	max-width: 98%;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #777;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #bbbbbb;
	outline: 0;
}
label, legend {
	display: block;
	margin-bottom: .5em;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
label > .label-body {
	display: inline-block;
	margin-left: .5em;
	font-weight: 400;
}

/* contact form */

.wpcf7-list-item {
	display: block;
	margin: 0.5em auto;
}

/* Removes awkward default styles on some inputs for iOS */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* Code–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
	padding: .2em .5em;
	margin: 0 .2em;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5em;
	white-space: pre;
}


/* Tables–––––––––––––––––––––––––––––––––––––––––––––––––– */

th, td {
	padding: 1%;
	text-align: center;
	vertical-align:middle;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
td img {
	border:1px solid #efefef;
}


/* Misc–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
	margin: 2em auto;
	border-width: 0;
	border-top: 1px solid #ddd;
	border-bottom:none;
	border-left:none;
	border-right:none;
	width:99%;
}

/* Responsive iFrames & Embeds */

.embed-container {
	position: relative;
	padding-bottom: 51.5%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	background:#fff;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff;
}

/* Font Awesome icons */

.fontAwesome, .fontAwesome a {
	color:#fff;
	text-align:center;
}
.fontAwesome i {
	width:20px;
	height:20px;
}


/* Header–––––––––––––––––––––––––––––––––––––––––––––––––– */

.headerWrap {
	width:100%;
	height:600px;
	background-image:url(https://www.peterbrownstudio.com/wp-content/uploads/2024/09/peter-brown-studio.jpg);
	background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
 @media (max-width: 1400px) {
	 .headerWrap {
		 height:550px;
		 margin-bottom:15px;
	 }
}
 @media (max-width: 1200px) {
	 .headerWrap {
		 height:480px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 1024px) {
	 .headerWrap {
		 height:430px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 900px) {
	 .headerWrap {
		 height:400px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 850px) {
	 .headerWrap {
		 height:350px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 750px) {
	 .headerWrap {
		 height:300px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 650px) {
	 .headerWrap {
		 height:250px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 450px) {
	 .headerWrap {
		 height:180px;
		 margin-bottom:0;
	 }
}
 @media (max-width: 350px) {
	 .headerWrap {
		 height:150px;
		 margin-bottom:0;
	 }
}


/* Navigation–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navBar {
	height:auto;
	width:20%;
	float:left;
	font-family: 'Bree Serif', sans-serif;
}
.navBar ul {
	margin: 1em 0 1.5em 0;
	padding: 0;
	list-style: none;
	float:right;
}
.navBar ul li {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.4em;
}
.navBar ul li:hover {
}
.navBar a {
	display: block;
	text-decoration: none;
	color:#503717;
}
.navBar ul li a:hover {
	color:#fc567d;
	position:relative;
	top:-1px;
}

/* mobile menu */

.mobile-navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* currently selected */

.navBar ul .current-menu-item {	
}
.navBar ul .current-menu-item a, .navBar ul .current-page-ancestor a {
	color: #fc567d;
}

/* responsive menu stuff */

 @media (max-width: 1024px) {
	 .navBar {
		 display:none;
	 }
}

/* other navbar stuff */
.navBar p {
	text-align:right;
}
.navBar .outboxOnline a {
	color:#aaa;
	font-weight:300;
}
.navBar .outboxOnline a:hover {
	color:#fc567d;
}

/* movile nav */
.mn-navigation-wrap {
}
.mn-icon-wrap {
	position: relative !important;
	left: -35px !important;
	top: 0 !important;
}


/* Content–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pageContent {
	width:75%;
	float:right;
}
@media (max-width: 1024px) {
	 .pageContent {
		 width:100%;
	 }
}


/* Footer–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
	display:none;
	clear:both;
	width:100%;
	height:550px;
	background-image:url(Images/footer.jpg);
	background-position:center bottom;
	background-size:contain;
	background-repeat:no-repeat;
}
 @media (max-width: 1050px) {
	 .footer {
		 height:450px;
	 }
}
 @media (max-width: 950px) {
	 .footer {
		 height:400px;
	 }
}
 @media (max-width: 850px) {
	 .footer {
		 height:350px;
	 }
}
 @media (max-width: 750px) {
	 .footer {
		 height:300px;
	 }
}
 @media (max-width: 650px) {
	 .footer {
		 height:200px;
	 }
}


/*  Blog–––––––––––––––––––––––––––––––––––––––––––––––––– */

.blogContent {
	margin: 0 auto 1em auto;
}
.blogContent p, .blogContent em, .blogContent strong, .blogContent li {
	font-size: 1em;
}
.blogContent .entry {
	margin-bottom: 2em;
}
.blogContent img:hover {
	top: 0;
}

/* thumbnails */

.attachment-thumbnail {
	float:left;
	margin:-0.5em 1em 1em 0;
	border-radius: 50%;
	border:1px solid #efefef;
}
.thumbWrap {
	margin:0 auto 2em auto;
	text-align:center;
}
.size-full-width {
	height:auto;
}

/* post nav */

.postPagesNav {
	margin: 1.5em auto;
	padding-bottom: 15px;
}
.postPagesNav .postPagesNavLeft {
	float: left;
}
.postPagesNav .postPagesNavRight {
	float: right;
}

/* captions */

.wp-caption-text, .post .wp-caption-text, .entry .wp-caption-text, .wp-caption p {
	font-size: 0.8em;
	text-align: center;
	color: #777;
	padding: 0 10px;
	font-style: italic;
}

/* comments */

#comments {
	clear: both;
	margin: 2em auto;
}
#comments .comment {
	clear: both;
}
#comments .comment-author {
	font-weight: 600;
	margin: 1em auto;
}
#comments .comment-meta {
	margin: 1em auto;
}
#respond h3, #comments h3 {
	clear: both;
	padding-top: 25px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#comment submit {
	margin-left:0;
}

/*  sidebar  */

.sidebar {
	font-size:0.9em;
}
@media (max-width: 1024px) {
	 .sidebar {
		 display:none;
	 }
}
.sidebar .sidepanel {
	margin: 0 0 3em 0;
	padding: 0;
}
.sidebar h3 {
	text-transform:uppercase;
	font-size: 1.2em;
}
.sidebar p, .sidebar li {
	font-size:0.9em;
}