/*!
Theme Name: Lisa Squirrel
Author: Design by Michelle Choi (stmchoi@gmail.com). Development by Emma Andersson (emma.andersson@ymail.com).

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.screen-reader-text.skip-link:active,
.screen-reader-text.skip-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://www.humaan.com/modaal/
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

* {
  outline-color: #436b77; }

html {
  font: 1em/1.5 "Cormorant Garamond", serif; }

body {
  background: #ded7c8;
  display: flex;
  min-height: 100vh;
  box-sizing: border-box;
  flex-direction: column;
  font-size: 22px; }

.site {
  flex: 1 0 auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #f1eee8;
  display: flex;
  flex-direction: column; }

.site-content {
  flex: 1 0 auto;
  font-size: 1.2em; }

@media (min-width: 700px) {
  body {
    padding: 3%;
    background: url(img/background.jpg) no-repeat center center fixed;
    background-size: cover; }

  .site {
    border-radius: 50px 50px 0 0; } }
a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

h1 {
  line-height: 1.1; }
  @media (max-width: 500px) {
    h1 {
      font-size: 1.8em; } }

h1,
h2 {
  text-align: center; }

h2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1em 0 0.7em;
  line-height: 1; }
  h2::before, h2::after {
    content: "";
    border-top: 2px solid #436b77;
    margin: 0 30px 0 0;
    flex: 1 0 30px; }
  h2:after {
    margin: 0 0 0 30px; }
  @media (max-width: 480px) {
    h2::before, h2::after {
      flex: 1 0 6%; }
    h2::before {
      margin-right: 20px; }
    h2:after {
      margin-left: 20px; } }
  @media (max-width: 500px) {
    h2 {
      font-size: 1.4em; } }

button,
.button,
.list-items.categories a {
  transition: background-color 0.3s;
  background: #436b77;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0;
  border-radius: 2em;
  min-width: 8em;
  font-weight: normal;
  padding: 0.2em 0.7em;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid; }
  button:hover,
  .button:hover,
  .list-items.categories a:hover {
    background: #314e56; }

.modaal-gallery-label {
  display: block;
  background: #262626;
  margin: 0;
  padding: 0.5em;
  font-size: 1.2em; }

.modaal-has-zoom {
  cursor: zoom-in; }

.modaal-has-zoom-active {
  width: auto !important;
  max-width: none !important;
  cursor: zoom-out;
  height: auto !important;
  max-height: none !important; }

.modaal-gallery-item img {
  max-height: 100%;
  max-height: 100vh;
  width: auto !important;
  height: auto !important; }

.modaal-gallery-control {
  position: fixed; }

.modaal-gallery-prev {
  left: 4%;
  right: auto; }

@media (min-height: 500px) and (min-width: 700px) {
  .modaal-gallery-label {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; } }

.modaal-gallery-next {
  right: 4%;
  left: auto; }

.modaal-gallery-control,
.modaal-close {
  min-width: unset;
  margin: 0; }
  .modaal-gallery-control:hover,
  .modaal-close:hover {
    color: #314e56; }

.button-large {
  font-size: 1.2em; }

.button-disabled {
  background: #ccc;
  color: black; }
  .button-disabled:hover {
    background: #ccc; }

.notice {
  text-align: center; }
  .notice-neutral strong {
    background: #eee;
    padding: 0.5em;
    display: inline-block;
    font-weight: normal;
    font-size: 0.9em;
    padding: 0.5em 1em;
    font-style: italic; }

.site-content {
  padding: 0 4%;
  text-align: center; }

.post-edit-link {
  display: inline-block;
  padding: 13px 20px;
  border: 2px dotted #436b77;
  font-size: 1.3em;
  margin: 1em 0; }
  .post-edit-link:hover {
    border-color: inherit; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video iframe,
  .video object,
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

blockquote {
  font-size: 1.2em;
  max-width: 20em;
  margin: 1.5em auto 1em; }
  blockquote p:first-child::before {
    content: "\201C"; }
  blockquote p:nth-last-child(2)::after {
    content: "\201D"; }

.post-22 {
  text-align: left;
  max-width: 29em;
  margin: auto; }

.filter h3 {
  font-size: 1em;
  font-weight: normal;
  display: inline; }
.filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }
  .filter ul li {
    display: inline-block;
    margin-left: 0.5em; }

.category-97 .category-filter-97,
.category-1359 .category-filter-1359 {
  cursor: default;
  color: #436b77; }

.filter #filter {
  display: none; }

.list-items.categories {
  display: inline-block; }
  .list-items.categories li {
    margin: 0 5px; }
  .list-items.categories a {
    min-width: auto;
    margin: 0 0 5px; }
  @media screen and (max-width: 41.9em) {
    .list-items.categories {
      margin-bottom: 30px; } }

.category-1359 .category-filter-1359,
.category-97 .category-filter-97 {
  background: #5f5d5a;
  cursor: default; }

article.post {
  margin-top: 6%; }

.blog #content,
article.post {
  max-width: 800px;
  margin: auto; }

.type-post .entry-title a {
  text-decoration: none; }
.type-post .entry-meta {
  color: #666;
  font-size: 0.9em; }
.type-post .entry-content {
  text-align: left; }

.entry-content .center {
  text-align: center; }
.entry-content figure {
  max-width: 100%; }
.entry-content img {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: middle; }
.entry-content .alignnone {
  clear: both;
  margin: 1em 0; }
.entry-content .aligncenter {
  clear: both;
  margin: 1em 0; }
  .entry-content .aligncenter img {
    margin: 0 auto; }
.entry-content .size-full {
  max-width: 100%;
  height: auto; }
@media (min-width: 600px) {
  .entry-content .alignleft {
    float: left;
    margin: 1em 1em 1em 0; }
  .entry-content .alignright {
    float: right;
    margin: 1em 0 1em 1em; } }
@media (min-width: 720px) {
  .entry-content .size-medium {
    max-width: 47.5%;
    display: inline-block;
    height: auto; }
    .entry-content .size-medium + br {
      display: none; }
    .entry-content .size-medium + br + img,
    .entry-content .size-medium + img {
      margin-left: 4%; } }
.entry-content figcaption {
  font-style: italic;
  font-size: 0.9em; }

.page-template-page_archive-tours .type-page .entry-header {
  max-width: 20em;
  margin: 1em auto; }
.page-template-page_archive-tours .type-page .entry-content {
  max-width: 22em;
  margin: auto; }

.type-tours {
  margin-top: 4%;
  max-width: 29em;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .type-tours .entry-content {
    margin-top: 2em; }
    @media (max-width: 480px) {
      .type-tours .entry-content {
        padding: 0 5%; } }
    .type-tours .entry-content .button, .type-tours .entry-content .list-items.categories a, .list-items.categories .type-tours .entry-content a {
      margin: auto;
      display: block;
      width: 8em;
      text-align: center; }
  .type-tours .entry-header {
    text-align: center;
    padding: 0 20px; }

.site-title {
  margin: 0; }

.site-description {
  width: 10em;
  max-width: 90%;
  margin: 0 auto;
  background: #221c21;
  color: #fff;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  border-radius: 0 0 50px 50px; }

.header-hero {
  height: 300px;
  background: url(./img/intro-background.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 41.9em) {
    .header-hero {
      height: 500px; } }

.home .site-content h1:first-of-type {
  display: none; }

.home .entry-content > p {
  max-width: 24em;
  margin: 1.3em auto; }

.tours__section .post_preview {
  width: 100%;
  min-width: 250px; }
@media (min-width: 567px) {
  .tours__section {
    display: flex;
    flex-wrap: wrap; }
    .tours__section .post_preview {
      flex: 1 1 48%; }
      .tours__section .post_preview:nth-child(even) {
        margin-left: 4%; } }

.tours-previous .tour-button {
  background: #999; }
  .tours-previous .tour-button:hover {
    background: #666; }

.post_preview {
  background: #fff;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.05);
  font-size: 0.9em;
  border-radius: 50px 50px 0 0;
  margin: 10px 0;
  display: inline-flex;
  flex-direction: column; }
  .post_preview .post_preview-img,
  .post_preview .tour-date {
    order: -1; }
  .post_preview .tour-date {
    font-weight: 700; }
  .post_preview h3 {
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.2em;
    margin: 0 4%; }
  .post_preview .button-wrapper {
    margin: auto 0 0; }
    .post_preview .button-wrapper button {
      margin: 0; }
  .post_preview a {
    text-decoration: none; }

.post_preview-img {
  background: #436b77;
  border-radius: inherit;
  background-size: cover;
  display: block;
  background-position: top;
  height: 300px; }
  .post_preview-img a {
    display: block;
    height: 100%; }

.tour-date {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.4em; }

.footer {
  margin-top: 3em; }

.site-footer {
  text-align: center;
  padding: 10px 20px;
  background: #fff; }
  .site-footer ul {
    padding: 0;
    list-style: none;
    display: inline; }
  .site-footer li,
  .site-footer div,
  .site-footer nav {
    display: inline; }
  .site-footer small {
    font-size: 70%; }
  .site-footer a {
    display: inline-block;
    padding: 10px 20px; }

.footer aside {
  background: url(./img/signup-background.jpg) no-repeat center center;
  padding: 50px 5% 0; }
  @media (min-width: 1000px) {
    .footer aside {
      background-size: cover; } }
  .footer aside form {
    padding: 10px;
    text-align: center;
    font-size: 1.25em;
    background: #436b77;
    color: #fff;
    max-width: 15em;
    display: block;
    margin-left: auto;
    border-radius: 50px 50px 0 0;
    text-align: center;
    line-height: 1.3; }
  .footer aside input {
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    text-align: inherit;
    font-size: 1em;
    width: 90%;
    box-sizing: border-box;
    padding: 0.3em; }
    .footer aside input::placeholder {
      color: #fff; }
    .footer aside input:focus {
      background: #fff;
      color: #221c21; }
  .footer aside button {
    transition: all 0.3s;
    background: #fff;
    color: #436b77;
    border-color: #fff;
    outline-color: white;
    box-shadow: none;
    cursor: pointer; }
    .footer aside button:hover {
      background: #71a1af;
      color: #fff;
      border-color: #71a1af; }
  .footer aside .mc-status {
    font-size: 0.9em;
    background: #e4e4e4;
    max-width: 90%;
    margin: auto;
    box-sizing: border-box;
    color: #221c21;
    margin-top: 8px; }
    .footer aside .mc-status:focus {
      outline: none; }
  .footer aside .error-message,
  .footer aside .success-message {
    padding: 0.5em 0.2em; }
  @media (max-width: 660px) {
    .footer aside {
      background-position: bottom left;
      background-position: bottom left 30%;
      padding: 170px 5% 0;
      background-size: auto 120%; }
      .footer aside form {
        max-width: 100%; } }

.type-page .entry-content {
  font-size: 1.125em; }

.post-thumbnail {
  order: -1;
  border-radius: inherit; }
  .post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: inherit; }

.single_tour {
  display: flex; }
  .single_tour .post-thumbnail {
    max-height: 380px;
    overflow: hidden; }
    @media (min-width: 550px) {
      .single_tour .post-thumbnail {
        height: 380px; } }
  .single_tour .tour-date {
    text-transform: none;
    font-size: 1em; }
  .single_tour .entry-header {
    display: flex;
    flex-direction: column; }
  .single_tour h1 {
    margin: 0.2em 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding a {
  max-width: 220px;
  display: block;
  margin: 20px auto 10px;
  padding-right: 1em; }
.site-branding svg {
  max-width: 100%; }
@media (max-width: 41.9em) {
  .site-branding {
    text-align: center; }
    .site-branding a {
      padding-right: 0;
      margin: 13px auto 5px; } }

.main-navigation {
  clear: both;
  display: block;
  width: 100%; }
  .main-navigation li {
    margin: 0 0.5em; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px; }
.main-navigation li:last-child a {
  padding-right: 0; }

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

.menu-toggle {
  margin: 1em auto;
  background: no-repeat;
  padding: 10px;
  border: 0;
  color: inherit;
  text-transform: uppercase;
  font-weight: bold; }
  .menu-toggle:hover, .menu-toggle:active {
    background: none; }
  .menu-toggle span {
    vertical-align: middle; }
  .menu-toggle svg {
    width: 20px;
    vertical-align: text-bottom;
    height: auto;
    fill: inherit;
    margin: 0 10px 0 0; }

@media screen and (max-width: 41.9em) {
  .nav-menu {
    font-size: 1.2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .site-header {
    text-align: center; }

  .main-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

  .entry-title {
    margin-top: 0; } }
@media screen and (min-width: 42em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; }

  .main-navigation {
    text-align: right;
    text-transform: uppercase; }
    .main-navigation li {
      display: inline-block; }
    .main-navigation a {
      font-weight: bold;
      padding: 0 10px; }

  .site-header-topbar {
    display: flex;
    align-items: center;
    padding: 1.5em 4% 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .site-branding {
    flex: 1 0 220px; }
    .site-branding a {
      margin: 0; }
    .site-branding img {
      max-width: 100%; } }

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