/*
Theme Name: Helen Cathcart
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 --------------------
*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=af10afe6-e2c1-415a-9694-253413a1c1ba");
@font-face{
    font-family:"NewBaskervilleW01-Roman";
    src:url("assets/fonts/bc1790d7-cfa9-4990-a053-959c34ee137d.woff2") format("woff2"),url("assets/fonts/d34e3a5a-59f6-4d14-b0a8-54a75a3adfae.woff") format("woff");
}
@font-face{
    font-family:"NewBaskervilleW01-Itali";
    src:url("assets/fonts/1e4af2bf-92c8-4750-8875-85a1fd275cad.woff2") format("woff2"),url("assets/fonts/b74f9e80-f9c2-45b4-9d5d-7f3aba245e3d.woff") format("woff");
}
@font-face{
    font-family:"NewBaskervilleW01-SemiB_693023";
    src:url("assets/fonts/726e44f3-ffc1-40fe-b1bb-3f43894f20c8.woff2") format("woff2"),url("assets/fonts/77f6e0fc-9416-4830-8029-823319e3b166.woff") format("woff");
}
@font-face{
    font-family:"Gill Sans W01 Light";
    src:url("assets/fonts/a2926047-aec5-42f4-b352-e593469518be.woff2") format("woff2"),url("assets/fonts/c56da29d-9c5b-4d94-900f-770cde3dd317.woff") format("woff");
}

/*
font-family:'NewBaskervilleW01-Roman';
font-family:'NewBaskervilleW01-Itali';
font-family:'NewBaskervilleW01-SemiB_693023';
font-family:'Gill Sans W01 Light';
*/

/*
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: #666666;
	background-color: #f5f5f5;
	text-rendering: optimizeLegibility;
	font-family:'NewBaskervilleW01-Roman';
	-webkit-text-size-adjust: 100%;
	margin: 0; padding: 0;
	-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);
}

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

body a {
	color: #666666;
	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);
}

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

/*
SITE WIDE CONTENT ------------------
*/

#content {
	position: relative;
	display: block;
	width: 100%; height: auto !important;
/* 	min-height: 100vh; */
}

.content-wrapper {
	position: relative;
	display: block;
	width: 100%; height: auto;
	opacity: 0;
	-webkit-transition: opacity 0.55s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: opacity 0.55s cubic-bezier(.77, 0, .175, 1);
	-ms-transition: opacity 0.55s cubic-bezier(.77, 0, .175, 1);
	-o-transition: opacity 0.55s cubic-bezier(.77, 0, .175, 1);
	transition: opacity 0.55s cubic-bezier(.77, 0, .175, 1);
}

.content-wrapper.visible {
	opacity: 1;
}

.page-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	padding-top: 45px; padding-bottom: 100px;
}

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

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

.inner-content {
	padding-left: 90px; padding-right: 90px;
}

img {
	display: block;
	width: 100%; height: auto;
}

img.loaded {
	height: auto !important;
}

svg {
	display: block;
	width: 100%; height: auto;
}

@media only screen and (max-width: 1090px) {
	.larger-content-wrap, .content-wrap {
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: -o-calc(100% - 70px);
		width: calc(100% - 70px);
	}
}

@media only screen and (max-width: 820px) {
	.page-wrap {
		padding-top: 35px; padding-bottom: 75px;
	}
}

@media only screen and (max-width: 540px) {
	.page-wrap {
		padding-top: 25px; padding-bottom: 45px;
	}
	.larger-content-wrap, .content-wrap {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}

/*
IN VIEWPORT CONTENT ------------------
*/

.out-of-view {
	transition: transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-o-transition: -o-transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-ms-transition: -ms-transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-moz-transition: -moz-transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-webkit-transition: -webkit-transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms, opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
    transform: translateY(5vh);
    -o-transform: translateY(5vh);
    -ms-transform: translateY(5vh);
    -moz-transform: translateY(5vh);
    -webkit-transform: translateY(5vh);
    opacity: 0;
}

.am-in-view {
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.out-of-opacity {
	transition: opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-o-transition: opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-ms-transition: opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-moz-transition: opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
	-webkit-transition: opacity 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
    opacity: 0;
}

.am-in-opacity {
    opacity: 1;
}

/*
TEXT STYLES CONTENT ------------------
*/

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

h1 {
	font-family:'Gill Sans W01 Light';
	font-size: 22px; letter-spacing: .1em;
	text-transform: uppercase;	
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

h2 {
	font-family:'Gill Sans W01 Light';
	font-size: 20px; letter-spacing: .1em;
	text-transform: uppercase;	
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

h3 {
	font-family:'NewBaskervilleW01-Roman';
	font-size: 20px; letter-spacing: 0px;
}

h4 {
	font-family:'NewBaskervilleW01-Roman';
	font-size: 17px; letter-spacing: 0px;
}

h5 {
	font-family:'Gill Sans W01 Light';
	font-size: 13px; letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

h6 {
	font-family:'NewBaskervilleW01-Roman';
	font-size: 11px; letter-spacing: 0px;
}

h6.larger {
	font-size: 12px;
}

p { 
	font-family:'NewBaskervilleW01-Roman';
	font-size: 22px; line-height: 1.4em;
	margin-bottom: 1.4em; 
}

h3 del, h4 del, h6 del, p del {
	font-family:'Gill Sans W01 Light';
	letter-spacing: .1em; text-transform: uppercase;
	text-decoration: none;
}

h3 i, h3 em, h4 i, h4 em, h6 i, h6 em, p i, p em {
	font-family:'NewBaskervilleW01-Itali';
	font-style: normal; font-weight: normal;
}

h3 b, h3 strong, h4 b, h4 strong, h6 b, h6 strong, p b, p strong {
	font-family:'NewBaskervilleW01-SemiB_693023';
	font-style: normal; font-weight: normal;
}

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

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

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

@media only screen and (max-width: 880px) {
	h1 { font-size: 20px; }
	p { font-size: 20px; }
}

@media only screen and (max-width: 540px) {
	h1 { font-size: 18px; }
	h2 { font-size: 18px; }
	h3 { font-size: 18px; }
	h4 { font-size: 15px; }
	h5 { font-size: 12px; }
	h6 { font-size: 13px; }
	h6.larger { font-size: 14px; }
	p { font-size: 18px; }
}

/*
GRID CONTENT ------------------
*/

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

.grid-wrap .grid-block {
	position: relative;
	display: block;
	width: auto; height: auto;
}

.grid-wrap.smaller-margin .grid-block {
	margin-bottom: 1.25%;
}

.grid-wrap .grid-block img {
	z-index: 1;
}

/* Five Columns */

.grid.five--col .col { width: 32%; }
.grid.five--col .gutter { width: 2%; }

.grid.five--col .gutter-margin-right { margin-right: 2%; }
.grid.five--col .gutter-margin-right:last-child { margin-right: 0px; }
.grid.five--col .gutter-margin-right:nth-child(3n+3) { margin-right: 0px; }

.grid.five--col .smaller-bottom-margin { margin-bottom: 2%; }
.grid.five--col .larger-bottom-margin { margin-bottom: 3.2%; }

/*
.grid.five--col .col { width: 19%; }
.grid.five--col .gutter { width: 1.25%; }

.grid.five--col .gutter-margin-right { margin-right: 1.25%; }
.grid.five--col .gutter-margin-right:last-child { margin-right: 0px; }
.grid.five--col .gutter-margin-right:nth-child(5n+5) { margin-right: 0px; }

.grid.five--col .smaller-bottom-margin { margin-bottom: 1.25%; }
.grid.five--col .larger-bottom-margin { margin-bottom: 2.2%; }
*/

/* Four Columns */

.grid.four--col .col { width: 24%; }
.grid.four--col .gutter { width: 1.33333%; }

.grid.four--col .gutter-margin-right { margin-right: 1.33333%; }
.grid.four--col .gutter-margin-right:last-child { margin-right: 0px; }
.grid.four--col .gutter-margin-right:nth-child(4n+4) { margin-right: 0px; }

.grid.four--col .smaller-bottom-margin { margin-bottom: 1.33333%; }
.grid.four--col .larger-bottom-margin { margin-bottom: 2.4%; }

/* Three Columns */

.grid.three--col.fluid {
	display: block;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}

.grid.three--col .col { width: 32%; }
.grid.three--col .gutter { width: 2%; }

.grid.three--col .gutter-margin-right { margin-right: 2%; }
.grid.three--col .gutter-margin-right:last-child { margin-right: 0px; }
.grid.three--col .gutter-margin-right:nth-child(3n+3) { margin-right: 0px; }

.grid.three--col .smaller-bottom-margin { margin-bottom: 2%; }
.grid.three--col .larger-bottom-margin { margin-bottom: 3.2%; }

/* Two Columns */

.grid.two--col .col { width: 49%; }
.grid.two--col .gutter { width: 2%; }

.grid.two--col .gutter-margin-right { margin-right: 2%; }
.grid.two--col .gutter-margin-right:last-child { margin-right: 0px; }
.grid.two--col .gutter-margin-right:nth-child(2n+2) { margin-right: 0px; }

.grid.two--col .smaller-bottom-margin { margin-bottom: 2%; }
.grid.two--col .larger-bottom-margin { margin-bottom: 3.2%; }

/*
@media only screen and (max-width: 1750px) {	
	/* Five Columns – down to Four Columns
	.grid.five--col .col { width: 24%; }
	.grid.five--col .gutter { width: 1.33333%; }
	
	.grid.five--col .gutter-margin-right { margin-right: 1.33333%; }
	.grid.five--col .gutter-margin-right:last-child { margin-right: 0px; }
	.grid.five--col .gutter-margin-right:nth-child(4n+4) { margin-right: 0px; }
	
	.grid.five--col .smaller-bottom-margin { margin-bottom: 1.33333%; }
	.grid.five--col .larger-bottom-margin { margin-bottom: 2.4%; }
}
*/

@media only screen and (max-width: 1450px) {
	/* Five Columns – down to Three Columns */
	.grid.five--col .col { width: 32%; }
	.grid.five--col .gutter { width: 2%; }
	
	.grid.five--col .gutter-margin-right { margin-right: 2%; }
	.grid.five--col .gutter-margin-right:last-child { margin-right: 0px; }
	.grid.five--col .gutter-margin-right:nth-child(3n+3) { margin-right: 0px; }
	
	.grid.five--col .smaller-bottom-margin { margin-bottom: 2%; }
	.grid.five--col .larger-bottom-margin { margin-bottom: 3.2%; }
	
	/* Four Columns – down to Three Columns */
	.grid.four--col .col { width: 32%; }
	.grid.four--col .gutter { width: 2%; }
	
	.grid.four--col .gutter-margin-right { margin-right: 2%; }
	.grid.four--col .gutter-margin-right:last-child { margin-right: 0px; }
	.grid.four--col .gutter-margin-right:nth-child(3n+3) { margin-right: 0px; }
	
	.grid.four--col .smaller-bottom-margin { margin-bottom: 2%; }
	.grid.four--col .larger-bottom-margin { margin-bottom: 3.2%; }
}

@media only screen and (max-width: 920px) {
	/* Five Columns – down to Two Columns */
	.grid.five--col .col { width: 49%; }
	.grid.five--col .gutter { width: 2%; }
	
	.grid.five--col .gutter-margin-right { margin-right: 2%; }
	.grid.five--col .gutter-margin-right:last-child { margin-right: 0px; }
	.grid.five--col .gutter-margin-right:nth-child(2n+2) { margin-right: 0px; }
	
	.grid.five--col .smaller-bottom-margin { margin-bottom: 2%; }
	.grid.five--col .larger-bottom-margin { margin-bottom: 4%; }
	
	/* Four Columns – down to Two Columns */
	.grid.four--col .col { width: 49%; }
	.grid.four--col .gutter { width: 2%; }
	
	.grid.four--col .gutter-margin-right { margin-right: 2%; }
	.grid.four--col .gutter-margin-right:last-child { margin-right: 0px; }
	.grid.four--col .gutter-margin-right:nth-child(2n+2) { margin-right: 0px; }
	
	.grid.four--col .smaller-bottom-margin { margin-bottom: 2%; }
	.grid.four--col .larger-bottom-margin { margin-bottom: 4%; }
	
	/* Fluid 3 Columns */
	.grid.three--col.fluid {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-gap: 20px;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
	}
	
	/* Three Columns – down to Two Columns */
	.grid.three--col .col { width: 49%; }
	.grid.three--col .gutter { width: 2%; }
	
	.grid.three--col .gutter-margin-right { margin-right: 2%; }
	.grid.three--col .gutter-margin-right:last-child { margin-right: 0px; }
	.grid.three--col .gutter-margin-right:nth-child(2n+2) { margin-right: 0px; }
	
	.grid.three--col .smaller-bottom-margin { margin-bottom: 2%; }
	.grid.three--col .larger-bottom-margin { margin-bottom: 4%; }
}

@media only screen and (max-width: 580px) {
	/* Five Columns – down to One Column */
	.grid.five--col .col { width: 100%; }
	.grid.five--col .gutter { width: 0%; }
	
	.grid.five--col .gutter-margin-right { margin-right: 0%; }
	.grid.five--col .gutter-margin-right:last-child { margin-right: 0px; }
	
	.grid.five--col .smaller-bottom-margin { margin-bottom: 15px; }
	.grid.five--col .larger-bottom-margin { margin-bottom: 35px; }
	
	/* Four Columns – down to One Column */
	.grid.four--col .col { width: 100%; }
	.grid.four--col .gutter { width: 0%; }
	
	.grid.four--col .gutter-margin-right { margin-right: 0%; }
	.grid.four--col .gutter-margin-right:last-child { margin-right: 0px; }
	
	.grid.four--col .smaller-bottom-margin { margin-bottom: 15px; }
	.grid.four--col .larger-bottom-margin { margin-bottom: 35px; }
	
	/* Fluid 3 Columns */
	.grid.three--col.fluid {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-gap: 0px;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
	}
	
	/* Three Columns – down to One Column */
	.grid.three--col .col { width: 100%; }
	.grid.three--col .gutter { width: 0%; }
	
	.grid.three--col .gutter-margin-right { margin-right: 0%; }
	.grid.three--col .gutter-margin-right:last-child { margin-right: 0px; }
	
	.grid.three--col .smaller-bottom-margin { margin-bottom: 15px; }
	.grid.three--col .larger-bottom-margin { margin-bottom: 35px; }
	
	/* Two Columns – down to One Column */
	.grid.two--col .col { width: 100%; }
	.grid.two--col .gutter { width: 0%; }
	
	.grid.two--col .gutter-margin-right { margin-right: 0%; }
	.grid.two--col .gutter-margin-right:last-child { margin-right: 0px; }
	
	.grid.two--col .smaller-bottom-margin { margin-bottom: 15px; }
	.grid.two--col .larger-bottom-margin { margin-bottom: 35px; }
	
	.grid .smaller-bottom-margin:last-child { margin-bottom: 0px !important; }
	.grid .larger-bottom-margin:last-child { margin-bottom: 0px !important; }
}

/*
MOBILE MENU OVERLAY CONTENT ------------------
*/

.mobile-menu-overlay {
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: #b2b2b2;
	transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-o-transition: transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-ms-transition: transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-moz-transition: transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
	-webkit-transition: transform 1000ms cubic-bezier(.23, 1, .32, 1) 0ms;
	z-index: 500;
}

.mobile-menu-overlay.visible {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.mobile-menu-overlay * {
	color: #ffffff;
}

.mobile-menu-overlay a:hover {
	border-color: #ffffff;
}

.mobile-menu-overlay .mobile-menu-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
}

.mobile-menu-overlay .mobile-menu-wrap.visible {
	opacity: 1;
}

.mobile-menu-overlay .mobile-menu-wrap 
.menu {
	position: relative;
	display: block;
	width: 100%; height: auto;
	font-size: 0;
}

.mobile-menu-overlay .mobile-menu-wrap 
.menu .menu-item {
	position: relative;
	display: block;
}

.mobile-menu-overlay .mobile-menu-wrap 
.menu .menu-item a {
	font-family:'Gill Sans W01 Light';
	font-size: 20px; letter-spacing: .1em;
	text-transform: uppercase; line-height: 2em;
}

.mobile-menu-overlay .mobile-menu-wrap 
.menu .menu-item.current-menu-item a {
	border-color: #ffffff;
}

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

.header-wrap {
	position: fixed;
	width: 100%; height: auto;
	padding-top: 35px; padding-bottom: 15px;
	background-color: #ffffff;
	-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);
	z-index: 9999;
}

html.mobile-menu-visible .header-wrap {
	background-color: transparent;
}

@media only screen and (max-width: 540px) {
	.header-wrap {
		padding-top: 20px; padding-bottom: 20px;
	}
}

.header-wrap .mobile-menu-opener {
	display: none;
	z-index: 99;
}

.header-wrap .mobile-menu-closer {
	display: none;
	z-index: 99;
}

@media only screen and (max-width: 540px) {
	.header-wrap .mobile-menu-opener {
		position: absolute;
		display: block;
		top: 0; left: 0;
		width: 15%; height: auto;
		max-width: 40px;
		cursor: pointer;
	}
	.header-wrap .mobile-menu-opener span {
		position: relative;
		display: block;
		width: 100%; height: 2px;
		background-color: #666666;
	}
	.header-wrap .mobile-menu-opener span:first-child {
		margin-bottom: 11px;
	}
	.header-wrap .mobile-menu-closer {
		position: absolute;
		display: none;
		top: 0; left: 0;
		width: 15%; height: auto;
		max-width: 36px;
		cursor: pointer;
	}
}

/* Header Logo */

.header-wrap .header-logo {
	position: relative;
	display: block;
	width: 367px; height: auto;
	margin-bottom: 30px;
	border-bottom: none;
	cursor: pointer;
}

.header-wrap .header-logo svg * {
	-webkit-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
}

html.mobile-menu-visible .header-wrap .header-logo svg * {
	fill: #ffffff !important;
}

@media only screen and (max-width: 880px) {
	.header-wrap .header-logo {
		width: 320px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 540px) {
	.header-wrap .larger-content-wrap {
		padding-top: 47px;
	}
	.header-wrap .header-logo {
		margin-bottom: 0px;
		width: 100%;
	}
}

/* Main Menu */

.header-wrap .main-menu-wrap {
	position: relative;
	display: block;
	width: calc(100% - 70px); 
	width: -o-calc(100% - 70px); 
	width: -ms-calc(100% - 70px); 
	width: -moz-calc(100% - 70px); 
	width: -webkit-calc(100% - 70px); 
	height: auto;
	z-index: 1;
}

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

.header-wrap .main-menu-wrap 
.menu .menu-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-wrap .main-menu-wrap 
.menu .menu-item:after {
	content: "/";
	font-family:'Gill Sans W01 Light';
	font-size: 13px; letter-spacing: .1em;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px; margin-right: 15px;
}

.header-wrap .main-menu-wrap 
.menu .menu-item:last-child:after {
	display: none;
}

.header-wrap .main-menu-wrap 
.menu .menu-item a {
	font-family:'Gill Sans W01 Light';
	font-size: 13px; letter-spacing: .1em;
	text-transform: uppercase; line-height: 1.6em;
}

.header-wrap .main-menu-wrap 
.menu .menu-item.current-menu-item a, 
.header-wrap .main-menu-wrap 
.menu .menu-item.current-menu-parent a {
	border-color: #666666;
}

@media only screen and (max-width: 540px) {
	.header-wrap .main-menu-wrap {
		display: none;
	}
}

/* Social Menu */

.header-wrap .social-menu-wrap {
	position: absolute;
	display: block;
	width: auto; height: auto;
	bottom: 0; right: 0;
	font-size: 0;
}

.header-wrap .social-menu-wrap 
.social-menu-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 13px; height: auto;
	margin-left: 14px;
}

.header-wrap .social-menu-wrap 
.social-menu-item svg {
	z-index: 1;
}

.header-wrap .social-menu-wrap 
.social-menu-item svg * {
	-webkit-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
}

.header-wrap .social-menu-wrap 
.social-menu-item:hover svg * {
	fill: #000000 !important;
}

html.mobile-menu-visible .header-wrap .social-menu-wrap 
.social-menu-item svg * {
	fill: #ffffff !important;
}

.header-wrap .social-menu-wrap 
.social-menu-item a {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
	border-bottom: none;
}

@media only screen and (max-width: 540px) {
	.header-wrap .social-menu-wrap {
		width: auto; height: auto;
		bottom: initial; right: 0;
		top: 0; 
	}
	.header-wrap .social-menu-wrap 
	.social-menu-item {
		width: 15px;
	}
}

/* Mobile Line */

.header-wrap .mobile-line {
	position: absolute;
	width: 100%; height: 1px;
	bottom: -20px; left: 0;
	display: none;
	background-color: #ffffff;
}

@media only screen and (max-width: 540px) {
	.header-wrap .mobile-line {
		display: block;
	}
}

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

animsition {
	overflow: hidden !important;
}

.page-wrap#home {
	overflow: hidden !important;
/* 	padding-top: 50px; */
}

.page-wrap#home .grid-wrap.home-grid {
	position: relative;
	display: block;
	width: 100%; height: auto;
	opacity: 0;
	-webkit-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
}

.page-wrap#home .grid-wrap.home-grid.visible {
	opacity: 1;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-sizer {
	width: 15%;
}

.page-wrap#home .grid-wrap.home-grid 
.gutter-sizer {
	width: 2%;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block {
	position: relative;
	display: block;
	width: 15%; height: auto;
	margin-bottom: 15%;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block:nth-child(3n+2) {
/* 	margin-top: -12%; */
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block:nth-child(-n+5) {
    margin-top: 0px;  
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block.buffer {
/* 	width: 49%; */
	width: 15%;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block.small {
	width: 32%;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block.large {
/* 	width: 32%; */
	width: 49%;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block.nudged-left {
	margin-left: -7%;
}

.page-wrap#home .grid-wrap.home-grid 
.grid-block.nudged-right {
	margin-left: 7%;
}

@media only screen and (max-width: 1450px) {
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block.buffer {
		width: 15%;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block.small {
		width: 32%;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block.large {
		width: 49%;
	}
}

@media only screen and (max-width: 580px) {
	.page-wrap#home {
		padding-top: 15px;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block {
		margin-bottom: 15px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block.buffer {
		display: none !important;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block.small {
		width: 100%;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block.large {
		width: 100%;
	}
	.page-wrap#home .grid-wrap.home-grid 
	.grid-block:nth-child(3n+2) {
		margin-top: 0px;
	}
}

/*
WORK ARCHIVE CONTENT ------------------
*/

.page-wrap#work-archive {}

.page-wrap#work-archive .grid-block {
	border-bottom: none;
}

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

.grid-block 
.rollover-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	-webkit-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
	z-index: 2;
}

.grid-block:hover 
.rollover-wrap {
	opacity: 1;
}

.grid-block 
.rollover-wrap .text-content {
	position: absolute;
	width: 100%; height: auto;
	top: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	text-align: center;
	padding-left: 10px; padding-right: 10px;
	opacity: 0;
	-webkit-transition: all 250ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: all 250ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: all 250ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: all 250ms cubic-bezier(0.25,0.1,0.25,1);
    transition: all 250ms cubic-bezier(0.25,0.1,0.25,1);
}

.grid-block:hover 
.rollover-wrap .text-content {
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 1;
}

.grid-block 
.rollover-wrap .text-content * {
	color: #ffffff;
	margin-bottom: 0px;
}

@media only screen and (max-width: 540px) {
	.grid-block 
	.rollover-wrap {
		display: none;
	}
}

/* Text Caption */

.page-wrap#work-archive .grid-block 
.text-caption {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-top: 13px;
}

.page-wrap#work-archive .grid-wrap.fit-rows .grid-block 
.text-caption {
	margin-top: 0px;
	margin-bottom: 20px;
}

.page-wrap#work-archive .grid-block 
.text-caption h2 {
	margin-bottom: 0.1em;
}

.page-wrap#work-archive .grid-block 
.text-caption h4 {
	margin-bottom: 0.3em;
}

@media only screen and (max-width: 920px) {
	.page-wrap#work-archive .grid-block 
	.text-caption {
		margin-top: 10px;
	}
}

/* Prints Thumbnail */

.page-wrap#work-archive .grid-block 
.thumbnail-image {
	position: relative;
	display: block;
	width: 100%; height: auto;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-wrap#work-archive .grid-block 
.thumbnail-image:after {
	content: "";
	display: block;
	padding-bottom: 150%;
}

.page-wrap#work-archive .grid-block 
.thumbnail-image .sale-circle {
	position: absolute;
	width: 58px; height: auto;
	top: 15px; right: 15px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #666666;
	z-index: 10;
}

.page-wrap#work-archive .grid-block 
.thumbnail-image .sale-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.page-wrap#work-archive .grid-block 
.thumbnail-image .sale-circle h2 {
	position: absolute;
	width: 100%; height: auto;
	top: 50%; left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

/*
WORK SINGLE – RECENT CONTENT ------------------
*/

.page-wrap#work-recent {}

/* Text Column */

.page-wrap#work-recent .text-column {
	position: fixed;
	padding-right: 7%;
	z-index: 3;
}

.page-wrap#work-recent .text-column * {
	margin-bottom: 0.3em;
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-recent .text-column {
		width: 100% !important;
		position: relative;
		padding-right: 0px;
		margin-bottom: 30px;
	}
}

/* Image Column */

.page-wrap#work-recent .image-column {
	position: relative;
	display: block;
	width: 49%; height: auto;
	margin-left: 37%;
	z-index: 2;
}

.page-wrap#work-recent .image-column img {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 20px;
}

.page-wrap#work-recent .image-column img:last-child {
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 920px) {
	.page-wrap#work-recent .image-column {
		width: 63%;
	}
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-recent .image-column {
		width: 100%;
		margin-left: 0px;
	}
	.page-wrap#work-recent .image-column img {
		margin-bottom: 15px;
	}
}

/* Go Back */

.page-wrap#work-recent .go-back {
	position: fixed;
	text-align: right;
	z-index: 1;
}

@media only screen and (max-width: 920px) {
	.page-wrap#work-recent .go-back {
		display: none;
	}
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-recent .go-back {
		position: absolute;
		display: block;
		width: auto !important;
		top: 0; right: 0;
		z-index: 10;
	}
}

/* Down Arrow */

.page-wrap#work-recent .down-arrow {
	position: fixed;
	bottom: 70px;
	width: 16px; height: 20px;
	z-index: 1;
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-recent .down-arrow {
		display: none !important;
	}
}

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

.page-wrap#work-single {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-single {
		margin-bottom: 0px;
		padding-bottom: 45px;
	}
}

/* Text Content */

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

.page-wrap#work-single .text-content h6 {
	margin-bottom: 0.6em;
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-single .text-content {
		margin-bottom: 30px;
	}
}

/* Go Back Button */

.page-wrap#work-single .go-back {
	position: absolute;
	top: 0; right: 0;
}

@media only screen and (max-width: 540px) {
	.page-wrap#work-single .go-back {
		display: none;
	}
}

/* Mobile Images */

.page-wrap#work-single .mobile-images-wrap {
	position: relative;
	display: none;
	width: 100%; height: auto;
}

.page-wrap#work-single .mobile-images-wrap 
.mobile-image {
	position: relative;
	display: block;
	width: 100%; height: auto;
	margin-bottom: 15px;
}

.page-wrap#work-single .mobile-images-wrap 
.mobile-image:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 540px) {
	.page-wrap#work-single .mobile-images-wrap {
		display: block;
	}
}

/* Post Slideshow */

.page-wrap#work-single .post-slideshow-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	opacity: 0;
	-webkit-transition: opacity 800ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: opacity 800ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: opacity 800ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: opacity 800ms cubic-bezier(0.25,0.1,0.25,1);
    transition: opacity 800ms cubic-bezier(0.25,0.1,0.25,1);
	z-index: 1;
}

.page-wrap#work-single .post-slideshow-wrap.visible {
	opacity: 1;
}

@media only screen and (max-width: 540px) {
	.page-wrap#work-single .post-slideshow-wrap {
		display: none;
	}
}

@media only screen and (min-width: 671px) {	
	.flickity-viewport, .flickity-slider {
		height: 100% !important;
	}
}

.page-wrap#work-single .post-slideshow-wrap 
.slideshow-slide {
	position: relative;
	width: auto !important;
	max-width: calc(100% - 180px) !important;
	max-width: -o-calc(100% - 180px) !important;
	max-width: -ms-calc(100% - 180px) !important;
	max-width: -moz-calc(100% - 180px) !important;
	max-width: -webkit-calc(100% - 180px) !important;
	height: auto !important;
	max-height: calc(100% - 160px) !important;
	max-height: -o-calc(100% - 160px) !important;
	max-height: -ms-calc(100% - 160px) !important;
	max-height: -moz-calc(100% - 160px) !important;
	max-height: -webkit-calc(100% - 160px) !important;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-left: 30px; margin-right: 30px;
	-webkit-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: opacity 300ms cubic-bezier(0.25,0.1,0.25,1);
	opacity: 0;
}

.page-wrap#work-single .post-slideshow-wrap 
.slideshow-slide.flickity-lazyloaded {
	opacity: 0.25;
}

.page-wrap#work-single .post-slideshow-wrap 
.slideshow-slide.landscape {
	max-height: calc(100% - 290px) !important;
	max-height: -o-calc(100% - 290px) !important;
	max-height: -ms-calc(100% - 290px) !important;
	max-height: -moz-calc(100% - 290px) !important;
	max-height: -webkit-calc(100% - 290px) !important;
}

.page-wrap#work-single .post-slideshow-wrap 
.slideshow-slide.is-selected {
	opacity: 1 !important;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button {
	position: absolute;
	width: 50%; height: 100%;
	background: transparent;
	outline: none; border: none;
	-webkit-transition: width 200ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: width 200ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: width 200ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: width 200ms cubic-bezier(0.25,0.1,0.25,1);
    transition: width 200ms cubic-bezier(0.25,0.1,0.25,1);
	top: 0; cursor: none;
	overflow: hidden;
	padding: 0;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button.previous {
	left: 0;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button.next {
	right: 0;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button svg {
	display: none !important;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button .arrow {
	position: fixed;
	width: 60px; height: 20px;
	display: none;
	cursor: none;
	pointer-events: none;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button.previous .arrow {
	background-image:url('assets/svgs/nav-prev.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-wrap#work-single .post-slideshow-wrap 
.flickity-prev-next-button.next .arrow {
	background-image:url('assets/svgs/nav-next.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 1450px) {	
	.page-wrap#work-single .post-slideshow-wrap 
	.slideshow-slide.landscape {
		max-height: calc(100% - 190px) !important;
		max-height: -o-calc(100% - 190px) !important;
		max-height: -ms-calc(100% - 190px) !important;
		max-height: -moz-calc(100% - 190px) !important;
		max-height: -webkit-calc(100% - 190px) !important;
	}
}

@media only screen and (max-width: 670px) {
	.page-wrap#work-single {
		height: auto !important;
	}
	.flickity-viewport {
		-webkit-transition: height 150ms cubic-bezier(0.25,0.1,0.25,1);
	    -moz-transition: height 150ms cubic-bezier(0.25,0.1,0.25,1);
	    -ms-transition: height 150ms cubic-bezier(0.25,0.1,0.25,1);
	    -o-transition: height 150ms cubic-bezier(0.25,0.1,0.25,1);
	    transition: height 150ms cubic-bezier(0.25,0.1,0.25,1);
    }
	.page-wrap#work-single .post-slideshow-wrap {
		position: relative;
		width: 100%; height: auto;
	}
	.page-wrap#work-single .post-slideshow-wrap 
	.slideshow-slide, 
	.page-wrap#work-single .post-slideshow-wrap 
	.slideshow-slide.landscape {
		position: relative;
		width: calc(100% - 70px) !important; 
		width: -o-calc(100% - 70px) !important; 
		width: -ms-calc(100% - 70px) !important; 
		width: -moz-calc(100% - 70px) !important; 
		width: -webkit-calc(100% - 70px) !important; 
		height: auto;
		max-width: 100% !important;
		height: auto !important;
		max-height: initial !important;
		top: initial;
		transform: translateY(-0%);
		-o-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-webkit-transform: translateY(-0%);
		margin-left: 7.5px; margin-right: 7.5px;
	}
}

@media only screen and (max-width: 540px) {
	.page-wrap#work-single .post-slideshow-wrap 
	.flickity-prev-next-button {
		cursor: pointer !important;
		display: none !important;
	}
	.page-wrap#work-single .post-slideshow-wrap 
	.flickity-prev-next-button .arrow {
		display: none !important;
	}	
}

/*
INFO PAGE CONTENT ------------------
*/

.page-wrap#info {}

.page-wrap#info .info-section {
	position: relative;
	display: block;
	width: 100%; height: auto;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 60px; padding-bottom: 60px;
	font-size: 0;
}

.page-wrap#info .info-section:last-child {
	margin-bottom: 0px !important; padding-bottom: 0px !important;
	border-bottom: none;
}

.page-wrap#info .info-section .col {
	display: inline-block;
	vertical-align: text-top;
}

.page-wrap#info .info-section .grid.two--col .col {
	padding-right: 5%;
}

.page-wrap#info .info-section .col img {
	width: 60%;
}

@media only screen and (max-width: 880px) {
	.page-wrap#info .info-section {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 580px) {
	.page-wrap#info .info-section .grid.two--col .col {
		padding-right: 0px;
	}
	.page-wrap#info .info-section .grid.two--col .col:first-child {
		margin-bottom: 40px;
	}
	.page-wrap#info .info-section .col img {
		width: 100%;
	}
}

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

.footer-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	background-color: #e5e5e5;
	padding-top: 25px; padding-bottom: 30px;
	z-index: 9999;
}

/* FOOTER COLUMNS */

.footer-wrap .footer-column-wrap {
	position: relative;
	display: block;
	width: 100%; height: auto;
	font-size: 0;
}

.footer-wrap .footer-column-wrap .col {
	display: inline-block;
	vertical-align: text-top;
}

@media only screen and (max-width: 920px) {
	.footer-wrap .footer-column-wrap .col:first-child {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 580px) {
	.footer-wrap .footer-column-wrap .col {
		margin-bottom: 10px;
	}
	.footer-wrap .footer-column-wrap .col:last-child {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 540px) {
	.footer-wrap {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.footer-wrap .footer-column-wrap .col {
		margin-bottom: 15px;
	}
	.footer-wrap .footer-column-wrap .col:last-child {
		margin-bottom: 0px;
	}
}

/* Footer Logo */

.footer-wrap .logo {
	position: relative;
	display: block;
	width: 90%; height: auto;
	max-width: 153px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 540px) {
	.footer-wrap .logo {
		max-width: 170px;
		margin-bottom: 25px;
	}
}

/* Footer Menu */

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

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

/* Social Menu */

.footer-wrap .social-menu-wrap {
	position: absolute;
	display: block;
	width: auto; height: auto;
	top: 50%; right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 0;
}

.footer-wrap .social-menu-wrap 
.social-menu-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 13px; height: auto;
	margin-left: 14px;
}

.footer-wrap .social-menu-wrap 
.social-menu-item svg {
	z-index: 1;
}

.footer-wrap .social-menu-wrap 
.social-menu-item svg * {
	fill: #000000 !important;
	-webkit-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
    transition: fill 300ms cubic-bezier(0.25,0.1,0.25,1);
}

.footer-wrap .social-menu-wrap 
.social-menu-item:hover svg * {
	fill: #868686 !important;
}

.footer-wrap .social-menu-wrap 
.social-menu-item a {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 2;
	border-bottom: none;
}

@media only screen and (max-width: 920px) {
	.footer-wrap .social-menu-wrap {
		top: 0; right: 0;
		transform: translateY(-0%);
		-o-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-webkit-transform: translateY(-0%);
	}
}

@media only screen and (max-width: 540px) {
	.footer-wrap .social-menu-wrap 
	.social-menu-item {
		width: 15px;
	}
}