/*!
Theme Name: Il Mercato
Theme URI: http://underscores.me/
Author: TPD Design House
Author URI: https://tpddesignhouse.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tpd
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.

TPD Custom Theme 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

--------------------------------------------------------------*/
@import url("https://use.typekit.net/tcl4vnz.css");
@font-face {
  font-family: "tigerlilymedium";
  src: url("webfonts/tigerlily-webfont.eot");
  src: url("webfonts/tigerlily-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/tigerlily-webfont.woff2") format("woff2"), url("webfonts/tigerlily-webfont.woff") format("woff"), url("webfonts/tigerlily-webfont.ttf") format("truetype"), url("webfonts/tigerlily-webfont.svg#tigerlilymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
.viz-hide {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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, .site-footer__bottom {
  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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 1 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width : 1440px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  html {
    font-size: calc(15px + 1 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  html {
    font-size: 16px;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #223348;
  font-family: bookmania, serif;
  font-size: 1.1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

.heading-style, .h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .h2-style, .testimonials-slider p {
  line-height: 1.1;
  font-weight: 400;
}

.h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .h2-style, .testimonials-slider p {
  font-family: goldenbook, serif;
}

.h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: calc(30px + 18 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1440px) {
  .h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: calc(48px + 4 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .h1-style, .site-navigation__menu #primary-menu > li > a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: 52px;
  }
}

.h2-style, .testimonials-slider p {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .h2-style, .testimonials-slider p {
    font-size: calc(24px + 12 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h2-style, .testimonials-slider p {
    font-size: 36px;
  }
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 0.4em;
}

p {
  margin: 0 0 1.5em 0;
  line-height: 1.55;
}

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

blockquote {
  font-family: goldenbook, serif;
  background: #FBF7F4;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  padding: 1.75em 2em;
  margin: 1.75em auto;
}
blockquote {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  blockquote {
    font-size: calc(20px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  blockquote {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1440px) {
  blockquote {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  blockquote {
    font-size: calc(24px + 4 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  blockquote {
    font-size: 28px;
  }
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote p {
  margin: 0 0 0.5em 0;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

body main#primary {
  margin-top: 72px;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  body main#primary {
    margin-top: 147px;
  }
}
@media only screen and (min-width : 1024px) {
  body main#primary {
    margin-top: 166px;
  }
}
@media only screen and (min-width : 1280px) {
  body main#primary {
    margin-top: 204px;
  }
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #223348;
}
a:visited {
  color: #223348;
}
a:hover, a:focus, a:active {
  color: #223348;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #e6e6e6;
  color: #223348;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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-color: #aaa #bbb #bbb;
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  padding: 0.8em 70px 0.8em 20px;
  background: url(img/circle.svg), url(img/arrow.svg);
  background-position: left center, 95% center;
  background-repeat: no-repeat;
  background-size: contain, 45px 11px;
  cursor: pointer;
  transition: background-position ease-in-out 0.3s;
  color: #223348;
}
.button {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .button {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .button {
    font-size: 17px;
  }
}
.button:hover {
  background-position: left center, 100% center;
  color: #223348;
}
.button:visited {
  color: #223348;
}

.button.--back {
  padding: 0.8em 20px 0.8em 70px;
  background: url(img/circle.svg), url(img/arrow-back.svg);
  background-position: right center, 5% center;
  background-repeat: no-repeat;
  background-size: contain, 45px 11px;
}
.button.--back:hover {
  background-position: right center, 0% center;
}

.button.--up {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  padding: 60px 0 0.8em 20px;
  background: url(img/circle.svg), url(img/arrow-up.svg);
  background-position: left bottom, center top;
  background-repeat: no-repeat;
  background-size: 2.4em 2.4em, 11px 45px;
  cursor: pointer;
  transition: background-position ease-in-out 0.3s;
}
.button.--up {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .button.--up {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .button.--up {
    font-size: 17px;
  }
}
.button.--up:hover {
  background-position: left bottom, center 10%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  background: white;
}
@media only screen and (min-width : 768px) {
  .site-header {
    padding: 15px 30px;
    padding: 20px 30px 12px 30px;
  }
}

.site-branding {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.site-branding > a, .site-branding img {
  display: block;
  margin: 0;
}
.site-branding button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (min-width : 1024px) {
  .site-branding button {
    font-size: 32px;
  }
}

.site-branding__social {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.site-branding__social li {
  display: inline-block;
}
.site-branding__social li:nth-of-type(n+2) {
  margin-left: 15px;
}
.site-branding__social a {
  color: #223348;
  font-size: 1.5em;
}

.site-branding__logo {
  flex: 1;
}
.site-branding__logo a {
  display: block;
  width: 120px;
  height: 15px;
  margin: 0 auto;
  background: url(img/logo.svg) no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) {
  .site-branding__logo a {
    width: 160px;
    height: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width : 1024px) {
  .site-branding__logo a {
    width: 190px;
    height: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 1280px) {
  .site-branding__logo a {
    width: 320px;
    height: 140px;
    margin-bottom: 10px;
  }
}

.site-branding__right {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.site-branding__right a {
  display: none;
}
@media only screen and (min-width : 768px) {
  .site-branding__right a {
    display: block;
    width: 119.1666666667px;
    height: 39.1666666667px;
    margin-left: 1.25em;
  }
}
@media only screen and (min-width : 1024px) {
  .site-branding__right a {
    width: 143px;
    height: 47px;
  }
}

.site-navigation {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  transition: background cubic-bezier(0.65, 0.05, 0.36, 1) 0.9s;
}

.site-navigation__content {
  transform: translateX(100%);
  transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 1s;
  background: #FBF7F4;
  text-align: right;
  width: 86%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width : 768px) {
  .site-navigation__content {
    width: 70%;
  }
}
@media only screen and (min-width : 1024px) {
  .site-navigation__content {
    width: 60%;
  }
}
@media only screen and (min-width : 1440px) {
  .site-navigation__content {
    width: 50%;
    max-width: 1000px;
  }
}
.site-navigation__content button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  padding: 0 0 0.25em 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #D1B271;
}
@media only screen and (min-width : 768px) {
  .site-navigation__content button {
    top: 3.5vh;
    right: 3.5vh;
  }
}
.site-navigation__content button .label {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}

body.nav-active .site-navigation {
  background: rgba(255, 255, 255, 0.75);
  pointer-events: auto;
  transition: background cubic-bezier(0.65, 0.05, 0.36, 1) 0.85s;
}
body.nav-active .site-navigation__content {
  transform: translateX(0);
  transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 1s;
  transition-delay: 0.15s;
}

.site-navigation__menu {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.site-navigation__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.site-navigation__menu a {
  display: block;
  text-decoration: none;
  color: #223348;
  border-color: #223348;
}
.site-navigation__menu a:focus, .site-navigation__menu a:active, .site-navigation__menu a:visited {
  color: #223348;
}
.site-navigation__menu a:hover {
  color: rgba(34, 51, 72, 0.7);
}
.site-navigation__menu #primary-menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  height: 70%;
  max-height: 760px;
}
.site-navigation__menu #primary-menu .sub-menu > li > a {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  padding-top: 1.25vh;
}

#plum-moth {
  position: absolute;
  top: 0;
  left: 1vh;
  width: 126.0606060606px;
  height: 237.5757575758px;
}
@media only screen and (min-width : 768px) {
  #plum-moth {
    left: 4vw;
    width: 166.4px;
    height: 313.6px;
  }
}
@media only screen and (min-width : 1280px) {
  #plum-moth {
    left: 4vw;
    width: 208px;
    height: 392px;
  }
}

#crouching-rabbit {
  position: absolute;
  bottom: 3vh;
  right: 3vh;
  width: 96.5px;
  height: 69.5px;
}
@media only screen and (min-width : 768px) {
  #crouching-rabbit {
    bottom: 4vw;
    right: 4vw;
    width: 154.4px;
    height: 111.2px;
  }
}
@media only screen and (min-width : 1280px) {
  #crouching-rabbit {
    width: 193px;
    height: 139px;
  }
}

/*
*
*
* HOME PAGE
*
*
*/
.site-branding__logo a {
  background: url(img/logo-full.png) no-repeat;
  background-size: contain;
  background-position: center center;
  transition: height ease-in-out 0.25s;
  width: 120px;
  height: 52px;
}
@media only screen and (min-width : 768px) {
  .site-branding__logo a {
    width: 160px;
    height: 70px;
  }
}
@media only screen and (min-width : 1024px) {
  .site-branding__logo a {
    width: 190px;
    height: 83px;
  }
}
@media only screen and (min-width : 1280px) {
  .site-branding__logo a {
    width: 275px;
    height: 120px;
  }
}

.site-navigation__home {
  display: none;
}

.site-header.scrolled .site-branding__logo a {
  display: block;
  width: 120px;
  height: 15px;
  background: url(img/logo.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  transition: height ease-in-out 0.25s;
}
@media only screen and (min-width : 768px) {
  .site-header.scrolled .site-branding__logo a {
    width: 160px;
    height: 20px;
  }
}
@media only screen and (min-width : 1024px) {
  .site-header.scrolled .site-branding__logo a {
    width: 190px;
    height: 24px;
  }
}

@media only screen and (min-width : 768px) {
  .site-branding__right button {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.35s;
  }
  .site-navigation__home {
    display: block;
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.33s;
    padding-top: 15px;
  }
  .site-navigation__home ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
  }
  .site-navigation__home a {
    text-decoration: none;
    color: #223348;
    border-color: #223348;
    text-transform: uppercase;
    font-family: "tigerlilymedium";
    letter-spacing: 0.17em;
    font-weight: normal;
  }
  .site-navigation__home a:focus, .site-navigation__home a:active, .site-navigation__home a:visited {
    color: #223348;
  }
  .site-navigation__home a:hover {
    color: rgba(34, 51, 72, 0.7);
  }
  .site-navigation__home a {
    font-size: 15px;
  }
}
@media only screen and (min-width : 768px) and (min-width: 320px) {
  .site-navigation__home a {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media only screen and (min-width : 768px) and (min-width: 1700px) {
  .site-navigation__home a {
    font-size: 17px;
  }
}
@media only screen and (min-width : 768px) {
  .site-header.scrolled .site-branding__right button {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.35s;
  }
  .site-header.scrolled .site-navigation__home {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    padding-top: 0;
    transition: all ease-in-out 0.33s;
  }
}
.pagination {
  padding: 0;
  text-align: center;
}
.pagination a, .pagination span {
  text-decoration: none;
  color: black;
  border-color: black;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  display: inline-block;
  margin: 0 10px;
}
.pagination a:focus, .pagination a:active, .pagination a:visited, .pagination span:focus, .pagination span:active, .pagination span:visited {
  color: black;
}
.pagination a:hover, .pagination span:hover {
  color: rgba(0, 0, 0, 0.7);
}
.pagination a, .pagination span {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .pagination a, .pagination span {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .pagination a, .pagination span {
    font-size: 17px;
  }
}
.pagination span.current {
  width: 20px;
  border-bottom: 1px solid #D1B271;
}
@media only screen and (min-width : 768px) {
  .pagination span.current {
    width: 24px;
  }
}
@media only screen and (min-width : 1024px) {
  .pagination span.current {
    width: 27px;
  }
}

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

.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;
}

article.page {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1024px;
}
@media (orientation: portrait) {
  article.page {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  article.page {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
article.page .entry-header {
  text-align: center;
  margin-bottom: 4vh;
}
article.page .entry-meta {
  margin-top: 0.5em;
}

.blog-index .page-header {
  text-align: center;
  margin-bottom: 4vh;
}

.blog-single .entry-header {
  text-align: center;
  margin-bottom: 4vh;
}
.blog-single .entry-meta {
  margin-top: 0.5em;
}

.page-banner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10vh 0;
}
@media (orientation: portrait) {
  .page-banner {
    min-height: 66vh;
  }
}
@media only screen and (orientation: landscape) and (min-width : 768px) {
  .page-banner {
    min-height: calc(100vh - 147px);
  }
}
@media only screen and (orientation: landscape) and (min-width : 1024px) {
  .page-banner {
    min-height: calc(100vh - 166px);
  }
}
@media only screen and (orientation: landscape) and (min-width : 1280px) {
  .page-banner {
    min-height: calc(100vh - 204px);
  }
}

.page-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-banner__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.page-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  visibility: hidden;
}

.page-banner__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 700px;
  text-align: center;
  color: white;
  visibility: hidden;
}
.page-banner__content .logo {
  width: auto;
  margin: 0 auto 1em auto;
}
@media (orientation: portrait) {
  .page-banner__content .logo {
    height: 17.5vh;
  }
}
@media (orientation: landscape) {
  .page-banner__content .logo {
    height: 20vh;
  }
}
.page-banner__content h1 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
}
.page-banner__content h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 6em;
  height: 1px;
  background: #D1B271;
}
.page-banner__content h1 .subhead {
  display: block;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.page-banner__content h1 .subhead {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .page-banner__content h1 .subhead {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .page-banner__content h1 .subhead {
    font-size: 17px;
  }
}
.page-banner__content p {
  color: white;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.3;
}
.page-banner__content p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .page-banner__content p {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .page-banner__content p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .page-banner__content p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .page-banner__content p {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .page-banner__content p {
    font-size: 22px;
  }
}
.page-banner__content p a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.page-banner__content p a:focus, .page-banner__content p a:active, .page-banner__content p a:visited {
  color: #9BA8BF;
}
.page-banner__content p a:hover {
  color: rgba(155, 168, 191, 0.7);
}

.page-banner__scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.page-banner__scroll span {
  display: block;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  color: white;
}
.page-banner__scroll span {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .page-banner__scroll span {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .page-banner__scroll span {
    font-size: 17px;
  }
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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
--------------------------------------------- */
/*
*
*
* FILTER GALLERY - NAV
*
*
*/
.filter-gallery__filters {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem 0 0 0;
}
.filter-gallery__filters li {
  display: inline-block;
}
.filter-gallery__filters li:nth-of-type(n+2) {
  margin-left: 15px;
}
.filter-gallery__filters li:first-of-type {
  display: block;
}
@media only screen and (min-width : 1024px) {
  .filter-gallery__filters li:first-of-type {
    display: inline-block;
  }
}
.filter-gallery__filters button {
  background: transparent;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  padding: 0.5em 0.3em;
  text-align: center;
  cursor: pointer;
}
.filter-gallery__filters button {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .filter-gallery__filters button {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .filter-gallery__filters button {
    font-size: 17px;
  }
}
@media only screen and (min-width : 1440px) {
  .filter-gallery__filters button {
    padding: 0.5em 0.75em;
  }
}
.filter-gallery__filters button:after {
  content: "";
  display: none;
  margin: 0.33em auto 0 auto;
  width: 60px;
  height: 1px;
  background: #D1B271;
}
.filter-gallery__filters button.active:after {
  display: block;
}

/*
*
*
* FILTER GALLERY - IMAGES
*
*
*/
.filter-gallery__wrapper {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}

.filter-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.filter-gallery .gutter-sizer {
  width: 14px;
}
.filter-gallery .gallery-sizer {
  width: calc(50% - 7px);
}
.filter-gallery .gallery-item {
  float: left;
  width: calc(50% - 7px);
  margin-bottom: 15px;
}
.filter-gallery .gallery-item a {
  display: block;
}
.filter-gallery .gallery-item a:active, .filter-gallery .gallery-item a:focus {
  outline: 1px solid #D1B271;
}
.filter-gallery .gallery-item img {
  width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .filter-gallery .gutter-sizer {
    width: 18px;
  }
  .filter-gallery .gallery-sizer, .filter-gallery .gallery-item {
    width: calc(33.3333333333% - 12px);
  }
  .filter-gallery .gallery-item {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width : 1700px) {
  .filter-gallery .gutter-sizer {
    width: 24px;
  }
  .filter-gallery .gallery-sizer, .filter-gallery .gallery-item {
    width: calc(25% - 18px);
  }
  .filter-gallery .gallery-item {
    margin-bottom: 24px;
  }
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Sliders
--------------------------------------------- */
/*
*
*
* TESTIMONIALS SLIDER
*
*
*/
.testimonials {
  overflow: hidden;
}
@media (orientation: portrait) {
  .testimonials {
    padding-top: 9vh;
    padding-bottom: 18px;
  }
}
@media (orientation: landscape) {
  .testimonials {
    padding-top: 15vh;
    padding-bottom: 18px;
  }
}

.testimonials-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-content {
  position: relative;
  background: #FBF7F4;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
  padding: 60px 10px;
}
@media only screen and (min-width : 768px) {
  .testimonials-content {
    padding: 75px 10px;
  }
}

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

.testimonials-slider p {
  line-height: 1.25;
  margin-bottom: 0.7em;
}

.testimonials-slider .credit {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.testimonials-slider .credit {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .testimonials-slider .credit {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .testimonials-slider .credit {
    font-size: 17px;
  }
}

.testimonials-slider .flickity-slider {
  display: flex;
  align-items: center;
}

.testimonials-slider .flickity-cell {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width : 768px) {
  .testimonials-slider .flickity-cell {
    padding: 0 10vw;
  }
}
@media only screen and (min-width : 1700px) {
  .testimonials-slider .flickity-cell {
    padding: 0 180px;
  }
}

.testimonials-slider .flickity-prev-next-button {
  z-index: 100;
  width: 54px;
  height: 21px;
  padding: 0;
  transform: translateY(50%);
}
.testimonials-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.testimonials-slider .flickity-prev-next-button[disabled=true] {
  opacity: 0;
}
.testimonials-slider .flickity-prev-next-button svg {
  display: none;
}

.testimonials-slider .flickity-button.previous {
  background: url(img/arrow-back.svg) no-repeat;
  background-position: center center;
  top: auto;
  left: auto;
  right: 50%;
}
@media only screen and (min-width : 768px) {
  .testimonials-slider .flickity-button.previous {
    top: 50%;
    right: auto;
    left: 0;
    transform: translateX(0%) translateY(-50%);
  }
}

.testimonials-slider .flickity-button.next {
  background: url(img/arrow.svg) no-repeat;
  background-position: center center;
  top: auto;
  left: 50%;
}
@media only screen and (min-width : 768px) {
  .testimonials-slider .flickity-button.next {
    top: 50%;
    left: auto;
    right: 0;
    transform: translateX(0%) translateY(-50%);
  }
}

#songbird {
  position: absolute;
  top: -69px;
  left: -56px;
  width: 132px;
  height: 108px;
}
@media only screen and (min-width : 768px) {
  #songbird {
    top: -96px;
    left: -78px;
    width: 184.8px;
    height: 151.2px;
  }
}
@media only screen and (min-width : 1280px) {
  #songbird {
    top: -121px;
    left: -98px;
    width: 231px;
    height: 189px;
  }
}

#little-leaves {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 104.2857142857px;
  height: 73.4285714286px;
}
@media only screen and (min-width : 1280px) {
  #little-leaves {
    bottom: -20px;
    right: -56px;
    width: 182.5px;
    height: 128.5px;
  }
}

/* Forms
--------------------------------------------- */
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 6%;
  grid-row-gap: 24px;
}

body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=range],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input.datepicker,
body .gform_wrapper.gravity-theme textarea {
  width: 100%;
  color: #223348;
  border: 1px solid #D1B271;
  border-radius: 0px;
  padding: 12px;
}
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=range]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=color]:focus,
body .gform_wrapper.gravity-theme input.datepicker:focus,
body .gform_wrapper.gravity-theme textarea:focus {
  color: #111;
  border: 1px solid #223348;
  outline: none;
}
body .gform_wrapper.gravity-theme select {
  border: 1px solid #D1B271;
}
body .gform_wrapper.gravity-theme textarea {
  width: 100%;
}

body .gform_wrapper.gravity-theme .gform_description {
  color: #223348;
  line-height: 1.3;
  text-align: center;
}
body .gform_wrapper.gravity-theme .gform_description {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  body .gform_wrapper.gravity-theme .gform_description {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  body .gform_wrapper.gravity-theme .gform_description {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  body .gform_wrapper.gravity-theme .gform_description {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  body .gform_wrapper.gravity-theme .gform_description {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  body .gform_wrapper.gravity-theme .gform_description {
    font-size: 22px;
  }
}
body .gform_wrapper.gravity-theme .gform_description a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
body .gform_wrapper.gravity-theme .gform_description a:focus, body .gform_wrapper.gravity-theme .gform_description a:active, body .gform_wrapper.gravity-theme .gform_description a:visited {
  color: #9BA8BF;
}
body .gform_wrapper.gravity-theme .gform_description a:hover {
  color: rgba(155, 168, 191, 0.7);
}

body .gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  margin-bottom: 0px;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  body .gform_wrapper.gravity-theme .gfield_label {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 17px;
  }
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  background: url(img/circle.svg), url(img/arrow.svg);
  background-position: left center, 90% center;
  background-repeat: no-repeat;
  background-size: contain, 30%;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  padding-right: 4em;
  cursor: pointer;
  transition: background-position ease-in-out 0.3s;
  margin-left: auto;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: 17px;
  }
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-position: left center, 100% center;
}

.search-form {
  position: relative;
  width: 100%;
}
.search-form input {
  background: white;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 10px 8px 14px;
  border-radius: 0px;
  border: 0.5px solid #D1B271;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.search-form input {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .search-form input {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .search-form input {
    font-size: 17px;
  }
}
.search-form input:focus {
  outline: none;
}
.search-form svg {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  color: #D1B271;
  right: 15px;
}

/* Footer
--------------------------------------------- */
/*
*
*
* STICKY FOOTER
*
*
*/
html, body {
  height: 100%;
}

#page {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#site-wrapper {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
}

/*
*
*
* FOOTER STYLES
*
*
*/
.site-footer {
  padding-top: 4px;
  border-top: 0.5px solid #D1B271;
}
body.home .site-footer {
  position: relative;
}
body.home .site-footer:after {
  content: "";
  display: block;
  width: 82px;
  height: 63px;
  background: url(img/snail.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(calc(-100% + 9px));
}
@media only screen and (min-width : 768px) {
  body.home .site-footer:after {
    left: 15%;
  }
}
@media only screen and (min-width : 1280px) {
  body.home .site-footer:after {
    left: 216px;
  }
}

.site-footer__main {
  background: #FBF7F4;
  border-top: 1px solid #D1B271;
  padding: 8vh 6vw;
}
@media only screen and (min-width : 768px) {
  .site-footer__main {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width : 768px) {
  .site-footer__main > div {
    padding: 6vh 0;
  }
}

.site-footer__logo {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .site-footer__logo {
    width: 35%;
    max-width: 540px;
  }
}
.site-footer__logo > a {
  display: block;
  margin: 0 auto;
  width: 180px;
}
@media only screen and (min-width : 1280px) {
  .site-footer__logo > a {
    width: 200px;
  }
}
.site-footer__logo address {
  margin-top: 0.4em;
}

.site-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__contact li:first-of-type {
  margin-bottom: 0.5em;
}
.site-footer__contact a {
  text-decoration: none;
  color: #223348;
  border-color: #223348;
}
.site-footer__contact a:focus, .site-footer__contact a:active, .site-footer__contact a:visited {
  color: #223348;
}
.site-footer__contact a:hover {
  color: rgba(34, 51, 72, 0.7);
}

.site-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1em;
}
.site-footer__social li {
  display: inline-block;
}
.site-footer__social li:nth-of-type(n+2) {
  margin-left: 15px;
}
.site-footer__social a {
  color: #223348;
}

.site-footer__nav {
  padding: 6vw 5% 0 5%;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .site-footer__nav {
    padding: 0 5%;
    width: 40%;
    max-width: 540px;
  }
}
.site-footer__nav nav {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.site-footer__nav nav {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .site-footer__nav nav {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .site-footer__nav nav {
    font-size: 17px;
  }
}
.site-footer__nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
}
.site-footer__nav nav ul li {
  margin-bottom: 0.5em;
}
.site-footer__nav nav a {
  text-decoration: none;
  color: #223348;
  border-color: #223348;
}
.site-footer__nav nav a:focus, .site-footer__nav nav a:active, .site-footer__nav nav a:visited {
  color: #223348;
}
.site-footer__nav nav a:hover {
  color: rgba(34, 51, 72, 0.7);
}

.site-footer__img {
  display: none;
}
@media only screen and (min-width : 768px) {
  .site-footer__img {
    display: block;
    width: 25%;
    align-self: stretch;
    position: relative;
    margin-left: auto;
    margin-right: 15px;
  }
  .site-footer__img img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 150%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom left;
       object-position: bottom left;
    transform-origin: bottom center;
    animation-name: swaying;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
}

@keyframes swaying {
  0% {
    transform: rotate(-1.25deg);
  }
  25% {
    transform: rotate(1.25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1.25deg);
  }
}
.site-footer__bottom {
  width: 100%;
  background: #223348;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: white;
  padding: 20px 30px;
}
@media only screen and (min-width : 768px) {
  .site-footer__bottom {
    justify-content: space-between;
    padding: 20px 40px;
  }
}
.site-footer__bottom nav {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
  order: 3;
}
@media only screen and (min-width : 768px) {
  .site-footer__bottom nav {
    order: 0;
    margin: 0;
    width: auto;
  }
}
.site-footer__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__bottom ul li {
  display: inline-block;
}
.site-footer__bottom ul li:nth-of-type(n+2) {
  margin-left: 15px;
}
.site-footer__bottom > ul {
  margin-right: 15px;
}
@media only screen and (min-width : 768px) {
  .site-footer__bottom > ul {
    margin: 0;
  }
}
.site-footer__bottom a {
  text-decoration: none;
  color: white;
  border-color: white;
}
.site-footer__bottom a:focus, .site-footer__bottom a:active, .site-footer__bottom a:visited {
  color: white;
}
.site-footer__bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*
*
*
* FOOTER FORM COMPONENT
*
*
*/
.footer-contact {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  text-align: center;
}
@media (orientation: portrait) {
  .footer-contact {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .footer-contact {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
.footer-contact h2 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.footer-contact h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 6em;
  height: 1px;
  background: #D1B271;
}
.footer-contact p {
  color: #223348;
  line-height: 1.3;
}
.footer-contact p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .footer-contact p {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .footer-contact p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .footer-contact p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .footer-contact p {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .footer-contact p {
    font-size: 22px;
  }
}
.footer-contact p a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.footer-contact p a:focus, .footer-contact p a:active, .footer-contact p a:visited {
  color: #9BA8BF;
}
.footer-contact p a:hover {
  color: rgba(155, 168, 191, 0.7);
}
.footer-contact a.button {
  display: table;
  margin: 3em auto 0 auto;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsla(0, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0, 0%, 20%);
}

.chocolat-bottom {
  display: none !important;
}

:root {
  --chocolat-icon-left: url("img/navy-arrow--left.svg");
  --chocolat-icon-right: url("img/navy-arrow--right.svg");
  --chocolat-icon-close: url("img/navy--close.svg");
  --chocolat-icon-loader: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2238%22 height%3D%2238%22%3E  %3Cg transform%3D%22translate(1 1)%22 stroke-width%3D%222%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E    %3Ccircle stroke-opacity%3D%22.2%22 stroke%3D%22%23000%22 cx%3D%2218%22 cy%3D%2218%22 r%3D%2218%22%2F%3E    %3Cpath d%3D%22M36 18C36 8 28 0 18 0%22 stroke%3D%22%23fff%22%3E      %3CanimateTransform attributeName%3D%22transform%22 type%3D%22rotate%22 from%3D%220 18 18%22 to%3D%22360 18 18%22 dur%3D%221s%22 repeatCount%3D%22indefinite%22%2F%3E    %3C%2Fpath%3E  %3C%2Fg%3E%3C%2Fsvg%3E");
  --chocolat-icon-fullscreen: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E    %3Cg stroke%3D%22%23fff%22 fill%3D%22none%22%3E        %3Cpath d%3D%22M.5 2.5h15v11H.5z%22%2F%3E        %3Cpath d%3D%22M7.5 7.5h8v6h-8z%22%2F%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}

.chocolat-open {
  overflow: hidden;
}

.chocolat-overlay {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}

.chocolat-overlay.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
  opacity: 0.8;
}

.chocolat-wrapper {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
  visibility: hidden;
}

.chocolat-wrapper.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible;
}

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}

.chocolat-loader {
  transition: opacity 0.3s;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 11;
  background: var(--chocolat-icon-loader);
  opacity: 0;
}

.chocolat-loader.chocolat-visible {
  opacity: 1;
}

.chocolat-image-wrapper {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
  transform: translate(-50%, -50%);
}

.chocolat-image-wrapper .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.chocolat-wrapper .chocolat-left {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: var(--chocolat-icon-left) 50% 50%/2rem auto no-repeat;
  z-index: 17;
  visibility: hidden;
}

.chocolat-layout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.chocolat-image-canvas {
  transition: opacity 0.2s;
  opacity: 0;
  flex-grow: 1;
  align-self: stretch;
}

.chocolat-image-canvas.chocolat-visible {
  opacity: 1;
}

.chocolat-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.chocolat-wrapper .chocolat-right {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: var(--chocolat-icon-right) 50% 50%/2rem auto no-repeat;
  z-index: 17;
  visibility: hidden;
}

.chocolat-wrapper .chocolat-right.active {
  visibility: visible;
}

.chocolat-wrapper .chocolat-left.active {
  visibility: visible;
}

.chocolat-wrapper .chocolat-top {
  height: 50px;
  overflow: hidden;
  z-index: 17;
  flex-shrink: 0;
}

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--chocolat-icon-close) 50% 50%/2rem auto no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: #223348;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: var(--chocolat-icon-fullscreen) 50% 50%/1rem auto no-repeat;
  display: block;
  cursor: pointer;
  float: right;
}

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  flex-grow: 1;
  text-align: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}

body.chocolat-open > .chocolat-loader {
  z-index: 15;
}

body.chocolat-open > .chocolat-image-wrapper {
  z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-image-wrapper,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}

.chocolat-in-container {
  position: relative;
}

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper,
.chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
  transition: width 0.2s ease, height 0.2s ease;
}

.chocolat-zoomable.chocolat-zooming-in .chocolat-img,
.chocolat-zoomable.chocolat-zooming-out .chocolat-img {
  transition: margin 0.2s ease;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #223348;
  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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*
*
*
* PAGES
*
*
*/
/*
*
*
* HOME - INTRO
*
*
*/
.home-intro {
  background: url(img/blog-pattern-bg.jpg) repeat;
  margin-bottom: 30px;
  position: relative;
  padding: 9vh 0 200px 0;
}
@media only screen and (min-width : 768px) {
  .home-intro {
    margin-bottom: 3.5vw;
    padding: 9vh 0 240px 0;
  }
}
@media only screen and (min-width : 1280px) {
  .home-intro {
    padding: 12vh 0 280px 0;
  }
}
@media only screen and (min-width : 1440px) {
  .home-intro {
    padding: 12vh 0 300px 0;
  }
}
@media only screen and (min-width : 1700px) {
  .home-intro {
    margin-bottom: 60px;
  }
}

.home-intro__content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 540px;
  position: relative;
}
.home-intro__content h1 {
  margin-bottom: 0.6em;
}
.home-intro__content p {
  color: #223348;
  line-height: 1.3;
}
.home-intro__content p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .home-intro__content p {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .home-intro__content p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .home-intro__content p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .home-intro__content p {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .home-intro__content p {
    font-size: 22px;
  }
}
.home-intro__content p a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.home-intro__content p a:focus, .home-intro__content p a:active, .home-intro__content p a:visited {
  color: #9BA8BF;
}
.home-intro__content p a:hover {
  color: rgba(155, 168, 191, 0.7);
}

.home-intro__footer {
  padding: 1rem 0 0 0;
  text-align: center;
}

#swan {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(54px);
  width: 193.3333333333px;
  height: 215.3333333333px;
}
@media only screen and (min-width : 768px) {
  #swan {
    width: 232px;
    height: 258.4px;
    transform: translateX(-50%) translateY(calc(3.5vw + 32px));
  }
}
@media only screen and (min-width : 1280px) {
  #swan {
    transform: translateX(-50%) translateY(calc(3.5vw + 40px));
    width: 290px;
    height: 323px;
  }
}
@media only screen and (min-width : 1440px) {
  #swan {
    transform: translateX(-50%) translateY(calc(3.5vw + 40px));
    width: 311.75px;
    height: 347.225px;
  }
}
@media only screen and (min-width : 1700px) {
  #swan {
    transform: translateX(-50%) translateY(100px);
  }
}

#wreath-left {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #wreath-left {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateX(-80%) translateY(-40%);
    width: 254.6666666667px;
    height: 458px;
  }
}
@media only screen and (min-width : 1280px) {
  #wreath-left {
    width: 305.6px;
    height: 549.6px;
    transform: translateX(-85%) translateY(-35%);
  }
}

#wreath-right {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #wreath-right {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateX(95%) translateY(-40%);
    width: 190.6666666667px;
    height: 442.6666666667px;
  }
}
@media only screen and (min-width : 1280px) {
  #wreath-right {
    width: 228.8px;
    height: 531.2px;
    transform: translateX(110%) translateY(-35%);
  }
}

/*
*
*
* HOME - DETAILS
*
*
*/
.home-details {
  overflow: hidden;
}

.home-details__container {
  text-align: center;
  width: 100%;
  padding: 7.5vw;
  background: #FBF7F4;
}
@media only screen and (min-width : 768px) {
  .home-details__container {
    width: 93%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 3.5vw;
  }
}

.home-details__wrapper {
  position: relative;
  background: white;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  padding: 0 7.5vw;
}
@media only screen and (min-width : 1024px) {
  .home-details__wrapper {
    padding: 0 2.5vw;
  }
}

.home-details__intro {
  padding: 5rem 0 4rem 0;
}

.home-details__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 1024px) {
  .home-details__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.home-details__list li {
  border-bottom: 1px solid #D1B271;
  padding: 5vh 0;
}
.home-details__list li p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width : 1024px) {
  .home-details__list li {
    padding: 0 3.5vw;
    border-bottom: none;
    border-right: 1px solid #D1B271;
  }
}
.home-details__list li:first-of-type {
  padding-top: 0;
}
.home-details__list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width : 1024px) {
  .home-details__list li:last-of-type {
    border-right: none;
  }
}
.home-details__list li h3 {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  margin-bottom: 1em;
}
.home-details__list li h3 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .home-details__list li h3 {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .home-details__list li h3 {
    font-size: 17px;
  }
}

.home-details__footer {
  padding: 5rem 0;
  text-align: center;
}

#orange-branch {
  display: none;
}
@media only screen and (min-width : 768px) {
  #orange-branch {
    display: block;
    position: absolute;
    top: -10px;
    right: -142px;
    width: 222.4px;
    height: 228.8px;
  }
}
@media only screen and (min-width : 1280px) {
  #orange-branch {
    width: 278px;
    height: 286px;
    right: -177.5px;
  }
}

/*
*
*
* HOME - FEATURED
*
*
*/
.home-featured {
  position: relative;
}
@media (orientation: portrait) {
  .home-featured {
    padding-top: 16vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .home-featured {
    padding-top: 20vh;
    padding-bottom: 10vh;
  }
}

.home-featured__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  text-align: center;
}
.home-featured__content h2 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.home-featured__content h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 6em;
  height: 1px;
  background: #D1B271;
}
.home-featured__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.home-featured__content ul li {
  margin: 15px 30px;
}
.home-featured__content ul img {
  width: auto;
  max-width: 180px;
  max-height: 120px;
}

.home-featured__footer {
  padding: 5rem 0;
  text-align: center;
}

#honeysuckle {
  display: block;
  position: absolute;
  top: -10px;
  left: -60px;
  width: 201.8461538462px;
  height: 141.8461538462px;
}
@media only screen and (min-width : 768px) {
  #honeysuckle {
    top: -50px;
    left: -70px;
    width: 328px;
    height: 230.5px;
  }
}
@media only screen and (min-width : 1280px) {
  #honeysuckle {
    top: -100px;
    left: -90px;
    width: 524.8px;
    height: 368.8px;
  }
}
@media only screen and (min-width : 1440px) {
  #honeysuckle {
    top: -180px;
    left: -120px;
    width: 656px;
    height: 461px;
  }
}

#rabbit {
  display: none;
}
@media only screen and (min-width : 768px) {
  #rabbit {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 264.6666666667px;
    height: 105.3333333333px;
    transform: translateX(50%) translateY(-50%);
    overflow: visible;
  }
}
@media only screen and (min-width : 1024px) {
  #rabbit {
    width: 397px;
    height: 158px;
  }
}
@media only screen and (min-width : 1280px) {
  #rabbit {
    transform: translateX(25%) translateY(-50%);
  }
}
@media only screen and (min-width : 1440px) {
  #rabbit {
    transform: translateX(0%) translateY(-50%);
  }
}
@media only screen and (min-width : 2000px) {
  #rabbit {
    transform: translateX(-50%) translateY(-50%);
  }
}

#rabbit-animation {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  overflow: visible;
}
#rabbit-animation path {
  stroke-width: 0;
  stroke: transparent;
  fill: transparent;
}

#rabbit-animation__path {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 264.6666666667px;
  height: 105.3333333333px;
}

#rabbit-animation__rabbit {
  width: 198.5px;
  height: 79px;
}
@media only screen and (min-width : 768px) {
  #rabbit-animation__rabbit {
    width: 264.6666666667px;
    height: 105.3333333333px;
  }
}
@media only screen and (min-width : 1280px) {
  #rabbit-animation__rabbit {
    width: 397px;
    height: 158px;
    opacity: 0;
  }
}

/*
*
*
* HOME - EVENTS
*
*
*/
.home-events {
  position: relative;
}

.home-events__container {
  text-align: center;
  width: 100%;
  padding: 7.5vw;
  background: #FBF7F4;
}
@media only screen and (min-width : 768px) {
  .home-events__container {
    width: 93%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 3.5vw;
  }
}

.home-events__wrapper {
  position: relative;
  background: white;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  padding: 0 7.5vw;
}
@media only screen and (min-width : 1024px) {
  .home-events__wrapper {
    padding: 0 2.5vw;
  }
}

.home-events__intro {
  padding: 5rem 0 4rem 0;
}

.home-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 1024px) {
  .home-events__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.home-events__list li {
  border-bottom: 1px solid #D1B271;
  padding: 5vh 0;
}
.home-events__list li p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width : 1024px) {
  .home-events__list li {
    padding: 0 3.5vw;
    border-bottom: none;
    border-right: 1px solid #D1B271;
  }
}
.home-events__list li:first-of-type {
  padding-top: 0;
}
.home-events__list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width : 1024px) {
  .home-events__list li:last-of-type {
    border-right: none;
  }
}
.home-events__list li h3 {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  margin-bottom: 1em;
}
.home-events__list li h3 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .home-events__list li h3 {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .home-events__list li h3 {
    font-size: 17px;
  }
}

.home-events__footer {
  padding: 5rem 0;
  text-align: center;
}

#spotted-butterfly {
  display: block;
  position: absolute;
  top: -70.6666666667px;
  right: 20vw;
  width: 77.3333333333px;
  height: 70.6666666667px;
  animation-name: floatingButterfly;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (min-width : 768px) {
  #spotted-butterfly {
    width: 92.8px;
    height: 84.8px;
  }
}
@media only screen and (min-width : 1280px) {
  #spotted-butterfly {
    width: 116px;
    height: 106px;
    top: -106px;
  }
}
@media only screen and (min-width : 1700px) {
  #spotted-butterfly {
    right: calc(50% - 500px);
  }
}

@keyframes floatingButterfly {
  from {
    transform: translate(0, 0px) rotate(15deg);
  }
  55% {
    transform: translate(0, 12px) rotate(12.5deg);
  }
  to {
    transform: translate(0, 0px) rotate(15deg);
  }
}
#apple-branch {
  display: none;
}
@media only screen and (min-width : 768px) {
  #apple-branch {
    display: block;
    position: absolute;
    z-index: 10;
    top: -30px;
    right: 0px;
    width: 131.2px;
    height: 214.4px;
  }
}
@media only screen and (min-width : 1280px) {
  #apple-branch {
    top: -60px;
    width: 164px;
    height: 268px;
  }
}

/*
*
*
* HOME - GALLERY
*
*
*/
#vines-purple {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 104.4px;
  height: 162px;
  transform: translateX(-20px) translateY(-7.5%);
}
@media only screen and (min-width : 768px) {
  #vines-purple {
    width: 174px;
    height: 270px;
    transform: translateX(-30px) translateY(-7.5%);
  }
}
@media only screen and (min-width : 1280px) {
  #vines-purple {
    width: 261px;
    height: 405px;
  }
}

.home-gallery {
  background: url(img/blog-pattern-bg.jpg) repeat;
}
@media (orientation: portrait) {
  .home-gallery {
    margin-top: 9vh;
  }
}
@media (orientation: landscape) {
  .home-gallery {
    margin-top: 12vh;
  }
}

.home-gallery__wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  position: relative;
}
@media (orientation: portrait) {
  .home-gallery__wrapper {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .home-gallery__wrapper {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.home-gallery__header {
  text-align: center;
  padding: 2rem 0;
}

.home-gallery__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width : 768px) {
  .home-gallery__images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home-gallery__images > div {
  position: relative;
  margin: 0.5em;
}
.home-gallery__images > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-gallery__images > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 768px) {
  .home-gallery__images > div {
    margin: 1.1em;
  }
}
.home-gallery__images img {
  display: block;
  margin: 0;
}

.home-gallery__footer {
  text-align: center;
  padding: 2rem 0;
}

/*
*
*
* HOME - IG
*
*
*/
.home-joel {
  overflow: hidden;
}
@media only screen and (min-width : 1024px) {
  .home-joel {
    overflow: visible;
  }
}

.home-joel__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media only screen and (min-width : 1024px) {
  .home-joel__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.home-joel__img {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (min-width : 640px) {
  .home-joel__img {
    width: 480px;
  }
}
@media only screen and (min-width : 1024px) {
  .home-joel__img {
    width: 40%;
    margin: 0;
  }
}
.home-joel__img .lrg-img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D1B271;
}

#red-flower {
  display: none;
}
@media only screen and (min-width : 640px) {
  #red-flower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 237.1428571429px;
    height: 120px;
    transform: translateX(66px) translateY(-79px);
  }
}
@media only screen and (min-width : 1024px) {
  #red-flower {
    width: 332px;
    height: 168px;
    transform: translateX(93px) translateY(-111px);
  }
}
@media only screen and (min-width : 1440px) {
  #red-flower {
    width: 415px;
    height: 210px;
    transform: translateX(116px) translateY(-139px);
  }
}

.home-joel__text {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (min-width : 1024px) {
  .home-joel__text {
    width: 55%;
    margin-top: 0px;
  }
}
@media only screen and (min-width : 1280px) {
  .home-joel__text {
    width: 50%;
  }
}
.home-joel__text .logo {
  display: block;
  margin: 1.5rem auto;
  width: 90px;
}
@media only screen and (min-width : 1280px) {
  .home-joel__text .logo {
    width: 135px;
  }
}
.home-joel__text h2 {
  margin-bottom: 1rem;
}
.home-joel__text .subhead {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.home-joel__text .subhead {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .home-joel__text .subhead {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .home-joel__text .subhead {
    font-size: 17px;
  }
}

.home-joel__footer {
  padding: 2rem 0;
}

/*
*
*
* VENUE - INTRO
*
*
*/
.venue-intro {
  position: relative;
  overflow: hidden;
}
@media (orientation: portrait) {
  .venue-intro {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .venue-intro {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.venue-intro__frame {
  text-align: center;
  width: 93%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 7.5vw;
  background: #FBF7F4;
}
@media only screen and (min-width : 768px) {
  .venue-intro__frame {
    padding: 3.5vw;
  }
}

.venue-intro__wrapper {
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  background: white;
  padding: 7.5vw;
  position: relative;
}
@media only screen and (min-width : 1024px) {
  .venue-intro__wrapper {
    padding: 5vw 10vw;
  }
}
@media only screen and (min-width : 1700px) {
  .venue-intro__wrapper {
    padding: 85px 170px;
  }
}

.venue-intro header {
  margin-bottom: 2.5em;
}
.venue-intro header h2 {
  margin-bottom: 0.66em;
}
.venue-intro header em {
  color: #9BA8BF;
  line-height: 1.3;
}
.venue-intro header em {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .venue-intro header em {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venue-intro header em {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .venue-intro header em {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .venue-intro header em {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .venue-intro header em {
    font-size: 22px;
  }
}
.venue-intro header em a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.venue-intro header em a:focus, .venue-intro header em a:active, .venue-intro header em a:visited {
  color: #9BA8BF;
}
.venue-intro header em a:hover {
  color: rgba(155, 168, 191, 0.7);
}

.venue-intro__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 1024px) {
  .venue-intro__list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 15%;
         column-gap: 15%;
    position: relative;
  }
  .venue-intro__list:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #D1B271;
  }
}
.venue-intro__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.venue-intro__list li:not(:last-of-type) {
  margin: 0 0 0.7em 0;
}
.venue-intro__list h3 {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  margin-bottom: 1em;
}
.venue-intro__list h3 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .venue-intro__list h3 {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venue-intro__list h3 {
    font-size: 17px;
  }
}

#sitting-squirrel {
  position: absolute;
  top: -50px;
  left: 20px;
  z-index: 100;
  width: 77.6px;
  height: 62.8px;
  transform: scaleX(-1);
}
@media only screen and (min-width : 768px) {
  #sitting-squirrel {
    width: 110.8571428571px;
    height: 89.7142857143px;
    top: -75px;
    left: 30px;
  }
}
@media only screen and (min-width : 1280px) {
  #sitting-squirrel {
    width: 194px;
    height: 157px;
    top: -133px;
    left: 5%;
  }
}

#pear-branch {
  display: none;
}
@media only screen and (min-width : 768px) {
  #pear-branch {
    display: block;
    position: absolute;
    bottom: 60px;
    right: -110px;
    z-index: 100;
    width: 277.3333333333px;
    height: 180.4444444444px;
  }
}
@media only screen and (min-width : 1024px) {
  #pear-branch {
    bottom: 50px;
    right: -160px;
    width: 378.1818181818px;
    height: 246.0606060606px;
  }
}
@media only screen and (min-width : 1440px) {
  #pear-branch {
    right: -220px;
    width: 542.6086956522px;
    height: 353.0434782609px;
  }
}
@media only screen and (min-width : 2000px) {
  #pear-branch {
    right: -250px;
    width: 624px;
    height: 406px;
  }
}

/*
*
*
* VENUE - SPACES
*
*
*/
.venue-spaces {
  background: url(img/blog-pattern-bg.jpg) repeat;
  position: relative;
  text-align: center;
}
@media (orientation: portrait) {
  .venue-spaces {
    padding-top: 9vh;
    padding-bottom: 9vh;
    margin-bottom: 6vh;
  }
}
@media (orientation: landscape) {
  .venue-spaces {
    padding-top: 18vh;
    padding-bottom: 18vh;
    margin-bottom: 9vh;
  }
}
.venue-spaces h2 {
  margin-bottom: 0.75em;
}

.venue-spaces__intro {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 700px;
}
.venue-spaces__intro h2 {
  margin-bottom: 0.3em;
}
.venue-spaces__intro p {
  color: #223348;
  line-height: 1.3;
}
.venue-spaces__intro p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .venue-spaces__intro p {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venue-spaces__intro p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .venue-spaces__intro p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .venue-spaces__intro p {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .venue-spaces__intro p {
    font-size: 22px;
  }
}
.venue-spaces__intro p a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.venue-spaces__intro p a:focus, .venue-spaces__intro p a:active, .venue-spaces__intro p a:visited {
  color: #9BA8BF;
}
.venue-spaces__intro p a:hover {
  color: rgba(155, 168, 191, 0.7);
}

.venue-spaces__space {
  position: relative;
}
@media (orientation: portrait) {
  .venue-spaces__space {
    margin-bottom: 6vh;
  }
}
@media (orientation: landscape) {
  .venue-spaces__space {
    margin-bottom: 9vh;
  }
}

.venue-spaces__images img {
  display: block;
  margin: 0 5px;
  height: 200px;
  width: auto;
}
@media only screen and (min-width : 768px) {
  .venue-spaces__images img {
    height: 30vw;
    margin: 10px;
  }
}

.venue-spaces__nav {
  padding: 1em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.venue-spaces__nav {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .venue-spaces__nav {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venue-spaces__nav {
    font-size: 17px;
  }
}
.venue-spaces__nav button {
  background: none;
  cursor: pointer;
}
.venue-spaces__nav .counter {
  padding: 0 0.5em;
}

#frog-branch {
  width: 174.1818181818px;
  height: 195.2727272727px;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateX(-30%) translateY(-30%);
}
@media only screen and (min-width : 1024px) {
  #frog-branch {
    transform: translateX(-30%) translateY(-20%);
    width: 273.7142857143px;
    height: 306.8571428571px;
  }
}
@media only screen and (min-width : 1280px) {
  #frog-branch {
    width: 383.2px;
    height: 429.6px;
  }
}
@media only screen and (min-width : 1440px) {
  #frog-branch {
    width: 479px;
    height: 537px;
  }
}

#frog-animation {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  transform: translateX(35%) translateY(-15%) translateZ(0);
}
#frog-animation path {
  stroke-width: 0;
  stroke: transparent;
  fill: transparent;
}

#frog-animation__frog {
  width: 164px;
  height: 154px;
}
@media only screen and (min-width : 1280px) {
  #frog-animation__frog {
    width: 164px;
    height: 154px;
  }
}

#bluebird-flying {
  width: 66.8571428571px;
  height: 68px;
  position: absolute;
  top: -75px;
  left: 1.5em;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (min-width : 1024px) {
  #bluebird-flying {
    top: -40px;
    left: 3.5em;
    width: 93.6px;
    height: 95.2px;
  }
}
@media only screen and (min-width : 1440px) {
  #bluebird-flying {
    width: 117px;
    height: 119px;
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px) rotate(-15deg);
  }
  65% {
    transform: translate(0, 10px) rotate(-12.5deg);
  }
  to {
    transform: translate(0, 0px) rotate(-15deg);
  }
}
.venue-floorplan {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}
.venue-floorplan h2 {
  margin-bottom: 1.4em;
}

.venue-floorplan__img {
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
}
.venue-floorplan__img img {
  display: block;
  margin: 0;
}

@media (orientation: portrait) {
  .venue-floorplan__list {
    padding-top: 4.5vh;
  }
}
@media (orientation: landscape) {
  .venue-floorplan__list {
    padding-top: 9vh;
  }
}
.venue-floorplan__list h2 {
  margin-bottom: 1em;
}
.venue-floorplan__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 768px) {
  .venue-floorplan__list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1024px;
    margin: 0 auto;
  }
}
.venue-floorplan__list ul h3 {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  margin-bottom: 1em;
}
.venue-floorplan__list ul p {
  color: #223348;
  line-height: 1.3;
  line-height: 2;
}
.venue-floorplan__list ul p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .venue-floorplan__list ul p {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .venue-floorplan__list ul p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .venue-floorplan__list ul p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .venue-floorplan__list ul p {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .venue-floorplan__list ul p {
    font-size: 22px;
  }
}
.venue-floorplan__list ul p a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.venue-floorplan__list ul p a:focus, .venue-floorplan__list ul p a:active, .venue-floorplan__list ul p a:visited {
  color: #9BA8BF;
}
.venue-floorplan__list ul p a:hover {
  color: rgba(155, 168, 191, 0.7);
}

/*
*
*
* EVENTS - SECTIONS
*
*
*/
.events-body {
  background: url(img/blog-pattern-bg.jpg) repeat;
  overflow: hidden;
  position: relative;
}
@media (orientation: portrait) {
  .events-body {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .events-body {
    padding-top: 18vh;
    padding-bottom: 18vh;
  }
}

.events-wrapper {
  background: white;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}

#flying-squirrel {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #flying-squirrel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(150%) translateY(-75%);
    width: 242.4px;
    height: 167.2px;
  }
}
@media only screen and (min-width : 1280px) {
  #flying-squirrel {
    width: 303px;
    height: 209px;
  }
}
@media only screen and (min-width : 1700px) {
  #flying-squirrel {
    opacity: 0;
  }
}

#squirrel-animation {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
  z-index: 100;
  width: 121.2px;
  height: 83.6px;
}
@media only screen and (min-width : 768px) {
  #squirrel-animation {
    width: 173.1428571429px;
    height: 119.4285714286px;
  }
}
@media only screen and (min-width : 1024px) {
  #squirrel-animation {
    width: 242.4px;
    height: 167.2px;
  }
}
@media only screen and (min-width : 1280px) {
  #squirrel-animation {
    width: 303px;
    height: 209px;
  }
}

#butterfly-flower {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #butterfly-flower {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translateX(-56vw) translateY(-12%);
    background: url(img/butterfly_flower.png) no-repeat;
    background-size: contain;
    width: 188px;
    height: 380px;
  }
}
@media only screen and (min-width : 1280px) {
  #butterfly-flower {
    transform: translateX(calc(-50vw - 80px)) translateY(-12%);
    width: 210px;
    height: 424px;
  }
}
@media only screen and (min-width : 1440px) {
  #butterfly-flower {
    width: 250px;
    height: 505px;
  }
}
@media only screen and (min-width : 1700px) {
  #butterfly-flower {
    transform: translateX(calc(-50vw - 25px)) translateY(-12%);
    width: 269px;
    height: 543px;
  }
}

.events-section {
  text-align: center;
}

.events-section__wrapper {
  padding: 5vw;
}
@media only screen and (min-width : 1700px) {
  .events-section__wrapper {
    padding: 85px;
  }
}

.events-section__block:last-of-type .wrapper {
  padding-bottom: 0;
}
.events-section__block .wrapper {
  padding-bottom: 9vh;
}
@media only screen and (min-width : 768px) {
  .events-section__block .wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
}
.events-section__block .image {
  margin: 0 auto 2em auto;
}
@media only screen and (min-width : 768px) {
  .events-section__block .image {
    width: 37.5%;
    margin: 0;
  }
}
.events-section__block .image img {
  display: block;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .events-section__block .text {
    width: 62.5%;
    padding: 0 0 0 6%;
  }
}
.events-section__block h2 {
  position: relative;
  margin-bottom: 0.8em;
}
.events-section__block h3 {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  padding-top: 1.75em;
  margin-bottom: 1em;
  position: relative;
}
.events-section__block h3 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .events-section__block h3 {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .events-section__block h3 {
    font-size: 17px;
  }
}
.events-section__block h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #D1B271;
}
.events-section__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 640px) {
  .events-section__block ul {
    -moz-columns: 2;
         columns: 2;
  }
}
.events-section__block ul li {
  margin: 0 0 0.9em 0;
}

.events-section__quote {
  background: #FBF7F4;
  padding: 2em 3.5em 1.5em 3.5em;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  position: relative;
}
@media (orientation: portrait) {
  .events-section__quote {
    margin: 8vh 0 0 0;
  }
}
@media (orientation: landscape) {
  .events-section__quote {
    margin: 9vh 0 0 0;
  }
}
@media only screen and (min-width : 1024px) {
  .events-section__quote {
    padding: 3em 4.5em 2.5em 4.5em;
  }
}
@media only screen and (min-width : 1024px) {
  .events-section__quote {
    padding: 3.25em 4.5em 2.75em 4.5em;
  }
}
.events-section__quote em {
  display: block;
  color: #223348;
  line-height: 1.3;
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
.events-section__quote em {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .events-section__quote em {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .events-section__quote em {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .events-section__quote em {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .events-section__quote em {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .events-section__quote em {
    font-size: 22px;
  }
}
.events-section__quote em a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.events-section__quote em a:focus, .events-section__quote em a:active, .events-section__quote em a:visited {
  color: #9BA8BF;
}
.events-section__quote em a:hover {
  color: rgba(155, 168, 191, 0.7);
}

/*
*
*
* EVENTS - SECTIONS - WEDDINGS
*
*
*/
.wedding-quote #orange-left {
  position: absolute;
  transform: translateX(-24px) translateY(-22px);
  top: 0;
  left: 0;
  width: 80px;
  height: 133.7142857143px;
}
@media only screen and (min-width : 1024px) {
  .wedding-quote #orange-left {
    transform: translateX(2px) translateY(-27px);
    width: 112px;
    height: 187.2px;
  }
}
@media only screen and (min-width : 1280px) {
  .wedding-quote #orange-left {
    transform: translateX(5px) translateY(-33px);
    width: 140px;
    height: 234px;
  }
}
.wedding-quote #orange-right {
  position: absolute;
  transform: translateX(24px) translateY(-6px);
  top: 0;
  right: 0;
  width: 72.5714285714px;
  height: 104.5714285714px;
}
@media only screen and (min-width : 1024px) {
  .wedding-quote #orange-right {
    transform: translateX(-5px) translateY(-8px);
    width: 101.6px;
    height: 146.4px;
  }
}
@media only screen and (min-width : 1280px) {
  .wedding-quote #orange-right {
    transform: translateX(-10px) translateY(-10px);
    width: 127px;
    height: 183px;
  }
}

/*
*
*
* EVENTS - SECTIONS - CORPORATE
*
*
*/
#events-corporate .events-section__wrapper {
  position: relative;
}

#events-corporate .events-section__block .text {
  padding: 0 6% 0 0;
}
@media only screen and (min-width : 768px) {
  #events-corporate .events-section__block .image {
    order: 2;
  }
}

@media (orientation: portrait) {
  .corporate-quote {
    margin: calc(8vh + 50px) 0 2vh 0;
  }
}
@media (orientation: landscape) {
  .corporate-quote {
    margin: 9vh 0 2vh 0;
  }
}
@media only screen and (min-width : 1280px) {
  .corporate-quote {
    margin: calc(9vh + 60px) 0 2vh 0;
  }
}
.corporate-quote #lemon-vines {
  position: absolute;
  transform: translateX(-44px) translateY(-3px);
  top: 0;
  left: 0;
  width: 102.6666666667px;
  height: 82.2222222222px;
}
@media only screen and (min-width : 1024px) {
  .corporate-quote #lemon-vines {
    transform: translateX(-40px) translateY(-4px);
    width: 154px;
    height: 123.3333333333px;
  }
}
@media only screen and (min-width : 1280px) {
  .corporate-quote #lemon-vines {
    transform: translateX(-64px) translateY(-5px);
    width: 231px;
    height: 185px;
  }
}

#dragonfly {
  display: none;
}
@media only screen and (min-width : 768px) {
  #dragonfly {
    display: block;
    position: absolute;
    top: -100px;
    left: 50px;
    width: 53.3333333333px;
    height: 56.6666666667px;
    animation: buzzingDragonfly ease-in-out 15s infinite;
  }
}
@media only screen and (min-width : 1280px) {
  #dragonfly {
    width: 80px;
    height: 85px;
    top: -130px;
    left: 75px;
  }
}

@keyframes buzzingDragonfly {
  from {
    transform: translate(0px, 0px) rotate(0deg);
  }
  16.5% {
    transform: translate(0px, 7.5px) rotate(0.5deg);
  }
  33% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  36% {
    transform: translate(75px, 50px) rotate(5deg);
  }
  55% {
    transform: translate(75px, 40px) rotate(5.5deg);
  }
  76% {
    transform: translate(75px, 50px) rotate(5deg);
  }
  79% {
    transform: translate(-75px, 25px) rotate(5deg);
  }
  88% {
    transform: translate(-75px, 20px) rotate(5.5deg);
  }
  97% {
    transform: translate(-75px, 25px) rotate(5deg);
  }
  to {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/*
@keyframes buzzingDragonfly {
	from { transform: translate(0px, 0px) rotate(0deg); }
	16.5% { transform: translate(0px, 7.5px) rotate(0.5deg); }
	33%  { transform: translate(0px, 0px) rotate(0deg); }

	34%  { transform: translate(75px, 50px) rotate(5deg); }
	55%  { transform: translate(75px, 40px) rotate(5.5deg); }
	76%  { transform: translate(75px, 50px) rotate(5deg); }

	77%  { transform: translate(-75px, 25px) rotate(5deg); }
	88%  { transform: translate(-75px, 20px) rotate(5.5deg); }
	99%  { transform: translate(-75px, 25px) rotate(5deg); }

	to   { transform: translate(0px, 0px) rotate(0deg); }    
}
*/
/*
*
*
* EVENTS - SECTIONS - CELEBRATIONS
*
*
*/
#events-celebrations {
  position: relative;
  overflow: hidden;
}

#events-celebrations .events-section__wrapper {
  position: relative;
}

.celebrations-quote #vines-left {
  position: absolute;
  transform: translateX(-24px) translateY(-34px);
  top: 0;
  left: 0;
  width: 132.5714285714px;
  height: 89.7142857143px;
}
@media only screen and (min-width : 1024px) {
  .celebrations-quote #vines-left {
    transform: translateX(6px) translateY(-47px);
    width: 185.6px;
    height: 125.6px;
  }
}
@media only screen and (min-width : 1280px) {
  .celebrations-quote #vines-left {
    transform: translateX(16px) translateY(-59px);
    width: 232px;
    height: 157px;
  }
}
.celebrations-quote #vines-right {
  position: absolute;
  transform: translateX(24px) translateY(32px);
  bottom: 0;
  right: 0;
  width: 77.7142857143px;
  height: 89.7142857143px;
}
@media only screen and (min-width : 1024px) {
  .celebrations-quote #vines-right {
    transform: translateX(0px) translateY(44px);
    width: 108.8px;
    height: 125.6px;
  }
}
@media only screen and (min-width : 1280px) {
  .celebrations-quote #vines-right {
    transform: translateX(-15px) translateY(55px);
    width: 136px;
    height: 157px;
  }
}

#leaves-branch {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #leaves-branch {
    display: block;
    width: 240px;
    height: 227px;
    position: absolute;
    bottom: 0;
    right: -54px;
    z-index: 100;
    transform: translateY(-5%);
  }
}
@media only screen and (min-width : 1280px) {
  #leaves-branch {
    width: 280px;
    height: 264px;
    right: -64px;
  }
}
@media only screen and (min-width : 1440px) {
  #leaves-branch {
    width: 400px;
    height: 377px;
    right: -90px;
  }
}

/*
*
*
* CUISINE - INTRO
*
*
*/
.cuisine-intro {
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (min-width : 1440px) {
  .cuisine-intro {
    margin-top: 140px;
  }
}

.cuisine-intro__wrapper {
  padding-top: 75px;
  background: url(img/cuisine-banner-bg.jpg) repeat-x;
  background-size: 900px;
  background-position: top center;
}
@media only screen and (min-width : 768px) {
  .cuisine-intro__wrapper {
    padding-top: 120px;
    background-size: 1000px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) {
  .cuisine-intro__wrapper {
    padding-top: 120px;
    background-size: 1200px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 1280px) {
  .cuisine-intro__wrapper {
    background-size: 1320px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width : 1440px) {
  .cuisine-intro__wrapper {
    background-size: 1440px;
    padding-bottom: 150px;
  }
}

.cuisine-intro__content {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
@media only screen and (min-width : 768px) {
  .cuisine-intro__content {
    width: 310px;
  }
}
@media only screen and (min-width : 1024px) {
  .cuisine-intro__content {
    width: 330px;
  }
}
@media only screen and (min-width : 1280px) {
  .cuisine-intro__content {
    width: 360px;
  }
}
@media only screen and (min-width : 1440px) {
  .cuisine-intro__content {
    width: 370px;
  }
}
.cuisine-intro__content h2 {
  color: #4f76a7;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.4em;
}
.cuisine-intro__content h2 {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .cuisine-intro__content h2 {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .cuisine-intro__content h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .cuisine-intro__content h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .cuisine-intro__content h2 {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .cuisine-intro__content h2 {
    font-size: 22px;
  }
}
.cuisine-intro__content h2 a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.cuisine-intro__content h2 a:focus, .cuisine-intro__content h2 a:active, .cuisine-intro__content h2 a:visited {
  color: #9BA8BF;
}
.cuisine-intro__content h2 a:hover {
  color: rgba(155, 168, 191, 0.7);
}

.cuisine-intro__logo {
  display: block;
  width: 50%;
  margin: 0 auto 1.5em auto;
}
@media only screen and (min-width : 1024px) {
  .cuisine-intro__logo {
    width: 200px;
    margin: 0 auto 2em auto;
  }
}
@media only screen and (min-width : 1280px) {
  .cuisine-intro__logo {
    width: 220px;
    margin: 0 auto 3em auto;
  }
}
@media only screen and (min-width : 1440px) {
  .cuisine-intro__logo {
    width: 240px;
  }
}

#lemon-branch {
  display: none;
}
@media only screen and (min-width : 768px) {
  #lemon-branch {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 133.3333333333px;
    transform: translateX(-50px);
  }
}
@media only screen and (min-width : 1440px) {
  #lemon-branch {
    width: 225px;
    height: 200px;
    transform: translateX(-75px);
  }
}

/*
*
*
* CUISINE - MENU
*
*
*/
.cuisine-menu {
  position: relative;
}
@media (orientation: portrait) {
  .cuisine-menu {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .cuisine-menu {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.cuisine-menu__frame {
  width: 93%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 5.5vw;
  background: #FBF7F4;
}
@media only screen and (min-width : 768px) {
  .cuisine-menu__frame {
    padding: 3.5vw;
  }
}

.cuisine-menu__wrapper {
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  background: white;
  position: relative;
}

.cuisine-menu__header {
  margin: 3.5em auto 2.5em auto;
  width: 85%;
  max-width: 760px;
  text-align: center;
}
@media only screen and (min-width : 1024px) {
  .cuisine-menu__header {
    margin-top: 6em;
  }
}
.cuisine-menu__header h2 {
  margin-bottom: 0.8em;
}
.cuisine-menu__header h3 {
  color: #223348;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 1em;
}
.cuisine-menu__header h3 {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .cuisine-menu__header h3 {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .cuisine-menu__header h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .cuisine-menu__header h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .cuisine-menu__header h3 {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .cuisine-menu__header h3 {
    font-size: 22px;
  }
}
.cuisine-menu__header h3 a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.cuisine-menu__header h3 a:focus, .cuisine-menu__header h3 a:active, .cuisine-menu__header h3 a:visited {
  color: #9BA8BF;
}
.cuisine-menu__header h3 a:hover {
  color: rgba(155, 168, 191, 0.7);
}
.cuisine-menu__header img {
  margin-top: 4em;
}

.cuisine-menu__left, .cuisine-menu__right {
  text-align: center;
}

.cuisine-menu__content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 6em;
}
@media only screen and (min-width : 768px) {
  .cuisine-menu__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15%;
    position: relative;
  }
  .cuisine-menu__content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 95%;
    background: #D1B271;
  }
}
@media only screen and (min-width : 1024px) {
  .cuisine-menu__content {
    grid-column-gap: 20%;
  }
}

@media only screen and (min-width : 768px) {
  .cuisine-menu__course {
    margin-bottom: 2.5em;
  }
}
.cuisine-menu__course h3 {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.cuisine-menu__course h3 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .cuisine-menu__course h3 {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .cuisine-menu__course h3 {
    font-size: 17px;
  }
}
.cuisine-menu__course h3:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #D1B271;
  margin: 0.8em auto 1.4em auto;
}

.cuisine-menu__dishes dd {
  margin: 0 0 1em 0;
}

#pink-flowers {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #pink-flowers {
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    width: 325.1428571429px;
    height: 268px;
    transform: translateX(-55%) translateY(-50%);
  }
}
@media only screen and (min-width : 1280px) {
  #pink-flowers {
    width: 455.2px;
    height: 375.2px;
  }
}
@media only screen and (min-width : 1440px) {
  #pink-flowers {
    width: 569px;
    height: 469px;
  }
}

#mushrooms {
  display: block;
  width: 258px;
  height: 156px;
  margin: -1em auto 0 auto;
}

.cuisine-menu__text {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}
.cuisine-menu__text h2 {
  color: #4f76a7;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.4em;
}
.cuisine-menu__text h2 {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .cuisine-menu__text h2 {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .cuisine-menu__text h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .cuisine-menu__text h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .cuisine-menu__text h2 {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .cuisine-menu__text h2 {
    font-size: 22px;
  }
}
.cuisine-menu__text h2 a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.cuisine-menu__text h2 a:focus, .cuisine-menu__text h2 a:active, .cuisine-menu__text h2 a:visited {
  color: #9BA8BF;
}
.cuisine-menu__text h2 a:hover {
  color: rgba(155, 168, 191, 0.7);
}
@media only screen and (min-width : 1440px) {
  .cuisine-menu__text {
    margin-top: 90px;
  }
}

#cuisine-frog {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #cuisine-frog {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translateX(35%) translateY(15%);
    width: 416.5217391304px;
    height: 466.9565217391px;
  }
}
@media only screen and (min-width : 1280px) {
  #cuisine-frog {
    transform: translateX(25%) translateY(15%);
    width: 479px;
    height: 537px;
  }
}

#cuisine-frog-animation {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  transform: translateX(35%) translateY(-15%) translateZ(0);
}
#cuisine-frog-animation path {
  stroke-width: 0;
  stroke: transparent;
  fill: transparent;
}

@media only screen and (min-width : 1024px) {
  #cuisine-frog-animation__frog {
    width: 142.6086956522px;
    height: 133.9130434783px;
  }
}
@media only screen and (min-width : 1280px) {
  #cuisine-frog-animation__frog {
    width: 164px;
    height: 154px;
  }
}

/*
*
*
* CUISINE - GALLERY
*
*
*/
.cuisine-gallery {
  margin-bottom: 6vh;
}

.cuisine-gallery__header {
  border-top: 1.25px solid #D1B271;
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}
.cuisine-gallery__header:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #D1B271;
  transform: translateY(4px);
}
.cuisine-gallery__header p:last-of-type {
  margin-bottom: 0;
}
.cuisine-gallery__header h2 {
  margin-bottom: 0.8em;
}

.cuisine-gallery__header__wrapper {
  text-align: center;
  padding: 3em 0;
  position: relative;
}

/*
*
*
* CONTACT - INTRO
*
*
*/
.contact-intro {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
@media (orientation: portrait) {
  .contact-intro {
    margin-top: 7vh;
  }
}
@media (orientation: landscape) {
  .contact-intro {
    margin-top: 10vh;
  }
}

.contact-intro__content {
  width: 75%;
  text-align: center;
  background-size: contain;
  position: relative;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media (orientation: portrait) {
  .contact-intro__content {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .contact-intro__content {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
@media only screen and (min-width : 768px) {
  .contact-intro__content {
    width: 60%;
    max-width: 700px;
  }
}
@media only screen and (min-width : 1024px) {
  .contact-intro__content {
    width: 50%;
  }
}
.contact-intro__content h2 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.contact-intro__content h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 6em;
  height: 1px;
  background: #D1B271;
}
.contact-intro__content img {
  display: block;
  position: absolute;
  bottom: 0;
  width: auto;
  height: 95%;
}
.contact-intro__content img:first-of-type {
  left: 0;
  transform: translateX(-65%) translateY(-9px);
  transform-origin: bottom left;
}
.contact-intro__content img:last-of-type {
  right: 0;
  transform: translateX(65%) translateY(-9px);
  transform-origin: bottom left;
}

.contact-intro__left, .contact-intro__right {
  background: url(img/arch-bg.png);
  background-repeat: repeat-x;
  background-size: auto 95.5%;
  flex: 1;
}

.contact-intro__left {
  background-position: right top;
}

.contact-intro__right {
  background-position: left top;
}
@media only screen and (min-width : 1024px) {
  .contact-intro__right {
    position: relative;
    z-index: -1;
  }
}
.contact-intro__right img {
  display: none;
}
@media only screen and (min-width : 1024px) {
  .contact-intro__right img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 90px;
    width: auto;
    height: 45%;
  }
}

/*
*
*
* CONTACT - FORM
*
*
*/
.contact-form {
  position: relative;
  background: url(img/blog-pattern-bg.jpg) repeat;
}
@media (orientation: portrait) {
  .contact-form {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}
@media (orientation: landscape) {
  .contact-form {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}

.contact-form__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1024px;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.contact-form__header {
  text-align: center;
}
@media (orientation: portrait) {
  .contact-form__header {
    margin-bottom: 6vh;
  }
}
@media (orientation: landscape) {
  .contact-form__header {
    margin-bottom: 8vh;
  }
}
.contact-form__header h1 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.contact-form__header h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 6em;
  height: 1px;
  background: #D1B271;
}

#plums-branch {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #plums-branch {
    display: block;
    position: absolute;
    top: 20px;
    left: -11%;
    z-index: 100;
    width: 281.3333333333px;
    height: 196px;
  }
}
@media only screen and (min-width : 1280px) {
  #plums-branch {
    left: -120px;
    width: 337.6px;
    height: 235.2px;
  }
}
@media only screen and (min-width : 1440px) {
  #plums-branch {
    left: -140px;
    width: 422px;
    height: 294px;
  }
}

@keyframes floatingButterfly {
  from {
    transform: translate(0, 0px) rotate(15deg);
  }
  55% {
    transform: translate(0, 12px) rotate(12.5deg);
  }
  to {
    transform: translate(0, 0px) rotate(15deg);
  }
}
#butterfly-swallowtail {
  display: none;
  animation-name: floatingButterfly;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (min-width : 768px) {
  #butterfly-swallowtail {
    display: block;
    position: absolute;
    top: 50%;
    right: -75px;
    width: 86.2857142857px;
    height: 78.2857142857px;
  }
}
@media only screen and (min-width : 1024px) {
  #butterfly-swallowtail {
    right: -100px;
    width: 100.6666666667px;
    height: 91.3333333333px;
  }
}
@media only screen and (min-width : 1440px) {
  #butterfly-swallowtail {
    right: -151px;
    width: 151px;
    height: 137px;
  }
}

/*
*
*
* CONTACT - LOCATION
*
*
*/
.contact-location {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  margin-top: 9vh;
  margin-bottom: 3vh;
  border-top: 1.25px solid #D1B271;
  border-bottom: 1.5px solid #D1B271;
}
.contact-location:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #D1B271;
  transform: translateY(4px);
}
.contact-location:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #D1B271;
  transform: translateY(-5px);
}

.contact-location__intro {
  text-align: center;
  padding: 45px 0;
}
.contact-location__intro h2 {
  margin-bottom: 0.4em;
}
.contact-location__intro p {
  max-width: 540px;
  margin: 0 auto;
}

.contact-location__map {
  padding-bottom: 30px;
}
.contact-location__map .acf-map {
  height: 400px;
}
@media only screen and (min-width : 768px) {
  .contact-location__map .acf-map {
    height: 600px;
  }
}
@media only screen and (min-width : 1280px) {
  .contact-location__map .acf-map {
    height: 700px;
  }
}

/*
*
*
* CONTACT - TESTIMONIALS
*
*
*/
.contact-testimonials {
  margin-bottom: 24vh;
}

/*
*
*
* CONFIRMATION
*
*
*/
.contact-form__confirmation {
  min-height: 300px;
  text-align: center;
}
.contact-form__confirmation h2 {
  margin-bottom: 0.8em;
}
.contact-form__confirmation p {
  color: #223348;
  line-height: 1.3;
}
.contact-form__confirmation p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .contact-form__confirmation p {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .contact-form__confirmation p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .contact-form__confirmation p {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .contact-form__confirmation p {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .contact-form__confirmation p {
    font-size: 22px;
  }
}
.contact-form__confirmation p a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.contact-form__confirmation p a:focus, .contact-form__confirmation p a:active, .contact-form__confirmation p a:visited {
  color: #9BA8BF;
}
.contact-form__confirmation p a:hover {
  color: rgba(155, 168, 191, 0.7);
}

.contact-form__confirmation .links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3em;
}
.contact-form__confirmation .links li:nth-of-type(n+2) {
  margin-top: 2.5em;
}
.contact-form__confirmation .links h3 {
  margin-bottom: 0.5em;
}

/*
*
*
* 404
*
*
*/
.error-404 {
  text-align: center;
  width: 100%;
  padding: 7.5vw;
  margin: 15vh auto;
}
@media only screen and (min-width : 768px) {
  .error-404 {
    width: 93%;
    max-width: 1700px;
  }
}

.error-404 header img {
  margin-bottom: 5vh;
  width: 96.5px;
  height: 69.5px;
}
@media only screen and (min-width : 768px) {
  .error-404 header img {
    width: 154.4px;
    height: 111.2px;
  }
}
@media only screen and (min-width : 1280px) {
  .error-404 header img {
    width: 193px;
    height: 139px;
  }
}
.error-404 header h1 {
  margin-bottom: 1rem;
}

/*
*
*
* POSTS - ARCHIVE
*
*
*/
/*
*
* BLOG
*
*/
.blog-index {
  margin-bottom: 3vh;
  overflow: hidden;
}

.blog-header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
  padding: 5em 0;
  text-align: center;
}

/*
*
* BLOG - POSTS
*
*/
.blog-index__main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
}

.post-excerpt .entry-excerpt {
  margin-bottom: 1em;
  color: #223348;
  line-height: 1.3;
}
.post-excerpt .entry-excerpt {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .post-excerpt .entry-excerpt {
    font-size: calc(17px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .post-excerpt .entry-excerpt {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) {
  .post-excerpt .entry-excerpt {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .post-excerpt .entry-excerpt {
    font-size: calc(20px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .post-excerpt .entry-excerpt {
    font-size: 22px;
  }
}
.post-excerpt .entry-excerpt a {
  text-decoration: none;
  color: #9BA8BF;
  border-color: #9BA8BF;
}
.post-excerpt .entry-excerpt a:focus, .post-excerpt .entry-excerpt a:active, .post-excerpt .entry-excerpt a:visited {
  color: #9BA8BF;
}
.post-excerpt .entry-excerpt a:hover {
  color: rgba(155, 168, 191, 0.7);
}
.post-excerpt img {
  display: block;
  margin: 0;
  width: 100%;
}
.post-excerpt a {
  text-decoration: none;
  color: #223348;
  border-color: #223348;
}
.post-excerpt a:focus, .post-excerpt a:active, .post-excerpt a:visited {
  color: #223348;
}
.post-excerpt a:hover {
  color: rgba(34, 51, 72, 0.7);
}
.post-excerpt .entry-header {
  margin-bottom: 1.25em;
}
.post-excerpt h2 {
  margin-bottom: 0.25em;
}
.post-excerpt .post-categories {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.post-excerpt .post-categories {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .post-excerpt .post-categories {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .post-excerpt .post-categories {
    font-size: 17px;
  }
}

.blog-featured {
  position: relative;
}
@media only screen and (min-width : 768px) {
  .blog-featured article {
    display: flex;
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width : 768px) {
  .blog-featured article .entry-img {
    width: 50%;
  }
}
.blog-featured article .entry-img img {
  aspect-ratio: 1.1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 640px) {
  .blog-featured article .entry-img img {
    aspect-ratio: 1.2/1;
    min-height: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .blog-featured article .entry-img img {
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width : 1280px) {
  .blog-featured article .entry-img img {
    aspect-ratio: 1.1/1;
  }
}
@media only screen and (min-width : 1700px) {
  .blog-featured article .entry-img img {
    aspect-ratio: 1.15/1;
    max-height: 840px;
  }
}
.blog-featured article .entry-content {
  background: url(img/blog-pattern-bg.jpg) repeat;
  margin: 0;
  padding: 10vw 7.5vw;
}
@media only screen and (min-width : 768px) {
  .blog-featured article .entry-content {
    width: 50%;
    padding: 5vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media only screen and (min-width : 1024px) {
  .blog-featured article .entry-content {
    padding: 7.5vw;
  }
}

#bluebird {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #bluebird {
    display: block;
    position: absolute;
    bottom: -120px;
    right: -10px;
    width: 170.6666666667px;
    height: 290.6666666667px;
  }
}
@media only screen and (min-width : 1440px) {
  #bluebird {
    bottom: -190px;
    width: 256px;
    height: 436px;
  }
}

@media (orientation: portrait) {
  .blog-index__posts article {
    margin-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .blog-index__posts article {
    margin-bottom: 12vh;
  }
}
@media only screen and (min-width : 768px) {
  .blog-index__posts article {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media only screen and (min-width : 768px) {
  .blog-index__posts article .entry-img {
    width: 40%;
  }
}
@media only screen and (min-width : 1024px) {
  .blog-index__posts article .entry-img {
    width: 50%;
  }
}
.blog-index__posts article .entry-img img {
  aspect-ratio: 1.33/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-index__posts article .entry-img a {
  display: block;
  padding: 4.5px;
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
}
@media only screen and (min-width : 768px) {
  .blog-index__posts article .entry-content {
    width: 60%;
    padding: 0.5em 0 0.5em 1.75em;
    border-left: 1px solid #D1B271;
    margin-left: 5%;
  }
}
@media only screen and (min-width : 1024px) {
  .blog-index__posts article .entry-content {
    width: 50%;
  }
}
@media only screen and (min-width : 1280px) {
  .blog-index__posts article .entry-content {
    margin-left: 6%;
    padding: 0.5em 2em 0.5em 2em;
  }
}

/*
*
* BLOG - FILTERS
*
*/
.blog-index__filters {
  padding: 30px 0;
}
@media only screen and (min-width : 640px) {
  .blog-index__filters {
    padding: 60px 0;
  }
}
.blog-index__filters .blog-index__filters__categories {
  position: relative;
}
.blog-index__filters .blog-index__filters__categories:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: 20px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #D1B271;
  width: 0px;
  height: 0px;
  pointer-events: none;
}
.blog-index__filters .blog-index__filters__categories select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.blog-index__filters select, .blog-index__filters form input {
  background: white;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 10px 8px 14px;
  border-radius: 0px;
  border: 0.5px solid #D1B271;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.blog-index__filters select, .blog-index__filters form input {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .blog-index__filters select, .blog-index__filters form input {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .blog-index__filters select, .blog-index__filters form input {
    font-size: 17px;
  }
}
.blog-index__filters select:focus, .blog-index__filters form input:focus {
  outline: none;
}
@media only screen and (min-width : 640px) {
  .blog-index__filters {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .blog-index__filters .blog-index__filters__categories, .blog-index__filters form {
    margin: 0 15px;
    width: 320px;
  }
}
@media only screen and (min-width : 1024px) {
  .blog-index__filters .blog-index__filters__categories, .blog-index__filters form {
    margin: 0 25px;
  }
}

/*
*
* BLOG - SEARCH
*
*/
.no-results .blog-index__main {
  text-align: center;
  max-width: 640px;
}

/*
*
* PRESS - HEADER
*
*/
.press-index__header {
  text-align: center;
  position: relative;
  padding: 2rem 0 4rem 0;
}
.press-index__header p:last-of-type {
  margin-bottom: 0;
}
.press-index__header h1 {
  margin-bottom: 0.8em;
}
.press-index__header .label {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.press-index__header .label {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .press-index__header .label {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .press-index__header .label {
    font-size: 17px;
  }
}

.press-index__header .content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 700px;
}

#fig-branch {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width : 1024px) {
  #fig-branch {
    display: block;
    position: absolute;
    bottom: -80px;
    left: -55px;
    width: 212.6666666667px;
    height: 193.3333333333px;
  }
}
@media only screen and (min-width : 1280px) {
  #fig-branch {
    bottom: -100px;
    left: -70px;
    width: 255.2px;
    height: 232px;
  }
}
@media only screen and (min-width : 1440px) {
  #fig-branch {
    bottom: -125px;
    left: -90px;
    width: 319px;
    height: 290px;
  }
}

/*
*
* PRESS - INDEX
*
*/
.press-index__main {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
}

@media only screen and (min-width : 640px) {
  .press-index__posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width : 1024px) {
  .press-index__posts {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width : 1700px) {
  .press-index__posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*
*
* PRESS - CARD
*
*/
article.press {
  width: 100%;
  margin-bottom: 4rem;
}
article.press a {
  display: block;
  margin: 0;
  text-decoration: none;
}
article.press .image img {
  width: 100%;
  aspect-ratio: 1/1.3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
article.press .info {
  text-align: center;
  padding: 1rem 0;
}
article.press .info a {
  transition: color ease-in-out 0.3s;
}
article.press .info a:hover {
  color: #9BA8BF;
}
article.press .press-publication {
  display: block;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.45em;
  margin-bottom: 0.55em;
}
article.press .press-publication {
  font-size: 19px;
}
@media screen and (min-width: 320px) {
  article.press .press-publication {
    font-size: calc(19px + 3 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  article.press .press-publication {
    font-size: 22px;
  }
}
article.press .press-publication:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 70px);
  width: 140px;
  height: 1px;
  background: #D1B271;
}
article.press .press-title {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
article.press .press-title {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  article.press .press-title {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  article.press .press-title {
    font-size: 17px;
  }
}

.gallery-index {
  overflow: hidden;
}

/*
*
* GALLERY - HEADER
*
*/
.gallery-index__header {
  text-align: center;
  position: relative;
  padding: 2rem 0 4rem 0;
}
.gallery-index__header h1 {
  margin-bottom: 0.8em;
}
.gallery-index__header .label {
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.gallery-index__header .label {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .gallery-index__header .label {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .gallery-index__header .label {
    font-size: 17px;
  }
}

.gallery-index__header .content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1024px;
}

@keyframes floatingButterfly {
  from {
    transform: translate(0, 0px) rotate(15deg);
  }
  55% {
    transform: translate(0, 12px) rotate(12.5deg);
  }
  to {
    transform: translate(0, 0px) rotate(15deg);
  }
}
#butterfly-side {
  display: none;
}
@media only screen and (min-width : 1024px) {
  #butterfly-side {
    display: block;
    position: absolute;
    top: 50px;
    left: 25px;
    width: 77.3333333333px;
    height: 79.3333333333px;
    animation-name: floatingButterfly;
    animation-duration: 3.75s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
}
@media only screen and (min-width : 1440px) {
  #butterfly-side {
    top: 0px;
    left: 100px;
    width: 116px;
    height: 119px;
  }
}

#flowers-left {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width : 1024px) {
  #flowers-left {
    display: block;
    position: absolute;
    z-index: 1;
    width: 256.6666666667px;
    height: 154px;
    left: -150px;
    bottom: -90px;
  }
}
@media only screen and (min-width : 1280px) {
  #flowers-left {
    bottom: -100px;
    left: -150px;
    width: 308px;
    height: 184.8px;
  }
}
@media only screen and (min-width : 1440px) {
  #flowers-left {
    bottom: -115px;
    left: -180px;
    width: 385px;
    height: 231px;
  }
}

#flowers-right {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width : 1024px) {
  #flowers-right {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: -90px;
    width: 226.6666666667px;
    height: 160px;
  }
}
@media only screen and (min-width : 1280px) {
  #flowers-right {
    right: -70px;
    width: 272px;
    height: 192px;
  }
}
@media only screen and (min-width : 1440px) {
  #flowers-right {
    right: -90px;
    width: 340px;
    height: 240px;
  }
}

.gallery-index__images {
  opacity: 0;
}

.gallery-index__footer {
  padding: 6em 0 20px 0;
  text-align: center;
}

/*
*
*
* POSTS - SINGLE
*
*
*/
/*
*
* BLOG
*
*/
.blog-single {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1024px;
}
@media (orientation: portrait) {
  .blog-single {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .blog-single {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.blog-single .entry-header {
  padding-top: 2em;
}
.blog-single .entry-header .entry-meta a {
  text-decoration: none;
  color: #223348;
  border-color: #223348;
  text-transform: uppercase;
  font-family: "tigerlilymedium";
  letter-spacing: 0.17em;
  font-weight: normal;
}
.blog-single .entry-header .entry-meta a:focus, .blog-single .entry-header .entry-meta a:active, .blog-single .entry-header .entry-meta a:visited {
  color: #223348;
}
.blog-single .entry-header .entry-meta a:hover {
  color: rgba(34, 51, 72, 0.7);
}
.blog-single .entry-header .entry-meta a {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .blog-single .entry-header .entry-meta a {
    font-size: calc(15px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .blog-single .entry-header .entry-meta a {
    font-size: 17px;
  }
}

.blog-single__thumb {
  border: 1.5px solid #D1B271;
  box-shadow: 0 0 0 4px white, 0 0 0 4.5px #D1B271;
  padding: 4.5px;
}
.blog-single__thumb img {
  display: block;
  margin: 0;
}

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