/*
Theme Name: Hello Darby
Theme URI: http://www.wearepixel8.com/
Description: Hello Darby is a custom developed portfolio theme for the superhero otherwise known as, Darby.
Version: 1.0.2
Author: We Are Pixel8
Author URI: http://www.wearepixel8.com/
*/

/*-----------------------------------------------------------------------------------*/
/* Resets
/*-----------------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, a,
h1, h2, h3, h4, h5, h6,
pre, ul, ol, li, dl, dt, dd,
form, fieldset, input,
th, td {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}
video {
	height: auto;
	max-width: 100%;
}
a, :focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
::-moz-selection {
	background: #00a99d;
	color: #fff;
}
::selection {
	background: #00a99d;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* HTML5 Tags
/*-----------------------------------------------------------------------------------*/

header, footer, section, nav, article, figure, figcaption, time {
	display: block;
}

/*----------------------------------------------------------------------------*/
/* Form Elements
/*----------------------------------------------------------------------------*/

form {
	position: relative;
}
label {
	color: #333;
	font: normal 700 0.875em/1.429 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=submit], textarea, select {
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], textarea {
	background-color: #fff;
	border: 0.313em solid #eee;
	color: #999;
	font-size: 1em;
	font-family: 'adobe-garamond-pro', Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	margin-bottom: 1.25em;
	padding: 0.313em;
	width: 100%;
	-moz-border-radius: 0.188em;
	-webkit-border-radius: 0.188em;
	border-radius: 0.188em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus,
input[type=password]:focus, input[type=search]:focus, textarea:focus, select:focus {
	border-color: #00a99d;
	color: #333;
}
input[type=checkbox], input[type=radio] {
	background-color: #fff;
	border: 1px solid #999;
	margin-right: 0.313em;
}
input[type=checkbox]:checked, input[type=radio]:checked {
	background-color: #333;
	border-color: #333;
}
select {
	background-color: #fff;
	border: 0.313em solid #eee;
	color: #333;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 1.25em;
	padding: 0.313em;
	width: 100%;
	-moz-border-radius: 0.188em;
	-webkit-border-radius: 0.188em;
	border-radius: 0.188em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	height: 14.063em;
	line-height: 1.563;
	resize: none;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
}
input[type=submit] {
	background-color: #00a99d;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	padding: 0.714em 1.429em;
	-moz-border-radius: 0.214em;
	-webkit-border-radius: 0.214em;
	border-radius: 0.214em;
}
input[type=submit]:hover {
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* Intake Form
/*-----------------------------------------------------------------------------------*/

.wpcf7 p {
	overflow: hidden;
}
.keywords-market label, .keywords-organization label {
	display: block;
	color: #999;
	font-family: 'adobe-garamond-pro', Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
}

/*-----------------------------------------------------------------------------------*/
/* Utility Styles
/*-----------------------------------------------------------------------------------*/

body {
	background-color: #f1f1f1;
	color: #999;
	font: normal 400 1em/1.5 'adobe-garamond-pro', Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif; /* 16px/24px */
	padding-top: 0.625em; /* 10px */
	-moz-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -o-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
a {
	-moz-transition: color 0.25s ease-in-out 0s;
	-ms-transition: color 0.25s ease-in-out 0s;
	-o-transition: color 0.25s ease-in-out 0s;
	-webkit-transition: color 0.25s ease-in-out 0s;
	transition: color 0.25s ease-in-out 0s;
}
a, a:visited {
	border-bottom: 1px dotted #999;
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom-style: solid;
	color: #00a99d;
}
.primary {
	background: #fff;
	position: relative;
}
.wrapper {
	margin: 0 auto;
	max-width: 53.125em; /* 850px */
	position: relative;
}

/*-----------------------------------------------------------------------------------*/
/* Typography
/*-----------------------------------------------------------------------------------*/

h1, h2 {
	font-style: normal;
	font-weight: 400;
}
h1 {
	font-size: 1.75em; /* 28px */
	line-height: 1.43; /* 40px */
	margin: 0 0 1.143em; /* 0 0 32px */
}
h2 {
	font-size: 1.25em; /* 20px */
	line-height: 1.2; /* 24px */
	margin: 0 0 1.2em; /* 0 0 24px */
}
p {
	margin: 0 0 1.5em; /* 0 0 24px */
}
blockquote {
	color: #333;	
}
blockquote p:before {
	content: open-quote;
}
blockquote p:after {
	content: close-quote;
}
blockquote p {
	quotes: '\201c' '\201d';
	text-indent: -0.375em; /* -6px */
}

/*-----------------------------------------------------------------------------------*/
/* Lists
/*-----------------------------------------------------------------------------------*/

ul, ol {
	margin: 0 0 1.5em; /* 0 0 24px */
	padding-left: 1.25em; /* 20px */
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li {
	padding: 0.25em 0; /* 4px 0 */
}

/*-----------------------------------------------------------------------------------*/
/* Images
/*-----------------------------------------------------------------------------------*/

img.alignnone, img.aligncenter {
	margin-bottom: 1.5em; /* 24px */
}
img.aligncenter {
	margin: 0 auto; 
}

/*-----------------------------------------------------------------------------------*/
/* Multimedia
/*-----------------------------------------------------------------------------------*/

.fluid-width-video-wrapper {
	margin: 0 0 1.5em; /* 0 0 24px */
	position: relative;
}

/*-----------------------------------------------------------------------------------*/
/* Masthead, Logo & Tagline
/*-----------------------------------------------------------------------------------*/

.masthead, .logo {
	position: relative;
}
.masthead {
	padding: 1.5em 1.25em; /* 24px 20px */
	text-align: center;
}
.masthead .wrapper {
	border-bottom: 1px solid #999;
	padding-bottom: 1.5em; /* 24px */
}
.logo {
	margin-bottom: 1.5em; /* 24px */
}
.logo h1 {
	font-size: 100%;
	line-height: 1;
	margin: 0;
}

.logo a {
	background: url(images/sprite.png) no-repeat 0 0;
	border: none;
	display: block;
	height: 88px;
	margin: 0 auto 1.25em; /* 0 auto 20px */
	text-indent: -999em;
	width: 82px;
}
.logo a:hover {
	background-position: 0 -88px;
}
.logo p {
	font-style: italic;
	margin: 0 auto;
	width: 11.875em; /* 190px */
}

/*-----------------------------------------------------------------------------------*/
/* Main Menu
/*-----------------------------------------------------------------------------------*/

.main-menu {
	display: none;
	position: relative;
}
.main-menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-menu ul.main-left-menu {
	border-right: 1px solid #fff;
}
.main-menu li {
	padding: 0;
}
.main-menu li a, .main-menu li a:visited,
a.menu-trigger {
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
	color: #999;
	display: block;
	padding: 0.625em 0; /* 10px 0 */
}
.main-menu li a:hover, .main-menu li a:active,
.main-menu li.current-menu-item a, a.menu-trigger:hover,
a.menu-trigger.active {
	color: #00a99d;
}

/*-----------------------------------------------------------------------------------*/
/* Articles & Pages
/*-----------------------------------------------------------------------------------*/

.article-copy, .article-meta {
	position: relative;
}
.article-copy {
	padding: 0 1.25em 1px; /* 0 20px 1 */
}
h1.article-title {
	margin-bottom: 0.357em; /* 10px */
}
.article-meta {
	margin-bottom: 1.5em; /* 24px */
}
.article-meta p, a.expand-study {
	font-style: italic;
}
.article-meta p {
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/* Archive
/*-----------------------------------------------------------------------------------*/

.blog-archive, .article-archive {
	position: relative;
}
.blog-archive {
	padding: 0 1.25em 1px; /* 0 20px 1px */
}
h1.archive-title {
	border-bottom: 1px solid #999;
	font-size: 1em; /* 16px */
	font-style: italic;
	line-height: 1.5; /* 24px */
	margin-bottom: 1.5em; /* 24px */
	margin-top: -1.5em; /* -24px */
	padding-bottom: 1.5em; /* 24px */
	text-transform: lowercase;
}
.article-archive {
	border-bottom: 1px solid #999;
	margin-bottom: 3em; /* 48px */
	padding-bottom: 1.5em; /* 24px */
}
.blog-archive .article-archive:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
h2.post-archive {
	font-size: 1.75em; /* 28px */
	line-height: 1.43; /* 40px */
	margin-bottom: 0.357em; /* 10px */
}
h2.post-archive a, h2.post-archive h1 a:visited {
	border: none;
	color: #999;
}
h2.post-archive a:hover, h2.post-archive a:active {
	color: #00a99d;
}
a.more-link, a.more-link:visited {
	color: #999;
	font-style: italic;
}
a.more-link:hover, a.more-link:active {
	color: #00a99d;
}

/*-----------------------------------------------------------------------------------*/
/* Pagination
/*-----------------------------------------------------------------------------------*/

.pagination {
	border-top: 1px solid #999;
	padding-top: 1.5em; /* 24px */
	position: relative;
}
.pagination p {
	font-style: italic;
	text-transform: lowercase;
}
.pagination p span {
	font-style: normal;
}
.earlier-posts {
	float: left;
}
.later-posts {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/* Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio-display, .portfolio-item {
	position: relative;
}
.portfolio-display {
	padding: 0 1.25em 1.5em; /* 0 20px 24px */
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

.secondary, .footer-vitals {
	position: relative;
}
.secondary {
	padding: 1.5em 1.25em 1px; /* 24px 20px 1px */
	text-align: center;
}
.footer-vitals {
	padding-bottom: 1.5em; /* 24px */
}
.footer-vitals h2 {
	font-size: 1em; /* 16px */
	font-style: italic;
	line-height: 1.5;
	margin: 0;
}
.footer-vitals ul {
	margin: 0;
	padding: 0;
}
.footer-vitals li {
	padding: 0;
}
