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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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;
  text-decoration: none;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/mont/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/mont/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/mont/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/mont/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/mont/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/mont/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair/PlayfairDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/playfair/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../assets/fonts/playfair/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair/PlayfairDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/playfair/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/mont/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/mont/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/mont/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/mont/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/mont/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/mont/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair/PlayfairDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/playfair/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../assets/fonts/playfair/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/playfair/PlayfairDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/playfair/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*::selection {
  background-color: #C0392B;
  color: #ffffff;
}

body {
  color: #2D2D2D;
  font-family: "Montserrat";
  font-size: 16px;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}

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

section {
  padding: 70px 0;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.6s ease;
}
.site-header.sticky-header {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(45, 45, 45, 0.2);
}

.site-header-inner {
  display: flex;
  align-items: center;
}

.site-header-meta.desktop {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .site-header-meta.desktop {
    display: none;
  }
}
.site-header-meta.mobile {
  display: none;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid rgba(45, 45, 45, 0.2);
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .site-header-meta.mobile {
    display: flex;
  }
}
.site-header-meta a {
  margin-left: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-family: "Montserrat";
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  .site-header-meta a {
    margin: 15px 0 0;
  }
}
.site-header-meta a:hover {
  color: #C0392B;
}
.site-header-meta a:first-of-type {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .site-header-meta a:first-of-type {
    margin-top: 0;
  }
}
.site-header-meta a span {
  display: inline-flex;
}
.site-header-meta a span.icon-phone, .site-header-meta a span.icon-envelope {
  margin-right: 10px;
  margin-top: -2px;
}
.site-header-meta a span.icon-instagram {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .site-header-logo-link {
    position: relative;
    z-index: 12;
  }
}

.site-header-meta-soc {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.site-header-meta-soc a {
  margin: 0 10px;
}
.site-header-meta-soc a:last-of-type {
  margin-right: 0;
}

.site-header-menu {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .site-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #ffffff;
    z-index: 11;
    margin: 0;
    padding: 120px 40px 50px;
    transform: translateX(-100%);
    transition: 0.6s ease;
  }
  .site-header-menu.active {
    transform: none;
  }
}
.site-header-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 1199px) {
  .site-header-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
.site-header-menu ul li {
  margin-left: 30px;
  list-style: none;
}
@media (max-width: 1199px) {
  .site-header-menu ul li {
    margin: 15px 0 0;
  }
}
.site-header-menu ul li:first-of-type {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .site-header-menu ul li:first-of-type {
    margin-top: 0;
  }
}
.site-header-menu ul li a {
  font-weight: 600;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  .site-header-menu ul li a {
    font-size: 20px;
  }
}
.site-header-menu ul li a:hover {
  color: #C0392B;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  z-index: 102;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(-1px) rotate(45deg);
  top: 50%;
}
.menu-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
  top: 50%;
  width: 100%;
}
.menu-toggle span {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #2D2D2D;
  display: block;
  transition: 0.6s ease;
}
.menu-toggle span:nth-child(1) {
  top: 13px;
}
.menu-toggle span:nth-child(2) {
  width: 80%;
  top: calc(100% - 13px);
}

.site-footer {
  background-color: #2D2D2D;
  padding: 70px 0 0;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .site-footer {
    padding-top: 40px;
  }
}

.site-footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .site-footer-col {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.site-footer-col:nth-child(2) {
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .site-footer-col:nth-child(2) {
    padding: 30px 0;
  }
}

.site-footer-copy {
  width: 100%;
  text-align: center;
  padding: 35px 0 15px;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .site-footer-copy {
    padding-top: 15px;
  }
}

.site-footer-menu {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .site-footer-menu {
    margin-top: 30px;
  }
}
.site-footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1199px) {
  .site-footer-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer-menu ul li {
  list-style: none;
  margin-right: 20px;
  display: inline-flex;
  position: relative;
}
@media (max-width: 1199px) {
  .site-footer-menu ul li {
    margin: 0 0 15px;
  }
}
@media (max-width: 1199px) {
  .site-footer-menu ul li:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer-menu ul li:last-of-type::after {
  display: none;
}
.site-footer-menu ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 2px;
  bottom: 0;
  background-color: #ffffff;
  right: -10px;
}
@media (max-width: 1199px) {
  .site-footer-menu ul li::after {
    display: none;
  }
}
.site-footer-menu ul li a {
  font-weight: 700;
  color: #ffffff;
  transition: 0.6s ease;
  font-family: "Playfair Display";
  line-height: 1;
  font-size: 14px;
}
.site-footer-menu ul li a:hover {
  color: #C0392B;
}

.mc4wp-form {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
}
.mc4wp-form-fields p {
  margin: 0;
}
.mc4wp-form-fields p:nth-child(1) {
  width: calc(100% - 140px);
}
@media (max-width: 1199px) {
  .mc4wp-form-fields p:nth-child(1) {
    width: 100%;
  }
}
.mc4wp-form-fields p:nth-child(1) input {
  width: 100%;
  height: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
  padding: 0 20px;
  box-shadow: unset;
  border: none;
}
@media (max-width: 1199px) {
  .mc4wp-form-fields p:nth-child(1) input {
    border-radius: 5px;
  }
}
.mc4wp-form-fields p:nth-child(2) {
  width: 140px;
}
@media (max-width: 1199px) {
  .mc4wp-form-fields p:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
}
.mc4wp-form-fields p:nth-child(2) input {
  width: 100%;
  height: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #C0392B;
  color: #ffffff;
  box-shadow: unset;
  padding-top: 5px;
  cursor: pointer;
  border: none;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  .mc4wp-form-fields p:nth-child(2) input {
    border-radius: 5px;
  }
}
.mc4wp-form-fields p:nth-child(2) input:hover {
  background-color: rgba(192, 57, 43, 0.8);
}

.site-footer-text-1 {
  font-size: 13px;
  margin: 0 0 58px;
}

.site-footer-text-2 {
  font-size: 14px;
  margin: 0 0 30px;
}

.site-footer-text-3 {
  margin: 20px 0 0;
  font-size: 12px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .contact-info {
    align-items: center;
  }
}

.contact-info-text {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B0B0B0;
}
.contact-info-text:last-child {
  margin-bottom: 0;
}
.contact-info-text span {
  display: inline-flex;
  line-height: 1;
}
.contact-info-text span:nth-child(1) {
  width: 15px;
  margin-right: 10px;
  margin-top: -1px;
}

.site-footer-title {
  margin: 0 0 20px;
  font-size: 16px;
}

a.contact-info-text {
  transition: 0.6s ease;
}
a.contact-info-text:hover {
  color: #C0392B;
}

.site-footer-bottom {
  margin-top: 40px;
}

.working-hours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .working-hours {
    align-items: center;
  }
}

.working-hour {
  display: inline-flex;
  align-items: center;
  color: #B0B0B0;
}
.working-hour span:nth-child(1) {
  width: 15px;
  margin-right: 10px;
}

.site-footer-soc {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .site-footer-soc {
    justify-content: center;
  }
}
.site-footer-soc a {
  color: #ffffff;
  margin-right: 20px;
  transition: 0.6s ease;
}
.site-footer-soc a:hover {
  color: #C0392B;
}
.site-footer-soc a:last-of-type {
  margin-right: 0;
}
.site-footer-soc a span {
  font-size: 20px;
}
.site-footer-soc a span.icon-instagram {
  font-size: 22px;
}

.error-block-inner {
  padding: 70px 0 40px;
}
.error-block-inner p {
  font-size: 20px;
  text-align: center;
  font-weight: 100;
}
.error-block-inner h1 {
  text-align: center;
  font-size: clamp(6.25rem, 4.733rem + 6.4725vw, 12.5rem);
  line-height: 1;
  margin: 0 0 70px;
  text-shadow: #F7F3EB 1px 1px, #F7F3EB 2px 2px, #F7F3EB 3px 3px, #F7F3EB 4px 4px, #F7F3EB 5px 5px, #F7F3EB 6px 6px, #F7F3EB 7px 7px, #F7F3EB 8px 8px, #F7F3EB 9px 9px, #F7F3EB 10px 10px, #F7F3EB 11px 11px;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-phone:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-envelope:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-angle-right:before, .icon-angle-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-left:before {
  content: "\e001";
}

.icon-angle-right:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-calendar:before {
  content: "\e005";
}

.icon-clock:before {
  content: "\e006";
}

.icon-envelope:before {
  content: "\e007";
}

.icon-fb:before {
  content: "\e008";
}

.icon-instagram:before {
  content: "\e009";
}

.icon-link:before {
  content: "\e00a";
}

.icon-phone:before {
  content: "\e00b";
}

.icon-pin:before {
  content: "\e00c";
}

.icon-play:before {
  content: "\e00d";
}

.icon-twitter:before {
  content: "\e00e";
}

.icon-zoom:before {
  content: "\e00f";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 0.5px;
}

.entry-content p {
  line-height: 1.5;
  font-family: "Montserrat";
  color: #666666;
}
.entry-content ul li, .entry-content ol li {
  line-height: 1.5;
  font-family: "Montserrat";
  color: #666666;
}
.entry-content a {
  text-decoration: underline;
  transition: 0.6s ease;
}
.entry-content a:hover {
  color: #C0392B;
}

.section-title {
  font-size: clamp(2rem, 1.8846rem + 0.5128vw, 2.5rem);
  margin: 0 0 40px;
}

.btn-primary {
  background-color: #C0392B;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  height: 42px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding: 2px 21px 0;
  border: 1px solid #C0392B;
  transition: 0.6s ease;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #C0392B;
}

.btn-secondary {
  background-color: #ffffff;
  color: #C0392B;
  font-family: "Montserrat";
  font-weight: 600;
  height: 42px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding: 2px 21px 0;
  border: 1px solid #ffffff;
  transition: 0.6s ease;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #ffffff;
}

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

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

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

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

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

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

.home-hero {
  min-height: 800px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .home-hero {
    min-height: unset;
    padding: 150px 0 70px;
  }
}
.home-hero::before {
  position: absolute;
  content: "";
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.home-hero-inner {
  position: relative;
  z-index: 2;
}

.home-hero-title {
  font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem);
  margin: 0 0 30px;
}

.home-hero-text {
  font-size: clamp(1.125rem, 1.0096rem + 0.5128vw, 1.625rem);
  letter-spacing: 0.5px;
  margin: 0 0 30px;
}
.home-hero-text p {
  color: #ffffff;
}

.wines {
  text-align: center;
}

.wines-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.wine-item-col {
  padding: 10px;
  width: 33.333333%;
}
@media (max-width: 991px) {
  .wine-item-col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .wine-item-col {
    width: 100%;
  }
}

.wine-item {
  perspective: 1000px;
  background-color: transparent;
  position: relative;
}
.wine-item.highlight .wine-item-title {
  background-color: #000000;
}
@media (max-width: 575px) {
  .wine-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.wine-item::before {
  content: "";
  display: block;
  padding-top: 133%;
}

.flip-card-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.wine-item:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.wine-item-title {
  text-align: center;
  height: 80px;
  font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .wine-item-title {
    height: 60px;
  }
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front {
  background-size: cover;
  background-position: center;
}

.flip-card-back {
  background-color: #F7F3EB;
  color: #333;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
}

.card-back-content {
  padding: 40px 20px;
  overflow-y: auto;
}

.map.map {
  padding: 0;
}

#wineyard-map {
  height: 600px;
}
@media (max-width: 991px) {
  #wineyard-map {
    height: 400px;
  }
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  max-width: 300px;
}

.marker-popup {
  max-width: 260px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.js-map-cta {
  color: #C0392B !important;
  border: 2px solid #C0392B;
  font-weight: 600;
  font-family: "Montserrat";
  border-radius: 4px;
  padding: 5px 20px;
  display: inline-flex;
}

.map-text-wrapper {
  margin-top: 30px;
}

.map-text-wrapper-inner {
  display: inline-flex;
  border-radius: 8px;
  background-color: #F7F3EB;
  padding: 20px;
  align-items: center;
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .map-text-wrapper-inner {
    width: 100%;
  }
}

.map-text-icon {
  width: 40px;
  margin-right: 20px;
}

/* Cluster background color */
.leaflet-marker-icon.marker-cluster div {
  background-color: #d4bf68 !important;
  color: #2D2D2D; /* Optional: text color */
  font-weight: 700;
  margin: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cluster outer ring */
.marker-cluster-small {
  background-color: #d4bf68 !important;
  border: 2px solid #2D2D2D;
}

.marker-cluster-medium {
  background-color: #d4bf68 !important;
}

.marker-cluster-large {
  background-color: #d4bf68 !important;
}

.image-content-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.image-content-left {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .image-content-left {
    width: 100%;
    order: 2;
  }
}

.image-content-right {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .image-content-right {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
}

.image-content-img {
  border-radius: 8px;
  box-sizing: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-content-title {
  font-size: clamp(2rem, 1.9423rem + 0.2564vw, 2.25rem);
}

.image-content-right {
  background-color: #F7F3EB;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px 20px;
}
.image-content-right h3 {
  font-size: 20px;
  margin: 0 0 30px;
}

.gallery {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
}

.gallery-text {
  margin: 0 0 30px;
}
.gallery-text p {
  color: #ffffff;
  font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
}

.gallery-list {
  margin-top: 40px;
}
.gallery-list .slick-dots {
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-list .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.gallery-list .slick-dots li.slick-active {
  background-color: #ffffff;
}
.gallery-list .slick-dots li button {
  display: none;
}

.gallery-item {
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin: 0 10px;
}
.gallery-item::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.testimonials {
  text-align: center;
  background-color: #F7F3EB;
}

.js-testimonials-slider {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .js-testimonials-slider {
    padding: 0 20px;
  }
}
.js-testimonials-slider .test-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  transition: 0.6s ease;
}
.js-testimonials-slider .test-slider-arrow:hover {
  color: #C0392B;
}
.js-testimonials-slider .test-slider-arrow.icon-angle-left {
  left: -25px;
  display: inline-flex;
}
@media (max-width: 1440px) {
  .js-testimonials-slider .test-slider-arrow.icon-angle-left {
    left: 0;
  }
}
.js-testimonials-slider .test-slider-arrow.icon-angle-right {
  right: -25px;
}
@media (max-width: 1440px) {
  .js-testimonials-slider .test-slider-arrow.icon-angle-right {
    right: 0;
  }
}

.test-item {
  background-color: #ffffff;
  margin: 0 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 28px 40px 90px;
}
@media (max-width: 1366px) {
  .test-item {
    padding: 40px 20px;
  }
}

.test-item-author {
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 20px;
  display: block;
}

.test-item-stars {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.test-item-stars span {
  margin: 0 105px;
}

@media (max-width: 480px) {
  .test-item-text p {
    font-size: 14px;
  }
}
.test-item-text p:last-of-type {
  margin-bottom: 0;
}

.blog-list-title {
  text-align: center;
}

.blogs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 768px) {
  .blogs-list {
    flex-direction: column;
    align-items: center;
    flex-wrap: unset;
  }
}

.blog-post-item-col {
  width: 33.333333%;
  padding: 10px;
}
@media (max-width: 768px) {
  .blog-post-item-col {
    width: 100%;
    max-width: 380px;
  }
}

.blog-post-item {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  background-color: #F7F3EB;
}

.blog-post-item-feat-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.blog-post-item-feat-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s ease;
}
.blog-post-item-feat-img:hover {
  transform: scale(1.05);
}

.blog-list-cta-wrapper {
  padding: 40px;
  display: flex;
  justify-content: center;
}

.blog-post-item-content {
  padding: 25px 20px 40px;
  height: calc(100% - 180px);
  position: relative;
}

.blog-post-item-date {
  color: #C0392B;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 14px;
  display: inline-block;
}

.blog-post-item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.blog-post-item-exc p {
  font-size: 14px;
}

.blog-post-item-link {
  bottom: 20px;
  right: 20px;
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat";
  display: inline-flex;
  align-items: center;
  color: #C0392B;
  transition: 0.6s ease;
}
.blog-post-item-link:hover {
  color: #2D2D2D;
}
.blog-post-item-link span {
  display: inline-flex;
  margin-left: 10px;
}

.blog-archive {
  padding: 50px 0;
}

.blog-archive-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .blog-archive-inner .blog-post-item-col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .blog-archive-inner .blog-post-item-col {
    width: 100%;
    max-width: unset;
  }
}

.blog-archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.blog-archive-pagination .nav-links {
  display: flex;
  align-items: center;
}
.blog-archive-pagination .page-numbers {
  font-weight: 700;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(45, 45, 45, 0.1);
  margin: 0 5px;
  padding-top: 3px;
  border-radius: 50%;
  line-height: 1;
}
.blog-archive-pagination .page-numbers.current {
  background-color: #C0392B;
  color: #ffffff;
}
.blog-archive-pagination .page-numbers.next {
  padding-left: 3px;
}
.blog-archive-pagination .page-numbers i {
  display: inline-flex;
}

.contact {
  text-align: center;
  background-color: #F7F3EB;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}
.contact-form-wrapper .with_frm_style input {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #2D2D2D;
  background-color: transparent;
}
.contact-form-wrapper .with_frm_style textarea {
  border-radius: 8px;
  border: 1px solid #2D2D2D;
  background-color: transparent;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, .contact-form-wrapper .frm_style_formidable-style.with_frm_style select:focus, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .form-field textarea:focus, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .contact-form-wrapper .frm_form_fields_active_style, .contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
  background-color: transparent;
  box-shadow: unset;
  border-color: #2D2D2D;
}
.contact-form-wrapper .with_frm_style .frm_submit.frm_flex {
  justify-content: center;
  display: flex;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 0;
  background-color: #C0392B;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  height: 42px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding: 2px 21px 0;
  border: 1px solid #C0392B;
  transition: 0.6s ease;
}
.contact-form-wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #ffffff;
  color: #C0392B;
}

.default-page {
  padding: 205px 0 70px;
}

.default-page-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.default-page-title {
  text-align: center;
  margin: 0 0 40px;
}

.ty-page {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ty-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.ty-inner h1, .ty-inner h2, .ty-inner h3, .ty-inner h4, .ty-inner h5, .ty-inner h6 {
  font-size: 40px;
  margin: 0 0 40px;
}
.ty-inner p {
  font-size: 18px;
}

.sp-hero {
  min-height: 400px;
  padding: 120px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #ffffff;
}
@media (max-width: 767px) {
  .sp-hero {
    min-height: 300px;
  }
}
.sp-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background-color: rgba(45, 45, 45, 0.4);
}

.sp-hero-inner {
  position: relative;
  z-index: 2;
}

.single-post-wrapper-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}