/*
	Theme Name: alphahw v1
	Theme URI:
	Description: Based on the HTML5 Blank WordPress Theme
	Version: 0.1
	Author: @alphahw
	Author URI: http://alphahw.eu
	Tags: no

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
	width: 100%;
	background: #fdfdfd;
}
body {
	font-size: 16px;
	font:300 100%/1.5 'open_sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#0f0f0f;

	height: 100%;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0f0f0f;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

a:active {
	position: relative;
	top: 1px;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.centered {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* wrapper */
.wrapper {
	margin:0 auto;
	min-height: 93.0435%;
	overflow: visible;
	clear: both;
	width: 92.5%;
}

.wrapper main {
	min-height: 100vh;
}

.wrapper main section {
	min-height: inherit;
}

/* header */
.header {

	z-index: 999;

	position: relative;
	min-height: 32px;
	min-height: 6.9565%;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}

#menu-toggle {
	display: none;
}

.mobile_menu_toggle {
	text-indent: -9999px;
	background: url('img/icons/menu_open.svg') no-repeat;
	opacity: 0.5;
	border: 0;
	width: 14.1891%;
	font-size: 420%;
	line-height: 1;
	display: block;
	margin-left: 2.5%;
	margin-top: 18px;
	z-index: 99;
    transition: all 0.25s ease-in-out;
}

/* headerbar */

.headerbar {
	background: #fff;
	display: none;

	padding: 18px 3.75%;
	padding-bottom: 0;
	margin: 0 auto;
	
	font-size: 24px;
	font-size: 240%;
}

#menu-toggle:checked + .headerbar {
	display: block;
}

#menu-toggle:checked + .headerbar:after {
	display: block;
	content: '';
	width: 103.75%;
	height: 100vh;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	margin: 0;
	left: -3.75%;
}

#menu-toggle:checked ~ .mobile_menu_toggle {
	background: url('img/icons/menu_close.svg') no-repeat;
}

/* header-menu */

.header-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 50%;
}

.header-menu li {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header-menu li:last-child {
	margin: 0;
}

.header-menu li a {
	display: block;
}

.header-menu .current_page_item {
	font-weight: bold;
}

/* social-media-bar */

.social-media-bar {
	list-style: none;
	margin: 0 auto;
	min-height: 32px;
	padding: 12px 0;
	min-width: 8.6111%;
	clear: both;
}

.social-media-bar li {
	opacity: 0.25;
	float: right;
	width: 13.125vw;
	background-size: 100%;
    transition: all 0.25s ease-in-out;
    margin-left: 12.5%;
}

.social-media-bar li:first-child {
	margin-right: 15.8783%;
}

.social-media-bar li:hover {
	opacity: 1;
}

.social-media-bar li[class~="twitter"] {
	background: url('img/icons/socM/svg/twitter.svg') no-repeat center;
}

.social-media-bar li[class~="dribbble"] {
	background: url('img/icons/socM/svg/dribbble.svg') no-repeat center;
}

.social-media-bar li[class~="flickr"] {
	background: url('img/icons/socM/svg/flickr.svg') no-repeat center;
}

.social-media-bar li a {
	min-height: 42px;
	min-width: 42px;
	display: block;
	text-indent: -9999%;
}

/* content */

.page h1, .single h1 {
	font-size: 48px;
	font-size: 480%;
	text-align: center;
	margin: 0;
	line-height: 1.25;
	opacity: 1;
    transition: all 0.25s ease-in-out;
}

.fadeOut {
	opacity: 0;
}

.page .subtitle, .single .subtitle {
	font-size: 18px;
	font-size: 180%;
	text-align: center;
	margin: 0;
	margin-bottom: 36px;
	font-style: italic;
	font-weight: normal;
}

/* portfolio piece listing */

.ppiece {
	display: block;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;

	border: 8px solid rgba(255, 255, 255, 0.95);

	-moz-box-shadow: 0 4px 12px rgba(34,34,34,.06); /* drop shadow */
	-webkit-box-shadow: 0 4px 12px rgba(34,34,34,.06); /* drop shadow */
	box-shadow: 0 4px 12px rgba(34,34,34,.06); /* drop shadow */
	margin-bottom: 36px;
}

@media screen and (orientation: landscape) {
	.ppiece {
		padding-bottom: 47.5%;
		width: 47.5%;
		float: left;
	}

	.ppiece:nth-child(2n) {
		float: right;
	}
}

.ppiece:after {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	background: #fdfdfd;
	content: '';
	z-index: -1;
}

.ppiece:hover:before, .hover:before {
	opacity: 1;
}

.ppiece:before {
	content: "";
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 99;

	opacity: 0;
    transition: all 0.125s ease-in-out;
}

.ppiece:hover .meta, .hover .meta {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ppiece .meta {

	display: block;
	text-align: center;

	position: relative;
	top: 50%;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);

	z-index: 199;

	opacity: 0;
    transition: all 0.125s ease-in-out;
}

.ppiece .meta .year, .ppiece .meta .client {
	font-size: 24px;
	font-size: 240%;
	margin: 0;
}

.ppiece .meta .title {
	font-size: 28px;
	font-size: 280%;
	margin: 0;
}

/* single portfolio piece */

.single-portfolio-piece .wrapper {
	width: 100%;
}

.single-portfolio-piece h1 {
	margin-bottom: 15px;
}

.single-portfolio-piece .subtitle {
	max-width: 92.5%;
	margin: 0 auto;
	font-style: normal;
	margin-bottom: 24px;
}

.single-portfolio-piece h1, .single-portfolio-piece p {
	max-width: 92.5%;
	margin-left: auto;
	margin-right: auto;
}

.single-portfolio-piece .roles, .single-portfolio-piece .team {
	display: block;
	max-width: 92.5%;
	margin: 0 auto;
}

.single-portfolio-piece .team {
	margin-top: 18px;
}

.single-portfolio-piece .roles h4, .single-portfolio-piece .team h4 {
	font-size: 15px;
	font-size: 150%;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
	margin-bottom: 4px;
}

.single-portfolio-piece .roles p, .single-portfolio-piece .team p {
	display: inline;
	font-size: 12px;
	font-size: 120%;
}

.single-portfolio-piece .team p {
	font-style: italic;
}

.single-portfolio-piece .team a {
	font-weight: bold;
}

article {
	overflow: auto;
}

article p {
	font-size: 15px;
	font-size: 150%;
	margin-bottom: 15px;
}

article a {
	font-weight: bold;
}

.single-portfolio-piece article img {
	margin-bottom: 24px;
}

/* full-width IMG or TXT */

.single-portfolio-piece .full {
	clear: both;
	width: 100%;
	margin-bottom: 0;
}

.single-portfolio-piece .full article {
	width: 92.5%;
	margin: 2.5% auto;
}

.post-edit-link {
	clear: both;
}

.portfolio-cta {
	font-style: italic;
	margin-bottom: 24px;
	clear: both;
	text-align: center;
}

.portfolio-cta a {
	font-style: normal;
	font-weight: bold;
}

/* sidebar */
.sidebar {

}

/* footer */
.footer {
	padding: 0 0 18px;
	text-align: center;
	overflow: auto;
}

.footer p {
	margin: 0 auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Start */

.start .wrapper {
	background: url('img/messyhairday.jpg') no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	background-clip: border-box;
}

.start article {
	text-align: center;
	margin: 0 auto;
}

.start article h2 {
	font-size: 30px;
	font-size: 300%;
	line-height: 1;

	margin: 0;
	margin-bottom: 8%;
}

.start article p {
	margin: 0;
}

@media screen and (orientation : landscape) {
	
	.start .wrapper, .start .wrapper main {
		min-height: 81.25%;
	}

	.start .wrapper {
		background-position: top left;
		background-attachment: local;
		background-size: 50% auto;
	}

	.start article {
		max-width: 50%;
		margin-left: 50%;
	}

	/* single portfolio pieces */

	/* IMG to right, TXT to left */

	.single-portfolio-piece .wp-post-image, .single-portfolio-piece .img-left, 
	.single-portfolio-piece .img-right {
		max-width: 38.125%;
		float: right;
		margin-right: 2.5%;
		margin-top: 5%;
		overflow: auto;
	}

	.single-portfolio-piece article .article-right, 
	.single-portfolio-piece article .article-left {
		width: 50%;
		float: left;
		margin: 0 0 5%;
		margin-left: 2.5%;
		overflow: auto;
	}

}

/* work + portfolio piece bg */

.work:before, .single-portfolio-piece:before {
	content: "";
	background: url('img/work_pattern.png');
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -99;
}

.work:after, .single-portfolio-piece:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 90%;
	left: 0;
	height: 10%;
	z-index: -98;

	background: -moz-linear-gradient(top,  rgba(253,253,253,0) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,0)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,253,253,0) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,253,253,0) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,253,253,0) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,253,253,0) 0%,rgba(253,253,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdfdfd', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}

/* About */

.about .testimonials {
	text-align: center;
}

.about .testimonials h3 {
	font-size: 18px;
	font-size: 180%;
	margin: 0 0 5%;
}

.about .testimonials blockquote {
	font-size: 15px;
	font-size: 150%;
	font-style: italic;
	margin: 0 auto 5%;
}

.about .testimonials blockquote p:before {
	content: '“';
	font-weight: bold;
}

.about .testimonials blockquote p:after {
	content: '”';
	font-weight: bold;
}

.about .testimonials blockquote p {
	margin: 0 0 1.25%;
}

.about .testimonials blockquote cite {
	font-style: normal;
	font-weight: bolder;
}

/* contact form */

::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.75);
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.75);  
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0, 0, 0, 0.75);  
   font-style: italic;
}

:-ms-input-placeholder {  
   color: rgba(0, 0, 0, 0.75);  
   font-style: italic;
}

.get-in-touch .wpcf7 {
	font-size: 15px;
	font-size: 150%;
}

.get-in-touch form input[type=text], .get-in-touch form input[type=email] {
	border: none;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.875);
	border-radius: 0;
}

.get-in-touch form textarea {
	-webkit-appearance: none;
	border: 1px solid rgba(0, 0, 0, 0.75);
	resize: none;
	overflow: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.get-in-touch form input, .get-in-touch form textarea {
	width: 100%;
	background: none;
	padding: 1.25%;
	font-size: 18px;
	font-size: 120%;
}

.get-in-touch form input[type=submit] {
	font-weight: bold;
	min-height: 36px;
	line-height: 2;
	font-size: 20px;
	font-size: 133.3333%;

	border: none;
	background: #fff;

	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.0625);
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.0625);
}

.get-in-touch form img.ajax-loader {
	margin: 18px auto;
	display: block;
}

.get-in-touch form .wpcf7-response-output {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* 4-OH-4 */

.error404 article {
	text-align: center;
	position: absolute;
	left: 50%;
	max-width: 87.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.error404 article h1 {
	font-size: 60px;
	font-size: 600%;
	margin: 0 0 2.5%;
}

.error404 article h2 {
	font-weight: normal;
}

.error404 article a {
	font-weight: bold;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/* Open Sans */

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: bolder;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans';
    src: url('fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

	/*------------------------------------*\
	    STRUCTURE
	\*------------------------------------*/

	/* hide mobile */

	.mobile {
		display: none;
	}

	/* wrapper */
	.wrapper {
		position:relative;
		width: 100%;
	}

	.wrapper main section {
		padding: 7.5% 2.5% 4%;
	}

	/* header */
	.header {

		position: fixed;
		top: 0;
		min-height: 32px;
		width: 100%;

		padding: 2.5% 0;

		transition: all 0.5s ease-in-out;
	}

	.nav-up {
    	top: -100%;
    	opacity: 0;
	}

	.overlap {
		background: rgba(253,253,253,0.75);
	}

	/* logo */
	.logo {

	}
	.logo-img {

	}
	/* headerbar */
	.headerbar {
		padding: 0;
		background: none;
		display: block;
	}

	/* header-menu */

	.header-menu {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 5%;
		max-width: 50%;
		border-top: 1px solid rgba(0, 0, 0, 0.03);
		border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	}

	.header-menu li {
		text-align: center;
		margin-right: 5.4380%;
		border: none;
		display: inline-block;
	}

	.header-menu li a, .social-media-bar {
		line-height: 2;
	}

	.header-menu li:last-child {
		margin: 0;
	}

	/* social-media-bar */

	.social-media-bar {
		list-style: none;
		margin: 0;
		min-height: 32px;
		padding: 0;
		min-width: 50%;
		float: right;
		font-size: 5%;
		clear: none;
	}

	.social-media-bar li:first-child {
		margin: 0;
		margin-right: 5.4380%;
	}

	.social-media-bar li {
		margin: 0;
		float: right;
		margin-right: 2.7190%;
		background-position: center;
		width: auto;
	}

	/* content */

	.page h1, .single h1 {
		font-size: 60px;
		font-size: 600%;
		text-align: center;
		margin: 0;
		line-height: 1.25;
	}

	.page .subtitle, .single .subtitle {
		font-size: 24px;
		font-size: 240%;
		text-align: center;
		margin: 0;
		margin-bottom: 2.5%;
		font-style: italic;
		font-weight: normal;
	}

	/* sidebar */
	.sidebar {

	}

	/* footer */
	.footer {
		margin: 0 auto;
		max-width: 95%;
		padding-bottom: 2.5%;
		font-size: 14px;
		font-size: 140%;
	}

	.footer .left {
		float: left;
		max-width: 50%;
	}

	.footer .right {
		float: right;
		max-width: 50%;
		text-align: right;
	}

	/*------------------------------------*\
	    PAGES
	\*------------------------------------*/

	/* Start */

	.start .wrapper {
		min-height: inherit;

		background-position: center left;
		background-size: auto 105%;
	}

	.start article {
		max-width: 28.6474%;
		font-size: 18px;
		font-size: 120%;
		text-align:left;
		left: 58.4150%;
		margin: 0;
		
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.start article h2 {
		font-size: 48px;
		font-size: 320%;
		line-height: 1;

		margin: 0;
		margin-bottom: 8%;
	}

	.start article p {
		margin: 0;
	}

	/* Work */

	.work article {
		width: 48.6842%;
		margin: 0 auto 2.5%; 
	}

	.work .pieces {
		padding: 0;
		overflow: auto;
		margin: 0 auto;
		display: inline;
	}

	.ppiece {
		height: 21.875vw;
		width: 21.875vw;/*23.0263%;*/
		padding: 0;
		float: left;
		margin-right: 2.6315%;

		border-width: 18px;

		-moz-box-shadow: 0 4px 12px rgba(34,34,34,.06); /* drop shadow */
		-webkit-box-shadow: 0 4px 12px rgba(34,34,34,.06); /* drop shadow */
		box-shadow: 0 4px 12px rgba(34,34,34,.06); /* drop shadow */
	}

	.ppiece:nth-child(2n) {
		float: left;
	}

	.ppiece:nth-child(5), .ppiece:nth-child(12n) {
		margin-left: 14.3914%;
	}

	.ppiece:nth-child(7n+4) {
		margin: 0;
	}

	/*

	.ppiece:nth-child(12n) {
		margin-right: 2.6315%;
		margin-bottom: 36px;
	}

	*/

	/* Single portfolio piece */

	.single-portfolio-piece .wrapper section {
		padding: 7.5% 0 0;
	}

	/* IMG to left, TXT to right */

	.single-portfolio-piece .wp-post-image, .single-portfolio-piece .img-left {
		max-width: 38.125%;
		float: left;
		margin: 0;
		margin-left: 10.625%;
		overflow: auto;
	}

	.single-portfolio-piece article .article-right {
		width: 30%;
		float: right;
		margin: 5% 0;
		margin-right: 10.625%;
		overflow: auto;
	}

	/* IMG to right, TXT to left */

	.single-portfolio-piece .img-right {
		max-width: 38.125%;
		float: right;
		margin: 0;
		margin-right: 10.625%;
		overflow: auto;
	}

	.single-portfolio-piece article .article-left {
		width: 30%;
		float: left;
		margin: 5% 0;
		margin-left: 10.625%;
		overflow: auto;
	}

	.single-portfolio-piece article .metadata {
		margin-bottom: 0;
	}

	.single-portfolio-piece p {
		max-width: 100%;
	}

	.single-portfolio-piece h1 {
		margin-bottom: 15px;
	}

	.single-portfolio-piece .subtitle {
		max-width: 92.5%;
		margin: 0 auto;
		font-style: normal;
		margin-bottom: 24px;
	}

	.single-portfolio-piece h1 {
		max-width: 92.5%;
		margin-left: auto;
		margin-right: auto;
	}

	.single-portfolio-piece .roles, .single-portfolio-piece .team {
		max-width: 100%;
	}

	.single-portfolio-piece .team {
		margin-top: 18px;
	}

	.single-portfolio-piece .roles h4, .single-portfolio-piece .team h4 {
		font-size: 18px;
		font-size: 180%;
	}

	.single-portfolio-piece .roles p, .single-portfolio-piece .team p {
		display: inline;
		font-size: 15px;
		font-size: 150%;
	}

	article p {
		font-size: 18px;
		font-size: 180%;
		margin-bottom: 18px;
	}

	.portfolio-cta {
		font-style: italic;
		margin: 3.25% 0;
		font-size: 24px;
		font-size: 240%;
	}

	.portfolio-cta a {
		font-style: normal;
		font-weight: bold;
		cursor: pointer;
	}

	/* About */

	.about article {
		max-width: 40.1315%;
		float: left;
		margin-left: 8.5526%;
	}

	.about .testimonials {
		width: 31.5789%;
		float: right;
		margin-right: 8.5526%;
		padding: 0;
	}

	.about .testimonials h3 {
		font-size: 24px;
		font-size: 240%;
	}

	.about .testimonials blockquote {
		font-size: 18px;
		font-size: 180%;
	}

	/* Get in touch */

	.get-in-touch .wpcf7 {
		font-size: 15px;
		font-size: 150%;
		width: 40.1315%;
		float: left;
		margin-left: 8.5526%;
	}

	.get-in-touch .wpcf7 span {
		display: block !important;
	}

	.get-in-touch .wpcf7 .wpcf7-response-output {
		font-weight: bold;
		margin: 0 0 2.5%;
		padding: 2.5%;
	}

	.get-in-touch .wpcf7 p {
		margin-bottom: 3.25%;
	}

	.get-in-touch article {
		width: 31.5789%;
		float: right;
		margin-right: 8.5526%;
	}

	/* 4-OH-4 */

	.error404 article h1 {
		font-size: 180px;
		font-size: 1800%;
	}

	/*------------------------------------*\
	    IMAGES
	\*------------------------------------*/

}
@media only screen and (min-width:1920px) {
	body {
		font-size: 120%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
