/*
 Theme Name:   Maker Child
 Description:  Child theme based on Maker
 Template:     maker
 Text Domain:  maker-child
*/

@import url("../maker/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.mce-content-body { min-width: 80% !important;}

@font-face {
  font-family: 'Avenir-Roman';
  src: url('Avenir-Roman.eot'); /* IE9 Compat Modes */
  src: url('http://janehewlett.com/wp-content/themes/maker-child/webfonts/Avenir-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Avenir-Roman.svg#svgAvenir-Roman') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Avenir-Light';
  src: url('Avenir-Light.eot'); /* IE9 Compat Modes */
  src: url('http://janehewlett.com/wp-content/themes/maker-child/webfonts/Avenir-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Avenir-Light.svg#svgAvenir-Light') format('svg'); /* Legacy iOS */
}

/**
 * Normalize
 */

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	color: #808080;
	background: #fff;
	line-height: 1.7em;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Avenir-Roman', helvetica, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title],
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

b,
strong {
	font-weight: 600;
}

dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	color: #111;
	background-color: #f1f1f1;
	text-decoration: none;
}

small {
	font-size: 12px;
	font-size: 0.75rem;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 1.5em 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 0 1.5em;
	padding: 0.625em 1em 0;
	border: 2px solid;
	border-color: #f1f1f1;
	border-radius: 3px;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Typography
 */

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	color: #808080;
	font-weight: 300;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: 2px;
	font-family: 'Avenir-Roman', helvetica, sans-serif;
}

h1 {
	font-size: 32px;
	letter-spacing: 3px;
}

h2 {
	font-size: 30px;
	text-transform: none;
	line-height: 1.25em;
	display: inline-block;
}

h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

h4 {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 0px;
        letter-spacing: 0px;
	text-align: center;
}

h5 {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
}


/* Copy */

p {
	margin: 0 0 1.5em;
}

p.roman {
	font-family: 'Avenir-Roman', helvetica, sans-serif;
	margin: 0;
}

p.light {
	font-family: 'Avenir-Light', helvetica, sans-serif;
	margin: 0;	
}

p.light a {
	color: #808080;
}

p.light a:hover {
	color: #5d7e9f;
}

address {
	margin: 0 0 1.5em;
}

big {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 16px;
	line-height: 1rem;
}

/* Links */

a {
	color: #111;
	background-color: transparent;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline-offset: none;
	outline-offset: 0;
	outline: none;
	text-decoration: none;
}

/* Blockquotes */

blockquote {
	margin: 0 0 1.3333333333em 0;
	padding: 1.3333333333em 0;
	border-top-color: #555;
	border-bottom-color: #bebebe;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 24px;
	line-height: 1.5rem;
	quotes: '' '';
}

blockquote:before,
blockquote:after {
	content: '';
}

blockquote p {
	margin: 0;
}

blockquote cite {
	display: block;
	margin: 0 0 -1.2em 0;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

blockquote.alignleft {
	width: 50%;
}

blockquote.alignright {
	width: 50%;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 0 1.5em;
}

/* Tables */

table {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

td,
th {
	padding: 0;
	border-bottom: 0px solid;
	border-bottom-color: #f1f1f1;
	text-align: left;
	vertical-align: top;
}

thead th {
	padding: 0.91667em 1em 0.91667em;
	border-bottom: 2px solid;
	border-bottom-color: #bebebe;
	background-color: #f1f1f1;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: uppercase;
}

/* Code */

pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background-color: #f1f1f1;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	line-height: 1.6;
	word-wrap: initial;
}

code,
kbd,
pre,
samp,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

/**
 * Repeatable Patterns
 */

/* Forms */

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
	width: 100%;
	padding: 0.625em 1em;
	border: 2px solid;
	border-color: #f7f7f7;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #111;
	background-color: #fff;
	box-shadow: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	vertical-align: middle;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
	outline: none;
	border-color: #ddd;
	background-color: #fff;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
	height: 3em;
}

label {
	color: #333;
}

::-webkit-input-placeholder {
	color: #808080;
}

:-moz-placeholder {
	color: #808080;
}

::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

input:-ms-input-placeholder {
	color: #808080;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type='submit'] {
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-form {
	position: relative;
	margin-bottom: 1.5em;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
}

input[type='submit'].search-submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Buttons */

input.wpcf7-submit[type="submit"] {
	background: #333 !important;
	color: #fff !important;
}

input.wpcf7-submit[type="submit"]:hover {
	background: #111 !important;
	color: #fff !important;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.pagination .page-numbers {
	display: inline-block;
	height: 3em;
	height: auto;
	margin: 0;
	padding: 0.625em 1.5em 0.625em;
	border: 0px solid;
	border-color: #f1f1f1;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #333;
	background-color: transparent;
	background-image: none;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.pagination .page-numbers:hover,
.button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.pagination .page-numbers:focus {
	text-decoration: none;
}

.button:active,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.pagination .page-numbers:active {
	outline: none;
}

.button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.pagination .page-numbers:focus {
	outline: none;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.pagination .page-numbers:hover,
.button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.pagination .page-numbers:focus {
	opacity: 1;
	background-color: #f1f1f1;
}

.button-accent,
input[type='submit'].search-submit {
	border-color: #000;
	color: #fff;
	background-color: #000;
}

.button-accent:hover,
input[type='submit'].search-submit:hover,
.button-accent:focus,
input[type='submit'].search-submit:focus {
	opacity: 1;
	background-color: #ff4860;
}

/* Images */

img {
	max-width: 100%;
	height: auto;
}

/* Icons */

.menu-social-container a:before,
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before,
.pagination .page-numbers.all:before,
.comment-reply-title small a:before,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
	display: inline-block;
	width: 1em;
	margin: 0;
	font-family: 'fontello';
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	line-height: 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

/* Lines */

hr {
	box-sizing: content-box;
	height: 2px;
	margin-top: -2px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #f1f1f1;
}

/* Alerts */

.wpcf7-response-output,
.use-floating-validation-tip .wpcf7-not-valid-tip {
	min-height: 3em;
	margin: 0 0 1.5em;
	padding: 0.625em 1.5em;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
}

.wpcf7-mail-sent-ok {
	border-color: #1fc281;
	background-color: #a3f0d2;
}

.wpcf7-spam-blocked,
.wpcf7-validation-errors {
	border-color: #f4cc31;
	background-color: #fdf6da;
}

.wpcf7-mail-sent-ng,
.use-floating-validation-tip .wpcf7-not-valid-tip {
	border-color: #e83337;
	background-color: #fad3d4;
}

/* Media */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	margin-bottom: 1.5em;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.mejs-container {
	margin: 0 0 1.5em;
}

#content .mejs-time {
	padding-top: 11px;
}

#content .wp-playlist {
	max-width: 100%;
	margin: 0 0 1.5em;
	padding: 0;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}

#content .wp-playlist-tracks {
	margin-top: 1.5em;
}

#content .wp-playlist-light {
	color: #111;
	background-color: transparent;
}

#content .wp-playlist-current-item {
	height: 4.5em;
	margin-bottom: 1.5em;
}

#content .wp-playlist-current-item img {
	max-width: 4.5em;
	margin-right: 1.5em;
}

#content .wp-playlist-item,
#content .wp-playlist-item-length {
	padding: 0.6875em 0.75em 0.75em;
}

#content .wp-playlist-item {
	border-bottom: 1px solid;
	border-bottom-color: #f1f1f1;
}

#content .wp-playlist-caption,
#content [class*='wp-playlist-item-'] {
	color: #bebebe;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: none;
}

#content .wp-playlist-item-title {
	color: #111;
}

#content .wp-playlist-playing {
	border-bottom: 1px solid;
	border-bottom-color: #f1f1f1;
	background-color: #f1f1f1;
	font-weight: normal;
}

/* Captions */

.wp-caption {
	max-width: 100%;
	margin-bottom: 0.5em;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	display: block;
	margin: 1em 0;
	color: #bebebe;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: normal;
	line-height: 2em;
}

.entry-content .wp-caption img {
	margin-bottom: 0;
}

/* Alignments */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0px 50px 50px 0;
}

blockquote.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0px 0px 0px 0px;
}

blockquote.alignleft {
	margin: 0 1.5em 0.9375em 0;
}

blockquote.alignright {
	margin: 0 0 0.9375em 1.5em;
}

/* Accessibility */

.screen-reader-text,
.comment-notes,
.form-allowed-tags,
.wpcf7 .screen-reader-response {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.comment-notes:hover,
.form-allowed-tags:hover,
.wpcf7 .screen-reader-response:hover,
.screen-reader-text:active,
.comment-notes:active,
.form-allowed-tags:active,
.wpcf7 .screen-reader-response:active,
.screen-reader-text:focus,
.comment-notes:focus,
.form-allowed-tags:focus,
.wpcf7 .screen-reader-response:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	border-radius: 3px;
	color: #21759b;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}

/* Clearings */

.clear:after,
.wrap:after,
.site-content:after,
.site-header:after,
.footer-navigation:after,
.post-thumbnail:after,
.page-header:after,
.portfolio-grid:after,
.project-header:after,
.gallery:after,
.gallery-item:after,
.blog .post:after,
.archive .post:after,
.single-post .post:after,
.blog .entry-content:after,
.blog .entry-footer:after,
.blog .comments-area:after,
.blog .post-navigation:after,
.archive .entry-content:after,
.archive .entry-footer:after,
.archive .comments-area:after,
.archive .post-navigation:after,
.single-post .entry-content:after,
.single-post .entry-footer:after,
.single-post .comments-area:after,
.single-post .post-navigation:after,
.blog .entry-meta:after,
.archive .entry-meta:after,
.single-post .entry-meta:after,
.page-template-default .hentry:after,
.single-portfolio .hentry:after,
.single-jetpack-portfolio .hentry:after,
.single-portfolio .entry-header:after,
.single-jetpack-portfolio .entry-header:after,
.single-portfolio .entry-content:after,
.single-jetpack-portfolio .entry-content:after,
.single-portfolio .project-meta:after,
.single-jetpack-portfolio .project-meta:after,
.page-template-portfolio-jetpack .page:after,
.page-template-portfolio-toolkit .page:after,
.page-template-portfolio-jetpack .content-area:after,
.page-template-portfolio-toolkit .content-area:after,
.page-template-portfolio-jetpack .entry-header:after,
.page-template-portfolio-jetpack .entry-content:after,
.page-template-portfolio-jetpack .comments-area:after,
.page-template-portfolio-toolkit .entry-header:after,
.page-template-portfolio-toolkit .entry-content:after,
.page-template-portfolio-toolkit .comments-area:after,
.page-template-fullwidth .hentry:after,
.page-template-centered .hentry:after,
.page-template-page-blog-archives .hentry:after,
.page-template-centered .content-area:after,
.page-template-page-blog-archives .content-area:after,
.page-template-centered .entry-header:after,
.page-template-centered .entry-content:after,
.page-template-centered .comments-area:after,
.page-template-page-blog-archives .entry-header:after,
.page-template-page-blog-archives .entry-content:after,
.page-template-page-blog-archives .comments-area:after,
.comment-content:after,
.site-footer:after,
#infinite-handle:after {
	display: table;
	clear: both;
	content: '';
}

/**
 * Structure
 */

.site {
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #fff;
}

.wrap, .site-content {
	max-width: 100%;
}

body.page-template-centered .site-content a:hover {
	border-bottom: 1px solid;
}

.content-area {
	width: 100%;
}

#featured-work-wrap {
	width: 100%;
	float: left;
	line-height: 0;
}

#featured-work-center {
	width: 100%;
	margin: 0;
	text-align: center;
}

#featured-work-center img {
	width: 500px;
	height auto;
}

.widget-area {
	width: 100%;
	max-width: 474px;
	margin: 0 auto;
}

/**
 * Header
 */

.site-header {
	margin-bottom: 1.5em;
	padding: 0;
}

.site-branding {
	display: inline-block;
	max-width: 300px;
	line-height: 0;
}

a.site-logo-link {
	display: inline-block;
	height: 3em;
	margin: 0.75em 0;
}

a.site-logo-link img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 3em;
	margin: 0;
	vertical-align: middle;
}

a.site-logo-link:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.site-title {
	font-family: 'Avenir-Light', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	padding: 0;
	line-height: 50px;
	height: 50px;
	font-size: 30px;
}

.site-title a {
	color: #5d7e9f;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.site-title a:hover, .site-title a:active, .site-title a:focus {
	text-decoration: none;
	border: none;
}

.site-description {
	margin-top: -24px;
	margin-bottom: 1em;
	padding-top: 0;
	color: #bebebe;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-transform: none;
	display: none;
}

.site-title.screen-reader-text + .site-description,
.site-title.comment-notes + .site-description,
.site-title.form-allowed-tags + .site-description,
.wpcf7 .site-title.screen-reader-response + .site-description {
	margin-top: 0;
	padding: 2em 0 1em;
}

.site-logo-link + .site-title.screen-reader-text + .site-description,
.site-logo-link + .site-title.comment-notes + .site-description,
.site-logo-link + .site-title.form-allowed-tags + .site-description,
.wpcf7 .site-logo-link + .site-title.screen-reader-response + .site-description {
	padding: 0;
}

.main-navigation {
	float: right;
}

/**
 * Navigation
 */

/* Primary Menu */

.main-navigation {
	width: 100%;
	height: 50px;
}

.main-navigation ul {
	display: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul ul {
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
}

.main-navigation.toggled ul {
	display: block;
}

.main-navigation a {
	display: block;
	padding: 10px 0;
	margin: 7px 0 7px 40px;
	color: #808080;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 15px;
}

.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
	text-shadow: .9px 0 0 #808080;
	color: #808080 !important;
}

li.current_page_item a {
	text-shadow: .9px 0 0 #808080;
	color: #808080 !important;
	text-decoration: none;
}

/* Toggle Hamburger */

.menu-toggle {
	float: right;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin-top: 1.1em;
	padding: 0;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	text-indent: -9999px;
}

.menu-toggle-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 0.125em;
	margin-top: -0.0625em;
	margin-left: -0.5em;
	background-color: #555;
}

.menu-toggle-icon:before,
.menu-toggle-icon:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 0.125em;
	background-color: #555;
	content: '';
	transition: -webkit-transform 0.3s, top 0.3s;
	transition:         transform 0.3s, top 0.3s;
}

.menu-toggle-icon:before {
	top: -0.375em;
}

.menu-toggle-icon:after {
	top: 0.375em;
}

.menu-toggle.toggled .menu-toggle-icon {
	background-color: transparent;
}

.menu-toggle.toggled .menu-toggle-icon:before,
.menu-toggle.toggled .menu-toggle-icon:after {
	top: 0;
	background-color: #555;
}

.menu-toggle.toggled .menu-toggle-icon:before {
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
}

.menu-toggle.toggled .menu-toggle-icon:after {
	-webkit-transform: rotate(-225deg);
	    -ms-transform: rotate(-225deg);
	        transform: rotate(-225deg);
}

/* Footer Menu */

.footer-navigation {
	width: 100%;
	margin: 0 0 1.5em;
}

.footer-navigation ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-navigation li {
	display: block;
}

.footer-navigation a {
	display: block;
	padding: 0;
}

/* Social Icons */

.menu-social-container a {
	color: #bebebe;
}

.menu-social-container a:before {
	width: 1.2em;
	margin-right: 0.5em;
	color: #bebebe;
}

.menu-social-container a[href*='behance.net']:before {
	content: '\e804';
}

.menu-social-container a[href*='behance.net']:hover,
.menu-social-container a[href*='behance.net']:hover:before {
	color: #1769ff;
}

.menu-social-container a[href*='bitbucket.org']:before {
	content: '\e800';
}

.menu-social-container a[href*='bitbucket.org']:hover,
.menu-social-container a[href*='bitbucket.org']:hover:before {
	color: #205081;
}

.menu-social-container a[href*='codepen.io']:before {
	content: '\e805';
}

.menu-social-container a[href*='delicious.com']:before {
	content: '\e808';
}

.menu-social-container a[href*='deviantart.com']:before {
	content: '\e809';
}

.menu-social-container a[href*='deviantart.com']:hover,
.menu-social-container a[href*='deviantart.com']:hover:before {
	color: #ea4c89;
}

.menu-social-container a[href*='dribbble.com']:before {
	content: '\e80a';
}

.menu-social-container a[href*='dribbble.com']:hover,
.menu-social-container a[href*='dribbble.com']:hover:before {
	color: #ea4c89;
}

.menu-social-container a[href*='facebook.com']:before {
	content: '\e80b';
}

.menu-social-container a[href*='facebook.com']:hover,
.menu-social-container a[href*='facebook.com']:hover:before {
	color: #3b5998;
}

.menu-social-container a[href*='flickr.com']:before {
	content: '\e80c';
}

.menu-social-container a[href*='foursquare.com']:before {
	content: '\e80d';
}

.menu-social-container a[href*='foursquare.com']:hover,
.menu-social-container a[href*='foursquare.com']:hover:before {
	color: #25a0ca;
}

.menu-social-container a[href*='github.com']:before {
	content: '\e806';
}

.menu-social-container a[href*='github.com']:hover,
.menu-social-container a[href*='github.com']:hover:before {
	color: #4183c4;
}

.menu-social-container a[href*='instagram.com']:before {
	content: '\e810';
}

.menu-social-container a[href*='instagram.com']:hover,
.menu-social-container a[href*='instagram.com']:hover:before {
	color: #c08d64;
}

.menu-social-container a[href*='last.fm']:before {
	content: '\e811';
}

.menu-social-container a[href*='last.fm']:hover,
.menu-social-container a[href*='last.fm']:hover:before {
	color: #c3000d;
}

.menu-social-container a[href*='linkedin.com']:before {
	content: '\e812';
}

.menu-social-container a[href*='linkedin.com']:hover,
.menu-social-container a[href*='linkedin.com']:hover:before {
	color: #0e76a8;
}

.menu-social-container a[href*='pinterest.com']:before {
	content: '\e814';
}

.menu-social-container a[href*='pinterest.com']:hover,
.menu-social-container a[href*='pinterest.com']:hover:before {
	color: #c8232c;
}

.menu-social-container a[href*='slack.com']:before {
	content: '\e81c';
}

.menu-social-container a[href*='slideshare.com']:before {
	content: '\e81b';
}

.menu-social-container a[href*='soundcloud.com']:before {
	content: '\e81a';
}

.menu-social-container a[href*='soundcloud.com']:hover,
.menu-social-container a[href*='soundcloud.com']:hover:before {
	color: #f70;
}

.menu-social-container a[href*='spotify.com']:before {
	content: '\e819';
}

.menu-social-container a[href*='spotify.com']:hover,
.menu-social-container a[href*='spotify.com']:hover:before {
	color: #81b71a;
}

.menu-social-container a[href*='stackexchange.com']:before {
	content: '\e818';
}

.menu-social-container a[href*='stackoverflow.com']:before {
	content: '\e817';
}

.menu-social-container a[href*='stackoverflow.com']:hover,
.menu-social-container a[href*='stackoverflow.com']:hover:before {
	color: #fe7a15;
}

.menu-social-container a[href*='tumblr.com']:before {
	content: '\e80e';
}

.menu-social-container a[href*='tumblr.com']:hover,
.menu-social-container a[href*='tumblr.com']:hover:before {
	color: #26475c;
}

.menu-social-container a[href*='twitter.com']:before {
	content: '\e813';
}

.menu-social-container a[href*='twitter.com']:hover,
.menu-social-container a[href*='twitter.com']:hover:before {
	color: #00a0d1;
}

.menu-social-container a[href*='vimeo.com']:before {
	content: '\e820';
}

.menu-social-container a[href*='vimeo.com']:hover,
.menu-social-container a[href*='vimeo.com']:hover:before {
	color: #86c9ef;
}

.menu-social-container a[href*='vine.co']:before {
	content: '\e821';
}

.menu-social-container a[href*='vine.co']:hover,
.menu-social-container a[href*='vine.co']:hover:before {
	color: #00bf8f;
}

.menu-social-container a[href*='vk.com']:before {
	content: '\e822';
}

.menu-social-container a[href*='vk.com']:hover,
.menu-social-container a[href*='vk.com']:hover:before {
	color: #45668e;
}

.menu-social-container a[href*='wordpress.com']:before {
	content: '\e823';
}

.menu-social-container a[href*='wordpress.com']:hover,
.menu-social-container a[href*='wordpress.com']:hover:before {
	color: #1e8cbe;
}

.menu-social-container a[href*='wordpress.org']:before {
	content: '\e823';
}

.menu-social-container a[href*='wordpress.org']:hover,
.menu-social-container a[href*='wordpress.org']:hover:before {
	color: #21759b;
}

.menu-social-container a[href*='youtube.com']:before {
	content: '\e825';
}

.menu-social-container a[href*='youtube.com']:hover,
.menu-social-container a[href*='youtube.com']:hover:before {
	color: #c4302b;
}

/* Pagination */

.pagination {
	max-width: 474px;
	height: auto;
	margin: 0 auto 1.5em;
	word-wrap: break-word;
	text-align: center;
}

body.single-portfolio .pagination {
	max-width: 100%;
	height: auto;
	margin: 0 auto 1.5em;
	margin-bottom: 0px;
	word-wrap: break-word;
	text-align: center;
	padding: 15px 0;
	overflow: auto;
}

.pagination:before,
.pagination:after {
	display: table;
	clear: both;
	content: '';
}

.pagination .nav-links {
	position: relative;
	min-height: 3em;
	min-height: 0;
	line-height: 1.5em;
}

body.archive .pagination .nav-links {
	margin-top: 20px;
}

.pagination .nav-links a {
	height: 30px;
	width: 30px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	font-size: 22px;
}

.pagination .nav-links a:hover {
	background-color: #eee;
}

.pagination .nav-links a.backtogallery {
	height: 30px;
	width: auto;
	padding: 0 8px;
	background: #f7f7f7;
}

.pagination .nav-links a.backtogallery:hover {
	background-color: #eee;
	
}



.pagination .nav-links img {
	margin: 5px 0;
}

.pagination .page-numbers {
	
	overflow: hidden;
	min-width: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	border-color: transparent;
}

#navigation-right {
	width: 30%;
	float: right;
	height: 30px;
	background: #eee;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	display: block;
	position: absolute;
	top: 0;
	padding: 0;
	border-color: none;
	color: transparent;
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.pagination .page-numbers.prev {
	left: 0;
}

.pagination .page-numbers.prev:before {
	width: 1.5em;
	height: 1.5em;
	height: 30px;
	width: 30px;
	color: #111;
	content: '\e802';
}

.pagination .page-numbers.next {
	right: 0;
}

.pagination .page-numbers.next:before {
	width: 1.5em;
	height: 1.5em;
	height: 30px;
	width: 30px;
	color: #111;
	content: '\e803';
}

.pagination .nav-links:before {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	width: auto;
	height: 3em;
	height: auto;
	border: 2px dashed;
	border-color: #f1f1f1;
	border-radius: 3px;
	content: '';
}

.pagination .nav-links.last-page:before {
	visibility: visible;
}

.pagination .nav-links.first-page:before {
	visibility: visible;
}

.pagination .page-numbers.all {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0px;
	border-color: #f1f1f1;
}

.pagination .page-numbers.all span {
	display: none;
}

.pagination .page-numbers.all:before {
	content: '\e807';
}

.pagination .page-numbers.current,
.pagination .page-numbers.dots {
	color: #bebebe;
	cursor: auto;
	line-height: 30px;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
	background-color: transparent;
}

.blog .pagination {
	padding-top: 1.5em;
	border-top: 2px solid #f1f1f1;
}

a.backtoblog {
	height: 30px;
	width: auto;
	padding: 5px 10px;
	background: #f7f7f7;
	font-size: 15px;
    	text-transform: none;
    	font-weight: 400;
   	border-radius: 3px;
    	letter-spacing: 1px;
}

a.backtoblog:hover {
	background: #eee;
}

.pagination .nav-links a.backtogallery:hover {
	background-color: #eee;
	
}

.page-template-portfolio-toolkit .pagination,
.page-template-portfolio-jetpack .pagination {
	max-width: 474px;
	padding-top: 1.5em;
	border-top: 2px solid #f1f1f1;
}

/**
 * Content
 */

/* Post Thumbnail */

.post-thumbnail {
	display: block;
	margin: 0 0 1.5em;
}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

/* Entry Title */

.entry-title a {
	color: #111;
	text-transform: Capitalize;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #000;
	border-bottom: 1px solid;
}

/* Page Header */

.page-header {
	max-width: 474px;
	margin: 0 auto 1.5em;
}

.page-header h3 {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 15px 0px;
}

article.post h1 {
	text-transform: capitalize;
	color: #000;
	letter-spacing: 2px;
}

/* Entry Meta */

.entry-meta-item {
	display: block;
}

.entry-meta-item a {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.entry-meta-item a:hover,
.entry-meta-item a:focus {
	opacity: 1;
	color: #000;
}

.entry-meta-item.cat-links {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7142857143;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.entry-meta-item.cat-links a {
	color: #000;
}

.byline,
.updated:not(.published) {
	display: none;
}

.group-blog .byline {
	display: block;
}

.tags-links a {
	display: inline-block;
	margin-right: 0.5em;
	color: #bebebe;
}

.tags-links a:hover,
.tags-links a:focus {
	opacity: 1;
	color: #000;
}

.tags-links a:before {
	content: '#';
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Entry Content */

.entry-content,
.entry-summary {
	word-wrap: normal;
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
	        hyphens: none;
}

.entry-content img {
	display: block;
	margin-bottom: 1.5em;
}

/* Portfolio Grid */

article#post-89 #category-names, article#post-105 #category-names, article#post-114 #category-names {
	display: block;
	width: 100%;
	float: left;
	position: absolute;
}

#category-names {
	display: none !important;
}

#category-names p {
	display: none !important;
}

article#post-89 #category-names p.abstract, article#post-105 #category-names p.still-life, article#post-114 #category-names p.coastal {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 17px;
	letter-spacing: 1px;
}

#gallery-categories {
	width: 100%;
	margin: 0 0 50px 0;
	float: left;
	text-align: center;
}

.menu-gallery-categories-container ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

.menu-gallery-categories-container li {
	text-align: center;
	list-style-type: none;
	display: inline;
}


.menu-gallery-categories-container li a {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}

.menu-gallery-categories-container li a:hover, .menu-gallery-categories-container li a:focus, .menu-gallery-categories-container li a:active {
	border-bottom: 1px solid;
	text-decoration: none;
	outline: none;
}

.menu-gallery-categories-container li.current-menu-item a {
	border-bottom: 1px solid;
	text-decoration: none;
}

.portfolio-grid {
	max-width: 474px;
	margin: 0 auto;
}

.project {
	position: relative;
	margin-bottom: 1.75em;
}

.project:before {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-color: #f1f1f1;
	content: '';
}

.project-thumbnail {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
}

.project-thumbnail img {
	display: block;
   	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	overflow-x: hidden;
}

.project-header {
	width: 100%;
	padding: 20px 25px;
	transition: opacity 0.15s ease-in-out;
}

.project-title {
	margin: 0;
	letter-spacing: 1px;
	font-weight: 400;
}

.project-title a {
	display: block;
	color: #808080;
	font-size: 16px;
	line-height: 1.5;
}

.project-categories {
	display: inline-block;
	font-weight: normal;
}

.project-categories a {
	color: #111;
}

.project-tags a {
	color: red;
	bottom: 30px;
	position: absolute;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: none;
}

/* Grid Variations. */

/* Galleries */

.gallery,
#content .tiled-gallery {
	margin: 0 -2px 1.375em;
}

.gallery-item {
	float: left;
	overflow: hidden;
	margin: 0;
	border: 2px solid transparent;
}

.gallery-item img,
.gallery-item a {
	display: block;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	width: auto;
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: auto;
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: auto;
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	width: auto;
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: auto;
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: auto;
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	width: auto;
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	width: auto;
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: auto;
	max-width: 11.11111%;
}

.gallery-columns-10 .gallery-item {
	width: auto;
	max-width: 10%;
}

.gallery-caption {
	display: block;
	overflow: hidden;
	height: 2em;
	margin: 0;
	padding-top: 3px;
	color: #bebebe;
	font-size: 0.75em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
	display: none;
}

/* Post Navigation (Next/Previous Post) */

.post-navigation {
	margin-bottom: 1.5em;
}

.post-navigation span {
	color: #bebebe;
}

/**
 * Pages
 */

.sticky {
	display: block;
}

.hentry {
	word-wrap: break-word;
}

/* Default Post */

.blog .entry-header,
.archive .entry-header,
.single-post .entry-header {
	max-width: 474px;
	margin: 0 auto;
}

.blog .entry-content,
.blog .entry-footer,
.blog .comments-area,
.blog .post-navigation,
.archive .entry-content,
.archive .entry-footer,
.archive .comments-area,
.archive .post-navigation,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .comments-area,
.single-post .post-navigation {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

.single-post .comments-area {
	display: none;
}

.blog .entry-meta,
.archive .entry-meta,
.single-post .entry-meta {
	max-width: 474px;
	margin: 0 auto 1.5em;
}

.blog .post,
.archive .post {
	margin-bottom: 1.5em;
}

.single-post .post {
	margin-bottom: 3em;
}

a.read-more {
	border-bottom: 0px solid;
	font-size: 15px;
	padding: 5px 10px;
	background: #f7f7f7;
	border-radius: 3px;
}

a.read-more:hover {
	border-bottom: 0px solid;
	text-decoration: none;
	background: #eee;
}

/* Default Page */

.page-template-default .entry-header,
.page-template-default .entry-content,
.page-template-default .comments-area {
	clear: both;
	width: 100%;
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

/* Single Portfolio */

.single-portfolio .content-area,
.single-jetpack-portfolio .content-area {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}

.single-portfolio .entry-header,
.single-jetpack-portfolio .entry-header {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
}

.single-portfolio .entry-content,
.single-jetpack-portfolio .entry-content {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	display: flex;
}

.single-portfolio .entry-content img,
.single-jetpack-portfolio .entry-content img {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#left-nav-col {
	float: left;
	width: 15%;
	align-items: stretch;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	padding-bottom: 85px;
}

#middle-col {
	float: left;
	width: 70%;
}

#middle-col p {
	text-align: center;
	font-family: 'Avenir-Light', helvetica, sans-serif;
	margin-bottom: 0px;
}

#right-nav-col {
	float: right;
	width: 15%;
	align-items: stretch;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	padding-bottom: 85px;
}

.single-portfolio .project-excerpt,
.single-portfolio .project-meta,
.single-jetpack-portfolio .project-excerpt,
.single-jetpack-portfolio .project-meta {
	margin-bottom: 1.5em;
}

.single-portfolio .project-meta table,
.single-jetpack-portfolio .project-meta table {
	display: block;
	float: left;
	width: auto;
	margin-bottom: 0;
}

.single-portfolio .project-meta td,
.single-jetpack-portfolio .project-meta td {
	padding: 0 0 10px 0;
	border-bottom: none;
}

.single-portfolio .project-meta td.project-meta-item-name,
.single-jetpack-portfolio .project-meta td.project-meta-item-name {
	padding-right: 1em;
}

.single-portfolio.no-excerpt .project-meta .project-meta-item-name,
.single-jetpack-portfolio.no-excerpt .project-meta .project-meta-item-name {
	text-align: left;
}

.sold {
	color: #ec3c3c;
}

.for-sale {
	font-weight: 500;
}


.single-portfolio .project-meta-item-name,
.single-jetpack-portfolio .project-meta-item-name {
	padding-right: 1em;
	color: #bebebe;
	text-align: left;
	vertical-align: top;
}

.single-portfolio .project-meta-item-desc,
.single-jetpack-portfolio .project-meta-item-desc {
	font-weight: 300;
}

.single-portfolio .project-meta-cats,
.single-portfolio .project-meta-tags,
.single-jetpack-portfolio .project-meta-cats,
.single-jetpack-portfolio .project-meta-tags {
	color: #333;
}

.single-portfolio .comments-area,
.single-jetpack-portfolio .comments-area {
	max-width: 474px;
}

/* Portfolio */

.page-template-portfolio-jetpack .content-area,
.page-template-portfolio-toolkit .content-area {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.page-template-portfolio-jetpack .entry-header,
.page-template-portfolio-jetpack .entry-content,
.page-template-portfolio-jetpack .comments-area,
.page-template-portfolio-toolkit .entry-header,
.page-template-portfolio-toolkit .entry-content,
.page-template-portfolio-toolkit .comments-area {
	width: 100%;
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

/* Fullwidth */

#cv-blue-box {
	display: none;
}

body.page-id-10 #cv-blue-box {
	display: block;
	width: 100%;
	float: left;
	padding: 20px 20px 20px 20px;
	color: #5d7e9f;
	font-size: 14px;
	background: #f2f5f7;
	margin-top: 30px;
}

body.page-id-10 #cv-blue-box .left-col {
	width: 48%;
	float: left;
}

body.page-id-10 #cv-blue-box .right-col {
	width: 48%;
	float: right;
}

#archive-blue-box {
	display: block;
	width: 100%;
	height: 260px;
	line-height: 260px;
	float: left;
	padding: 0px 50px;
	color: #5d7e9f;
	font-size: 18px;
	background: #f2f5f7;
	margin-top: 0px;
}

#archive-blue-box span {
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
	text-align: justify;
}

.page-template-fullwidth .content-area {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}

.about-content {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}

.about-content p {
	float: left;
	width: 45%;
	max-width: 50%;
	margin-right: 0;
}

#contact-img {
	float: right;
}

#contact-info {
	float: left;
	width: auto;
	min-width: 30%;
	margin-bottom: 30px;
	height: 450px;
	margin-bottom: 0px;
	padding-top: 185px;
}

#contact-image-caption {
	float: left;
	width: 100%;
	margin-top: -100px;
}

.page-template-fullwidth .entry-header,
.page-template-fullwidth .entry-content {
	width: 100%;
	max-width: 100%;
}

.page-template-fullwidth .comments-area {
	max-width: 474px;
}







/* Centered */

.page-template-centered .content-area,
.page-template-page-blog-archives .content-area {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.page-template-centered .entry-header,
.page-template-centered .entry-content,
.page-template-centered .comments-area,
.page-template-page-blog-archives .entry-header,
.page-template-page-blog-archives .entry-content,
.page-template-page-blog-archives .comments-area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.search .content-area .search-field {
	padding-right: 10em;
}

.search .hentry {
	margin-bottom: 3em;
}

.search .entry-title {
	margin: 0 0 1.2em;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2em;
}

.search .entry-title a {
	color: #111;
}

.search .search-form,
.search .entry-header,
.search .entry-summary {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

/* 404 */

.error-404 {
	margin: 15% 0 25%;
	text-align: center;
}

/**
 * Comments
 */

.comment-list,
.children {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.comment-list {
	margin-left: 0;
	padding-top: 1.375em;
	border-top: 2px solid;
	border-top-color: #f1f1f1;
}

.children {
	margin-left: 5%;
}

.comment-body {
	position: relative;
	margin: 0 0 1.375em 0;
	border-bottom: 2px solid;
	border-bottom-color: #f1f1f1;
	word-wrap: break-word;
}

.pingback .comment-body {
	margin: 0 0 1.5em 0;
	padding: 1.5em;
	border-bottom: none;
	background-color: #f1f1f1;
}

.pingback .comment-body .edit-link {
	display: block;
	float: right;
}

.comment-meta {
	margin: 0 0 1.5em 0;
}

.comment-author img {
	display: block;
	float: left;
	clear: left;
	width: 3em;
	height: 3em;
	border-radius: 50%;
}

.comment-author .says {
	display: none;
}

.comment-author .author-name,
.comment-author .fn,
.comment-metadata {
	display: block;
	margin-left: 72px;
	margin-left: 4.5rem;
}

.author-name span {
	color: #bebebe;
}

.comment-metadata {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 24px;
	line-height: 1.5rem;
}

.comment-metadata time,
.comment-metadata .edit-link a {
	margin-right: 0.5em;
}

.reply {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-body:hover .reply {
	display: block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-awaiting-moderation {
	color: #bebebe;
}

.comment-reply-title small {
	float: right;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 24px;
	line-height: 1.5rem;
	line-height: inherit;
}

.comment-reply-title small a {
	color: #e83337;
}

.comment-reply-title small a:before {
	margin: 0 0.5em;
	content: '\e801';
}

.required {
	color: #e83337;
}

.comment-form .submit {
	border-color: #000;
	color: #fff;
	background-color: #000;
}

.comment-form .submit:hover,
.comment-form .submit:focus {
	opacity: 1;
	background-color: #ff4860;
}

.comment-form textarea {
	min-height: 13.5em;
}

.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.comment-list,
.form-submit {
	margin-bottom: 1.5em;
}

.no-comments {
	margin-bottom: 3em;
}

/* Comment Navigation */

.comment-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
	word-wrap: break-word;
}

.comment-navigation .nav-links {
	overflow: hidden;
	width: 100%;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	float: left;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	display: block;
	float: left;
}

.comment-navigation .nav-pages {
	display: inline-block;
	float: right;
	color: #bebebe;
	text-align: right;
}

.comment-navigation .nav-previous a {
	margin-right: 1em;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
	margin: 0 0.2em;
	color: #bebebe;
}

.comment-navigation .nav-previous a:before {
	margin: 0 0.5em 0 0;
	content: '\e802';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 0.5em;
	content: '\e803';
}

/**
 * Widgets
 */

.widget {
	margin: 0 0 30px;
    	word-wrap: break-word;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.widget select {
	max-width: 100%;
}

.widget:not(.widget_text) ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget a {
	color: #111;
	font-size: 18px;
	font-weight: 300;
}

.widget a:hover,
.widget a:active,
.widget a:focus {
	border-bottom: 1px solid;
	color: #111;
}

.widget_search .search-submit {
	display: none;
}

.widget_calendar caption {
	color: #fff;
	background-color: #bebebe;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: normal;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

.widget_calendar table {
	max-width: 100%;
	margin-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2em;
	text-align: center;
}

.widget_calendar td {
	line-height: 1.91667em;
}

.widget_calendar th {
	line-height: 1.83333em;
}

.widget_calendar tfoot td:first-child {
	padding-left: 0.75em;
	text-align: left;
}

.widget_calendar tfoot td:last-child {
	padding-right: 0.75em;
	text-align: right;
}

.widget.widget_recent_comments li,
.widget.widget_recent_entries li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid;
	border-bottom-color: #f1f1f1;
}

.widget_rss .widget-title a {
	color: #111;
	text-decoration: underline;
}

.widget_rss .widget-title a:first-child {
	display: none;
}

.widget_rss li {
	margin-bottom: 0.75em;
	padding-bottom: 0.6875em;
	border-bottom: 1px solid;
	border-bottom-color: #f1f1f1;
}

.widget_rss a {
	display: block;
}

.widget_rss cite {
	margin: 0;
	color: #bebebe;
	font-style: normal;
}

.widget_rss .rss-date {
	display: block;
	margin: 0;
	color: #bebebe;
}

.widget.widget_nav_menu ul ul {
	margin-left: 1em;
}

/**
 * Footer
 */

.site-footer {
	background: #f7f7f7;
	background: #fff;
	padding: 30px;
	min-height: 0px;
	margin-top: 20px;
}

footer .wrap {
	max-width: 1060px;
	padding: 0 72px;
	margin: 0 auto;
}

#about {
	width: 55%;
	margin-right: 10%;
	float: left;
	padding: 20px 0 0 0;
}

#about a:hover {
	border-bottom: 1px solid;
}

span.copyright {
	text-align: center;
	margin: 0 auto;
	display: block;
}

#sales-enquiries {
	width: auto;
	float: right;
	padding: 20px 0 0 0;
}

#sales-enquiries img {
	width: 25px;
	height: 25px;
}

#about h4, #sales-enquiries h4 {
	font-size: 13px;
	font-weight: 600;
}

#about p, #sales-enquiries p {
	font-size: 16px;
}

.site-info {
	display: block;
	margin-bottom: 1.5em;
}

a.social-icon {
	margin-left: 10px;
}

/**
 * Plugins
 */

/* Jetpafck Infinite Scroll*/

.infinite-scroll .pagination,
.infinite-scroll.neverending #footer {
	display: none;
}

/* Shows the footer again in case all posts have been loaded */

.infinity-end.neverending #footer {
	display: block;
}

#infinite-handle {
	max-width: 474px;
	margin: 0 auto 1.5em;
}

#infinite-handle button {
	margin-top: 1.5em;
}

.infinite-loader {
	display: block;
	height: 3em;
	margin-bottom: 1.5em;
}

/* Contact Form 7 */

input[type='submit'].wpcf7-submit {
	border-color: #000;
	color: #fff;
	background-color: #000;
}

input[type='submit'].wpcf7-submit:hover,
input[type='submit'].wpcf7-submit:focus {
	opacity: 1;
	background-color: #ff4860;
}

.wpcf7 {
	margin: 0;
	padding: 30px 30px 1px 30px;
	background: #f7f7f7;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #e83337;
	font-size: 1em;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 1em;
}

.wpcf7-list-item {
	display: block;
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	margin-left: 1.5em;
	border: none;
	vertical-align: middle;
}

.wpcf7 .ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #bebebe;
}



/**
 * Media Queries
 */

@media screen and (min-width: 415px) {
	.footer-navigation {
		float: left;
		width: 60.46748%;
	}

	.footer-navigation ul {
		float: left;
		margin-left: -0.75em;
	}

	.footer-navigation li {
		float: left;
	}

	.footer-navigation a {
		padding: 0 0.75em;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-info {
		float: right;
		width: 39.53252%;
		margin-right: 0;
		text-align: right;
	}

}


@media screen and (max-width: 600px) {
	
	.site-title { 
		font-size: 22px;
	}

	body.home img.alignright {
		max-width: 100% !important;
	}

	#contact-info {
    		height: auto !important;
    		margin-top: 30px;
    		padding-top: 0px !important;
		width: 100% !important;
	}

	#contact-img {
    		float: left !important;
	}

	#contact-img img {
    		max-height: 300px !important;
	}

}

@media only screen and (min-width:767px) and (max-width: 1024px)  {

.menu-toggle {
    display: inline-block;
    margin-top: 15px;
}

}

@media screen and (min-width: 768px) {

	.site-branding {
		margin-top: 0px;
	}

}


@media screen and (max-width: 768px) {

	h1 {
		line-height: 1.25em;
	}

	.site-header {
    		padding-bottom: 10px;
	}

	.site-branding {
		margin-top: 15px;
	}

	.menu-toggle {
		margin-top: 1em;
	}

	#featured-work-wrap {
		min-height: 0;
		margin-bottom: 0;
	}

	#featured-work-center {
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}

	#featured-work-center img {
    		max-height: none;
		width: 100%;
		height: auto;
	}

	.main-navigation {
		height: auto; 
		width: 100%;
	}

	.main-navigation ul {
		margin-bottom: 0px;
	}

	.main-navigation a {
		padding: 5px 0;
		margin-left: 0;
	}

	.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active, .main-navigation li a, li.current_page_item a {
    		border-bottom: 0px solid !important;
	}

	#category-names {
		display: none;
	}

	article#post-89 #category-names, article#post-105 #category-names, article#post-114 #category-names {
		display: none;
	}

	#category-names p {
		display: none;
	}

	article#post-89 #category-names p.abstract, article#post-105 #category-names p.still-life, article#post-114 #category-names p.coastal {
		display: none;
	}

	#gallery-categories {
		float: left;
		margin-bottom: 30px;
	}

	.menu-gallery-categories-container li {
		float: left;
		width: 33%;
	}

	.menu-gallery-categories-container li a {

    		text-align: center;
    		margin: 0;
		padding: 10px 0;
	}

	.menu-gallery-categories-container li.current-menu-item a, .menu-gallery-categories-container li a:hover {

		color: #000;
	}

	.portfolio-grid {
		
	}

	.project {
		float: left;
		width: 100%;
	}

	.project-title {
		display: none;
	}

	.project-tags a {
    		color: red !important;
    		left: 10px;
		bottom: 10px;
	}

	body.page-id-10 #cv-blue-box .left-col {
	    	width: 100%;
    		float: left;
   		margin: 0px 0px 30px 0px;
	}

	body.page-id-10 #cv-blue-box .right-col {
	    	width: 100%;
    		float: left;
   		margin: 0px 0px;
	}

	td {
    		padding: 5px;
	}

	blockquote.alignleft, img.alignleft, .wp-caption.alignleft, blockquote.alignright, img.alignright, .wp-caption.alignright {
   		margin: 0px 0px 30px 0;
		margin: 0 auto 30px;
		text-align: center;
		float: none;
	}

	img.alignleft {
		text-align: left;
		float: left;
		margin-bottom: 0px;
	}

	.wpcf7 {
		padding: 20px 20px 1px 20px;
	}

	footer .wrap {
		padding: 0px;
	}

	.site-footer {
		padding: 0 20px 20px 20px;
	}

	a.social-icon {
    		margin: 0px 10px 0 0;
	}

	span.copyright {

	}

	span.site-credit {
		width: 100%;
		float: left;
	}

	.single-portfolio .entry-content,
	.single-jetpack-portfolio .entry-content {
		max-width: 100%;
		margin: 0 0 30px 0;
		width: 100%;
	}

	.single-portfolio .entry-header, .single-jetpack-portfolio .entry-header {
		width: 100%;
		float: left;
	}

	.single-portfolio .project-meta table, .single-jetpack-portfolio .project-meta table {
		font-size: 13px;
	}

	.single-portfolio .project-meta,
	.single-jetpack-portfolio .project-meta {
		display: none;
	}

	.project-thumbnail img {
   		width: 100%;
		height: 100%;
    		object-fit: cover;
    		overflow-x: hidden;
	}

	.about-content p {
    		float: left;
    		width: 100%;
    		max-width: 100%;
    		margin-right: 0;
	}	

	#left-nav-col, #right-nav-col {
    		padding-bottom: 130px;
	}

	#contact-info {
    		height: 350px;
    		margin-bottom: 30px;
    		padding-top: 135px;
	}

	#contact-img img {
    		max-height: 350px !important;
	}

	#archive-blue-box {
		height: auto;
		line-height: 1.4em;
		padding: 30px 20px;
		font-size: 16px;
		background: #f2f5f7;
		margin-top: 0px;
	}

}



@media screen and (min-width: 768px) {
	table {
		margin-bottom: 0;
	}

	.site {
		padding-right: 72px;
		padding-left: 72px;
	}

	.site-header {
		margin-bottom: 0;
	}

	a.site-logo-link {
		height: 4.5em;
		margin: 0;
	}

	a.site-logo-link img {
		max-height: 4.5em;
	}

	.site-header {
		padding: 50px 0 50px 0;
	}

	.site-description {
		margin-bottom: 0;
	}

	.main-navigation {
		width: auto;
	}

	.main-navigation ul {
		display: block;
		float: right;
		margin: 0;
		padding: 0 0;
		list-style: none;
	}

	.main-navigation ul ul {
		float: left;
		position: absolute;
		z-index: 99999;
		top: 3em;
		left: -999em;
		padding: 0;
		background-color: #fff;
		box-shadow: 0 2px 25px 3px rgba(0, 0, 0, 0.1);
	}

	.main-navigation ul ul ul {
		top: 0;
		left: -999em;
	}

	.main-navigation ul ul li {
		box-shadow: 0 13px 0 -12px #f1f1f1;
	}

	.main-navigation ul ul li:last-child {
		box-shadow: none;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation ul ul a {
		width: 12em;
		padding: 0.75em 1em;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation li {
		float: left;
		position: relative;
	}

	.main-navigation a {
		padding: 10px 0 0 0;
	}

	.menu-toggle {
		display: inline-block;
	}

	.pagination {
		margin-bottom: 3em;
	}

	.pagination .page-numbers {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.pagination .page-numbers.all {
		width: auto;
	}

	.pagination .page-numbers.all span {
		display: none;
	}

	.pagination .page-numbers.all:before {
		margin-right: 0;
		content: '\e807';
	}

	.blog .pagination {
		padding-top: 3em;
	}

	.page-template-portfolio-toolkit .pagination,
	.page-template-portfolio-jetpack .pagination {
		max-width: 100%;
		border-top: none;
	}

	.post-thumbnail {
		margin: 0 0 3em;
	}

	.entry-meta-item.cat-links {
		display: block;
	}

	.portfolio-grid {
		max-width: 100%;
	}

	.project:hover .project-header,
	.project:active .project-header {
		opacity: 1;
	}

	.project-header {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.76);
	}

	.has-post-thumbnail .project-header {
		opacity: 0;
		pointer-events: none;
	}

	.portfolio-grid-col-2 .project {
		float: left;
		width: 48.78049%;
		margin-right: 2.43902%;
		margin-bottom: 2.43902%;
	}

	.portfolio-grid-col-2 .project:nth-of-type(2n) {
		margin-right: 0;
	}

	.portfolio-grid-col-3 .project {
		float: left;
		width: 28.5%;
		margin-right: 7%;
		margin-bottom: 7%;
	}

	.portfolio-grid-col-3 .project:nth-of-type(3n) {
		margin-right: 0;
	}

	.portfolio-grid-col-4 .project {
		float: left;
		width: 23.17073%;
		margin-right: 2.43902%;
	}

	.portfolio-grid-col-4 .project:nth-of-type(4n) {
		margin-right: 0;
	}

	.blog .post,
	.archive .post {
		margin-bottom: 4.5em;
	}

	.single-portfolio .hentry,
	.single-jetpack-portfolio .hentry {
		margin-bottom: 0;
	}

	.page-template-portfolio-jetpack .page,
	.page-template-portfolio-toolkit .page {
		margin-bottom: 0;
	}

	.page-template-portfolio-jetpack .entry-header,
	.page-template-portfolio-jetpack .entry-content,
	.page-template-portfolio-jetpack .comments-area,
	.page-template-portfolio-toolkit .entry-header,
	.page-template-portfolio-toolkit .entry-content,
	.page-template-portfolio-toolkit .comments-area {
		margin-left: 0;
	}

	.error404 .content-area {
		float: none;
		margin: 0 auto;
	}

	.comment-navigation {
		margin-bottom: 3em;
	}

	.site-footer {
		padding: 30px;
	}
}



@media screen and (max-width: 960px) {

	#contact-image-caption {
		margin-top: 0px;
	}

}


@media screen and (min-width: 1024px) {

	.menu-toggle {
    		display: none;
	}

	.content-area {
		float: left;
		width: 70%;
		max-width: 70%;
		margin-right: 3.65854%;
	}

	.no-sidebar .content-area {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.widget-area {
		float: right;
		width: 25%;
		margin-right: 0;
	}

	.pagination {
		max-width: 100%;
	}

	.page-header {
		max-width: 100%;
		margin-left: 0;
	}

	.blog .entry-header,
	.archive .entry-header,
	.single-post .entry-header {
		float: right;
		width: 70%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 20px;
		margin-right: 3%;
	}

	.blog .entry-content,
	.blog .entry-footer,
	.blog .comments-area,
	.blog .post-navigation,
	.archive .entry-content,
	.archive .entry-footer,
	.archive .comments-area,
	.archive .post-navigation,
	.single-post .entry-content,
	.single-post .entry-footer,
	.single-post .comments-area,
	.single-post .post-navigation {
		float: right;
		width: 70%;
		max-width: 100%;
		margin-right: 3%;
		margin-left: 0;
		padding-right: 0;
	}

	.blog .entry-meta,
	.archive .entry-meta,
	.single-post .entry-meta {
		float: left;
		width: 30.04115%;
		width: 20%;
		margin-right: 4.93827%;
		margin-right: 5%;
	}

	.blog.no-sidebar .entry-header,
	.archive.no-sidebar .entry-header,
	.single-post.no-sidebar .entry-header {
		width: 74.08537%;
		padding-right: 25.91463%;
	}

	.blog.no-sidebar .entry-meta,
	.archive.no-sidebar .entry-meta,
	.single-post.no-sidebar .entry-meta {
		float: left;
		width: 22.2561%;
		margin-right: 3.65854%;
	}

	.blog.no-sidebar .entry-content,
	.blog.no-sidebar .comments-area,
	.blog.no-sidebar .post-navigation,
	.archive.no-sidebar .entry-content,
	.archive.no-sidebar .comments-area,
	.archive.no-sidebar .post-navigation,
	.single-post.no-sidebar .entry-content,
	.single-post.no-sidebar .comments-area,
	.single-post.no-sidebar .post-navigation {
		width: 74.08537%;
		padding-right: 25.91463%;
	}

	.page-template-default .hentry {
		margin-bottom: 1.5em;
	}

	.page-template-default .entry-header,
	.page-template-default .entry-content,
	.page-template-default .comments-area {
		float: left;
		margin-left: 0;
	}

	.single-portfolio .entry-header,
	.single-jetpack-portfolio .entry-header {
		max-width: 100%;
	}

	.single-portfolio .entry-content,
	.single-jetpack-portfolio .entry-content {
		max-width: 100%;
		margin: 0 0 30px 0;
	}

	.single-portfolio .project-excerpt,
	.single-portfolio .project-meta,
	.single-jetpack-portfolio .project-excerpt,
	.single-jetpack-portfolio .project-meta {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.single-portfolio .project-meta table,
	.single-jetpack-portfolio .project-meta table {
		float: right;
		margin-bottom: 1.5em;
	}

	.single-portfolio .project-meta,
	.single-jetpack-portfolio .project-meta {
		margin-right: 0;
		margin-top: 30px;
		display: none;
	}

	.single-portfolio.no-excerpt .project-meta table,
	.single-jetpack-portfolio.no-excerpt .project-meta table {
		float: left;
	}

	.single-portfolio .project-meta-item-name,
	.single-jetpack-portfolio .project-meta-item-name {
		text-align: left;
	}

	.page-template-fullwidth .hentry {
		margin-bottom: 0;
	}

	.page-template-centered .hentry,
	.page-template-page-blog-archives .hentry {
		margin-bottom: 0;
	}

	.search .search-form,
	.search .entry-header,
	.search .entry-summary {
		max-width: 100%;
		margin-left: 0;
	}

	.comment-list,
	.form-submit {
		margin-bottom: 3em;
	}

	#infinite-handle {
		max-width: 100%;
	}
}



@media screen and (min-width: 1023px) {

	.menu-toggle { 
		display: none; 

	}

}


@media screen and (max-width: 1023px) {

	.main-navigation ul {
		display: none;
	}

	.main-navigation {
		height: auto; 
		width: 100%;
	}

	.main-navigation ul {
		width: 100%;
		float: left;
	}

	.main-navigation li {
		float: left;
		width: 100%;
	}

	.main-navigation a {
		padding: 5px 0;
		margin: 0;
	}

	article#post-89 #category-names p.abstract, article#post-105 #category-names p.still-life, article#post-114 #category-names p.coastal {
		margin-top: 9px;
		font-size: 13px
	}

	body.home img.alignright {
		max-width: 50%;
	}

	#contact-img {
		float: right;
	}

	#contact-img img {
		margin: 0 0 0px 0;
		float: left;
		width: 100%;
		max-height: 450px;
	}

	#contact-image-caption {
		margin-top: 30px;
	}

}
