/*!
Theme Name: rishermartin
Theme URI: http://underscores.me/
Author: Dyad Communications
Author URI: http://dyadcom.com
Description: Fine Homes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rishermartin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rishermartin is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	display: block;
	overflow: visible;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	max-width: 100%;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

html {
	font-size: 10px;
	width: 100%;
	height: 100%;
}

body,
button,
input,
select,
optgroup,
textarea,
ul,
.left h3 {
	color: #404040;
	font-family: 'Roboto Condensed', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.project-link,
.project-footer .right,
.post-nav,
.nav-links,
input[type=submit] {
	clear: both;
	font-family: "orator-std", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

p,
blockquote,
.left h3 {
	font-family: "Helvetica", Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.618em;
	margin-bottom: 1.618em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

.image-holder img,
.image-holder img.image-loading {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.image-holder img.image-loaded {
	opacity: 1;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: transparent;
	color: inherit;
	/* font-size: 12px; */
	/* font-size: 0.75rem; */
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: none;
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: none;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	outline: 1px solid #ccc;
	width: 90%;
	display: block;
	max-width: 40em;
}

p label:not(:only-child) {
	width: auto;
	display: inline-block;
	width: 55%;
	margin: 0 3% 0 0;
}

p label:not(:only-child)+label {
	width: auto;
	display: inline-block;
	width: 19.5%;
}

p label:not(:only-child):last-child {
	margin: 0;
}

.inquire {
	position: relative;
	margin: 7em 0 10vh 6vw;
	width: 90%;
	max-width: 45em;
}

.inquire a[name] {
	position: absolute;
	top: -7em;
	display: block;
}

.inquire ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.gform_fields>li {
	margin: 0 0 2em;
}

.inquire input {
	outline: 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	display: block;
	/* margin: 1em 0 0.5em; */
	margin: 0.5em 0 0.25em;
	color: #979797;
}

.inquire label {
	font-family: 'Roboto Condensed', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

form.sent>p {
	opacity: 0.2;
	pointer-events: none;
	-webkit-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	color: #ab2427;
}

select {
	display: block;
}

.gform_footer.left_label {
	margin-left: 0 !important;
}

input#gform_submit_button_1[type=submit] {
	cursor: pointer;
	font-size: 1em;
	color: #000;
	text-align: right;
	border: none;
	outline: 0;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	clear: both;
	font-family: "orator-std", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	width: auto;
	margin: 3em 16px 0 0;
	background: #703333;
	color: #fff;
	padding: 0.75em 1em;
}

input[type=submit]:hover {
	opacity: 0.75;
}

.gform_wrapper label.gfield_label {
	font-weight: 100 !important;
}

#field_1_2~li label {
	min-width: 50%;
	margin-bottom: 2em;
}

#field_1_2~li select {
	float: right;
}

select#input_1_2_4 {
	margin: 1em auto 0.5em;
	;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/* color: royalblue; */
	color: inherit;
}

a:visited {
	/* color: purple; */
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header,
.site-header::before {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

.site-header::before {
	content: "";
	position: absolute;
	display: block;
	table-layout: initial;
	bottom: 0;
	height: calc(7.3rem + 1.25vh);
	width: 100%;
	z-index: 1;
	background: #fff;
	opacity: 0.92;
	transform-origin: 50% 0%;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	will-change: transform;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: transform 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 1s ease;
	-ms-transition: transform 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 1s ease;
	transition: transform 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 1s ease;
}

@media screen and (min-width:63em) {
	.site-header::before {
		height: calc(7.3rem + 2.25vh);
	}

	.parent-pageid-7 .site-header::before {
		height: calc(12.9rem + 2.25vh);
	}
}

/* .site-header:hover::before {
	opacity: 1;
} */
/* body.parent-pageid-7 .site-header::before,
body.page-id-6 .site-header::before {
	-webkit-transform: scaleY(1.5);
	-ms-transform: scaleY(1.5);
	transform: scaleY(1.5);
} */
.scrolled .site-header:not(:hover)::before {
	-webkit-transform: scaleY(0.525);
	-ms-transform: scaleY(0.525);
	transform: scaleY(0.525);
	-webkit-transition: transform 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-ms-transition: transform 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: transform 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.main-navigation {
	clear: both;
	width: 100%;
	margin: calc(0.65em + 0.8vh) auto 0;
	position: relative;
	z-index: 20;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.main-navigation .logo-holder {
	position: relative;
	z-index: 10;
	flex: 0 1 75%;
	order: 1;
	margin: 0 auto;
}

.main-navigation>ul {
	flex: 0 0 100%;
	order: 2;
	position: relative;
	width: 100%;
	height: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	-webkit-transition: opacity 0.3s ease, height 0s 0.3s;
	-ms-transition: opacity 0.3s ease, height 0s 0.3s;
	transition: opacity 0.3s ease, height 0s 0.3s;
}

.main-navigation.toggled>ul {
	pointer-events: auto;
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity 0.5s ease, height 0s;
	-ms-transition: opacity 0.5s ease, height 0s;
	transition: opacity 0.5s ease, height 0s;
}

.main-navigation>ul:first-of-type {
	margin-top: 3em;
}

.main-navigation>ul:last-of-type {
	margin-bottom: 3em;
}

.main-navigation::after {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 10%;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transform-origin: 50% 0%;
	-webkit-transform: translate3d(0, 0, -1em);
	-ms-transform: translate3d(0, 0, -1em);
	transform: translate3d(0, 0, -1em);
	background: rgba(255, 255, 255, 0.92);
	z-index: -1;
	-webkit-transition: transform 0.3s 0s ease-in, opacity 0.4s ease-out;
	-ms-transition: transform 0.3s 0s ease-in, opacity 0.4s ease-out;
	transition: transform 0.3s 0s ease-in, opacity 0.4s ease-out;
}

.main-navigation.toggled::after {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, -1em) scaleY(10);
	-ms-transform: translate3d(0, 0, -1em) scaleY(10);
	transform: translate3d(0, 0, -1em) scaleY(10);
	-webkit-transition: transform 0.4s ease, opacity 0.7s ease;
	-ms-transition: transform 0.4s ease, opacity 0.7s ease;
	transition: transform 0.4s ease, opacity 0.7s ease;
}

@media screen and (min-width:63em) {
	.main-navigation::after {
		display: none;
	}

	.main-navigation>.logo-holder {
		flex: 1 1 15em;
		max-width: 15em;
		order: 0;
		margin: 0 auto;
	}

	.main-navigation>ul {
		flex: 0 1 50%;
		flex: 0 1 calc(50% - 10em);
		order: 0;
		font-size: 0.9em;
		margin: 0;
		height: auto;
		opacity: 1;
		pointer-events: auto;
		overflow: hidden;
	}

	.main-navigation>ul:first-of-type {
		margin-top: 0;
	}

	.main-navigation>ul:last-of-type {
		margin-bottom: 0;
	}

	.main-navigation {
		clear: both;
		width: 100%;
		margin: 1.5vh auto 0;
		max-width: 100em;
		text-align: center;
		text-transform: uppercase;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		will-change: transform;
		-webkit-transform: translate3d(0, 0.55em, 0);
		-ms-transform: translate3d(0, 0.55em, 0);
		transform: translate3d(0, 0.55em, 0);
		-webkit-transition: transform 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-ms-transition: transform 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		transition: transform 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.scrolled .site-header:not(:hover) .main-navigation {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: transform 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-ms-transition: transform 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		transition: transform 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.scrolled .site-header:not(:hover) .main-navigation>ul,
	.scrolled .site-header:not(:hover) .main-navigation .logo-holder {
		pointer-events: none;
	}
}

.site-branding {
	font-size: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
	opacity: 0;
	visibility: hidden;
	text-indent: -2000em;
	/* Thou shalt not be seen! */
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	color: #939598;
	font-size: 0.85em;
	font-weight: 400;
	line-height: 1em;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	/* will-change: opacity; */
	-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-ms-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

@media screen and (min-width: 66em) {
	.main-navigation ul {
		font-size: 0.9em;
	}
}

@media screen and (min-width: 74em) {
	.main-navigation ul {
		font-size: 0.95em;
	}
}

/* .scrolled .site-header:not(:hover) .main-navigation ul {
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-ms-transition: opacity 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: opacity 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
} */
.main-navigation li {
	display: block;
	position: relative;
	padding: 0.5em 0.2em;
	margin: 0 auto;
}

@media screen and (min-width:63em) {
	.main-navigation li {
		/* padding:; */
		display: inline-block;
	}

	.main-navigation ul li:not(:last-child) {
		margin-right: 2%;
	}
}

@media screen and (min-width:80em) {
	.main-navigation ul li:not(:last-child) {
		margin-right: 3%;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.25s ease;
	-ms-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

/* .parent-pageid-6 .sub-menu {
	display: none;
} */

/* TO DO */
/* .main-navigation li.menu-item-9 {
	display: none;
} */

ul li.current-page>a,
ul li.page-parent>a,
.sub-menu .menu-item a.active {
	color: #000;
	font-weight: 800;
}

ul.sub-menu li.current-page>a,
ul.sub-menu li.page-parent>a {
	font-weight: normal;
}

nav.main-navigation ul li>ul {
	display: block;
	text-transform: none;
	line-height: 1.5;
	font-size: 1em;
	padding: 0;
	letter-spacing: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.1s ease, max-height 0.3s ease, padding 0.3s 0s;
	-ms-transition: opacity 0.3s 0.1s ease, max-height 0.3s ease, padding 0.3s 0s;
	transition: opacity 0.3s 0.1s ease, max-height 0.3s ease, padding 0.3s 0s;
}

nav.main-navigation ul li.open>ul,
nav.main-navigation ul li.page-parent>ul {
	opacity: 1;
	padding: 0.25em 0 1em;
	max-height: 20em;
}

nav.main-navigation ul li>ul li {
	padding: 0;
}

nav.main-navigation ul li>ul li a {
	padding: 0.125em 0.25em;
}

@media screen and (min-width:63em) {
	nav ul li>ul {
		display: none;
		position: fixed;
		top: calc(5rem + 2.25vh);
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
	}

	nav.main-navigation ul li:not(.page-parent)>ul,
	nav.main-navigation ul li:not(.current-page)>ul {
		display: none;
	}

	nav.main-navigation ul li.page-parent>ul,
	nav.main-navigation ul li.current-page>ul {
		display: block;
	}

	.main-navigation ul li ul.sub-menu li {
		margin-right: 0;
		text-transform: uppercase;
		font-size: 1em;
		letter-spacing: 0.05em;
	}

	ul.sub-menu li a {
		font-size: 1.44rem;
		padding: 0.5em;
		display: inline-block;
	}

	ul.sub-menu li:not(:last-child)::after {
		content: ":";
		font-weight: 800;
		-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		transform: translateY(-1px);
		display: inline-block;
	}
}

.logo-holder {
	display: inline-block;
	width: 70%;
	max-width: 17em;
	position: relative;
	margin: auto;
}

.logo-holder svg {
	max-height: 3em;
}

.logo-holder .icon svg {
	max-height: 1.5em;
}

@media screen and (min-width: 80em) {
	.main-navigation>.logo-holder {
		flex: 1 1 17em;
		max-width: 17em;
	}
}

.logo-holder a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
}

.logo-holder .logo {
	width: 100%;
	height: auto;
	opacity: 1;
	will-change: opacity;
	-webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-ms-transition: opacity 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: opacity 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.scrolled .site-header:not(:hover) .logo-holder .logo {
	opacity: 0;
}

.logo-holder .icon {
	position: absolute;
	height: auto;
	width: 2.57rem;
	left: 0;
	top: 0;
	bottom: auto;
	right: 2px;
	margin: auto;
}

.a {
	fill: #844442;
}

.b {
	fill: #797a7b;
}

.c {
	fill: #bcbec0;
}

/* Small menu. */
.menu-toggle {
	position: absolute;
	z-index: 20;
	top: 1.5vh;
	top: -0.45rem;
	right: auto;
	bottom: auto;
	left: 1rem;
	height: 3rem;
	width: 3rem;
	overflow: hidden;
	text-indent: -100vw;
	font-size: 0;
	color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: perspective(10rem) rotateX(35deg);
	-ms-transform: perspective(10rem) rotateX(35deg);
	transform: perspective(10rem) rotateX(35deg);
}

@media screen and (min-width:25em) {
	.menu-toggle {
		top: 0.5vh;
		left: 4vw;
	}
}

.toggled .menu-toggle {
	-webkit-transform: perspective(10rem) rotateX(55deg) rotate(-225deg) scale(1.1);
	-ms-transform: perspective(10rem) rotateX(55deg) rotate(-225deg) scale(1.1);
	transform: perspective(10rem) rotateX(55deg) rotate(-225deg) scale(1.1);
}

.menu-toggle::before,
.menu-toggle::after {
	content: "";
	position: absolute;
	height: 2.5rem;
	width: 0.75rem;
	border-radius: 0.125rem;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0.25rem 1.125rem;
	background: #844442;
}

.menu-toggle::after {
	height: 0.75rem;
	width: 2.5rem;
	margin: 1.125rem 0.25rem;
}

@media screen and (min-width: 63em) {
	.menu-toggle {
		display: none;
	}

	/* .main-navigation ul { */
	/* display: inline-block; */
	/* } */
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	min-height: calc(100vh - 12.8rem);
}

.page-template-default.parent-pageid-7:not(.page-id-35) .site-content,
.single-format-standard .site-content {
	background: #f8f0e5;
}

.page-template-default.parent-pageid-7:not(.page-id-35) footer,
.single-format-standard footer.site-footer {
	background: #fff;
}

@media screen and (min-width:60em) {
	.site-content {
		min-height: calc(100vh - 6.7rem);
	}
}

main {
	padding-top: 9rem;
	padding-top: calc(7.3rem + 1.25vh);
}

@media screen and (min-width:63em) {
	main {
		padding-top: 9.5rem;
		padding-top: calc(7.3rem + 2.25vh);
	}

	.parent-pageid-7 main {
		padding-top: calc(12.9rem + 2.25vh);
	}
}

.home main {
	padding-top: 0;
}

.slideshow {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
}

.slide:first-of-type {
	opacity: 1;
}

.slide:first-of-type .image-holder img.image-loaded {
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.slide.active {
	opacity: 1;
	z-index: 20;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-ms-transition: opacity 2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: opacity 2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.slide.active+.slide.active {
	z-index: 30;
}

.slide .image-holder img,
.fullpage .image-holder img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.message {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: calc(0.8em + 2vmin);
	-webkit-transition: opacity 0.8s ease-in;
	-o-transition: opacity 0.8s ease-in;
	transition: opacity 0.8s ease-in;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-moz-box-align: center;

	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.message::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: rgba(120, 122, 122, 1);
	-webkit-transition: opacity 2.5s ease;
	-o-transition: opacity 2.5s ease;
	transition: opacity 2.5s ease;
}

.start-slideshow .message::before {
	opacity: 0.95;
}

.message.fade::before {
	opacity: 0;
	-webkit-transition: opacity 3s ease;
	-o-transition: opacity 3s ease;
	transition: opacity 3s ease;
}

.message p {
	line-height: 1.25;
	margin: 5% 0 0;
	font-size: 220%;
	letter-spacing: 0;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.message.fade p {
	opacity: 0;
	-webkit-transition: opacity 0.8s 0.8s ease-out;
	-o-transition: opacity 0.8s 0.8s ease-out;
	transition: opacity 0.8s 0.8s ease-out;
}

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 8.6rem);
	max-height: 70vw;
}

.hero.thin {
	min-height: 30vw;
	height: 50vh;
}

.hero .image-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
}

.hero .image-holder img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.scroll-to-view {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 4em;
	left: 0;
	pointer-events: none;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
	margin: 0 auto;
	/*width: 100%;*/
	text-align: center;
	z-index: 9999;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition: opacity 0.2s, transform 0.2s ease;
	-moz-transition: opacity 0.2s, transform 0.2s ease;
	-ms-transition: opacity 0.2s, transform 0.2s ease;
	-o-transition: opacity 0.2s, transform 0.2s ease;
	transition: opacity 0.2s, transform 0.2s ease;
}

.scrolled .scroll-to-view {
	opacity: 0;
	-webkit-transform: translateY(-1em);
	-moz-transform: translateY(-1em);
	-ms-transform: translateY(-1em);
	-o-transform: translateY(-1em);
	transform: translateY(-1em);
}

.scroll-to-view:after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	bottom: -1.5em;
	left: 0;
	height: 2em;
	width: 2em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
	-webkit-animation: bounce 5s 2s forwards ease infinite;
	animation: bounce 5s 2s forwards ease infinite;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	88% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	91% {
		-webkit-transform: translateY(-0.5em) rotate(45deg);
		transform: translateY(-0.5em) rotate(45deg);
	}

	94% {
		-webkit-transform: translateY(0.25em) rotate(45deg);
		transform: translateY(0.25em) rotate(45deg);
	}

	97% {
		-webkit-transform: translateY(-0.2em) rotate(45deg);
		transform: translateY(-0.2em) rotate(45deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	88% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	91% {
		-webkit-transform: translateY(-0.5em) rotate(45deg);
		transform: translateY(-0.5em) rotate(45deg);
	}

	94% {
		-webkit-transform: translateY(0.25em) rotate(45deg);
		transform: translateY(0.25em) rotate(45deg);
	}

	97% {
		-webkit-transform: translateY(-0.2em) rotate(45deg);
		transform: translateY(-0.2em) rotate(45deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

/* Grid */
.grid:not(.news) {
	width: 98%;
	font-size: 0px;
	margin: 0 auto 0;
}

@media screen and (min-width:40em) {
	.grid:not(.news) {
		width: 96%;
	}
}

.grid:not(.news) .grid-item {
	width: 100%;
	display: block;
	position: relative;
	background: #ddd;
	padding-top: 90%;
	margin: 0 0 2vw;
	font-size: 1.4rem;
	overflow: hidden;
	vertical-align: top;
}

.grid:not(.news) .grid-item>a,
.grid:not(.news) .grid-item>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 2em;
}

.grid.press .grid-item>div {
	padding: 0;
	position: relative;
}

.grid.press .grid-item .image-holder {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 90;
	position: relative;
	padding-top: 124%;
}

.grid.press .grid-item .image-holder a {
	display: block;
	height: 100%;
	width: 100%;
}

@media screen and (min-width:50em) {
	.grid:not(.news) .grid-item {
		display: inline-block;
		width: 48%;
		font-size: 1.6rem;
		padding-top: 30%;
		margin: 0 1% 2vw;
	}

	.grid {
		width: 99%;
	}
}

@media screen and (min-width:80em) {
	.grid.projects .grid-item {
		width: 31.75%;
		padding-top: 22%;
		margin: 0 0.75% 1.5vw;
	}
}




.grid.news {
	font-size: 1em;
	margin: 0 auto 0;
	padding: 0 1% 2%;
	width: 99%;
	text-align: justify;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	position: relative;
}

.grid.news .grid-item {
	flex: 0 1 auto;
	padding-top: 65%;
	position: relative;
	margin: 0 0 0.5vw;
	width: 100%;
	margin: 0 0 1.75%;
	overflow: hidden;
}

.grid.news .grid-item img {
	object-position: 50% 20%;
	object-fit: cover;
	font-family: 'object-fit: cover;object-position:50% 20%;';
}

@media screen and (min-width:35em) {
	.grid.news .grid-item {
		padding-top: 32%;
		width: 47.5%;
		margin: 0 0.666% 1.75%;
	}
}

@media screen and (min-width:55em) {
	.grid.news .grid-item {
		padding-top: 32%;
		width: 47.5%;
		margin: 0 auto 2%;
	}
}

@media screen and (min-width:65em) {
	.grid.news {
		width: 100%;
		max-width: 78em;
		/* min-width: 60em; */
	}

	.grid.news .grid-item {
		padding-top: 22%;
		width: 31%;
		margin: 0 0.666% 1em;
	}

	.grid.news .grid-item {
		width: 31.666%;
	}
}



.grid-item .image-holder,
.grid-item .image-holder img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 51;
	height: 100%;
	width: 100%;
}

.grid-item .image-holder {
	overflow: hidden;
}

.grid-item img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.grid-item .name {
	display: block;
	position: absolute;
	color: #fff;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	font-size: 1em;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.grid-item .name::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	background: rgba(120, 122, 122, 0.9);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.4s ease, opacity 0.3s ease;
	-o-transition: transform 0.4s ease, opacity 0.3s ease;
	transition: transform 0.4s ease, opacity 0.3s ease;
}

.case-studies .grid-item .name::after {
	background: rgba(112, 51, 51, 0.93);
}

.grid-item:hover .name::after {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.grid-item:hover .name {
	opacity: 1;
	filter: alpha(opacity=100);
}

.name h3 {
	flex: 0 1 100%;
	opacity: 0;
	position: relative;
	z-index: 10;
	color: #fff;
	font-weight: 300;
	font-size: 1.2em;
	margin: auto;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	transform: translateY(80%);
	-webkit-transition: transform 0.4s ease, opacity 0.4s ease;
	-o-transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.name p {
	flex: 0 1 100%;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	z-index: 10;
	opacity: 0;
	margin: auto;
	width: 85%;
	max-width: 38em;
	-webkit-transform: translateY(2em);
	-ms-transform: translateY(2em);
	transform: translateY(2em);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	-webkit-transition: transform 0.4s ease, opacity 0.2s ease;
	-ms-transition: transform 0.4s ease, opacity 0.2s ease;
	transition: transform 0.4s ease, opacity 0.2s ease;
}

.grid-item:hover .name h3,
.grid-item:hover .name p {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.name h2 {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 1em;
	text-align: center;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.grid-item>a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
}

/* PROJECT PAGE */
.project-info,
.project-footer {
	text-align: left;
	width: 96%;
	max-width: 146vmin;
	min-width: calc(100vw - 4vh);
	margin: 5vh auto;
	color: #666;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
}

.project-info h1,
.project-info h3 {
	flex: 1 100%;
	margin: 0;
}

@media screen and (min-width:50em) {

	.project-info h1,
	.project-info h3 {
		white-space: nowrap;
	}
}

.project-info .description,
.project-info h3~p {
	flex: 1 100%;
	margin: 1em 3% 0 0.15em;
	max-width: 40em;
}

.gallery.case-study {
	padding-top: 1.5%;
}

.case-study .project-info p {
	max-width: 60em;
}

.project-info .description p {
	margin: 0 0 0.8em;
}

.project-info .details {
	margin: 1em 3% 0 0.15em;
}

.details ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: "Helvetica", Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.618em;
}

.project-footer,
.nav-links {
	text-align: right;
}

.project-footer .left {
	text-align: left;
}

.project-footer .left h3,
.project-footer .left h3+.featureds {
	vertical-align: top;
	display: inline-block;
}

.left h3 {
	margin: 0 3vw 0.5em 0;
}

.featureds {
	margin: 0 0 3em 0;
}

.featureds p {
	margin: 0 0 0em;
}

.project-footer .right,
.nav-links {
	text-transform: uppercase;
	max-width: 16em;
	margin-left: auto;
	text-align: right;
}

.nav-links div {
	display: inline-block;
}

.nav-links div:nth-child(2)::before {
	content: "|";
	display: inline-block;
	margin: 0 0.35em 0 0.25em;
}

.post-nav a {
	float: left;
	display: none;
}

.post-nav nav {
	display: inline-block;
}

@media screen and (min-width:85em) {

	.project-info,
	.project-footer,
	.post-nav {
		flex-wrap: nowrap;
		max-width: 147vmin;
		min-width: 77em;
		padding: 0 0 2%;
	}

	.project-footer {
		max-width: 147vmin;
		min-width: 58.8em;
	}

	.post-nav {
		text-align: right;
		min-width: 100%;
		max-width: 60em;
	}

	.case-study .project-info {
		flex-wrap: wrap;
	}

	.project-info .details {
		flex: 1 100%;
		margin: 0.5em 0 1em 2%;
	}

	.project-info h1,
	.project-info .description,
	.project-info .description+.details {
		flex: 0 1 auto;
		margin: 0.5em 0 0 2%;
	}

	.project-info .description {
		margin: 0.5em auto 0 2%;
	}

	.project-info .description+.details {
		text-align: right;
		margin: 0.5em 0 0 0;
	}

	.project-info h1 {
		margin: 0;
	}
}

/* END PROJECT PAGE */


/* PROFILE PAGES */
/* the team */
.page-id-35 .hero.thin .image-holder img {
	object-position: 50% 78%;
	font-family: 'object-fit: cover;object-position: 50% 78%;';
}

.team {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 66em;
	margin: 0 auto;
	padding: 0 0 5em;
}

.team>.text-holder {
	padding: 0 2%;
}

.member {
	max-width: 33em;
	min-width: 25em;
	margin: 0 auto;
	flex: 0 1 50%;
}

/* @media screen and (min-width:45em) {
	.member {
		flex: 1 1 50%;
		margin: 0;
	}
} */
.member .image-holder {
	width: 92%;
	/* landscape proportion */
	padding-top: 66%;
	max-width: 50em;

	/* vertical proportion */
	/* padding-top: 75%; */
	/* max-width: 15.2em; */

	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
	margin: 5em auto 0;
}

/* remember to change media query back to 52em for horizontal or 30em for vertical */
/* @media screen and (min-width:30em) { */
@media screen and (min-width:60em) {
	.member .image-holder {
		padding-top: 22em;
		/* landscape proportion */
	}
}

.member .image-holder img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
}

.member h3 {
	text-align: center;
	margin: 1em auto 0;
}

.member h4 {
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: 1.05em;
	line-height: 1.4;
}

.member p {
	margin-left: auto;
	margin-right: auto;
}

.member .text-holder {
	padding: 0 4%;
}

/* end the team */
/* END PROFILE PAGES */


/* NEWS PAGE */
.grid.news {
	display: block;
	margin: 2em auto;
}

.grid.news .grid-item {
	position: relative;
	display: inline-block;
	overflow: visible;
	vertical-align: top;
	padding: 0;
	max-width: 50em;
	margin: 0 0.666% 1em;
}

.grid.news .grid-item .image-holder {
	overflow: hidden;
	padding-top: 68%;
	height: 0;
	position: relative;
}

.grid.news .entry-header {
	margin-top: 1em;
}

.grid.news .entry-content {
	font-size: 0.8em;
	min-width: 0;
	margin: 0 0 2em;
	max-width: 100%;
}

.grid.news .entry-content p {
	max-width: none;
	margin: 0;
	text-align: left;
}

.grid.news .entry-header h2 {
	margin: 0;
	text-align: left;
	width: 100%;
	font-size: 1.2em;
	font-family: 'Roboto Condensed', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.grid.news .entry-header a {
	text-decoration: none;
}

a.read-more {
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	font-weight: 100;
}

@media screen and (min-width:80em) {
	.grid.news .entry-content {
		font-size: 1em;
	}
}

/* END NEWS PAGE */

.banner h1,
.hero.thin h1 {
	position: relative;
	z-index: 9;
	text-align: center;
	font-size: 2em;
	margin: 0 auto 2vh;
	letter-spacing: 0.25em;
	color: #797b7b;
	font-family: "orator-std", sans-serif;
	color: #fff;
	margin: 8vh auto 0;
	font-size: calc(1vw + 1.5em);
}

.hero.thin h1 {
	z-index: 99;
}

/*CAPABILITES*/
/* .page-template-page-capabilities .sub-menu {
	display: none;
} */
.page-template-page-capabilities .slide.banner,
.page-template-page-contact .slide.banner {
	position: relative;
}

.page-template-page-capabilities .banner {
	height: 55vw;
	max-height: 80vh;
}

.page-template-page-capabilities .banner h1,
.hero.thin h1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 1.4em;
}

.hero.thin h1 {
	top: 20%;
	bottom: auto;
}

.callout,
.capability-text blockquote {
	padding: 5vh 0;
	width: 90%;
	line-height: 2;
	color: #844442;
	margin: 0 auto;
}

@media screen and (min-width:80em) {
	.callout {
		min-width: 124rem;
		max-width: 148vmin;
	}
}

.callout p,
.capability-text blockquote p {
	max-width: 90em;
	font-size: calc(1em + 1vw);
	max-width: 21.5em;
	margin: 0 auto 1em;
	text-transform: uppercase;
	text-align: center;
	font-family: "orator-std", sans-serif;
}

.capability-text {
	max-width: 60em;
	padding: 0 2%;
	margin: 2em auto 0;
	text-align: left;
}

/* .capability-text p{
    height:0;
    overflow: hidden;
    pointer-events: none;
    padding:0;
    margin:0;
}
.capability-text p:nth-of-type(4){
    height:30px;
    cursor: pointer!important;

}
.capability-text p:nth-of-type(4):before{
    content:"read more";
    display: block;
    font-style: italic;
    pointer-events: all;
    margin-top:5px;
    color: #404040;
}
.capability-text p:nth-of-type(4):hover:before,
.capability-text p:last-of-type:hover:after{
    color:#999;
}
.capability-text  p:first-of-type,
.capability-text  p:nth-of-type(2),
.capability-text  p:nth-of-type(3),
.capability-text.show-profile p{
    height:auto;
    margin-bottom: 1.618em;
}
.capability-text.show-profile p{
    margin-bottom: 1.5em;
}
.capability-text.show-profile p:nth-of-type(4):before{
    display: none;
}
.capability-text .show-profile p:last-of-type{
    cursor: pointer!important;
}
.capability-text .show-profile p:last-of-type:after{
    content:"close";
    display: block;
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    pointer-events: all;
    color:#666;

} */
/*END CAPABILITES*/


/*news posts*/
/*default text pages*/

main article.hentry.single-page,
main article.post,
.single-post article.post~nav {
	width: 100%;
	max-width: 60em;
	margin: 5vh auto;
	padding: 0 1vw;
	padding: 0 4%;
	position: relative;
}

.single-post article.post+a {
	width: 100%;
	max-width: 60em;
	margin: 0 auto calc(-5vh - 1.5em);
	padding: 0 1vw;
	display: block;
	position: relative;
}

.nav-links div {
	display: inline-block;
}

main article.hentry.single-page h1.entry-title {
	font-size: 1.5em;

}

main article.hentry.single-page p,
main article.hentry.single-page ul,
main article.post p,
main article.post ul,
main article.post h1,
main article.post h2,
main article.post h3 {
	max-width: 60em;
	margin-top: 0;
	display: block;
}

main article.post h1.entry-title {
	max-width: 30em;
}

main article.post img {
	width: 100%;
}

main article.post img.alignright {
	width: 30%;
	float: right;
	margin: 0 0 2.5% 2.5%;
	clear: right;

}

main article.post img.alignleft {
	width: 30%;
	float: left;
	margin: 0 2.5% 2.5% 0;
	clear: left;
}

main article.post img.size-large {
	width: 100%;
	float: none;
	margin: 0 0 2.5% 0;
	clear: both;
}

main article.post img.alignnone {
	margin: 0 0 2.5% 0;

}

main article.hentry.single-page strong,
main strong {
	font-weight: 400;
}

main article.hentry.single-page h3,
main article.hentry.single-page h4 {
	margin-bottom: 0;
}

main article.hentry.single-page ul,
.capability-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Helvetica", Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.618em;
	break-inside: avoid;
}

main article.hentry.single-page ul li::before,
.capability-text ul li::before {
	content: "—";
	position: absolute;
	left: 0;
	font-size: 0.6em;
	color: #999;
}

main article.hentry.single-page ul li {
	padding: 0 0 0 1.5em;
	position: relative;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

.post-39 {
	padding: 0 4%;
}

@media screen and (min-width:40em) {
	.affiliations div {
		width: 45%;
		margin: 0 4% 0 0;
		display: inline-block;
		vertical-align: top;
	}

	.affiliations div:last-of-type {
		margin: 0;
	}

	.affiliations h3:first-of-type,
	.affiliations p[style*="margin:0;"]+h3 {
		margin-top: 0;
	}
}

main article.hentry.single-page blockquote {
	max-width: 60em;
	margin: 0;
}

main article.hentry.single-page blockquote p {
	line-height: 1.5;
	color: #844442;
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: "orator-std", sans-serif;

}


@media screen and (min-width:80em) {
	main article.hentry.single-page {
		/* min-width: 124rem; */
		/* max-width: 147vmin; */
		max-width: 81.5em;
		padding: 0;
	}

	main article.hentry.single-page.post-39 {
		max-width: 60em;
		padding: 0 0 0 5em;
	}
}


/*awards list*/
.entry-content.awards {
	max-width: 47em;
}

.awards {
	margin-top: 0;
}

.awards p {
	margin: 0 0 0.8em 0;
}

main article.hentry.single-page .awards ul li ul {
	padding: 0.5em 0 0 1.5em;
	font-size: 0.9em;
}

.awards h3 {
	color: #844442;
	font-size: 1.25em;
}

/*CONTACT PAGE*/
.main-container {
	box-sizing: border-box;
	min-height: 100vh;
}

.page-template-page-contact .text {
	position: relative;
	color: #fff;
	margin: 8vh 0 0 6vw;
	padding-bottom: 4em;
	z-index: 100;
}

.page-template-page-contact .slide.banner {
	min-height: calc(97.75vh - 7.3rem);
}

.page-template-page-contact .text h1 {
	font-family: 'Roboto Condensed', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.request {
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.request:hover {
	opacity: 0.7;
}

.social {
	padding: 0;
	margin: 0 0 0 -0.5em;
	display: block;
	list-style-type: none;
}

footer .social {
	display: inline-block;
}

.social .icon {
	display: inline-block;
	height: 3.5rem;
	width: 3.5rem;
}

.icon svg {
	height: 100%;
	width: auto;
	overflow: visible;
}

.social .icon svg {
	height: 3.5rem;
	width: 3.5rem;
}

.social .icon svg path,
.social .icon svg polygon,
.social .icon svg polyline {
	fill: #fff;
}

footer .social .icon svg path,
footer .social .icon svg polygon,
footer .social .icon svg polyline {
	fill: #000;
}

footer .social {
	height: 2rem;
	overflow: hidden;
	vertical-align: bottom;
	margin: 0 4% 0;
}

footer .icon {
	height: 3rem;
	width: 3rem;
	margin-top: -0.65em;
}

.icon a {
	display: block;
}

.icon a:hover {
	opacity: 0.8;
}

/*END CONTACT PAGE*/



main a,
#content a {
	text-decoration: none;
	color: #404040;
}

.slide.banner p {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.slide.banner a {
	color: #fff !important;
}

.slide.banner a:hover {
	opacity: 0.7;
}

main a:hover,
#content a:hover {
	color: #844442;
}






/* PRESS */
/*BUZZ/PRESS*/
.grid.press {
	font-size: 1em;
	padding-top: 10rem;
	width: 90%;
	margin: 0 auto;
	max-width: 120rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
}

@media screen and (min-width:40em) {
	.grid.press {
		width: 100%;
	}
}

.grid.press .grid-item {
	/* display: inline-block; */
	position: relative;
	flex: 0 0 23%;
	flex: 0 0 calc(30rem - 2%);
	padding: 0 1%;
	width: 100%;
	margin: 0 auto 1em;
	background-color: #fff;
}

/* @media screen and (min-width:45em) {
	.grid.press .grid-item {
		width: 49%;
	}
}
@media screen and (min-width:63em) {
	.grid.press .grid-item {
		width: 23%;
	}
} */
.grid.press .grid-item .image-holder,
.grid.press .grid-item .text-holder,
.grid.press .grid-item .image-holder img {
	/* position: relative; */
	width: 100%;
	height: 100%;
}

.grid.press .grid-item .image-holder::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.05);
	z-index: 91;
	pointer-events: none;
}

.press .text-holder {
	font-size: 1.4rem;
	padding: 0 1em 1em 0;
}

.press .text-holder p {
	margin: 1em 0 0;
	padding: 0;
	line-height: 1.5;
	text-align: left;
}

.press .text-holder em {
	letter-spacing: 0.025em;
}

.press .text-holder small {
	letter-spacing: 0.05em;
}

.press .text-holder span.press-title {
	font-family: 'Roboto Condensed', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.press .text-holder a {
	margin: 0 auto 0.7em;
	display: block;
}

.press .text-holder a:hover,
.text-holder a:hover {
	opacity: 1;
	color: #996842;
}

/* END PRESS */




/*FOOTER*/
footer.site-footer {
	background: #f8f0e5;
	padding: 2em 0;
	width: auto;
	position: relative;
	text-transform: uppercase;
	color: inherit;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	line-height: 2;
}

.home .site-footer {
	display: none;
}

footer>div {
	text-align: center;
	/* max-width: 150vmin; */
	margin: 0 auto;
}

footer>div span {
	display: block;
	margin: 0 auto 0.5em;
}

@media screen and (min-width:60em) {
	footer>div span {
		margin: 0 4%;
		width: 15rem;
		display: inline-block;
	}
}

#home footer {
	display: none;
}

footer ul {
	font-family: 'Roboto Condensed', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	flex: 1 0 auto;
	width: auto;
	margin: 0 2% 2em;
	list-style: none;
}

footer ul:first-child {
	width: 90%;
	margin: 2% 2% 4%;
}

@media screen and (min-width: 60em) {

	footer ul,
	footer ul:first-child {
		width: auto;
		margin: 0 2%;
	}
}

/*END FOOTER*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	text-align: center;
	max-width: 150vmin;
	margin: 0 auto;
}

@media screen and (min-width:60em) {
	.gallery {
		min-width: 60em;
	}
}

.gallery .gallery-row {
	width: 100%;
	font-size: 0px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto 2vh;
}

.gallery-row .image-holder {
	display: block;
	position: relative;
	width: 100%;
	background-color: rgba(223, 218, 204, 0.26);
}

.gallery-row .image-holder img {
	width: 100%;
}

.gallery-row .image-holder:not(:last-child) {
	margin-bottom: 2vh;
}

@media screen and (max-width:40em) {
	.gallery-row .image-holder {
		padding-top: 0 !important;
	}
}

@media screen and (min-width:40em) {
	.gallery-row .image-holder {
		display: inline-block;
	}

	.gallery-row .image-holder:not(:last-child) {
		margin-bottom: 0;
	}

	.gallery-row .image-holder img {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}

	.gallery-row.set-of-1 .image-holder {
		width: calc(100% - 4vh);
		width: 100%;
		max-width: 146vmin;
		min-width: calc(100% - 4vh);
	}

	.gallery-row.set-of-2 .image-holder {
		width: calc(50% - 3vh);
		padding-top: 35%;
	}

	.gallery .image-holder:not(:last-child) {
		margin-right: 2vh;
	}

	.gallery .gallery-row.set-of-3 .image-holder {
		width: 31%;
		width: calc(33.33333% - 2.6666vh);
		position: relative;
		padding-top: 25%;
	}
}