@charset "UTF-8";
@import "../../node_modules/@fontsource/barlow/400.css";
@import "../../node_modules/@fontsource/barlow/500.css";
@import "../../node_modules/@fontsource/barlow/600.css";
@import "../../node_modules/@fontsource/barlow/700.css";
@import "../../node_modules/@fontsource-variable/public-sans/index.css";
@import "../../node_modules/@fontsource-variable/public-sans/wght.css";
@import "../../node_modules/@fontsource-variable/public-sans/wght-italic.css";
:root {
  --base: #7F2346;
}

.category-xx {
  --base: #ff0000;
}

.category-yy {
  --base: #00ff00;
}

.category-zz {
  --base: #0000ff;
}

.block-teaser {
  border: 1px solid #DADBDC;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-teaser .block-container {
  flex: 1;
  width: 100%;
}
.block-teaser .block-container .block-header {
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
}
.block-teaser .block-container .block-header .block-category {
  color: #222;
  font-size: 1.15rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
.block-teaser .block-container .block-header .block-category a {
  color: #7F2346;
  text-decoration: none;
  display: block;
}
.block-teaser .block-container .block-header .block-category a:hover, .block-teaser .block-container .block-header .block-category a:focus {
  color: #7F2346;
  text-decoration: underline;
}
.block-teaser .block-container .block-header .block-date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(144.5, 144.5, 144.5);
}
.block-teaser .block-container .block-content {
  padding: 0 30px 30px 30px;
  width: 100%;
  height: 160px;
  box-sizing: border-box;
}
.block-teaser .block-container .block-content h3 {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 32px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-teaser .block-container .block-content h3 a {
  color: #222;
  text-decoration: none;
  display: block;
  transition: color 0.5s ease-out;
}
.block-teaser .block-container .block-content h3 a:hover, .block-teaser .block-container .block-content h3 a:focus {
  color: #7F2346;
  text-decoration: underline;
  transition: color 0.5s ease-out;
}
.block-teaser .block-container .block-footer {
  padding: 0 10px 15px 5px;
  width: 100%;
  text-align: right;
  align-self: flex-end;
  box-sizing: border-box;
}
.block-teaser .block-container .block-footer a.proceed {
  display: inline-block;
  transition: all 0.2s ease-out;
}
.block-teaser .block-container .block-footer a.proceed img {
  display: block;
  width: 100%;
}
.block-teaser .block-container .block-footer a.proceed:hover, .block-teaser .block-container .block-footer a.proceed:focus {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}
.block-teaser .block-featured-image {
  padding: 0;
  width: 100%;
}
.block-teaser .block-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.block-teaser.news-teaser {
  background: #F9F8F7;
}
.block-teaser.event-teaser {
  background: #F7EDF1;
}
.block-teaser.event-teaser .block-header {
  display: flex;
  flex-direction: row;
  padding: 0 30px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  height: 230px;
}
.block-teaser.event-teaser .block-header .event-date {
  display: inline-flex;
  background: #7F2346;
  flex-basis: 100px;
  padding: 15px 0 15px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
}
.block-teaser.event-teaser .block-header .event-date span {
  display: inline-block;
  text-align: center;
}
.block-teaser.event-teaser .block-header .event-date span:nth-of-type(1) {
  font-weight: 900;
  font-size: 3em;
  line-height: 48px;
}
.block-teaser.event-teaser .block-header .event-date span:nth-of-type(2) {
  font-size: 1.5em;
  line-height: 24px;
  text-transform: uppercase;
}
.block-teaser.event-teaser .block-header .event-date span:nth-of-type(3) {
  font-size: 1.25em;
  line-height: 28px;
}
.block-teaser.event-teaser .block-header .block-content {
  padding: 0;
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  height: auto;
}
.block-teaser.event-teaser .block-header .block-content h3 {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 32px;
  color: #222;
}
.block-teaser.event-teaser .block-header .block-content h3 a {
  color: #222;
  text-decoration: none;
  display: block;
  transition: color 0.5s ease-out;
}
.block-teaser.event-teaser .block-header .block-content h3 a:hover, .block-teaser.event-teaser .block-header .block-content h3 a:focus {
  color: #7F2346;
  text-decoration: underline;
  transition: color 0.5s ease-out;
}
.block-teaser.event-teaser .block-footer {
  padding: 0px 15px 20px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.block-teaser.event-teaser .block-footer .time {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
}
.block-teaser.event-teaser .block-footer .time img {
  display: inline-block;
  width: 36px;
}
.block-teaser.event-teaser .block-footer .time .timestamp {
  color: #7F2346;
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}
.block-teaser.event-teaser .block-footer a.proceed {
  display: inline-block;
  transition: all 0.2s ease-out;
}
.block-teaser.event-teaser .block-footer a.proceed img {
  display: block;
  width: 100%;
}
.block-teaser.event-teaser .block-footer a.proceed:hover, .block-teaser.event-teaser .block-footer a.proceed:focus {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}

.white-block {
  padding: 60px 60px;
}
.white-block h2 {
  font-size: 3rem;
  line-height: 56px;
  padding-bottom: 25px;
  text-align: center;
  background: transparent url(../img/icons/tire.svg) bottom center no-repeat;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  color: #222;
  margin-bottom: 50px;
}
.white-block .more-blocks {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

.news-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media (max-width: 922px) {
  .news-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

body.single .white-block .post-single .post-container.post-container-sidebar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 60px;
  align-items: stretch;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar.news-sidebar {
  width: 600px;
  gap: 40px;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar.menu-sidebar {
  width: 400px;
  gap: 40px;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-top {
  display: flex;
  flex-direction: column;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-top h2 {
  font-size: 3rem;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0;
  background: none;
  text-transform: none;
  text-align: left;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-top .single-post-subcategory {
  color: #7F2346;
  font-size: 1.15rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-top .single-post-subcategory:hover, body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-top .single-post-subcategory:focus {
  color: #7F2346;
  text-decoration: underline;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-top .block-date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(144.5, 144.5, 144.5);
  margin-top: 15px;
  margin-bottom: 40px;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones h3 {
    font-size: 1.25rem;
  }
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container {
  display: grid;
  flex-direction: row;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container .block-header {
  flex-direction: column-reverse;
  gap: 5px;
  align-items: flex-start;
  padding-bottom: 10px;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container .block-header .block-date {
  font-size: 0.875rem;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container h4 {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container h4 a {
  color: #222;
  text-decoration: none;
  display: block;
  transition: color 0.5s ease-out;
}
body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container h4 a:hover, body.single .white-block .post-single .post-container.post-container-sidebar .default-left-sidebar .sidebar-bottom.related-ones .related-ones-container h4 a:focus {
  color: #7F2346;
  text-decoration: underline;
  transition: color 0.5s ease-out;
}
body.single .white-block .post-single .post-container.post-container-sidebar .post-main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  flex: 1;
}
body.single .white-block .post-single .post-container .featured-image {
  display: block;
  width: 100%;
}
body.single .white-block .post-single .post-container .featured-image img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.soc-share {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .soc-share {
    padding: 0;
  }
}
.soc-share h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .soc-share h3 {
    font-size: 1.25rem;
  }
}
.soc-share ul {
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  column-gap: 25px;
  justify-content: flex-start;
}
.soc-share ul li {
  margin: 0 !important;
  padding: 0;
  display: inline-flex;
}
.soc-share ul li a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50%;
  padding: 16px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .soc-share ul li a {
    width: 24px;
    height: 24px;
    padding: 11px;
    border-radius: 50%;
  }
}
.soc-share ul li a img {
  width: 28px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .soc-share ul li a img {
    width: 26px;
  }
}
.soc-share ul li a:hover, .soc-share ul li a:focus {
  text-decoration: none !important;
}
.soc-share ul li a:hover span, .soc-share ul li a:focus span {
  color: #FFF;
}
.soc-share ul li a.share-fb {
  background: #1877f2;
}
.soc-share ul li a.share-fb:hover, .soc-share ul li a.share-fb:focus {
  background: rgb(47.1, 132.6, 243.3);
}
.soc-share ul li a.share-x {
  background: #14171A;
}
.soc-share ul li a.share-x:hover, .soc-share ul li a.share-x:focus {
  background: rgb(40.1739130435, 46.2, 52.2260869565);
}
.soc-share ul li a.share-in {
  background: #0a66c2;
}
.soc-share ul li a.share-in:hover, .soc-share ul li a.share-in:focus {
  background: rgb(11.5, 117.3, 223.1);
}
.soc-share ul li a.share-mail {
  background: #A40802;
}
.soc-share ul li a.share-mail:hover, .soc-share ul li a.share-mail:focus {
  background: rgb(197.9855421687, 9.6578313253, 2.4144578313);
}

@media (min-width: 922px) {
  .ast-mobile-only {
    display: none;
  }
}
@media (max-width: 921px) {
  .ast-desktop-only {
    display: none;
  }
}
/* Apply the dynamic padding to the main content area 
#content {
    padding-top: var(--header-height, 80px);
}

Optional: If you want a smooth transition when resizing the window 
#content {
    transition: padding-top 0.2s ease-in-out;
}*/
.ast-separate-container {
  background-color: transparent;
  line-height: 130%;
}

body {
  font-family: "Public Sans Variable";
  font-size: 1rem;
  line-height: 20px;
  color: #222;
  background: #FFF url(../img/sky-background2.webp) top center !important;
  background-size: 100% auto !important;
  background-attachment: fixed !important;
  padding-top: 30px;
}

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

h1, h2, h3, h4, h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

a {
  color: #7F2346;
  text-decoration: none;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
a:hover, a:focus {
  color: rgb(154.2814814815, 42.5185185185, 85.037037037);
  text-decoration: underline;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
  outline: none;
}

p {
  margin-bottom: 1.25rem;
}
p:last-of-type {
  margin-bottom: 0;
}

.main-button {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 30px;
  color: #FFF;
  background: #7F2346;
  border: 2px solid #7F2346;
  cursor: pointer;
  text-decoration: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-button:hover, .main-button:focus {
  background: rgb(101.6, 28, 56);
  color: #FFF;
  text-decoration: none;
}
.main-button.outline-button {
  background: #FFF;
  color: #7F2346;
}
.main-button.outline-button:hover, .main-button.outline-button:focus {
  background: rgb(229.5, 229.5, 229.5);
  color: rgb(101.6, 28, 56);
}

button, input[type=submit] {
  transition: 0.5s ease-out;
}
button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus {
  transition: background-color 0.5s ease-out;
}

/*** BODY TEXT ***/
.body-text p {
  font-size: 1.25rem;
  line-height: 32px;
  margin-bottom: 20px;
}
.body-text p:last-of-type {
  margin-bottom: 0;
}
.body-text a {
  color: var(--base);
}
.body-text a:hover, .body-text a:focus {
  color: color-mix(in srgb, var(--base) 90%, black);
}
.body-text h2 {
  font-size: 3rem;
  line-height: 56px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #222;
  text-transform: none;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #DADBDC;
  text-align: left;
  background: none;
}
.body-text h3 {
  font-size: 2.25rem;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--base);
  font-weight: 600;
}
.body-text h3:first-child {
  margin-top: 0;
}
.body-text h4 {
  font-size: 1.75rem;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--base);
  font-weight: 700;
}
.body-text h5 {
  font-size: 1.5rem;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}
.body-text ul.breadcrumb {
  padding: 0;
  list-style: none;
  margin: 0;
}
.body-text ul.breadcrumb li {
  display: inline;
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.body-text ul.breadcrumb li a {
  color: var(--base);
  text-decoration: none;
  font-weight: 700;
}
.body-text ul.breadcrumb li a:hover {
  color: color-mix(in srgb, var(--base) 80%, black);
  text-decoration: underline;
}
.body-text ul.breadcrumb li + li:before {
  padding: 8px;
  color: #222;
  content: "/ ";
}
.body-text ul {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 32px;
  list-style: outside disc;
}
.body-text ul li {
  margin: 0 0 10px 45px;
}
.body-text ul li:last-of-type {
  margin-bottom: 0;
}
.body-text ol {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 32px;
  list-style: outside decimal;
}
.body-text ol li {
  margin: 0 0 10px 45px;
}
.body-text ol li:last-of-type {
  margin-bottom: 0;
}
.body-text .intro {
  margin-top: 30px;
  background: #F8F5EE;
  padding: 30px;
  border: 1px solid #DADBDC;
  margin-bottom: 20px;
}
.body-text .intro p:last-of-type {
  margin-bottom: 0;
}
.body-text .video-container {
  margin: 30px 0;
  padding: 0 20%;
}
.body-text .video-container p {
  font-style: italic;
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 1rem;
}

/*** HEADER ***/
:root {
  --header-height: 170px;
}

section[id] {
  scroll-margin-top: var(--header-height);
}

#page {
  box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
}

header#masthead {
  background: #A87C3D;
  background: linear-gradient(180deg, rgb(168, 124, 61) 0%, rgb(246, 195, 113) 100%);
}
header#masthead .main-header-bar-wrap .ast-container {
  padding: 0px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top {
  position: relative;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .lang-switcher {
  position: absolute;
  top: 0;
  right: -55px;
  z-index: 101;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container {
  padding-left: 0px;
  padding-right: 50px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container {
  padding: 0;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding {
  display: block;
  width: 180px;
  background: #000;
  display: block;
  padding: 0 20px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding .ast-site-identity {
  display: block;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding .ast-site-identity .custom-logo-link {
  display: block;
  width: 100%;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding .ast-site-identity .custom-logo-link img {
  display: block;
  width: 100%;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section .ast-main-header-bar-alignment .main-header-bar-navigation .main-header-menu ul#menu-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section .ast-main-header-bar-alignment .main-header-bar-navigation .main-header-menu ul#menu-header-menu li.menu-item a.menu-link {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 30px;
  color: #a87c3d;
  background: #000;
  border: 2px solid #a87c3d;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section .ast-main-header-bar-alignment .main-header-bar-navigation .main-header-menu ul#menu-header-menu li.menu-item a.menu-link:hover, header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section .ast-main-header-bar-alignment .main-header-bar-navigation .main-header-menu ul#menu-header-menu li.menu-item a.menu-link:focus {
  background: black;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #a87c3d;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search {
  width: 350px;
  max-width: 100%;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form input[type=submit] {
  display: none !important;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form label {
  display: block;
  border-radius: 30px 0 0 30px;
  flex: 1;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form label .search-field {
  border: 1px solid #DADBDC;
  border-right: none;
  height: 48px;
  border-radius: 30px 0 0 30px;
  padding: 10px 24px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form .search-submit {
  background: #7F2346;
  border: 1px solid #7F2346;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 48px;
  border-radius: 0 30px 30px 0;
  padding: 0 20px 0 10px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form .search-submit .icon-search {
  display: block;
  width: 28px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form .search-submit .icon-search img {
  display: block;
  width: 100%;
  height: auto;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form .search-submit:hover, header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-search .search-form .search-submit:focus {
  background: rgb(114.3, 31.5, 63);
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-custom-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-contact-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-contact-details .contact-details-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-contact-details .contact-details-row img {
  display: block;
  width: 24px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-contact-details .contact-details-row a {
  color: #222;
  font-size: 1.15rem;
  font-weight: 600;
  display: block;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-contact-details .contact-details-row a:hover, header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-contact-details .contact-details-row a:focus {
  color: #7F2346;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-social a {
  display: 42px;
  display: block;
  transition: all 0.2s ease-out;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-social a img {
  width: 100%;
  display: block;
}
header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-social a:hover, header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section .ast-header-actions-group .ast-header-action-item.ast-header-social a:focus {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap {
  border: none;
  background: #222;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a {
  display: inline-block;
  padding: 15px 20px;
  background: none;
  color: #FFF;
  transition: background-color 0.3s ease-out;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a:hover, header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a:focus {
  transition: background-color 0.3s ease-out;
  background: #7F2346;
  text-decoration: none;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a.menu-producer:hover, header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a.menu-producer:focus {
  background: #1F6F41;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a.menu-community:hover, header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a.menu-community:focus {
  background: #1F5A72;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a.menu-partners:hover, header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item a.menu-partners:focus {
  background: #A40802;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item.menu-item-has-children a {
  position: relative;
  padding-right: 30px;
}
header#masthead .main-header-bar-wrap .ast-container #header-navigation.ast-main-header-nav-wrap .ast-container-fluid .ast-desktop-only .ast-main-header-bar-alignment .main-header-bar-navigation nav.navigation-menu ul li.menu-item.menu-item-has-children a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
}
header#masthead .main-header-bar-wrap .ast-container {
  /* #header-navigation.ast-main-header-nav-wrap {
      border: none;
      background: $text;
      min-height: 58px;
      display: flex;
      justify-content: flex-start;
      .ast-container-fluid {
          padding-left: 50px;
          padding-right: 50px;
      }
  } */
}

footer.site-footer .site-above-footer-wrap[data-section=section-above-footer-builder],
footer.site-footer .site-primary-footer-wrap[data-section=section-primary-footer-builder] {
  display: none;
}
footer.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] {
  border: none;
  padding: 0;
  background: none;
}
footer.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns {
  padding: 30px 0;
  background: #a87c3d;
}
footer.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .ast-footer-copyright.ast-builder-layout-element .ast-footer-copyright p {
  color: #000;
}

.kw-bottom .ast-container {
  background: #A40802;
}
.kw-bottom .ast-container .kw-bottom-container {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
}
.kw-bottom .ast-container .kw-bottom-container .footer-logo {
  display: block;
  width: 500px;
  max-width: 100%;
}
.kw-bottom .ast-container .kw-bottom-container .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.kw-bottom .ast-container .kw-bottom-container .footer-contact strong {
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}
.kw-bottom .ast-container .kw-bottom-container .footer-contact a {
  display: inline-block;
  color: #F2D0A4;
}
.kw-bottom .ast-container .kw-bottom-container .footer-contact a:hover, .kw-bottom .ast-container .kw-bottom-container .footer-contact a:focus {
  color: #a87c3d;
  text-decoration: underline;
}
.kw-bottom .ast-container .kw-bottom-container .footer-contact .footer-phone-mail a:first-of-type {
  margin-right: 30px;
}

#ast-scroll-top {
  background-color: #a87c3d;
  color: #FFF;
}
#ast-scroll-top .ast-icon.icon-arrow {
  margin-top: 12px;
  display: inline-block;
}

#primary.site-main {
  margin: 0 !important;
}
#primary.site-main .hero-section #homepage-top {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#primary.site-main .hero-section #homepage-top .slide-content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 75;
  padding-left: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  left: 0;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content {
  width: 550px;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.8);
  outline: 8px solid rgba(0, 0, 0, 0.8);
  outline-offset: 4px;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top h2 {
  font-size: 2.25em;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
  flex: 1;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top h2 strong {
  font-weight: 900;
  color: #a87c3d;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top .slide-content-top-icon {
  display: block;
  width: 110px;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top .slide-content-top-icon img {
  width: 100%;
  display: block;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-bottom {
  color: #FFF;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-bottom p {
  font-size: 1.15rem;
  line-height: 24px;
  font-weight: 500;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .main-button.outline-button {
  box-shadow: none;
  background: none;
  color: #FFF;
  border-color: #FFF;
  transition: color 0.5s ease-out, border-color 0.5s ease-out;
  font-size: 1rem;
  padding: 10px 20px;
  margin-top: 10px;
}
#primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .main-button.outline-button:hover, #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .main-button.outline-button:focus {
  color: #F2D0A4;
  border-color: #F2D0A4;
  background: none;
  transition: color 0.5s ease-out, border-color 0.5s ease-out;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: block;
  overflow: hidden;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next {
  display: block;
  width: 64px;
  position: absolute;
  z-index: 100;
  top: calc(50% - 32px);
  cursor: pointer;
  transition: transform 0.2s ease;
  background-image: none !important;
  background: none !important;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev:hover, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next:hover {
  transform: scale(1.1);
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev::before, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev::after, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next::before, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next::after {
  content: "" !important;
  display: none !important;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev svg:not(:root), #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next svg:not(:root) {
  display: none !important;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev img, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next img {
  width: 100%;
  display: block !important;
  height: auto;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev {
  left: 10px;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next {
  right: 10px;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-wrapper {
  position: relative;
  width: 100%;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-wrapper .swiper-slide .slide-container {
  position: relative;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-wrapper .swiper-slide .slide-container .slide-img {
  position: relative;
  z-index: 50;
  width: 100%;
  display: block;
}
#primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-wrapper .swiper-slide .slide-container .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#primary.site-main .hero-section #homepage-content {
  width: 100%;
  padding: 50px 30px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#primary.site-main .hero-section #homepage-content .homepage-content-outside {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 922px) {
  #primary.site-main .hero-section #homepage-content .homepage-content-outside {
    flex-direction: column;
  }
  #primary.site-main .hero-section #homepage-content .homepage-content-outside img {
    width: 250px;
  }
}
#primary.site-main .hero-section #homepage-content .homepage-content-outside img {
  display: block;
  width: 300px;
  height: auto;
}
#primary.site-main .hero-section #homepage-content .homepage-content-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 922px) {
  #primary.site-main .hero-section #homepage-content .homepage-content-top {
    flex-direction: column;
    gap: 10px;
  }
  #primary.site-main .hero-section #homepage-content .homepage-content-top img:nth-last-of-type(2) {
    max-width: 100%;
    height: auto;
  }
}
#primary.site-main .hero-section #homepage-content .homepage-content-top img {
  display: inline-block;
}
#primary.site-main .hero-section #homepage-content .homepage-content-top img:nth-last-of-type(1) {
  height: 50px;
}
#primary.site-main .hero-section #homepage-content .homepage-content-top img:nth-last-of-type(2) {
  height: 50px;
}
#primary.site-main .hero-section #homepage-content .homepage-content-intro {
  padding: 30px;
  border: 5px solid #F2D0A4;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
}
#primary.site-main .hero-section #homepage-content .homepage-content-intro .intro-left {
  width: 30%;
  display: block;
}
#primary.site-main .hero-section #homepage-content .homepage-content-intro .intro-left p {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 32px;
  color: #F2D0A4;
}
#primary.site-main .hero-section #homepage-content .homepage-content-intro .intro-right {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#primary.site-main .hero-section #homepage-content .homepage-content-intro .intro-right p {
  font-size: 1rem;
  line-height: 24px;
  color: #FFF;
  margin-bottom: 20px;
}
#primary.site-main .hero-section #homepage-content .homepage-content-intro .intro-right p:last-of-type {
  margin-bottom: 0;
}

#news-slider.news-slider {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: visible;
}
#news-slider.news-slider .swiper-button-prev-black, #news-slider.news-slider .swiper-button-next-black {
  display: block;
  width: 48px;
  position: absolute;
  z-index: 100;
  top: calc(50% - 24px);
  cursor: pointer;
  transition: transform 0.2s ease;
  background-image: none !important;
  background: none !important;
}
#news-slider.news-slider .swiper-button-prev-black:hover, #news-slider.news-slider .swiper-button-next-black:hover {
  transform: scale(1.1);
}
#news-slider.news-slider .swiper-button-prev-black::before, #news-slider.news-slider .swiper-button-prev-black::after, #news-slider.news-slider .swiper-button-next-black::before, #news-slider.news-slider .swiper-button-next-black::after {
  content: "" !important;
  display: none !important;
}
#news-slider.news-slider .swiper-button-prev-black svg:not(:root), #news-slider.news-slider .swiper-button-next-black svg:not(:root) {
  display: none !important;
}
#news-slider.news-slider .swiper-button-prev-black img, #news-slider.news-slider .swiper-button-next-black img {
  width: 100%;
  display: block !important;
  height: auto;
}
#news-slider.news-slider .swiper-button-prev-black {
  left: -68px;
}
#news-slider.news-slider .swiper-button-next-black {
  right: -68px;
}
#news-slider.news-slider .swiper-wrapper {
  overflow: visible;
}

.main-header-container {
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.main-header-container .ast-container {
  padding: 0;
}
.main-header-container .ast-container #header-top .ast-container {
  padding: 0;
}

/* Style the bottom navigation row */
.ast-main-header-nav-wrap {
  border-top: 1px solid #eee; /* Optional separator */
  background-color: #f9f9f9; /* Optional background for nav */
}

/* Align Action items horizontally */
.ast-header-actions-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Video wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-wrapper-content {
  width: 100%;
  padding: 40px;
  background: #FFF;
  display: flex;
  flex-direction: column;
}
.page-wrapper-content.reservation-wrapper {
  padding: 40px 0;
}
.page-wrapper-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-wrapper-content.black-wrapper {
  background: #000;
  color: #FFF;
}
.page-wrapper-content.black-wrapper h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Merriweather", serif;
  color: #F2D0A4;
  font-weight: 700;
}

.navbar.previo-modules.small .navbar-nav .nav-item.active a {
  background: #a87c3d !important;
  color: #000 !important;
}

.contact-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 922px) {
  .contact-details {
    flex-direction: column;
    gap: 40px;
  }
}
.contact-details .contact-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact-details .contact-block h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "Merriweather", serif;
  color: #a87c3d;
  font-weight: 700;
  line-height: 42px;
}
.contact-details .contact-block p {
  font-size: 1.25rem;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.contact-details .contact-block p a {
  text-decoration: underline;
  color: #000;
  display: inline-block;
}
.contact-details .contact-block p a:hover, .contact-details .contact-block p a:focus {
  color: black;
}

.contact-prague {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-prague img {
  display: inline-block;
  max-width: 100%;
  opacity: 0.75;
}

.contact-bottom {
  display: block;
}

.about-top {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 922px) {
  .about-top {
    flex-direction: column;
    gap: 40px;
  }
}
.about-top .about-top-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-top .about-top-left h3 {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 38px;
  color: #a87c3d;
}
.about-top .about-top-left .about-second p {
  font-size: 1.25rem;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.about-top .about-top-left .about-second p:empty {
  display: none;
}
.about-top .about-top-right {
  display: block;
  width: 30%;
}
@media (max-width: 922px) {
  .about-top .about-top-right {
    width: 100%;
  }
}
.about-top .about-top-right img {
  width: 100%;
  display: block;
}

.extra-gallery-container .page-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  flex-direction: row;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .extra-gallery-container .page-gallery ul {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .extra-gallery-container .page-gallery ul {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .extra-gallery-container .page-gallery ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.extra-gallery-container .page-gallery ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.extra-gallery-container .page-gallery ul li a {
  display: block;
  padding: 5px;
  background: #FFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.extra-gallery-container .page-gallery ul li a img {
  display: block;
  width: 100%;
}
.extra-gallery-container .page-gallery ul li p {
  display: none;
}

.post-main-body {
  width: 50%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 28px;
  margin: 0 auto 40px auto;
}

@media (max-width: 922px) {
  body {
    background: #FFF !important;
    padding-top: 0;
  }
  #primary.site-main {
    margin-top: 167px !important;
  }
  .ast-container {
    padding: 0;
  }
  .main-header-container {
    flex-direction: column;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container {
    padding: 0;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container {
    width: 100%;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section {
    width: 100%;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding {
    width: 100%;
    text-align: center;
    background: #000 url(../img/mobile-top.webp) center center no-repeat;
    background-size: 100% 100%;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding .ast-site-identity .custom-logo-link {
    display: inline-block;
    width: auto;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-left-section .site-branding .ast-site-identity .custom-logo-link img {
    width: auto;
    height: 80px;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section {
    width: 100%;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section {
    width: 100%;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section .ast-main-header-bar-alignment .main-header-bar-navigation .main-header-menu ul#menu-header-menu li.menu-item a.menu-link {
    font-size: 0.875rem;
    line-height: 18px;
    padding: 8px 14px;
  }
  .ast-header-break-point .main-header-menu {
    width: 100%;
    background: none;
    padding: 10px 0;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-right-section {
    display: none;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .ast-container .main-header-container .ast-header-mid-section .ast-main-header-bar-alignment .main-header-bar-navigation .main-header-menu ul#menu-header-menu {
    gap: 10px;
  }
  #header-navigation {
    display: none;
  }
  header#masthead {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 100%;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container {
    position: relative;
    padding-left: 0;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content {
    width: 100%;
    background: #000;
    outline: none;
  }
  #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-prev, #primary.site-main .hero-section #homepage-top #home-slider.home-slider .swiper-button-next {
    width: 36px;
    top: 100px;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top .slide-content-top-icon {
    display: none;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top h2 {
    font-size: 1.5em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    line-height: 28px;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-top h2 strong {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #000;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .slide-content-bottom p {
    color: #000;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .main-button.outline-button {
    margin: 10px auto;
    border-color: #000;
    color: #000;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .main-button.outline-button:hover, #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content .main-button.outline-button:focus {
    color: black;
    border-color: black;
  }
  #primary.site-main .hero-section #homepage-content .homepage-content-outside img {
    display: block;
    width: 200px;
  }
  #primary.site-main .hero-section #homepage-content .homepage-content-intro {
    flex-direction: column;
  }
  #primary.site-main .hero-section #homepage-content .homepage-content-intro .intro-left {
    width: 100%;
    display: block;
  }
  #primary.site-main .hero-section #homepage-content .homepage-content-intro {
    padding: 20px;
    gap: 10px;
    flex-direction: column;
  }
  .kw-bottom .ast-container .kw-bottom-container {
    padding: 30px;
  }
  .kw-bottom .ast-container .kw-bottom-container .footer-contact {
    text-align: center;
    font-weight: 700;
    line-height: 32px;
  }
  footer.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .ast-footer-copyright.ast-builder-layout-element .ast-footer-copyright p {
    font-size: 0.875rem;
  }
  header#masthead .main-header-bar-wrap .ast-container #header-top .lang-switcher {
    position: fixed;
    top: 35px;
    right: 5px;
    z-index: 101;
  }
  #primary.site-main .hero-section #homepage-top .slide-content-container .slide-content {
    background: linear-gradient(180deg, rgb(168, 124, 61) 0%, rgb(246, 195, 113) 100%);
  }
  .contact-details .contact-block {
    width: 100%;
  }
  #page {
    box-shadow: none;
  }
}

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