/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* #GENERAL */
body {
  overflow-x: hidden;
}
.single-post .site-header .header-image {
  filter: brightness(1) invert(1);
}
a {
  transition: 0.3s ease-in-out;
}
p.wp-block-paragraph:last-child,
p.gb-text:last-child,
.wp-block-list:last-child,
.wp-block-list li:last-child {
  margin-bottom: 0;
}
.footer__dc {
  background-size: 100% 100% !important;
}
h2 strong,
h2 b {
  font-weight: 600;
}
.entry-content > div:last-child {
  margin-bottom: 0 !important;
}
.wp-block-list {
  margin: 0 0 24px 0px;
  list-style: none;
  padding: 0;
}
.post-meta__author {
  font-weight: bold;
}
.wp-block-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
}
.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #00b8fb;
  transform: translateY(-50%);
}
body.page-without-featured-image .inside-article {
  padding-top: 250px !important;
}
.default__button {
  height: 40px !important;
}
.default__button:hover {
  color: var(--contrast) !important;
}
.gb-accordion__item {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-top-width: 0px !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid var(--base-3) !important;
}
.gb-accordion__toggle {
  align-items: center;
  color: var(--base-3);
  column-gap: 1em;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  text-align: left;
}
.gb-accordion__toggle h3,
.gb-accordion__toggle h2,
.gb-accordion__toggle p {
  margin-bottom: 0;
}
.gb-accordion__toggle-icon {
  color: transparent !important;
}
.footer-menu li a:hover,
.privacy-menu li a:hover {
  color: var(--accent) !important;
}
body.single-post .page-breadcrumbs .breadcrumb-item a,
body.single-post .page-breadcrumbs .breadcrumb-item span,
body.single-post .page-breadcrumbs .breadcrumb li::after {
  color: #919191 !important;
}
body.single-post .page-breadcrumbs .breadcrumb-item:first-child > a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M4.43806 0.425049L0.424805 4.42505L4.43806 8.42505' stroke='%23919191' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.424805 4.42505H12.4381' stroke='%23919191' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.single-post .page-breadcrumbs .breadcrumb-item.active,
body.single-post .page-breadcrumbs .breadcrumb-item.active span {
  color: #000000 !important;
}
.page-breadcrumbs .breadcrumb {
  display: flex !important;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-breadcrumbs .breadcrumb li::after {
  margin-left: 8px;
  margin-right: 8px;
}
.page-breadcrumbs .breadcrumb li::after {
  color: #e0e0e0 !important;
}
.page-breadcrumbs .breadcrumb-item {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
.page-breadcrumbs .breadcrumb-item:first-child > a {
  display: inline-flex;
  align-items: center;
}
.page-breadcrumbs .breadcrumb-item:first-child > a::before {
  content: "";
  display: block;
  width: 12.013px;
  height: 8px;
  min-width: 12.013px;
  aspect-ratio: 12.01 / 8;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M4.43806 0.425049L0.424805 4.42505L4.43806 8.42505' stroke='%23E0E0E0' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.424805 4.42505H12.4381' stroke='%23E0E0E0' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12.013px 8px;
  transition: background-image 0.3s ease-in-out;
}
.page-breadcrumbs .breadcrumb-item:first-child > a:hover::before,
body.single-post
  .page-breadcrumbs
  .breadcrumb-item:first-child
  > a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M4.43806 0.425049L0.424805 4.42505L4.43806 8.42505' stroke='%2300B8FB' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.424805 4.42505H12.4381' stroke='%2300B8FB' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page-breadcrumbs .breadcrumb-item a,
.page-breadcrumbs .breadcrumb-item span {
  color: #e0e0e0 !important;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.page-breadcrumbs .breadcrumb-item.active {
  font-weight: 700;
}
.page-breadcrumbs .breadcrumb-item.active span {
  color: #ffffff !important;
}
.page-breadcrumbs .breadcrumb-item a:hover span {
  color: var(--accent) !important;
}

.navigation-branding .sticky-navigation-logo img {
  height: 58px !important;
  width: auto;
}
/* #FORMS*/
.gform_heading,
.gform_validation_errors {
  display: none !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 16px !important;
}
.gform-theme--foundation .gform_footer {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.ginput_container_consent label a:hover {
  color: var(--accent) !important;
}
.gfield_validation_message {
  font-size: 12px !important;
  margin-top: 3px !important;
}
.menu-bar-items {
  position: relative;
}

/* #KONTAKT FORM*/
.gform_validation_container {
  display: none !important;
}
#gform_1 .gform_fields {
  display: grid !important;
  align-items: start;
  column-gap: 130px !important;
  grid-template-columns: 0.8fr 1fr !important;
  row-gap: 20px !important;
}
#gform_1 .gform_fields > .gfield {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
/* Left column */
#gform_1 .gform_fields > .gfield:nth-child(2),
#gform_1 .gform_fields > .gfield:nth-child(3),
#gform_1 .gform_fields > .gfield:nth-child(4),
#gform_1 .gform_fields > .gfield:nth-child(5),
#gform_1 .gform_fields > .gfield:nth-child(6) {
  grid-column: 1;
}
/* Right column */
#gform_1 .gform_fields > .gfield:nth-child(7) {
  grid-column: 2;
  grid-row: 1 / span 5; /* spans the height of the 5 left fields */
}
#gform_1 .gform_fields > .gfield:nth-child(8) {
  grid-column: 2;
  grid-row: 6;
  align-self: start;
}
#gform_1 .gform_fields > .gfield:nth-child(7) textarea {
  background-color: #414444 !important;
  width: 100%;
}
#gform_1 .gform_footer {
  width: 50%;
  margin-left: auto;
  margin-top: 20px;
}
#gform_1 .gfield:not(.gfield--type-consent) input,
#gform_1 .gfield select {
  height: 40px;
  background-color: #414444 !important;
  padding: 8px 16px !important;
}
#gform_1 .gfield select {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #fff !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath d='M0.353516 0.353516L8.35352 8.35352L16.3535 0.353516' stroke='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 17px 10px !important;
  padding-right: 44px !important;
}
#gform_1 .gfield select option {
  color: #fff !important;
}
#gform_1 .gform-footer input {
  min-width: 208px;
  background-color: #fab52e !important;
  color: #000 !important;
  text-transform: unset !important;
  font-weight: 300 !important;
  position: relative;
  outline: none !important;
  padding-right: 40px !important;
}
#gform_1 .gform-footer {
  position: relative;
}
#gform_1 .gform-footer::after {
  content: "";
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M13.2658 0.425049L6.84578 2.49504L0.425781 4.57504L7.17578 6.51505L9.11578 13.2551L11.1858 6.84505L13.2658 0.425049Z' stroke='%230F0F0F' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.266 0.425049L7.16602 6.51505' stroke='%230F0F0F' stroke-width='0.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
#gform_1 .gform-footer input:hover {
  background-color: #00b8fb !important;
  color: #fff !important;
}
#gform_1 .gform-footer input:hover,
#gform_1 .gform-footer input:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* #ERROR404 */
.error404 #page {
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 .inside-article {
  padding-top: 0;
  padding-bottom: 0;
}
.title-404 {
  font-size: 200px;
  line-height: 200px;
}
.error-buttons {
  display: inline-flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.error-buttons .wp-block-button a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--base-3);
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.error-buttons .wp-block-button a:hover {
  background-color: var(--base-3);
  color: var(--contrast);
}

/* #NEWS */

.post-advert {
  line-height: 0;
}
.post-advert__link {
  display: block;
}
.post-advert__image {
  display: block;
  width: 100%;
  height: auto;
}
.post-advert__image--mobile {
  display: none;
}
.post-sidebar-advert {
  position: absolute;
  right: 40px;
  top: 0;
  display: flex;
  width: 300px;
  max-width: calc(100% - 80px);
}
.post-sidebar-advert .post-advert__link,
.post-sidebar-advert .post-advert__image {
  width: 100%;
  max-width: 300px;
}
.post-content-advert {
  width: calc(100% - 40px);
  max-width: 728px;
  margin: 80px auto;
}
.post-content-advert .post-advert__link,
.post-content-advert .post-advert__image {
  width: 100%;
  max-width: 728px;
}
.news-single.alignfull,
.dc__timeline.alignfull,
.single-destination-hero.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}
.news-single {
  position: relative;
  overflow: hidden;
}
.news-term {
  padding: 8px 13px;
}
.single-post {
  background-color: #fff;
  color: var(--contrast);
}
.single-post .defaultslider__description {
  color: var(--contrast);
}

/* #PAYWALL */
.dc-paywall {
  position: relative;
}
.dc-paywall__teaser {
  position: relative;
}
.dc-paywall__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 88%);
}
.dc-paywall-banner {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -230px;
}
.dc-paywall-banner__status {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 38%;
  max-width: 38%;
  padding: 18px 24px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-right: 0;
}
.dc-paywall-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  color: #6b6b6b;
  background: #f3f3f3;
  border-radius: 4px;
}
.dc-paywall-banner__copy {
  min-width: 0;
}
.dc-paywall-banner__kicker,
.dc-paywall-banner__title {
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dc-paywall-banner__kicker {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.dc-paywall-banner__title {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.dc-paywall-banner__cta {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 24px;
  background: #f5b400;
  color: #1a1a1a !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}
a.dc-paywall-banner__cta:hover,
a.dc-paywall-banner__cta:focus-visible {
  background: #e0a400;
  color: #111111 !important;
}
body.has-paywall .related-articles {
  padding-top: 40px;
}
.related-articles {
  padding: 0 40px 120px 40px;
}
.related-articles h2 {
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.related-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.related-article {
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--base-3);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 30 / 40;
}
.related-article::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 4;
  transition: border-color 0.3s ease;
}
.related-article:hover::after {
  border-color: var(--accent);
}
.related-article.featured {
  justify-content: stretch;
}
.related-article.featured .related-article-info {
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: unset;
}
.related-article-thumbnail {
  overflow: hidden;
  position: relative;
}
.related-article-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 27 / 20;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.related-article-thumbnail:hover img {
  transform: scale(1.05);
}
.related-article-excerpt {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
.related-article-excerpt::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}
.related-article-info {
  background: #f2f2f2;
  color: #000;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.related-article-title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.64px;
  font-weight: 300;
}
.related-article-title a {
  color: inherit;
  text-decoration: none;
}
.related-article-btn-wrapper {
  display: flex;
  margin-top: auto;
}
.related-article-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
  color: #000 !important;
}
.related-article-btn:hover {
  background-color: #000;
  color: var(--base-3) !important;
}
.related-article.overlay {
  position: relative;
  overflow: hidden;
}
.related-article.overlay .related-article-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.related-article.overlay .related-article-title {
  color: #fff;
}
.related-article.overlay .related-article-link {
  display: block;
  width: 100%;
  height: 100%;
}
.related-article.overlay .related-article-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.related-article.overlay .related-article-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.65) 18%,
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0.05) 38%,
    rgba(0, 0, 0, 0) 45%
  );
}
.related-article.overlay .related-article-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(242, 242, 242, 1) 0%,
    rgba(242, 242, 242, 0.6) 22%,
    rgba(242, 242, 242, 0.3) 35%,
    rgba(242, 242, 242, 0.08) 45%,
    rgba(242, 242, 242, 0) 55%
  );
}
.related-article.overlay .related-article-info {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  background: transparent;
  flex: unset;
}
.legal-pages h2,
.legal-pages h3,
.legal-pages h4 {
  margin-bottom: 20px;
}
.legal-pages h2 {
  margin-top: 50px;
}
.legal-pages h3 {
  margin-top: 40px;
}
.legal-pages h4 {
  margin-top: 30px;
}
.legal-pages p {
  margin-bottom: 15px;
}
.legal-pages a {
  color: var(--accent);
  text-decoration: none;
}
.wp-block-quote {
  padding: 0 60px;
  margin-bottom: 0 !important;
  border-left: 0 !important;
  font-style: normal !important;
  position: relative;
}
.wp-block-quote:before,
.wp-block-quote:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-quote:before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='33' viewBox='0 0 31 33' fill='none'%3E%3Cpath d='M12.24 32.96L0 18.32V14.64L12.32 0L15.44 2.32L4.48 17.76V15.04L15.36 30.48L12.24 32.96ZM27.36 32.96L15.12 18.32V14.64L27.44 0L30.56 2.32L19.6 17.76V15.04L30.48 30.48L27.36 32.96Z' fill='%23F4F4F4'/%3E%3C/svg%3E");
}
.wp-block-quote:after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='33' viewBox='0 0 31 33' fill='none'%3E%3Cpath d='M18.24 0L30.48 14.64V18.32L18.16 32.96L15.04 30.64L26 15.2V17.92L15.12 2.48L18.24 0ZM3.12 0L15.36 14.64V18.32L3.12 32.96L0 30.64L10.88 15.2V17.92L0 2.48L3.12 0Z' fill='%23F4F4F4'/%3E%3C/svg%3E");
}
.wp-block-quote p:first-child {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
  color: var(--accent);
}
.wp-block-quote p {
  color: #919191;
  font-size: 16px;
}

/* #PATTERNS */
.tab-menu-item {
  align-items: center;
  background-color: #414444 !important;
  color: var(--base-3) !important;
  padding: 6px 12px !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.tab-menu-item.tab-menu-item-light {
  background-color: #f4f4f4 !important;
  color: var(--contrast) !important;
}
.tab-menu-item.gb-block-is-current,
.tab-menu-item:hover,
.tab-menu-item.tab-menu-item-light.gb-block-is-current,
.tab-menu-item.tab-menu-item-light:hover {
  background-color: var(--accent) !important;
}
.tab-menu-item.tab-menu-item-light.gb-block-is-current,
.tab-menu-item.tab-menu-item-light:hover {
  color: var(--base-3) !important;
}
.tab-grid-img {
  aspect-ratio: 543 / 448;
  width: 100%;
  overflow: hidden;
}
.dc__intro_gallerysmall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-destination-hero,
.hero-inner-pages {
  overflow: hidden;
}
.single-destination-hero:before,
.hero-inner-pages:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 636px;
  height: 100%;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.hero-inner-pages:before {
  width: 750px;
}
.single-destination-hero h1 strong {
  font-weight: 600;
}
.table-box p,
.table_total_box p,
.table-half-box p,
.table-half-total-box p {
  margin-bottom: 0;
  hyphens: auto;
}
.image-part,
.image-part figure {
  overflow: hidden;
}
.content-part p:first-child {
  border-top: 1px solid var(--base);
}
.content-part p {
  margin-bottom: 0;
  border-bottom: 1px solid var(--base);
  padding: 16px 0;
}
.card-box img {
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
.card-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 4;
  transition: border-color 0.3s ease-in-out;
}
.card-box:hover::after {
  border-color: var(--accent);
}
.card-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.card-box:hover img {
  opacity: 1;
}
.card-box:hover::before {
  opacity: 0;
}
.card-box .card-info p {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  text-align: center;
}
.social-media-links a {
  display: flex;
}
.social-media-links a img {
  width: auto;
  height: 40px;
  transition: transform 0.3s ease-in-out;
}
.social-media-links a img:hover {
  transform: scale(1.05);
}
.similar-destinations {
  padding: 0 40px 120px 40px;
}
.similar-destinations h2 {
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.similar-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.similar-destination {
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--base-3);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.similar-destination::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 4;
  transition: border-color 0.3s ease;
}
.similar-destination:hover::after {
  border-color: var(--accent);
}
.similar-destination-thumbnail {
  overflow: hidden;
  position: relative;
}
.similar-destination-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 27 / 20;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.similar-destination-thumbnail:hover img {
  transform: scale(1.05);
}
.similar-destination-info {
  background-image: url("/wp-content/uploads/2026/07/boxBackground.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.similar-destination-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.64px;
  font-weight: 300;
}
.similar-destination-categories {
  color: #919191;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 16px;
}
.similar-destination-title a {
  color: inherit;
  text-decoration: none;
}
.similar-destination-title .similar-destination-title-strong {
  font-weight: 600;
}
.similar-destination-title .similar-destination-title-light {
  font-weight: 300;
}
.similar-destination-btn-wrapper {
  display: flex;
  margin-top: auto;
}
.similar-destination-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--base-3);
  transition: all 0.3s ease-in-out;
}
.similar-destination-btn:hover {
  background-color: var(--base-3);
  color: var(--contrast) !important;
}
.search-filter-input-button-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search-filter-input-button-group button {
  height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  background-color: var(--contrast-3) !important;
  color: var(--base-3) !important;
}
.search-filter-input-button-group button:hover,
.search-filter-input-button-group
  button.search-filter-input-button.search-filter-input-button--is-selected {
  background-color: var(--accent) !important;
}

/* #FOOTER/HEADER */
nav.footer-menu ul#menu-footer-menu {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
nav.footer-menu ul#menu-footer-menu a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
li.breadcrumb-item.active {
  display: none !important;
}
/* hide the separator that would otherwise show right before the hidden active item */
.page-breadcrumbs .breadcrumb li:has(+ li.breadcrumb-item.active)::after {
  display: none !important;
}
nav.privacy-menu ul#menu-privacy-menu {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;

  list-style: none;
  padding: 0;
  margin: 0;
}
nav.privacy-menu ul#menu-privacy-menu a {
  text-decoration: none;
  font-size: 16px;

  transition: 0.3s ease-in-out;
  color: #e0e0e0;
}
.inside-header {
  align-items: unset;
}
.menu-bar-items {
  padding: 24px 24px 24px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 10px 0 rgba(24, 24, 24, 0.2);
  margin-top: 12px;
}
span.menu-bar-item.slideout-toggle.hide-on-mobile.has-svg-icon > a {
  padding-left: 0px;
  padding-right: 0px;
}
.gp-icon.pro-menu-bars svg {
  width: 24px;
  height: 16px;
}

nav#sticky-navigation {
  background-color: #000;
}

.menu-bar-items:before {
  content: " ";
  position: absolute;
  display: block;
  height: 12px;
  width: 100%;
  background: #00b8fb;
  top: -12px;
  left: 0;
}

.slideout-navigation.do-overlay {
  max-width: 652px;
  float: right;
  margin-left: auto;
}

.slideout-navigation.main-navigation .main-nav ul li a {
  width: 100%;
  padding: 0px;
  text-transform: uppercase;
}
#generate-slideout-menu.do-overlay .slideout-menu li,
.slideout-navigation.do-overlay .inside-navigation {
  text-align: left !important;
}
.slideout-navigation.do-overlay .inside-navigation {
  padding: 64px 112px 0 !important;
}
.slideout-navigation.do-overlay .slideout-exit {
  background-color: #fff;
  color: #000;
}
.slideout-navigation.do-overlay .slideout-menu li {
  margin-bottom: 40px !important;
}

#generate-slideout-menu:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  width: 16px;
  background: linear-gradient(to bottom, #fab52e 50%, #00b8fb 50%);
  top: 0;
}
a.account__menu-link,
.language__menu-wrapper a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}
.nav-float-right #site-navigation {
  background-color: transparent;
}
.account__menu-wrapper {
  padding: 16px 32px;
  background-color: #fff;
  color: #000;
  margin-top: 12px;
}
.account__menu-wrapper {
  padding: 18px 32px;
  background-color: #fff;
  color: #000;
  margin-top: 12px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(24, 24, 24, 0.2);
}
.language__menu-wrapper {
  padding: 18px 18px;
  background-color: #fff;
  color: #000;
  margin-top: 12px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(24, 24, 24, 0.2);
}
.account__menu-wrapper:before,
.language__menu-wrapper:before {
  content: " ";
  position: absolute;
  display: block;
  height: 12px;
  width: 100%;
  background: var(--accent);
  top: -12px;
  left: 0;
}
.language__menu-wrapper:before {
  background: #919191;
}
.slideout-top-buttons {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  gap: 38px;
}

body .slideout-top-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.32px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.slideout-account-button {
  background-color: #414444 !important;
  padding: 12px 18px;
}
.slideout-top-language-buttons {
  display: flex;
  gap: 10px;
}
.slideout-top-button-text span {
  color: rgba(255, 255, 255, 0.6);
}

.slideout-language-button {
  position: relative;
}

.slideout-language-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.site-logo {
  padding-top: 20px;
}
.site-logo-mobile {
  display: none;
}
.gallery-main-img p,
.gallery-small-images p {
  font-weight: 400;
}
.ginput_container.ginput_container_consent label {
  color: #fff !important;
}
.ginput_container.ginput_container_consent label a {
  text-decoration: underline !important;
}
.ginput_container.ginput_container_consent input:hover,
.ginput_container.ginput_container_consent input:focus {
  background-color: #fff !important;
}
.gform-footer.gform_footer.top_label button {
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0.32px !important;
  border: 1px solid var(--accent) !important;
  padding: 5px 10px !important;
}
.gform-footer.gform_footer.top_label button:hover {
  color: var(--accent) !important;
}
.meta__image {
  margin-bottom: 0px;
}
.scrolldown {
  z-index: 2;
  font-weight: 500;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.scrolldown:hover {
  color: #f2f2f2;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
  transform: translateY(-2px);
}
/* RESPONSIVE */

@media (max-width: 1300px) {
  .related-article-info {
    padding: 30px !important;
  }
  .single-post .width__container767 {
    max-width: calc(767px - 10%);
  }
  .tab-grid {
    column-gap: 40px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .benefit-box {
    padding: 25px !important;
  }
  .dc__benefits > div {
    gap: 25px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1024px) {
  .single-post .width__container767 {
    max-width: calc(767px - 10%) !important;
  }
}

@media (max-width: 1024px) {
  .single-post .width__container767 {
    max-width: calc(767px - 40%);
  }
  .inside-header {
    padding: 0px 30px 20px 30px;
  }

  nav.privacy-menu ul#menu-privacy-menu {
    display: flex;

    justify-content: flex-start;

    flex-direction: row;
  }
  nav.footer-menu ul#menu-footer-menu {
    gap: 32px;
    row-gap: 8px;
  }

  nav.footer-menu ul#menu-footer-menu a {
    font-size: 18px;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    position: relative;
  }
  body.page-without-featured-image .inside-article {
    padding-top: 120px !important;
  }
  nav#mobile-menu-control-wrapper:after {
    content: " ";
    position: absolute;
    display: block;
    height: 12px;
    width: 100%;
    background: #00b8fb;
    top: 0px;
    left: 0;
  }
  .slideout-top-language-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 31px;
    z-index: 999999;
  }
  .slideout-navigation.do-overlay .inside-navigation {
    padding: 160px 50px 0 !important;
  }
  .slideout-navigation.do-overlay .slideout-exit {
    position: fixed !important;
    text-align: center !important;
    width: 102px !important;
    font-size: 34px !important;
  }
  .main-navigation .menu-toggle {
    font-size: 34px;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    min-width: 102px;
    height: 80px;
  }
  .menu-bar-items {
    display: none !important;
  }
  .site-logo {
    padding-top: 24px;
  }
  .site-header .site-logo:not(.site-logo-mobile) {
    display: none;
  }
  .site-logo-mobile {
    display: block;
  }
  .site-header .header-image {
    width: 160px;
  }
  .related-article,
  .related-article.overlay {
    aspect-ratio: 16 / 20;
  }
  .related-article-info,
  .related-article.featured .related-article-info,
  .related-article.overlay .related-article-info {
    padding: 20px !important;
  }
  .related-articles h2 {
    margin-bottom: 20px;
  }
  .similar-destination-info {
    padding: 20px;
  }
  .similar-destinations h2 {
    margin-bottom: 20px;
  }
  .similar-destination-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .post-sidebar-advert {
    width: 188px;
    max-width: calc(100% - 80px);
  }
  .error404 #page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .error404 .inside-article {
    padding: 80px 40px 120px 40px;
  }
  .related-article-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .related-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-quote p:first-child {
    font-size: 28px;
    line-height: 1.2;
  }
  .wp-block-quote {
    padding: 0 50px;
  }
  #gform_1 .gform_fields {
    column-gap: 16px !important;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 16px !important;
  }
  .account__menu-wrapper,
  .language__menu-wrapper {
    display: none;
  }
  .main-navigation.has-branding .menu-toggle,
  .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
    min-width: 102px;
    height: 80px;
    background-color: #ffffffa1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
  }
  .main-navigation.has-branding .menu-toggle,
  .main-navigation.has-sticky-branding.navigation-stick .menu-toggle:after {
    content: " ";
    position: absolute;
    display: block;
    height: 12px;
    width: 100%;
    background: #00b8fb;
    top: 0px;
    left: 0;
  }
  button.slideout-exit.has-svg-icon:after {
    content: " ";
    position: absolute;
    display: block;
    height: 12px;
    width: 100%;
    background: #00b8fb;
    top: 0px;
    left: 0;
  }
  button.slideout-exit.has-svg-icon:after {
    content: " ";
    position: absolute;
    left: -100vw;
    height: 100%;
    top: 0;
    background-color: #414444;
    width: 100vw;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  nav.privacy-menu ul#menu-privacy-menu {
    gap: 16px;
    justify-content: flex-start;
  }
  .hero-inner-pages:before {
    width: 40%;
  }
  .inside-header {
    padding: 0px 20px 20px 20px;
  }
  .slideout-navigation.do-overlay .slideout-menu li {
    margin-bottom: 20px !important;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    min-width: 80px;
    height: 80px;
  }
  .main-navigation .menu-toggle {
    font-size: 28px;
  }
  .tab-menu-item {
    min-width: 49% !important;
  }
  .related-articles {
    padding: 0 20px 80px 20px;
  }
  .related-related-grid {
    grid-template-columns: 1fr;
  }
  .related-article,
  .related-article.overlay {
    aspect-ratio: 1 / 1;
  }
  .related-article-thumbnail img {
    aspect-ratio: 14 / 9;
  }
  .related-article-title {
    font-size: 24px;
  }
  .social-media-links a img {
    height: 30px;
  }
  .similar-destinations {
    padding: 0 20px 80px 20px;
  }
  .similar-destination-grid {
    grid-template-columns: 1fr;
  }
  .similar-destination-thumbnail img {
    aspect-ratio: 14 / 9;
  }
  .similar-destination-title {
    font-size: 24px;
  }
  .title-404 {
    font-size: 80px;
    line-height: 80px;
  }
  .error404 .inside-article {
    padding: 40px 20px 80px 20px;
  }
  .single-post .width__container767 {
    max-width: 100%;
  }
  .dc-paywall-banner {
    flex-direction: column;
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
  .dc-paywall-banner__status {
    flex: 1 1 auto;
    max-width: 100%;
    border-right: 1px solid #ececec;
    border-bottom: 0;
  }
  .dc-paywall-banner__cta {
    font-size: 13px;
  }
  .dc-paywall__fade {
    height: 140px;
  }
  .post-sidebar-advert {
    right: auto;
    left: auto;
    position: relative;
    justify-content: center;
    width: 300px;
    max-width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  .post-content-advert {
    width: 300px;
    max-width: calc(100% - 40px);
    margin: 40px auto;
  }
  .post-advert--has-mobile .post-advert__image--desktop {
    display: none;
  }
  .post-advert--has-mobile .post-advert__image--mobile {
    display: block;
  }
  .legal-pages h2 {
    margin-top: 40px;
  }
  .legal-pages h3 {
    margin-top: 30px;
  }
  .legal-pages h4 {
    margin-top: 25px;
  }
  .wp-block-quote p:first-child {
    font-size: 24px;
  }
  #gform_1 .gform_fields {
    column-gap: 16px !important;
    grid-template-columns: 1fr !important;
    row-gap: 16px !important;
  }
  /* Mobile form column overrides */
  #gform_1 .gform_fields > .gfield:nth-child(2),
  #gform_1 .gform_fields > .gfield:nth-child(3),
  #gform_1 .gform_fields > .gfield:nth-child(4),
  #gform_1 .gform_fields > .gfield:nth-child(5),
  #gform_1 .gform_fields > .gfield:nth-child(6),
  #gform_1 .gform_fields > .gfield:nth-child(7),
  #gform_1 .gform_fields > .gfield:nth-child(8) {
    grid-column: auto;
    grid-row: auto;
  }
  #gform_1 .gform_fields > .gfield:nth-child(7) textarea {
    min-height: auto;
  }
  #gform_1 .gform_footer {
    width: 100%;
    margin-left: 0;
  }
  .page-breadcrumbs .breadcrumb-item a,
  .page-breadcrumbs .breadcrumb-item span {
    font-size: 12px;
    line-height: 12px;
  }
  .page-breadcrumbs .breadcrumb li::after {
    margin-left: 4px;
    margin-right: 4px;
  }
  .page-breadcrumbs .breadcrumb-item:first-child > a::before {
    margin-right: 4px;
  }
}
