@charset "UTF-8";
/*!
Theme Name: Stanwellhouse
Theme URI: https://www.recognitioncreative.com/
Author: Recognition
Author URI: https://www.recognitioncreative.com/  
Version: 1.0.0 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stanwellhouse
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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 {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 1001px) {


  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

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

.widget select {
  max-width: 100%;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@font-face {
  font-family: "AireRomanPro";
  src: url("/wp-content/themes/blank/webFonts/AireRomanPro/font.woff2") format("woff2"), url("/wp-content/themes/blank/webFonts/AireRomanPro/font.woff") format("woff");
}
@font-face {
  font-family: "FacundoRegular";
  src: url("/wp-content/themes/blank/webFonts/FacundoRegular/font.woff2") format("woff2"), url("/wp-content/themes/blank/webFonts/FacundoRegular/font.woff") format("woff");
}
@font-face {
  font-family: "FacundoRegularItalic";
  src: url("/wp-content/themes/blank/webFonts/FacundoRegularItalic/font.woff2") format("woff2"), url("/wp-content/themes/blank/webFonts/FacundoRegularItalic/font.woff") format("woff");
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #183431;
  font-family: FacundoRegular;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}

#primary.content-area {
  padding-bottom: 60px;
}

.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}
h1 {
  font-size: 5rem;
  font-family: AireRomanPro;
  font-weight: normal;
  font-size: clamp(4rem, 7vw, 5.5rem);
  line-height: 1.1;
}

h2 {
  font-size: 6.4rem;
  font-family: AireRomanPro;
  font-weight: normal;
  font-size: clamp(4.5rem, 7vw, 6.4rem);
  line-height: 1.1;
}

h3 {
  font-size: 5rem;
  font-family: AireRomanPro;
  font-weight: normal;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1.1;
}

a {
  color: #183431;
}

a:visited {
  color: #183431;
}

.site-content p {
  font-size: 1.8rem;
}

.hero-section.fixed-head-z-index {
  z-index: 999;
  position: relative;
}

.intro-section.fixed-head-z-index::before {
  z-index: 9999;
}

.gform_wrapper form {
  position: relative;
}
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  background-color: #f2f2f3;
  border: none !important;
  height: 50px;
  border-radius: 0;
  padding: 6px 8px;
  padding-left: 15px !important;
}
.gform_wrapper input:hover, .gform_wrapper select:hover, .gform_wrapper textarea:hover {
  border: 1px solid gray;
}
.gform_wrapper .gf_full input {
  width: 100% !important;
}
.gform_wrapper a {
  color: #183431;
}
.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  gap: 15px;
  width: auto;
}
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
}
.gform_wrapper .gform_footer input {
  font-family: FacundoRegular;
  padding-right: 15px !important;
  cursor: pointer;
}
.gform_wrapper .gform_footer input:hover {
  background-color: #e8e8e8;
}

.button-block {
  text-align: center;
}
.button-block .button {
  transition: transform 250ms, -webkit-transform 250ms;
}
.button-block .button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.background-image-desktop-only {
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 1000px) {
  .background-image-desktop-only {
    background-image: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .desktop-break {
    display: none;
  }
}

.gform_body input {
  font-family: FacundoRegular !important;
}

.hero-section video {
  width: 100vw;
  height: 105vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.gfield--type-captcha {
  display: flex;
  justify-content: center;
}
.gfield--type-captcha label {
  display: none !important;
}

.promo-backdrop {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  opacity: 0;
  -webkit-animation: popup 0.5s 4s ease forwards;
          animation: popup 0.5s 4s ease forwards;
}
.promo-backdrop.hide-popup {
  display: none;
  opacity: 0;
}
.promo-backdrop .button-block {
  text-align: left;
}
.promo-backdrop .button-block .button-two {
  background-color: #173430;
  color: #fff;
  padding: 14px 40px;
  display: inline-block;
  font-size: 16px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin-top: 10px;
}
.promo-backdrop .button-block .button-two:hover {
  border: 8px solid transparent;
  padding: 6px 30px;
  background-color: #fff;
  color: #173430;
  -o-border-image: url(public/img/small_RosePersan.jpg) 30 round;
     border-image: url(public/img/small_RosePersan.jpg) 30 round;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.promo-backdrop .button-block .button-two:hover svg path {
  stroke: #173430;
}
.promo-backdrop .button-block .button-two span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.promo-backdrop #promo-popup-div {
  left: 0;
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0px auto;
  background: #fff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: flex;
  border: 30px solid transparent;
  background-color: #fff;
  color: #173430;
  -o-border-image: url(public/img/big-RosePersan.jpg) 100 round;
     border-image: url(public/img/big-RosePersan.jpg) 100 round;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .promo-backdrop #promo-popup-div {
    border: 15px solid transparent;
    background-color: #fff;
    color: #173430;
    -o-border-image: url(public/img/big-RosePersan.jpg) 100 round;
       border-image: url(public/img/big-RosePersan.jpg) 100 round;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: scroll;
  }
}
@media (max-width: 1000px) {
  .promo-backdrop #promo-popup-div {
    flex-direction: column;
  }
}

.promo-backdrop #promo-popup-div .promo-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #06062d;
  cursor: pointer;
}

.promo-backdrop #promo-popup-div .promo-popup-close button {
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .promo-backdrop #promo-popup-div .promo-popup-close button {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.promo-backdrop #promo-popup-div .image {
  flex: 1;
  display: flex;
}

.promo-backdrop #promo-popup-div .image img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
}

.promo-backdrop #promo-popup-div .content {
  padding: 33px;
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .promo-backdrop #promo-popup-div .content {
    padding: 10px;
  }
}
.promo-backdrop #promo-popup-div .content h2 {
  margin: 0;
}
.promo-backdrop #promo-popup-div .content h3 {
  margin: 0;
}

.promo-backdrop #promo-popup-div .content h1 {
  color: #06062d;
  margin: 0;
  font-size: 30px;
}

.promo-backdrop #promo-popup-div .content form {
  position: relative;
}

.promo-backdrop #promo-popup-div .content input {
  width: 88%;
}

.promo-backdrop #promo-popup-div .content .gform_footer {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
}

.promo-backdrop #promo-popup-div .content .gform_footer input {
  width: auto;
  background: #ffffff;
  border-left: none;
  border-radius: 0;
  height: 46px;
  color: #06062d;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .promo-backdrop #promo-popup-div .content .gform_footer input {
    height: 54px;
  }
}
.promo-backdrop #promo-popup-div .bottom-content {
  padding: 0 33px 5px 33px;
  font-size: 13px;
}

.promo-backdrop #promo-popup-div .bottom-content a {
  color: #666666;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@-webkit-keyframes slidedown {
  to {
    opacity: 1;
    top: 0;
    z-index: 999;
  }
}

@keyframes slidedown {
  to {
    opacity: 1;
    top: 0;
    z-index: 999;
  }
}
.menu-toggle {
  background: none;
  border: none;
  margin-left: inherit;
  top: -10px;
  position: relative;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #D9DAE4;
  margin: 8px 0;
  transition: 0.4s;
}


.menu-is-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
          transform: rotate(-45deg) translate(-8px, 8px);
}
.menu-is-active .bar2 {
  opacity: 0;
}
.menu-is-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -7px);
}

.book-button button {
  cursor: pointer;
}
.book-button .book-menu {
  z-index: 2;
  color: #D9DAE4;
  padding-top: 250px;
  background-color: #183431;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
	text-align: center;
padding-left: 22px;
  padding-right: 22px;
}
.book-button.book-menu-is-active .book-menu {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
}
.book-button .button-block {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  .book-button .button-block {
    flex-direction: column;
    gap: 35px;
  }
}
.book-button .button-block .button {
  color: #D9DAE4;
  font-size: 1.6rem;
  display: flex;
  gap: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .book-button .button-block .button {
    justify-content: center;
  }
}
.book-button .button-block .button svg path {
  stroke: #fff;
}

.book-menu-close-button {
  z-index: 3;
  display: none;
  cursor: pointer;
  max-width: 35px;
  width: 100%;
}


.mobile-links {
  display: none;
}

.main-navigation.toggled {
  background-color: rgba(24, 52, 49, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 999999;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-navigation.toggled .menu-main-menu-container {
  margin-top: 15%;
}
.main-navigation.toggled .menu-main-menu-container #primary-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  width: 100%;
  height: 100%;
}
.main-navigation.toggled .menu-main-menu-container #primary-menu a {
  font-size: 2rem;
}
.main-navigation.toggled .mobile-main-logo-menu {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 120px;
  width: 100%;
}
.main-navigation.toggled .mobile-social {
  display: none;
}
@media screen and (min-width: 1001px) {
  .main-navigation.toggled .mobile-social {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation.toggled .mobile-social {
    display: flex;
    align-items: flex-end;
    gap: 35px;
    justify-content: center;
    margin-top: 15%;
  }
}
.main-navigation.toggled .mobile-social a {
  color: #D9DAE4;
  text-decoration: none;
}
.main-navigation.toggled .mobile-social a svg {
  max-width: 20px;
  width: 100%;
  fill: #D9DAE4;
}
@media screen and (max-width: 1000px) {
  .main-navigation.toggled .mobile-social a svg {
    max-width: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation.toggled .mobile-links {
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-top: 35px;
    flex-direction: column;
  }
  .main-navigation.toggled .mobile-links a {
    color: #D9DAE4;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1000px) {
  .site-branding img {
    max-width: 150px;
  }
}

.instagram-section {
  background: #183431;
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
}
.instagram-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-green.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .instagram-section::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.instagram-section .instagram-top-block {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.instagram-section .instagram-top-block a {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}
.instagram-section .instagram-top-block svg {
  width: 30px;
  fill: #D9DAE4;
}
.instagram-section .instagram-top-block h3 {
  color: #D9DAE4;
  font-size: 3rem;
  font-size: clamp(1.5rem, 7vw, 3rem);
  font-family: FacundoRegular !important;
  font-weight: lighter;
  text-align: center;
}
.instagram-section .footer-icons {
  display: flex;
  justify-content: center;
}

footer.site-footer {
  padding: 58px 0;
}
@media screen and (max-width: 900px) {
  footer.site-footer {
    padding-bottom: 20px;
  }
}
footer.site-footer .main-footer {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  footer.site-footer .main-footer {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
footer.site-footer .main-footer a {
  font-size: 1.6rem;
  color: #183431;
}
footer.site-footer .main-footer .left-footer {
  flex: 1;
}
@media screen and (max-width: 900px) {
  footer.site-footer .main-footer .left-footer {
    order: 2;
    width: 100%;
  }
}
footer.site-footer .main-footer .left-footer a {
  color: #183431;
}
footer.site-footer .main-footer .left-footer ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 2em;
  grid-gap: 0.5em;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 900px) {
  footer.site-footer .main-footer .left-footer ul {
    text-align: center;
  }
}
footer.site-footer .main-footer .left-footer ul li {
  flex: 1;
}
footer.site-footer .main-footer .left-footer ul li a {
  text-decoration: none;
}
footer.site-footer .main-footer .left-footer ul li a:hover {
  text-decoration: underline;
}
footer.site-footer .main-footer .middle-footer {
  margin-top: -105px;
  flex: 1;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  footer.site-footer .main-footer .middle-footer {
    order: 1;
  }
}
footer.site-footer .main-footer .middle-footer .footer-logo {
  margin-bottom: 45px;
  width: 170px;
}
@media screen and (max-width: 900px) {
  footer.site-footer .main-footer .middle-footer .footer-logo {
    margin-bottom: 0;
  }
}
footer.site-footer .main-footer .right-footer {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 900px) {
  footer.site-footer .main-footer .right-footer {
    order: 3;
    text-align: center;
  }
}
footer.site-footer .main-footer .right-footer p {
  max-width: 255px;
  width: 100%;
  margin: 0;
  margin-left: auto;
}
footer.site-footer .site-info {
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: center;
}
footer.site-footer .site-info h3 {
  font-size: 30px;
}
footer.site-footer .site-info .footer-images {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  footer.site-footer .site-info .footer-images {
    flex-direction: column;
    gap: 5px;
  }
}
footer.site-footer .site-info .footer-images img {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog .site-main, .archive.category .site-main {
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .blog .site-main, .archive.category .site-main {
    padding-bottom: 30px;
  }
}
.blog .site-main .hero-section, .archive.category .site-main .hero-section {
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog .site-main h1, .archive.category .site-main h1 {
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.blog .site-main h1::before, .archive.category .site-main h1::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .blog .site-main h1::before, .archive.category .site-main h1::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -20px;
  }
}
.blog .site-main h1.fixed-head-z-index::before, .archive.category .site-main h1.fixed-head-z-index::before {
  z-index: 9999;
}
.blog .site-main .lastest-updates-block, .archive.category .site-main .lastest-updates-block {
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .blog .site-main .lastest-updates-block, .archive.category .site-main .lastest-updates-block {
    grid-template-columns: 1fr;
  }
}
.blog .site-main .lastest-updates-block article, .archive.category .site-main .lastest-updates-block article {
  background-color: #f4f4fa;
  border-top: 12px solid #183431;
  transition: all 0.2s ease-in-out;
}
.blog .site-main .lastest-updates-block article:hover, .archive.category .site-main .lastest-updates-block article:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.blog .site-main .lastest-updates-block article a, .archive.category .site-main .lastest-updates-block article a {
  display: block;
  color: #183431;
  text-decoration: none;
  padding: 12px 32px 32px 32px;
}
@media screen and (max-width: 900px) {
  .blog .site-main .lastest-updates-block article .link-wrap, .archive.category .site-main .lastest-updates-block article .link-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 5px;
  }
}
.blog .site-main .lastest-updates-block article .date-of-post, .archive.category .site-main .lastest-updates-block article .date-of-post {
  font-size: 1.6rem;
}
.blog .site-main .lastest-updates-block article h4, .archive.category .site-main .lastest-updates-block article h4 {
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.blog .site-main .lastest-updates-block article h4 a, .archive.category .site-main .lastest-updates-block article h4 a {
  color: #183431;
  text-decoration: none;
}
.blog .site-main .lastest-updates-block article img, .archive.category .site-main .lastest-updates-block article img {
  margin-top: 14px;
  margin-bottom: 25px;
}
.blog .site-main .lastest-updates-block article p, .archive.category .site-main .lastest-updates-block article p {
  max-width: 305px;
  width: 100%;
  margin: 0;
}
.blog .site-main .lastest-updates-block article .bottom, .archive.category .site-main .lastest-updates-block article .bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  text-align: right;
  display: block;
}
@media screen and (max-width: 900px) {
  .blog .site-main .lastest-updates-block article .bottom, .archive.category .site-main .lastest-updates-block article .bottom {
    max-width: 305px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
.blog .site-main .lastest-updates-block article .bottom .share-icon-button, .archive.category .site-main .lastest-updates-block article .bottom .share-icon-button {
  cursor: pointer;
}
.blog .site-main .lastest-updates-block article .bottom .addthis_inline_share_toolbox, .archive.category .site-main .lastest-updates-block article .bottom .addthis_inline_share_toolbox {
  display: none;
}
.blog .site-main .lastest-updates-block article .bottom .addthis_inline_share_toolbox.share-menu-is-active, .archive.category .site-main .lastest-updates-block article .bottom .addthis_inline_share_toolbox.share-menu-is-active {
  position: absolute;
  top: 0;
  left: 50px;
}
.blog .site-main .lastest-updates-block article .bottom svg, .archive.category .site-main .lastest-updates-block article .bottom svg {
  height: 25px;
  width: 20px;
}
.blog .site-main .lastest-updates-block article .bottom .go-to-post-icon, .archive.category .site-main .lastest-updates-block article .bottom .go-to-post-icon {
  margin-left: auto;
  padding: 0 32px 12px 32px;
  width: 100%;
  height: 100%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .blog .site-main .lastest-updates-block article .bottom .go-to-post-icon, .archive.category .site-main .lastest-updates-block article .bottom .go-to-post-icon {
    text-align: center;
  }
}
.blog .site-main .lastest-updates-block article .blog-post-bg-image, .archive.category .site-main .lastest-updates-block article .blog-post-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 14px;
  margin-bottom: 25px;
  height: 200px;
}
.blog .site-main .lastest-updates-block article:first-child, .archive.category .site-main .lastest-updates-block article:first-child {
  grid-column: 1/-2;
}
@media screen and (min-width: 1001px) {
  .blog .site-main .lastest-updates-block article:first-child a, .archive.category .site-main .lastest-updates-block article:first-child a {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
  }
  .blog .site-main .lastest-updates-block article:first-child a .top-text, .archive.category .site-main .lastest-updates-block article:first-child a .top-text {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
  .blog .site-main .lastest-updates-block article:first-child a .blog-post-bg-image, .archive.category .site-main .lastest-updates-block article:first-child a .blog-post-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 14px;
    margin-bottom: 25px;
    height: 355px;
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 7;
    grid-column-end: 8;
    width: 100%;
  }
  .blog .site-main .lastest-updates-block article:first-child a p, .archive.category .site-main .lastest-updates-block article:first-child a p {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
  .blog .site-main .lastest-updates-block article:first-child a .bottom, .archive.category .site-main .lastest-updates-block article:first-child a .bottom {
    margin-top: auto;
    text-align: right;
    display: block;
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
}
.blog .site-main .lastest-updates-block .navigation-numbers-block, .archive.category .site-main .lastest-updates-block .navigation-numbers-block {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.blog .site-main .lastest-updates-block .navigation-numbers-block ul, .archive.category .site-main .lastest-updates-block .navigation-numbers-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog .site-main .lastest-updates-block .navigation-numbers-block ul li, .archive.category .site-main .lastest-updates-block .navigation-numbers-block ul li {
  display: inline;
  position: relative;
}
.blog .site-main .lastest-updates-block .navigation-numbers-block ul li a, .archive.category .site-main .lastest-updates-block .navigation-numbers-block ul li a {
  color: #183431;
  text-decoration: none;
  font-weight: 300 !important;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
}
.blog .site-main .lastest-updates-block .navigation-numbers-block ul li.active, .archive.category .site-main .lastest-updates-block .navigation-numbers-block ul li.active {
  border-bottom: 1px solid #183431;
}
.blog.paged-2 article:first-child, .blog.paged-3 article:first-child, .blog.paged-4 article:first-child, .blog.paged-5 article:first-child, .blog.paged-6 article:first-child, .blog.paged-7 article:first-child, .blog.paged-8 article:first-child, .blog.paged-9 article:first-child, .blog.paged-10 article:first-child, .archive.category.paged-2 article:first-child, .archive.category.paged-3 article:first-child, .archive.category.paged-4 article:first-child, .archive.category.paged-5 article:first-child, .archive.category.paged-6 article:first-child, .archive.category.paged-7 article:first-child, .archive.category.paged-8 article:first-child, .archive.category.paged-9 article:first-child, .archive.category.paged-10 article:first-child {
  grid-column: 1 !important;
}

.filterbar {
  display: block;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 1264px) {
  .filterbar {
    padding: 15px 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .filterbar {
    padding: 25px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.filterbar select {
  display: none;
}

.filterbar p.left {
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .filterbar p.left {
    margin-right: 10px;
  }
}

.content ul#filters {
  margin: 0;
  padding: 0;
}

ul#filters li {
  display: block;
  float: left;
  margin: 0 20px 8px 0;
}

ul#filters li a {
  color: #183431;
  display: block;
  text-decoration: none;
}

ul#filters li a:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #183431;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

ul#filters li a.active:before {
  background-color: #183431;
}

@media screen and (max-width: 850px) {
  .filterbar ul#filters {
    display: none;
  }

  .filterbar select {
    width: 100%;
    display: block;
    padding: 8px 25px 6px 10px;
    -webkit-appearance: none;
    color: #183431;
    border: 1px solid #183431;
    background: url(/wp-content/themes/blank/public/img/down-arrow-select.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px;
  }

  .filterbar select:focus {
    outline: 0;
  }
}
.page-template-gallery-page .hero-section {
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-gallery-page .page-title {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
.page-template-gallery-page .page-title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-gallery-page .page-title::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -36px;
  }
}
.page-template-gallery-page .page-title.fixed-head-z-index::before {
  z-index: 9999;
}
.page-template-gallery-page .gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page-template-gallery-page .gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-gallery-page .gallery ul a {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
}
.page-template-gallery-page .gallery ul a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("public/img/plus-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 20px;
  z-index: 1;
}
.page-template-gallery-page .gallery ul img {
  width: 100%;
  overflow: hidden;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-template-gallery-page .gallery ul img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.page-template-gallery-page .gallery ul .image-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
  overflow: hidden;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-template-gallery-page .gallery ul .image-bg:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (max-width: 1000px) {
  .page-template-gallery-page .gallery ul .image-bg {
    height: 200px;
  }
}

.slb_container {
  border-radius: 0 !important;
  background-color: #D9DAE4 !important;
}
@media screen and (max-width: 1000px) {
  .slb_container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}

.slb_details {
  display: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
  display: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  background: url("public/img/cross-icon.png") 0 0 no-repeat !important;
  width: 25px !important;
  height: 25px !important;
  background-size: 25px !important;
}
@media screen and (max-width: 1000px) {
  #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
    width: 35px !important;
    height: 35px !important;
    background-size: 35px !important;
  }
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
  z-index: 2;
  width: 100%;
  text-align: center;
  margin: 0;
  position: fixed !important;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag, #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    display: none !important;
  }
}

.single-post {
  margin-top: 0;
}
.single-post .site-branding h2 {
  display: none;
}
.single-post .attachment-post-thumbnail {
  display: block;
  margin: 0 auto;
  justify-content: center;
}
.single-post article {
  margin-top: 0;
}
.single-post article .single-post-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(2, 2, 2, 0.44);
}
.single-post article .icon-block {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .single-post article .icon-block {
    padding-bottom: 10px;
  }
}
.single-post article .icon-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .single-post article .icon-block::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: 0;
  }
}
.single-post article .icon-block.fixed-head-z-index::before {
  z-index: 9999;
}
.single-post article .top-info-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 50px;
}
.single-post article .top-info-text .left {
  flex: 2;
}
.single-post article .top-info-text .left h1 {
  margin: 0;
  margin-bottom: 0;
}
.single-post article .top-info-text .right {
  margin-left: auto;
  background-color: #183431;
  color: #D9DAE4;
  text-align: right;
  padding: 24px;
}
.single-post article .top-info-text .right .date-of-post {
  margin: 0;
}
.single-post article .top-info-text .right .cats {
  margin: 0;
}
.single-post article .entry-content {
  max-width: 1024px;
  margin: auto;
}
.single-post article figure img {
  margin: 0 auto;
  display: block;
}
.single-post article footer.entry-footer {
  display: none;
}
.single-post .other-posts {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .single-post .other-posts {
    flex-direction: column;
  }
}
.single-post .other-posts article {
  background-color: #f4f4fa;
  border-top: 12px solid #183431;
  transition: all 0.2s ease-in-out;
}
.single-post .other-posts article:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.single-post .other-posts article a {
  display: block;
  color: #183431;
  text-decoration: none;
  padding: 12px 32px 32px 32px;
}
@media screen and (max-width: 900px) {
  .single-post .other-posts article .link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
  }
}
.single-post .other-posts article .date-of-post {
  font-size: 1.6rem;
}
.single-post .other-posts article h4 {
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.single-post .other-posts article h4 a {
  color: #183431;
  text-decoration: none;
}
.single-post .other-posts article img {
  margin-top: 14px;
  margin-bottom: 25px;
}
.single-post .other-posts article p {
  max-width: 305px;
  width: 100%;
  margin: 0;
}
.single-post .other-posts article .bottom {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .single-post .other-posts article .bottom {
    max-width: 305px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
.single-post .other-posts article .bottom .share-icon-button {
  cursor: pointer;
}
.single-post .other-posts article .bottom .addthis_inline_share_toolbox {
  display: none;
}
.single-post .other-posts article .bottom .addthis_inline_share_toolbox.share-menu-is-active {
  position: absolute;
  top: 0;
  left: 50px;
}
.single-post .other-posts article .bottom svg {
  height: 25px;
  width: 20px;
}
.single-post .other-posts article .bottom .go-to-post-icon {
  margin-left: auto;
  padding: 0 32px 12px 32px;
  width: 100%;
  height: 100%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .single-post .other-posts article .bottom .go-to-post-icon {
    text-align: center;
  }
}
.single-post .other-posts h3 {
  font-size: 16px;
  color: #183431;
}

.home.hero-section {
  height: 105vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.home.hero-section .arrow-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.home.hero-section.tall {
  height: 105vh;
	position: relative;
}
.home.hero-section.tall .hero-slider-block {
  height: 105vh;
}
.home.hero-section.tall .arrow-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.home.hero-section.short {
  height: 440px;
	position: relative;
}
.home.hero-section.short .hero-slider-block {
  height: 440px;
}
.home.hero-section.short .arrow-more {
  display: none;
}
.home.hero-section .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.home.hero-section.fixed-head-z-index {
  z-index: 999;
  position: relative;
}
.home.hero-section .hero-slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home.hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.home.hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.home.hero-section .slick-dots li:hover {
  cursor: pointer;
}
.home.hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.home.hero-section .slick-dots li.slick-active button {
  background-color: #183431;
}
.home.hero-section .slick-prev, .home.hero-section .slick-next {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .home.hero-section .hero-video {
    height: 105svh;
  }
}
@media screen and (max-width: 1000px) {
  .home.hero-section {
    height: 105svh !important;
  }
}

.home .intro-section {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .home .intro-section {
    padding-bottom: 50px;
  }
}
.home .intro-section::before {
  display: none;
}
.home .intro-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .home .intro-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -40px;
  }
}
.home .intro-section .container {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.home .intro-section .video-block {
  cursor: pointer;
  position: relative;
}
.home .intro-section .video-block .playpause {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.home .intro-section .video-block .playpause-icon {
  background-image: url("public/img/play-button.png");
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.home .intro-section h1 {
  margin-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .home .intro-section h1 {
    padding-top: 0;
  }
}
.home .intro-section p {
  max-width: 568px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.home .intro-section.fixed-head-z-index::before {
  z-index: 999;
}

.home .two-column-section {
  padding-top: 100px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .home .two-column-section {
    padding-top: 10px;
    text-align: center;
  }
}
.home .two-column-section::before {
  display: none;
}
.home .two-column-section h2 {
  margin: 0;
  text-align: center;
}
.home .two-column-section .text-wrap {
  display: flex;
  gap: 100px;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .home .two-column-section .text-wrap {
    flex-direction: column;
    gap: 0;
    padding: 0 30px;
  }
}
.home .two-column-section .text-wrap .left-text {
  flex: 1;
}
.home .two-column-section .text-wrap .right-text {
  flex: 1;
}
.home .two-column-section .button-block {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .home .two-column-section .button-block {
    margin-top: 20px;
  }
}
.home .two-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.home .two-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.one-column-section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.one-column-section::before {
  content: url("public/img/logo-circle-clear.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.one-column-section .container {
  max-width: 766px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .one-column-section .container {
    padding: 0 30px;
  }
}
.one-column-section h2 {
  margin: 0;
  text-align: center;
}
.one-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
.one-column-section .button-block {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .one-column-section .button-block {
    margin-top: 20px;
  }
}
.one-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.one-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.home .sign-up-section {
  height: 635px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #D9DAE4;
  position: relative;
}
.home .sign-up-section::before {
  display: none;
}
.home .sign-up-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .home .sign-up-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.home .sign-up-section h2 {
  color: #D9DAE4;
  margin: 0;
}
.home .sign-up-section p {
  max-width: 550px;
  width: 100%;
  margin: 25px auto;
}
.home .sign-up-section form .gfield--width-third input {
  width: 100% !important;
  background-color: transparent;
  border: 1px solid #D9DAE4 !important;
  border-radius: 0;
  height: 50px;
  color: #D9DAE4;
  font-size: 16px;
}
.home .sign-up-section form .gfield--width-third input::-webkit-input-placeholder {
  opacity: 1;
}
.home .sign-up-section form .gfield--width-third input::-moz-placeholder {
  opacity: 1;
}
.home .sign-up-section form .gfield--width-third input:-ms-input-placeholder {
  opacity: 1;
}
.home .sign-up-section form .gfield--width-third input::-ms-input-placeholder {
  opacity: 1;
}
.home .sign-up-section form .gfield--width-third input::placeholder {
  opacity: 1;
}
.home .sign-up-section form .gfield_consent_label {
  color: #D9DAE4;
}
@media screen and (max-width: 1000px) {
  .home .sign-up-section form .gfield_consent_label {
    font-size: 1.4rem;
  }
}
.home .sign-up-section form .gfield_consent_label a {
  color: #D9DAE4;
}
.home .sign-up-section form .ginput_container_consent {
  display: flex !important;
  justify-content: center !important;
}
.home .sign-up-section form #field_submit {
  justify-content: center;
}
.home .sign-up-section form #gform_submit_button_2 {
  background-color: transparent;
  border: 1px solid #D9DAE4 !important;
  border-radius: 0;
  height: 50px;
  color: #D9DAE4;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: FacundoRegular !important;
}
.home .sign-up-section form #gform_submit_button_2:hover {
  background-color: #D9DAE4;
  color: #183431;
}
.home .sign-up-section form .gform_footer {
  justify-content: center !important;
}

.lastest-update-section {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .lastest-update-section {
    padding-bottom: 30px;
  }
}
.lastest-update-section::before {
  display: none;
}
.lastest-update-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .lastest-update-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -36px;
  }
}
.lastest-update-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.lastest-update-section .lastest-updates-block {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block {
    flex-direction: column;
    text-align: center;
  }
}
.lastest-update-section .lastest-updates-block article {
  background-color: #f4f4fa;
  border-top: 12px solid #183431;
  transition: all 0.2s ease-in-out;
}
.lastest-update-section .lastest-updates-block article:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.lastest-update-section .lastest-updates-block article a {
  display: block;
  color: #183431;
  text-decoration: none;
  padding: 12px 32px 32px 32px;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block article .link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
  }
}
.lastest-update-section .lastest-updates-block article .date-of-post {
  font-size: 1.6rem;
}
.lastest-update-section .lastest-updates-block article h4 {
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.lastest-update-section .lastest-updates-block article h4 a {
  color: #183431;
  text-decoration: none;
}
.lastest-update-section .lastest-updates-block article img {
  margin-top: 14px;
  margin-bottom: 25px;
}
.lastest-update-section .lastest-updates-block article p {
  max-width: 305px;
  width: 100%;
  margin: 0;
}
.lastest-update-section .lastest-updates-block article .bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block article .bottom {
    max-width: 305px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
.lastest-update-section .lastest-updates-block article .bottom .share-icon-button {
  cursor: pointer;
}
.lastest-update-section .lastest-updates-block article .bottom .addthis_inline_share_toolbox {
  display: none;
}
.lastest-update-section .lastest-updates-block article .bottom .addthis_inline_share_toolbox.share-menu-is-active {
  position: absolute;
  top: 0;
  left: 50px;
}
.lastest-update-section .lastest-updates-block article .bottom svg {
  height: 25px;
  width: 20px;
}
.lastest-update-section .lastest-updates-block article .bottom .go-to-post-icon {
  margin-left: auto;
  padding: 0 32px 12px 32px;
  width: 100%;
  height: 100%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block article .bottom .go-to-post-icon {
    text-align: center;
  }
}
.lastest-update-section .button-block {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .button-block {
    margin-top: 30px;
  }
}
.lastest-update-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lastest-update-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.hero-section {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-section.tall {
  height: 105vh;
}
.hero-section.tall .hero-slider-block {
  height: 105vh;
}
@media screen and (max-width: 1000px) {
  .hero-section.tall .hero-slider-block {
    height: 50vh !important;
  }
}
.hero-section.tall .arrow-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.hero-section.short {
  height: 440px;
	position: relative;
}
.hero-section.short .hero-slider-block {
  height: 440px;
}
.hero-section.short .arrow-more {
  display: none;
}
.hero-section .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.hero-section.fixed-head-z-index {
  z-index: 999;
  position: relative;
}
.hero-section .hero-slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.hero-section .slick-dots li:hover {
  cursor: pointer;
}
.hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.hero-section .slick-dots li.slick-active button {
  background-color: #183431;
}
.hero-section .slick-prev, .hero-section .slick-next {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .hero-section {
    height: 50vh !important;
  }
}

.page-template-top-level-landing-page .feature-section .container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .page-template-top-level-landing-page .feature-section .container {
    display: flex;
    flex-direction: column;
  }
}
.page-template-top-level-landing-page .feature-section a {
  position: relative;
  color: #183431;
  text-decoration: none;
}
.page-template-top-level-landing-page .feature-section a h2 {
  margin: 0;
  color: #183431;
  text-decoration: none;
}
.page-template-top-level-landing-page .feature-section .feature {
  max-width: 400px;
  width: 100%;
  position: relative;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
@media screen and (max-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature {
    margin-bottom: 15px;
    margin: 0 auto;
  }
}
.page-template-top-level-landing-page .feature-section .feature h2 {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 8.8rem;
  line-height: 88px;
  font-size: clamp(5rem, 7vw, 8.8rem);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature h2 {
    line-height: 45px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.page-template-top-level-landing-page .feature-section .feature img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .feature-section .feature img {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
.page-template-top-level-landing-page .feature-section .feature:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.page-template-top-level-landing-page .feature-section .feature:hover h2 {
  opacity: 0;
}
.page-template-top-level-landing-page .feature-section .feature:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 4;
    grid-column-end: 9;
    margin-top: -40px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 4;
    margin-left: 50px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(3) {
    grid-row-start: 4;
    grid-column-start: 4;
    grid-row-end: 8;
    grid-column-end: 8;
    margin-top: 50px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(4) {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 10;
    grid-column-end: 4;
    margin-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(5) {
    grid-row-start: 9;
    grid-column-start: 5;
    grid-row-end: 10;
    grid-column-end: 9;
    margin-top: 50px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(6) {
    grid-row-start: 11;
    grid-column-start: 2;
    grid-row-end: 10;
    grid-column-end: 9;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(7) {
    grid-row-start: 11;
    grid-column-start: 4;
    grid-row-end: 11;
    grid-column-end: 8;
    margin-top: 50px;
  }
}
@media screen and (min-width: 900px) {
  .page-template-top-level-landing-page .feature-section .feature:nth-child(8) {
    grid-row-start: 12;
    grid-column-start: 1;
    grid-row-end: 12;
    grid-column-end: 4;
    margin-left: 50px;
  }
}
.page-template-top-level-landing-page .two-column-section {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .two-column-section {
    margin-bottom: 50px;
    text-align: center;
  }
}
.page-template-top-level-landing-page .two-column-section::before {
  display: none;
}
.page-template-top-level-landing-page .two-column-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .two-column-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-top-level-landing-page .two-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-top-level-landing-page .two-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .two-column-section .text-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 0 30px;
  }
}
.page-template-top-level-landing-page .two-column-section .text-wrap .left-text {
  flex: 1;
}
.page-template-top-level-landing-page .two-column-section .text-wrap .right-text {
  flex: 1;
}
.page-template-top-level-landing-page .two-column-section .button-block {
  text-align: center;
}
.page-template-top-level-landing-page .two-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-template-top-level-landing-page .two-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.page-template-top-level-landing-page .two-column-section.fixed-head-z-index::before {
  z-index: 9999;
}

.page-template-top-level-landing-page .one-column-section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .one-column-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.page-template-top-level-landing-page .one-column-section::before {
  display: none;
}
.page-template-top-level-landing-page .one-column-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .one-column-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -50px;
  }
}
.page-template-top-level-landing-page .one-column-section .container {
  max-width: 766px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .one-column-section .container {
    padding: 0 30px;
  }
}
.page-template-top-level-landing-page .one-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-top-level-landing-page .one-column-section .button-block {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .one-column-section .button-block {
    margin-top: 25px;
  }
}
.page-template-top-level-landing-page .one-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-template-top-level-landing-page .one-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.page-template-top-level-landing-page .one-column-section.fixed-head-z-index::before {
  z-index: 9999 !important;
}

.page-template-top-level-landing-page .cta-section {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 52px;
}
.page-template-top-level-landing-page .cta-section h2 {
  margin: 0;
}
.page-template-top-level-landing-page .cta-section p {
  margin: 0 auto;
  max-width: 568px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-template-top-level-landing-page .cta-section p {
    padding: 0 30px;
  }
}
.page-template-top-level-landing-page .cta-section .button-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  margin-top: 45px;
}
.page-template-top-level-landing-page .cta-section .button-wrap .button-block {
  text-align: center;
}
.page-template-top-level-landing-page .cta-section .button-wrap .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page-template-top-level-landing-page .cta-section .button-wrap .button-block .button span {
  height: 20px;
  margin-top: 1px;
  margin-left: 5px;
}

.page-template-food-and-drink-landing-page .hero-section {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-food-and-drink-landing-page .hero-section.tall {
  height: 105vh;
}
.page-template-food-and-drink-landing-page .hero-section.tall .hero-slider-block {
  height: 105vh;
}
.page-template-food-and-drink-landing-page .hero-section.tall .arrow-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.page-template-food-and-drink-landing-page .hero-section.short {
  height: 440px;
}
.page-template-food-and-drink-landing-page .hero-section.short .hero-slider-block {
  height: 440px;
}
.page-template-food-and-drink-landing-page .hero-section.short .arrow-more {
  display: none;
}
.page-template-food-and-drink-landing-page .hero-section .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-template-food-and-drink-landing-page .hero-section.fixed-head-z-index {
  z-index: 999;
  position: relative;
}
.page-template-food-and-drink-landing-page .hero-section .hero-slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-food-and-drink-landing-page .hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.page-template-food-and-drink-landing-page .hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.page-template-food-and-drink-landing-page .hero-section .slick-dots li:hover {
  cursor: pointer;
}
.page-template-food-and-drink-landing-page .hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.page-template-food-and-drink-landing-page .hero-section .slick-dots li.slick-active button {
  background-color: #183431;
}
.page-template-food-and-drink-landing-page .hero-section .slick-prev, .page-template-food-and-drink-landing-page .hero-section .slick-next {
  display: none !important;
}

.page-template-food-and-drink-landing-page .two-column-section {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page-template-food-and-drink-landing-page .two-column-section {
    padding-top: 10px;
    text-align: center;
  }
}
.page-template-food-and-drink-landing-page .two-column-section::before {
  content: url("public/img/logo-circle-clear.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-food-and-drink-landing-page .two-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-food-and-drink-landing-page .two-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 900px) {
  .page-template-food-and-drink-landing-page .two-column-section .text-wrap {
    padding: 0 30px;
  }
}
.page-template-food-and-drink-landing-page .two-column-section .text-wrap .left-text {
  flex: 1;
}
.page-template-food-and-drink-landing-page .two-column-section .text-wrap .right-text {
  flex: 1;
}
.page-template-food-and-drink-landing-page .two-column-section .button-block {
  text-align: center;
}

.page-template-food-and-drink-landing-page .one-column-section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .one-column-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.page-template-food-and-drink-landing-page .one-column-section::before {
  display: none;
}
.page-template-food-and-drink-landing-page .one-column-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .one-column-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -50px;
  }
}
.page-template-food-and-drink-landing-page .one-column-section .container {
  max-width: 766px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .one-column-section .container {
    padding: 0 30px;
  }
}
.page-template-food-and-drink-landing-page .one-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-food-and-drink-landing-page .one-column-section .button-block {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .one-column-section .button-block {
    margin-top: 25px;
  }
}
.page-template-food-and-drink-landing-page .one-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-template-food-and-drink-landing-page .one-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.page-template-food-and-drink-landing-page .one-column-section.fixed-head-z-index::before {
  z-index: 9999 !important;
}

.page-template-food-and-drink-landing-page .gallery-section {
  margin: 100px 0;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .gallery-section {
    margin: 50px 0;
  }
}
.page-template-food-and-drink-landing-page .gallery-section .gallery-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .gallery-section .gallery-image {
    height: 300px;
  }
}
.page-template-food-and-drink-landing-page .gallery-section .slick-prev, .page-template-food-and-drink-landing-page .gallery-section .slick-next {
  font-size: 0;
  position: absolute;
  color: #f2f2f2;
  border: 0;
  background: none;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-food-and-drink-landing-page .gallery-section .slick-prev {
  left: -30px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-template-food-and-drink-landing-page .gallery-section .slick-prev::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .gallery-section .slick-prev::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.page-template-food-and-drink-landing-page .gallery-section .slick-next {
  right: -60px;
}
.page-template-food-and-drink-landing-page .gallery-section .slick-next::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .gallery-section .slick-next::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.page-template-food-and-drink-landing-page .gallery-section .gallery-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.page-template-food-and-drink-landing-page .cta-section {
  text-align: center;
  margin-bottom: 52px;
}
.page-template-food-and-drink-landing-page .cta-section h2 {
  margin: 0;
}
.page-template-food-and-drink-landing-page .cta-section p {
  margin: 0 auto;
  max-width: 568px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .cta-section p {
    padding: 0 30px;
  }
}
.page-template-food-and-drink-landing-page .cta-section .button-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  margin-top: 45px;
}
.page-template-food-and-drink-landing-page .cta-section .button-wrap .button-block {
  text-align: center;
}
.page-template-food-and-drink-landing-page .cta-section .button-wrap .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page-template-food-and-drink-landing-page .cta-section .button-wrap .button-block .button span {
  height: 20px;
  margin-top: 1px;
  margin-left: 5px;
}

.page-template-food-and-drink-landing-page .testimonial-section {
  margin-top: 100px;
  margin-bottom: -60px;
  position: relative;
  text-align: center;
  padding: 100px 0;
  background-color: #9F4D36;
  color: #D9DAE4;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .testimonial-section {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.page-template-food-and-drink-landing-page .testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-red.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .testimonial-section::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-food-and-drink-landing-page .testimonial-section .container {
  max-width: 766px;
  width: 100%;
}
.page-template-food-and-drink-landing-page .testimonial-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-food-and-drink-landing-page .testimonial-section.dark-green {
  background-color: #183431;
}
.page-template-food-and-drink-landing-page .testimonial-section.dark-green::before {
  background-image: url("public/img/logo-circle-green.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .testimonial-section.dark-green::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-food-and-drink-landing-page .testimonial-section.light-green {
  background-color: #949b98;
}
.page-template-food-and-drink-landing-page .testimonial-section.light-green::before {
  background-image: url("public/img/logo-circle-light-green.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .testimonial-section.light-green::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-food-and-drink-landing-page .testimonial-section.orange {
  background-color: #9F4D36;
}
.page-template-food-and-drink-landing-page .testimonial-section.orange::before {
  background-image: url("public/img/logo-circle-red.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .testimonial-section.orange::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-food-and-drink-landing-page .testimonial-section.blue {
  background-color: #62b2c6;
}
.page-template-food-and-drink-landing-page .testimonial-section.blue::before {
  background-image: url("public/img/logo-circle-blue.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-food-and-drink-landing-page .testimonial-section.blue::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}

.page-template-contact-page .hero-section {
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-contact-page .hero-section .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-template-contact-page .hero-section .hero-slider-block {
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-template-contact-page .hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.page-template-contact-page .hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.page-template-contact-page .hero-section .slick-dots li:hover {
  cursor: pointer;
}
.page-template-contact-page .hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.page-template-contact-page .hero-section .slick-dots li.slick-active button {
  background-color: #183431;
}
.page-template-contact-page .hero-section .slick-prev, .page-template-contact-page .hero-section .slick-next {
  display: none !important;
}

.page-template-contact-page .intro-section {
  text-align: center;
  padding-bottom: 70px;
  position: relative;
}
.page-template-contact-page .intro-section::before {
  display: none;
}
.page-template-contact-page .intro-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-contact-page .intro-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -36px;
  }
}
.page-template-contact-page .intro-section .container .wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  .page-template-contact-page .intro-section .container .wrap {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.page-template-contact-page .intro-section .container .wrap .left {
  flex: 2;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .page-template-contact-page .intro-section .container .wrap .left {
    text-align: center;
  }
}
.page-template-contact-page .intro-section .container .wrap .right {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .page-template-contact-page .intro-section .container .wrap .right {
    text-align: center;
  }
}
.page-template-contact-page .intro-section .container .wrap .right h3 {
  font-size: 2.8rem;
  margin: 13px 0 8px 0;
}
.page-template-contact-page .intro-section .container .wrap .right p {
  margin: 0;
  font-size: 1.8rem;
}
.page-template-contact-page .intro-section .container .wrap .right a {
  color: #183431;
  font-size: 1.8rem;
  text-decoration: none;
}
.page-template-contact-page .intro-section .container .wrap .right a:hover {
  text-decoration: underline;
}

.page-template-contact-page .two-column-section {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page-template-contact-page .two-column-section {
    padding-top: 10px;
    text-align: center;
  }
}
.page-template-contact-page .two-column-section::before {
  content: url("public/img/logo-circle-clear.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-contact-page .two-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-contact-page .two-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 900px) {
  .page-template-contact-page .two-column-section .text-wrap {
    padding: 0 30px;
  }
}
.page-template-contact-page .two-column-section .text-wrap .left-text {
  flex: 1;
}
.page-template-contact-page .two-column-section .text-wrap .right-text {
  flex: 1;
}
.page-template-contact-page .two-column-section .button-block {
  text-align: center;
}

.page-template-contact-page .one-column-section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.page-template-contact-page .one-column-section::before {
  content: url("public/img/logo-circle-clear.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-contact-page .one-column-section .container {
  max-width: 766px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-template-contact-page .one-column-section .container {
    padding: 0 30px;
  }
}
.page-template-contact-page .one-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-contact-page .one-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
.page-template-contact-page .one-column-section .button-block {
  text-align: center;
}

.sign-up-section {
  height: 635px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #D9DAE4;
  position: relative;
}
.sign-up-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .sign-up-section::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: 0;
  }
}
.sign-up-section h2 {
  color: #D9DAE4;
  margin: 0;
}
.sign-up-section p {
  max-width: 550px;
  width: 100%;
  margin: 25px auto;
}
.sign-up-section form .gfield--width-third input {
  width: 100% !important;
  background-color: transparent;
  border: 1px solid #D9DAE4 !important;
  border-radius: 0;
  height: 50px;
  color: #D9DAE4;
  font-size: 16px;
}
.sign-up-section form .gfield--width-third input::-webkit-input-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input::-moz-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input:-ms-input-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input::-ms-input-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input::placeholder {
  opacity: 1;
}
.sign-up-section form .gfield_consent_label {
  color: #D9DAE4;
}
@media screen and (max-width: 1000px) {
  .sign-up-section form .gfield_consent_label {
    font-size: 1.4rem;
  }
}
.sign-up-section form .gfield_consent_label a {
  color: #D9DAE4;
}
.sign-up-section form .ginput_container_consent {
  display: flex !important;
  justify-content: center !important;
}
.sign-up-section form #field_submit {
  justify-content: center;
}
.sign-up-section form #gform_submit_button_2 {
  background-color: transparent;
  border: 1px solid #D9DAE4 !important;
  border-radius: 0;
  height: 50px;
  color: #D9DAE4;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: FacundoRegular !important;
}
.sign-up-section form #gform_submit_button_2:hover {
  background-color: #D9DAE4;
  color: #183431;
}
.sign-up-section form .gform_footer {
  justify-content: center !important;
}

.page-template-contact-page #primary.content-area {
  padding: 0;
}
.page-template-contact-page .form_section {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .page-template-contact-page .form_section {
    margin-bottom: 60px;
  }
}
.page-template-contact-page .form_section form {
  position: relative;
}
.page-template-contact-page .form_section input, .page-template-contact-page .form_section select, .page-template-contact-page .form_section textarea {
  border: 1px solid #183431;
  height: 50px;
  border-radius: 0;
  padding: 6px 8px;
}
.page-template-contact-page .form_section input:hover, .page-template-contact-page .form_section select:hover, .page-template-contact-page .form_section textarea:hover {
  border: 1px solid gray;
}
.page-template-contact-page .form_section .gf_full input {
  width: 100% !important;
}
.page-template-contact-page .form_section a {
  color: #183431;
}
.page-template-contact-page .form_section .ginput_container_consent {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  gap: 15px;
  width: auto;
}

.map-section {
  text-align: center;
  position: relative;
  /* Control map popup max-width here */
}
.map-section .mapboxgl-map {
  min-height: 570px !important;
}
@media screen and (max-width: 1000px) {
  .map-section .mapboxgl-map {
    min-height: 215px !important;
  }
}
.map-section #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.map-section .marker {
  cursor: pointer;
}
.map-section .mapboxgl-popup {
  max-width: 320px;
  max-height: 320px;
  align-items: center;
}
.map-section .mapboxgl-popup-content {
  width: 320px;
  background-color: #fff;
  padding: 0px;
  border: 0px;
  border: solid #fff;
  font-family: "brandon text", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
}
.map-section ::-webkit-scrollbar {
  display: none;
}
.map-section .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.map-section .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.map-section .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #fff;
}
.map-section .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.map-section .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.map-section .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #fff;
}
.map-section .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #fff;
}
.map-section .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #fff;
}
.map-section .mapboxgl-popup-anchor-center .mapboxgl-popup-tip {
  border-center-color: #fff;
}
.map-section h1 {
  padding: 0px 10px 0px 10px;
  font-family: "brandon text", sans-serif;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 16px;
  font-weight: 700;
  color: #505050;
}
.map-section h2 {
  padding: 0px 7px 0px 7px;
  font-family: "brandon text", sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 16px;
  font-weight: 700;
  color: #282828;
  margin-top: 8px;
  margin-bottom: -2px;
}
.map-section h3 {
  padding: 0px 10px 0px 10px;
  font-family: "brandon text", sans-serif;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 16px;
  font-weight: 700;
  color: #505050;
}
.map-section h4 {
  padding: 0px 10px 0px 10px;
  font-family: "brandon text", sans-serif;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 16px;
  font-weight: 700;
  color: #505050;
}
.map-section h5 {
  padding: 0px 10px 0px 10px;
  font-family: "brandon text", sans-serif;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 16px;
  font-weight: 700;
  color: #505050;
}
.map-section p1 {
  display: block;
  padding: 0px 20px 30px 20px;
  font-family: "brandon text", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #707070;
}
.map-section p {
  display: block;
  padding: 0px 7px 0px 7px;
  font-family: "brandon text", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #707070;
}

.getting-here-section {
  margin-top: 65px;
  margin-bottom: 100px;
}
.getting-here-section h2 {
  text-align: center;
  margin: 0;
  font-size: 5rem;
}
.getting-here-section .text-wrap {
  display: flex;
  gap: 76px;
}
@media screen and (max-width: 1000px) {
  .getting-here-section .text-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.getting-here-section .text-wrap h4 {
  font-family: AireRomanPro;
  font-size: 3.8rem;
  margin: 30px 0 25px 0;
  font-weight: normal;
}
.getting-here-section .left-text {
  flex: 1;
}
.getting-here-section .middle-text {
  flex: 1;
}
.getting-here-section .right-text {
  flex: 1;
}

.hero-section {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-section.tall {
  height: 105vh;
	position: relative;
}
.hero-section.tall .hero-slider-block {
  height: 105vh;
}
.hero-section.tall .arrow-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.hero-section.short {
  height: 440px;
	position: relative;
}
.hero-section.short .hero-slider-block {
  height: 440px;
}
.hero-section.short .arrow-more {
  display: none;
}
.hero-section .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.hero-section.fixed-head-z-index {
  z-index: 999;
  position: relative;
}
.hero-section .hero-slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.hero-section .slick-dots li:hover {
  cursor: pointer;
}
.hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.hero-section .slick-dots li.slick-active button {
  background-color: #183431;
}
.hero-section .slick-prev, .hero-section .slick-next {
  display: none !important;
}

.page-template-default .two-column-section {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page-template-default .two-column-section {
    padding-top: 10px;
    text-align: center;
  }
}
.page-template-default .two-column-section::before {
  display: none;
}
.page-template-default .two-column-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .two-column-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -50px;
  }
}
.page-template-default .two-column-section .top-text {
  margin: 0;
  text-align: center;
}
.page-template-default .two-column-section .text-wrap {
  display: flex;
  gap: 100px;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .page-template-default .two-column-section .text-wrap {
    flex-direction: column;
    gap: 0;
    padding: 0 30px;
  }
}
.page-template-default .two-column-section .text-wrap h2 {
  line-height: 38px;
  font-size: 3.8rem;
  font-size: clamp(2rem, 7vw, 3.8rem);
}
.page-template-default .two-column-section .text-wrap .left-text {
  flex: 1;
}
.page-template-default .two-column-section .text-wrap .right-text {
  flex: 1;
}
.page-template-default .two-column-section .button-block {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .page-template-default .two-column-section .button-block {
    margin-top: 20px;
  }
}
.page-template-default .two-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-template-default .two-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.page-template-default .one-column-section {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .one-column-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.page-template-default .one-column-section::before {
  display: none;
}
.page-template-default .one-column-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .one-column-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -50px;
  }
}
.page-template-default .one-column-section .container {
  max-width: 766px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-template-default .one-column-section .container {
    padding: 0 30px;
  }
}
.page-template-default .one-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-default .one-column-section .button-block {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .one-column-section .button-block {
    margin-top: 25px;
  }
}
.page-template-default .one-column-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-template-default .one-column-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.page-template-default .one-column-section.fixed-head-z-index::before {
  z-index: 9999 !important;
}

.sign-up-section {
  height: 635px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #D9DAE4;
  position: relative;
}
.sign-up-section::before {
  display: none;
}
.sign-up-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .sign-up-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.sign-up-section h2 {
  color: #D9DAE4;
  margin: 0;
}
.sign-up-section p {
  max-width: 550px;
  width: 100%;
  margin: 25px auto;
}
.sign-up-section form .gfield--width-third input {
  width: 100% !important;
  background-color: transparent;
  border: 1px solid #D9DAE4 !important;
  border-radius: 0;
  height: 50px;
  color: #D9DAE4;
  font-size: 16px;
}
.sign-up-section form .gfield--width-third input::-webkit-input-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input::-moz-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input:-ms-input-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input::-ms-input-placeholder {
  opacity: 1;
}
.sign-up-section form .gfield--width-third input::placeholder {
  opacity: 1;
}
.sign-up-section form .gfield_consent_label {
  color: #D9DAE4;
}
@media screen and (max-width: 1000px) {
  .sign-up-section form .gfield_consent_label {
    font-size: 1.4rem;
  }
}
.sign-up-section form .gfield_consent_label a {
  color: #D9DAE4;
}
.sign-up-section form .ginput_container_consent {
  display: flex !important;
  justify-content: center !important;
}
.sign-up-section form #field_submit {
  justify-content: center;
}
.sign-up-section form #gform_submit_button_2 {
  background-color: transparent;
  border: 1px solid #D9DAE4 !important;
  border-radius: 0;
  height: 50px;
  color: #D9DAE4;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: FacundoRegular !important;
}
.sign-up-section form #gform_submit_button_2:hover {
  background-color: #D9DAE4;
  color: #183431;
}
.sign-up-section form .gform_footer {
  justify-content: center !important;
}

.lastest-update-section {
  position: relative;
  padding-bottom: 60px;
}
.lastest-update-section::before {
  display: none;
}
.lastest-update-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .lastest-update-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -36px;
  }
}
.lastest-update-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.lastest-update-section .lastest-updates-block {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block {
    flex-direction: column;
    text-align: center;
  }
}
.lastest-update-section .lastest-updates-block article {
  background-color: #f4f4fa;
  border-top: 12px solid #183431;
  transition: all 0.2s ease-in-out;
}
.lastest-update-section .lastest-updates-block article:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.lastest-update-section .lastest-updates-block article a {
  display: block;
  color: #183431;
  text-decoration: none;
  padding: 12px 32px 32px 32px;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block article .link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
  }
}
.lastest-update-section .lastest-updates-block article .date-of-post {
  font-size: 1.6rem;
}
.lastest-update-section .lastest-updates-block article h4 {
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.lastest-update-section .lastest-updates-block article h4 a {
  color: #183431;
  text-decoration: none;
}
.lastest-update-section .lastest-updates-block article img {
  margin-top: 14px;
  margin-bottom: 25px;
}
.lastest-update-section .lastest-updates-block article p {
  max-width: 305px;
  width: 100%;
  margin: 0;
}
.lastest-update-section .lastest-updates-block article .bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block article .bottom {
    max-width: 305px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
.lastest-update-section .lastest-updates-block article .bottom .share-icon-button {
  cursor: pointer;
}
.lastest-update-section .lastest-updates-block article .bottom .addthis_inline_share_toolbox {
  display: none;
}
.lastest-update-section .lastest-updates-block article .bottom .addthis_inline_share_toolbox.share-menu-is-active {
  position: absolute;
  top: 0;
  left: 50px;
}
.lastest-update-section .lastest-updates-block article .bottom svg {
  height: 25px;
  width: 20px;
}
.lastest-update-section .lastest-updates-block article .bottom .go-to-post-icon {
  margin-left: auto;
  padding: 0 32px 12px 32px;
  width: 100%;
  height: 100%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .lastest-update-section .lastest-updates-block article .bottom .go-to-post-icon {
    text-align: center;
  }
}

.page-template-default .testimonial-section {
  margin-top: 110px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  padding: 100px 0;
  background-color: #9F4D36;
  color: #D9DAE4;
}
@media screen and (max-width: 1000px) {
  .page-template-default .testimonial-section {
    padding: 50px;
  }
}
.page-template-default .testimonial-section::before {
  display: none;
}
.page-template-default .testimonial-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-red.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .testimonial-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-default .testimonial-section.s-icon-on.dark-green {
  background-color: #183431;
}
.page-template-default .testimonial-section.s-icon-on.dark-green::before {
  display: inline;
  background-image: url("public/img/logo-circle-green.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .testimonial-section.s-icon-on.dark-green::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-default .testimonial-section.s-icon-on.light-green {
  background-color: #949b98;
}
.page-template-default .testimonial-section.s-icon-on.light-green::before {
  display: inline;
  background-image: url("public/img/logo-circle-light-green.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .testimonial-section.s-icon-on.light-green::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-default .testimonial-section.s-icon-on.orange {
  background-color: #9F4D36;
}
.page-template-default .testimonial-section.s-icon-on.orange::before {
  display: inline;
  background-image: url("public/img/logo-circle-red.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .testimonial-section.s-icon-on.orange::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-default .testimonial-section.s-icon-on.blue {
  background-color: #62b2c6;
}
.page-template-default .testimonial-section.s-icon-on.blue::before {
  display: inline;
  background-image: url("public/img/logo-circle-blue.svg");
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-default .testimonial-section.s-icon-on.blue::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}
.page-template-default .testimonial-section .container {
  max-width: 766px;
  width: 100%;
}
.page-template-default .testimonial-section h2 {
  margin: 0;
  text-align: center;
}

.gallery-section {
  margin: 100px 0;
}
@media screen and (max-width: 1000px) {
  .gallery-section {
    margin: 50px 0;
  }
}
.gallery-section .gallery-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .gallery-section .gallery-image {
    height: 300px;
  }
}
.gallery-section .slick-prev, .gallery-section .slick-next {
  font-size: 0;
  position: absolute;
  color: #f2f2f2;
  border: 0;
  background: none;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-section .slick-prev {
  left: -30px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.gallery-section .slick-prev::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .gallery-section .slick-prev::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.gallery-section .slick-next {
  right: -60px;
}
.gallery-section .slick-next::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .gallery-section .slick-next::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.gallery-section .gallery-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.accordion-section {
  margin: 50px 0;
}
.accordion-section h2 {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .accordion-section h2 {
    font-size: 25x;
  }
}

.accordion {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
}
.accordion span {
  font-size: 16px;
  margin-top: 30px;
  display: block;
}
.accordion .accordion-head {
  color: #183431;
  background-color: transparent;
  border-bottom: 2px solid #183431;
  position: relative;
  padding: 10px 2px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 1s linear;
}
.accordion .accordion-head * {
  cursor: pointer;
}
.accordion .accordion-head h4 {
  margin: 0;
  font-weight: normal;
}
.accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.accordion .accordion-head.open {
  border-bottom: 0 solid rgba(24, 52, 49, 0);
}
.accordion .accordion-body {
  border-bottom: 2px solid #183431;
  padding: 10px 0;
  height: auto;
  display: none;
  margin: 0;
}
.accordion .accordion-body p {
  margin-bottom: 5px;
}

.arrow {
  height: 20px;
}
.arrow:after {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\F067";
  font-weight: 900;
  color: #183431;
}

.accordion-head.close .arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\F067";
  font-weight: 900;
}

.accordion-head.open .arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\F068";
  font-weight: 900;
}

.three-column-panel-section {
  margin-top: 65px;
  margin-bottom: 100px;
  /* the slides */
  /* the parent */
}
.three-column-panel-section h2 {
  text-align: center;
  margin: 0;
  font-size: 5rem;
  margin-bottom: 30px;
}
.three-column-panel-section .text-wrap {
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .three-column-panel-section .text-wrap {
    flex-direction: column;
  }
}
.three-column-panel-section .text-wrap h4 {
  font-family: AireRomanPro;
  font-size: 3.8rem;
  margin: 0;
  font-weight: normal;
}
.three-column-panel-section .pannel-block {
  flex: 1;
  background-image: url(public/img/big-RosePersan.jpg);
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.three-column-panel-section .pannel-block .bg-img {
  max-width: 420px;
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .three-column-panel-section .pannel-block .bg-img {
    max-width: unset;
  }
}
.three-column-panel-section .pannel-block .text-block {
  background-color: #FEFEFE;
  padding: 30px;
}
.three-column-panel-section .button-block {
  text-align: left;
  margin-top: 20px;
}
.three-column-panel-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.three-column-panel-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.three-column-panel-section .slick-slide {
  margin: 0 20px;
}
.three-column-panel-section .slick-list {
  margin: 0 -20px;
}
.three-column-panel-section .slick-prev, .three-column-panel-section .slick-next {
  font-size: 0;
  position: absolute;
  color: #f2f2f2;
  border: 0;
  background: none;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .three-column-panel-section .slick-prev, .three-column-panel-section .slick-next {
    display: none;
  }
}
.three-column-panel-section .slick-prev {
  left: -30px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.three-column-panel-section .slick-prev::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .three-column-panel-section .slick-prev::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.three-column-panel-section .slick-next {
  right: -60px;
}
.three-column-panel-section .slick-next::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .three-column-panel-section .slick-next::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
@media screen and (max-width: 1000px) {
  .three-column-panel-section .slick-next {
    display: none !important;
  }
}

.three-column-grid-section {
  margin-top: 65px;
  margin-bottom: 100px;
}
.three-column-grid-section h2 {
  text-align: center;
  margin: 0;
  font-size: 5rem;
  margin-bottom: 30px;
}
.three-column-grid-section .text-wrap {
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .three-column-grid-section .text-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.three-column-grid-section .text-wrap h4 {
  font-family: AireRomanPro;
  font-size: 3.8rem;
  margin: 0;
  font-weight: normal;
}
.three-column-grid-section .pannel-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.three-column-grid-section .pannel-block .bg-img {
  width: 100%;
  height: 420px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.three-column-grid-section .pannel-block .text-block {
  background-color: #F5F4FA;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.three-column-grid-section .button-block {
  text-align: left;
  margin-top: auto;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .three-column-grid-section .button-block {
    margin-right: 0;
    display: block;
  }
}
.three-column-grid-section .button-block:last-child {
  margin-right: 0;
}
.three-column-grid-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.three-column-grid-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.two-column-grid-section {
  margin-top: 65px;
  margin-bottom: 100px;
}
.two-column-grid-section h2 {
  text-align: center;
  margin: 0;
  font-size: 5rem;
  margin-bottom: 30px;
}
.two-column-grid-section .text-wrap {
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .two-column-grid-section .text-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.two-column-grid-section .text-wrap h4 {
  font-family: AireRomanPro;
  font-size: 3.8rem;
  margin: 0;
  font-weight: normal;
}
.two-column-grid-section .pannel-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.two-column-grid-section .pannel-block .bg-img {
  width: 100%;
  height: 420px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.two-column-grid-section .pannel-block .text-block {
  background-color: #F5F4FA;
  padding: 30px;
  flex: 1;
}
.two-column-grid-section .button-block {
  text-align: left;
  margin-top: 20px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .two-column-grid-section .button-block {
    margin-right: 0;
    display: block;
  }
}
.two-column-grid-section .button-block:last-child {
  margin-right: 0;
}
.two-column-grid-section .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.two-column-grid-section .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}

.panel-section {
  overflow: hidden;
  margin: 50px 0;
}
.panel-section .panel-wrap {
  display: flex;
  align-items: center;
  margin: 100px 0;
  transition: all 1s;
  position: relative;
}
.panel-section .panel-wrap:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .panel-section .panel-wrap {
    flex-direction: column;
  }
}
.panel-section .bg-imgage {
  background-size: cover;
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 66.66667%;
  left: -100px;
  opacity: 0;
  position: relative;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .panel-section .bg-imgage {
    width: 100%;
    height: 300px;
    opacity: 1;
    left: 0;
  }
}
@media screen and (max-height: 800px) {
  .panel-section .bg-imgage {
    width: 100%;
    height: 500px;
  }
}
.panel-section .text-block {
  width: 41.66667%;
  margin-left: calc((8.333% + 20px) * -1);
  z-index: 1;
  right: -100px;
  opacity: 0;
  position: relative;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .panel-section .text-block {
    width: 100%;
    margin-left: 0;
    opacity: 1;
    right: 0;
  }
}
@media screen and (max-height: 800px) {
  .panel-section .text-block {
    width: 55%;
  }
}
@media screen and (max-height: 750px) {
  .panel-section .text-block {
    width: 100%;
  }
}
.panel-section .text-block .text-block-inner {
  background-color: #fff;
  padding: 70px;
}
@media screen and (max-width: 1050px) {
  .panel-section .text-block .text-block-inner {
    padding: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .panel-section .text-block .text-block-inner {
    padding: 20px 0;
  }
}
.panel-section .text-block .text-block-inner h2 {
  margin: 0;
}
@media screen and (max-width: 1050px) {
  .panel-section .text-block .text-block-inner h2 {
    font-size: 4.5rem !important;
  }
}
.panel-section .text-block h2 {
  margin: 0;
}
@media screen and (max-width: 1050px) {
  .panel-section .text-block h2 {
    font-size: 4.5rem !important;
  }
}
.panel-section .text-block .button-block {
  text-align: left;
}
.panel-section .text-block .button-block .button-two {
  background-color: #173430;
  color: #fff;
  padding: 14px 40px;
  display: inline-block;
  font-size: 16px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin-top: 10px;
}
.panel-section .text-block .button-block .button-two:hover {
  border: 8px solid transparent;
  padding: 6px 30px;
  background-color: #fff;
  color: #173430;
  -o-border-image: url(public/img/small_RosePersan.jpg) 30 round;
     border-image: url(public/img/small_RosePersan.jpg) 30 round;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.panel-section .text-block .button-block .button-two:hover svg path {
  stroke: #173430;
}
.panel-section .text-block .button-block .button-two span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.panel-section .panel-wrap.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .panel-section .panel-wrap.right {
    flex-direction: column;
  }
}
.panel-section .panel-wrap.right .bg-imgage {
  right: -100px;
  opacity: 0;
  position: relative;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .panel-section .panel-wrap.right .bg-imgage {
    margin-right: 0;
    width: 100%;
    opacity: 1;
  }
}
.panel-section .panel-wrap.right .text-block {
  width: 41.66667%;
  margin-right: calc((8.333% + 20px) * -1);
  left: -100px;
  opacity: 0;
  position: relative;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .panel-section .panel-wrap.right .text-block {
    margin-right: 0;
    width: 100%;
    opacity: 1;
    left: 0;
  }
}
@media screen and (max-height: 800px) {
  .panel-section .panel-wrap.right .text-block {
    left: 100px !important;
  }
}
@media screen and (max-height: 750px) {
  .panel-section .panel-wrap.right .text-block {
    left: 0 !important;
  }
}
.panel-section .panel-wrap.visible .bg-imgage {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
}
.panel-section .panel-wrap.visible .text-block {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  right: 0;
}
.panel-section .panel-wrap.right.visible .bg-imgage {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: unset !important;
  right: 0 !important;
}
.panel-section .panel-wrap.right.visible .text-block {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  right: unset !important;
  left: 0;
}

.hero-section {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-section.tall {
  height: 105vh;
	position: relative;
}
.hero-section.tall .hero-slider-block {
  height: 105vh;
}
@media screen and (max-width: 1000px) {
  .hero-section.tall .hero-slider-block {
    height: 100vh !important;
  }
}
.hero-section.tall .arrow-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.hero-section.short {
  height: 440px;
	position: relative;
}
.hero-section.short .hero-slider-block {
  height: 440px;
}
.hero-section.short .arrow-more {
  display: none;
}
.hero-section .bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.hero-section.fixed-head-z-index {
  z-index: 999;
  position: relative;
}
.hero-section .hero-slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.hero-section .slick-dots li:hover {
  cursor: pointer;
}
.hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
.hero-section .slick-dots li.slick-active button {
  background-color: #183431;
}
.hero-section .slick-prev, .hero-section .slick-next {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .hero-section {
    height: 100svh !important;
  }
	.hero-section.short .hero-slider-block {
	height: 100svh !important;	
	}
}

.page-template-room-page .feature-section {
  margin-top: 100px;
  margin-bottom: 50px;
}
.page-template-room-page .feature-section h2 {
  text-align: center;
}
.page-template-room-page .feature-section .feature-section-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .feature-section .feature-section-wrap {
    flex-direction: column;
  }
}
.page-template-room-page .feature-section a {
  position: relative;
  color: #183431;
  text-decoration: none;
}
.page-template-room-page .feature-section a h2 {
  margin: 0;
  color: #183431;
  text-decoration: none;
}
.page-template-room-page .feature-section .feature {
  max-width: 400px;
  width: 100%;
  position: relative;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
@media screen and (max-width: 900px) {
  .page-template-room-page .feature-section .feature {
    margin-bottom: 15px;
  }
}
.page-template-room-page .feature-section .feature h2 {
  position: relative;
  line-height: 50px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .feature-section .feature h2 {
    position: relative;
    top: 0;
    margin-bottom: 10px;
    text-align: center !important;
  }
}
.page-template-room-page .feature-section .feature img {
  transition: all 0.2s ease-in-out;
}
.page-template-room-page .feature-section .feature:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.page-template-room-page .intro-section {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.page-template-room-page .intro-section::before {
  display: none;
}
.page-template-room-page .intro-section.s-icon-on::before {
  display: inline;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("public/img/logo-circle-clear.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  width: 107px;
  height: 107px;
  background-size: 107px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .intro-section.s-icon-on::before {
    width: 70px;
    height: 70px;
    background-size: 70px;
    top: -36px;
  }
}
.page-template-room-page .intro-section h2 {
  text-align: center;
  padding-top: 20px;
}
.page-template-room-page .intro-section .wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .intro-section .wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.page-template-room-page .intro-section .wrap .left {
  flex: 2;
  text-align: left;
  max-width: 660px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .intro-section .wrap .left {
    padding: 0 30px 30px 30px;
    text-align: center;
  }
}
.page-template-room-page .intro-section .wrap .left .button-block {
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .intro-section .wrap .left .button-block {
    display: flex;
    justify-content: center;
  }
}
.page-template-room-page .intro-section .wrap .left .button-block .button {
  border-bottom: 1px solid #183431;
  text-decoration: none;
  color: #183431;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-room-page .intro-section .wrap .left .button-block .button span {
  height: 20px;
  margin-top: 4px;
  margin-left: 5px;
}
.page-template-room-page .intro-section .wrap .left h3 {
  margin: 0;
}
.page-template-room-page .intro-section .wrap .right {
  flex: 1;
  align-self: baseline;
  max-width: 380px;
  width: 100%;
  background-color: #183431;
  color: #D9DAE4;
  text-align: left;
  padding: 24px;
}
.page-template-room-page .intro-section .wrap .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.page-template-room-page .intro-section .wrap .right ul li {
  font-weight: normal;
  margin: 5px 0 5px 20px;
  position: relative;
  font-size: 1.6rem;
}
.page-template-room-page .intro-section .wrap .right ul li::before {
  content: url("public/img/white-arrow-right.svg");
  position: absolute;
  top: 15px;
  left: -14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-room-page .intro-section .wrap .right p {
  margin: 0;
}

.page-template-room-page .two-column-section {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page-template-room-page .two-column-section {
    padding-top: 10px;
    text-align: center;
  }
}
.page-template-room-page .two-column-section::before {
  content: url("public/img/logo-circle-clear.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-room-page .two-column-section h2 {
  margin: 0;
  text-align: center;
}
.page-template-room-page .two-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 900px) {
  .page-template-room-page .two-column-section .text-wrap {
    padding: 0 30px;
  }
}
.page-template-room-page .two-column-section .text-wrap .left-text {
  flex: 1;
}
.page-template-room-page .two-column-section .text-wrap .right-text {
  flex: 1;
}
.page-template-room-page .two-column-section .button-block {
  text-align: center;
}

.one-column-section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.one-column-section::before {
  content: url("public/img/logo-circle-clear.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.one-column-section .container {
  max-width: 766px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .one-column-section .container {
    padding: 0 30px;
  }
}
.one-column-section h2 {
  margin: 0;
  text-align: center;
}
.one-column-section .text-wrap {
  display: flex;
  gap: 100px;
}
.one-column-section .button-block {
  text-align: center;
}

.page-template-room-page .gallery-section {
  margin: 100px 0;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .gallery-section {
    margin: 50px 0;
  }
}
.page-template-room-page .gallery-section .gallery-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .gallery-section .gallery-image {
    height: 300px;
  }
}
.page-template-room-page .gallery-section .slick-prev, .page-template-room-page .gallery-section .slick-next {
  font-size: 0;
  position: absolute;
  color: #f2f2f2;
  border: 0;
  background: none;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-room-page .gallery-section .slick-prev {
  left: -30px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-template-room-page .gallery-section .slick-prev::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .gallery-section .slick-prev::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.page-template-room-page .gallery-section .slick-next {
  right: -60px;
}
.page-template-room-page .gallery-section .slick-next::before {
  content: url("./public/img/large-arrow-right.svg");
  color: #f2f2f2;
  font-size: 50px;
}
@media screen and (max-width: 1000px) {
  .page-template-room-page .gallery-section .slick-next::before {
    background-image: url("./public/img/large-arrow-right.svg");
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
  }
}
.page-template-room-page .gallery-section .gallery-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}



.three-column-panel-slider {
	overflow: hidden;
}

/*=======================================*/
/** Mobile Menu **/
/*=======================================*/
@keyframes fadeInRight2 {
	0% {
		opacity:0;
		bottom:20px
	}
	100% {
		opacity:1;
		bottom:0
	}
}
.mob-menu-container.menu--visible ul li {
	animation:.4s forwards fadeInRight2;
	animation-delay:.25s
}
.mob-menu-container.menu--visible ul li:nth-of-type(2) {
	animation-delay:.3s
}
.mob-menu-container.menu--visible ul li:nth-of-type(3) {
	animation-delay:.35s
}
.mob-menu-container.menu--visible ul li:nth-of-type(4) {
	animation-delay:.4s
}
.mob-menu-container.menu--visible ul li:nth-of-type(5) {
	animation-delay:.45s
}
.mob-menu-container.menu--visible ul li:nth-of-type(6) {
	animation-delay:.5s
}
.mob-menu-container.menu--visible ul li:nth-of-type(7) {
	animation-delay:.55s
}
.mob-menu-container.menu--visible ul li:nth-of-type(8) {
	animation-delay:.6s
}
.mob-menu-container.menu--visible ul li {
	opacity:0;
	position:relative
}

/* ————————————————
   BUTTON (hamburger → X)
   ———————————————— */
.mob-menu-btn-container {
	display: flex;
	align-items: center;
	height: 50px;
}
.mob-menu-btn-wrap {
display: flex;
  align-items: center;
	gap: 16px;
  cursor: pointer;
}
.mob-menu-btn {
	will-change: transform;
	gap: 7px;
	display: grid;
}
.mob-menu-btn span {
  display: flex;
  width: 28px;
  height: 2px;
  transition: transform 0.4s ease, opacity 0.3s ease;
	align-items: center;
}
.mob-menu-btn span img {
	width: 100%;
	height: 100%;
}
.mob-menu-btn.open .top {
  transform: translateY(8px) rotate(45deg);
}
.mob-menu-btn.open .middle {
  opacity: 0;
}
.mob-menu-btn.open .bottom {
  transform: translateY(-10px) rotate(-45deg);
}
.mob-menu-btn-wrap .menu-text {
font-size: 1.6rem;
  color: #D9DAE4;	
}

/* ————————————————
   BACKDROP OVERLAY
   ———————————————— */
.mob-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 52, 49, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 999;
}
.mob-menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* ————————————————
   SLIDE‑IN MENU
   ———————————————— */
.mob-menu-container {
	position: fixed;
	top: 0;
	left: 0;
	height: auto;
	transform: translateX(-100%) scale(1);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
	will-change: transform, opacity;
	z-index: 1000;
bottom: 0;
  overflow-y: auto;
	width: 100%;
	pointer-events: none;
}
.mob-menu-container.open {
  transform: translateX(0) scale(1);
  opacity: 1;
}

/* ————————————————
   CLOSE “X” INSIDE MENU
   ———————————————— */
.close-btn {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 1003;
	pointer-events: all;
}
.close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #183431;
  border-radius: 1.5px;
  transform-origin: center;
}
.close-btn span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ————————————————
   CHILD ITEMS STAGGER
   ———————————————— */
.mob-menu-container .menu-main-menu-container ul li,
.mob-menu-container .button-container,
.mob-menu-container .phone-email,
.mob-menu-container .address {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* 2) Staggered fade/slide in when open */
/* menu items (7 of them) */
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(1) {
  transition-delay: 0.30s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(2) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(3) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(4) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(5) {
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(6) {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(7) {
  transition-delay: 0.9s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(8) {
  transition-delay: 1s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(9) {
  transition-delay: 1.1s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .menu-main-menu-container ul li:nth-child(10) {
  transition-delay: 1.2s;
  opacity: 1;
  transform: translateX(0);
}

/* 3) Then book‑now button */
.mob-menu-container.open .button-container {
  transition-delay: 1s;
  opacity: 1;
  transform: translateX(0);
}

/* 4) Finally contact details */
.mob-menu-container.open .phone-email {
  transition-delay: 1.1s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .address {
  transition-delay: 1.2s;
  opacity: 1;
  transform: translateX(0);
}
.mob-menu-container.open .address h4 {
	color: var(--colour-neutral);
}

.menu-container-inner .flyout-logo svg {
	width: 100%;
	max-width: 250px;
}
.menu-container-inner {
	display: flex;
	align-items: flex-start;
}
.menu-container-inner .menu-main-menu-container {
	padding-top: 110px;
	padding-left: 32px;
	padding-right: 0;
	padding-bottom: 64px;
	width: 380px;
	background: #F6F6F8;
	z-index: 2;
	overflow: auto;
	z-index: 1002;
	pointer-events: all;
}
.menu-container-inner .menu-main-menu-container ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
}
.menu-container-inner .menu-main-menu-container ul li {
	width: fit-content;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 0 32px 0 0;
	width: 100%;
}
.menu-container-inner .menu-main-menu-container ul li .menu-item-wrap {
width: 100%;
  padding: 20px 32px 20px 32px;
  border-bottom: 1px solid #D9DAE4;
}
.menu-container-inner .menu-main-menu-container ul li:first-of-type .menu-item-wrap {
	border-top: 1px solid #D9DAE4;
}
.menu-container-inner .menu-main-menu-container ul li a {
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 4px 0;
	gap: 12px;
}
.menu-container-inner ul li a:hover {
	color: #183431;
}
.menu-container-inner .menu-main-menu-container ul li a::after {
	content: "";
	background: url(/wp-content/uploads/2025/07/menu-arrow.svg);
	width: 26px;
	height: 22px;
	display: block;
	background-repeat: no-repeat;
  display: inline-block;     /* ensure transform works */
  transform: translateX(0);  /* start at 0 */
  transition: transform 0.3s ease;  /* apply ease to the transform */
}
.menu-container-inner .menu-main-menu-container ul li .menu-item-wrap:hover > a::after {
transform: translateX(12px);	
}
.menu-container-inner .menu-main-menu-container ul li.open .menu-item-wrap > a::after {
transform: translateX(12px);	
}
.menu-container-inner .button-container-inner {
	justify-content: flex-start;
	margin-top: 30px;
}
.menu-container-inner .button-container-inner .lsb-button {
	min-width: 200px;
}
.bg-dark-blue .menu-container-inner .btn-hover-from-top .lsb-button.button-style-whipped-oat-solid:hover::after {
	background: var(--colour-dark-blue);
}
.menu-container-inner .contact-details {
	margin-top: 50px;
}
.menu-container-inner .contact-details {
	margin-bottom: 0;
}
.menu-container-inner .contact-details a {
text-decoration: underline;
  text-underline-offset: 3px;
	text-decoration-color: var(--colour-neutral);
}
.menu-container-inner .contact-details a:hover {
	color: var(--colour-neutral);
}
.menu-container-inner .contact-details .phone-email {
  margin-bottom: 1.5em;
}
/* ————————————————
   DISABLE PAGE SCROLL
   ———————————————— */
body.no-scroll {
  overflow: hidden;
  touch-action: none; /* guard against overscroll */
}


@media all and (max-width: 1035px) {
}
@media all and (max-width: 860px) {
.site-header .block-inner {
	gap: 20px;
}
	.header-column.book-container {
		display: none;
	}

.header-logo-container svg, .header-logo-container img {
	height: 160px !important;
}
	
.header-column.mobile-icons-container {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}
	
	
	
.mobile-icons-container .header-icon svg {
	height: 28px;
	width: auto;
background: #fff;
    border-radius: 100%;	
}
}
@media all and (max-width: 767px) {
.menu-container-inner .button-container-inner {
	align-items: flex-start;
}
}
@media all and (max-width: 700px) {
.mob-menu-container {
	width: 100%;
}
.menu-container-inner {
	padding-left: 30px;
	padding-right: 30px;
}
}
@media all and (max-width: 480px) {
.header-logo-container svg, .header-logo-container img {
	height: 50px !important;
}
.menu-container-inner {
	padding-left: 20px;
	padding-right: 20px;
}
	.mob-menu-container {
		min-width: auto;
	}
.menu-container-inner .flyout-logo svg {
	max-width: 230px;
}
}
@media all and (max-width: 413px) {
.menu-container-inner .menu-main-menu-container ul li {
	font-size: 1.5em;
}
.header-column.mobile-icons-container {
	gap: 6px;
}
.site-header .block-inner {
	gap: 8px;
}
.mobile-icons-container .header-icon svg {
	height: 25px;
}
.header-logo-container svg, .header-logo-container img {
	height: 45px !important;
}
}
@media all and (max-width: 365px) {
.menu-container-inner .flyout-logo svg {
	max-width: 220px;
}
.menu-container-inner .menu-main-menu-container ul li {
	font-size: 1.4em;
}
}
@media all and (max-width: 340px) {
.site-header .block-inner {
  display: flex;
}
}
/*=======================================*/
/** Sub menu **/
/*=======================================*/
/* wrapper hidden off‑screen */
.menu-container-inner .menu-main-submenu-container {
  width: 380px;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.5s cubic-bezier(0.22,1,0.36,1),
    opacity   0.4s ease,
    visibility 0s linear 0.5s;
  will-change: transform, opacity;
	z-index: 1001;
}

/* slide in on open */
.menu-main-submenu-container.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* hide all sub-menus by default */
.menu-container-inner .menu-main-submenu-container .sub-menu-wrap {
	background: url(https://www.stanwellhouse.com/wp-content/themes/blank/public/img/big-RosePersan.jpg);
	background-size: auto 380px;
	background-repeat: repeat;
	padding: 22px;
	overflow: auto;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.menu-container-inner .menu-main-submenu-container .sub-menu {
	margin: 0;
	width: 100%;
	padding: 88px 18px 42px;
	background: #F6F6F8;
}

@media (hover: hover) and (pointer: fine) {
  .menu-main-menu-container .menu-item:hover > .sub-menu-wrap {
    display: block;
  }
}

.menu-main-menu-container .menu-item.open > .sub-menu-wrap {
  display: block;
}

/* show only the active list */
.menu-container-inner .menu-main-submenu-container.open .sub-menu-wrap.active {
display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
	pointer-events: all;
}

/* submenu items base state */
.menu-main-submenu-container .sub-menu li {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 1.6rem;
  padding: 24px 32px;
  border-bottom: 1px solid #D9DAE4;
  width: 100%;
}
.menu-main-submenu-container .sub-menu-wrap li:first-of-type {
  border-top: 1px solid #D9DAE4;
}

/* staggered reveal when open + active */
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(1) {
  transition-delay: 0.1s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(2) {
  transition-delay: 0.20s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(3) {
  transition-delay: 0.30s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(4) {
  transition-delay: 0.40s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(5) {
  transition-delay: 0.50s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(6) {
  transition-delay: 0.60s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(7) {
  transition-delay: 0.70s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(8) {
  transition-delay: 0.80s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(9) {
  transition-delay: 0.90s; opacity: 1; transform: translateX(0);
}
.menu-main-submenu-container.open .sub-menu-wrap.active li:nth-child(10) {
  transition-delay: 1s; opacity: 1; transform: translateX(0);
}

.menu-main-submenu-container .sub-menu li a {
	text-decoration: none;
display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 4px 0;
	gap: 12px;
}
.menu-main-submenu-container .sub-menu li a::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/menu-arrow.svg);
    background-repeat: repeat;
  width: 26px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  display: inline-block;     /* ensure transform works */
  transform: translateX(0);  /* start at 0 */
  transition: transform 0.3s ease;  /* apply ease to the transform */
}
.menu-container-inner .menu-main-submenu-container ul li:hover > a::after {
  transform: translateX(12px);
}

/* submenu‐toggle icon styling (optional) */
.menu-main-menu-container .submenu-toggle {
  display: inline-block;
  width: 12px; height:12px;
  margin-left: 8px;
  background: url('/wp-content/uploads/2025/05/OBH-Icons_Neutral_Plus.svg') no-repeat center / contain;
  cursor: pointer;
  transition: transform .2s;
}
.menu-main-menu-container .menu-item-has-children.open .submenu-toggle {
  transform: rotate(45deg);
}

/*=======================================*/
/** Header **/
/*=======================================*/
.site-header {
  z-index: 10;
position: absolute;
  width: 100%;
	z-index: 1000;
	transition: none;
	opacity: 1;
}
.site-header .header-row {
	width: 100%;
	padding-top: 18px;
padding-right: 32px;
    padding-left: 32px;
	/*transition: padding 0.3s;*/
}
.site-header .block-inner {
	display: grid;
	padding-top: 0;
	padding-bottom: 0;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	grid-template-columns: 1fr auto 1fr;
	max-width: 1640px;
	margin: 0 auto;
}

.header-phone, .header-email {
  display: flex;
  align-items: center;
  gap: 10px;	
}
.header-social-links svg path {
	fill: #ED7D31;
}
.header-phone.icon img, .header-email.icon img {
	height: 13px;
}


.header-main-row {
	width: 100%;
}
.sticky .header-main-row {
	background: #44546a;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
.site-header .header-main-row .block-inner {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-column.menu-container {
	z-index: 1001;
}

/** Header Logo **/
.header-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	z-index: 1000;
}
.header-logo-container a::before {
	display: none;
}
.header-logo-container a {
  display: inherit;
}
.header-logo-container :is(svg,img) {

	/*transition: height 0.3s;*/
}
.logo-text {
	color: #fff;
	position: relative;
	top: 6px;
	font-size: 1.1em;
}
.header-logo-container h1 {
	margin: 0;
  line-height: 0;
}
header .fixed-logo {
  display: none;
}


.header-column.header-right {
	display: flex;
	justify-content: flex-end;
	gap: 20px 40px;
	z-index: 1000;
}
.header-column.header-right .social {
	display: flex;
	gap: 20px 40px;
	align-items: center;
}
header .header-right .social a {
  color: #D9DAE4;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 250ms, -webkit-transform 250ms;
}
header .header-right .social a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
header .header-right .social a svg {
  max-width: 20px;
  width: 100%;
  fill: #D9DAE4;
}
header .header-right .book-button button {
	height: 50px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 6px 20px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	transition: all 0.2s ease-in-out;
	border: 8px solid transparent;
}
header .header-right .book-button button:hover {
  background-color: #fff;
  color: #D9DAE4;
  border: 8px solid transparent;
  color: #173430;
  -o-border-image: url(public/img/small_RosePersan.jpg) 30 round;
     border-image: url(public/img/small_RosePersan.jpg) 30 round;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-right .book-button button span {
  margin-left: 5px;
  margin-top: -2px;
  display: flex;
}
header .header-right .book-button button span svg {
  width: 15px;
  height: 15px;
}
.book-menu-close-button-container {
	max-width: 1640px;
	margin: 0 auto;
	display: none;
	position: absolute;
	width: 100%;
}
.book-menu-close-button-inner {
	padding-left: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 8px;
}
.book-menu-close-button-container.active {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



header.active {
  background-color: #183431;
  position: fixed;
  top: 0;
  z-index: -1;
  height: 50px;
  margin: 0;
  -webkit-animation: slidedown 0.6s ease-out forwards;
          animation: slidedown 0.6s ease-out forwards;
  opacity: 0.5;
}
header.active .header-row {
	padding-top: 0;
}
header.active .main-logo {
  display: none;
}
header.active .fixed-logo {
  display: block;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-column.mobile-icons-container {
	display: none;
}
@media all and (max-width: 1366x) {
.header-logo-container svg, .header-logo-container img {
	height: 185px;
}
}
@media all and (max-width: 1323px) {
.header-column.header-right {
	gap: 20px 18px;
}
.header-column.header-right .social {
	gap: 20px 18px;
}	
}
@media all and (max-width: 1280px) {
.header-column.menu-container .desk-menu-container ul {
  gap: 30px;
}
}
@media all and (max-width: 1212px) {
.header-column.book-container .lsb-button {
	min-width: 138px;
	padding: 6px 8px;
	font-size: 0.9em;
}
.header-logo-container svg, .header-logo-container img {
	height: 175px;
}
}
@media all and (max-width: 1152px) {
	#right-header-link-1 {
		display: none;
	}
}
@media all and (max-width: 980px) {
.book-button .book-menu {
	padding-top: 100px;
}
}
@media all and (max-width: 931px) {
	#right-header-link-3 {
		display: none;
	}
}
/*=======================================*/
/** Mobile header and menu **/
/*=======================================*/
.mobile-floating-container {
	display: none;
}
@media all and (max-width: 768px) {
.site-header .block-inner {
	grid-template-columns: 1fr;
}
	.header-column.menu-container, .header-column.header-right {
		display: none;
	}
  .header-logo-container svg, .header-logo-container img {
    height: 180px !important;
  }

header.active {
	display: none;
}
	
.book-button .book-menu {
padding-top: 30px;
    padding-bottom: 60px;
}
  .book-menu-close-button-container {
    top: 30px;
    left: 0;
  }
.book-menu-close-button-inner {
	top: 0;
	right: 22px;
padding-right: 0;
  padding-left: 0;
}


.mobile-floating-container {
  position: fixed;
	  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #183431;
  z-index: 1000;
}


.floating-item {
	flex: auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-right: 1px solid #FFFFFF;
}
	.floating-item:last-of-type {
		border-right: none;
	}
.mobile-floating-container .floating-item .floating-item-link {
	color: #D9DAE4;
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile-floating-container .floating-item button.floating-item-link {
	border: none;
	border-radius: 0;
	font-size: 14px;
	background: none;
	padding: 0;
background: #FFF;
    color: #0D0D0D;
	font-family: FacundoRegular;
}
	
.home.hero-section {
	height: calc(105svh - 35px) !important;
}
  .home.hero-section .hero-video {
    	height: calc(105svh - 35px) !important;
  }
	

.floating-item .mobile-menu-container {
	z-index: 2;
	color: #D9DAE4;
	background-color: #183431;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	text-align: center;
}
.floating-item .mobile-menu-container .wrap {
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}
.mobile-menu-close-button-container {
	position: absolute;
	right: 22px;
}
.mobile-menu-close-button {
  z-index: 3;
  display: none;
  cursor: pointer;
  max-width: 35px;
  width: 100%;
}
.mobile-main-logo-menu {
	max-width: 88px;
	width: 100%;
}
	.floating-item .mobile-menu-inner {
	margin-top: 40px;
	}
.floating-item.active .mobile-menu-container {
height: 100vh;
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
}
.mobile-menu-container #menu-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 35px;
}
.mobile-menu-container #menu-main-menu li {
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-menu-container #menu-main-menu li .submenu-toggle {
	display: flex;
	margin-left: 8px;
	background: url('/wp-content/uploads/2025/07/down-arrow.svg') no-repeat;
	cursor: pointer;
	transition: background-image .2s;
	padding: 12px;
	background-size: 14px;
	background-position: center;
}
	.mobile-menu-container #menu-main-menu li a {
color: #D9DAE4;
		text-decoration: none;
	}
	
.mobile-menu-container #menu-main-menu .sub-menu {
	display: none;
	width: 100%;
	padding-left: 0;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 0;
	justify-content: center;
	gap: 10px;
}
	.mobile-menu-container #menu-main-menu .sub-menu li {
		font-size: 14px;
	}

.floating-item .mobile-menu-container .mobile-social {
	margin-top: 60px;
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.floating-item .mobile-menu-container .mobile-social a {
  color: #D9DAE4;
  text-decoration: none;
}
.floating-item .mobile-menu-container .mobile-social a svg {
    max-width: 25px;
    width: 100%;
  fill: #D9DAE4;
  }
}