/*!
Theme Name: Joel
Theme URI: http://underscores.me/
Author: TPD Design House
Author URI: https://tpddesignhouse.com
Description: Custom Wordpress Theme for Joel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: joel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300I,400,600,600i,700,700i|Playfair+Display:400,400i");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, #gform_wrapper_1 input[type="submit"],
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, #gform_wrapper_1 input[type="submit"],
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, #gform_wrapper_1 input[type="submit"]::-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, #gform_wrapper_1 input[type="submit"]:-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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.1 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #81846A;
  color: white; }

* html #outdated {
  position: absolute; }

#outdated img {
  margin: 60px auto 0 auto;
  width: 300px; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  padding: 60px 0 30px 0; }

#outdated p {
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  color: white; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 240px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #ddd;
  border-color: #ddd; }

#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  font-size: 36px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: white;
  opacity: 0.925; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #81846A;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #81846A; }
    .mfp-preloader a:hover {
      color: #81846A; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, #gform_wrapper_1 input.mfp-close[type="submit"], button.mfp-arrow, #gform_wrapper_1 input.mfp-arrow[type="submit"] {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner, #gform_wrapper_1 input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #81846A;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #81846A;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #81846A;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #81846A;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #81846A; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #81846A;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #81846A; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 60px 0 70px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 70px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -66px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #4A494A;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mfp-container {
  padding: 0 10px 40px 10px; }

.mfp-image-holder .mfp-close {
  top: 20px;
  padding-right: 0px; }

.mfp-bottom-bar {
  margin-top: -62px; }
  .mfp-bottom-bar .mfp-title small {
    padding-top: 3px;
    color: #81846A; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
#gform_wrapper_1 input[type="submit"],
input,
select,
optgroup,
textarea {
  color: #4A494A;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 300; }
  @media only screen and (min-width : 768px) {
    body,
    button,
    #gform_wrapper_1 input[type="submit"],
    input,
    select,
    optgroup,
    textarea {
      font-size: 14px; } }
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: "Playfair Display", serif; }

h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.035em;
  font-size: 54px;
  line-height: 1.25;
  font-weight: 400; }
  @media only screen and (min-width : 768px) {
    h1 {
      font-size: 72px; } }
  @media only screen and (min-width : 1280px) {
    h1 {
      font-size: 90px; } }
h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.035em;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400; }
  @media only screen and (min-width : 768px) {
    h2 {
      font-size: 36px; } }
  @media only screen and (min-width : 1280px) {
    h2 {
      font-size: 48px; } }
h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.035em;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400; }
  @media only screen and (min-width : 768px) {
    h3 {
      font-size: 30px; } }
  @media only screen and (min-width : 1280px) {
    h3 {
      font-size: 36px; } }
h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.035em;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400; }
  @media only screen and (min-width : 768px) {
    h4 {
      font-size: 24px; } }
  @media only screen and (min-width : 1280px) {
    h4 {
      font-size: 30px; } }
h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.035em;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400; }
  @media only screen and (min-width : 768px) {
    h5 {
      font-size: 20px; } }
  @media only screen and (min-width : 1280px) {
    h5 {
      font-size: 24px; } }
p, .homepage-info__text p {
  margin: 0 0 15px 0;
  font-weight: 300;
  line-height: 1.8; }
  p.lead, .homepage-info__text p {
    padding-top: 20px;
    line-height: 2.5;
    font-size: 14px; }

em {
  font-family: "Playfair Display", serif; }

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

blockquote {
  margin: 1.25em 1.5em;
  padding-left: 1em;
  border-left: 3px solid #703849;
  font-weight: 400;
  font-size: 18px; }
  @media only screen and (min-width : 768px) {
    blockquote {
      font-size: 20px; } }
  @media only screen and (min-width : 1280px) {
    blockquote {
      font-size: 24px; } }
address {
  margin: 0;
  font-style: normal; }

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

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

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

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

big {
  font-size: 125%; }

.label, .venue-item__meta .cats, header.entry-header .post-categories a, .blog-archive__categories ul li a, .blog-archive__categories .category-toggle span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em; }
  .label.--large, .venue-item__meta .--large.cats, header.entry-header .post-categories a.--large, .blog-archive__categories ul li a.--large, .blog-archive__categories .category-toggle span.--large {
    font-size: 14px;
    font-weight: 300; }
  @media only screen and (min-width : 768px) {
    .label, .venue-item__meta .cats, header.entry-header .post-categories a, .blog-archive__categories ul li a, .blog-archive__categories .category-toggle span {
      font-size: 14px; }
      .label.--large, .venue-item__meta .--large.cats, header.entry-header .post-categories a.--large, .blog-archive__categories ul li a.--large, .blog-archive__categories .category-toggle span.--large {
        font-size: 18px; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

.cover {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  .cover figure.cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .cover .bottom-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%); }
  .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }

.cover__text {
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 600px; }
  .cover__text h1 {
    padding-bottom: 0.33em; }

.banner {
  width: 100%;
  height: 70vh;
  max-height: 540px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    -webkit-filter: brightness(75%);
            filter: brightness(75%); }

.banner__text {
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 600px; }
  .banner__text h1 {
    padding-bottom: 0.33em; }

.banner, .cover {
  overflow: hidden; }
  .banner.loaded img, .cover.loaded img {
    transform: scale3d(1.05, 1.05, 1.05); }
  .banner.loaded .banner__text, .banner.loaded .cover__text, .cover.loaded .banner__text, .cover.loaded .cover__text {
    opacity: 1; }
  .banner.loaded h1, .banner.loaded span.label, .banner.loaded .venue-item__meta span.cats, .venue-item__meta .banner.loaded span.cats, .banner.loaded .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .banner.loaded span, .cover.loaded h1, .cover.loaded span.label, .cover.loaded .venue-item__meta span.cats, .venue-item__meta .cover.loaded span.cats, .cover.loaded .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .cover.loaded span {
    opacity: 1; }
  .banner.loaded .scroll-more, .cover.loaded .scroll-more {
    opacity: 1;
    transform: translateX(-50%) translateY(0%); }
  .banner img, .cover img {
    transform: scale(1, 1, 1);
    transition: all ease-in-out 3.5s; }
  .banner span.label, .banner .venue-item__meta span.cats, .venue-item__meta .banner span.cats, .banner .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .banner span, .cover span.label, .cover .venue-item__meta span.cats, .venue-item__meta .cover span.cats, .cover .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .cover span {
    opacity: 0;
    transition: opacity ease-out 1.25s; }
  .banner h1, .cover h1 {
    opacity: 0; }
    .banner h1 span, .cover h1 span {
      opacity: 0;
      display: inline-block;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
              animation-name: fadeInDown;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s; }
      .banner h1 span:nth-of-type(6n + 1), .cover h1 span:nth-of-type(6n + 1) {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .banner h1 span:nth-of-type(6n + 2), .cover h1 span:nth-of-type(6n + 2) {
        -webkit-animation-delay: 1.3s;
                animation-delay: 1.3s; }
      .banner h1 span:nth-of-type(6n + 3), .cover h1 span:nth-of-type(6n + 3) {
        -webkit-animation-delay: 1.6s;
                animation-delay: 1.6s; }
      .banner h1 span:nth-of-type(6n + 4), .cover h1 span:nth-of-type(6n + 4) {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }
      .banner h1 span:nth-of-type(6n + 5), .cover h1 span:nth-of-type(6n + 5) {
        -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s; }
      .banner h1 span:nth-of-type(6n + 6), .cover h1 span:nth-of-type(6n + 6) {
        -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s; }
      .banner h1 span.space, .cover h1 span.space {
        width: 20px; }
        @media only screen and (min-width : 768px) {
          .banner h1 span.space, .cover h1 span.space {
            width: 32px; } }
        @media only screen and (min-width : 1280px) {
          .banner h1 span.space, .cover h1 span.space {
            width: 40px; } }
  .banner p, .cover p {
    opacity: 0;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; }
  .banner .scroll-more, .cover .scroll-more {
    opacity: 0;
    transform: translateX(-50%) translateY(25%);
    transition: all ease-out 1s;
    transition-delay: 2.5s; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-25%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-25%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }

.scroll-more {
  color: white;
  text-align: center;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.05em;
  font-size: 12px;
  position: absolute;
  bottom: 12vh;
  left: 50%; }
  .scroll-more a {
    color: white;
    text-decoration: none; }

.scroll-more__icon {
  display: block;
  margin: 15px auto 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid white;
  border-radius: 20px;
  background: url(img/arrow.svg) no-repeat;
  background-size: 16px 14px;
  background-position: center center;
  position: relative; }
  .scroll-more__icon:after {
    content: "";
    display: block;
    width: 1px;
    height: 12vh;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(100%); }

.accordion {
  margin: 0;
  padding: 0;
  list-style: none; }
  .accordion > li {
    margin: 0; }
  .accordion > li {
    padding: 5px 0; }

.accordion-toggle {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  position: relative;
  margin-bottom: 10px; }
  .accordion-toggle svg {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    transform-origin: 50% 50%; }
  .active .accordion-toggle svg {
    transform: rotate(-180deg) translateY(50%); }

.accordion-content {
  display: none; }
  .active .accordion-content {
    display: block; }

.loader {
  background: url(img/logo-j--burgundy.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 50px;
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translateX(-50%); }
  .loader:after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid rgba(129, 132, 106, 0.15);
    border-radius: 50%;
    border-top: 3px solid #81846A;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

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

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

/*
*
*
*  GALLERY
*
*
*/
.gallery-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px; }

.gallery-content__categories {
  padding: 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  .gallery-content__categories a {
    text-decoration: none;
    color: #4A494A;
    padding: 10px;
    transition: opacity ease-in-out 0.3s;
    opacity: 0.25; }
    .gallery-content__categories a.active {
      opacity: 1;
      color: #703849;
      font-weight: 700;
      border-bottom: 2px solid #703849; }
    .gallery-content__categories a:hover {
      opacity: 0.5; }
  @media only screen and (min-width : 768px) {
    .gallery-content__categories {
      padding: 20px 0; }
      .gallery-content__categories a {
        padding: 15px 25px; } }
.gallery-content__list {
  position: relative;
  min-height: 80vh;
  margin-bottom: 80px;
  /*

  BG Tiles - hidden for now

  &:before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:url(img/gallery-bg.jpg) repeat;
    background-size:50%;
    opacity:0;
    transition:opacity ease-in-out 0.5s;
    z-index:-1;
  } 
  &.images-loaded{
    &:before{
      opacity:1;
    }
  }
  */ }

.gallery-sizer {
  width: 25%; }

.gallery-item {
  float: left; }
  .gallery-content__list.images-loaded .gallery-item a {
    opacity: 1; }
  .gallery-item a {
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.33);
    overflow: hidden; }
    .gallery-item a img {
      transition: transform ease-out 1s; }
    .gallery-item a:hover img {
      transform: scale(1.08); }
    .gallery-item a:hover .gallery-item__meta {
      transform: translateY(0); }
  .gallery-item.lrg-rect {
    position: relative;
    width: 75%; }
    .gallery-item.lrg-rect:before {
      content: "";
      display: block;
      padding-top: 66.667%; }
    .gallery-item.lrg-rect img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery-item.square {
    position: relative;
    width: 50%; }
    .gallery-item.square:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .gallery-item.square img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery-item.sml-horiz-rect {
    position: relative;
    width: 50%; }
    .gallery-item.sml-horiz-rect:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .gallery-item.sml-horiz-rect img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery-item.sml-vert-rect {
    position: relative;
    width: 25%; }
    .gallery-item.sml-vert-rect:before {
      content: "";
      display: block;
      padding-top: 200%; }
    .gallery-item.sml-vert-rect img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.gallery-item__meta {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background: rgba(129, 132, 106, 0.95);
  text-align: left;
  color: white;
  padding: 8px 12px;
  transition: transform ease-in-out 0.3s; }
  .gallery-item__meta small {
    color: rgba(255, 255, 255, 0.7); }
  @media only screen and (min-width : 768px) {
    .gallery-item__meta {
      display: block; } }
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn, .comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a, .comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
button,
#gform_wrapper_1 input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-decoration: none;
  color: #81846A;
  letter-spacing: 0.05em;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid;
  border-color: #81846A;
  border-radius: 0px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .8em 3em .8em .8em;
  font-family: "Playfair Display", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .btn:hover, .comment-navigation .nav-next a:hover,
  .posts-navigation .nav-next a:hover,
  .post-navigation .nav-next a:hover, .comment-navigation .nav-previous a:hover,
  .posts-navigation .nav-previous a:hover,
  .post-navigation .nav-previous a:hover,
  button:hover,
  #gform_wrapper_1 input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #b1b3a1; }
  .btn:active, .comment-navigation .nav-next a:active,
  .posts-navigation .nav-next a:active,
  .post-navigation .nav-next a:active, .comment-navigation .nav-previous a:active,
  .posts-navigation .nav-previous a:active,
  .post-navigation .nav-previous a:active, .btn:focus, .comment-navigation .nav-next a:focus,
  .posts-navigation .nav-next a:focus,
  .post-navigation .nav-next a:focus, .comment-navigation .nav-previous a:focus,
  .posts-navigation .nav-previous a:focus,
  .post-navigation .nav-previous a:focus,
  button:active,
  #gform_wrapper_1 input[type="submit"]:active,
  button:focus,
  #gform_wrapper_1 input[type="submit"]: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; }
  .btn svg, .comment-navigation .nav-next a svg,
  .posts-navigation .nav-next a svg,
  .post-navigation .nav-next a svg, .comment-navigation .nav-previous a svg,
  .posts-navigation .nav-previous a svg,
  .post-navigation .nav-previous a svg,
  button svg,
  #gform_wrapper_1 input[type="submit"] svg,
  input[type="button"] svg,
  input[type="reset"] svg,
  input[type="submit"] svg {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 14px;
    color: #81846A; }
  @media only screen and (min-width : 768px) {
    .btn, .comment-navigation .nav-next a,
    .posts-navigation .nav-next a,
    .post-navigation .nav-next a, .comment-navigation .nav-previous a,
    .posts-navigation .nav-previous a,
    .post-navigation .nav-previous a,
    button,
    #gform_wrapper_1 input[type="submit"],
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      font-size: 16px; } }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

#gform_wrapper_1 {
  margin: 0; }
  #gform_wrapper_1 .gform_heading {
    display: none; }
  #gform_wrapper_1 #gform_fields_1 > li {
    opacity: 0;
    transform: translateY(15px); }
  #gform_wrapper_1 .gfield {
    margin: 0 0 20px 0;
    padding: 0; }
  #gform_wrapper_1 .gfield_label {
    display: none; }
  #gform_wrapper_1 input[type="text"], #gform_wrapper_1 textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0 0 1px 0;
    border-radius: 0px;
    border-bottom: 1px solid #4A494A;
    background: none;
    padding: 10px 15px; }
    #gform_wrapper_1 input[type="text"]::-webkit-input-placeholder, #gform_wrapper_1 textarea::-webkit-input-placeholder {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 18px;
      color: #8E8D8E;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]::-moz-placeholder, #gform_wrapper_1 textarea::-moz-placeholder {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 18px;
      color: #8E8D8E;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]:-ms-input-placeholder, #gform_wrapper_1 textarea:-ms-input-placeholder {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 18px;
      color: #8E8D8E;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]::-ms-input-placeholder, #gform_wrapper_1 textarea::-ms-input-placeholder {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 18px;
      color: #8E8D8E;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]::placeholder, #gform_wrapper_1 textarea::placeholder {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 18px;
      color: #8E8D8E;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]:focus, #gform_wrapper_1 textarea:focus {
      outline: none; }
  #gform_wrapper_1 input[type="submit"] {
    margin: 0 0 0 auto;
    width: auto;
    display: block; }
  #gform_wrapper_1.gform_validation_error #gform_fields_1 > li {
    opacity: 1;
    background: none;
    border: none; }
    #gform_wrapper_1.gform_validation_error #gform_fields_1 > li .validation_message {
      padding: 3px 0 0 0; }

.gform_confirmation_message {
  padding-top: 30px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #a3526a; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  transition: background ease-in-out 0.3s;
  pointer-events: none; }
  .site-header.is-hidden {
    transform: translateY(-100%); }
  .site-header.nav-open {
    visibility: visible;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.65); }
    .site-header.nav-open #site-navigation {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }

.top-bar {
  text-align: center;
  padding: 10px;
  background: #81846A;
  color: white;
  width: 100%;
  pointer-events: auto; }
  .top-bar b {
    font-weight: 600; }
  .top-bar p {
    margin: 0; }
  .top-bar a {
    color: white; }
    .top-bar a:visited {
      color: white; }

.site-branding {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  pointer-events: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 15px 15px 30px 15px; }

a.header-logo {
  display: block;
  width: 73px;
  height: 24px;
  background: url(img/logo--side.svg) no-repeat;
  background-size: contain; }

.nav-toggle {
  display: block;
  font-size: 24px;
  margin-right: 5px;
  color: white;
  transition: opacity ease-in-out 0.3s; }
  .nav-toggle:hover {
    opacity: 0.7; }

#site-navigation {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all ease-in-out 0.6s;
  transform: translateY(-3px);
  padding-bottom: 30px; }

#primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0 0 0; }
  #primary-menu > li {
    margin: 0; }
  #primary-menu li {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 12px; }
    #primary-menu li.menu-item-has-children {
      padding-bottom: 10px; }
      #primary-menu li.menu-item-has-children > a {
        padding-bottom: 5px;
        padding-right: 20px; }
    #primary-menu li a {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      color: white; }
  #primary-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px; }
    #primary-menu ul.sub-menu > li {
      margin: 0; }
    #primary-menu ul.sub-menu li {
      border-bottom: none;
      padding-left: 25px;
      position: relative;
      font-size: 11px; }
      #primary-menu ul.sub-menu li:before {
        content: "-";
        display: block;
        position: absolute;
        left: 10px;
        top: 45%;
        transform: translateY(-50%);
        font-family: Helvetica;
        color: white; }
      #primary-menu ul.sub-menu li a {
        padding: 5px 0; }
  @media only screen and (min-width : 768px) {
    #primary-menu li {
      font-size: 14px; } }
ul.site-header__social {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0 15px 15px; }
  ul.site-header__social > li {
    margin: 0; }
  ul.site-header__social li {
    display: inline-block; }
    ul.site-header__social li:nth-of-type(n+2) {
      margin-left: 10px; }
  ul.site-header__social a {
    display: block;
    color: white;
    width: 32px;
    height: 32px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 4px 0 0 7px;
    transition: all ease-in-out 0.3s; }
    ul.site-header__social a:hover {
      opacity: 0.7; }

body.page-template-page-contact .site-branding, body.single .site-branding, body.error404 .site-branding, body.page-template-default:not(.home) .site-branding {
  background: none; }

body.page-template-page-contact a.header-logo, body.single a.header-logo, body.error404 a.header-logo, body.page-template-default:not(.home) a.header-logo {
  display: block;
  width: 73px;
  height: 24px;
  background: url(img/logo--side--burgundy.svg) no-repeat;
  background-size: contain; }

body.page-template-page-contact a.nav-toggle, body.single a.nav-toggle, body.error404 a.nav-toggle, body.page-template-default:not(.home) a.nav-toggle {
  color: #703849; }

body.page-template-page-contact .site-header.nav-open a.nav-toggle, body.single .site-header.nav-open a.nav-toggle, body.error404 .site-header.nav-open a.nav-toggle, body.page-template-default:not(.home) .site-header.nav-open a.nav-toggle {
  color: white; }

body.page-template-page-contact .site-header.nav-open a.header-logo, body.single .site-header.nav-open a.header-logo, body.error404 .site-header.nav-open a.header-logo, body.page-template-default:not(.home) .site-header.nav-open a.header-logo {
  background: url(img/logo--side.svg) no-repeat; }

/*
*
*
* HEADER BASIC - DESKTOP
* 
* NOTE: Update justify-content property of #primary-menu to align left(flex-start), center(center), or right(flex-end)
*
*/
@media only screen and (min-width : 1024px) {
  #site-navigation {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
  .site-header, .site-header.nav-open {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    pointer-events: auto; }
    body.home .site-header, body.home .site-header.nav-open {
      background: none;
      transition: background ease-in-out 0.3s; }
    body.home.animation-complete .site-header, body.home.animation-complete .site-header.nav-open {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
  .site-branding {
    background: transparent; }
    body.home .site-branding {
      visibility: hidden; }
  #site-header__wrapper {
    padding: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between; }
  .site-branding, #primary-menu {
    padding: 0;
    flex: 1; }
  a.header-logo {
    width: 107px;
    height: 150px;
    background: url(img/logo--fullmark.svg) no-repeat; }
  .nav-toggle {
    display: none; }
  #site-navigation {
    padding: 10px 0 0 0;
    visibility: visible;
    opacity: 1; }
  #primary-menu {
    padding: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end; }
    #primary-menu li {
      padding: 3px 0;
      border-bottom: none; }
      #primary-menu li.current-menu-item {
        background: none;
        border-bottom: 2px solid white; }
      #primary-menu li:nth-of-type(n+2) {
        margin-left: 30px; }
      #primary-menu li.menu-item-has-children {
        position: relative;
        padding-bottom: 15px; }
        #primary-menu li.menu-item-has-children:after {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          right: -12px;
          width: 0;
          height: 0;
          transition: all ease-in-out 0.3s;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 4px solid white; }
        #primary-menu li.menu-item-has-children:hover ul.sub-menu {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transition: all ease-in-out 0.5s; }
        #primary-menu li.menu-item-has-children a {
          padding: 0; }
        #primary-menu li.menu-item-has-children ul.sub-menu {
          position: absolute;
          bottom: 0px;
          left: 0;
          transform: translateY(100%);
          background: grey;
          padding: 15px;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          min-width: 150px; }
          #primary-menu li.menu-item-has-children ul.sub-menu:before {
            content: "";
            display: block;
            border-bottom: 10px solid grey;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            height: 0;
            width: 0;
            position: absolute;
            top: -8px;
            left: 20px; }
          #primary-menu li.menu-item-has-children ul.sub-menu li {
            white-space: nowrap;
            padding: 0; }
            #primary-menu li.menu-item-has-children ul.sub-menu li:before {
              display: none; }
          #primary-menu li.menu-item-has-children ul.sub-menu a {
            display: block; }
      #primary-menu li a {
        padding: 0; }
        #primary-menu li a:hover {
          background: none; }
  ul.site-header__social {
    padding: 0; }
    ul.site-header__social li {
      font-size: 14px; }
  body.page-template-page-contact a.header-logo, body.single a.header-logo, body.error404 a.header-logo, body.page-template-default:not(.home) a.header-logo {
    width: 107px;
    height: 150px;
    background: url(img/logo--fullmark--burgundy.svg) no-repeat; }
  body.page-template-page-contact .site-header, body.page-template-page-contact .site-header.nav-open, body.single .site-header, body.single .site-header.nav-open, body.error404 .site-header, body.error404 .site-header.nav-open, body.page-template-default:not(.home) .site-header, body.page-template-default:not(.home) .site-header.nav-open {
    background: none; }
  body.page-template-page-contact #primary-menu li.current-menu-item, body.single #primary-menu li.current-menu-item, body.error404 #primary-menu li.current-menu-item, body.page-template-default:not(.home) #primary-menu li.current-menu-item {
    border-bottom: 2px solid #703849; }
  body.page-template-page-contact #primary-menu li.menu-item-has-children:after, body.single #primary-menu li.menu-item-has-children:after, body.error404 #primary-menu li.menu-item-has-children:after, body.page-template-default:not(.home) #primary-menu li.menu-item-has-children:after {
    color: #703849; }
  body.page-template-page-contact #primary-menu li.menu-item-has-children ul.sub-menu a, body.single #primary-menu li.menu-item-has-children ul.sub-menu a, body.error404 #primary-menu li.menu-item-has-children ul.sub-menu a, body.page-template-default:not(.home) #primary-menu li.menu-item-has-children ul.sub-menu a {
    color: white; }
  body.page-template-page-contact #primary-menu li a, body.single #primary-menu li a, body.error404 #primary-menu li a, body.page-template-default:not(.home) #primary-menu li a {
    color: #703849; }
    body.page-template-page-contact #primary-menu li a:hover, body.single #primary-menu li a:hover, body.error404 #primary-menu li a:hover, body.page-template-default:not(.home) #primary-menu li a:hover {
      opacity: 0.8; }
  body.page-template-page-contact ul.site-header__social a, body.single ul.site-header__social a, body.error404 ul.site-header__social a, body.page-template-default:not(.home) ul.site-header__social a {
    color: #703849;
    border: 1px solid #703849; } }

.comment-navigation,
.posts-navigation,
.post-navigation {
  padding: calc(0px * 1/2) calc(0px * 1/2) calc(80px * 1/2) calc(0px * 1/2);
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media only screen and (min-width : 768px) {
    .comment-navigation,
    .posts-navigation,
    .post-navigation {
      padding: calc(0px * 2/3) calc(0px * 2/3) calc(80px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .comment-navigation,
    .posts-navigation,
    .post-navigation {
      padding: 0px 0px 80px 0px; } }
  .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

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

body {
  display: flex;
  flex-direction: column; }

.site {
  flex: 1 0 auto; }

.site-footer {
  background: #E8E5DC;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-footer__logo {
  width: 73px;
  height: 24px;
  background: url(img/logo--side--beige.svg) no-repeat;
  background-size: contain; }

.site-footer__content {
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  color: #b5ac8f; }
  .site-footer__content a {
    color: #b5ac8f;
    transition: color ease-in-out 0.5s; }
    .site-footer__content a:hover {
      color: #4A494A; }
  @media only screen and (min-width : 768px) {
    .site-footer__content {
      flex-flow: row nowrap; } }
.site-footer__contact {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px; }
  .site-footer__contact span {
    display: inline-block;
    padding-left: 15px; }
  @media only screen and (min-width : 768px) {
    .site-footer__contact {
      flex-flow: row nowrap; } }
.site-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap; }
  .site-footer__social > li {
    margin: 0; }
  .site-footer__social li {
    padding-left: 15px; }
  .site-footer__social a {
    text-decoration: none; }
  @media only screen and (min-width : 768px) {
    .site-footer__social {
      margin-top: 0; } }
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  .page-content strong,
  .entry-content strong,
  .entry-summary strong {
    font-weight: 600; }
  .page-content em,
  .entry-content em,
  .entry-summary em {
    font-family: "Montserrat", sans-serif; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/*
*
*
*  HOME - LOADER
*
*
*/
body {
  /*
	&.home{
		overflow:hidden;
		#site-loader{
			display:block;
		}
		&.animation-complete{
			overflow:auto;
			#site-loader{
				display:none;
				pointer-events:none;
			}
		}
	}
	*/ }
  body #site-loader {
    display: none; }

#site-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #81846A; }
  #site-loader svg#full-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 50vw;
    max-width: 400px; }
    #site-loader svg#full-logo path {
      stroke: #585a48; }
    #site-loader svg#full-logo g#mark, #site-loader svg#full-logo g#name path, #site-loader svg#full-logo g#tag {
      opacity: 0.05; }

.site-loader__border {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
  border: 2px solid #8c8f73; }
  .site-loader__border span {
    position: absolute;
    padding: 5px;
    background: #81846A; }
    .site-loader__border span.top-left {
      top: 0;
      left: 0;
      transform: scaleX(-1) translateX(25%) translateY(-35%); }
    .site-loader__border span.top-right {
      top: 0;
      right: 0;
      transform: translateX(25%) translateY(-35%); }
    .site-loader__border span.bot-left {
      bottom: 0;
      left: 0;
      transform: scaleX(-1) scaleY(-1) translateX(25%) translateY(-35%); }
    .site-loader__border span.bot-right {
      bottom: 0;
      right: 0;
      transform: scaleY(-1) translateX(25%) translateY(-35%); }
    .site-loader__border span svg {
      width: 60px; }
      .site-loader__border span svg path {
        fill: #81846A;
        stroke: #a5a893; }

/*
*
*
*  HOME - SLIDER
*
*
*/
.homepage {
  position: relative;
  height: 100vh;
  background: white; }

.homepage__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 40px 20px 30px 40px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  opacity: 0;
  transition: opacity ease-in-out 0.3s; }
  body.animation-complete .homepage__bottom {
    opacity: 1; }
  .homepage__bottom .site-header__mark {
    display: none;
    opacity: 0; }
  .homepage__bottom #info-link {
    opacity: 0;
    color: #E8E5DC;
    text-decoration: none;
    font-size: 32px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
    .homepage__bottom #info-link span {
      font-size: 12px;
      line-height: 1.25;
      padding-right: 15px;
      text-align: right; }
    .homepage__bottom #info-link .scroll-more__icon {
      margin-top: 0; }
      .homepage__bottom #info-link .scroll-more__icon:after {
        display: none; }
  @media only screen and (min-width : 1024px) {
    .homepage__bottom {
      padding: 90px 36px 40px 36px;
      justify-content: space-between; }
      .homepage__bottom .site-header__mark {
        display: block;
        width: 107px;
        height: 150px; } }
.homepage__slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  transition-delay: 0.25s;
  width: 100vw;
  height: 100vh;
  max-height: 1000px;
  position: relative; }
  .homepage__slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    max-height: none; }
  .homepage__slider .slick-list, .homepage__slider .slick-track, .homepage__slider .slick-slide {
    height: 100%; }
  .homepage__slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .homepage__slider .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .homepage__slider .slick-dots > li {
      margin: 0; }
    .homepage__slider .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 20px 0;
      transition: background ease-in-out 0.5s; }
      .homepage__slider .slick-dots li.slick-active button, .homepage__slider .slick-dots li.slick-active #gform_wrapper_1 input[type="submit"], #gform_wrapper_1 .homepage__slider .slick-dots li.slick-active input[type="submit"] {
        background: #E8E5DC; }
    .homepage__slider .slick-dots button, .homepage__slider .slick-dots #gform_wrapper_1 input[type="submit"], #gform_wrapper_1 .homepage__slider .slick-dots input[type="submit"] {
      font-size: 0;
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      color: transparent;
      cursor: pointer; }
      .homepage__slider .slick-dots button:focus, .homepage__slider .slick-dots #gform_wrapper_1 input[type="submit"]:focus, #gform_wrapper_1 .homepage__slider .slick-dots input[type="submit"]:focus {
        outline: none; }
    @media only screen and (min-width : 1024px) {
      .homepage__slider .slick-dots {
        right: 36px; } }
/*
*
*
*  HOME - INFO
*
*
*/
.homepage-info {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  padding: calc(120px * 1/2) calc(0px * 1/2) calc(120px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .homepage-info {
      padding: calc(120px * 2/3) calc(0px * 2/3) calc(120px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .homepage-info {
      padding: 120px 0px 120px 0px; } }
  @media only screen and (min-width : 768px) {
    .homepage-info {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      position: relative; } }
#info:focus {
  outline: none; }

.homepage-info__text {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px; }
  .homepage-info__text h2 {
    color: #81846A; }
  .homepage-info__text .label, .homepage-info__text .venue-item__meta .cats, .venue-item__meta .homepage-info__text .cats, .homepage-info__text header.entry-header .post-categories a, header.entry-header .post-categories .homepage-info__text a, .homepage-info__text .blog-archive__categories ul li a, .blog-archive__categories ul li .homepage-info__text a, .homepage-info__text .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .homepage-info__text span {
    color: #c0b79e;
    padding-bottom: 0.6em; }
  @media only screen and (min-width : 768px) {
    .homepage-info__text {
      padding: 45px 60px 45px 0;
      position: absolute;
      left: 0;
      top: 50%;
      width: 75%; } }
  @media only screen and (min-width : 1024px) {
    .homepage-info__text {
      padding: 45px 90px 45px 0; } }
.homepage-info__featimg {
  position: relative;
  z-index: -1; }
  @media only screen and (min-width : 768px) {
    .homepage-info__featimg {
      width: 50%;
      height: 80vw;
      max-height: 700px;
      -o-object-fit: cover;
         object-fit: cover; } }
/*
*
*
*  ABOUT - HISTORY
*
*
*/
#about-history:focus {
  outline: none; }

.about-history {
  display: flex;
  flex-flow: column nowrap; }
  @media only screen and (min-width : 640px) {
    .about-history {
      position: relative; } }
  @media only screen and (min-width : 1024px) {
    .about-history {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      align-items: center;
      max-width: 1440px;
      margin: 0 auto; } }
.about-history__text {
  background: #4A494A;
  color: white;
  order: 1;
  padding: 45px 30px 75px 30px; }
  .about-history__text h1 {
    padding-bottom: 20px; }
  @media only screen and (min-width : 640px) {
    .about-history__text {
      padding: 45px 60px; } }
  @media only screen and (min-width : 1024px) {
    .about-history__text {
      width: 50%;
      order: 2;
      height: 100vh;
      max-height: 900px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      padding: 0 60px; } }
  @media only screen and (min-width : 1280px) {
    .about-history__text {
      padding: 0 80px; } }
.about-history__text__slider {
  padding-top: 20px; }
  .about-history__text__slider span.label, .about-history__text__slider .venue-item__meta span.cats, .venue-item__meta .about-history__text__slider span.cats, .about-history__text__slider .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .about-history__text__slider span {
    display: block;
    padding-bottom: 20px; }
  @media only screen and (min-width : 640px) {
    .about-history__text__slider {
      margin-left: 250px; } }
  @media only screen and (min-width : 1024px) {
    .about-history__text__slider {
      margin: 0; } }
.about-history__images {
  order: 2;
  max-width: 360px;
  margin-left: auto; }
  @media only screen and (min-width : 640px) {
    .about-history__images {
      position: absolute;
      top: 210px;
      left: 0;
      transform: translateX(-25%);
      max-width: 360px; } }
  @media only screen and (min-width : 1024px) {
    .about-history__images {
      width: 46%;
      max-width: 46%;
      margin: 0;
      position: static;
      order: 1;
      background: #81846A;
      z-index: -1;
      margin-bottom: -45px; } }
  @media only screen and (min-width : 1280px) {
    .about-history__images {
      width: 47.5%; } }
.about-history__images__slider {
  margin-top: -45px;
  visibility: hidden; }
  .about-history__images__slider.slick-initialized {
    visibility: visible; }
  .about-history__images__slider figure {
    position: relative; }
    .about-history__images__slider figure:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .about-history__images__slider figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media only screen and (min-width : 1024px) {
    .about-history__images__slider {
      transform: translateX(45px) translateY(-45px);
      margin-top: 0; } }
  @media only screen and (min-width : 1280px) {
    .about-history__images__slider {
      transform: translateX(60px) translateY(-60px); } }
.about-history__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #D8BCBA; }

.about-history__prev, .about-history__next {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #D8BCBA;
  border: 1px solid #D8BCBA;
  border-radius: 20px;
  background: url(img/arrow.svg) no-repeat;
  background-size: 10px 9px;
  background-position: center center; }

.about-history__prev {
  transform: rotate(90deg);
  margin-left: 16px; }

.about-history__next {
  transform: rotate(-90deg);
  margin-left: 8px; }

/*
*
*
*  ABOUT - VALUES
*
*
*/
.about-values {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
  padding: calc(180px * 1/2) calc(0px * 1/2) calc(180px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .about-values {
      padding: calc(180px * 2/3) calc(0px * 2/3) calc(180px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .about-values {
      padding: 180px 0px 180px 0px; } }
  @media only screen and (min-width : 900px) {
    .about-values {
      display: flex;
      flex-flow: row nowrap; } }
.about-values__image {
  position: relative; }
  .about-values__image h1 {
    color: #81846A;
    white-space: nowrap; }
  .about-values__image img {
    position: absolute;
    z-index: -1; }
    .about-values__image img.beets {
      width: 120px;
      opacity: 0.15;
      top: 0px;
      left: -60px; }
    .about-values__image img.bowl {
      width: 150px;
      top: -90px;
      left: -100px; }
  @media only screen and (min-width : 640px) {
    .about-values__image h1 {
      padding-left: 50px; }
    .about-values__image img.beets {
      width: 150px;
      top: 15px; }
    .about-values__image img.bowl {
      width: 180px; } }
  @media only screen and (min-width : 768px) {
    .about-values__image img.beets {
      width: 180px;
      top: 80px;
      left: -90px; }
    .about-values__image img.bowl {
      width: 300px;
      top: -120px;
      left: -220px; } }
  @media only screen and (min-width : 900px) {
    .about-values__image {
      width: 50%; }
      .about-values__image h1 {
        padding-left: 0px; }
      .about-values__image img.beets {
        opacity: 0.1;
        width: 300px;
        top: -30px;
        left: 15px; }
      .about-values__image img.bowl {
        width: 300px;
        top: 50px;
        left: 120px; } }
  @media only screen and (min-width : 1280px) {
    .about-values__image img.beets {
      width: 375px;
      top: -60px;
      left: 15px; }
    .about-values__image img.bowl {
      width: 400px;
      top: 60px;
      left: 140px; } }
.about-values__content {
  padding-top: 40px; }
  @media only screen and (min-width : 640px) {
    .about-values__content {
      padding: 60px 20px 0 60px; } }
  @media only screen and (min-width : 900px) {
    .about-values__content {
      width: 50%;
      padding: 90px 0 0 30px; } }
  @media only screen and (min-width : 1280px) {
    .about-values__content {
      padding: 120px 0 0 60px; } }
.about-values__accordion li .accordion-toggle {
  padding-left: 15px;
  color: #CAC3AE; }

.about-values__accordion li.active a {
  border-left: 3px solid #703849;
  color: #81846A; }

.about-values__accordion li .accordion-content {
  padding-left: 15px; }

@media only screen and (min-width : 1024px) {
  .about-values__accordion li {
    padding: 10px 0; }
    .about-values__accordion li .accordion-toggle {
      padding-left: 25px; }
    .about-values__accordion li.active a {
      padding: 6px 0 6px 30px;
      border-left: 4px solid #703849; }
    .about-values__accordion li .accordion-content {
      padding-left: 30px; } }

/*
*
*
*  ABOUT - HISTORY
*
*
*/
.about-team {
  overflow: hidden; }
  @media only screen and (min-width : 640px) {
    .about-team {
      position: relative; } }
  @media only screen and (min-width : 1024px) {
    .about-team {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      max-width: 1440px;
      margin: 0 auto; } }
.about-team__text {
  background: #4A494A;
  color: white;
  padding: 45px 30px; }
  .about-team__text h1 {
    padding-bottom: 20px; }
  @media only screen and (min-width : 640px) {
    .about-team__text {
      padding: 45px 60px; } }
  @media only screen and (min-width : 1024px) {
    .about-team__text {
      width: 50%;
      height: 100vh;
      max-height: 900px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      padding: 0 60px; } }
  @media only screen and (min-width : 1280px) {
    .about-team__text {
      padding: 0 80px; } }
.about-team__text__slider {
  padding-top: 20px; }
  .about-team__text__slider span.label, .about-team__text__slider .venue-item__meta span.cats, .venue-item__meta .about-team__text__slider span.cats, .about-team__text__slider .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .about-team__text__slider span {
    display: block;
    padding-bottom: 20px; }
  @media only screen and (min-width : 640px) {
    .about-team__text__slider {
      margin-left: 250px; } }
  @media only screen and (min-width : 1024px) {
    .about-team__text__slider {
      margin: 0; } }
.about-team__images {
  max-width: 360px;
  margin-left: auto; }
  @media only screen and (min-width : 640px) {
    .about-team__images {
      position: absolute;
      top: 210px;
      left: 0;
      max-width: 360px; } }
  @media only screen and (min-width : 1024px) {
    .about-team__images {
      width: 46%;
      max-width: 46%;
      margin: 0;
      position: static;
      z-index: -1;
      margin-top: -60px; } }
  @media only screen and (min-width : 1280px) {
    .about-team__images {
      width: 47.5%; } }
.about-team__images__slider .slick-list {
  overflow: visible; }

.about-team__images__slider .image-label {
  padding: 15px 0; }
  .about-team__images__slider .image-label em {
    color: #81846A;
    letter-spacing: 0.1em; }

.about-team__images__slider figure {
  position: relative; }
  .about-team__images__slider figure:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .about-team__images__slider figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media only screen and (min-width : 640px) {
  .about-team__images__slider .image-label {
    padding: 15px; }
    .about-team__images__slider .image-label span {
      color: #D8BCBA; }
    .about-team__images__slider .image-label em {
      color: white; }
  .about-team__images__slider figure {
    transform: translateX(-25%); } }

@media only screen and (min-width : 1024px) {
  .about-team__images__slider .image-label {
    padding: 15px; }
    .about-team__images__slider .image-label span {
      color: #4A494A; }
    .about-team__images__slider .image-label em {
      color: #81846A; }
  .about-team__images__slider figure {
    transform: translateX(0);
    position: relative; }
    .about-team__images__slider figure:after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #81846A;
      transform: translateX(-45px) translateY(45px); } }

.about-team__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #D8BCBA; }

.about-team__prev, .about-team__next {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #D8BCBA;
  border: 1px solid #D8BCBA;
  border-radius: 20px;
  background: url(img/arrow.svg) no-repeat;
  background-size: 10px 9px;
  background-position: center center; }

.about-team__prev {
  transform: rotate(90deg);
  margin-left: 16px; }

.about-team__next {
  transform: rotate(-90deg);
  margin-left: 8px; }

/*
*
*
*  BLOG - INDEX
*
*
*/
.blog-archive__categories {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0; }
  .blog-archive__categories > li {
    margin: 0; }
  .blog-archive__categories a {
    text-decoration: none; }
  .blog-archive__categories .category-toggle {
    color: white;
    padding: 4px 12px;
    background: #81846A;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center; }
    .blog-archive__categories .category-toggle span {
      margin-right: 10px;
      font-weight: 300; }
    .blog-archive__categories .category-toggle svg {
      font-size: 20px; }
  .blog-archive__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px 10px;
    background: white;
    display: none; }
    .blog-archive__categories ul > li {
      margin: 0; }
    .blog-archive__categories ul.nav-open {
      display: block;
      width: 80%;
      max-width: 300px;
      margin: 0 auto;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
    .blog-archive__categories ul li {
      padding: 4px 0; }
      .blog-archive__categories ul li a {
        color: #8E8D8E; }
      .blog-archive__categories ul li.current-cat a {
        color: #703849;
        font-weight: 700; }
  @media only screen and (min-width : 768px) {
    .blog-archive__categories .category-toggle {
      display: none; }
    .blog-archive__categories ul, .blog-archive__categories ul.nav-open {
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      padding: 0;
      margin: 0;
      background: none;
      box-shadow: none; }
      .blog-archive__categories ul li a, .blog-archive__categories ul.nav-open li a {
        font-size: 14px;
        background: white;
        margin: 0 4px;
        padding: 10px 20px; }
      .blog-archive__categories ul li.current-cat a, .blog-archive__categories ul.nav-open li.current-cat a {
        border-bottom: 2px solid #703849; } }
.blog-archive {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px; }
  .blog-archive article {
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin: 30px 0 60px 0; }
    .blog-archive article:nth-of-type(odd) {
      border-top: 6px solid #703849; }
    .blog-archive article:nth-of-type(even) {
      border-top: 6px solid #81846A; }
    .blog-archive article a.post-thumbnail {
      display: block;
      margin-top: -32px;
      position: relative; }
      .blog-archive article a.post-thumbnail:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .blog-archive article a.post-thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .blog-archive article .entry-content {
      margin: 0;
      padding: 20px; }
      .blog-archive article .entry-content p:last-of-type {
        margin: 0; }
    .blog-archive article a.btn, .blog-archive article .comment-navigation .nav-previous a, .comment-navigation .nav-previous .blog-archive article a,
    .blog-archive article .posts-navigation .nav-previous a,
    .posts-navigation .nav-previous .blog-archive article a,
    .blog-archive article .post-navigation .nav-previous a,
    .post-navigation .nav-previous .blog-archive article a, .blog-archive article .comment-navigation .nav-next a, .comment-navigation .nav-next .blog-archive article a,
    .blog-archive article .posts-navigation .nav-next a,
    .posts-navigation .nav-next .blog-archive article a,
    .blog-archive article .post-navigation .nav-next a,
    .post-navigation .nav-next .blog-archive article a {
      display: table;
      margin-top: 20px; }
  @media only screen and (min-width : 640px) {
    .blog-archive article {
      padding: 15px;
      display: flex;
      flex-flow: row nowrap; }
      .blog-archive article a.post-thumbnail {
        width: 200px;
        margin-top: -36px;
        align-self: flex-start; }
      .blog-archive article .entry-content {
        width: calc(100% - 200px);
        padding-left: 35px; } }
  @media only screen and (min-width : 768px) {
    .blog-archive article {
      padding: 20px; }
      .blog-archive article a.post-thumbnail {
        width: 300px;
        margin-top: -48px; }
      .blog-archive article .entry-content {
        width: calc(100% - 300px); } }
  @media only screen and (min-width : 1024px) {
    .blog-archive article {
      margin: 45px 0 90px 0; }
      .blog-archive article:nth-of-type(odd) {
        border-top: 8px solid #703849; }
      .blog-archive article:nth-of-type(even) {
        border-top: 8px solid #81846A; }
        .blog-archive article:nth-of-type(even) .entry-content {
          order: 1;
          text-align: right;
          padding: 40px 60px 40px 40px; }
        .blog-archive article:nth-of-type(even) a.post-thumbnail {
          order: 2; }
        .blog-archive article:nth-of-type(even) a.btn, .blog-archive article:nth-of-type(even) .comment-navigation .nav-previous a, .comment-navigation .nav-previous .blog-archive article:nth-of-type(even) a,
        .blog-archive article:nth-of-type(even) .posts-navigation .nav-previous a,
        .posts-navigation .nav-previous .blog-archive article:nth-of-type(even) a,
        .blog-archive article:nth-of-type(even) .post-navigation .nav-previous a,
        .post-navigation .nav-previous .blog-archive article:nth-of-type(even) a, .blog-archive article:nth-of-type(even) .comment-navigation .nav-next a, .comment-navigation .nav-next .blog-archive article:nth-of-type(even) a,
        .blog-archive article:nth-of-type(even) .posts-navigation .nav-next a,
        .posts-navigation .nav-next .blog-archive article:nth-of-type(even) a,
        .blog-archive article:nth-of-type(even) .post-navigation .nav-next a,
        .post-navigation .nav-next .blog-archive article:nth-of-type(even) a {
          margin-left: auto; }
      .blog-archive article a.post-thumbnail {
        width: 50%;
        margin-top: -50px; }
      .blog-archive article .entry-content {
        width: 50%;
        padding: 40px 40px 40px 60px; } }
header.entry-header {
  padding-bottom: 20px; }
  header.entry-header .post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #CAC3AE; }
    header.entry-header .post-categories > li {
      margin: 0; }
    header.entry-header .post-categories a {
      text-decoration: none;
      display: inline;
      font-weight: 300;
      color: #CAC3AE; }
  header.entry-header h3 a {
    text-decoration: none;
    color: #4A494A; }

/*
*
*
*  BLOG - SINGLE
*
*
*/
.blog-single {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  padding: calc(240px * 1/2) calc(0px * 1/2) calc(180px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .blog-single {
      padding: calc(240px * 2/3) calc(0px * 2/3) calc(180px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .blog-single {
      padding: 240px 0px 180px 0px; } }
  .blog-single article .post-thumbnail {
    position: relative;
    margin: 20px 0; }
    .blog-single article .post-thumbnail:before {
      content: "";
      display: block;
      padding-top: 75%; }
    .blog-single article .post-thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/*
*
*
*  PRESS - COVER
*
*
*/
/*
.press-cover{
  width:100%;
  height:100vh;
  max-height:1000px;
  position:relative;
  display:flex;
  flex-flow:column nowrap;
  justify-content:center;
  overflow:hidden;
  img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-1;
    filter:brightness(90%);
  }
}

.press-cover__text{
  color:white;
  position:absolute;
  bottom:5vw;
  right:5vw;
  @media only screen and (min-width : 768px) {
    bottom:calc(5vw + 40px);
  }
  @media only screen and (min-width : 900px) {
    bottom:5vw;
  }
}
*/
.press-cover h1 {
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  color: white; }

@media only screen and (min-width : 768px) {
  .press-cover h1 {
    bottom: calc(5vw + 40px); } }

@media only screen and (min-width : 900px) {
  .press-cover h1 {
    bottom: 5vw; } }

/*
*
*
*  PRESS - LIST
*
*
*/
#press-list:focus {
  outline: none; }

.press-list__featured {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px; }
  .press-list__featured .press-item {
    background: #4A494A;
    border: none !important;
    color: white; }
    .press-list__featured .press-item .label:first-of-type, .press-list__featured .press-item .venue-item__meta .cats:first-of-type, .venue-item__meta .press-list__featured .press-item .cats:first-of-type, .press-list__featured .press-item .blog-archive__categories .category-toggle span:first-of-type, .blog-archive__categories .category-toggle .press-list__featured .press-item span:first-of-type, .press-list__featured .press-item .blog-archive__categories ul li a:first-of-type, .blog-archive__categories ul li .press-list__featured .press-item a:first-of-type, .press-list__featured .press-item header.entry-header .post-categories a:first-of-type, header.entry-header .post-categories .press-list__featured .press-item a:first-of-type {
      display: inline-block;
      background: #81846A;
      color: white;
      padding: 4px 10px;
      margin: 0 0 20px -30px; }
    .press-list__featured .press-item a.btn, .press-list__featured .press-item .comment-navigation .nav-previous a, .comment-navigation .nav-previous .press-list__featured .press-item a,
    .press-list__featured .press-item .posts-navigation .nav-previous a,
    .posts-navigation .nav-previous .press-list__featured .press-item a,
    .press-list__featured .press-item .post-navigation .nav-previous a,
    .post-navigation .nav-previous .press-list__featured .press-item a, .press-list__featured .press-item .comment-navigation .nav-next a, .comment-navigation .nav-next .press-list__featured .press-item a,
    .press-list__featured .press-item .posts-navigation .nav-next a,
    .posts-navigation .nav-next .press-list__featured .press-item a,
    .press-list__featured .press-item .post-navigation .nav-next a,
    .post-navigation .nav-next .press-list__featured .press-item a {
      color: white;
      border-color: white; }
  @media only screen and (min-width : 768px) {
    .press-list__featured {
      margin-top: -40px;
      position: relative;
      z-index: 10; }
      .press-list__featured .press-item {
        margin: 0; } }
  @media only screen and (min-width : 900px) {
    .press-list__featured {
      margin-top: 40px; }
      .press-list__featured .press-item {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% - 30px);
        transform: translateY(-100%); }
        .press-list__featured .press-item .label:first-of-type, .press-list__featured .press-item .venue-item__meta .cats:first-of-type, .venue-item__meta .press-list__featured .press-item .cats:first-of-type, .press-list__featured .press-item .blog-archive__categories .category-toggle span:first-of-type, .blog-archive__categories .category-toggle .press-list__featured .press-item span:first-of-type, .press-list__featured .press-item .blog-archive__categories ul li a:first-of-type, .blog-archive__categories ul li .press-list__featured .press-item a:first-of-type, .press-list__featured .press-item header.entry-header .post-categories a:first-of-type, header.entry-header .post-categories .press-list__featured .press-item a:first-of-type {
          display: none; } }
  @media only screen and (min-width : 1024px) {
    .press-list__featured {
      margin-top: 60px; }
      .press-list__featured .press-item {
        width: calc(50% - 40px); } }
.press-list__all {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px; }
  @media only screen and (min-width : 768px) {
    .press-list__all {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; } }
  @media only screen and (min-width : 768px) {
    .press-list__all {
      padding: 60px 0;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; } }
  @media only screen and (min-width : 1024px) {
    .press-list__all {
      padding: 80px 0;
      -webkit-column-gap: 80px;
         -moz-column-gap: 80px;
              column-gap: 80px; } }
.press-item {
  margin: 30px auto;
  max-width: 480px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  .press-item .press-item__content {
    padding: 30px; }
    .press-item .press-item__content p:last-of-type {
      margin-bottom: 0px; }
  .press-item figure {
    position: relative;
    margin-top: -6px; }
    .press-item figure:before {
      content: "";
      display: block;
      padding-top: 66%; }
    .press-item figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .press-item h3 {
    padding-bottom: 0.75em; }
  .press-item .label, .press-item .venue-item__meta .cats, .venue-item__meta .press-item .cats, .press-item .blog-archive__categories .category-toggle span, .blog-archive__categories .category-toggle .press-item span, .press-item .blog-archive__categories ul li a, .blog-archive__categories ul li .press-item a, .press-item header.entry-header .post-categories a, header.entry-header .post-categories .press-item a {
    padding-bottom: 1.5em;
    color: #81846A; }
  .press-item a.btn, .press-item .comment-navigation .nav-previous a, .comment-navigation .nav-previous .press-item a,
  .press-item .posts-navigation .nav-previous a,
  .posts-navigation .nav-previous .press-item a,
  .press-item .post-navigation .nav-previous a,
  .post-navigation .nav-previous .press-item a, .press-item .comment-navigation .nav-next a, .comment-navigation .nav-next .press-item a,
  .press-item .posts-navigation .nav-next a,
  .posts-navigation .nav-next .press-item a,
  .press-item .post-navigation .nav-next a,
  .post-navigation .nav-next .press-item a {
    display: table;
    margin-top: 2em; }
  .press-item:nth-of-type(odd) {
    border-top: 6px solid #703849; }
  .press-item:nth-of-type(even) {
    border-top: 6px solid #81846A; }
  @media only screen and (min-width : 768px) {
    .press-item {
      margin: 0 0 40px 0;
      max-width: 100%;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; } }
  @media only screen and (min-width : 1024px) {
    .press-item {
      margin: 0 0 70px 0; }
      .press-item .press-item__content {
        padding: 40px; } }
  @media only screen and (min-width : 1280px) {
    .press-item .press-item__content {
      padding: 70px; } }
/*
*
*
*  VENUES - FEATURED
*
*
*/
.venues-featured {
  justify-content: flex-end; }

.venues-featured__text {
  margin-bottom: calc(12vh + 100px); }
  .venues-featured__text p:last-of-type {
    margin-bottom: 0px; }
  .venues-featured__text a {
    color: white; }
  @media only screen and (min-width : 640px) {
    .venues-featured__text {
      margin-bottom: calc(12vh + 100px); } }
/*
*
*
*  VENUES - LIST
*
*
*/
.venues-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px; }

.venues-content__categories {
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .venues-content__categories a {
    text-decoration: none;
    color: #4A494A;
    padding: 10px;
    transition: opacity ease-in-out 0.3s;
    opacity: 0.25;
    white-space: nowrap; }
    .venues-content__categories a.active {
      opacity: 1; }
    .venues-content__categories a:hover {
      opacity: 0.5; }
  @media only screen and (min-width : 768px) {
    .venues-content__categories {
      padding: 20px 0; }
      .venues-content__categories a {
        padding: 15px; } }
  @media only screen and (min-width : 1024px) {
    .venues-content__categories a {
      padding: 15px 22px; } }
.venues-content__list {
  position: relative;
  min-height: 80vh; }

.venue-item {
  width: 100%;
  margin-bottom: 30px; }
  @media only screen and (min-width : 768px) {
    .venue-item {
      margin-bottom: 90px; } }
.venue-item__wrapper {
  display: grid;
  opacity: 0;
  transition: opacity ease-in-out 0.3s; }
  .venues-content__list.images-loaded .venue-item__wrapper {
    opacity: 1; }

.venue-item__meta {
  background: rgba(255, 255, 255, 0.95); }
  .venue-item__meta .cats {
    color: #CAC3AE;
    font-weight: 300; }
  .venue-item__meta h3 {
    color: #81846A; }

.venue-item__info {
  padding: 10px 0; }
  .venue-item__info a.toggle {
    display: none; }
  .venue-item__info .info a.btn, .venue-item__info .info .comment-navigation .nav-previous a, .comment-navigation .nav-previous .venue-item__info .info a,
  .venue-item__info .info .posts-navigation .nav-previous a,
  .posts-navigation .nav-previous .venue-item__info .info a,
  .venue-item__info .info .post-navigation .nav-previous a,
  .post-navigation .nav-previous .venue-item__info .info a, .venue-item__info .info .comment-navigation .nav-next a, .comment-navigation .nav-next .venue-item__info .info a,
  .venue-item__info .info .posts-navigation .nav-next a,
  .posts-navigation .nav-next .venue-item__info .info a,
  .venue-item__info .info .post-navigation .nav-next a,
  .post-navigation .nav-next .venue-item__info .info a {
    display: table;
    margin-top: 15px; }
  @media only screen and (min-width : 768px) {
    .venue-item__info {
      position: absolute;
      bottom: 20px;
      z-index: 150;
      overflow: hidden; }
      .venue-item__info a.toggle {
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: flex;
        flex-flow: row nowrap;
        color: #703849;
        text-decoration: none;
        font-family: "Playfair Display", serif;
        font-style: italic; }
        .venue-item__info a.toggle span.toggle-icon {
          display: flex;
          flex-flow: row nowrap;
          justify-content: center;
          align-items: center;
          width: 24px;
          height: 24px;
          background: #703849;
          position: relative; }
          .venue-item__info a.toggle span.toggle-icon img {
            width: 12px;
            transform-origin: 50% 50%;
            transform: rotate(-135deg) translateY(1px); }
        .venue-item__info a.toggle span.toggle-text {
          background: rgba(255, 255, 255, 0.9);
          padding: 0 12px 0 6px;
          z-index: -1; }
      .venue-item__info .info {
        order: 1;
        position: absolute;
        z-index: -1;
        bottom: 0px;
        left: 0px;
        box-sizing: content-box;
        width: 24px;
        height: 24px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        overflow: hidden;
        padding: 0px;
        opacity: 0;
        background: rgba(112, 56, 73, 0.9);
        color: white; }
        .venue-item__info .info .copy {
          padding: 0 30px; }
        .venue-item__info .info a.btn, .venue-item__info .info .comment-navigation .nav-previous a, .comment-navigation .nav-previous .venue-item__info .info a,
        .venue-item__info .info .posts-navigation .nav-previous a,
        .posts-navigation .nav-previous .venue-item__info .info a,
        .venue-item__info .info .post-navigation .nav-previous a,
        .post-navigation .nav-previous .venue-item__info .info a, .venue-item__info .info .comment-navigation .nav-next a, .comment-navigation .nav-next .venue-item__info .info a,
        .venue-item__info .info .posts-navigation .nav-next a,
        .posts-navigation .nav-next .venue-item__info .info a,
        .venue-item__info .info .post-navigation .nav-next a,
        .post-navigation .nav-next .venue-item__info .info a {
          margin-left: 30px;
          color: white;
          border-color: white;
          align-self: flex-start; }
          .venue-item__info .info a.btn svg, .venue-item__info .info .comment-navigation .nav-previous a svg, .comment-navigation .nav-previous .venue-item__info .info a svg,
          .venue-item__info .info .posts-navigation .nav-previous a svg,
          .posts-navigation .nav-previous .venue-item__info .info a svg,
          .venue-item__info .info .post-navigation .nav-previous a svg,
          .post-navigation .nav-previous .venue-item__info .info a svg, .venue-item__info .info .comment-navigation .nav-next a svg, .comment-navigation .nav-next .venue-item__info .info a svg,
          .venue-item__info .info .posts-navigation .nav-next a svg,
          .posts-navigation .nav-next .venue-item__info .info a svg,
          .venue-item__info .info .post-navigation .nav-next a svg,
          .post-navigation .nav-next .venue-item__info .info a svg {
            color: white; } }
.venue-layout__1 {
  max-width: 900px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr 1fr auto;
  grid-template-areas: "meta meta meta" "lrgimg lrgimg ." "lrgimg lrgimg smlimg" "info info info";
  grid-column-gap: 10px; }
  .venue-layout__1 .venue-item__meta {
    grid-area: meta;
    padding: 15px 0; }
  .venue-layout__1 figure {
    position: relative; }
    .venue-layout__1 figure:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .venue-layout__1 figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .venue-layout__1 .lrg-img {
    grid-area: lrgimg; }
  .venue-layout__1 .sml-img {
    grid-area: smlimg; }
  .venue-layout__1 .venue-item__info {
    grid-area: info; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .venue-layout__1 .lrg-img {
      width: 66%; }
    .venue-layout__1 .sml-img {
      display: none; } }
  @media only screen and (min-width : 768px) {
    .venue-layout__1 {
      position: relative;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "lrgimg lrgimg ." "lrgimg lrgimg smlimg";
      grid-column-gap: 20px; }
      .venue-layout__1 .venue-item__meta {
        position: absolute;
        top: 20%;
        right: 0;
        z-index: 100;
        padding: 25px 0px 25px 35px; }
      .venue-layout__1 .venue-item__info {
        left: 20px;
        width: calc(66% - 40px);
        height: calc(100% - 40px); } }
  @media only screen and (min-width : 1024px) {
    .venue-layout__1 {
      grid-column-gap: 30px; }
      .venue-layout__1 .venue-item__meta {
        white-space: nowrap; }
      .venue-layout__1.left .venue-item__meta {
        right: auto;
        left: 66%;
        transform: translateX(-90px); }
      .venue-layout__1.center {
        margin-left: auto;
        margin-right: auto; }
        .venue-layout__1.center .venue-item__meta {
          right: auto;
          left: 66%;
          transform: translateX(-90px); }
      .venue-layout__1.right {
        margin-left: auto; }
        .venue-layout__1.right .venue-item__meta {
          transform: translateX(30px); } }
.venue-layout__2 {
  max-width: 900px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr 1fr;
  grid-template-areas: "meta meta meta" ". lrgimg lrgimg" "smlimg lrgimg lrgimg" "info info info";
  grid-column-gap: 10px; }
  .venue-layout__2 .venue-item__meta {
    grid-area: meta;
    text-align: right;
    padding: 15px 0 15px 15px; }
  .venue-layout__2 figure {
    position: relative; }
    .venue-layout__2 figure:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .venue-layout__2 figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .venue-layout__2 .lrg-img {
    grid-area: lrgimg; }
  .venue-layout__2 .sml-img {
    grid-area: smlimg; }
  .venue-layout__2 .venue-item__info {
    grid-area: info; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .venue-layout__2 .lrg-img {
      width: 66%; }
    .venue-layout__2 .sml-img {
      display: none; } }
  @media only screen and (min-width : 768px) {
    .venue-layout__2 {
      position: relative;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: ". lrgimg lrgimg" "smlimg lrgimg lrgimg";
      grid-column-gap: 20px; }
      .venue-layout__2 .venue-item__meta {
        position: absolute;
        top: 20%;
        left: 0;
        z-index: 100;
        padding: 25px 35px 25px 0; }
      .venue-layout__2 .venue-item__info {
        right: 20px;
        width: calc(66% - 40px);
        height: calc(100% - 40px); } }
  @media only screen and (min-width : 1024px) {
    .venue-layout__2 {
      grid-column-gap: 30px; }
      .venue-layout__2 .venue-item__meta {
        white-space: nowrap; }
      .venue-layout__2.left .venue-item__meta {
        right: auto;
        left: 33%;
        transform: translateX(-90px); }
      .venue-layout__2.center {
        margin-left: auto;
        margin-right: auto; }
        .venue-layout__2.center .venue-item__meta {
          left: auto;
          right: 66%;
          transform: translateX(90px); }
      .venue-layout__2.right {
        margin-left: auto; }
        .venue-layout__2.right .venue-item__meta {
          left: auto;
          right: 66%;
          transform: translateX(90px); } }
.venue-layout__3 {
  max-width: 900px; }
  .venue-layout__3 .venue-item__meta {
    padding: 15px 0; }
  .venue-layout__3 figure {
    position: relative;
    /* Height fixes for Safari being stupid  */
    height: 60vh;
    max-height: 600px; }
    .venue-layout__3 figure:before {
      content: "";
      display: block;
      padding-top: 66%; }
    .venue-layout__3 figure 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) {
    .venue-layout__3 {
      position: relative; }
      .venue-layout__3 .venue-item__meta {
        position: absolute;
        top: 20%;
        left: 0;
        z-index: 100;
        padding: 25px 35px 25px 25px; }
      .venue-layout__3 .venue-item__info {
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px); }
      .venue-layout__3.left .venue-item__meta {
        transform: translateX(-45px); }
      .venue-layout__3.center {
        margin-left: auto;
        margin-right: auto; }
      .venue-layout__3.right {
        margin-left: auto; } }
  @media only screen and (min-width : 1280px) {
    .venue-layout__3 .venue-item__meta {
      white-space: nowrap; }
    .venue-layout__3.left .venue-item__meta {
      transform: translateX(-60px); }
    .venue-layout__3.center .venue-item__meta {
      transform: translateX(-90px); }
    .venue-layout__3.right .venue-item__meta {
      left: auto;
      right: 100%;
      transform: translateX(90px); } }
/*
*
*
*  CONTACT - CONTENT
*
*
*/
.contact-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  padding: calc(180px * 1/2) calc(0px * 1/2) calc(80px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .contact-content {
      padding: calc(180px * 2/3) calc(0px * 2/3) calc(80px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .contact-content {
      padding: 180px 0px 80px 0px; } }
  @media only screen and (min-width : 768px) {
    .contact-content {
      display: flex;
      flex-flow: row wrap; } }
.contact-content__headline h1 {
  color: #81846A;
  position: relative; }
  .contact-content__headline h1:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateX(-50%) translateY(-30px);
    background: url(img/carrots.png);
    background-size: contain;
    width: 127px;
    height: 360px; }

@media only screen and (min-width : 768px) {
  .contact-content__headline {
    padding-left: 40%;
    width: 100%; }
    .contact-content__headline h1:before {
      width: 190px;
      height: 540px;
      transform: translateX(-75%) translateY(-90px); } }

.contact-content__info {
  padding: 20px 0; }
  .contact-content__info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contact-content__info ul > li {
      margin: 0; }
    .contact-content__info ul li {
      display: flex;
      flex-flow: row nowrap;
      margin: 0 0 20px 0;
      opacity: 0;
      transform: translateY(15px); }
      .contact-content__info ul li svg {
        color: #81846A;
        font-size: 18px; }
      .contact-content__info ul li a, .contact-content__info ul li address {
        padding-left: 20px;
        text-decoration: none;
        color: #4A494A; }
  @media only screen and (min-width : 768px) {
    .contact-content__info {
      width: 40%; }
      .contact-content__info ul li {
        margin: 0 0 30px 0; }
        .contact-content__info ul li a, .contact-content__info ul li address {
          padding-left: 30px; } }
@media only screen and (min-width : 768px) {
  .contact-content__form {
    width: 60%; } }

.acf-map {
  height: 50vh; }

.error-404 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
  padding: calc(240px * 1/2) calc(0px * 1/2) calc(80px * 1/2) calc(0px * 1/2);
  text-align: center; }
  @media only screen and (min-width : 768px) {
    .error-404 {
      padding: calc(240px * 2/3) calc(0px * 2/3) calc(80px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .error-404 {
      padding: 240px 0px 80px 0px; } }
  .error-404 .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .error-404 .widget_recent_entries ul > li {
      margin: 0; }

/*
*
*
*  DEFAULT PAGE
*
*
*/
#default-page .entry-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  padding: calc(240px * 1/2) calc(0px * 1/2) calc(180px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    #default-page .entry-content {
      padding: calc(240px * 2/3) calc(0px * 2/3) calc(180px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #default-page .entry-content {
      padding: 240px 0px 180px 0px; } }
  #default-page .entry-content .post-thumbnail {
    position: relative;
    margin: 20px 0; }
    #default-page .entry-content .post-thumbnail:before {
      content: "";
      display: block;
      padding-top: 75%; }
    #default-page .entry-content .post-thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

/* 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
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
