/*
Theme Name: Karl Geleff
Author: Neal Fletcher
Author URI: http://www.nealfletcher.co.uk
Version: 1.0
*/

/*
RESETS ------------------------
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: ;background: transparent;}

/*
RESETS END --------------------
*/

/*
font-family: 'Archivo', sans-serif;
font-weight: 400;

font-family: 'Archivo', sans-serif;
font-weight: 700;

font-family: 'Lora', serif;
font-weight: 400;
*/

/*
GENERAL STYLES --------------------
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
} 

html, body {
	overflow-x: hidden !important;
}

html { overflow-y: scroll; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	color: #282828;
	background-color: #eeeeee;
	text-rendering: optimizeLegibility;
	font-family: 'Lora', serif;
	-webkit-text-size-adjust: 100%;
	margin: 0; padding: 0;
}

body#home {
	opacity: 0;
	-webkit-transition: opacity 500ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: opacity 500ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: opacity 500ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: opacity 500ms cubic-bezier(0.25,0.1,0.25,1);
    transition: opacity 500ms cubic-bezier(0.25,0.1,0.25,1);
}

body#home.visible {
	opacity: 1;
}

body a {
	color: #282828;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: transparent;
	-webkit-transition: border-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: border-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: border-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: border-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: border-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    cursor: pointer; padding-bottom: 2px;
}

.hairlines a {
	border-width: 0.5px;
}

body.page-template-page-about {
	background-color: #282828;
	color: #ffffff;
}

body a:hover {
	border-color: #282828;
}

body.page-template-page-about a {
	color: #ffffff;
}

body.page-template-page-about a:hover {
	border-color: #ffffff;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea:focus, input:focus, select:focus { 
	outline: 0; 
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Lora', serif;
	font-style: normal; font-weight: normal;
	margin-bottom: 1.1em; line-height: 1.4em;
}

h2 {
	font-family: 'Lora', serif;
	font-weight: 400; font-size: 40px;
	line-height: 1.2em;
}

h3 {
	font-family: 'Archivo', sans-serif;
	font-weight: 400; font-size: 21px;
	letter-spacing: .025em;
}

h4 {
	font-family: 'Archivo', sans-serif;
	font-weight: 400; font-size: 14px;
	letter-spacing: .025em;
}

p { 
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 17px; line-height: 1.4em;
	letter-spacing: .025em;
	margin-bottom: 1em; 
}

ul:not(#menu-main-menu) {
	position: relative;
	display: block;
	margin-bottom: 1em;
	list-style: none;
}

ul:not(#menu-main-menu) li {
	display: block;
	width: 100%; height: auto;
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 17px; line-height: 1.4em;
	letter-spacing: .025em;
}

ul:not(#menu-main-menu) li:before {
	content: "•";
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
}

strong {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
}

@media only screen and (max-width: 840px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 17px;
	}
	p, ul:not(#menu-main-menu) li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 580px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 14px;
	}
	h4 {
		font-size: 14px;
	}
	p, ul:not(#menu-main-menu) li {
		font-size: 14px;
	}
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
	margin-bottom: 0px;
}

body .animsition-loading {
	background: url('/wp-content/uploads/2016/05/loading.gif') center no-repeat !important;
	-webkit-background-size: 30px 30px !important;
    -moz-background-size: 30px 30px !important;
    -o-background-size: 30px 30px !important;
    background-size: 30px 30px !important;
    border: none !important;
    animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    display: none;
}

.out-of-view {
	transition: transform 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-o-transition: -o-transform 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-ms-transition: -ms-transform 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-moz-transition: -moz-transform 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-webkit-transition: -webkit-transform 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
    transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
}

.am-in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.out-of-margin {
	transition: margin-top 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-o-transition: margin-top 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-ms-transition: margin-top 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-moz-transition: margin-top 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-webkit-transition: margin-top 1750ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1750ms cubic-bezier(.23, 1, .32, 1) 250ms;
    margin-top: 40px !important;
    opacity: 0;
}

.am-in-margin {
    margin-top: 0px !important;
    opacity: 1;
}

/* GENERAL CONTENT */

.page-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
}

.content-wrap {
	position: relative;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	max-width: 1400px;
	margin: 0 auto;
	z-index: 2;
}

.outer-content {
	position: relative;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	margin: 0 auto;
	z-index: 2;
}

.inner-content {
	position: relative;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0 auto;
	z-index: 2;
}

@media only screen and (max-width: 1480px) {
	.content-wrap {
		max-width: 1010px;		
	}
	.inner-content {
		max-width: 805px;
	}
}

@media only screen and (max-width: 580px) {
	.content-wrap {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	
	.outer-content {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	
	.inner-content {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

/*
LOADING OVERLAY CONTENT ------------------
*/

.loading-overlay-wrap {
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	padding-top: 100px;
	text-align: right;
	z-index: 999;
	display: none;
}

body#home .loading-overlay-wrap {
	display: block;
}

.loading-overlay-wrap .section {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 100px;
}

.loading-overlay-wrap .section:last-child {
	margin-bottom: 0px;
}

.loading-overlay-wrap .section:after {
	content: "";
	display: block;
	clear: both;
}

.loading-overlay-wrap .logo {
	position: relative;
	display: block;
	width: 100%; height: auto;
	max-width: 555px;
	float: right;
}

.loading-overlay-wrap .logo.mobile {
	display: none;
}

.loading-overlay-wrap .logo svg {
	display: block;
	width: 100%; height: auto;
}

.loading-overlay-wrap .button {
	position: relative;
	display: block;
	width: 125px; height: auto;
	float: right;
	animation: spin 2.5s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-animation: spin 2.5s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-animation: spin 2.5s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-animation: spin 2.5s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation: spin 2.5s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.loading-overlay-wrap .button img {
	position: relative;
	display: block;
	width: 100%; height: auto;
	mix-blend-mode: multiply;
	background-color: transparent;
}

@keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

@media only screen and (max-width: 840px) {
	.loading-overlay-wrap {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 580px) {
	.loading-overlay-wrap {
		padding-top: 30px;
	}
	.loading-overlay-wrap .section {
		margin-bottom: 90px;
	}
	.loading-overlay-wrap .logo.desktop {
		display: none;
	}
	.loading-overlay-wrap .logo.mobile {
		display: block;
		width: 84%;
	}
	.loading-overlay-wrap .button {
		width: 90px;
	}
}

/*
HEADER CONTENT ------------------
*/

body#home .dummy-header, 
body.post-type-archive-work .dummy-header {
	display: none;
}

.header-wrap {
	position: fixed;
	width: 100%; height: auto;
	padding-top: 45px; padding-bottom: 25px;
	background-color: #282828;
	z-index: 500;
	transition: transform 500ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-o-transition: -o-transform 500ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-ms-transition: -ms-transform 500ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-moz-transition: -moz-transform 500ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1) 0ms; 
    transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.header-wrap.visible {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
    -moz-transition: -moz-transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
    -ms-transition: -ms-transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
    -o-transition: -o-transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms; 
}

.header-wrap * {
	color: #ffffff;
}

.header-wrap .content-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.header-wrap .header-section {
	float: left;
	width: 50%; height: auto;
}

.header-wrap .header-section.left { text-align: left; }
.header-wrap .header-section.right { text-align: right; }

.header-wrap #menu-main-menu {
	position: relative;
	display: block;
	width: 100%; height: auto;
	font-size: 0; list-style: none;
}

.header-wrap #menu-main-menu 
.menu-item {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.header-wrap #menu-main-menu 
.menu-item:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px; height: 6px;
	background-color: transparent;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: 50%; margin-left: -3px;
	bottom: -10px;
	-webkit-transition: background-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: background-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: background-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: background-color 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: background-color 300ms cubic-bezier(0.25,0.1,0.25,1);
}

.header-wrap #menu-main-menu 
.menu-item:hover:after, 
.header-wrap #menu-main-menu 
.menu-item.current-menu-item:after, 
body.single-work .header-wrap #menu-main-menu 
.menu-item#menu-item-156:after, 
body#home .header-wrap #menu-main-menu 
.menu-item#menu-item-156:after {
	background-color: #ffffff;
}

.header-wrap #menu-main-menu 
.menu-item a {
	font-family: 'Archivo', sans-serif;
	font-weight: 400; font-size: 21px;
	letter-spacing: .025em; line-height: 1.4em;
	cursor: pointer; border-bottom: none;
}

@media only screen and (max-width: 840px) {
	.header-wrap {
		padding-top: 32px;
		padding-bottom: 22px;
	}
	.header-wrap #menu-main-menu 
	.menu-item a {
		font-size: 17px;
	}
}

@media only screen and (max-width: 580px) {
	.header-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-wrap #menu-main-menu 
	.menu-item {
		margin-right: 25px;
	}
	.header-wrap #menu-main-menu 
	.menu-item a {
		font-size: 14px;
	}
	.header-wrap #menu-main-menu 
	.menu-item:after {
		width: 4px;
		height: 4px;
	}
}

/*
HOMEPAGE CONTENT ------------------
*/

.page-wrap#home {}

/* Home Intro */

.page-wrap#home .intro-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	background-color: #282828;
	z-index: 1;
}

.page-wrap#home .intro-wrap * {
	color: #ffffff;
}

.page-wrap#home .intro-wrap .content-wrap {
	position: absolute;
	height: 100%;
	top: 0; left: 50%;
	margin-right: -50%;
	-ms-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	-o-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}

.page-wrap#home .intro-wrap .intro {
	position: absolute;
	width: 100%; height: auto;
	text-align: center;
	top: 50%; left: 0;
	-ms-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	margin-top: -9%;
}

.page-wrap#home .intro-wrap .intro:after {
	content: "";
	display: block;
	clear: both;
}

.page-wrap#home .intro-wrap .intro .line {
	position: absolute;
	width: 40px; height: 1px;
	background-color: #ffffff;
	top: 50%; left: 50%;
	margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-wrap#home .intro-wrap .intro .column {
	float: left;
	width: 50%; height: auto;
	text-align: center;
}

.page-wrap#home .intro-wrap .intro .random-word {
	position: relative;
	display: none;
}

@media only screen and (max-width: 680px) {
	.page-wrap#home .intro-wrap .intro .column {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

/* Home Grid */

.page-wrap#home .home-grid-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	text-align: center;
	margin-top: -18%;
	z-index: 2;
}

.page-wrap#home .home-grid-wrap 
.content-wrap {
	font-size: 0;
}

.page-wrap#home .home-grid-wrap 
.grid-block {
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	width: 48.5%; height: auto;
	margin-bottom: 10%;
	border-bottom: none;
}

.page-wrap#home .home-grid-wrap 
.grid-block:nth-child(2n+1) {
	margin-right: 3%;
}

.page-wrap#home .home-grid-wrap 
.grid-block:nth-child(2n+1) .inner-wrap {
	float: left;
}

.page-wrap#home .home-grid-wrap 
.grid-block:nth-child(2n+2) .inner-wrap {
	float: right;
}

.page-wrap#home .home-grid-wrap 
.grid-block .inner-wrap.center {
	float: none;
	margin: 0 auto;
}

.page-wrap#home .home-grid-wrap 
.grid-block.landscape .inner-wrap {
	display: block;
	width: 100%; height: auto;
}

.page-wrap#home .home-grid-wrap 
.grid-block.portrait .inner-wrap {
	display: block;
	width: 58%; height: auto;
}

.page-wrap#home .home-grid-wrap 
.grid-block .inner-wrap img.image {
	position: relative;
	display: block;
	width: 100%; height: auto;
}

.page-wrap#home .home-grid-wrap 
.grid-block .inner-wrap .caption {
	position: relative;
	display: block;
	width: 100%; height: auto;
	text-align: left;
	padding-top: 10px;
}

.page-wrap#home .home-grid-wrap 
.grid-block.button .float-button {
	position: absolute;
	width: 65px; height: 65px;
}

@media only screen and (max-width: 580px) {
	.page-wrap#home .home-grid-wrap 
	.grid-block {
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 25px !important;
	}
	.page-wrap#home .home-grid-wrap 
	.grid-block:last-child {
		margin-bottom: 0px !important;
	}
	.page-wrap#home .home-grid-wrap 
	.grid-block.button {
		display: none;
	}
	.page-wrap#home .home-grid-wrap .grid-block.portrait .inner-wrap {
		width: 73%;
	}
}

/*
ABOUT PAGE CONTENT ------------------
*/

.page-wrap#about {
	padding-top: 150px;
}

.page-wrap#about a {
	border-color: #ffffff;
}

.page-wrap#about a:hover {
	border-color: transparent;
}

.page-wrap#about .about-section {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 120px;
}

.page-wrap#about .about-section:last-child {
	margin-bottom: 0px;
}

.page-wrap#about .about-section 
.inner-section {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 80px;
	font-size: 0;
}

.page-wrap#about .about-section 
.inner-section:last-child {
	margin-bottom: 0px;
}

.page-wrap#about .about-section 
.inner-section .column {
	display: inline-block;
	width: 50%; height: auto;
	vertical-align: text-top;
	font-size: 0;
}

.page-wrap#about .about-section 
.inner-section .column.left {
	width: 26%;
	padding-right: 2%;
}

.page-wrap#about .about-section 
.inner-section .column.right {
	width: 74%;
}

.page-wrap#about .about-section 
.inner-section .column .two-col-section {
	position: relative;
	display: block;
	width: 100%; height: auto;
	font-size: 0;
	margin-bottom: 9px;
}

.page-wrap#about .about-section 
.inner-section .column .two-col-section:last-child {
	margin-bottom: 0px;
}

.page-wrap#about .about-section 
.inner-section .column .inner-column {
	display: inline-block;
	vertical-align: text-top;
}

.page-wrap#about .about-section 
.inner-section .column .inner-column.left {
	width: 17.5%;
}

.page-wrap#about .about-section 
.inner-section .column .inner-column.right {
	width: 82.5%;
}

@media only screen and (max-width: 840px) {
	.page-wrap#about {
		padding-top: 110px;
	}
	.page-wrap#about .about-section {
		margin-bottom: 85px;
	}
	.page-wrap#about .about-section 
	.inner-section {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 740px) {
	.page-wrap#about .about-section br {
		display: none;
	}
}

@media only screen and (max-width: 680px) {
	.page-wrap#about .about-section 
	.inner-section .column {
		width: 100% !important;
		padding-right: 0px;
	}
	.page-wrap#about .about-section 
	.inner-section .column.left {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 580px) {
	.page-wrap#about {
		padding-top: 80px;
	}
	.page-wrap#about .about-section {
		margin-bottom: 50px;
	}
	.page-wrap#about .about-section 
	.inner-section {
		margin-bottom: 35px;
	}
	.page-wrap#about .about-section 
	.inner-section .column .inner-column.left {
		width: 25%;
	}
	.page-wrap#about .about-section 
	.inner-section .column .inner-column.right {
		width: 75%;
	}
}

/*
SINGLE WORK CONTENT ------------------
*/

.page-wrap#single-work {}

/* Titles */

.page-wrap#single-work .titles-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-top: 120px; padding-bottom: 150px;
	font-size: 0;
}

.page-wrap#single-work .titles-wrap 
.column {
	display: inline-block;
	width: 50%; height: auto;
	vertical-align: text-top;
}

.page-wrap#single-work .titles-wrap 
.column.right {
	padding-left: 1.5%;
}

.page-wrap#single-work .titles-wrap h2 {
	margin-bottom: .3em;
}

/* Project Content */

.page-wrap#single-work .project-content-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
}

.page-wrap#single-work .project-content-wrap 
.project-slide {
	position: relative;
	display: block;
	width: 100%; height: auto;
}

.page-wrap#single-work .project-content-wrap 
.project-slide.full-slide {
	background:no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-wrap#single-work .project-content-wrap 
.project-slide.full-slide .full-image {
	display: none;
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap {
	position: absolute;
	width: 805px !important;
	max-width: -moz-calc(100% - 60px) !important;
	max-width: -webkit-calc(100% - 60px) !important;
	max-width: -o-calc(100% - 60px) !important;
	max-width: calc(100% - 60px) !important;
	height: auto !important;
	height: 75% !important;
	margin: 0;
	top: 50%; left: 50%;
	margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap.video:after {
	content: "";
	display: block;
	padding-bottom: 57%;
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap img {
	position: relative;
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap.video iframe {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap img.landscape {
	width: auto; height: auto;
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap img.portrait {
	width: auto; height: auto;
}

.page-wrap#single-work .project-content-wrap 
.project-slide .image-wrap .caption {
	position: relative;
	display: block;
	width: 100%; height: auto;
	text-align: center;
	margin-top: 10px;
}

/* Text Content */

.page-wrap#single-work .text-content-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	padding-top: 100px;
}

.page-wrap#single-work .text-content-wrap 
.content-wrap {
	font-size: 0;
}

.page-wrap#single-work .text-content-wrap 
.column {
	display: inline-block;
	vertical-align: text-top;
}

.page-wrap#single-work .text-content-wrap 
.column.left {
	width: 72%;
	padding-left: 10%;
	padding-right: 10%;
}

.page-wrap#single-work .text-content-wrap 
.column.right {
	width: 28%;
}

.page-wrap#single-work .text-content-wrap 
.column .link-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 9px;
}

@media only screen and (max-width: 840px) {
	.page-wrap#single-work .titles-wrap {
		margin-top: 80px;
		padding-bottom: 100px;
	}
	.page-wrap#single-work .text-content-wrap 
	.column.left {
		padding-left: 0px;
	}
	.page-wrap#single-work .text-content-wrap {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 680px) {
	.page-wrap#single-work .titles-wrap 
	.column {
		width: 100%; height: auto;
		padding: 0px !important;
	}
	.page-wrap#single-work .titles-wrap 
	.column.left {
		margin-bottom: 30px;
	}
	.page-wrap#single-work .titles-wrap 
	.column .subtitle {
		position: absolute;
		top: 0; right: 0;
		text-align: right;
	}
	.page-wrap#single-work .text-content-wrap 
	.column {
		width: 100% !important;
		padding: 0px !important;
	}
	.page-wrap#single-work .text-content-wrap 
	.column.left {
		margin-bottom: 30px;
	}
	.page-wrap#single-work .text-content-wrap 
	.column.right {
		padding-right: 30% !important;
	}
	.page-wrap#single-work .project-content-wrap 
	.project-slide {
		height: auto !important;
		margin-bottom: 100px;
	}
	.page-wrap#single-work .project-content-wrap 
	.project-slide:last-child {
		margin-bottom: 0px;
	}
	.page-wrap#single-work .project-content-wrap 
	.project-slide .image-wrap {
		position: relative;
		max-height: auto !important;
		margin: 0 auto !important;
		top: initial; left: initial;
		-ms-transform: translate(-0%, -0%);
		-moz-transform: translate(-0%, -0%);
		-webkit-transform: translate(-0%, -0%);
		-o-transform: translate(-0%, -0%);
		transform: translate(-0%, -0%);
	}
	.page-wrap#single-work .project-content-wrap 
	.project-slide.full-slide .full-image {
		position: relative;
		display: block;
		width: 100%; height: auto;
	}
}

@media only screen and (max-width: 580px) {
	.page-wrap#single-work .titles-wrap {
		margin-top: 40px;
		padding-bottom: 45px;
	}
	.page-wrap#single-work .titles-wrap 
	.column .subtitle {
		width: 60%;
	}
	.page-wrap#single-work .project-content-wrap 
	.project-slide .image-wrap {
		max-width: -moz-calc(100% - 30px) !important;
		max-width: -webkit-calc(100% - 30px) !important;
		max-width: -o-calc(100% - 30px) !important;
		max-width: calc(100% - 30px) !important;
	}	
	.page-wrap#single-work .project-content-wrap 
	.project-slide .caption {
		display: none !important;
	}
}

/*
FOOTER CONTENT ------------------
*/

.footer-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	background-color: #282828;
	padding-top: 15px; padding-bottom: 15px;
	margin-top: 190px; text-align: center;
}

.footer-wrap * {
	color: #ffffff;
}

@media only screen and (max-width: 580px) {
	.footer-wrap {
		margin-top: 70px;
	}
}