/*!
Theme Name: thanda-safari
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: safari
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.

thanda-safari 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,400,500,600,700");
/*--------------------------------------------------------------
# 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 */
  font-size: 16px; }

/* 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 {
  -webkit-box-sizing: content-box;
  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; }
  a:hover, a:focus {
    outline: none; }

/**
 * 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,
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,
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,
select {
  /* 1 */
  text-transform: none; }

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 14.08px;
  font-size: 0.88rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 300; }

h1, h2, .single-post article h1, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.5; }

h1, h2, .single-post article h1, h3, h4 {
  text-transform: uppercase;
  font-weight: 300; }

h1 {
  font-size: 2.6em; }

h2, .single-post article h1 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.4em; }

h4 {
  font-weight: bold;
  margin-bottom: 0; }

.panel-grid-cell .widget-title {
  margin-top: 1.5em; }

.heading-large h2, .heading-large .single-post article h1, .single-post article .heading-large h1 {
  font-size: 2.6em; }

p.banner-text {
  color: white;
  font-size: 2.8em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center; }
  @media all and (max-width: 950px) {
    p.banner-text {
      font-size: 2.2em; } }
  @media all and (max-width: 600px) {
    p.banner-text {
      font-size: 1.7em; } }

.row-em h2, .row-em .single-post article h1, .single-post article .row-em h1 {
  text-align: center;
  color: #3f0d0d;
  font-size: 2.6em;
  font-weight: normal; }

.panel-grid > .layout-inner h2.widget-title, .panel-grid > .layout-inner .single-post article h1.widget-title, .single-post article .panel-grid > .layout-inner h1.widget-title, .panel-grid > .underscore h2.widget-title, .panel-grid > .underscore .single-post article h1.widget-title, .single-post article .panel-grid > .underscore h1.widget-title {
  margin-bottom: 0; }
  .panel-grid > .layout-inner h2.widget-title:after, .panel-grid > .layout-inner .single-post article h1.widget-title:after, .single-post article .panel-grid > .layout-inner h1.widget-title:after, .panel-grid > .underscore h2.widget-title:after, .panel-grid > .underscore .single-post article h1.widget-title:after, .single-post article .panel-grid > .underscore h1.widget-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
    background: linear-gradient(to right, #775732, #fac074);
    margin-top: 1.5em;
    margin-bottom: 1.7em; }

.panel-grid > .layout-inner h1, .panel-grid > .underscore h1 {
  margin-bottom: 0;
  font-size: 1.8rem;
  text-align: center; }
  .panel-grid > .layout-inner h1:after, .panel-grid > .underscore h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
    background: linear-gradient(to right, #775732, #fac074);
    margin-top: 1.5em;
    margin-bottom: 1.7em; }

.type-post h2, .type-post .single-post article h1, .single-post article .type-post h1 {
  margin-bottom: 0; }
  .type-post h2:after, .type-post .single-post article h1:after, .single-post article .type-post h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
    background: linear-gradient(to right, #775732, #fac074);
    margin-top: 1.5em;
    margin-bottom: 1.7em; }

.type-post h1 {
  margin-bottom: 0;
  font-size: 1.8rem;
  text-align: center; }
  .type-post h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
    background: linear-gradient(to right, #775732, #fac074);
    margin-top: 1.5em;
    margin-bottom: 1.7em; }

p {
  margin-bottom: 1.5em;
  line-height: 1.7; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

.em {
  color: #3f0d0d; }
  .em p, .em h1, .em h2, .em .single-post article h1, .single-post article .em h1, .em h3, .em span {
    color: #3f0d0d; }

th, td {
  color: #3f0d0d; }

td {
  font-size: 0.9em;
  line-height: 1.5em; }

p.td {
  color: #3f0d0d !important;
  background: #d5bd97;
  margin: 0;
  font-weight: bold;
  padding: 0.5em;
  padding-left: 1.5em;
  border-bottom: solid 2px white; }

ul.small {
  font-size: 0.9em;
  font-weight: bold; }

details {
  margin-bottom: 2em; }
  details summary {
    color: #3f0d0d;
    text-decoration: none;
    font-weight: bold; }
    details summary:hover, details summary:focus {
      border: none; }

details summary::-webkit-details-marker {
  display: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  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: 1em 0;
  padding-left: 1.7em; }

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. */
  display: block; }

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

table {
  margin: 0 0 2.5em;
  width: 100%;
  border-right: solid 3px white;
  border-collapse: collapse; }
  table th {
    text-align: left; }
  table td, table th {
    border-bottom: solid 2px white; }
  table td + td {
    text-align: center;
    background: #d5bd97;
    font-weight: bold; }
  table td:first-child, table th:first-child {
    padding-left: 1.5em; }

.hide-mobile {
  display: none; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header.site-header {
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362);
  background-clip: padding-box;
  height: 70px;
  max-width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%; }
  @media all and (max-width: 1135px) {
    header.site-header {
      height: auto; } }
  header.site-header > div[role='presentation'] {
    position: relative;
    max-width: 1300px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    height: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    @media all and (max-width: 1135px) {
      header.site-header > div[role='presentation'] {
        height: auto; } }
    @media all and (max-width: 1135px) {
      header.site-header > div[role='presentation'] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    header.site-header > div[role='presentation'] > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    header.site-header > div[role='presentation'] .site-branding {
      width: 250px;
      padding-left: 4rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (max-width: 1300px) {
        header.site-header > div[role='presentation'] .site-branding {
          padding-left: 0;
          width: 195px; } }
      header.site-header > div[role='presentation'] .site-branding a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    header.site-header > div[role='presentation'] .main-navigation, header.site-header > div[role='presentation'] .widget_nav_menu .menu-main-menu-container, .widget_nav_menu header.site-header > div[role='presentation'] .menu-main-menu-container {
      margin-left: 2em;
      margin: 0 auto;
      opacity: 1;
      -webkit-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
    header.site-header > div[role='presentation'] .group-navigation {
      width: 250px;
      z-index: 1;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header.site-header > div[role='presentation'] .group-navigation:before {
        content: '';
        background-color: #3f0d0d;
        height: 100%;
        width: 100vw;
        position: absolute;
        z-index: -1;
        opacity: 1;
        left: 0; }
      header.site-header > div[role='presentation'] .group-navigation > img {
        margin: 0 1em 0 2em;
        opacity: 1; }
      header.site-header > div[role='presentation'] .group-navigation button.contact {
        background-color: #8a1f0e;
        color: white;
        margin-right: 0.7em;
        font-size: 0.7em;
        padding: 0.6em 1.2em; }
      header.site-header > div[role='presentation'] .group-navigation button.burger {
        background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
        background: linear-gradient(to right, #dabe8e, #b49362);
        background-clip: padding-box;
        color: white;
        padding: 0.3em 0.7em; }
      header.site-header > div[role='presentation'] .group-navigation .menu-group-container,
      header.site-header > div[role='presentation'] .group-navigation .menu-contact-container {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #3f0d0d;
        padding: 1em 0 1em 0.5em;
        width: 180px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      @media all and (max-width: 1135px) {
        header.site-header > div[role='presentation'] .group-navigation {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          width: 100%;
          height: 45px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          header.site-header > div[role='presentation'] .group-navigation button.burger {
            margin-left: 0;
            margin-right: 1em; }
          header.site-header > div[role='presentation'] .group-navigation > img {
            margin-right: auto; } }
    header.site-header > div[role='presentation'] .secondary-navigation {
      position: absolute;
      top: 100%;
      left: 2%;
      margin-left: 4rem; }
      @media all and (max-width: 1300px) {
        header.site-header > div[role='presentation'] .secondary-navigation {
          margin-left: 0; } }
      @media screen and (max-width: 720px) {
        header.site-header > div[role='presentation'] .secondary-navigation {
          margin-left: 0;
          left: 5px;
          right: 0; } }

.admin-bar header.site-header {
  top: 32px; }

@media screen and (min-width: 1200px) {
  .home #content {
    margin-top: 0; }
  .home header.site-header {
    height: 100px;
    position: relative;
    top: 0; }
    .home header.site-header > div[role='presentation'] {
      height: 100px; }
      .home header.site-header > div[role='presentation'] .site-branding {
        margin: 0 auto;
        padding-left: 250px;
        width: auto; }
        .home header.site-header > div[role='presentation'] .site-branding img {
          max-width: 350px; }
      .home header.site-header > div[role='presentation'] .main-navigation, .home header.site-header > div[role='presentation'] .widget_nav_menu .menu-main-menu-container, .widget_nav_menu .home header.site-header > div[role='presentation'] .menu-main-menu-container {
        display: none;
        opacity: 0; }
      .home header.site-header > div[role='presentation'] .group-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .home header.site-header > div[role='presentation'] .group-navigation:before {
          display: none;
          opacity: 0; }
        .home header.site-header > div[role='presentation'] .group-navigation img {
          display: none;
          opacity: 0; }
        .home header.site-header > div[role='presentation'] .group-navigation button.contact {
          background-color: #8a1f0e; }
        .home header.site-header > div[role='presentation'] .group-navigation button.burger {
          background: #3f0d0d;
          margin-left: 0; }
      .home header.site-header > div[role='presentation'] .secondary-navigation {
        position: absolute;
        top: 100%;
        left: 0; } }

.fixed-height .panel-grid-cell {
  min-height: 530px; }
  .fixed-height .panel-grid-cell .widget-title {
    margin-top: 0; }

.panel-layout > .panel-grid > div:not(.layout-full):not(.banner):not(.inner) {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%; }

.panel-layout > .panel-grid > .layout-full {
  max-width: 100%; }

.layout-inner > .panel-grid-cell {
  max-width: 700px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 6.2em;
  padding-bottom: 6.2em; }
  @media all and (max-width: 950px) {
    .layout-inner > .panel-grid-cell {
      padding-top: 3.1em !important;
      padding-bottom: 3.1em !important;
      margin-right: auto !important; } }
  .layout-inner > .panel-grid-cell h2, .layout-inner > .panel-grid-cell .single-post article h1, .single-post article .layout-inner > .panel-grid-cell h1 {
    padding: 0 1em; }
  .layout-inner > .panel-grid-cell > .so-panel:first-of-type .widget-title {
    margin-top: 0; }
  .layout-inner > .panel-grid-cell > .so-panel:first-of-type h1 {
    margin-top: 0; }

.layout-inner.padding-small > .panel-grid-cell {
  padding-bottom: 0; }
  @media all and (max-width: 950px) {
    .layout-inner.padding-small > .panel-grid-cell {
      padding-bottom: 0 !important; } }

.banner {
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 2%;
  padding-right: 2%;
  min-height: 620px; }
  @media all and (max-width: 950px) {
    .banner {
      min-height: 400px; }
      .banner .panel-first-child {
        min-height: 400px; } }

.banner-short {
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 2%;
  padding-right: 2%;
  height: 300px;
  background-position: center center; }

.banner-tall {
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 2%;
  padding-right: 2%;
  height: 900px;
  background-position: center center; }

.banner-small {
  height: 300px;
  background-position: center center; }

.banner-medium {
  height: 600px;
  background-position: center center; }

.banner-large {
  height: 900px;
  background-position: center center; }

.vertical-align > .panel-grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.banner > .panel-grid-cell > .so-panel {
  max-width: 700px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em; }

.row-text-right, .row-text-left {
  min-height: 530px; }
  .row-text-right .so-panel h1, .row-text-right .so-panel h2, .row-text-right .so-panel .single-post article h1, .single-post article .row-text-right .so-panel h1, .row-text-left .so-panel h1, .row-text-left .so-panel h2, .row-text-left .so-panel .single-post article h1, .single-post article .row-text-left .so-panel h1 {
    text-align: left;
    margin-top: 0; }

@media all and (max-width: 950px) {
  .row-text-right > .panel-grid-cell:first-of-type {
    height: 400px; }
  .row-text-left > .panel-grid-cell:last-of-type {
    height: 400px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.panel-grid {
  position: relative; }
  .panel-grid .row-text-right::before, .panel-grid .row-text-left::before, .panel-grid .row-colour::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #efe3d0; }

.row-text-left > .panel-grid-cell:first-child > div {
  padding: 5em 4em;
  padding-left: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .row-text-left > .panel-grid-cell:first-child > div .widget_sow-button.panel-last-child.panel-last-child {
    margin-top: auto; }
  @media all and (max-width: 950px) {
    .row-text-left > .panel-grid-cell:first-child > div {
      padding: 4em 5%;
      padding-left: 5%; } }

.row-text-right > .panel-grid-cell:last-child > div {
  padding: 5em 4em;
  padding-right: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .row-text-right > .panel-grid-cell:last-child > div .widget_sow-button.panel-last-child.panel-last-child {
    margin-top: auto; }
  @media all and (max-width: 950px) {
    .row-text-right > .panel-grid-cell:last-child > div {
      padding: 4em 5%;
      padding-right: 5%; } }

.panel-layout > .panel-grid > .large-padding {
  padding-top: 4em;
  padding-bottom: 4em; }
  .panel-layout > .panel-grid > .large-padding > .panel-grid-cell {
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .panel-layout > .panel-grid > .large-padding .widget-title {
    margin-top: 0; }

.panel-layout > .panel-grid > .row-padding {
  padding-top: 4em;
  padding-bottom: 4em; }

[id*="pg"].panel-no-style, [id*="pg"].panel-has-style > .panel-row-style {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

@media (max-width: 900px) {
  .panel-grid .panel-grid-cell-empty {
    display: block !important; } }

#content {
  margin-top: 70px; }
  @media all and (max-width: 1135px) {
    #content {
      margin-top: 115px; } }

.archive #content,
.search-no-results #content,
.single-post #content {
  margin-top: 140px; }

.posts {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .posts article .featured-image {
    background-position: center center;
    background-size: cover;
    height: 360px; }
  .posts article[data-first] {
    width: 100%;
    margin-bottom: 4em; }
    .posts article[data-first] .featured-image {
      height: 480px; }
  .posts article[data-notfirst] {
    width: 49%;
    margin-bottom: 2%; }
    @media all and (max-width: 950px) {
      .posts article[data-notfirst] {
        width: 100%; } }

.no-results {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 2em;
  margin-bottom: 2em; }

.not-found {
  max-width: 700px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 4em;
  margin-bottom: 4em; }

footer.site-footer {
  background: #efe3d0; }
  footer.site-footer > div[role="presentation"] {
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1600px) {
      footer.site-footer > div[role="presentation"] {
        margin-left: 5%;
        padding-left: 110px; } }
    @media all and (max-width: 965px) {
      footer.site-footer > div[role="presentation"] {
        margin-left: 0;
        padding-left: 2%;
        padding-bottom: 40px; } }
    footer.site-footer > div[role="presentation"]:before, footer.site-footer > div[role="presentation"]:after {
      display: none; }
    footer.site-footer > div[role="presentation"] section[id*="media_image"] img {
      width: 192px; }
    footer.site-footer > div[role="presentation"] section {
      margin: 0.5em 0; }
    footer.site-footer > div[role="presentation"] section > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer.site-footer > div[role="presentation"] .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 1.5em;
      margin-right: 0em; }
      footer.site-footer > div[role="presentation"] .social > * {
        margin: 0 0.5em;
        color: #d2b370;
        cursor: pointer; }
        footer.site-footer > div[role="presentation"] .social > *:hover, footer.site-footer > div[role="presentation"] .social > *:focus {
          color: #3f0d0d; }
    footer.site-footer > div[role="presentation"] p {
      margin: 0;
      text-transform: uppercase;
      font-size: 0.8em;
      margin: 0 1em; }
    footer.site-footer > div[role="presentation"] img {
      margin: 0 1.5em; }
    footer.site-footer > div[role="presentation"] a {
      color: #231f20;
      font-weight: normal; }
    footer.site-footer > div[role="presentation"] button {
      background-color: #8a1f0e;
      color: white;
      margin: 0 1em; }

.enquire-block {
  background: #3f0d0d;
  min-height: 310px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 2px; }
  @media all and (max-width: 950px) {
    .enquire-block {
      min-height: 0;
      padding-top: 2em;
      padding-bottom: 2em; } }
  .enquire-block h1, .enquire-block h2, .enquire-block .single-post article h1, .single-post article .enquire-block h1, .enquire-block h3, .enquire-block p {
    color: white; }
  .enquire-block .panel-grid-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .enquire-block p {
    font-size: 1.4em;
    color: white;
    font-weight: 300; }
    .enquire-block p a.button-gold {
      background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
      background: linear-gradient(to right, #dabe8e, #b49362);
      background-clip: padding-box;
      margin-left: 0.7em;
      margin-top: 1em;
      margin-right: 0.7em;
      text-transform: uppercase;
      padding: 0.1em 1.3em; }
    .enquire-block p a {
      color: white;
      font-weight: 300;
      display: inline-block;
      min-width: 195px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-transform: uppercase;
  cursor: pointer; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #3f0d0d; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #3f0d0d;
    outline: 0; }

button[type="submit"], input[type="submit"] {
  background: none;
  border-color: white;
  color: white;
  border-radius: 0;
  border: solid 2px;
  padding: 0.8em 2em;
  text-transform: uppercase;
  font-size: 1em;
  min-width: 275px;
  text-align: center;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none; }
  button[type="submit"]:hover, button[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #3f0d0d;
    border-color: #3f0d0d;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold; }

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: none;
  border-radius: 0;
  padding: 8px; }
  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;
    border: 2px solid #3f0d0d; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

label {
  display: block;
  text-transform: uppercase;
  text-align: left; }

.background-dark label {
  color: white; }

.wpforms-field-container, .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wpforms-field-container > div.submit, .wpcf7 form > div.submit {
    width: 100%; }
    .wpforms-field-container > div.submit input[type="submit"], .wpcf7 form > div.submit input[type="submit"] {
      width: 31%;
      float: right; }
      @media all and (max-width: 950px) {
        .wpforms-field-container > div.submit input[type="submit"], .wpcf7 form > div.submit input[type="submit"] {
          width: 47%; } }
      @media all and (max-width: 600px) {
        .wpforms-field-container > div.submit input[type="submit"], .wpcf7 form > div.submit input[type="submit"] {
          width: 100%; } }
  .wpforms-field-container .wpforms-field, .wpforms-field-container > div:not(.submit), .wpcf7 form .wpforms-field, .wpcf7 form > div:not(.submit) {
    text-align: left;
    width: 31%;
    margin-bottom: 1.3em; }
    @media all and (max-width: 950px) {
      .wpforms-field-container .wpforms-field, .wpforms-field-container > div:not(.submit), .wpcf7 form .wpforms-field, .wpcf7 form > div:not(.submit) {
        width: 47%; } }
    @media all and (max-width: 600px) {
      .wpforms-field-container .wpforms-field, .wpforms-field-container > div:not(.submit), .wpcf7 form .wpforms-field, .wpcf7 form > div:not(.submit) {
        width: 100%; } }
    .wpforms-field-container .wpforms-field.wpforms-field-checkbox, .wpforms-field-container .wpforms-field.checkbox, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox, .wpforms-field-container > div:not(.submit).checkbox, .wpcf7 form .wpforms-field.wpforms-field-checkbox, .wpcf7 form .wpforms-field.checkbox, .wpcf7 form > div:not(.submit).wpforms-field-checkbox, .wpcf7 form > div:not(.submit).checkbox {
      width: 100%; }
      .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox, .wpforms-field-container .wpforms-field.checkbox ul, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox, .wpforms-field-container > div:not(.submit).checkbox ul, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox, .wpcf7 form .wpforms-field.checkbox ul, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox, .wpcf7 form > div:not(.submit).checkbox ul, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox {
        margin: 0;
        padding: 0;
        list-style: none; }
        .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li, .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox li, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item, .wpforms-field-container .wpforms-field.checkbox ul li, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox li, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul li, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox li, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item, .wpforms-field-container > div:not(.submit).checkbox ul li, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox li, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul li, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox li, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item, .wpcf7 form .wpforms-field.checkbox ul li, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox li, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul li, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox li, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item, .wpcf7 form > div:not(.submit).checkbox ul li, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox li, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item {
          display: block;
          margin: 0.7em;
          position: relative;
          margin-bottom: 12px;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input, .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item input, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox li input, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpforms-field-container .wpforms-field.checkbox ul li input, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item input, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox li input, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul li input, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item input, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox li input, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpforms-field-container > div:not(.submit).checkbox ul li input, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item input, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox li input, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul li input, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item input, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox li input, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpcf7 form .wpforms-field.checkbox ul li input, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item input, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox li input, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul li input, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item input, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox li input, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input, .wpcf7 form > div:not(.submit).checkbox ul li input, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item input, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox li input, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item input {
            width: auto;
            position: absolute;
            opacity: 0;
            cursor: pointer; }
            .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).checkbox ul li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox li input:checked ~ .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
              background-color: #3f0d0d;
              content: '\2713'; }
        .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item-label, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item-label, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item-label, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item-label, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label {
          color: white;
          display: inline-block;
          vertical-align: middle; }
          .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item-label:before, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item-label:before, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item-label:before, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item-label:before, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label:before {
            content: '';
            text-align: center;
            color: white;
            display: inline-block;
            height: 25px;
            width: 25px;
            border: solid 2px white;
            vertical-align: middle;
            margin-right: 1em; }
          .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label:focus, .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label:hover, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item-label:focus, .wpforms-field-container .wpforms-field.checkbox ul .wpcf7-list-item-label:hover, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpforms-field-container .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label:focus, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label:hover, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpforms-field-container > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item-label:focus, .wpforms-field-container > div:not(.submit).checkbox ul .wpcf7-list-item-label:hover, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpforms-field-container > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label:focus, .wpcf7 form .wpforms-field.wpforms-field-checkbox ul .wpcf7-list-item-label:hover, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpcf7 form .wpforms-field.wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item-label:focus, .wpcf7 form .wpforms-field.checkbox ul .wpcf7-list-item-label:hover, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpcf7 form .wpforms-field.checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label:focus, .wpcf7 form > div:not(.submit).wpforms-field-checkbox ul .wpcf7-list-item-label:hover, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpcf7 form > div:not(.submit).wpforms-field-checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item-label:focus, .wpcf7 form > div:not(.submit).checkbox ul .wpcf7-list-item-label:hover, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label:focus, .wpcf7 form > div:not(.submit).checkbox .wpcf7-checkbox .wpcf7-list-item-label:hover {
            cursor: pointer; }
  .wpforms-field-container input, .wpcf7 form input {
    width: 100%; }
  .wpforms-field-container .package-field, .wpcf7 form .package-field {
    width: 100%; }

.wpforms-submit-container {
  float: right; }

.package-field {
  display: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3f0d0d;
  text-decoration: none;
  font-weight: bold; }
  a:hover {
    cursor: pointer; }
  a:visited {
    color: #3f0d0d; }
  a:hover, a:focus, a:active {
    color: #3f0d0d; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

a.download {
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362);
  background-clip: padding-box;
  color: white;
  padding: 0.8em 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 1.3px;
  display: inline-block;
  margin: 0.4em; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu a {
  font-weight: normal; }

.main-navigation ul, .widget_nav_menu .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-navigation a, .widget_nav_menu .menu-main-menu-container a {
  line-height: 70px;
  padding: 0 1em;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #3f0d0d; }
  @media all and (max-width: 1200px) {
    .main-navigation a, .widget_nav_menu .menu-main-menu-container a {
      padding: 0 0.6em; } }
  .main-navigation a:visited, .widget_nav_menu .menu-main-menu-container a:visited {
    color: #3f0d0d; }
  .main-navigation a:focus, .widget_nav_menu .menu-main-menu-container a:focus, .main-navigation a:hover, .widget_nav_menu .menu-main-menu-container a:hover {
    color: #3f0d0d;
    font-weight: bold;
    outline: none; }

.main-navigation .current_page_item > a, .widget_nav_menu .menu-main-menu-container .current_page_item > a,
.main-navigation .current-menu-item > a,
.widget_nav_menu .menu-main-menu-container .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.widget_nav_menu .menu-main-menu-container .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.widget_nav_menu .menu-main-menu-container .current-menu-ancestor > a {
  font-weight: bold; }

.main-navigation .sub-menu, .widget_nav_menu .menu-main-menu-container .sub-menu {
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 764px;
  background-color: #efe3d0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 1225px) {
    .main-navigation .sub-menu, .widget_nav_menu .menu-main-menu-container .sub-menu {
      max-width: 665px; } }
  @media all and (max-width: 1135px) {
    .main-navigation .sub-menu, .widget_nav_menu .menu-main-menu-container .sub-menu {
      padding-top: 20px;
      max-width: none; } }
  .main-navigation .sub-menu a, .widget_nav_menu .menu-main-menu-container .sub-menu a {
    white-space: nowrap;
    line-height: 35px;
    padding: 0 1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em;
    color: #3f0d0d; }
    .main-navigation .sub-menu a:focus, .widget_nav_menu .menu-main-menu-container .sub-menu a:focus, .main-navigation .sub-menu a:hover, .widget_nav_menu .menu-main-menu-container .sub-menu a:hover {
      font-weight: bold;
      outline: none; }

.main-navigation li.menu-item-has-children:hover .sub-menu, .widget_nav_menu .menu-main-menu-container li.menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  opacity: 1; }
  .main-navigation li.menu-item-has-children:hover .sub-menu:before, .widget_nav_menu .menu-main-menu-container li.menu-item-has-children:hover .sub-menu:before {
    display: block;
    content: '';
    background-color: #efe3d0;
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1; }
  @media all and (max-width: 720px) {
    .main-navigation li.menu-item-has-children:hover .sub-menu, .widget_nav_menu .menu-main-menu-container li.menu-item-has-children:hover .sub-menu {
      display: none; } }

.main-navigation .current_page_item .sub-menu, .widget_nav_menu .menu-main-menu-container .current_page_item .sub-menu,
.main-navigation .current-menu-item .sub-menu,
.widget_nav_menu .menu-main-menu-container .current-menu-item .sub-menu,
.main-navigation .current_page_ancestor .sub-menu,
.widget_nav_menu .menu-main-menu-container .current_page_ancestor .sub-menu,
.main-navigation .current-menu-ancestor .sub-menu,
.widget_nav_menu .menu-main-menu-container .current-menu-ancestor .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  z-index: -1; }
  @media all and (max-width: 1135px) {
    .main-navigation .current_page_item .sub-menu, .widget_nav_menu .menu-main-menu-container .current_page_item .sub-menu,
    .main-navigation .current-menu-item .sub-menu,
    .widget_nav_menu .menu-main-menu-container .current-menu-item .sub-menu,
    .main-navigation .current_page_ancestor .sub-menu,
    .widget_nav_menu .menu-main-menu-container .current_page_ancestor .sub-menu,
    .main-navigation .current-menu-ancestor .sub-menu,
    .widget_nav_menu .menu-main-menu-container .current-menu-ancestor .sub-menu {
      padding-top: 20px;
      position: absolute;
      top: 100%; } }
  .main-navigation .current_page_item .sub-menu:before, .widget_nav_menu .menu-main-menu-container .current_page_item .sub-menu:before,
  .main-navigation .current-menu-item .sub-menu:before,
  .widget_nav_menu .menu-main-menu-container .current-menu-item .sub-menu:before,
  .main-navigation .current_page_ancestor .sub-menu:before,
  .widget_nav_menu .menu-main-menu-container .current_page_ancestor .sub-menu:before,
  .main-navigation .current-menu-ancestor .sub-menu:before,
  .widget_nav_menu .menu-main-menu-container .current-menu-ancestor .sub-menu:before {
    display: block;
    content: '';
    background-color: #efe3d0;
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1; }

@media screen and (max-width: 850px) {
  .main-navigation, .widget_nav_menu .menu-main-menu-container {
    padding: 0 3%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
    background: linear-gradient(to right, #dabe8e, #b49362);
    background-clip: padding-box; }
    .main-navigation ul, .widget_nav_menu .menu-main-menu-container ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .main-navigation ul a, .widget_nav_menu .menu-main-menu-container ul a {
        line-height: 2em;
        padding: 1em 0.6em; }
  .site-branding {
    height: 70px; }
  .menu-main-menu-container {
    display: none;
    width: 100%; } }

@media all and (max-width: 850px) {
  .menu-main-menu-container > ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em; }
    .menu-main-menu-container > ul.menu > li {
      margin: 0.2em 0; }
      .menu-main-menu-container > ul.menu > li > a {
        display: inline-block;
        background: #c8a974;
        padding: 0.6em 2em;
        margin-left: 5%; } }

.widget_nav_menu .menu-main-menu-container {
  height: 70px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362);
  background-clip: padding-box; }
  .widget_nav_menu .menu-main-menu-container ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media all and (max-width: 1199px) {
    .widget_nav_menu .menu-main-menu-container {
      display: none !important; } }

.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .secondary-navigation ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
    min-width: 100px; }
    .secondary-navigation ul li a {
      background-color: #3f0d0d;
      color: #d2b370;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      font-size: 0.6em;
      display: block;
      padding: 0.5em 0; }
      .secondary-navigation ul li a:focus, .secondary-navigation ul li a:hover {
        outline: none;
        font-weight: bold; }

.menu-group-container,
.menu-contact-container {
  display: none; }
  .menu-group-container ul,
  .menu-contact-container ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .menu-group-container ul li,
    .menu-contact-container ul li {
      vertical-align: top;
      margin-right: 0.5em; }
      .menu-group-container ul li a,
      .menu-contact-container ul li a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.6em;
        display: block;
        padding: 1em; }
        .menu-group-container ul li a:after,
        .menu-contact-container ul li a:after {
          content: url("images/arrow-small.png");
          float: right; }
        .menu-group-container ul li a:focus, .menu-group-container ul li a:hover,
        .menu-contact-container ul li a:focus,
        .menu-contact-container ul li a:hover {
          outline: none;
          font-weight: bold; }
  .menu-group-container.active,
  .menu-contact-container.active {
    display: block; }

.category-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  width: 100%;
  z-index: 1;
  background-color: #efe3d0; }
  @media all and (max-width: 1135px) {
    .category-navigation {
      top: 115px; } }
  .category-navigation ul {
    max-width: 764px;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media all and (max-width: 1225px) {
      .category-navigation ul {
        max-width: 665px; } }
    @media all and (max-width: 1135px) {
      .category-navigation ul.menu {
        padding-top: 25px;
        max-width: none; } }
    .category-navigation ul li.current-menu-item > a,
    .category-navigation ul li.current-category-ancestor > a {
      font-weight: bold; }
  .category-navigation a {
    white-space: nowrap;
    line-height: 35px;
    padding: 0 1em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em;
    color: #3f0d0d; }
    .category-navigation a:focus, .category-navigation a:hover {
      outline: none;
      font-weight: bold; }
  .category-navigation ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    display: none;
    max-width: none; }
  .category-navigation ul.menu li.current-menu-item ul.sub-menu, .category-navigation ul.menu li.current-category-ancestor ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.search-area {
  position: absolute;
  right: 5px;
  margin-right: calc((100vw - 1300px) / 2);
  top: 1px; }
  @media all and (max-width: 1325px) {
    .search-area {
      margin-right: 0; } }
  @media all and (max-width: 700px) {
    .search-area input {
      padding: 4px; } }
  .search-area .widget_search input[type='submit'] {
    display: none; }
  .search-area .widget_search input {
    font-size: 0.6em;
    border: solid 2px #3f0d0d;
    color: #3f0d0d;
    border-radius: 0;
    text-transform: uppercase; }

.admin-bar .category-navigation {
  top: 102px; }
  @media all and (max-width: 1135px) {
    .admin-bar .category-navigation {
      top: 147px; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.widget_nav_menu .toggled.menu-main-menu-container ul {
  display: block; }

button.menu-toggle {
  background-color: #3f0d0d;
  color: white;
  margin-right: 1em;
  margin-left: auto;
  padding: 0.3em 0.7em; }

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

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

#gallery-categories-menu li.current-menu-item a {
  font-weight: normal; }

#gallery-categories-menu li a.active {
  font-weight: bold; }

/*--------------------------------------------------------------
# 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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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; }

@media all and (min-width: 600px) {
  .text-cols p {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; } }

@media all and (min-width: 600px) {
  div.col-text {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; } }

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

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

.page-links {
  clear: both; }

.posts {
  margin-top: 85px; }
  .posts .entry-meta {
    text-align: center;
    margin-bottom: 1.5em;
    color: #3f0d0d;
    font-size: 1.1em; }
  .posts article[data-notfirst] .entry-content {
    background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
    background: linear-gradient(to right, #dabe8e, #b49362);
    background-clip: padding-box;
    padding: 4em;
    text-align: center;
    min-height: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .posts article[data-notfirst] .entry-content h1, .posts article[data-notfirst] .entry-content h2, .posts .single-post article[data-notfirst] .entry-content h1, .single-post .posts article[data-notfirst] .entry-content h1, .posts article[data-notfirst] .entry-content h3, .posts article[data-notfirst] .entry-content p {
      color: white; }
    @media all and (max-width: 950px) {
      .posts article[data-notfirst] .entry-content {
        min-height: 0; } }
    .posts article[data-notfirst] .entry-content h2, .posts .single-post article[data-notfirst] .entry-content h1, .single-post .posts article[data-notfirst] .entry-content h1 {
      margin-top: 0;
      line-height: 1.3;
      min-height: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .posts article[data-notfirst] .entry-content h2:after, .posts .single-post article[data-notfirst] .entry-content h1:after, .single-post .posts article[data-notfirst] .entry-content h1:after {
        margin-top: 0.7em;
        margin-bottom: 0.7em; }
  .posts article[data-notfirst] .entry-footer {
    margin-top: auto; }
  .posts article[data-notfirst] .read-more {
    display: none; }
  .posts article:first-child h2, .posts .single-post article:first-child h1, .single-post .posts article:first-child h1 {
    margin-top: 0; }
  .posts .read-more {
    margin-left: 0.7em; }

.single-post article {
  margin-top: 35px;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: relative; }
  .single-post article h1 {
    margin-bottom: 0;
    margin-top: 1.5em; }
    .single-post article h1:after {
      content: "";
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 2px;
      background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
      background: linear-gradient(to right, #775732, #fac074);
      margin-top: 1.5em;
      margin-bottom: 1.7em; }
  .single-post article .entry-meta {
    text-align: center;
    margin: 4em 0;
    color: #3f0d0d; }
  .single-post article .entry-content {
    margin: 4em 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; }
    .single-post article .entry-content p:first-child {
      margin-top: 0; }
  .single-post article .addthis_tool {
    margin-top: -3em;
    position: absolute; }
  .single-post article .extra-images > div {
    width: 48%;
    margin-bottom: 2em; }
  .single-post article .extra-images .gutter-size {
    width: 4%; }
  .single-post article .extra-images p {
    margin: 0.3em; }
  .single-post article a[rel='prev'] {
    position: absolute;
    left: 0;
    top: 2em;
    font-size: 2em;
    font-weight: normal; }
  .single-post article a[rel='next'] {
    position: absolute;
    right: 0;
    top: 2em;
    font-size: 2em;
    font-weight: normal; }

#faq .panel-grid-cell .widget_text h2, #faq .panel-grid-cell .widget_text .single-post article h1, .single-post article #faq .panel-grid-cell .widget_text h1 {
  margin: 0;
  text-align: left;
  font-size: 0.9em;
  background: -webkit-gradient(linear, right top, left top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to left, #dabe8e, #b49362);
  padding: 0.8em 1.2em;
  cursor: pointer;
  background-clip: padding-box;
  color: white; }
  #faq .panel-grid-cell .widget_text h2:after, #faq .panel-grid-cell .widget_text .single-post article h1:after, .single-post article #faq .panel-grid-cell .widget_text h1:after {
    content: "";
    background-image: url("images/right.png");
    display: block;
    background-size: cover;
    font-weight: 400;
    float: right;
    color: white;
    width: 20px;
    height: 20px;
    margin: 0; }
  #faq .panel-grid-cell .widget_text h2.active:after, #faq .panel-grid-cell .widget_text .single-post article h1.active:after, .single-post article #faq .panel-grid-cell .widget_text h1.active:after {
    background-image: url("images/down.png"); }
  #faq .panel-grid-cell .widget_text h2.active + .textwidget, #faq .panel-grid-cell .widget_text .single-post article h1.active + .textwidget, .single-post article #faq .panel-grid-cell .widget_text h1.active + .textwidget {
    height: 100%; }

#faq .panel-grid-cell .widget_text .textwidget {
  text-align: left;
  padding: 0.2em 1em;
  background: white;
  height: 0;
  overflow: hidden; }
  #faq .panel-grid-cell .widget_text .textwidget p {
    text-align: left; }

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

.bypostauthor {
  display: block; }

.widget {
  margin: 0; }

.background-dark {
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362);
  background-clip: padding-box; }
  .background-dark h2, .background-dark .single-post article h1, .single-post article .background-dark h1 {
    color: white; }
  .background-dark p {
    color: white; }
  .background-dark li {
    color: white; }

.background-light {
  background: white; }

.so-widget-sow-button[class*='so-widget-sow-button'] .ow-button-base a {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c !important;
  border-radius: 0;
  border-width: 2px;
  padding: 0.8em 2em;
  text-transform: uppercase;
  font-size: 1em;
  min-width: 275px;
  text-align: center;
  font-weight: normal;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .so-widget-sow-button[class*='so-widget-sow-button'] .ow-button-base a:hover, .so-widget-sow-button[class*='so-widget-sow-button'] .ow-button-base a:focus {
    background: #3f0d0d !important;
    border-color: #3f0d0d !important;
    color: white !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: bold; }

.gradient-button .so-widget-sow-button[class*='so-widget-sow-button'] .ow-button-base a {
  border: none;
  color: white !important;
  font-size: 1.9em;
  padding: 0.3em 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
  background: linear-gradient(to right, #dabe8e, #b49362);
  background-clip: padding-box; }

.background-dark .so-widget-sow-button[class*='so-widget-sow-button'] .ow-button-base a {
  border-color: white;
  color: white !important; }

a.button {
  background: none;
  border-color: white;
  border: solid 1px;
  color: white;
  border-radius: 0;
  border-width: 2px;
  padding: 0.7em 1em;
  text-transform: uppercase;
  font-size: 1em;
  min-width: 275px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 2em;
  font-weight: normal; }
  a.button:hover, a.button:focus {
    background: #3f0d0d;
    font-weight: bold;
    border-color: #3f0d0d; }

a.button-plain {
  background: none;
  border-color: white;
  border: solid 2px #231f20;
  color: #231f20;
  border-radius: 0;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  margin: 1em 0; }
  a.button-plain:hover, a.button-plain:focus {
    background: #3f0d0d;
    font-weight: bold;
    border-color: #3f0d0d;
    color: white;
    font-weight: bold; }

.content-lightbox-inner {
  max-width: 975px;
  width: 100%;
  position: relative;
  margin: 4em auto; }
  .content-lightbox-inner .close,
  .content-lightbox-inner .close-lightbox {
    position: absolute;
    top: 0;
    right: 0; }
  .content-lightbox-inner .panel-row-style > .panel-grid-cell {
    padding: 2em; }
  .content-lightbox-inner .panel-grid-cell {
    width: 100%; }
  .content-lightbox-inner p {
    color: #3f0d0d;
    text-align: center; }

.map {
  height: 100%; }
  .map .widget,
  .map .textwidget,
  .map #map {
    height: 100%; }
  .map #map {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

.home .slick-full,
.home .video-banner-row {
  position: relative; }
  .home .slick-full > span.scroll,
  .home .video-banner-row > span.scroll {
    position: absolute;
    bottom: 20px;
    content: '';
    display: block;
    background: url("images/down-arrow.jpg");
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home .slick-full > span.scroll:hover,
    .home .video-banner-row > span.scroll:hover {
      cursor: pointer; }
    @media all and (max-width: 600px) {
      .home .slick-full > span.scroll,
      .home .video-banner-row > span.scroll {
        bottom: 0; } }

.float {
  float: left; }
  .float + .float {
    float: right; }

.download-wrapper {
  text-align: center; }
  .download-wrapper a {
    margin: 1em; }

.location-block {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .location-block > .panel-grid-cell:last-of-type {
    padding: 2em !important; }
    @media all and (max-width: 950px) {
      .location-block > .panel-grid-cell:last-of-type {
        text-align: center; } }
    .location-block > .panel-grid-cell:last-of-type > .panel-first-child .panel-grid {
      margin-bottom: 2em; }
  .location-block h4,
  .location-block p,
  .location-block a {
    margin: 0; }

a.book-now {
  position: fixed;
  z-index: 10;
  left: 5%;
  bottom: 0;
  background-color: #8a1f0e;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.8em 1.4em; }
  @media all and (max-width: 950px) {
    a.book-now {
      left: 2%; } }

.image-center img {
  margin: 0 auto; }

.page-thank-you main {
  min-height: calc(100vh - 100px - 70px); }

.video-banner {
  position: relative;
  height: calc(100vh - 100px - 70px); }
  @media all and (max-width: 950px) {
    .video-banner {
      height: auto; } }

.video-overlay {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media all and (max-width: 950px) {
    .video-overlay {
      max-width: 30%; } }

.panel-layout > .panel-grid > .slick-full {
  height: calc(100vh - 100px - 70px);
  min-height: 460px; }
  @media all and (max-width: 1200px) {
    .panel-layout > .panel-grid > .slick-full {
      height: calc(100vh - 70px); } }
  @media all and (max-width: 1135px) {
    .panel-layout > .panel-grid > .slick-full {
      height: calc(100vh - 70px - 45px); } }

.panel-layout > .panel-grid > .video-banner-row {
  height: calc(100vh - 100px - 70px);
  overflow: hidden; }
  @media all and (max-width: 950px) {
    .panel-layout > .panel-grid > .video-banner-row {
      height: auto; } }

.slick figure {
  height: 100%;
  margin: 0;
  background-position: center center;
  background-size: cover; }

.slick-full figure {
  height: calc(100vh - 100px - 70px); }
  @media all and (max-width: 1200px) {
    .slick-full figure {
      height: calc(100vh - 70px); } }
  @media all and (max-width: 1135px) {
    .slick-full figure {
      height: calc(100vh - 70px - 45px); } }

.panel-layout > .panel-grid > .slick-small {
  height: 300px;
  overflow: hidden; }

.slick-small figure {
  height: 300px;
  background-position: center center;
  background-size: cover; }

.slick-medium figure {
  height: 600px;
  background-position: center center;
  background-size: cover; }

.slick-large figure {
  height: 800px;
  background-position: center center;
  background-size: cover; }

.row-text-right.slider > .panel-grid-cell:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .row-text-right.slider > .panel-grid-cell:first-child div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

.row-text-left.slider > .panel-grid-cell:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .row-text-left.slider > .panel-grid-cell:last-child div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

.slick-slide:hover, .slick-slide:focus {
  outline: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

.slick-prev:before {
  content: "";
  background-image: url("images/left-arrow.jpg");
  background-size: cover;
  display: block;
  height: 100%; }

.slick-next {
  right: 0; }

.slick-next:before {
  content: "";
  background-image: url("images/right-arrow.jpg");
  background-size: cover;
  display: block;
  height: 100%; }

.slick-full .slick-center .slick-prev,
.slick-full .slick-center .slick-next {
  width: 25px;
  height: 25px; }

.slick-full .slick-center .slick-prev {
  left: 177px; }
  @media all and (max-width: 1300px) {
    .slick-full .slick-center .slick-prev {
      left: 75px; } }
  @media all and (max-width: 900px) {
    .slick-full .slick-center .slick-prev {
      left: 0; } }

.slick-full .slick-center .slick-next {
  right: 177px; }
  @media all and (max-width: 1300px) {
    .slick-full .slick-center .slick-next {
      right: 75px; } }
  @media all and (max-width: 900px) {
    .slick-full .slick-center .slick-next {
      right: 0; } }

.promotion {
  display: none; }

.has-promotion {
  position: relative; }
  .has-promotion .promotion {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .has-promotion .promotion > div {
      background: rgba(16, 16, 16, 0.45);
      padding: 2.5em 2em;
      text-align: center; }
      .has-promotion .promotion > div h1, .has-promotion .promotion > div h2, .has-promotion .promotion > div .single-post article h1, .single-post article .has-promotion .promotion > div h1, .has-promotion .promotion > div h3, .has-promotion .promotion > div p {
        color: white; }
    .has-promotion .promotion h2, .has-promotion .promotion .single-post article h1, .single-post article .has-promotion .promotion h1 {
      font-size: 3.2em;
      margin: 0.2em 0;
      line-height: 1em; }
      .has-promotion .promotion h2:after, .has-promotion .promotion .single-post article h1:after, .single-post article .has-promotion .promotion h1:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(#775732), to(#fac074));
        background: linear-gradient(to right, #775732, #fac074);
        margin-top: 1.5em;
        margin-bottom: 1.7em; }
      .has-promotion .promotion h2:after, .has-promotion .promotion .single-post article h1:after, .single-post article .has-promotion .promotion h1:after {
        margin-top: 0.5em;
        margin-bottom: 0.6em;
        width: 120px; }
    .has-promotion .promotion p {
      font-size: 0.9em;
      margin: 0; }
    .has-promotion .promotion p.date {
      text-transform: uppercase;
      font-size: 0.9em;
      margin: 0; }

.direction {
  border-right: solid white 2px; }
  .direction > div {
    padding: 1.5em; }
    .direction > div:first-child {
      border-bottom: solid white 2px; }
  .direction h3 {
    color: white;
    margin-top: 0;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0.8em; }
    .direction h3 + p {
      color: #3f0d0d;
      margin: 0;
      font-weight: bold; }
  .direction p {
    color: white;
    margin-bottom: 1em; }
    .direction p:first-child {
      margin-top: 0; }
  .direction a {
    color: #8a1f0e; }
    .direction a.alt {
      color: #3f0d0d; }

.panel-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  height: calc(100vh - 100px);
  min-height: 460px; }
  @media all and (max-width: 600px) {
    .panel-hero {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .panel-hero > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
  @media all and (max-width: 1200px) {
    .panel-hero {
      height: calc(100vh - 70px); } }
  @media all and (max-width: 1135px) {
    .panel-hero {
      height: calc(100vh - 70px - 45px); } }
  .panel-hero .hero-cell {
    position: relative;
    padding: 1em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1; }
    @media all and (max-width: 600px) {
      .panel-hero .hero-cell {
        height: auto;
        padding: 0.5em; } }
    .panel-hero .hero-cell:hover {
      cursor: pointer; }
    @media all and (min-width: 601px) {
      .panel-hero .hero-cell.active {
        position: absolute;
        left: 0;
        top: 0;
        width: 33.333%;
        z-index: 3; }
        .panel-hero .hero-cell.active + .hero-cell-image {
          z-index: 2;
          opacity: 1; } }
  @media all and (min-width: 601px) and (min-height: 700px) and (min-width: 1100px) {
    .panel-hero .hero-cell.active .content p {
      display: block; } }
    @media all and (min-width: 601px) {
        .panel-hero .hero-cell.active .content p:last-child {
          display: block; } }
    .panel-hero .hero-cell .hero-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media all and (min-width: 601px) {
        .panel-hero .hero-cell .hero-link {
          display: none; } }
    .panel-hero .hero-cell.active .hero-link {
      display: block; }
  .panel-hero .hero-close {
    display: none; }
  @media all and (min-width: 601px) {
    .panel-hero .hero-close {
      display: block;
      position: absolute;
      width: 66.666%;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 5; } }
  .panel-hero .content {
    max-width: 400px;
    text-align: center; }
    @media all and (max-width: 600px) {
      .panel-hero .content {
        max-width: 100%; } }
    .panel-hero .content .logo {
      max-width: 250px;
      margin: 0 auto;
      margin-bottom: 3em; }
      @media all and (max-height: 850px) {
        .panel-hero .content .logo {
          margin-bottom: 1em; } }
      @media all and (max-width: 600px) {
        .panel-hero .content .logo {
          margin-bottom: 0;
          max-width: 150px; } }
    .panel-hero .content a {
      border: solid white 2px;
      padding: 0.6em 1em;
      white-space: nowrap; }
      @media all and (max-width: 900px) {
        .panel-hero .content a {
          font-size: 0.8em; } }
    .panel-hero .content p {
      display: none;
      font-size: 0.9em;
      margin: 3em;
      margin-bottom: 5em;
      color: white; }
      @media all and (max-height: 1000px) {
        .panel-hero .content p {
          margin-bottom: 2em; } }
  .panel-hero .hero-cell-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center right;
    opacity: 0; }
  .panel-hero .hero-safari {
    background: -webkit-gradient(linear, left top, right top, from(#dabe8e), to(#b49362));
    background: linear-gradient(to right, #dabe8e, #b49362); }
  .panel-hero .hero-island {
    background: #a2d8d4; }
    .panel-hero .hero-island:hover .content a {
      color: #262262;
      border-color: #262262; }
    .panel-hero .hero-island .content p {
      color: #262262; }
  .panel-hero .hero-cruise {
    background: #08003d; }

body.siteorigin-panels-before-js .siteorigin-panels-stretch {
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important; }

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

.masonry .gutter-size, .isotope .gutter-size {
  width: 2%; }

.masonry .gallery-item, .isotope .gallery-item {
  margin-bottom: 2%;
  max-width: 32%;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }
  @media all and (max-width: 850px) {
    .masonry .gallery-item, .isotope .gallery-item {
      max-width: 49%; } }
  @media all and (max-width: 425px) {
    .masonry .gallery-item, .isotope .gallery-item {
      max-width: 100%; } }
  .masonry .gallery-item.onload, .isotope .gallery-item.onload {
    opacity: 0; }

.overlay-wrapper {
  position: relative; }
  .overlay-wrapper .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em;
    color: white;
    font-weight: normal;
    background: radial-gradient(rgba(0, 0, 0, 0.2), black);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; }
  .overlay-wrapper:hover .overlay, .overlay-wrapper:focus .overlay {
    opacity: 1; }

.page-gallery main {
  min-height: calc(100vh - 100px - 70px);
  margin-top: 8em; }

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