@charset "UTF-8";
/*!
Theme Name: Establish Design
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.11.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: establish-design
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.

Establish Design is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*********************************************
  ** Header styles 
**********************************************/
body.menu-open {
  overflow: hidden;
}

.site {
  position: relative;
}

#wrapper-navbar {
  position: relative;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .site-header {
    height: 100px;
  }
  .site-header.is-fixed {
    position: fixed;
    top: -100px;
    transition: transform 0.5s, box-shadow 0.5s;
    transition-delay: 0.3s;
    background-color: #f3eee8;
  }
  .site-header.is-visible {
    transform: translateY(100%);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.38);
  }
}

.nav-container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .nav-container {
    width: 96%;
  }
}

.nav-spacer, .nav-right {
  flex: 0 0 50px;
}

.site-branding {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s;
}
.site-branding img {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .site-branding img {
    width: 35px;
  }
}
.site-branding .header-logo-dark {
  display: none;
}
.site-branding .header-logo-light {
  display: block;
}

.is-fixed .header-logo-dark {
  display: block;
}
.is-fixed .header-logo-light {
  display: none;
}

.main-nav {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  height: 100dvh;
  background-color: #f3eee8;
  top: 0;
  left: 0;
  width: 100dvw;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(125px + 5%);
}
.main-nav .main-nav__logo {
  display: block;
  width: 100%;
  padding-bottom: 15%;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .main-nav .main-nav__logo {
    padding-bottom: calc(10% - 25px);
  }
}
@media screen and (min-width: 1200px) {
  .main-nav .main-nav__logo {
    padding-bottom: calc(6% - 25px);
  }
}
.menu-open .main-nav .main-nav__logo {
  opacity: 1;
}
.main-nav .main-nav__logo img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-nav .main-nav__logo img {
    width: 45px;
  }
}
.main-nav .menu-menu-1-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .menu-menu-1-container .nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav .menu-menu-1-container .nav-menu .menu-item {
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  scale: 0.95;
  transition: opacity 1.25s, scale 1.25s;
}
@media screen and (min-width: 768px) {
  .main-nav .menu-menu-1-container .nav-menu .menu-item {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav .menu-menu-1-container .nav-menu .menu-item {
    padding: 30px 0;
  }
}
.menu-open .main-nav .menu-menu-1-container .nav-menu .menu-item {
  opacity: 1;
  scale: 1;
}
.main-nav .menu-menu-1-container .nav-menu .menu-item a {
  font-family: alverata, serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .main-nav .menu-menu-1-container .nav-menu .menu-item a {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .main-nav .menu-menu-1-container .nav-menu .menu-item a {
    font-size: 36px;
  }
}
.main-nav .menu-menu-1-container .nav-menu .menu-item a:hover {
  opacity: 1;
  scale: 1.01;
  letter-spacing: 0.25em;
}

.nav-container.clicked .site-branding {
  opacity: 0;
}
.nav-container.clicked .site-logo__img--black {
  display: none;
}
.nav-container.clicked .site-logo__img--white {
  display: block;
}
.nav-container.clicked .main-nav {
  opacity: 1;
  visibility: visible;
}
.nav-container.clicked .main-nav .nav-menu .menu-item {
  opacity: 1;
  transform: translateY(0);
}

.nav-trigger {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .nav-trigger {
    height: 50px;
    width: 50px;
  }
}
.nav-trigger .nav-icon {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 30%;
  background-color: transparent;
  opacity: 0;
  transition: all 0.3s;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .nav-trigger .nav-icon {
    width: 35px;
  }
}
.nav-trigger .nav-icon:before, .nav-trigger .nav-icon:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  left: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .nav-trigger .nav-icon:before, .nav-trigger .nav-icon:after {
    width: 35px;
  }
}
.nav-trigger .nav-icon:before {
  top: 0;
  transition: top 0.3s;
}
.nav-trigger .nav-icon:after {
  background-color: #fff;
  bottom: 0;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.nav-trigger .nav-word {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .nav-trigger .nav-word {
    width: 40px;
    height: 40px;
  }
}
.nav-trigger .nav-word svg {
  width: 40px;
  fill: #fff0de;
}

.is-fixed .nav-trigger .nav-icon {
  background-color: #bcb7b0;
}
.is-fixed .nav-trigger .nav-icon:before, .is-fixed .nav-trigger .nav-icon:after {
  background-color: #bcb7b0;
}
.is-fixed .nav-trigger .nav-word {
  padding-top: 0;
}
.is-fixed .nav-trigger .nav-word svg {
  fill: #bcb7b0;
}

.nav-container.clicked .nav-trigger .nav-icon {
  opacity: 1;
}
.nav-container.clicked .nav-trigger .nav-word {
  opacity: 0;
}

/*********************************************
  ** Footer styles 
**********************************************/
.site-footer {
  background-position: 50% 0%;
  background-size: cover;
  padding: 30px 0 20px;
  margin-top: 25px;
  font-variant-caps: all-small-caps;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  position: relative;
}
.site-footer:before {
  content: "";
  background: linear-gradient(0deg, rgba(243, 238, 232, 0.2) 10%, rgb(243, 238, 232) 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 100px 0 30px;
  }
}
.site-footer .logo-container {
  display: flex; /* Enable Flexbox for the container */
  align-items: center; /* Vertically center the items (including the lines) */
  justify-content: center; /* Horizontally center the items */
  position: relative; /* Essential for positioning pseudo-elements relative to this container */
  width: 100%; /* Ensure the container spans the full width */
}
.site-footer .logo {
  /* Add any specific styling for your logo here */
  width: 40px; /* Adjust as needed */
  height: auto;
  z-index: 1; /* Ensure the logo appears above the lines */
  background-color: #f3eee8; /* Match the background color of your page */
  padding: 15px 0;
}
.site-footer .logo-container::before,
.site-footer .logo-container::after {
  content: "";
  flex-grow: 1; /* Allow the lines to take up available space */
  height: 1px; /* Adjust line thickness */
  background-color: #8c734b; /* Adjust line color */
  display: block;
}
.site-footer .logo-container::before {
  margin-right: 20px; /* Space between the left line and the logo */
}
.site-footer .logo-container::after {
  margin-left: 20px; /* Space between the right line and the logo */
}
.site-footer .row {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .site-footer .row {
    max-width: unset;
  }
}
.site-footer .row .col.col-50 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .site-footer .row .col.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.site-footer .col:first-child {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .site-footer .col:first-child {
    padding-top: 0;
    border-right: 1px solid #8c734b;
  }
}
.site-footer .footer-title {
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: none;
  font-variant-caps: initial;
  -moz-font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  text-transform: none;
  padding-bottom: 10px;
  color: #8c734b;
}
.site-footer .footer-contact {
  font-size: clamp(14px, 1.5vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #8c734b;
}
.site-footer .footer-contact .row {
  border: 0;
}
.site-footer .footer-contact p {
  margin-bottom: 0;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-contact p {
    text-align: left;
    text-align-last: left;
  }
}
.site-footer .footer-contact a {
  color: #8c734b;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}
.site-footer .footer-contact a:hover {
  text-decoration: none;
  border-bottom: 1px solid #8c734b;
}
.site-footer .footer-social .row {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-social .row {
    justify-content: flex-start;
  }
}
.site-footer .footer-social .footer-social__link {
  padding: 0 5px;
}
.site-footer .footer-social .footer-social__link:last-child {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-social .footer-social__link {
    padding: 0 10px;
  }
}
.site-footer .footer-social .footer-social__link:first-child {
  padding-left: 0;
}
.site-footer .footer-social a {
  color: #8c734b;
}
.site-footer .footer-social a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-form {
    padding-left: 6%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .footer-form {
    padding-left: 6%;
    padding-right: 8%;
  }
}
.site-footer .footer-form .establish-form .wpforms-form {
  justify-content: flex-start;
}
.site-footer .footer-form .establish-form.wpforms-container {
  margin: 0 0 5px;
}
.site-footer .footer-form .establish-form.wpforms-container.inline-fields .wpforms-form {
  flex-wrap: wrap;
  align-items: center;
}
.site-footer .footer-form .establish-form.wpforms-container .wpforms-field {
  padding-bottom: 0;
}
.site-footer .footer-form .establish-form .wpforms-submit-container {
  margin-top: 0;
  padding-bottom: 0;
}
.site-footer .footer-form .establish-form .wpforms-head-container {
  width: 100%;
  padding-bottom: 3%;
}
.site-footer .footer-form .establish-form .wpforms-head-container .wpforms-title, .site-footer .footer-form .establish-form .wpforms-head-container .wpforms-description {
  color: #8c734b;
  font-weight: 400;
}
.site-footer .footer-form .establish-form .wpforms-head-container .wpforms-description {
  font-size: clamp(13px, 1.5vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.site-footer .footer-form .establish-form .wpforms-head-container .wpforms-title {
  font-variant-caps: initial;
  -moz-font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  text-transform: none;
  padding-bottom: 10px;
  font-size: clamp(16px, 1.7vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0;
}
.site-footer .footer-form .establish-form .wpforms-field-container {
  width: calc(100% - 160px);
  margin-bottom: 1px;
}
.site-footer .footer-form .establish-form .wpforms-field-container .wpforms-field, .site-footer .footer-form .establish-form .wpforms-field-container input {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-form .establish-form .wpforms-field-container {
    width: calc(97% - 160px);
  }
}
.site-footer .footer-form .establish-form .wpforms-field.wpforms-field-email {
  padding-left: 0;
  padding-top: 0;
  margin-right: 10px;
}
.site-footer .footer-form .establish-form input, .site-footer .footer-form .establish-form textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #8c734b;
  border-radius: 0;
  font-family: adobe-jenson-pro, serif;
  text-transform: uppercase;
  color: #8c734b;
  letter-spacing: 0.2em;
  padding: 15px 10px;
  width: 100%;
  font-size: clamp(12px, 1.4vw, 18px);
  height: unset;
}
.site-footer .footer-form .establish-form input:focus, .site-footer .footer-form .establish-form textarea:focus {
  border: 1px solid #8c734b !important;
}
.site-footer .footer-form .establish-form .wpforms-submit-container {
  width: unset;
}
.site-footer .footer-form .establish-form button[type=submit].wpforms-submit {
  background: transparent;
  border: 1px solid #8c734b;
  border-radius: 0;
  font-family: adobe-jenson-pro, serif;
  text-transform: uppercase;
  color: #8c734b;
  letter-spacing: 0.2em;
  opacity: 1;
  transition: all 0.3s;
  font-size: clamp(12px, 1.4vw, 18px);
  line-height: 100%;
  height: unset;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  margin-bottom: 1px;
}
.site-footer .footer-form .establish-form button[type=submit].wpforms-submit:hover {
  background-color: #8c734b;
  color: #f3eee8;
}
.site-footer .footer-form .footer-form-post {
  padding-top: 10px;
  color: #8c734b;
  font-size: clamp(10px, 1.1vw, 20px);
}
.site-footer div.wpforms-container-full input[type=email]::-webkit-input-placeholder {
  color: #8c734b;
  opacity: 1;
}
.site-footer .site-footer__link {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.site-footer .site-footer__link a {
  color: #8c734b;
  opacity: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer__link a {
    font-size: 1em;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.wrap {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .wrap {
    padding: 0 2rem;
  }
}
.wrap.wrap--medium {
  max-width: 1350px;
}
.wrap.wrap--narrow {
  max-width: 1200px;
}
.wrap.wrap--xxs {
  max-width: 900px;
}
.wrap.wrap--xs {
  max-width: 1024px;
}
.wrap.wrap--lg {
  max-width: 1700px;
}
.wrap.wrap--xl {
  max-width: 1920px;
}
.wrap.wrap--full {
  max-width: 2250px;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-reverse {
  flex-direction: column-reverse;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .col {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-middle {
  justify-content: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row.row-between {
  justify-content: space-between;
}
.row .col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .row .col.col-offset-10 {
    margin-left: 10%;
  }
  .row .col.col-offset-20 {
    margin-left: 20%;
  }
  .row .col.col-offset-25 {
    margin-left: 25%;
  }
  .row .col.col-offset-33, .row .col.col-offset-34 {
    margin-left: 33.3333%;
  }
  .row .col.col-offset-50 {
    margin-left: 50%;
  }
  .row .col.col-offset-60 {
    margin-left: 60%;
  }
  .row .col.col-offset-66, .row .col.col-offset-67 {
    margin-left: 66.6666%;
  }
  .row .col.col-offset-75 {
    margin-left: 75%;
  }
  .row .col.col-offset-80 {
    margin-left: 80%;
  }
  .row .col.col-offset-90 {
    margin-left: 90%;
  }
  .row .col.col-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .col.col-25, .row .col.col-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .row .col.col-33, .row .col.col-34, .row .col.col-1\/3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row .col.col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .col.col-5\/12 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .row .col.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-7\/12 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .row .col.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row .col.col-66, .row .col.col-67, .row .col.col-2\/3 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row .col.col-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row .col.col-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row .col.col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-top {
  align-self: flex-start;
}
.row .col.col-bottom {
  align-self: flex-end;
}
.row .col.col-center {
  align-self: center;
}

@media (min-width: 768px) {
  .row, .row.row-reverse {
    flex-direction: row;
  }
  .row .col {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f3eee8;
}

::selection {
  background-color: #a8977b;
  color: #fff;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Enable view transitions for all pages */
@view-transition {
  navigation: auto;
}
/* Storing the duration of the view transition in a custom property sot that we can sync the fade. */
:root {
  --default-pg-transition-duration: 1;
}

::view-transition-old(root) {
  animation-duration: 0.75s;
}

::view-transition-new(root) {
  animation-duration: 0.75s;
}

.sr-only {
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

em {
  color: inherit;
}

.img-multiply {
  mix-blend-mode: multiply;
}

.lg-padding {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .lg-padding {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1024px) {
  .lg-padding {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .lg-padding {
    padding: 150px 0;
  }
}

.lg-padding-bottom {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lg-padding-bottom {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .lg-padding-bottom {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .lg-padding-bottom {
    padding-bottom: 150px;
  }
}

.lg-padding-top {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .lg-padding-top {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .lg-padding-top {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .lg-padding-top {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .lg-padding-sides {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .lg-padding-sides {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .lg-padding-sides {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.xl-padding {
  padding: 100px 0 100px;
}
@media screen and (min-width: 768px) {
  .xl-padding {
    padding: 125px 0 125px;
  }
}
@media screen and (min-width: 1024px) {
  .xl-padding {
    padding: 150px 0 150px;
  }
}
@media screen and (min-width: 1200px) {
  .xl-padding {
    padding: 200px 0 200px;
  }
}

.xl-padding-top {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .xl-padding-top {
    padding-top: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .xl-padding-top {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .xl-padding-top {
    padding-top: 200px;
  }
}

.xl-padding-bottom {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .xl-padding-bottom {
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .xl-padding-bottom {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .xl-padding-bottom {
    padding-bottom: 200px;
  }
}

.xxl-padding {
  padding: 100px 0 100px;
}
@media screen and (min-width: 768px) {
  .xxl-padding {
    padding: 150px 0 150px;
  }
}
@media screen and (min-width: 1024px) {
  .xxl-padding {
    padding: 200px 0 200px;
  }
}
@media screen and (min-width: 1200px) {
  .xxl-padding {
    padding: 250px 0 250px;
  }
}

.xxl-padding-top {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .xxl-padding-top {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .xxl-padding-top {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .xxl-padding-top {
    padding-top: 250px;
  }
}

.xxl-padding-bottom {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .xxl-padding-bottom {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .xxl-padding-bottom {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .xxl-padding-bottom {
    padding-bottom: 250px;
  }
}

.md-padding {
  padding: 25px 0;
}
@media screen and (min-width: 1024px) {
  .md-padding {
    padding: 75px 0;
  }
}

.md-padding-bottom {
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .md-padding-bottom {
    padding-bottom: 75px;
  }
}

.md-padding-top {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .md-padding-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .md-padding-top {
    padding-top: 100px;
  }
}

main {
  position: relative;
}

.text-sans {
  font-family: alverata, serif;
}

.text-serif {
  font-family: adobe-jenson-pro, serif;
}

.text-serif-display {
  font-family: adobe-jenson-pro-display, serif;
}

.text-serif-dropcap {
  font-family: linotype-didot, serif;
}

.text-inline {
  font-family: albertan-pro-inline, sans-serif;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fix-breaks br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fix-breaks br {
    display: inline;
  }
}

.page-header {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-header img {
  display: block;
  width: 100%;
}
.page-header .entry-title {
  color: #fff;
  font-size: clamp(1.25rem, 0.449rem + 3.205vw, 2.5rem);
  letter-spacing: 0.3em;
}
.page-header .entry-title span {
  vertical-align: 0.3em;
  padding: 0 2px;
}

.page-subhead {
  font-size: clamp(16px, 1.5vw, 25px);
  letter-spacing: 0.2em;
  color: #8c734b;
  padding-bottom: 35px;
}
.page-subhead em {
  text-transform: none;
}

@keyframes fadeInHome {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.splash-screen {
  position: absolute;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: #716b4e;
}
.splash-screen .splash-screen-img {
  width: 100%;
  height: 100dvh;
  background-size: cover;
  background-position: 75% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeInHome 3s 0.5s forwards;
}
.splash-screen .splash-screen-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 600px;
  opacity: 0;
  animation: fadeInHome 2s 2s forwards;
}
@media screen and (min-width: 1024px) {
  .splash-screen .splash-screen-logo {
    width: 40%;
  }
}

.page-intro {
  position: relative;
}
.page-intro .page-intro__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-intro .page-intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
.page-intro .page-intro__copy {
  color: #8c734b;
  font-size: clamp(19px, 2.2vw, 38px);
  line-height: 1.7;
  text-align: justify;
  padding: 0 1.5em;
  opacity: 0.8;
}
.page-intro .page-intro__copy::first-letter {
  font-family: linotype-didot, serif;
  font-size: 3em;
  line-height: 1;
  margin-right: -0.1em;
}

.page-home footer, .page-home .site-branding img {
  display: none;
}

.main-screen-slider {
  width: 100%;
  height: 100dvh;
}
.main-screen-slider .main-screen-slide {
  width: 100%;
  height: 100dvh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) {
  .main-screen-slider.main-screen-slider--mobile {
    display: block;
  }
}
@media screen and (orientation: landscape) {
  .main-screen-slider.main-screen-slider--mobile {
    display: none;
  }
}
.main-screen-slider.main-screen-slider--mobile .main-screen-slide.row-6 {
  background-position: 100% 50%;
}
.main-screen-slider.main-screen-slider--mobile .main-screen-slide.row-8 {
  background-position: 100% 50%;
}
.main-screen-slider.main-screen-slider--mobile .main-screen-slide.row-10 {
  background-position: 100% 50%;
}
@media screen and (orientation: landscape) {
  .main-screen-slider.main-screen-slider--desktop {
    display: block;
  }
}
@media screen and (orientation: portrait) {
  .main-screen-slider.main-screen-slider--desktop {
    display: none;
  }
}
.main-screen-slider.main-screen-slider--desktop .main-screen-slide.row-3 {
  background-position: 80% 100%;
}
.main-screen-slider.main-screen-slider--desktop .main-screen-slide.row-5 {
  background-position: 70% 100%;
}
.main-screen-slider.main-screen-slider--desktop .main-screen-slide.row-7 {
  background-position: 80% 100%;
}
.main-screen-slider.main-screen-slider--desktop .main-screen-slide.row-10 {
  background-position: 20% 100%;
}
.main-screen-slider.main-screen-slider--desktop .main-screen-slide.row-13 {
  background-position: 80% 100%;
}

.main-screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-screen-overlay .center-logo {
  width: 75px;
  position: relative;
  left: 0.6%;
}
@media screen and (min-width: 1024px) {
  .main-screen-overlay .center-logo {
    width: 125px;
  }
}

.about .page-intro {
  background: #f4efe8;
}
.about .page-intro br {
  display: none;
}
.about .page-intro .wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about .page-intro .wrap {
    width: 80%;
  }
}
.about .about-bios .about-bios__bio-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 18% 0 23%;
  margin-bottom: 10px;
}
.about .about-bios .about-bios__portrait-overlay {
  width: 100%;
  position: relative;
}
.about .about-bios .about-bios__portrait-overlay .wrap.wrap--xxs {
  padding: 0;
  width: 80%;
  max-width: 800px;
}
@media screen and (min-width: 1024px) {
  .about .about-bios .about-bios__portrait-overlay .wrap.wrap--xxs {
    width: 60%;
  }
}
.about .about-bios .about-bios__portrait-overlay .about-bios__portrait {
  box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.2);
}
.about .about-bios .about-bios__portrait-overlay .about-bios__first-name {
  color: #fff;
  z-index: 2;
  font-size: clamp(22px, 3vw, 46px);
  letter-spacing: 0.3em;
}
.about .about-bios .about-bios__portrait-overlay .about-bios__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(237, 232, 228, 0.95);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .about .about-bios .about-bios__portrait-overlay .about-bios__overlay {
    align-items: center;
  }
}
.about .about-bios .about-bios__portrait-overlay .about-bios__overlay .about-bios__overlay-text {
  width: 100%;
  height: 83%;
  overflow-y: auto;
  margin: 25px auto 0;
  padding: 0 9% 15px 9%;
  font-size: clamp(16px, 3.3vw, 24px);
  color: #8c734b;
  line-height: 1.3;
  text-wrap: pretty;
  mask-image: linear-gradient(180deg, black 85%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .about .about-bios .about-bios__portrait-overlay .about-bios__overlay .about-bios__overlay-text {
    padding: 0 5% 15px 5%;
    margin: 15px auto 0;
    width: 90%;
    height: 90%;
    font-size: clamp(16px, 1.5vw, 24px);
  }
}
@media screen and (min-width: 1200px) {
  .about .about-bios .about-bios__portrait-overlay .about-bios__overlay .about-bios__overlay-text {
    width: 80%;
    mask-image: none;
    height: auto;
  }
}
.about .about-bios .about-bios__portrait-overlay .about-bios__overlay .about-bios__overlay-text .about-bios__copy {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .about .about-bios .about-bios__portrait-overlay .about-bios__overlay .about-bios__overlay-text .about-bios__copy {
    padding-top: 20px;
    font-size: 0.9em;
    text-wrap: pretty;
  }
}
.about .about-bios .about-bios__portrait-overlay:hover .about-bios__overlay {
  opacity: 1;
}
.about .about-bios .about-bios__portrait-overlay:hover .about-bios__first-name {
  opacity: 0;
}
.about .about-philosophy .uk-accordion-title {
  color: #8c734b;
  font-size: clamp(26px, 5vw, 84px);
  letter-spacing: 0.15em;
  opacity: 0.3;
  transition: all 0.5s;
}
.about .about-philosophy .uk-accordion-title:before {
  content: none;
}
.about .about-philosophy .uk-accordion-title:hover {
  opacity: 1;
  letter-spacing: 0.2em;
}
.about .about-philosophy .uk-open .uk-accordion-title {
  opacity: 1;
}
.about .about-philosophy .uk-accordion-content .text-serif {
  font-variant-caps: all-small-caps;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  font-size: clamp(18px, 2vw, 30px);
  color: #8c734b;
  text-wrap: balance;
}
.about .about-philosophy .bottom-line {
  position: relative;
  width: 70%;
  height: 1px;
  background-color: #8c734b;
  margin: 5% auto 5%;
}
.about .about-philosophy .bottom-line:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 100 40" xmlns="http://www.w3.org/2000/svg"><polygon points="50,1 99,20 50,39 1,20" fill="none" stroke="%239a8648" stroke-width="2px" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  height: 15px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .about .about-philosophy .bottom-line:after {
    height: 25px;
    width: 60px;
  }
}
.about .about-inquiries {
  position: relative;
  z-index: 2;
}
.about .about-inquiries .portfolio-item__link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: clamp(20px, 3vw, 36px);
}
.about .about-inquiries .portfolio-item__link:hover {
  text-decoration: none;
}
.about .about-inquiries .portfolio-item__link .top-line, .about .about-inquiries .portfolio-item__link .bottom-line {
  width: 10em;
  height: 1px;
  background-color: rgba(140, 115, 75, 0.7);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-inquiries .portfolio-item__link .top-line:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 100 40" xmlns="http://www.w3.org/2000/svg"><polygon points="50,1 99,20 50,39 1,20" fill="none" stroke="%239a8648" stroke-width="2px" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  height: 15px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .about .about-inquiries .portfolio-item__link .top-line:after {
    height: 25px;
    width: 60px;
  }
}
.about .about-inquiries .about-item__title {
  width: 100%;
  padding: 1.2em 0 0.7em;
}
.about .about-inquiries .about-item__title h2 {
  color: rgba(140, 115, 75, 0.7);
  font-size: inherit;
  letter-spacing: 0.25em;
  line-height: 2;
}
.about .about-inquiries .about-item__title h2 span, .about .about-inquiries .about-item__title h2 em {
  display: block;
}
.about .about-inquiries .about-item__title h2 em {
  font-size: 0.8em;
  text-transform: none;
  letter-spacing: 0.05em;
}
.about .about-inquiries .about-inquiries__link {
  display: inline-block;
  color: #8c734b;
  padding: 15px 25px 25px;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.2em;
  line-height: 2;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.about .about-inquiries .about-inquiries__link span {
  font-size: 0.5em;
}
.about .about-inquiries .about-inquiries__link:hover {
  text-decoration: none;
  opacity: 1;
}
.about .about-inquiries .about-inquiries__link br {
  display: none;
}
.about .about-press {
  position: relative;
  margin-top: 75px;
}
@media screen and (min-width: 1024px) {
  .about .about-press {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .about .about-press {
    margin-top: 200px;
  }
}
.about .about-press .page-subhead {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about .about-press .page-subhead {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .about .about-press .page-subhead {
    padding-bottom: 100px;
  }
}
.about .about-press .row.row-center {
  padding: 0 55px;
}
.about .about-press .about-press__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.about .about-press .about-press__item {
  color: #8c734b;
  border-bottom: 1px solid rgba(140, 115, 75, 0.5);
  padding: 25px 0 18px;
  font-size: clamp(18px, 1.5vw, 24px);
  min-height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about-press .about-press__item {
    justify-content: flex-end;
    text-align: right;
  }
}
.about .about-press .about-press__item a {
  color: #8c734b;
  letter-spacing: 0;
  transform: scale(1);
  transform-origin: center right;
  transition: all 0.5s;
}
.about .about-press .about-press__item a:hover {
  text-decoration: none;
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .about .about-press .col.col-50:nth-child(odd) {
    padding: 0 2rem;
  }
  .about .about-press .col.col-50:nth-child(even) {
    padding: 0 2rem;
  }
  .about .about-press .col.col-50:nth-child(even) .about-press__item {
    justify-content: flex-start;
    text-align: left;
  }
  .about .about-press .col.col-50:nth-child(even) a {
    transform-origin: center left;
  }
}
.about .about-press .col.col-50:nth-child(1) .about-press__item {
  border-top: 1px solid rgba(140, 115, 75, 0.5);
}
@media screen and (min-width: 768px) {
  .about .about-press .col.col-50:nth-child(2) .about-press__item {
    border-top: 1px solid rgba(140, 115, 75, 0.5);
  }
}

.project-inquiries .about-item__title h2, .about-inquiries__link .about-item__title h2 {
  transition: letter-spacing 0.5s;
}
.project-inquiries .about-item__title:hover h2, .about-inquiries__link .about-item__title:hover h2 {
  letter-spacing: 0.3em;
}

.portfolio {
  padding: 0.75rem 0;
}
@media screen and (min-width: 1024px) {
  .portfolio {
    padding: 3.5rem 0;
  }
}
.portfolio .col {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .portfolio .col {
    padding-bottom: 2rem;
  }
}
.portfolio .portfolio-item {
  position: relative;
  width: 100%;
  opacity: 0;
}
.portfolio .portfolio-item .portfolio-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio .portfolio-item .portfolio-item__a {
  background-color: #f3eee8;
}
.portfolio .portfolio-item .portfolio-title {
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: 0.4em;
  text-align: center;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
  white-space: nowrap;
  padding: 2%;
  margin-left: 0.4em;
}
@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-title {
    font-size: 1.8vw;
  }
}
.portfolio .portfolio-item .portfolio-title em {
  font-size: 0.8em;
  text-transform: none;
  letter-spacing: 0.05em;
  padding: 0.4em;
  margin-left: -0.3em;
}
.portfolio .portfolio-item .portfolio-title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-title:hover {
    opacity: 0;
  }
  .portfolio .portfolio-item .portfolio-title:hover + .portfolio-item__b {
    opacity: 1;
  }
}
.portfolio .portfolio-item .portfolio-item__b {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.contact .page-intro .page-intro__copy {
  padding: 0 1.1em;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact .page-intro .page-intro__copy {
    width: 85%;
  }
}
.contact .contact-form .contact-form__title {
  color: rgba(140, 115, 75, 0.7);
  font-size: clamp(1.125rem, 0.554rem + 2.435vw, 2rem);
  letter-spacing: 0.1em;
}
.contact .contact-form .contact-form__form {
  padding: 0 1.1em;
}
.contact .contact-form .wpforms-container.establish-form input, .contact .contact-form .wpforms-container.establish-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8c734b;
  font-family: adobe-jenson-pro, serif;
  text-transform: uppercase;
  color: #8c734b;
  letter-spacing: 0.2em;
  padding: 20px 0;
  margin-bottom: 20px;
}
.contact .contact-form .wpforms-container.establish-form input::placeholder, .contact .contact-form .wpforms-container.establish-form textarea::placeholder {
  color: #8c734b;
  opacity: 0.7;
}
.contact .contact-form .wpforms-container.establish-form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8c734b;
  font-family: adobe-jenson-pro, serif;
  text-transform: uppercase;
  color: #8c734b;
  letter-spacing: 0.2em;
}
.contact .contact-form .wpforms-container.establish-form button.wpforms-submit {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: adobe-jenson-pro, serif;
  text-transform: uppercase;
  color: #8c734b;
  letter-spacing: 0.2em;
  transition: border 0.3s;
}
.contact .contact-form .wpforms-container.establish-form button.wpforms-submit:hover {
  background: transparent;
  border: 1px solid #8c734b;
}

.workshop .uk-slideshow-items {
  min-height: unset !important;
  padding-bottom: 62%;
  aspect-ratio: unset !important;
}
.workshop .workshop-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.workshop .workshop__body {
  background-size: cover;
  background-position: 50% 50%;
}
.workshop .workshop__body .workshop-body-headline {
  text-transform: uppercase;
  text-align: center;
  color: #9a8648;
  font-size: clamp(1.25rem, 0.435rem + 3.478vw, 2.5rem);
  letter-spacing: 0.06em;
}
.workshop .workshop__body .workshop__logo {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  opacity: 0.7;
}
.workshop .workshop__body .workshop-body-copy {
  text-align: justify;
  font-size: clamp(16px, 2.3vw, 27px);
  line-height: 1.8;
  padding: 0 1.5em;
  color: #8c734b;
}
.workshop .workshop__body .workshop-body-button {
  text-align: center;
  padding-bottom: 14%;
}
.workshop .workshop__body .workshop-body-button .uk-button {
  background: #b6a78f;
  border: 1px solid #b6a78f;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .workshop .workshop__body .workshop-body-button .uk-button {
    font-size: 18px;
  }
}
.workshop .workshop__body .workshop-body-button .uk-button:hover {
  background: transparent;
  color: #b6a78f;
}
.workshop .workshop__body .workshop-form {
  padding: 0 1.5em;
}
.workshop .workshop__body .workshop-form-title {
  text-transform: uppercase;
  text-align: center;
  color: rgba(140, 115, 75, 0.7);
  font-size: clamp(1.125rem, 0.554rem + 2.435vw, 2rem);
  letter-spacing: 0.1em;
}
.workshop .workshop__body .workshop-bottom-logo {
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
}

.single-project .page-header {
  padding-top: 30%;
  padding-bottom: 30%;
  background-color: #EFE8E0;
}
.single-project .page-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.single-project.project-english-manor .page-header img {
  object-position: 50% 80%;
}

.single-project.project-traditionally-english .page-header img {
  object-position: 50% 100%;
}

.single-project.project-naturally-seaside .page-header img {
  object-position: 50% 100%;
}

.project {
  position: relative;
}
.project .swiper {
  padding-bottom: 60px;
}
.project .swiper .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #8c734b;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.project .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8c734b;
}
.project .swiper .swiper-slide {
  background-color: #f3eee8;
}
.project .project-title {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .project .project-title {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .project .project-title {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .project .project-title {
    padding-bottom: 150px;
  }
}
.project .project-title br {
  display: none;
}
.project .project__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.project .project__inset-slider .wrap.wrap--medium {
  max-width: 1300px;
}
.project .project__fw-slider {
  width: 100%;
}
.project .project__fw-slider img {
  width: 100%;
}
.project .project__fw-img {
  width: 100%;
}
.project .project__fw-img img {
  width: 100%;
}
.project .project__img-group .wrap.wrap--medium {
  max-width: 1300px;
}
.project .project__img-group .col {
  padding: 8px;
}
.project .project__img-group .col img:nth-child(2) {
  padding-top: 16px;
}
.project-english-manor .project .project__img-group.row-3 .row-3 {
  mix-blend-mode: normal;
}
.project-moments-in-nature .project .project__img-group.row-5 .row-1, .project-moments-in-nature .project .project__img-group.row-5 .row-2, .project-moments-in-nature .project .project__img-group.row-5 .row-3 {
  mix-blend-mode: none;
}
.project-naturally-seaside .project .project__img-group.row-3 .row-2 {
  mix-blend-mode: normal;
}
.project .project__btm-slider {
  position: relative;
  padding: 12% 0;
}
.project .project__btm-slider .project__btm-slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.project .project__btm-slider .project__btm-slider-wrap {
  position: relative;
  z-index: 2;
}
.project .project__btm-slider .project__btm-slider-wrap .swiper-slide {
  box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.2);
  background: #f3eee8;
}
.project .project__btm-slider .project__btm-slider-wrap .swiper-slide img {
  opacity: 0.3;
}
.project .project__btm-slider .project__btm-slider-wrap .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.project-nav {
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .project-nav {
    margin: 0;
  }
}
.project-nav .row {
  gap: 10px;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .project-nav .row {
    gap: 25px;
  }
}
.project-nav .row .proj-nav-btn:not(:first-child)::before {
  content: "•"; /* or "|" or any icon/font-awesome/emoji */
  margin-right: 5px;
  color: #8c734b;
}
@media screen and (min-width: 768px) {
  .project-nav .row .proj-nav-btn:not(:first-child)::before {
    margin-right: 25px;
  }
}
.project-nav .row .project-nav__link {
  text-decoration: none;
}
.project-nav .row .project-nav__link:hover {
  text-decoration: none;
}
.project-nav .row .page-subhead {
  color: #8c734b;
  font-size: 0.9rem;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  padding-left: 0.2em;
}
@media screen and (min-width: 768px) {
  .project-nav .row .page-subhead {
    font-size: 1.125rem;
  }
}
.project-nav .row .page-subhead:hover {
  border-bottom: 1px solid #8c734b;
  letter-spacing: 0.25em;
}

.project-inquiries {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .project-inquiries {
    margin-bottom: 0;
  }
}
.project-inquiries .portfolio-item__link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: clamp(20px, 3vw, 36px);
}
.project-inquiries .portfolio-item__link:hover {
  text-decoration: none;
}
.project-inquiries .portfolio-item__link .top-line, .project-inquiries .portfolio-item__link .bottom-line {
  width: 10em;
  height: 1px;
  background-color: rgba(140, 115, 75, 0.7);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.project-inquiries .portfolio-item__link .top-line:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 100 40" xmlns="http://www.w3.org/2000/svg"><polygon points="50,1 99,20 50,39 1,20" fill="none" stroke="%239a8648" stroke-width="2px" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  height: 15px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .project-inquiries .portfolio-item__link .top-line:after {
    height: 25px;
    width: 60px;
  }
}
.project-inquiries .about-item__title {
  width: 100%;
  padding: 1.2em 0 0.7em;
}
.project-inquiries .about-item__title h2 {
  color: rgba(140, 115, 75, 0.7);
  font-size: inherit;
  letter-spacing: 0.25em;
  line-height: 2;
}
.project-inquiries .about-item__title h2 span, .project-inquiries .about-item__title h2 em {
  display: block;
}
.project-inquiries .about-item__title h2 em {
  font-size: 0.8em;
  text-transform: none;
  letter-spacing: 0.05em;
}
.project-inquiries .about-inquiries__link {
  display: inline-block;
  color: #8c734b;
  padding: 15px 25px 25px;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.2em;
  line-height: 2;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.project-inquiries .about-inquiries__link span {
  font-size: 0.5em;
}
.project-inquiries .about-inquiries__link:hover {
  text-decoration: none;
  opacity: 1;
}
.project-inquiries .about-inquiries__link br {
  display: none;
}

.photo-scroll {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.photo-scroll .photo-scroll__overlay {
  width: 100%;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media screen and (min-width: lg) {
  .photo-scroll .photo-scroll__overlay {
    height: 50vh;
  }
}
.photo-scroll .photo-scroll__overlay .photo-scroll__overlay-seal {
  width: 75%;
  max-width: 650px;
  opacity: 1;
  transition: opacity 0.3s;
}
.photo-scroll .photo-scroll__images-wrap {
  width: 100%;
  padding-top: 20%;
  padding-bottom: 20%;
  position: relative;
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__images {
  width: 100%;
  height: auto;
  overflow: visible;
  margin: 250px 0 0;
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block {
  position: relative;
  margin: 5% 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block {
    margin: -2.5% 0;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__image {
  --box-shadow-blur: 50;
  --box-shadow-alpha: .15;
  align-self: flex-start;
  box-shadow: 0 0 calc(var(--box-shadow-blur) * 1px) 0px rgba(0, 0, 0, var(--box-shadow-alpha));
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-1 {
  z-index: 2;
  margin-top: 0;
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-1 .photo-scroll__image {
  width: 30%;
  align-self: flex-start;
  margin-left: 6%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-1 .photo-scroll__image {
    margin-left: 12%;
    width: 25%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-2 {
  margin-top: -33%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-2 {
    margin-top: -24%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-2 .photo-scroll__image {
  width: 35%;
  align-self: flex-end;
  margin-right: 10%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-2 .photo-scroll__image {
    width: 25%;
    margin-right: 15%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-3 {
  margin-top: -15%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-3 {
    margin-top: -12%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-3 .photo-scroll__image {
  width: 44%;
  align-self: flex-end;
  margin-right: 33%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-3 .photo-scroll__image {
    width: 36%;
    margin-right: 35%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-4 {
  margin-top: 20%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-4 {
    margin-top: -6%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-4 .photo-scroll__image {
  width: 38%;
  align-self: flex-end;
  margin-right: 6%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-4 .photo-scroll__image {
    width: 22%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-5 {
  margin-top: -35%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-5 {
    margin-top: -11%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-5 .photo-scroll__image {
  width: 42%;
  align-self: flex-start;
  margin-left: 5%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-5 .photo-scroll__image {
    width: 34%;
    margin-left: 4%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-6 {
  margin-top: -9%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-6 {
    margin-top: 0;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-6 .photo-scroll__image {
  width: 25%;
  align-self: flex-start;
  margin-left: 30%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-6 .photo-scroll__image {
    width: 20%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-7 {
  margin-top: -26%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-7 {
    margin-top: -30%;
  }
}
.photo-scroll .photo-scroll__images-wrap .photo-scroll__block-7 .photo-scroll__image {
  width: 30%;
  align-self: flex-end;
  margin-right: 2%;
}
@media screen and (min-width: 1024px) {
  .photo-scroll .photo-scroll__images-wrap .photo-scroll__block-7 .photo-scroll__image {
    width: 16%;
    margin-right: 22%;
  }
}

/*# sourceMappingURL=style.css.map */
