/*!
Theme Name: Burren Smokehouse
Theme URI: http://underscores.me/
Author: DamnGoodDigital.ie
Author URI: https://damngooddigital.ie
Description: Custom theme: Burren Smokehouse, developed by DamnGoodDigital.ie
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: burren-smokehouse
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul a {
  position: relative;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*--------------------------------------------------------------
# Burren Smokehouse
--------------------------------------------------------------*/
@font-face {
  font-family: "Noe";
  src: local("Noe Display Bold"), local("NoeDisplay-Bold"), url("fonts/NoeDisplay-Bold.woff2") format("woff2"), url("fonts/NoeDisplay-Bold.woff") format("woff"), url("fonts/NoeDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Extra-Light Italic"), local("Muli-ExtraLightItalic"), url("fonts/Muli-ExtraLightItalic.woff2") format("woff2"), url("fonts/Muli-ExtraLightItalic.woff") format("woff"), url("fonts/Muli-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Italic"), local("Muli-Italic"), url("fonts/Muli-Italic.woff2") format("woff2"), url("fonts/Muli-Italic.woff") format("woff"), url("fonts/Muli-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli ExtraLight"), local("Muli-ExtraLight"), url("fonts/Muli-ExtraLight.woff2") format("woff2"), url("fonts/Muli-ExtraLight.woff") format("woff"), url("fonts/Muli-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Bold Italic"), local("Muli-BoldItalic"), url("fonts/Muli-BoldItalic.woff2") format("woff2"), url("fonts/Muli-BoldItalic.woff") format("woff"), url("fonts/Muli-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Light"), local("Muli-Light"), url("fonts/Muli-Light.woff2") format("woff2"), url("fonts/Muli-Light.woff") format("woff"), url("fonts/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Semi-Bold Italic"), local("Muli-Semi-BoldItalic"), url("fonts/Muli-Semi-BoldItalic.woff2") format("woff2"), url("fonts/Muli-Semi-BoldItalic.woff") format("woff"), url("fonts/Muli-Semi-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Bold"), local("Muli-Bold"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff"), url("fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli"), url("fonts/Muli.woff2") format("woff2"), url("fonts/Muli.woff") format("woff"), url("fonts/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli SemiBold"), local("Muli-SemiBold"), url("fonts/Muli-SemiBold.woff2") format("woff2"), url("fonts/Muli-SemiBold.woff") format("woff"), url("fonts/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: local("Muli Light Italic"), local("Muli-LightItalic"), url("fonts/Muli-LightItalic.woff2") format("woff2"), url("fonts/Muli-LightItalic.woff") format("woff"), url("fonts/Muli-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.entry-content {
  margin-top: 0;
}

html,
body,
#page {
  height: 100%;
  font-family: "Muli", sans-serif;
}

body.modal-visible {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

html,
body,
#page {
  min-width: 320px;
}

body,
#page {
  font-family: "Muli", sans-serif;
}

a {
  text-decoration: none;
  color: #b08d57;
  transition: color 0.1s;
}

a:hover {
  text-decoration: none;
  background-clip: padding-box;
}

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

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

.scrollbar-hidden {
  overflow: hidden;
}

.content,
.entry-header {
  margin: auto;
  max-width: 1400px;
}

.site-main {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.65em;
  text-align: justify;
}

.site-main p {
  margin: 10px auto 33px;
  font-size: 20px;
  line-height: 1.65em;
  text-align: justify;
}

#site-navigation .level-0 > a,
body.home .hero-content-wrapper .tagline,
.experiences-slider .card-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table {
  max-width: 600px;
}

@media screen and (max-width: 1500px) {
  .site-main,
.site-main p {
    font-size: 18px;
    line-height: 1.5556em;
  }
}
@media screen and (max-width: 1000px) {
  .site-main,
.site-main p {
    font-size: 16px;
    line-height: 1.3333em;
  }

  table {
    max-width: 400px;
  }
}
/*------------------------------*\
		Elements
\*------------------------------*/
.btn,
button,
input[type=submit],
.wp-block-button__link {
  position: relative;
  display: block;
  padding: 0;
  width: 314px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  background-color: #1fbed0;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: opacity 0.1s;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited,
button:hover,
button:active,
button:focus,
button:visited,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
  color: #fff;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
.wp-block-button__link:hover {
  opacity: 0.8;
}

h1.entry-title {
  font-size: 50px;
  line-height: 1.2em;
  color: #b08d57;
  font-weight: bold;
  font-family: "Noe", serif;
  margin: 0.8em 0 0.9em;
  text-align: left;
}

h2 {
  margin-top: 2em;
}

h3 {
  margin-top: 2em;
  font-size: 1.17em;
}

h4 {
  font-size: 1.1em;
}

@media screen and (max-width: 1500px) {
  .btn,
button,
input[type=submit],
.wp-block-button__link {
    width: 267px;
    height: 55px;
    border-radius: 28px;
    font-size: 20px;
    line-height: 47px;
  }

  h1.entry-title {
    font-size: 43px;
  }
}
@media screen and (max-width: 1350px) {
  .btn,
button,
input[type=submit],
.wp-block-button__link {
    width: 255px;
    height: 52px;
    border-radius: 26px;
    line-height: 45px;
  }

  h1.entry-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1350px) {
  .btn,
button,
input[type=submit],
.wp-block-button__link {
    width: 250px;
    height: 48px;
    border-radius: 24px;
    line-height: 43px;
  }
}
@media screen and (max-width: 600px) {
  h1.entry-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .btn,
button,
input[type=submit],
.wp-block-button__link {
    width: 230px;
    height: 44px;
    border-radius: 22px;
    line-height: 41px;
    font-size: 17px;
  }
}
/*------------------------------*\
		Forms
\*------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid #d6d5d5;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 59px;
  color: #625f5f;
  font-weight: 400;
  padding: 0 0.9em;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  height: 59px;
}

textarea {
  height: 220px;
  line-height: 1.65em;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: none;
}

.country-select.inside {
  height: 59px;
}

.country-select.inside {
  height: 59px;
}

.gdpr-acceptance,
.list-acceptance {
  position: relative;
  display: block;
  margin-top: 2em;
  padding-left: 36px;
  text-align: left;
  color: #404040;
}
.gdpr-acceptance input,
.list-acceptance input {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}
.gdpr-acceptance .wpcf7-list-item-label,
.list-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.gdpr-acceptance .wpcf7-list-item-label::before,
.list-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  left: -4px;
  top: 1px;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 3px solid #1fbed0;
  visibility: visible;
}
.gdpr-acceptance input:checked + .wpcf7-list-item-label::before,
.list-acceptance input:checked + .wpcf7-list-item-label::before {
  content: "";
  color: #000 !important;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
  background-position: -190px -420px;
}

.gdpr-acceptance {
  clear: left;
}

@media screen and (max-width: 1500px) {
  input[type=text],
input[type=email],
input[type=tel],
select {
    height: 54px;
    line-height: 54px;
  }

  .country-select.inside {
    height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  input[type=text],
input[type=email],
input[type=tel],
select {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }

  textarea {
    font-size: 18px;
    height: 160px;
  }

  .country-select.inside {
    height: 42px;
  }

  .gdpr-acceptance .wpcf7-list-item,
.list-acceptance .wpcf7-list-item {
    margin-left: 0.3em;
  }
  .gdpr-acceptance .wpcf7-list-item-label::before,
.list-acceptance .wpcf7-list-item-label::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 750px) {
  input[type=text],
input[type=email],
input[type=tel],
select {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  textarea {
    font-size: 17px;
    height: 155px;
  }

  .country-select.inside {
    height: 40px;
  }

  .gdpr-acceptance .wpcf7-list-item-label::before,
.list-acceptance .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
  }
}
/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icon::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
}
.icon.icon-fish::before {
  background-position: -8px -128px;
}
.icon.icon-beer::before {
  background-position: -68px -128px;
}
.icon.icon-fish2::before {
  background-position: -128px -128px;
}
.icon.icon-eat::before {
  background-position: -188px -128px;
}
.icon.icon-story::before {
  background-position: -248px -128px;
}
.icon.icon-ticket::before {
  background-position: -248px -68px;
}
.icon.icon-clock::before {
  background-position: -248px -8px;
}
.icon.icon-seat::before {
  background-position: -308px -8px;
}
.icon.icon-pin::before {
  background-position: -308px -68px;
}
.icon.icon-hourglass::before {
  background-position: -368px -68px;
}
.icon.icon-info::before {
  background-position: -428px -68px;
}

.has-icon::before {
  content: "";
  position: relative;
  width: 20px;
  height: 25px;
  display: inline-block;
  top: 8px;
  margin-right: 10px;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
}
.has-icon.has-icon-point::before {
  background-position: -359px -3px;
}
.has-icon.has-icon-phone::before {
  background-position: -409px -3px;
}
.has-icon.has-icon-mail::before {
  background-position: -384px -3px;
}
.has-icon.has-icon-fb::before {
  background-position: -1px -193px;
  width: 27px;
  height: 27px;
}
.has-icon.has-icon-insta::before {
  background-position: -31px -193px;
  width: 27px;
  height: 27px;
}
.has-icon.has-icon-fb-orange::before {
  background-position: -61px -193px;
  width: 27px;
  height: 27px;
}
.has-icon.has-icon-insta-orange::before {
  background-position: -91px -193px;
  width: 27px;
  height: 27px;
}
.has-icon.has-icon-orange-point::before {
  background-position: -359px -29px;
}
.has-icon.has-icon-orange-phone::before {
  background-position: -409px -29px;
}
.has-icon.has-icon-orange-mail::before {
  background-position: -384px -29px;
}

/*--------------------------------------------------------------
# #content
--------------------------------------------------------------*/
#content {
  position: relative;
  background-color: #fff;
}

.clearfix {
  clear: both;
}

#primary {
  position: relative;
  background-color: #fff;
}

.menu-id_menu-3 #primary {
  margin-top: 197px;
}

.text-justify {
  text-align: justify;
}

.content,
.entry-header,
.content-wide {
  position: relative;
  width: 100%;
  max-width: 1930px;
  min-width: 320px;
  margin: 0 auto;
  padding: 67px 80px 36px;
}

.site-main .entry-header {
  padding-bottom: 0;
  padding-top: 0;
}

.no-v-p {
  padding-left: 0;
  padding-right: 0;
}

body:not(.single) .entry-content > p,
body:not(.single) .entry-content > h2,
body:not(.single) .entry-content > h3,
body:not(.single) .entry-content > h4,
body:not(.single) .entry-content > ul,
body:not(.single) .entry-content > ol,
h2.entry-title--no-thumb,
.entry-content table,
.default-h-padding {
  padding-left: 80px;
  padding-right: 80px;
}

.default-h-padding-right {
  padding-right: 80px;
}

.default-h-padding-left {
  padding-left: 80px;
}

.default-v-padding-top {
  padding-top: 80px;
}

.default-v-padding-bottom {
  padding-bottom: 36px;
}

.default-h-padding.solutions-list,
.default-h-padding-left.solutions-list {
  padding-left: 100px;
}

.wp-block-column:nth-child(odd) {
  margin-right: 40px;
}
.wp-block-column:nth-child(even) {
  margin-left: 40px;
}
.wp-block-column:not(:first-child) {
  margin-left: 40px;
}
.wp-block-column:not(:last-child) {
  margin-right: 40px;
}

.leading-paragraph {
  padding-top: 36px;
  padding-bottom: 28px;
}

.leading-paragraph + .leading-paragraph {
  padding-top: 0;
  margin-top: -28px;
}

.solutions-list + .leading-paragraph {
  margin-top: -2em;
}

.leading-paragraph + .solutions-list {
  margin-top: -28px;
}

.content-wide {
  max-width: 2170px;
}

.sub-content {
  position: relative;
  width: 100%;
}

p.paragraph-1400 {
  position: relative;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 48px;
  color: #090909;
  font-family: "Muli", sans-serif;
  text-align: center;
  padding-bottom: 78px;
  width: 75%;
  max-width: 1400px;
}

@media screen and (max-width: 1800px) {
  p.paragraph-1400 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1750px) {
  p.paragraph-1400 {
    font-size: 27px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1450px) {
  p.paragraph-1400 {
    font-size: 23px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 1400px) {
  .content,
.entry-header,
.content-wide {
    padding: 60px 60px 33px;
  }

  body:not(.single) .entry-content > p,
body:not(.single) .entry-content > h2,
body:not(.single) .entry-content > h3,
body:not(.single) .entry-content > h4,
body:not(.single) .entry-content > ul,
body:not(.single) .entry-content > ol,
h2.entry-title--no-thumb,
.entry-content table,
.default-h-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .default-h-padding-right {
    padding-right: 60px;
  }

  .default-h-padding-left {
    padding-left: 60px;
  }

  .default-v-padding-top {
    padding-top: 60px;
  }

  .default-h-padding.solutions-list,
.default-h-padding-left.solutions-list {
    padding-left: 80px;
  }

  .default-v-padding-bottom {
    padding-bottom: 33px;
  }

  .wp-block-column:nth-child(odd) {
    margin-right: 30px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 30px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 30px;
  }

  .leading-paragraph {
    padding-top: 26px;
    padding-bottom: 5px;
  }

  .leading-paragraph + .leading-paragraph {
    padding-top: 0;
    margin-top: -5px;
  }

  .leading-paragraph + .solutions-list {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1350px) {
  p.paragraph-1400 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
  p.paragraph-1400 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  p.paragraph-1400 {
    font-size: 18px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .content,
.entry-header,
.content-wide {
    padding: 50px 45px 33px;
  }

  body:not(.single) .entry-content > p,
body:not(.single) .entry-content > h2,
body:not(.single) .entry-content > h3,
body:not(.single) .entry-content > h4,
body:not(.single) .entry-content > ul,
body:not(.single) .entry-content > ol,
h2.entry-title--no-thumb,
.entry-content table,
.default-h-padding {
    padding-left: 45px;
    padding-right: 45px;
  }

  .default-h-padding-right {
    padding-right: 45px;
  }

  .default-h-padding-left {
    padding-left: 45px;
  }

  .default-v-padding-top {
    padding-top: 45px;
  }

  .default-h-padding.solutions-list,
.default-h-padding-left.solutions-list {
    padding-left: 65px;
  }

  .wp-block-column:nth-child(odd) {
    margin-right: 22px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 22px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 22px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 22px;
  }

  p.paragraph-1400 {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 959px) {
  .content,
.entry-header,
.content-wide {
    padding: 45px 30px 33px;
  }

  body:not(.single) .entry-content > p,
body:not(.single) .entry-content > h2,
body:not(.single) .entry-content > h3,
body:not(.single) .entry-content > h4,
body:not(.single) .entry-content > ul,
body:not(.single) .entry-content > ol,
h2.entry-title--no-thumb,
.entry-content table,
.default-h-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .default-h-padding-right {
    padding-right: 30px;
  }

  .default-h-padding-left {
    padding-left: 30px;
  }

  .default-v-padding-top {
    padding-top: 30px;
  }

  .default-h-padding.solutions-list,
.default-h-padding-left.solutions-list {
    padding-left: 50px;
  }

  .wp-block-column:nth-child(odd) {
    margin-right: 15px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 15px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 15px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  p.paragraph-1400 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .content,
.entry-header,
.content-wide {
    padding: 45px 26px 33px;
  }

  body:not(.single) .entry-content > p,
body:not(.single) .entry-content > h2,
body:not(.single) .entry-content > h3,
body:not(.single) .entry-content > h4,
body:not(.single) .entry-content > ul,
body:not(.single) .entry-content > ol,
h2.entry-title--no-thumb,
.entry-content table,
.default-h-padding {
    padding-left: 26px;
    padding-right: 26px;
  }

  .default-h-padding-right {
    padding-right: 26px;
  }

  .default-h-padding-left {
    padding-left: 26px;
  }

  .default-v-padding-top {
    padding-top: 26px;
  }

  .default-h-padding.solutions-list,
.default-h-padding-left.solutions-list {
    padding-left: 46px;
  }

  .wp-block-column:nth-child(odd) {
    margin-right: 13px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 13px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 13px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 13px;
  }
}
@media screen and (max-width: 350px) {
  .content,
.entry-header,
.content-wide {
    padding: 35px 20px 28px;
  }

  body:not(.single) .entry-content > p,
body:not(.single) .entry-content > h2,
body:not(.single) .entry-content > h3,
body:not(.single) .entry-content > h4,
body:not(.single) .entry-content > ul,
body:not(.single) .entry-content > ol,
h2.entry-title--no-thumb,
.entry-content table,
.default-h-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .default-h-padding-right {
    padding-right: 20px;
  }

  .default-h-padding-left {
    padding-left: 20px;
  }

  .default-v-padding-top {
    padding-top: 20px;
  }

  .default-h-padding.solutions-list,
.default-h-padding-left.solutions-list {
    padding-left: 40px;
  }

  .wp-block-column:nth-child(odd) {
    margin-right: 10px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 10px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 10px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 10px;
  }

  .default-v-padding-bottom {
    padding-bottom: 28px;
  }
}
.content--no-v-padding {
  padding-top: unset;
  padding-bottom: unset;
}

.content--max-width-1250 {
  max-width: 1250px;
}

/*--------------------------------------------------------------
# AOS
--------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  html:not(.no-js) body [data-aos-lte800=fade] {
    opacity: 0;
    transition-property: opacity, transform;
    transform: none;
  }
  html:not(.no-js) body [data-aos-lte800=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) body [data-aos][data-aos-duration-lte800="800"] {
    transition-duration: 0.8s;
  }
  html:not(.no-js) body [data-aos][data-aos-delay-lte800="0"].aos-animate {
    transition-delay: 0s;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body.page-contact #masthead {
  background-color: #525459;
}

#masthead {
  position: relative;
  z-index: 100;
  height: 170px;
}
#masthead .main-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  height: 170px;
  background-color: #525459;
}
#masthead .main-nav-wrapper .content-wide {
  padding-top: 45px;
}
#masthead .site-branding {
  position: relative;
  float: left;
  left: 0;
  z-index: 10;
}
#masthead .site-branding .custom-logo {
  width: 357px;
  height: auto;
}
#masthead .site-title,
#masthead .site-description {
  display: none;
}

body.admin-bar #masthead .main-nav-wrapper {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #masthead .main-nav-wrapper {
    top: 46px;
  }
}
body #masthead .main-nav-wrapper {
  transition: background 0.4s, height 0.4s;
}
body #masthead #site-navigation,
body #masthead .menu-toggle {
  transition: top 0.4s;
}
body #masthead .site-branding {
  top: 0;
  transition: top 0.4s;
}
body #masthead .site-branding .custom-logo {
  transition: width 0.4s;
}
body #masthead .join-list {
  transition: margin-top 0.4s;
}

body.scrolled #masthead .main-nav-wrapper {
  height: 138px;
}
body.scrolled #masthead #site-navigation {
  top: 1.5em;
}
body.scrolled #masthead .site-branding {
  top: -13px;
}
body.scrolled #masthead .site-branding .custom-logo {
  width: 286px;
}
body.scrolled #masthead .join-list {
  margin-top: 0;
}

.hero-content-wrapper {
  padding-top: 170px;
  top: 0px;
}

.join-list {
  position: absolute;
  right: 134px;
  margin-top: 19px;
  border: 2px solid #ffffff;
  font-size: 25px;
  letter-spacing: -0.8px;
  line-height: 55px;
  padding-right: 17px;
  padding-left: 69px;
  color: #fff;
  font-weight: 600;
  transition: opacity 0.1s;
}
.join-list .short {
  display: none;
}
.join-list::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 27px;
  left: 15px;
  top: 18px;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
  background-position: -9px -32px;
}
.join-list:hover, .join-list:active, .join-list:focus, .join-list:visited {
  color: #fff;
  opacity: 0.8;
}

#site-navigation {
  position: absolute;
  right: 0;
  text-align: right;
  top: 2.4em;
  width: calc(100% - 480px - 360px);
  width: 100%;
  padding-right: 480px;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 66px;
}
#site-navigation a {
  color: #fff;
  font-weight: 600;
  padding-left: 1.3em;
  padding-right: 1.3em;
}
#site-navigation .level-0 > a {
  padding-bottom: 10px;
}
#site-navigation .menu-item-has-children > a::before {
  content: "";
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
  background-position: -19px -2px;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: calc(50% - 14px);
}
#site-navigation #primary-menu {
  text-align: right;
  display: block;
}
#site-navigation .level-0 {
  display: inline-block;
}
#site-navigation .level-0 > .sub-menu {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
#site-navigation .sub-menu {
  background: none;
  border-radius: 10px;
  width: 100%;
  width: auto;
  margin: -5px 0 0 -70px;
  margin-left: -133px;
  margin-left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  display: block;
  padding: 23px 0 33px;
  background-color: #fff;
}
#site-navigation .sub-menu a {
  color: #000;
}
#site-navigation .sub-menu li {
  position: relative;
  display: block;
  width: 265px;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  padding: 0 15px;
}
#site-navigation .sub-menu a:hover {
  color: #16a3b3;
}

.menu-main-menu-container {
  position: relative;
}

#primary-menu {
  position: absolute;
  width: auto;
  padding-left: 450px;
  padding-right: 350px;
  right: -350px;
}

@media screen and (min-width: 1251px) {
  #site-navigation .megamenu > .sub-menu {
    left: -9999px;
  }
  #site-navigation .megamenu:hover > .sub-menu {
    position: absolute;
    padding-right: 35px;
    padding-left: 65px;
    display: flex;
    flex-wrap: wrap;
    left: auto;
    right: 380px;
    max-width: 100%;
    max-height: calc(100vh - 150px);
    overflow: auto;
  }
  #site-navigation .megamenu:hover > .sub-menu .icon {
    left: 0;
  }
  #site-navigation .megamenu:hover > .sub-menu > li {
    flex-grow: 0;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1 {
    width: auto;
    flex-basis: 33%;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1 .sub-menu {
    background: none;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1 > .sub-menu {
    left: auto;
    margin-top: 0;
    position: relative;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1 > a {
    cursor: default;
    font-size: 25px;
    line-height: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 3em;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1 > a:hover {
    color: #000;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1 > a:before {
    content: none;
  }
  #site-navigation .megamenu .menu-item-has-children.level-1.icon::before {
    left: -30px;
    top: 15px;
  }
  #site-navigation .megamenu .level-2 {
    background: none;
  }
  #site-navigation .megamenu .level-2 > a {
    line-height: 1.4em;
    margin: 0 0 0.6em 0;
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  #site-navigation .megamenu:hover > .sub-menu {
    max-width: 1200px;
  }
}
/*------------------------------*\
		Experiences slider
\*------------------------------*/
.experiences-slider-wrapper {
  top: -175px;
  z-index: 99;
  padding-top: 0;
  padding-bottom: 0;
}
.experiences-slider-wrapper .slider-arrow {
  position: absolute;
  z-index: 100;
  width: 75px;
  height: 75px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  transition: transform 0.2s;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
}
.experiences-slider-wrapper .slider-arrow.prev {
  left: 35px;
  background-position: -302px -120px;
}
.experiences-slider-wrapper .slider-arrow.prev:hover {
  transform: translateX(-5px);
}
.experiences-slider-wrapper .slider-arrow.next {
  right: 35px;
  background-position: -377px -120px;
}
.experiences-slider-wrapper .slider-arrow.next:hover {
  transform: translateX(5px);
}

.experiences-slider {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 1925px;
  margin: 0 auto;
}
.experiences-slider .card-wrapper {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.experiences-slider .card-wrapper:first-child {
  margin-left: -20%;
}
.experiences-slider .card {
  position: relative;
  display: inline-block;
  width: 343px;
  height: 420px;
  margin: 0 21px;
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #a5d1d5;
}
.experiences-slider .card::after {
  border-radius: 20px;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.9) 90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.experiences-slider .card .texts {
  position: relative;
  z-index: 2;
  top: 45%;
  padding: 13px;
  font-family: "Muli", sans-serif;
  color: #fff;
}
.experiences-slider .card h4 {
  font-size: 27px;
  letter-spacing: -1px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.experiences-slider .card p {
  margin: 0;
  width: 420px;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 21px;
  font-weight: 400;
  width: 100%;
}
.experiences-slider .card .book-now {
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  bottom: 0.8em;
  font-size: 21px;
  letter-spacing: -1px;
  line-height: 27px;
  color: #1fbed0;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  right: 13px;
  margin-right: 0;
  padding-right: 16px;
  transition: color 0.2s;
}
.experiences-slider .card .book-now::after {
  content: "";
  position: absolute;
  display: block;
  right: 1px;
  top: 8px;
  width: 10px;
  height: 16px;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
  background-position: -205px -7px;
}
.experiences-slider .card .book-now:hover {
  color: #72e5f3;
}

/*------------------------------*\
		Mailing list section
\*------------------------------*/
.mailing-list-section {
  position: relative;
  width: 100%;
  background-image: url("img/mailing-list-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
}
.mailing-list-section .sub {
  position: relative;
  width: 887px;
  margin: 0 auto;
  padding-top: 237px;
}

.mailing-list-section,
#mailing-list-modal {
  padding-bottom: 490px;
  text-align: center;
}
.mailing-list-section h3,
#mailing-list-modal h3 {
  text-align: left;
  font-size: 76px;
  line-height: 49px;
  font-weight: bold;
  font-family: "Noe", serif;
  margin: 0.4em 0 0.5em 10px;
}
.mailing-list-section form,
#mailing-list-modal form {
  text-align: center;
}
.mailing-list-section input[type=text],
.mailing-list-section input[type=email],
.mailing-list-section select,
.mailing-list-section .gdpr-acceptance,
.mailing-list-section .list-acceptance,
#mailing-list-modal input[type=text],
#mailing-list-modal input[type=email],
#mailing-list-modal select,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance {
  width: 413px;
  float: left;
  color: white;
}
.mailing-list-section select,
.mailing-list-section .your-country,
#mailing-list-modal select,
#mailing-list-modal .your-country {
  margin-top: 24px;
}
.mailing-list-section .your-country,
#mailing-list-modal .your-country {
  float: left;
}
.mailing-list-section .country-select.inside,
#mailing-list-modal .country-select.inside {
  width: 100%;
}
.mailing-list-section .country-select .flag-dropdown,
.mailing-list-section .country-select .country-list,
#mailing-list-modal .country-select .flag-dropdown,
#mailing-list-modal .country-select .country-list {
  width: 100%;
}
.mailing-list-section .country-select .country-list .country-name,
.mailing-list-section .country-select .country-list .flag,
#mailing-list-modal .country-select .country-list .country-name,
#mailing-list-modal .country-select .country-list .flag {
  color: #625f5f;
}
.mailing-list-section input[type=email],
.mailing-list-section .your-language,
.mailing-list-section .list-acceptance,
#mailing-list-modal input[type=email],
#mailing-list-modal .your-language,
#mailing-list-modal .list-acceptance {
  float: right;
}
.mailing-list-section .your-language,
#mailing-list-modal .your-language {
  -webkit-appearance: none;
  color: #404040;
}
.mailing-list-section .wpcf7-submit,
#mailing-list-modal .wpcf7-submit {
  clear: both;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 45px;
  opacity: 1;
}

#mailing-list-modal h3 {
  font-size: 50px;
  line-height: 1.3em;
  color: #b08d57;
  text-align: center;
}
#mailing-list-modal input[type=text],
#mailing-list-modal input[type=email],
#mailing-list-modal select,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance,
#mailing-list-modal .wpcf7-form-control-wrap.your-country,
#mailing-list-modal .wpcf7-form-control-wrap.your-language {
  width: 48% !important;
  color: #404040;
}
#mailing-list-modal .wpcf7-form-control-wrap.your-country input,
#mailing-list-modal .wpcf7-form-control-wrap.your-language select {
  width: 100% !important;
}
#mailing-list-modal .wpcf7-submit {
  margin-bottom: 65px;
}

/*------------------------------*\
		Responsive
\*------------------------------*/
@media screen and (min-width: 2400px) {
  #masthead .main-nav-wrapper .content-wide {
    padding-left: 0;
  }
}
@media screen and (max-width: 2200px) {
  #site-navigation {
    padding-right: 240px;
  }

  #primary-menu {
    box-sizing: border-box;
    width: calc(100vw - 180px);
    padding-right: 160px;
    padding-left: 0;
    right: -160px;
  }

  #site-navigation .megamenu:hover > .sub-menu {
    right: 185px;
  }

  .join-list {
    right: 0;
    border-right: none;
    margin-top: 0;
    top: 55px;
    padding: 30px 5px 3px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 33px;
    text-transform: uppercase;
    transition: opacity 0.1s, padding 0.1s;
  }
  .join-list:hover {
    padding-right: 13px;
  }
  .join-list .short {
    display: block;
    margin-top: 0.6em;
  }
  .join-list .long {
    display: none;
  }
  .join-list::before {
    top: 13px;
    left: 17px;
  }

  body.scrolled #masthead .join-list {
    margin-top: -24px;
  }
}
@media screen and (max-width: 2150px) {
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 20px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 20px;
  }
}
@media screen and (max-width: 2100px) {
  .experiences-slider-wrapper {
    width: 1740px;
  }

  .experiences-slider {
    width: 1540px;
  }
  .experiences-slider .card-wrapper:first-child {
    margin-left: -25%;
  }
}
@media screen and (max-width: 1950px) {
  #primary-menu {
    padding-right: 20px;
  }

  #site-navigation .megamenu:hover > .sub-menu {
    right: 45px;
  }
}
@media screen and (max-width: 1900px) {
  #site-navigation .megamenu > .sub-menu > li {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 1800px) {
  .experiences-slider-wrapper {
    width: 100%;
    top: -228px;
  }
  .experiences-slider-wrapper .slider-arrow {
    margin-top: 35px;
  }
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 30px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 30px;
  }

  .experiences-slider {
    width: 1540px;
  }

  .mailing-list-section .sub {
    padding-top: 205px;
  }

  #site-navigation {
    padding-right: 90px;
  }
  #site-navigation a {
    padding-left: 1em;
    padding-right: 1em;
  }
  #site-navigation .menu-item-has-children > a::before {
    left: 1px;
  }

  #primary-menu {
    padding-right: 0;
    right: -10px;
  }

  #site-navigation .megamenu:hover > .sub-menu {
    right: 15px;
  }
}
@media screen and (max-width: 1750px) {
  .experiences-slider-wrapper {
    top: -164px;
  }
  .experiences-slider-wrapper .slider-arrow {
    width: 63.75px;
    height: 63.75px;
    margin-top: 22px;
    background-image: url("img/sprite-sheet.png");
    background-size: 408.5666666667px 197.4833333333px;
  }
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 5%;
    background-position: -256.7px -102px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 5%;
    background-position: -320.45px -102px;
  }

  .experiences-slider {
    width: 1276px;
  }
  .experiences-slider .card-wrapper:first-child {
    margin-left: -25%;
  }
  .experiences-slider .card {
    width: 283px;
    height: 350px;
    margin: 0 18px;
    border-radius: 10px;
  }
  .experiences-slider .card::after {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.9) 75%);
  }
  .experiences-slider .card h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0.65em;
  }
  .experiences-slider .card p {
    font-size: 11px;
    line-height: 17px;
  }
  .experiences-slider .card .book-now {
    bottom: 0.9em;
    font-size: 18px;
    right: 1.5em;
  }
  .experiences-slider .card .book-now::after {
    top: 7px;
  }
}
@media screen and (max-width: 1700px) {
  #primary-menu {
    right: -20px;
    width: calc(100vw - 160px);
  }

  #site-navigation {
    font-size: 19px;
    top: 1.5em;
  }
  #site-navigation a {
    padding-left: 0.85em;
    padding-right: 0.85em;
  }
  #site-navigation .menu-item-has-children > a {
    padding-left: 1.6em;
  }
  #site-navigation .menu-item-has-children > a::before {
    left: 7px;
    background-image: url("img/sprite-sheet.png");
    background-size: 384.5333333333px 185.8666666667px;
    background-position: -15.2px -1.6px;
  }

  .join-list {
    font-size: 13px;
    line-height: 22px;
    margin-top: -24px;
  }
  .join-list::before {
    width: 33px;
    height: 22px;
    top: 11px;
    left: 15px;
    background-image: url("img/sprite-sheet.png");
    background-size: 384.5333333333px 185.8666666667px;
    background-position: -7.2px -25.6px;
  }

  #masthead {
    height: 110px;
  }
  #masthead .site-branding .custom-logo {
    width: 260px;
  }

  body.scrolled #masthead .main-nav-wrapper,
body #masthead .main-nav-wrapper {
    height: 120px;
  }
  body.scrolled #masthead .site-branding,
body #masthead .site-branding {
    top: -15px;
  }
  body.scrolled #masthead .site-branding .custom-logo,
body #masthead .site-branding .custom-logo {
    width: 240px;
  }
}
@media screen and (max-width: 1550px) {
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 30px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 30px;
  }
}
@media screen and (max-width: 1550px) {
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 30px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 30px;
  }
}
@media screen and (max-width: 1470px) {
  .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(50% - 560px);
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: calc(50% - 560px);
  }

  .experiences-slider {
    width: 957px;
  }
  .experiences-slider .card-wrapper:first-child {
    margin-left: -33.3333%;
  }
}
@media screen and (max-width: 1350px) {
  .mailing-list-section .sub {
    padding-top: 104px;
  }
  .mailing-list-section h3 {
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 45px;
  }

  #mailing-list-modal h3 {
    font-size: 40px;
  }

  .mailing-list-section select,
.mailing-list-section .your-country,
#mailing-list-modal select,
#mailing-list-modal .your-country {
    margin-top: 16px;
  }
  .mailing-list-section .gdpr-acceptance .wpcf7-list-item-label,
.mailing-list-section .list-acceptance .wpcf7-list-item-label,
#mailing-list-modal .gdpr-acceptance .wpcf7-list-item-label,
#mailing-list-modal .list-acceptance .wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 1250px) {
  .menu-main-menu-container {
    display: none;
  }

  .join-list {
    top: 185px;
    top: 160px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    background: none;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 0;
    outline: none !important;
    cursor: pointer;
    z-index: 100;
  }
  .menu-toggle .label {
    visibility: hidden;
  }
  .menu-toggle .hamburger-bar {
    position: absolute;
    width: 48px;
    height: 6px;
    background-color: #fff;
    left: 4px;
    transition: transform 0.25s ease, top 0.25s ease;
    border-radius: 3px;
  }
  .menu-toggle #bar-1 {
    top: 12px;
  }
  .menu-toggle #bar-2 {
    top: 25px;
  }
  .menu-toggle #bar-3 {
    top: 38px;
  }

  .toggled .menu-toggle #bar-1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .toggled .menu-toggle #bar-2 {
    transform: scaleX(0);
  }
  .toggled .menu-toggle #bar-3 {
    transform: rotate(-45deg);
    top: 25px;
  }

  #site-navigation {
    padding: 0;
    z-index: 1;
  }
  #site-navigation a {
    color: #000;
  }
  #site-navigation a::before {
    content: none;
  }
  #site-navigation #primary-menu {
    top: 90px;
    position: relative;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    max-height: calc(100vh - 121px);
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #site-navigation #primary-menu li {
    display: block;
    text-align: center;
  }
  #site-navigation .level-0 > .sub-menu {
    background: none;
    box-shadow: none;
  }
  #site-navigation .level-0:not(.megamenu) > .sub-menu {
    left: auto !important;
    float: none;
    top: 0;
    position: relative;
  }
  #site-navigation .level-0:not(.megamenu) > .sub-menu li {
    display: inline-block !important;
  }
  #site-navigation .level-0 > a {
    font-size: 25px;
    line-height: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0;
  }
  #site-navigation .sub-menu {
    line-height: 1.8em;
    padding: 0 0 20px;
  }
  #site-navigation .sub-menu li {
    width: auto;
    line-height: 1.2em;
  }
  #site-navigation .level-1 {
    padding: 0;
    margin: 0;
  }
  #site-navigation .level-1 > a {
    line-height: 1.2em;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  #site-navigation .megamenu:hover > .sub-menu {
    right: auto;
  }
  #site-navigation .megamenu .sub-menu {
    position: relative;
    left: auto;
    float: none;
    width: auto;
  }
  #site-navigation .megamenu > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #site-navigation .megamenu .icon {
    left: 0;
  }
  #site-navigation .megamenu .level-1 {
    display: inline-block !important;
    min-width: 250px;
  }
  #site-navigation .megamenu .level-1.icon::before {
    margin: 10px 0 0 -22px;
  }
  #site-navigation .megamenu .level-1 > a {
    cursor: default;
    font-size: 21px;
    line-height: 1.3em;
    margin: 2.7em auto 1em;
    padding: 0 1em;
    color: #000 !important;
  }
  #site-navigation .megamenu .level-1 .sub-menu {
    float: none;
  }
  #site-navigation .megamenu .level-1 > .sub-menu {
    margin: 0;
  }
  #site-navigation .megamenu .level-2 {
    padding: 0;
  }
  #site-navigation .megamenu .level-2 > a {
    padding: 0;
    line-height: 1.1em;
    margin-bottom: 0.7em;
  }

  body #masthead .site-branding {
    top: -15px;
  }

  body.scrolled #masthead .main-nav-wrapper {
    height: 90px;
  }
  body.scrolled #masthead .site-branding {
    top: -30px;
  }
  body.scrolled #masthead .menu-toggle {
    top: -12px;
  }

  body.scrolled #site-navigation #primary-menu {
    top: 61px;
    max-height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 1150px) {
  .experiences-slider-wrapper .slider-arrow.next {
    right: calc(50% - 530px);
  }
  .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(50% - 530px);
  }
}
@media screen and (max-width: 1100px) {
  .experiences-slider-wrapper {
    top: -150px;
  }
  .experiences-slider-wrapper .slider-arrow {
    width: 60px;
    height: 60px;
    background-image: url("img/sprite-sheet.png");
    background-size: 384.5333333333px 185.8666666667px;
  }
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 5%;
    background-position: -241.6px -96px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 5%;
    background-position: -301.6px -96px;
  }

  .experiences-slider {
    width: 825px;
  }
  .experiences-slider .card-wrapper:first-child {
    margin-left: -33.3333%;
  }
  .experiences-slider .card {
    width: 245px;
    height: 300px;
    margin: 0 15px;
  }
  .experiences-slider .card h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0.55em;
  }
  .experiences-slider .card p {
    font-size: 10px;
    line-height: 14px;
  }
  .experiences-slider .card .book-now {
    font-size: 14px;
    line-height: 19px;
    bottom: 0.8em;
    padding-right: 13px;
  }
  .experiences-slider .card .book-now::after {
    top: 5px;
    width: 7px;
    height: 11.2px;
    background-image: url("img/sprite-sheet.png");
    background-size: 336.4666666667px 162.6333333333px;
    background-position: -143.5px -4.9px;
  }

  .mailing-list-section .sub {
    width: 630px;
  }

  .mailing-list-section input[type=text],
.mailing-list-section input[type=email],
.mailing-list-section select,
.mailing-list-section .gdpr-acceptance,
.mailing-list-section .list-acceptance,
#mailing-list-modal input[type=text],
#mailing-list-modal input[type=email],
#mailing-list-modal select,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance {
    width: 295px;
  }
}
@media screen and (max-width: 1050px) {
  .experiences-slider-wrapper .slider-arrow.prev {
    left: 2%;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .mailing-list-section {
    padding-bottom: 135px;
  }

  .mailing-list-section .gdpr-acceptance,
.mailing-list-section .list-acceptance,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance {
    margin-top: 2.5em;
  }
  .mailing-list-section .gdpr-acceptance .wpcf7-list-item,
.mailing-list-section .list-acceptance .wpcf7-list-item,
#mailing-list-modal .gdpr-acceptance .wpcf7-list-item,
#mailing-list-modal .list-acceptance .wpcf7-list-item {
    margin-left: 0.3em;
    line-height: 1.1em;
  }
  .mailing-list-section .gdpr-acceptance .wpcf7-list-item-label,
.mailing-list-section .list-acceptance .wpcf7-list-item-label,
#mailing-list-modal .gdpr-acceptance .wpcf7-list-item-label,
#mailing-list-modal .list-acceptance .wpcf7-list-item-label {
    font-size: 11px;
  }
  .mailing-list-section .gdpr-acceptance .wpcf7-list-item-label::before,
.mailing-list-section .list-acceptance .wpcf7-list-item-label::before,
#mailing-list-modal .gdpr-acceptance .wpcf7-list-item-label::before,
#mailing-list-modal .list-acceptance .wpcf7-list-item-label::before {
    width: 34px;
    height: 34px;
  }
  .mailing-list-section .gdpr-acceptance input:checked + .wpcf7-list-item-label::before,
.mailing-list-section .list-acceptance input:checked + .wpcf7-list-item-label::before,
#mailing-list-modal .gdpr-acceptance input:checked + .wpcf7-list-item-label::before,
#mailing-list-modal .list-acceptance input:checked + .wpcf7-list-item-label::before {
    line-height: 24px;
  }
  .mailing-list-section .wpcf7-submit,
#mailing-list-modal .wpcf7-submit {
    top: 30px;
  }

  body.home .mailing-list-section a {
    color: white !important;
    text-decoration: underline;
  }

  .experiences-slider-wrapper .slider-arrow.prev {
    left: 1%;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: 1%;
  }
}
@media screen and (max-width: 960px) {
  .experiences-slider {
    width: 550px;
  }
  .experiences-slider .card-wrapper:first-child {
    margin-left: -50%;
  }

  .experiences-slider-wrapper {
    top: -150px;
  }
  .experiences-slider-wrapper .slider-arrow {
    width: 52.5px;
    height: 52.5px;
    background-image: url("img/sprite-sheet.png");
    background-size: 336.4666666667px 162.6333333333px;
  }
  .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(30.5% - 195px);
    background-position: -211.4px -84px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: calc(30.5% - 195px);
    background-position: -263.9px -84px;
  }
}
@media screen and (max-width: 750px) {
  .mailing-list-section {
    padding-bottom: 15px;
  }
  .mailing-list-section .sub {
    width: 100%;
    padding: 75px 50px;
  }
  .mailing-list-section h3 {
    font-size: 40px;
    margin-bottom: 35px;
  }

  #mailing-list-modal h3 {
    font-size: 37px;
  }

  .mailing-list-section input[type=text],
.mailing-list-section input[type=email],
.mailing-list-section select,
.mailing-list-section .gdpr-acceptance,
.mailing-list-section .list-acceptance,
.mailing-list-section .your-country,
.mailing-list-section .wpcf7-form-control-wrap.your-language,
#mailing-list-modal input[type=text],
#mailing-list-modal input[type=email],
#mailing-list-modal select,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance,
#mailing-list-modal .your-country,
#mailing-list-modal .wpcf7-form-control-wrap.your-language {
    width: 47.5%;
  }
  .mailing-list-section .your-country input,
.mailing-list-section .wpcf7-form-control-wrap.your-language select,
#mailing-list-modal .your-country input,
#mailing-list-modal .wpcf7-form-control-wrap.your-language select {
    width: 100%;
  }
  .mailing-list-section select,
.mailing-list-section .your-country,
#mailing-list-modal select,
#mailing-list-modal .your-country {
    margin-top: 12px;
  }
  .mailing-list-section .gdpr-acceptance,
.mailing-list-section .list-acceptance,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance {
    margin-top: 1.7em;
  }
  .mailing-list-section .gdpr-acceptance .wpcf7-list-item-label::before,
.mailing-list-section .list-acceptance .wpcf7-list-item-label::before,
#mailing-list-modal .gdpr-acceptance .wpcf7-list-item-label::before,
#mailing-list-modal .list-acceptance .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 650px) {
  .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(50% - 190px);
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: calc(50% - 190px);
  }

  .experiences-slider {
    width: 275px;
  }
  .experiences-slider .card-wrapper:first-child {
    margin-left: -100%;
  }

  #site-navigation #primary-menu {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 550px) {
  body.home #masthead .bg-image::before {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .mailing-list-section p {
    margin-bottom: 0;
  }
  .mailing-list-section h3 {
    font-size: 35px;
    margin-bottom: 0.8em;
  }

  #mailing-list-modal h3 {
    font-size: 35px;
  }

  .mailing-list-section input[type=text],
.mailing-list-section input[type=email],
.mailing-list-section select,
.mailing-list-section .gdpr-acceptance,
.mailing-list-section .list-acceptance,
.mailing-list-section .your-country,
.mailing-list-section .wpcf7-form-control-wrap.your-language,
#mailing-list-modal input[type=text],
#mailing-list-modal input[type=email],
#mailing-list-modal select,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance,
#mailing-list-modal .your-country,
#mailing-list-modal .wpcf7-form-control-wrap.your-language {
    width: 100%;
    margin-top: 12px;
  }
  .mailing-list-section .wpcf7-form-control-wrap.your-language select,
#mailing-list-modal .wpcf7-form-control-wrap.your-language select {
    margin-top: 0;
  }
  .mailing-list-section .gdpr-acceptance .wpcf7-list-item-label::before,
.mailing-list-section .list-acceptance .wpcf7-list-item-label::before,
#mailing-list-modal .gdpr-acceptance .wpcf7-list-item-label::before,
#mailing-list-modal .list-acceptance .wpcf7-list-item-label::before {
    left: 0;
  }

  #mailing-list-modal input[type=text],
#mailing-list-modal input[type=email],
#mailing-list-modal select,
#mailing-list-modal .gdpr-acceptance,
#mailing-list-modal .list-acceptance,
#mailing-list-modal .wpcf7-form-control-wrap.your-country,
#mailing-list-modal .wpcf7-form-control-wrap.your-language {
    width: 100% !important;
  }
}
@media screen and (max-width: 430px) {
  #masthead .site-branding .custom-logo {
    width: 256px;
  }
}
@media screen and (max-width: 420px) {
  .experiences-slider-wrapper {
    top: -150px;
  }
  .experiences-slider-wrapper .slider-arrow {
    width: 37.5px;
    height: 37.5px;
    background-image: url("img/sprite-sheet.png");
    background-size: 240.3333333333px 116.1666666667px;
  }
  .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(50% - 160px);
    background-position: -151px -60px;
  }
  .experiences-slider-wrapper .slider-arrow.next {
    right: calc(50% - 160px);
    background-position: -188.5px -60px;
  }
}
@media screen and (max-width: 370px) {
  #masthead .site-branding .custom-logo,
body.scrolled #masthead .site-branding .custom-logo {
    width: 220px;
  }

  .menu-toggle {
    top: -27px;
  }

  body.scrolled #masthead .menu-toggle {
    top: -15px;
  }
}
/*------------------------------*\
		Privacy policy
\*------------------------------*/
.privacy-policy .entry-content .content {
  padding-top: 0;
}

#policy-accordion {
  position: relative;
  text-align: left;
  padding-top: 40px;
}
#policy-accordion p {
  margin-left: 0;
  margin-right: 0;
}
#policy-accordion ol {
  list-style-type: none;
  margin-left: 1em;
}
#policy-accordion ol li {
  text-indent: -1.05em;
}
#policy-accordion ol ul {
  list-style-type: disc;
}
#policy-accordion ol ul li {
  text-indent: 0;
}

.accordion-title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.5em 4em 0.7em 1.4em;
  cursor: pointer;
  transition: all 0.2s;
  box-sizing: border-box;
}
.accordion-title:after {
  content: "";
  position: absolute;
  width: 0;
  right: 1.5em;
  height: 0;
  top: 50%;
  margin-top: -6px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white;
  transition: transform 0.2s;
}
.accordion-title.active, .accordion-title:hover {
  background-color: #1fbed0;
  background-color: #b08d57;
}
.accordion-title.active:after {
  transform: rotateX(180deg);
}

.accordion-text {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 2em 1.68em 0em;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0em;
  height: 100%;
}

.accordion-title.active + .accordion-text {
  max-height: 500px;
  overflow: auto;
}

@media screen and (max-width: 1450px) {
  .accordion-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #policy-accordion {
    width: calc(66% - 40px);
  }
}
@media screen and (max-width: 1180px) {
  #policy-accordion {
    width: 100%;
  }
}
@media screen and (max-width: 1115px) {
  .accordion-title {
    font-size: 18px;
  }
}
/*------------------------------*\
		Single experience
\*------------------------------*/
.single-experiences .entry-content {
  padding-bottom: 5vw;
}
.single-experiences h1.entry-title {
  margin-top: 44px;
}
.single-experiences .left {
  float: left;
  width: calc(100% - 800px);
  clear: left;
}
.single-experiences .right {
  float: right;
  width: 800px;
  clear: right;
}
.single-experiences .video-wrapper {
  margin-top: 50px;
}
.single-experiences .icon-block {
  width: 50%;
  padding-left: 60px;
  padding-right: 50px;
  float: left;
}
.single-experiences .icon-block h4 {
  margin-top: 5px;
  margin-bottom: 1px;
}
.single-experiences .opening_hours {
  margin-top: 27px;
}
.single-experiences .duration {
  margin-top: 27px;
}
.single-experiences .meeting_point {
  clear: left;
  padding-top: 30px;
}
.single-experiences .good_to_know {
  padding-top: 30px;
}
.single-experiences .text-wrapper {
  text-align: left;
}
.single-experiences .icon {
  position: relative;
  left: -60px;
  top: 5px;
}
.single-experiences .book-now-btn {
  margin: 65px auto;
}
.single-experiences .map {
  box-shadow: 1.841px 0.781px 21.5px rgba(105, 106, 107, 0.25);
  display: block;
  margin-top: 32px;
}
.single-experiences .map img {
  display: block;
}

.video-wrapper {
  position: relative;
  width: auto;
  display: flex;
}
.video-wrapper video {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.video-wrapper .playpause {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(53, 46, 46, 0.23);
  background-image: url("img/video_icon.png");
  background-repeat: no-repeat;
  background-size: 182px;
  background-position: center;
  cursor: pointer;
}

@media screen and (min-width: 1251px) {
  .video-mobile,
.video-mobile video {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .video-desktop,
.video-desktop video {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .single-experiences .left {
    width: 55%;
  }
  .single-experiences .right {
    width: 45%;
  }

  .video-wrapper .playpause {
    background-size: 20%;
    background-size: 10vw;
  }
}
@media screen and (max-width: 1500px) {
  .single-experiences .icon-block {
    padding-left: 50px;
    padding-right: 20px;
  }
  .single-experiences .icon {
    left: -50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 701px) {
  .single-experiences .icon-block {
    width: 100%;
  }
  .single-experiences .duration {
    margin-top: 30px;
  }
  .single-experiences .opening_hours {
    margin-top: 14px;
  }
}
@media screen and (max-width: 700px) {
  .single-experiences .content {
    display: flex;
    flex-wrap: wrap;
  }
  .single-experiences .content > .left, .single-experiences .content > .right {
    padding-right: 0;
    float: none;
    clear: both;
    width: 100%;
    flex-basis: 100%;
  }
  .single-experiences .content .exp-image {
    order: 4;
  }
  .single-experiences .content .exp-video {
    margin-top: 3px;
  }
  .single-experiences .video-wrapper {
    margin-top: 0;
  }
  .single-experiences .opening_hours,
.single-experiences .duration {
    margin-top: 27px;
  }
  .single-experiences .book-now-btn {
    margin: 30px auto;
  }

  .video-wrapper .playpause {
    background-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  .single-experiences .icon-block {
    width: 100%;
  }
  .single-experiences .map {
    left: -50px;
    position: relative;
    width: calc(100% + 70px);
  }
}
/*------------------------------*\
		Footer
\*------------------------------*/
#colophon {
  background-color: #525459;
  clear: both;
}
#colophon .site-info,
#colophon .cols-wrapper {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #ffffff;
}
#colophon .cols-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  flex-wrap: wrap;
}
#colophon .cols-wrapper a {
  color: #fff;
}
#colophon .site-info a {
  color: #fff;
}
#colophon ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#colophon li {
  display: block;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
#colophon h4 {
  font-family: "Noe", serif;
  font-size: 22px;
  margin-bottom: 0.6em;
}
#colophon .has-icon {
  line-height: 35px;
  display: inline-block;
}
#colophon .col .col-content.second {
  padding-top: 15px;
}
#colophon .col .col-content.second h4 {
  margin-top: 34px;
}
#colophon .col .col-content.second li {
  margin-top: -5px;
}
#colophon .col .col-content.second .row {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
#colophon .col .col-content.second .has-icon::before {
  margin-left: 7px;
  margin-right: 0;
  top: 10px;
}
#colophon .col-6 {
  display: none;
}

@media screen and (max-width: 1350px) {
  #colophon .col {
    flex-basis: calc(50% - 90px);
  }
  #colophon .col-2 {
    flex-basis: 180px;
  }
  #colophon .col-5 {
    flex-basis: 180px;
  }
  #colophon .col-3,
#colophon .col-6 {
    text-align: right;
  }
  #colophon .col-3 .col-content,
#colophon .col-6 .col-content {
    text-align: left;
    display: inline-block;
    width: 290px;
  }
  #colophon .col-3 .second {
    display: none !important;
  }
  #colophon .col-6 {
    display: block;
    flex-basis: calc(50% - 90px);
  }
}
@media screen and (max-width: 850px) {
  #colophon .col {
    flex-basis: 350px;
  }
  #colophon .col-3,
#colophon .col-6 {
    text-align: left;
  }
  #colophon .col-5,
#colophon .col-6 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #colophon .cols-wrapper {
    display: block;
  }
  #colophon .col {
    margin-bottom: 30px;
    text-align: center;
  }
  #colophon .col .col-content {
    width: 350px;
    margin-left: 100px;
    text-align: left;
    display: inline-block;
  }
  #colophon .col-1 li,
#colophon .col-1 p {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  #colophon .col .col-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  #colophon .col .col-content {
    width: 100%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

body.error404 h1 {
  font-size: 154px;
  font-family: "Noe", serif;
  font-weight: 400;
  line-height: 0.4em;
  margin-top: 1.2em;
  text-align: center;
  color: #b08d57;
}
body.error404 .page-content {
  min-height: calc(100vh - 1000px);
}
body.error404 .page-content p {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 48px;
  color: #090909;
  font-family: "Muli", sans-serif;
  text-align: center;
  margin-bottom: 2.6em;
}
body.error404 .page-content .btn {
  width: 366px;
  margin: 0 auto 100px;
  margin-bottom: 5vw;
}

@media screen and (max-width: 1750px) {
  body.error404 .page-content p {
    font-size: 27px;
  }
}
@media screen and (max-width: 1500px) {
  body.error404 .page-content .btn {
    width: 300px;
  }
}
@media screen and (max-width: 1450px) {
  body.error404 h1 {
    font-size: 84px;
  }
  body.error404 .page-content p {
    font-size: 23px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 1180px) {
  body.error404 .page-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  body.error404 .page-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  body.error404 h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 650px) {
  body.error404 h1 {
    font-size: 53px;
  }
}
@media screen and (max-width: 1500px) {
  body.error404 .page-content .btn {
    width: 260px;
  }
}
@media screen and (max-width: 550px) {
  body.error404 h1 {
    font-size: 45px;
  }
}
body.home .experiences-slider-section,
body.home .shop-section {
  background-color: #c2d7d9;
}

body.home.scrolled #masthead .main-nav-wrapper,
body.page-template-page-venue.scrolled #masthead .main-nav-wrapper {
  background: #525459;
}
body.home #masthead .main-nav-wrapper,
body.page-template-page-venue #masthead .main-nav-wrapper {
  z-index: 1;
  background: transparent;
}
body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
  height: 1020px;
  width: 100%;
  margin: -170px 0 0 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: left;
}
body.home .hero-content-wrapper::after,
body.page-template-page-venue .hero-content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/top-shadow.png");
  background-repeat: repeat-x;
}
body.home .hero-content-wrapper .header-overlay,
body.page-template-page-venue .hero-content-wrapper .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/home/Header-shadow-overlay.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body.home .hero-content-wrapper .hero-video,
body.page-template-page-venue .hero-content-wrapper .hero-video {
  position: absolute;
  top: 0;
  min-width: 100%;
}
body.home .hero-content-wrapper .content-wide,
body.page-template-page-venue .hero-content-wrapper .content-wide {
  padding-top: 20px;
  z-index: 1;
}
body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
  font-family: "Noe", serif;
  font-size: 154px;
  line-height: 0.72em;
  font-weight: 400;
  color: #fff;
  margin: 0.37em 0 0 0;
  filter: drop-shadow(1.841px 0.781px 2px rgba(0, 0, 0, 0.35));
  letter-spacing: -0.03em;
}
body.home .hero-content-wrapper h2 .small,
body.page-template-page-venue .hero-content-wrapper h2 .small {
  position: relative;
  font-size: 99px;
  letter-spacing: -0.01em;
}
body.home .hero-content-wrapper h2 .first-line,
body.page-template-page-venue .hero-content-wrapper h2 .first-line {
  margin-left: 0.3em;
}
body.home .hero-content-wrapper h2 .second-line,
body.page-template-page-venue .hero-content-wrapper h2 .second-line {
  display: block;
  margin-left: 0.83em;
}
body.home .hero-content-wrapper h2 .second-line .small,
body.page-template-page-venue .hero-content-wrapper h2 .second-line .small {
  top: -0.28em;
}
body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
  width: auto;
  font-size: 35px;
  letter-spacing: 0.06em;
  line-height: 1.25em;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  font-weight: normal;
  text-align: center;
  text-align: left;
  margin-top: 0.4em;
  padding-left: 0.7em;
  filter: drop-shadow(1.841px 0.781px 2px rgba(0, 0, 0, 0.35));
}
body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
  position: relative;
  top: -105px;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 48px;
  color: #090909;
  font-family: "Muli", sans-serif;
  text-align: center;
  padding-bottom: 78px;
  width: 75%;
  max-width: 1400px;
}
body.home .experiences-slider-section .more-experiences-btn,
body.page-template-page-venue .experiences-slider-section .more-experiences-btn {
  display: none;
}
body.home .video-section,
body.page-template-page-venue .video-section {
  position: relative;
  height: 780px;
  background-image: url("img/home/video-placeholder.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home .shop-section,
body.page-template-page-venue .shop-section {
  padding-bottom: 197px;
  overflow-x: hidden;
}
body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
  position: relative;
  margin-top: 90px;
  float: left;
  width: 895px;
  height: 554px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  height: auto;
  margin-top: 90px;
}
body.home .shop-section .odd .left .shop-video-wrapper,
body.home .shop-section .even .right .shop-video-wrapper,
body.page-template-page-venue .shop-section .odd .left .shop-video-wrapper,
body.page-template-page-venue .shop-section .even .right .shop-video-wrapper {
  display: block;
}
body.home .shop-section .shop-video,
body.page-template-page-venue .shop-section .shop-video {
  max-width: 100%;
}
body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left {
  position: relative;
  margin-top: 101px;
  float: right;
  width: calc(100% - 920px);
  margin-top: 90px;
}
body.home .shop-section .odd .right h3,
body.home .shop-section .even .left h3,
body.page-template-page-venue .shop-section .odd .right h3,
body.page-template-page-venue .shop-section .even .left h3 {
  font-size: 76px;
  line-height: 1em;
  color: #b08d57;
  font-weight: bold;
  font-family: "Noe", serif;
  margin-bottom: 0.6em;
  margin-left: 45px;
  margin-top: 0;
}
body.home .shop-section .odd .right p,
body.home .shop-section .even .left p,
body.page-template-page-venue .shop-section .odd .right p,
body.page-template-page-venue .shop-section .even .left p {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 33px;
  color: #000;
  margin: 0 100px 0 45px;
}
body.home .shop-section .odd .right .shop-btn,
body.home .shop-section .even .left .shop-btn,
body.page-template-page-venue .shop-section .odd .right .shop-btn,
body.page-template-page-venue .shop-section .even .left .shop-btn {
  left: 45px;
  margin-top: 57px;
}
body.home .shop-section .odd .right.right-second, body.home .shop-section .odd .right.left-second,
body.home .shop-section .even .left.right-second,
body.home .shop-section .even .left.left-second,
body.page-template-page-venue .shop-section .odd .right.right-second,
body.page-template-page-venue .shop-section .odd .right.left-second,
body.page-template-page-venue .shop-section .even .left.right-second,
body.page-template-page-venue .shop-section .even .left.left-second {
  margin-top: 0;
}
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .even .right {
  float: right;
}
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .even .left {
  float: left;
}
body.home .shop-section::after,
body.page-template-page-venue .shop-section::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

body.home .hero-content-wrapper {
  background-image: url("img/home/Cliffs-of-Moher-(Drone)_1_2500pxX1020px.jpg");
}

body.page-taste-the-atlantic .hero-content-wrapper {
  background-image: url("img/venues/Taste-the-Atlantic-top-Video.jpg");
}

body.page-burren-brewery .hero-content-wrapper {
  background-image: url("img/venues/Brewery-top-Video-bg.jpg");
}

/*------------------------------*\
		Responsive
\*------------------------------*/
@media screen and (max-width: 2500px) {
  body.home .hero-content-wrapper .header-overlay,
body.page-template-page-venue .hero-content-wrapper .header-overlay {
    background-size: 2500px auto;
  }
}
@media screen and (min-width: 2300px) {
  body.home .hero-content-wrapper .content-wide,
body.page-template-page-venue .hero-content-wrapper .content-wide {
    padding-left: 0;
  }
}
@media screen and (max-width: 1800px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    height: 940px;
  }
  body.home .hero-content-wrapper .hero-video,
body.page-template-page-venue .hero-content-wrapper .hero-video {
    height: 100%;
  }
  body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
    margin-left: 50px;
  }
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    margin-left: 40px;
  }
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    top: -150px;
    padding-bottom: 24px;
  }
  body.home .video-section,
body.page-template-page-venue .video-section {
    height: 563px;
  }
  body.home .shop-section,
body.page-template-page-venue .shop-section {
    padding-bottom: 150px;
  }
  body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
    height: 0;
    width: 45%;
    padding-bottom: 27%;
  }
  body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left {
    width: 53.8%;
  }
  body.home .shop-section .odd .right .shop-btn,
body.home .shop-section .even .left .shop-btn,
body.page-template-page-venue .shop-section .odd .right .shop-btn,
body.page-template-page-venue .shop-section .even .left .shop-btn {
    margin-top: 22px;
  }
  body.home .shop-section .shop-video-wrapper,
body.page-template-page-venue .shop-section .shop-video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1750px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    height: 822px;
  }
  body.home .shop-section .odd .right h3,
body.home .shop-section .even .left h3,
body.page-template-page-venue .shop-section .odd .right h3,
body.page-template-page-venue .shop-section .even .left h3 {
    font-size: 65px;
    margin-bottom: 0.54em;
  }

  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    top: -94px;
    font-size: 27px;
    padding-bottom: 56px;
  }

  body.home .video-section,
body.page-template-page-venue .video-section {
    height: 468px;
  }
}
@media screen and (max-width: 1500px) {
  body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
    width: 41%;
    margin-top: 35px;
  }
  body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left {
    width: 57.1%;
    margin-top: 35px;
  }
  body.home .shop-section .odd .right p,
body.home .shop-section .even .left p,
body.page-template-page-venue .shop-section .odd .right p,
body.page-template-page-venue .shop-section .even .left p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 50px 0 45px;
  }
  body.home .shop-section .odd .right .shop-btn,
body.home .shop-section .even .left .shop-btn,
body.page-template-page-venue .shop-section .odd .right .shop-btn,
body.page-template-page-venue .shop-section .even .left .shop-btn {
    margin-top: 65px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 1450px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    height: 693px;
  }
  body.home .hero-content-wrapper .header-overlay,
body.page-template-page-venue .hero-content-wrapper .header-overlay {
    background-size: auto 100%;
  }
  body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
    font-size: 83.6364px;
    margin-top: 10px;
  }
  body.home .hero-content-wrapper h2 .small,
body.page-template-page-venue .hero-content-wrapper h2 .small {
    font-size: 54px;
  }
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    font-size: 27px;
    margin-left: 27px;
    margin-top: 1.2em;
    letter-spacing: 0;
  }
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    font-size: 23px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 1350px) {
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    top: -100px;
    margin-top: -20px;
    padding-bottom: 0;
  }
  body.home .shop-section,
body.page-template-page-venue .shop-section {
    padding-bottom: 90px;
  }
  body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
    width: 40%;
    padding-bottom: 27.5%;
    margin-top: 37px;
    margin-top: 0;
  }
  body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left {
    margin-top: 0px;
  }
  body.home .shop-section .odd .right h3,
body.home .shop-section .even .left h3,
body.page-template-page-venue .shop-section .odd .right h3,
body.page-template-page-venue .shop-section .even .left h3 {
    font-size: 48px;
    line-height: 1em;
  }
  body.home .shop-section .odd .right p,
body.home .shop-section .even .left p,
body.page-template-page-venue .shop-section .odd .right p,
body.page-template-page-venue .shop-section .even .left p {
    margin-left: 47px;
    margin-right: 20px;
  }
  body.home .shop-section .odd .right .shop-btn,
body.home .shop-section .even .left .shop-btn,
body.page-template-page-venue .shop-section .odd .right .shop-btn,
body.page-template-page-venue .shop-section .even .left .shop-btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1180px) {
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    font-size: 20px;
  }
}
@media screen and (max-width: 1140px) {
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    font-size: 18px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    height: 550px;
    padding-top: 90px;
    margin-top: -110px;
  }
  body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
    margin-left: 80px;
    font-size: 70px;
    line-height: 1em;
  }
  body.home .hero-content-wrapper h2 .small,
body.page-template-page-venue .hero-content-wrapper h2 .small {
    font-size: 45px;
  }
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    font-size: 24px;
    margin-top: -10px;
    margin-left: 50px;
  }
  body.home .experiences-slider-section .more-experiences-btn,
body.page-template-page-venue .experiences-slider-section .more-experiences-btn {
    display: block;
    width: 366px;
    margin: 0 auto 35px;
    top: -100px;
  }
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    top: -70px;
    padding-bottom: 45px;
  }
  body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
    padding-bottom: 30%;
  }
  body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left {
    width: 60%;
  }
  body.home .shop-section .shop-video-wrapper,
body.page-template-page-venue .shop-section .shop-video-wrapper {
    align-items: flex-end;
  }
  body.home .video-section,
body.page-template-page-venue .video-section {
    height: 375px;
  }
}
@media screen and (max-width: 1000px) {
  body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
    width: 43%;
    padding-bottom: 28%;
  }
  body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left {
    width: 57%;
  }
  body.home .shop-section .odd .right h3,
body.home .shop-section .even .left h3,
body.page-template-page-venue .shop-section .odd .right h3,
body.page-template-page-venue .shop-section .even .left h3 {
    margin-bottom: 0.35em;
    margin-left: 36px;
  }
  body.home .shop-section .odd .right p,
body.home .shop-section .even .left p,
body.page-template-page-venue .shop-section .odd .right p,
body.page-template-page-venue .shop-section .even .left p {
    margin-left: 36px;
    font-size: 16px;
    line-height: 24px;
  }
  body.home .shop-section .odd .right .shop-btn,
body.home .shop-section .even .left .shop-btn,
body.page-template-page-venue .shop-section .odd .right .shop-btn,
body.page-template-page-venue .shop-section .even .left .shop-btn {
    left: 36px;
  }
}
@media screen and (max-width: 900px) {
  body.home .shop-section .odd .right h3,
body.home .shop-section .even .left h3,
body.page-template-page-venue .shop-section .odd .right h3,
body.page-template-page-venue .shop-section .even .left h3 {
    font-size: 40px;
    line-height: 49px;
  }
  body.home .experiences-slider-section p.stones-section br,
body.page-template-page-venue .experiences-slider-section p.stones-section br {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    background-position: -200px center;
  }
  body.home .hero-content-wrapper .hero-video,
body.page-template-page-venue .hero-content-wrapper .hero-video {
    position: absolute;
    left: -200px;
  }
}
@media screen and (max-width: 800px) {
  body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
    margin-top: 30px;
    margin-left: 6%;
  }
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    margin-left: 4%;
    font-size: 20px;
  }

  body.home .shop-section h3,
body.page-template-page-venue .shop-section h3 {
    text-align: center !important;
    width: 100% !important;
    left: 0 !important;
  }
  body.home .shop-section .right-first .shop-section-title,
body.page-template-page-venue .shop-section .right-first .shop-section-title {
    width: 100%;
    left: 0;
    text-align: center;
  }
  body.home .shop-section .odd .left,
body.home .shop-section .odd .right,
body.home .shop-section .even .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .even .left,
body.page-template-page-venue .shop-section .even .right {
    width: 100%;
    float: none;
  }
  body.home .shop-section .odd .left,
body.home .shop-section .even .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right {
    margin-top: 30px;
    background-position: center;
    padding-bottom: 50%;
    text-align: center;
    padding-bottom: 0;
    height: auto;
  }
  body.home .shop-section .odd .left .shop-video-wrapper,
body.home .shop-section .even .right .shop-video-wrapper,
body.page-template-page-venue .shop-section .odd .left .shop-video-wrapper,
body.page-template-page-venue .shop-section .even .right .shop-video-wrapper {
    position: relative;
    height: auto;
    display: block;
  }
  body.home .shop-section .even .left h3,
body.home .shop-section .odd .right h3,
body.page-template-page-venue .shop-section .even .left h3,
body.page-template-page-venue .shop-section .odd .right h3 {
    margin-left: 0;
    margin-top: 0;
  }
  body.home .shop-section .right-second,
body.home .shop-section .left-second,
body.page-template-page-venue .shop-section .right-second,
body.page-template-page-venue .shop-section .left-second {
    text-align: center;
    padding-top: 3em;
  }
  body.home .shop-section .right-second .shop-btn-wrapper,
body.home .shop-section .left-second .shop-btn-wrapper,
body.page-template-page-venue .shop-section .right-second .shop-btn-wrapper,
body.page-template-page-venue .shop-section .left-second .shop-btn-wrapper {
    width: 100% !important;
    left: 0;
  }
  body.home .shop-section .right-second .shop-btn-wrapper .shop-btn,
body.home .shop-section .left-second .shop-btn-wrapper .shop-btn,
body.page-template-page-venue .shop-section .right-second .shop-btn-wrapper .shop-btn,
body.page-template-page-venue .shop-section .left-second .shop-btn-wrapper .shop-btn {
    left: auto;
    right: auto;
    margin: 37px auto 0;
  }
}
@media screen and (max-width: 750px) {
  body.home .shop-section,
body.page-template-page-venue .shop-section {
    padding-bottom: 75px;
  }
  body.home .shop-section .shop-video-wrapper,
body.page-template-page-venue .shop-section .shop-video-wrapper {
    align-items: flex-start;
  }
}
@media screen and (max-width: 700px) {
  body.home .experiences-slider-section p.stones-section,
body.page-template-page-venue .experiences-slider-section p.stones-section {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
    margin-left: 5%;
    font-size: 53.1px;
  }
  body.home .hero-content-wrapper h2 .small,
body.page-template-page-venue .hero-content-wrapper h2 .small {
    font-size: 35px;
  }
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    margin-left: 0%;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    background-position: -350px center;
  }
  body.home .hero-content-wrapper .hero-video,
body.page-template-page-venue .hero-content-wrapper .hero-video {
    position: absolute;
    left: -350px;
  }
}
@media screen and (max-width: 550px) {
  body.home .hero-content-wrapper,
body.page-template-page-venue .hero-content-wrapper {
    height: 500px;
  }
  body.home .hero-content-wrapper h2,
body.page-template-page-venue .hero-content-wrapper h2 {
    margin-left: 3%;
    font-size: 45px;
  }
  body.home .hero-content-wrapper h2 .small,
body.page-template-page-venue .hero-content-wrapper h2 .small {
    font-size: 29px;
  }
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    margin-top: 1px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  body.home .hero-content-wrapper h1,
body.page-template-page-venue .hero-content-wrapper h1 {
    width: 260px;
  }
}
@media screen and (max-width: 400px) {
  body.home .experiences-slider-section .more-experiences-btn,
body.page-template-page-venue .experiences-slider-section .more-experiences-btn {
    width: 280px;
  }
}
/*------------------------------*\
	Centering slider when not full
\*------------------------------*/
@media screen and (min-width: 2101px) {
  body.home .experiences-slider-wrapper.count-4 .slider,
body.page-template-page-venue .experiences-slider-wrapper.count-4 .slider {
    justify-content: center;
  }
}
@media screen and (min-width: 1471px) {
  body.home .experiences-slider-wrapper.count-3 .slider,
body.page-template-page-venue .experiences-slider-wrapper.count-3 .slider {
    justify-content: center;
  }
}
@media screen and (min-width: 961px) {
  body.home .experiences-slider-wrapper.count-2 .slider,
body.page-template-page-venue .experiences-slider-wrapper.count-2 .slider {
    justify-content: center;
  }
}
@media screen and (min-width: 651px) {
  body.home .experiences-slider-wrapper.count-1 .slider,
body.page-template-page-venue .experiences-slider-wrapper.count-1 .slider {
    justify-content: center;
  }
}
/*------------------------------*\
		Venue template
\*------------------------------*/
body.page-template-page-venue .experiences-slider-section,
body.page-template-page-venue .shop-section {
  background-color: #c2d7d9;
}
body.page-template-page-venue .post-thumbnail.bgimage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
body.page-template-page-venue .hero-content-wrapper h2 .first-line,
body.page-template-page-venue .hero-content-wrapper h2 .second-line {
  min-height: 1em;
  display: block;
}
body.page-template-page-venue .hero-content-wrapper h1 {
  font-size: 70px;
  letter-spacing: 0.025em;
  line-height: 1em;
  margin-top: -0.1em;
  margin-left: 2.5em;
}
body.page-template-page-venue .second-section {
  position: relative;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fffefc;
  padding-bottom: 1px;
}
body.page-template-page-venue .second-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/venues/Roadside-Highlight-section-overlay.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
body.page-template-page-venue .second-section h2 {
  font-family: "Noe", serif;
  font-size: 76px;
  line-height: 1.1em;
  font-weight: 700;
  margin-top: 1.9em;
  margin-bottom: 0.4em;
}
body.page-template-page-venue .second-section p {
  max-width: 925px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 33px;
  margin-bottom: 1.9em;
}
body.page-template-page-venue .second-section .content {
  margin-bottom: 3.8vw;
}

body.page-template-page-venue.page-the-roadside-tavern .hero-content-wrapper h2 .second-line {
  margin-left: 1.4em;
}
body.page-template-page-venue.page-the-roadside-tavern .second-section {
  background-image: url("img/venues/Roadside-Highlight-section-bg.jpg");
}

body.page-template-page-venue.page-burren-smokehouse .second-section {
  background-image: url("img/venues/Burren-Smokehouse-highlight-bg.jpg");
  background-position: center top;
}
body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h2 .second-line {
  margin-left: 1.3em;
}
body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h1 {
  margin-left: 1.3em;
}

body.page-template-page-venue.page-burren-storehouse .second-section {
  background-image: url("img/venues/burren-storehouse-highlight.jpg");
  background-position: center;
}
body.page-template-page-venue.page-burren-storehouse .hero-content-wrapper h2 .second-line {
  margin-left: 1.3em;
}
body.page-template-page-venue.page-burren-storehouse .hero-content-wrapper h1 {
  margin-left: 3.3em;
}

body.page-template-page-venue.page-taste-the-atlantic .second-section {
  background-image: url("img/venues/Taste-the-Atlantic-highlight-bg.jpg");
}
body.page-template-page-venue.page-taste-the-atlantic .hero-content-wrapper h2 .second-line {
  margin-left: 1.3em;
}
body.page-template-page-venue.page-taste-the-atlantic .hero-content-wrapper h2 .second-line .small {
  top: 0;
}
body.page-template-page-venue.page-taste-the-atlantic .hero-content-wrapper h1 {
  margin-left: 3.3em;
}

body.page-template-page-venue.page-taste-the-atlantic .second-section {
  background-image: url("img/venues/Taste-the-Atlantic-highlight-bg.jpg");
}

body.page-template-page-venue.page-burren-brewery .second-section {
  background-image: url("img/venues/brewery-highlight-bg.jpg");
}

@media screen and (max-width: 1800px) {
  body.page-template-page-venue .hero-content-wrapper h1 {
    font-size: 60px;
    margin-top: -0.4em;
  }
}
@media screen and (max-width: 1530px) {
  body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h2 .second-line {
    margin-left: 0.7em;
  }
}
@media screen and (max-width: 1500px) {
  body.page-template-page-venue .second-section h2 {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 1450px) {
  body.page-template-page-venue .hero-content-wrapper h1 {
    font-size: 45px;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 1250px) {
  body.page-template-page-venue.page-the-roadside-tavern .second-section {
    background-image: url("img/venues/Roadside-Highlight-section-bg-1250.jpg");
  }

  body.page-template-page-venue.page-burren-storehouse .second-section {
    background-image: url("img/venues/burren-storehouse-highlight-1250.jpg");
  }

  body.page-template-page-venue.page-taste-the-atlantic .second-section {
    background-image: url("img/venues/Taste-the-Atlantic-highlight-1250-bg.jpg");
  }

  body.page-template-page-venue.page-burren-brewery .second-section {
    background-image: url("img/venues/brewery-highlight-bg-1250.jpg");
  }
}
@media screen and (max-width: 1200px) {
  body.page-template-page-venue .second-section .content {
    margin-bottom: 6vw;
  }
  body.page-template-page-venue .second-section h2 {
    font-size: 48px;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
  }
  body.page-template-page-venue .second-section p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2.8em;
  }
}
@media screen and (max-width: 1100px) {
  body.page-template-page-venue .shop-section .even .left h3 {
    margin-right: 20px;
  }
  body.page-template-page-venue .hero-content-wrapper h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  body.page-template-page-venue .second-section h2 {
    margin-top: 1em;
  }
}
@media screen and (max-width: 880px) {
  body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h1 {
    max-width: 500px;
  }
}
@media screen and (max-width: 800px) {
  body.page-template-page-venue .shop-section .odd .right,
body.page-template-page-venue .shop-section .odd .left,
body.page-template-page-venue .shop-section .even .right,
body.page-template-page-venue .shop-section .even .left {
    margin-top: 30px;
  }

  body.page-template-page-venue.page-the-roadside-tavern .second-section::before {
    background-image: url("img/venues/Roadside-Highlight-section-overlay-798px.png");
  }
}
@media screen and (max-width: 700px) {
  body.page-template-page-venue .hero-content-wrapper h1 {
    margin-left: 8%;
    letter-spacing: 0;
    font-size: 37px;
  }
  body.page-template-page-venue .second-section h2 {
    font-size: 40px;
    margin-top: 0.7em;
    margin-bottom: 0;
  }
  body.page-template-page-venue .second-section p {
    margin-top: 0.5em;
    margin-bottom: 2.3em;
  }
}
@media screen and (max-width: 550px) {
  body.page-template-page-venue .hero-content-wrapper h1 {
    margin-left: -10px;
    font-size: 27px;
    margin-top: 30px;
    width: 100%;
  }

  body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h1 {
    max-width: 350px;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 450px) {
  body.page-template-page-venue.page-the-roadside-tavern .hero-content-wrapper h2 .first-line {
    margin-left: 0;
  }
  body.page-template-page-venue.page-the-roadside-tavern .hero-content-wrapper h2 .second-line {
    margin-left: 0.5em;
  }

  body.page-template-page-venue .second-section .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 430px) {
  body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h2 .second-line {
    margin-left: 0.3em;
    max-width: 300px;
  }
  body.page-template-page-venue.page-burren-smokehouse .hero-content-wrapper h1 {
    margin-top: 0;
  }

  body.page-template-page-venue.page-burren-storehouse .hero-content-wrapper h1,
body.page-template-page-venue.page-taste-the-atlantic .hero-content-wrapper h1 {
    margin-left: 0em;
  }
}
@media screen and (max-width: 350px) {
  body.page-template-page-venue.page-taste-the-atlantic .hero-content-wrapper h2 .second-line {
    margin-left: 0.6em;
  }
}
.page-home .video-section {
  display: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 1em;
  right: 20%;
}

div.wpcf7-response-output {
  margin-top: 1em;
}

div.wpcf7-response-output {
  border-color: #f35d1e;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transition: all 1s;
  overflow: hidden;
}

.modal-overlay.inactive {
  opacity: 0;
  z-index: -1000;
}

.modal-form {
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  max-height: 80vh;
  padding: 5vh 5% 3vh;
  overflow: auto;
  z-index: 99999;
  background-color: white;
  width: 80%;
  max-width: 1020px;
  min-width: 300px;
  border: 2px solid silver;
  border-radius: 5px;
  margin: auto;
  font-size: 18px;
  top: 5vh;
  transition: all 0.5s;
}
.modal-form .close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='100' width='100'><line x1='0' y1='0' x2='100' y2='100' style='stroke:rgb(0,0,0);stroke-width:4' /><line x1='100' y1='0' x2='0' y2='100' style='stroke:rgb(0,0,0);stroke-width:4' /></svg>");
  background-size: 35px 35px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  cursor: pointer;
  transform: rotate(0deg);
}
.modal-form .close:hover {
  transform: rotate(90deg);
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.modal-form .wpcf7 {
  position: relative;
}
.modal-form div.wpcf7 .ajax-loader {
  left: 50%;
  right: 50%;
  margin: 0;
  margin-left: -12px;
  top: 50px;
}

.modal-overlay .wpcf7-response-output {
  background-color: #fff;
  margin: 0 0 50px 0;
  position: relative;
  transition: top 2s;
}

.modal-overlay .wpcf7 form {
  display: block;
}
.modal-overlay div.wpcf7-response-output {
  padding: 0 1em;
  border-radius: 3px;
  line-height: 52px;
}
.modal-overlay div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 800px) {
  .modal-form {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .modal-form {
    width: 95%;
  }
}
/*------------------------------*\
		Contact Page
\*------------------------------*/
body.page-id-34 .entry-title {
  width: calc(66.66% - 50px);
  margin-bottom: 0;
  text-align: center;
}
body.page-id-34 .main-block p.first-paragraph {
  text-align: center;
  max-width: 700px;
}
body.page-id-34 .main-block label {
  display: block;
}
body.page-id-34 .main-block .label-your-name,
body.page-id-34 .main-block .label-your-surname,
body.page-id-34 .main-block .label-your-email,
body.page-id-34 .main-block .label-your-tel {
  position: relative;
  display: block;
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 40px;
}
body.page-id-34 .main-block .label-your-surname,
body.page-id-34 .main-block .label-your-tel {
  float: right;
}
body.page-id-34 .main-block label input {
  width: 100%;
}
body.page-id-34 .main-block .gdpr-acceptance label,
body.page-id-34 .main-block .list-acceptance label {
  padding-top: 4px;
}
body.page-id-34 .side-block {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 23px;
  font-weight: 400;
}
body.page-id-34 .side-block h4 {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Noe", serif;
  margin-bottom: 0.65em;
}
body.page-id-34 .side-block a {
  line-height: 1.2em;
  margin-top: 11px;
  display: block;
  top: 5px;
  position: relative;
}
body.page-id-34 .side-block .row {
  margin-top: 3px;
  margin-bottom: -7px;
}
body.page-id-34 .side-block .row a {
  display: inline-block;
}
body.page-id-34 .side-block .row a::before {
  margin-left: 7px;
  margin-right: 0;
  top: 4px;
}

#map-container {
  height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  body.page-id-34 .main-block .label-your-name,
body.page-id-34 .main-block .label-your-surname,
body.page-id-34 .main-block .label-your-email,
body.page-id-34 .main-block .label-your-tel {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  body.page-id-34 .entry-title {
    width: 100%;
  }
  body.page-id-34 .main-block {
    margin-right: 0;
  }
  body.page-id-34 .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
  }
  body.page-id-34 .side-block {
    margin-left: 0;
  }
}
/*------------------------------*\
		Testimonials
\*------------------------------*/
body.page-template-page-testimonials h1.entry-title {
  text-align: center;
  font-size: 75px;
  margin-top: 1em;
  margin-bottom: 0.4em;
}
body.page-template-page-testimonials .content {
  margin-top: 0;
  padding-top: 0;
}
body.page-template-page-testimonials .content > p {
  text-align: center;
  margin-bottom: 70px;
}
body.page-template-page-testimonials .testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-page-testimonials .testimonial {
  position: relative;
  flex-basis: 520px;
  flex-basis: 29.4%;
  margin-bottom: 100px;
  padding: 37px 36px 83px 33px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  box-shadow: -1.732px 1px 21.5px rgba(105, 106, 107, 0.25);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
}
body.page-template-page-testimonials .testimonial .name_location {
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-left: 0.3em;
  margin-right: 2em;
  color: #b08d57;
}
body.page-template-page-testimonials .testimonial .location {
  font-style: italic;
}

@media screen and (max-width: 1950px) {
  body.page-template-page-testimonials .testimonial {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 1500px) {
  body.page-template-page-testimonials h1.entry-title {
    font-size: 64px;
  }
  body.page-template-page-testimonials .content > p {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1350px) {
  body.page-template-page-testimonials h1.entry-title {
    font-size: 48px;
  }
  body.page-template-page-testimonials .content > p {
    margin-bottom: 45px;
  }
  body.page-template-page-testimonials .testimonial {
    padding: 2.5vw 2.4vw 83px 2.2vw;
  }
}
@media screen and (max-width: 900px) {
  body.page-template-page-testimonials .testimonial {
    flex-basis: 47%;
  }
  body.page-template-page-testimonials .testimonial-8 {
    margin-left: 26.5%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-page-testimonials h1.entry-title {
    font-size: 39px;
  }
  body.page-template-page-testimonials .content > p {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 540px) {
  body.page-template-page-testimonials .testimonial {
    flex-basis: 100%;
    padding: 5vw 4.8vw 83px 4.4vw;
  }
  body.page-template-page-testimonials .testimonial-8 {
    margin-left: 0;
  }
}
/*------------------------------*\
		Two Columns Template
\*------------------------------*/
.page-template-page-two-cols #primary .left {
  float: left;
  width: calc(100% - 800px);
  clear: left;
}
.page-template-page-two-cols #primary .right {
  float: right;
  width: 800px;
  clear: right;
  margin-top: 30px;
}
.page-template-page-two-cols #primary a[href^="tel:"],
.page-template-page-two-cols #primary a[href^="mailto:"] {
  margin-left: 14%;
  line-height: 25.6px;
  margin-top: 8px;
  display: inline-block;
}
.page-template-page-two-cols #primary a[href^="tel:"]::before,
.page-template-page-two-cols #primary a[href^="mailto:"]::before {
  content: "";
  position: relative;
  width: 20px;
  height: 25px;
  display: inline-block;
  top: 6px;
  margin-right: 6px;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
}
.page-template-page-two-cols #primary a[href^="tel:"]::before {
  background-position: -408px -28px;
}
.page-template-page-two-cols #primary a[href^="mailto:"]::before {
  background-position: -383px -28px;
}

@media screen and (max-width: 1700px) {
  .page-template-page-two-cols #primary .left {
    width: 55%;
  }
  .page-template-page-two-cols #primary .right {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .page-template-page-two-cols #primary .left,
.page-template-page-two-cols #primary .right {
    width: 100%;
  }
  .page-template-page-two-cols #primary .left {
    padding-right: 0;
  }
  .page-template-page-two-cols #primary .right {
    margin-top: 0;
  }
}
.right-col-video-wrapper {
  position: relative;
}
.right-col-video-wrapper .right-col-video-sizer {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
}
.right-col-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/*------------------------------*\
		One Column Template
\*------------------------------*/
.page-template-page-one-col #page,
.page-template-page-one-col #primary {
  background-color: #c3d7d9;
}

.page-template-page-one-col #primary > .page {
  margin-bottom: 0;
  padding-bottom: 130px;
}
.page-template-page-one-col #primary .entry-title {
  text-align: center;
}
.page-template-page-one-col #primary .paragraph-1400 {
  min-width: 320px;
  padding-bottom: 0;
}

@media screen and (max-width: 1800px) {
  .page-template-page-one-col #primary > .page {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-one-col #primary > .page {
    padding-bottom: 40px;
  }
}
.shop-cards-section {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.shop-cards-section .shop-card {
  flex-basis: 22%;
  background-color: #fff;
  box-shadow: 1.841px 0.781px 34px rgba(0, 0, 0, 0.04);
  position: relative;
}
.shop-cards-section .shop-card .content-wrapper {
  padding: 0 25px 85px;
}
.shop-cards-section .shop-card h3 {
  text-align: left;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.6;
  color: #b08d57;
  font-weight: bold;
  font-family: "Noe", serif;
}
.shop-cards-section .shop-card p {
  text-align: left;
}
.shop-cards-section .shop-card .btn {
  position: absolute;
  bottom: 44px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: calc(100% - 50px);
}
.shop-cards-section .shop-card .note {
  position: absolute;
  bottom: 11px;
  width: calc(100% - 50px);
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #b08d57;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s;
}
.shop-cards-section .shop-card .btn:hover ~ .note {
  opacity: 1;
}

@media screen and (max-width: 1800px) {
  .shop-cards-section {
    margin: 70px auto 0;
    width: 880px;
    flex-wrap: wrap;
  }
  .shop-cards-section .shop-card {
    flex-basis: 44.3182%;
    max-width: 390px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .shop-cards-section {
    margin-top: 80px;
    width: 100%;
    max-width: 825px;
  }
  .shop-cards-section .shop-card {
    flex-basis: 47%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .shop-cards-section .shop-card {
    padding-bottom: 50px;
  }
  .shop-cards-section .shop-card p {
    line-height: 24px;
  }
  .shop-cards-section .shop-card .btn {
    bottom: 65px;
  }
  .shop-cards-section .shop-card .note {
    bottom: 10px;
    min-height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 855px) {
  .shop-cards-section {
    margin-top: 60px;
  }
  .shop-cards-section .shop-card {
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 551px) {
  .shop-cards-section .shop-card .content-wrapper {
    padding: 0 20px 60px;
  }
  .shop-cards-section .shop-card h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .shop-cards-section {
    max-width: 350px;
  }
  .shop-cards-section .shop-card {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dgd-logo {
  position: relative;
  top: 0.75em;
  margin: 0 7px;
}

.dgd-logo svg {
  width: 1em;
  height: 2.1em;
}

a:hover .dgd-logo svg circle {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

#colophon .bottom-group {
  position: relative;
  width: auto;
  font-size: 14px;
  letter-spacing: 0;
  padding-top: 2em;
  padding-bottom: 8em;
  color: white;
  text-align: center;
}
#colophon .copyright {
  position: relative;
  left: 0;
  display: block;
}
#colophon .copyright br {
  display: none;
}
#colophon .dgd {
  position: relative;
  right: 0px;
  height: 1em;
  margin-top: 1em;
  display: block;
}
#colophon .dgd a {
  text-decoration: none;
}
#colophon .dgd a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 450px) {
  #colophon .copyright br {
    display: block;
  }
}
.news #primary nav {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 19px;
}

.blog__heading {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 98px;
}
.blog__heading #blog-tile-label {
  color: #b08d57 !important;
}
.blog__heading .entry-title {
  text-align: center;
}
.blog__heading a {
  color: #b08d57 !important;
}

#blog-tile-label {
  position: absolute;
  top: -2.5em;
  width: 100%;
  font-weight: normal;
  text-transform: none;
}

#blog-posts-list .post {
  position: relative;
  float: left;
  overflow: hidden;
}
#blog-posts-list .post:nth-child(3n) {
  margin-right: 0;
}
#blog-posts-list .post .img-wrapper {
  position: absolute;
  width: 100%;
  height: 72%;
  left: 0;
  overflow: hidden;
  background-color: #f8f8f8;
}
#blog-posts-list .post img {
  position: absolute;
  height: 100%;
  left: 0;
}
#blog-posts-list .post .entry-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  text-align: left;
  background-color: white;
  transition: all 0.2s;
}
#blog-posts-list .post .entry-content .left-side {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: #e3ecec;
}
#blog-posts-list .post .entry-content h3.entry-title {
  text-transform: none;
  font-size: 21px;
  color: #51b0c4;
  line-height: 1.2;
  margin: 20px 5% 3px;
  display: block;
  text-decoration: none;
  min-height: 2.1em;
}
#blog-posts-list .post .entry-content .author-date {
  font-size: 16px;
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 15px;
  color: #070707;
}
#blog-posts-list .post .entry-content .author-date span {
  color: #162b39;
  font-size: 16px;
}
#blog-posts-list .post .entry-content p {
  font-size: 15px;
  color: #152b38;
  line-height: 1.5;
  margin: 10px 5% 10px;
  text-align: justify;
  width: 90%;
}
#blog-posts-list .post > a:hover {
  opacity: 1;
}
#blog-posts-list .post > a:hover .entry-content {
  height: 210px;
  max-height: 100%;
}
#blog-posts-list .post > a:hover .entry-content .left-side {
  background-color: #e7ecee;
}
#blog-posts-list .post > a:hover .entry-content .left-side:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -10px 13px 0 #e7ecee;
}

#blog-posts-list {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
#blog-posts-list .post {
  margin: 30px 30px 0 0;
  width: calc(33.3333% - 20px);
  padding: 0;
  padding-bottom: 26%;
}
#blog-posts-list #no-results {
  text-align: center;
  display: block;
  margin-top: 3em;
  margin-bottom: 6em;
}

.news #primary {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.news #primary nav .dropdown {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 30;
  width: calc(33.3333% - 20px);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.news #primary nav .dropdown.categories {
  left: 0%;
}
.news #primary nav .dropdown.archive {
  left: calc(33.3333% + 10px);
}
.news #primary nav .dropdown .list-caption {
  cursor: pointer;
  padding: 15px 0 15px 30px;
  position: relative;
  text-align: left;
}
.news #primary nav .dropdown .list-caption:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4em;
  margin-top: -0.2em;
  width: 14px;
  height: 9px;
  display: block;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
  background-position: -143px -104px;
  transition: margin 0.2s;
}
.news #primary nav .dropdown .list-caption:hover:before {
  margin-top: 0em;
}
.news #primary nav .dropdown .list-wrapper {
  position: absolute;
  text-align: left;
  height: 0;
  width: 100%;
}
.news #primary nav .dropdown ul {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.news #primary nav .dropdown:hover ul {
  overflow: auto;
}
.news #primary nav .dropdown li {
  box-shadow: 0 15px 20px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  list-style: none;
  font-size: 17px;
  border-width: 0 1px 1px;
  transition: border-color 0.3s;
}
.news #primary nav .dropdown li:last-child {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  border-bottom-color: #fff;
}
.news #primary nav .dropdown li:hover {
  text-decoration: none;
}
.news #primary nav .dropdown a {
  text-decoration: none;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0.6em 50px;
  background-color: #fff;
}
.news #primary nav .dropdown a:hover {
  background-color: #e7ecee;
  transition: 0.3s background-color;
  opacity: 1;
}
.news #primary nav .dropdown .list-wrapper,
.news #primary nav .dropdown .list-wrapper ul {
  border-color: transparent;
  opacity: 0;
  transition: 0.3s height, 0.3s opacity;
}
.news #primary nav .dropdown:hover .list-wrapper {
  opacity: 1;
  height: 100%;
}
.news #primary nav .dropdown:hover .list-wrapper ul {
  opacity: 1;
  overflow: visible;
}

.news .search {
  position: absolute;
  bottom: 58px;
  right: 0;
  margin-right: 0;
  width: 150px;
  transition: width 0.2s;
  cursor: pointer;
  z-index: 40;
}
.news .search:hover, .news .search:active, .news .search:focus {
  width: calc(33.3333% - 20px);
}
.news .search p {
  position: absolute;
  z-index: 30;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 !important;
  padding: 0 5%;
  transition: opacity 0.2s, z-index 0.3s;
  font-size: 20px;
  line-height: 55px;
}
.news .search:hover p, .news .search:active p, .news .search:focus p {
  opacity: 0;
  z-index: 10;
  transition: opacity 0.2s, z-index 0.3s;
}
.news .search .search-form {
  position: absolute;
  right: 0;
  width: 100%;
  height: 58px;
  z-index: 20;
  overflow: hidden;
  border: 1px solid white;
  background-color: white;
  transition: border-color 0.3s;
}
.news .search:hover .search-form, .news .search:active .search-form, .news .search:focus .search-form {
  border: 1px solid #cdcccc;
}
.news .search .search-form .search-field {
  height: 58px;
  width: 75%;
  width: calc(100% - 58px);
  position: absolute;
  left: 0;
  padding: 0 0 0 5%;
  border: none;
  outline: none;
  color: #5d5d5d;
  opacity: 0;
}
.news .search .search-form .search-field::-moz-placeholder {
  font-size: 20px;
  font-family: "Muli", sans-serif;
}
.news .search .search-form .search-field:-ms-input-placeholder {
  font-size: 20px;
  font-family: "Muli", sans-serif;
}
.news .search .search-form .search-field::placeholder {
  font-size: 20px;
  font-family: "Muli", sans-serif;
}
.news .search:hover .search-form .search-field {
  opacity: 1;
}
.news .search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-image: url("img/sprite-sheet.png");
  background-size: 480.6666666667px 232.3333333333px;
  background-position: -126px -57px;
  background-color: transparent;
}
.news .search .search-submit:hover {
  background-color: #eee;
}

@media screen and (max-width: 1100px) {
  #blog-posts-list .post {
    width: calc(50% - 15px);
    padding-bottom: 32%;
  }
  #blog-posts-list .post:nth-child(3n) {
    margin-right: 30px;
  }
  #blog-posts-list .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .news #primary nav .dropdown {
    width: calc(50% - 15px);
  }
  .news #primary nav .dropdown.categories {
    left: 0%;
  }
  .news #primary nav .dropdown.archive {
    left: calc(50% + 15px);
  }

  .news .search {
    position: absolute;
    bottom: unset;
    top: 15px;
  }
  .news .search:hover, .news .search:active, .news .search:focus {
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  #blog-posts-list .post {
    width: 100%;
    padding-bottom: 78%;
  }
  #blog-posts-list .post:nth-child(3n) {
    margin-right: 0;
  }

  .news #primary nav .dropdown {
    width: 100%;
    position: relative;
  }
  .news #primary nav .dropdown.categories {
    left: 0%;
    z-index: 31;
  }
  .news #primary nav .dropdown.archive {
    left: 0;
    top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .news.archive #primary nav {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1101px), screen and (max-width: 820px) and (min-width: 591px), screen and (max-width: 420px) {
  #blog-posts-list .post .entry-content {
    height: 90px;
  }
  #blog-posts-list .post .entry-content h3.entry-title {
    font-size: 19px;
    margin: 10px 5% 0;
  }
  #blog-posts-list .post .entry-content .author-date {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #blog-posts-list .post .entry-content .author-date span {
    font-size: 16px;
  }
  #blog-posts-list .post .entry-content p {
    font-size: 14px;
  }
}
/*
@media screen and (max-width: 1200px) {
	#blog-posts-list .entry-content {
		height: 75px;
		h3.entry-title {
			font-size: 19px;
		}

		.author-date span {
			font-size: 15px;
		}
	}

	.news #primary nav {
	    padding-top: 50px;
	}
}

@media screen and (max-width: 1100px) {
	#blog-posts-list .post{
		margin-right: 6.12%;
		margin-top: 6.12%;
		width: 46.94%;
		padding-bottom: 26.08%;
		&:nth-child(3n) {
			margin-right: 6.12%;
		}

		&:nth-child(2n) {
			margin-right: 0;
		}

		&:nth-child(-n + 3) {
			margin-top: 6.12%;
		}

		&:nth-child(-n + 2) {
			margin-top: 0;
		}

		.entry-content {
			height: 110px;
			h3.entry-title {
				font-size: 20px;
			}

			.author-date span {
				font-size: 16px;
			}
		}

	}

	.news .search:hover,
	.news .search:active,
	.news .search:focus {
		width: 180px;
	}
}

@media screen and (max-width: 800px) {
	#blog-posts-list .post .entry-content {
		height: 100px;
		h3.entry-title {
			font-size: 19px;
		}

		.author-date  {
			margin-bottom: 5px;
			span {
				font-size: 15px;
			}
		}
	}
}

@media screen and (max-width: 750px) {
	.news #primary nav .dropdown {
		left: 0;
	}

	.news .search {
		right: 0;
		margin-right: 0;
	}

	.news #primary nav {
	    padding-top: 40px;
	    padding-bottom: 24px;
	    font-size: 18px;
	}

	.news #primary nav .dropdown {
		bottom: 22px;
	}

	.news .search {
		bottom: 62px;
	}


}

@media screen and (max-width: 700px) {
	#blog-posts-list .post .entry-content {
		height: 90px;
		h3.entry-title {
			font-size: 18px;
			margin-bottom: 0;

		}

		.author-date {
			margin-bottom: 0;

			span {
				font-size: 14px;
			}
		}
	}

	.news #primary nav {
	    padding-top: 65px;
	    // padding-bottom: 24px;
	    // font-size: 18px;
	}

	.news #primary nav .dropdown {
		bottom: auto;
		top: 15px;
		left: 10px;

	}

	.news .search {
		bottom: auto;
		top: 15px;
		right: 10px;
	}


	#blog-tile-label {
		font-size: 0.9em;
		top: -2.2em;
		color: rgba(#1b1464, 0.8);
	}

	.blog__heading {
		z-index: 21;
	}
}

@media screen and (max-width: 590px) {
	#blog-posts-list .post{
		width: 100%;
		margin-right: 0;
		margin-top: 6.5%;
		padding-bottom: 55.56%;
		&:nth-child(3n),
		&:nth-child(2n) {
			margin-right: 0;
		}

		&:nth-child(-n + 2) {
			margin-top: 6.5%;
		}

		&:nth-child(1) {
			margin-top: 0;
		}

		.entry-content {
		    height: 92px;
		}
	}
}

@media screen and (max-width: 400px) {
	.news .search .search-form {
	    box-shadow: -10px -5px 10px 10px #fff;
	}

	.news #primary nav .dropdown:hover {
		z-index: 100;
		background-color: #fff;
	    box-shadow: 10px 0px 30px 10px #fff;
	}


}
*/
body.news.single #page {
  background-color: #fff;
}
body.news.single .site-main .entry-header {
  padding: 0;
}
body.news.single #primary article {
  width: calc(66.6666% - 10px);
  float: left;
  padding-right: 0;
}
body.news.single #primary .post-thumbnail img {
  box-shadow: 0px 20px 60px #c6d1d4;
}
body.news.single #primary .entry-title {
  color: #434447;
  margin-bottom: 0.2em;
}
body.news.single #primary .entry-meta {
  font-size: 14px;
  margin-bottom: 27px;
}
body.news.single #primary .separator {
  color: transparent;
  position: relative;
  display: inline-block;
  margin: 0 7px 0 10px;
  width: 1px;
  height: 12px;
  background: #1D2C4B;
  opacity: 0.3;
}
body.news.single #primary .byline a {
  text-decoration: none;
  color: #404040;
}
body.news.single #primary .entry-content {
  padding-bottom: 4.2em;
}
body.news.single #primary article p {
  max-width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
body.news.single #secondary {
  width: calc(33.3333% - 20px);
  position: relative;
  float: right;
  right: 0;
  text-align: left;
}
body.news.single #secondary > .default-v-padding-top {
  margin-top: 90px;
}
body.news.single #secondary .widget_recent_entries_extra h2 {
  margin: 0 0 0.15em;
  color: #404040;
  text-transform: none;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  font-family: "Noe", serif;
}
body.news.single #secondary ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
body.news.single #secondary ul li {
  border-bottom: 1px solid #e5eae3;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
}
body.news.single #secondary ul li:last-child {
  border-bottom: none;
}
body.news.single #secondary ul .post-title {
  font-size: 18px;
  line-height: 1.3;
  display: block;
  color: #1fbed0;
  margin-bottom: 1em;
}
body.news.single #secondary .post-date,
body.news.single #secondary .author-name {
  font-size: 14px;
}
body.news.single #secondary .widget-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 0.6em;
}
body.news.single #secondary .excerpt p {
  font-size: 15px;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  body.news.single #primary article {
    width: 100%;
    float: none;
  }
  body.news.single #secondary {
    width: 100%;
    float: none;
  }
  body.news.single #secondary .wp_subscribe {
    width: 46%;
    float: left;
  }
  body.news.single #secondary .widget_recent_entries_extra {
    width: 50%;
    float: right;
    padding-left: 4%;
    border-left: 1px solid #e5eae3;
  }
}
@media screen and (max-width: 650px) {
  body.news.single #secondary {
    width: 100%;
    max-width: 400px;
  }
  body.news.single #secondary .wp_subscribe,
body.news.single #secondary .widget_recent_entries_extra {
    width: 100%;
    float: none;
    border: none;
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
# Subscribe widget
--------------------------------------------------------------*/
.widget .wp-subscribe {
  background-color: transparent !important;
  padding: 0 0 1.1em 0 !important;
}
.widget .wp-subscribe form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.widget .wp-subscribe form .wps-consent-wrapper {
  order: 2;
  width: 100%;
  padding-left: 20px;
}
.widget .wp-subscribe h4 {
  color: #404040 !important;
  text-transform: none !important;
  text-align: left !important;
  font-size: 28px !important;
  font-weight: bold;
  font-family: "Noe", serif;
}
.widget .wp-subscribe p {
  color: black !important;
  font-size: 16px;
  margin: 10px 0 !important;
  font-weight: bold;
}
.widget .wp-subscribe p.text {
  display: none;
}
.widget .wp-subscribe input::-webkit-input-placeholder {
  text-align: left;
  padding-left: 0;
}
.widget .wp-subscribe input.email-field,
.widget .wp-subscribe input.name-field {
  color: black !important;
  background: transparent !important;
  border: 2px solid #d6d5d5 !important;
  font-size: 20px !important;
  letter-spacing: 0px !important;
  line-height: 59px !important;
  color: #625f5f !important;
  font-weight: 400 !important;
  padding: 0 0.9em !important;
  line-height: 59px;
  height: 59px;
}
.widget .wp-subscribe input.email-field {
  width: calc(100% - 120px);
  position: absolute;
  margin-top: 25px !important;
  left: 0;
  border-radius: 30px;
  outline: none !important;
  text-align: left;
  padding-right: 50px !important;
  padding-left: 10px !important;
}
.widget .wp-subscribe input.submit {
  padding: 0 !important;
  width: 170px !important;
  height: 59px !important;
  text-align: center !important;
  border-radius: 30px !important;
  background-color: #1fbed0 !important;
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 59px !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: none !important;
  right: 0;
  margin-top: 25px !important;
  opacity: 1 !important;
}
.widget .wp-subscribe .wps-consent-wrapper label {
  color: #000 !important;
}
.widget .wp-subscribe input.consent-field {
  margin-top: 4px !important;
}
.widget .wp-subscribe .wp-subscribe-wrap {
  padding: 20px;
  text-align: center;
  background: #f47555;
}
.widget .wp-subscribe h4.title {
  font-size: 22px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.widget .wp-subscribe p {
  margin: 0;
  color: #fff;
  text-align: left;
}
.widget .wp-subscribe p.text {
  margin: 15px 0;
  opacity: 0.8;
}
.widget .wp-subscribe p.error {
  color: #f00 !important;
}
.widget .wp-subscribe p.footer-text {
  font-size: 12px;
  margin-top: 10px;
}
.widget .wp-subscribe input {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-indent: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.widget .wp-subscribe input::-webkit-input-placeholder {
  opacity: 0.8;
  color: inherit;
}
.widget .wp-subscribe input:-moz-placeholder {
  opacity: 0.8;
  color: inherit;
}
.widget .wp-subscribe input::-moz-placeholder {
  opacity: 0.8;
  color: inherit;
}
.widget .wp-subscribe input:-ms-input-placeholder {
  opacity: 0.8;
  color: inherit;
}
.widget .wp-subscribe input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.widget .wp-subscribe input:focus:-moz-placeholder {
  color: transparent !important;
}
.widget .wp-subscribe input:focus::-moz-placeholder {
  color: transparent !important;
}
.widget .wp-subscribe input:focus:-ms-input-placeholder {
  color: transparent !important;
}
.widget .wp-subscribe input.consent-field {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  margin-right: 6px;
  cursor: pointer;
}
.widget .wp-subscribe .wps-consent-wrapper {
  margin-top: 20px;
  text-align: left;
  display: block;
}
.widget .wp-subscribe .wps-consent-wrapper label {
  color: #fff;
  opacity: 0.8;
  font-weight: normal;
}
.widget .wp-subscribe .wps-consent-wrapper label input {
  float: left;
  margin-bottom: 5px;
}
.widget .wp-subscribe .email-field {
  margin-top: 10px;
}
.widget .wp-subscribe input.email-field, .widget .wp-subscribe input.name-field {
  color: #fff;
  background: #d56144;
}
.widget .wp-subscribe input.submit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #f47555;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.widget .wp-subscribe .error, .widget .wp-subscribe .thanks {
  margin-top: 10px;
}
.widget .wp-subscribe .wp-subscribe-loader {
  display: none;
  padding: 1em;
  text-align: center;
  vertical-align: top;
}
.widget .wp-subscribe .thanks, .widget .wp-subscribe .error {
  display: none;
}

@media screen and (max-width: 1250px) {
  .widget .wp-subscribe input.email-field {
    width: calc(100% - 85px);
    border-radius: 25px;
    font-size: 17px !important;
    height: 49px !important;
    line-height: 49 !important;
    padding-right: 45px !important;
    padding-left: 5px !important;
  }
  .widget .wp-subscribe input.submit {
    width: 130px !important;
    height: 49px !important;
    border-radius: 25px !important;
    font-size: 19px !important;
    letter-spacing: 0px;
    line-height: 49px !important;
  }
}
/*------------------------------*\
		Experiences
\*------------------------------*/
#experiences-sliders {
  padding-top: 70px;
  padding-bottom: 215px;
}
#experiences-sliders .experiences-slider-wrapper {
  position: relative;
  top: 0;
  margin: auto;
}
#experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
  left: 50px;
}
#experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
  right: 50px;
}
#experiences-sliders .heading-wrapper {
  max-width: 1925px;
  margin: 0 auto;
  padding: 0 20px;
}
#experiences-sliders .heading-wrapper h2 {
  letter-spacing: -1px;
  font-size: 41px;
  padding-left: 70px;
  font-weight: 600;
  margin-top: 2.2em;
}
#experiences-sliders .heading-wrapper h2::before {
  margin-left: -70px;
}

@media screen and (min-width: 961px) {
  #experiences-sliders .icon::before {
    width: 72px;
    height: 72px;
    background-image: url("img/sprite-sheet.png");
    background-size: 769.0666666667px 371.7333333333px;
  }
  #experiences-sliders .icon.icon-fish::before {
    background-position: -12.8px -204.8px;
  }
  #experiences-sliders .icon.icon-beer::before {
    background-position: -108.8px -204.8px;
  }
  #experiences-sliders .icon.icon-fish2::before {
    background-position: -204.8px -204.8px;
  }
  #experiences-sliders .icon.icon-eat::before {
    background-position: -300.8px -204.8px;
  }
  #experiences-sliders .icon.icon-story::before {
    background-position: -396.8px -204.8px;
  }
  #experiences-sliders .icon.icon-ticket::before {
    background-position: -396.8px -108.8px;
  }
  #experiences-sliders .icon.icon-clock::before {
    background-position: -396.8px -12.8px;
  }
  #experiences-sliders .icon.icon-seat::before {
    background-position: -492.8px -12.8px;
  }
  #experiences-sliders .icon.icon-pin::before {
    background-position: -492.8px -108.8px;
  }
  #experiences-sliders .icon.icon-hourglass::before {
    background-position: -588.8px -108.8px;
  }
  #experiences-sliders .icon.icon-info::before {
    background-position: -684.8px -108.8px;
  }
}
@media screen and (max-width: 2150px) {
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: 20px;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: 20px;
  }
}
@media screen and (max-width: 2100px) {
  #experiences-sliders .heading-wrapper {
    width: 1540px;
  }
}
@media screen and (max-width: 1750px) {
  #experiences-sliders .heading-wrapper {
    width: 1276px;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(25vw - 330px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(25vw - 330px);
  }
}
@media screen and (max-width: 1470px) {
  #experiences-sliders {
    padding-top: 40px;
    padding-bottom: 160px;
  }
  #experiences-sliders .heading-wrapper {
    width: 957px;
  }
  #experiences-sliders .heading-wrapper h2 {
    font-size: 35px;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(20vw - 200px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(20vw - 200px);
  }
}
@media screen and (max-width: 1100px) {
  #experiences-sliders .heading-wrapper {
    width: 825px;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(15vw - 130px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(15vw - 130px);
  }
}
@media screen and (max-width: 960px) {
  #experiences-sliders {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  #experiences-sliders .heading-wrapper {
    width: 550px;
  }
  #experiences-sliders .heading-wrapper h2 {
    font-size: 24px;
    padding-left: 50px;
  }
  #experiences-sliders .heading-wrapper h2::before {
    margin-left: -50px;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(12vw - 50px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(12vw - 50px);
  }
}
@media screen and (max-width: 700px) {
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(5vw - 30px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(5vw - 30px);
  }
}
@media screen and (max-width: 650px) {
  #experiences-sliders .heading-wrapper {
    width: 100%;
    text-align: center;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(50vw - 200px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(50vw - 200px);
  }
}
@media screen and (max-width: 420px) {
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: calc(50vw - 170px);
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: calc(50vw - 170px);
  }
}
@media screen and (max-width: 340px) {
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.prev {
    left: 5px;
  }
  #experiences-sliders .experiences-slider-wrapper .slider-arrow.next {
    right: 5px;
  }
}
/**
 * Hiding slider arrows
 */
@media screen and (min-width: 2101px) {
  #experiences-sliders .experiences-slider-wrapper.count-5 .slider-arrow,
.experiences-slider-section .experiences-slider-wrapper.count-5 .slider-arrow {
    display: none;
  }
  #experiences-sliders .experiences-slider-wrapper.count-5 .card-wrapper:first-child,
.experiences-slider-section .experiences-slider-wrapper.count-5 .card-wrapper:first-child {
    margin-left: 0;
    order: 999;
  }
}
@media screen and (min-width: 1471px) {
  #experiences-sliders .experiences-slider-wrapper.count-4 .slider-arrow,
.experiences-slider-section .experiences-slider-wrapper.count-4 .slider-arrow {
    display: none;
  }
  #experiences-sliders .experiences-slider-wrapper.count-4 .card-wrapper:first-child,
.experiences-slider-section .experiences-slider-wrapper.count-4 .card-wrapper:first-child {
    margin-left: 0;
    order: 999;
  }
}
@media screen and (min-width: 961px) {
  #experiences-sliders .experiences-slider-wrapper.count-3 .slider-arrow,
.experiences-slider-section .experiences-slider-wrapper.count-3 .slider-arrow {
    display: none;
  }
  #experiences-sliders .experiences-slider-wrapper.count-3 .card-wrapper:first-child,
.experiences-slider-section .experiences-slider-wrapper.count-3 .card-wrapper:first-child {
    margin-left: 0;
    order: 999;
  }
}
@media screen and (min-width: 651px) {
  #experiences-sliders .experiences-slider-wrapper.count-2 .slider-arrow,
.experiences-slider-section .experiences-slider-wrapper.count-2 .slider-arrow {
    display: none;
  }
  #experiences-sliders .experiences-slider-wrapper.count-2 .card-wrapper:first-child,
.experiences-slider-section .experiences-slider-wrapper.count-2 .card-wrapper:first-child {
    margin-left: 0;
    order: 999;
  }
}
#experiences-sliders .experiences-slider-wrapper.count-1 .slider-arrow,
.experiences-slider-section .experiences-slider-wrapper.count-1 .slider-arrow {
  display: none;
}
#experiences-sliders .experiences-slider-wrapper.count-1 .card-wrapper:first-child,
.experiences-slider-section .experiences-slider-wrapper.count-1 .card-wrapper:first-child {
  margin-left: 0;
  order: 999;
}/*# sourceMappingURL=style.css.map */