/*
Dinnershow Fantastique
Definitive cleaned style.css
Generated cleanup version
Notes:
- merged duplicate luxe/theme overrides
- fixed broken closing braces and malformed footer section
- keeps template structure while consolidating current visual style
*/

/*************************************
1. RESET / BASE
*************************************/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
address { font-style: italic; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
strong, b { font-weight: 700; }
em, cite { font-style: italic; }
cite { display: block; }
strike, del { text-decoration: line-through; }
sup { font-size: 11px; position: relative; vertical-align: top; top: 5px; }
sub { bottom: 5px; font-size: 11px; position: relative; vertical-align: bottom; }
html { -webkit-font-smoothing: antialiased; }
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  font-family: "Work Sans", sans-serif;
  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(201,162,77,.10), transparent 55%),
    radial-gradient(1000px 600px at 80% 10%, rgba(255,255,255,.06), transparent 60%),
    #000;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, blockquote, .logo-txt {
  font-family: "Work Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
}
h1 { font-size: 54px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 32px; }
h5 { font-size: 24px; }
h6 { font-size: 16px; }
a {
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}
p a,
.meta-nav a,
.footer-modern a,
aside a,
.mobile-email a,
.meta-categ a {
  color: #f3d28a;
  border: none;
}
a:hover,
p a:hover,
.meta-nav a:hover,
.footer-modern a:hover,
aside a:hover,
.mobile-email a:hover {
  color: #f3d28a;
  text-decoration: none;
  border: none;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
p, ul, ol { margin-bottom: 24px; }
ul, ol { margin: 0 0 16px 24px; }
dl dt { margin-bottom: 0; }
dl dd { margin-left: 16px; margin-bottom: 24px; }
div p:last-of-type { margin-bottom: 0; }

:root {
  --lux-bg: #000000;
  --lux-panel: #0b0b0b;
  --lux-panel-2: #111111;
  --lux-text: #f0f0f0;
  --lux-text-soft: #e2e2e2;
  --lux-text-muted: #bfa57a;
  --lux-gold: #f3d28a;
  --lux-gold-dark: #c6a46c;
  --lux-border: rgba(198, 164, 108, 0.42);
  --lux-border-strong: rgba(243, 210, 138, 0.78);
  --lux-shadow: 0 24px 54px rgba(0, 0, 0, 0.58);
  --lux-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.42);
  --lux-radius: 22px;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.08);
  --border: rgba(255,255,255,.14);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --gold: #C9A24D;
  --gold2: rgba(201,162,77,.35);
  --radius: 16px;
}

.white { color: #fff; }
.white:before,
.white:after { background: #fff; }
.alignc { text-align: center; }
.alignr { text-align: right; }
.none { display: none; }
.italic { font-style: italic; }
.no-margin { margin: 0 !important; }
.no-bottom { margin-bottom: 0; }
.no-padding,
.padding-none { padding: 0; }
.column-clear { clear: both; }
.margin-none { margin: 0; }
.img-center { margin: 0 auto; }
.width60 { width: 60%; margin-left: auto; margin-right: auto; }
.page-home { padding-left: 15px; padding-right: 15px; }
.hometitle { font-size: 36px; }

blockquote {
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  font-style: italic;
  color: #f3d28a;
  position: relative;
  border: none;
  margin: 36px 0;
  padding: 0 32px;
}
blockquote:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f10d";
  line-height: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote cite {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 16px;
}

table {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  table-layout: auto;
}
table caption { margin-bottom: 24px; text-align: center; }
table th,
table td {
  text-align: center;
  padding: 12px;
}
table th { font-weight: bold; }

pre {
  margin-bottom: 24px;
  overflow: auto;
  padding: 10px;
  white-space: pre-wrap;
}
pre, code {
  background: #f0f0f0;
  color: #333;
  font-family: "Courier New", Courier, monospace;
  padding: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 1em 1.5em;
  font-size: .8em;
  line-height: normal;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important;
  text-decoration: none;
  z-index: 100000;
}

.alignright { display: block; float: right; margin: 4px 0 0 24px; }
.alignleft { display: block; float: left; margin: 4px 24px 0 0; }
.aligncenter { display: block; clear: both; margin: 24px auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text,
.gallery-caption {
  color: #555;
  font-size: 12px;
  text-align: center;
  margin-top: 24px;
  font-style: italic;
  font-weight: 300;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }
.sticky { position: relative; }
.bypostauthor .comment-body { border-bottom: 1px solid #f2f2f2; }

/*************************************
2. GLOBAL COMPONENTS
*************************************/
.widgettitle,
#respond h3,
.comment-reply-title {
  font-family: "Work Sans", sans-serif;
  color: var(--lux-gold);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.smalltitle {
  color: var(--lux-text-muted);
  position: relative;
  padding: 0 16px;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.smalltitle:before,
.smalltitle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--lux-gold-dark);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.smalltitle:after { left: auto; right: 0; }
.home-title { margin: 6px 0 14px; line-height: 1.15; }

a,
.view-more,
#submit,
#submit-contact,
.white-btn,
.post-password-form input[type="submit"],
.gallery-post .gallery-view,
.menu-title-section:before {
  -webkit-backface-visibility: hidden;
  transition: all .35s cubic-bezier(0.25, 1, 0.35, 1);
}

/*************************************
3. HEADER / NAV
*************************************/
.headerHolder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  position: fixed;
  top: 16px;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1240px;
  z-index: 9999;
  transform: translateX(-50%);
  background: rgba(8,6,6,.78);
  border: 1px solid rgba(198,164,108,.22);
  border-radius: 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 46px rgba(0,0,0,.34);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.logo-1,
.btn-header { flex: 1 1 0; }
.logo-1 { display: flex; align-items: center; }
.btn-header { text-align: right; }
.logo-txt { font-size: 36px; }
.logo-txt a { color: #fff; }
.logo img { display: block; }
.nav-holder-1 { text-align: center; flex: 0 1 auto; }
.nav-holder-2 { flex: 1 1 0; }
.nav-holder-2 .menu-nav { text-align: left; }
.nav-button-holder-3 { display: block; flex: 1 1 0; }

.menu-nav {
  margin: 0;
  font-size: 0;
  text-align: center;
}
.menu-nav li {
  display: inline-block;
  position: relative;
  margin-left: 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: none;
}
.menu-nav li:first-child { margin-left: 0; }
.menu-nav li a {
  color: #f3eee6;
  padding: 18px 0;
  display: block;
  position: relative;
  transition: color .25s ease;
}
.menu-nav li a:before {
  position: absolute;
  display: block;
  bottom: 12px;
  left: 50%;
  width: 0;
  border-top: 1px solid var(--lux-gold-dark);
  content: '';
  transition: all .35s cubic-bezier(0.25, 1, 0.35, 1);
}
.menu-nav li a:hover,
.menu-nav > li:hover > a {
  background: none;
  color: var(--lux-gold);
}
.menu-nav > li.current-menu-item > a {
  background: none;
  color: #ddb866;
  text-shadow: 0 0 12px rgba(243,210,138,.18);
}
.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
  left: 0;
  width: 100%;
  border-color: var(--lux-gold-dark);
}
.menu-nav ul {
	display:none;
	margin:0;
	padding:18px 0 14px 0;
	width:220px;
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-110px;
	z-index:50;
	background-color:rgba(20, 8, 8, 0.96);
	border:1px solid rgba(201,162,77,0.22);
	border-radius:14px;
	box-shadow:0 18px 40px rgba(0,0,0,0.35);
	backdrop-filter:blur(8px);
}
.menu-nav ul:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:-14px;
	height:14px;
	background:transparent;
}
.menu-nav ul li {
  display: block;
  text-align: left;
  background: none;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}
.menu-nav ul li { position: relative; }
.menu-nav ul li > a {
  display: block;
  padding: 10px 18px;
  color: rgba(255,255,255,.88);
  border-radius: 8px;
  margin: 0 8px;
}
.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
  text-decoration: none;
  color: var(--lux-gold);
  background: rgba(201,162,77,.10);
}
.menu-nav li:hover > ul { display: block; }
.menu-nav li ul ul {
  left: calc(100% - 6px);
  top: -14px;
  margin: 0;
}
.menu-nav li ul ul:before,
.menu-nav li ul a:before { display: none; }

.nav-button-holder { display: none; }
.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 15px;
  vertical-align: middle;
}
.icon-bar,
.icon-bar1,
.icon-bar2 {
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: all .3s ease;
}
.icon-bar1,
.icon-bar2 { width: 18px; }
.icon-bar:before,
.icon-bar:after {
  background: #fff;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  bottom: -6px;
  right: 0;
  transition: all .3s ease;
}
.icon-bar:after {
  bottom: -12px;
  left: 8px;
  top: auto;
}
.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after { left: 0; }

.menu-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: .9;
}
body.has-active-menu { overflow: hidden; }

.mobile-menu-holder {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 340px;
  max-width: 88%;
  height: 100%;
  background: rgba(20,8,8,.96);
  border-right: 1px solid rgba(201,162,77,.22);
  opacity: 0;
  padding: 0 22px;
  box-shadow: 12px 0 32px rgba(0,0,0,.35);
  transform: translateX(-400px);
  -webkit-backface-visibility: hidden;
  transition: all .45s cubic-bezier(0.25, 1, 0.35, 1);
}
.mobile-menu-holder.is-active {
  opacity: 1;
  transform: translateX(0);
}
.modal-menu-container { position: relative; padding-top: 6px; }
.exit-mobile {
  cursor: pointer;
  padding: 10px 2px;
  display: inline-block;
  margin-top: 22px;
  margin-left: 2px;
}
.icon-bar1 {
  top: 2px;
  transform: rotate(45deg);
}
.icon-bar2 {
  transform: rotate(-45deg);
}

.menu-mobile {
  font-size: 0;
  margin: 0;
  padding-left: 24px;
  padding-right: 12px;
}
.menu-mobile li {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .06em;
  padding-top: 14px;
  list-style: none;
}
.menu-mobile li a {
  color: #fff;
  display: block;
  line-height: 1.25;
  text-decoration: none;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus,
.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a {
  color: #d4a84f;
  background: none;
}
.menu-mobile > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 8px;
  font-size: 11px;
  font-weight: 900;
  vertical-align: middle;
  color: #d4a84f;
  transition: all .3s;
}
.menu-mobile > li.menu-item-has-children.menu-open > a:after { content: "\f106"; }
.menu-mobile ul {
  margin-left: 0;
  margin-top: 6px;
  margin-bottom: 4px;
  padding-left: 0;
}
.menu-mobile > li > ul { display: none; }
.menu-mobile > li.menu-open > ul { display: block; }
.menu-mobile ul li {
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  text-transform: none;
  padding-left: 10px;
  letter-spacing: .02em;
  display: block;
}
.menu-mobile .sub-menu a { color: rgba(255,255,255,.82); }
.menu-mobile .sub-menu a:hover,
.menu-mobile .sub-menu a:focus { color: #d4a84f; }

.menu-contact {
  margin-top: 52px;
  padding-left: 24px;
  padding-right: 12px;
  padding-top: 22px;
  padding-bottom: 32px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.10);
}
.menu-contact ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.mobile-contact li {
  margin-bottom: 12px;
  line-height: 1.55;
}
.mobile-address {
  font-size: 14px;
  color: rgba(255,255,255,.72);
}
.mobile-address strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.mobile-phone { margin: 18px 0 8px; }
.mobile-phone a {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--lux-gold);
}
.mobile-email {
  font-size: 14px;
  word-break: break-word;
}
.mobile-email a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}
.mobile-email a:hover { color: #d4a84f; }

.mobile-social {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.social-label {
  display: block;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 12px;
}
.social-media,
.footer-social {
  list-style: none;
  margin: 0;
  font-size: 0;
}
.social-media li,
.footer-social li {
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
}
.social-media li:first-child,
.footer-social li:first-child { margin-left: 0; }
.mobile-social .social-media {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.mobile-social .social-media li { margin: 0; padding: 0; }
.mobile-social .social-media a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: #f4f1ec;
  font-size: 14px;
  font-weight: 500;
}
.mobile-social .social-media a i { font-size: 15px; color: #d4a84f; }
.mobile-social .social-media a span { line-height: 1; }
.mobile-social .social-media a:hover,
.menu-nav ul li a:hover {
  background: rgba(201,162,77,.10);
  border-color: rgba(201,162,77,.28);
  color: #fff;
  transform: translateY(-1px);
}
a.social-twitter:hover { color: #29C5F6 !important; }
a.social-facebook:hover { color: #6788CE !important; }
a.social-gplus:hover { color: #E75C3C !important; }
a.social-linkedin:hover { color: #3A9BDC !important; }
a.social-pinterest:hover { color: #FE4445 !important; }
a.social-tripadvisor:hover { color: #00AF87 !important; }
a.social-youtube:hover { color: #E34040 !important; }
a.social-vimeo:hover { color: #44BBFF !important; }
a.social-instagram:hover { color: #AA8062 !important; }
a.social-dribbble:hover { color: #ED4F8C !important; }
a.social-skype:hover { color: #24B4F0 !important; }

/*************************************
4. HERO / TOP IMAGES
*************************************/
.topSingleBkg {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 108px;
}
.topPageCustomH { height: 450px; }
.single-post-title {
  color: #fff;
  font-size: 84px;
  line-height: 1.05;
  letter-spacing: .01em;
}
.post-subtitle {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(243, 210, 138, 0.28);
  color: var(--lux-gold);
  letter-spacing: .14em;
}
.item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.item-img:before {
  content: '';
  background: rgba(0,0,0,.4);
  position: absolute;
  inset: 0;
}
.inner-desc {
  position: absolute;
  z-index: 4;
  text-align: center;
  padding: 0 15px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.inner-desc h1 {
  line-height: 1;
  margin-bottom: 16px;
}
.inner-desc .post-meta li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  opacity: .9;
}
.inner-desc .meta-categ a { color: #fff; }
.topSingleBkg .inner-desc,
.topPageCustomH .inner-desc {
  text-shadow: 0 14px 38px rgba(0,0,0,.65);
}
.hero-container {
  position: relative;
  margin-bottom: 108px;
}
.hero-image {
  position: relative;
  height: 680px;
  background: url('images/home/home.jpg') center 10% / cover no-repeat;
  overflow: hidden;
}
.hero-image:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.38);
}
.hero-caption {
  position: relative;
  z-index: 2;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 30px 40px;
}
.hero-text {
  max-width: 900px;
  margin: 0 auto;
}
.hero-text * {
  text-align: center;
}
.intro-txt {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(243, 210, 138, 0.28);
  color: var(--lux-gold);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.hero-caption h1 {
  font-family: 'Cinzel', serif !important;
  font-size: 58px;
  line-height: 1.1;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: none;
  text-shadow: 0 6px 18px rgba(0,0,0,.28);
}
.hero-caption p {
  max-width: 760px;
  margin: 0 auto 26px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* HIERONDER PAS DE MEDIA QUERIES */

@media (max-width: 991px) {
  .hero-image,
  .hero-caption {
    height: 560px;
  }

  .hero-image {
    background-position: center 35%;
  }

  .hero-caption {
    padding: 110px 24px 30px;
  }

  .hero-caption h1 {
    font-size: 46px;
  }

  .hero-caption p {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .hero-image,
  .hero-caption {
    height: 620px;
  }

  .hero-image {
    background-position: center top;
  }

  .hero-caption {
    padding: 95px 20px 30px;
  }

  .intro-txt {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .hero-caption h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .hero-caption p {
    font-size: 16px;
    line-height: 1.45;
    max-width: 95%;
  }
}


@media (max-width: 991px) {
  .hero-image,
  .hero-caption {
    height: 560px;
  }

  .hero-image {
    background-position: center 35%;
  }
}

@media (max-width: 767px) {
  .hero-image,
  .hero-caption {
    height: 620px;
  }

  .hero-image {
    background-position: center 18%;
  }
}

@media (max-width: 991px) {
  .hero-image,
  .hero-caption {
    height: 560px;
  }

  .hero-caption {
    padding: 110px 24px 30px;
  }

  .hero-caption h1 {
    font-size: 46px;
  }

  .hero-caption p {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .hero-image,
  .hero-caption {
    height: 620px;
  }

  .hero-image {
    background-position: center top;
  }

  .hero-caption {
    padding: 95px 20px 30px;
  }

  .intro-txt {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .hero-caption h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .hero-caption p {
    font-size: 16px;
    line-height: 1.45;
    max-width: 95%;
  }
}
.home-section { margin-bottom: 72px; }
.parallax,
.no-parallax {
  background-repeat: repeat;
  background-position: center center !important;
  background-attachment: scroll;
  background-size: cover;
}
.parallax {
  position: relative;
  padding-top: 144px;
  padding-bottom: 144px;
}
.parallax h2,
.parallax h3,
.parallax h4 { color: #fff; }
.parallax:before {
  content: '';
  background: rgba(0,0,0,.3);
  position: absolute;
  inset: 0;
}
#home-content-2,
#home-content-25,
#home-content-33 { background-image: url('images/home/parallax-bkg1.jpg'); }
#home-content-4 { background-image: url('images/home/parallax-2.jpg'); }
#home-content-6,
#home-content-27 { background-image: url('images/home/parallax-3.jpg'); }

.section-bkg {
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #3a0000 0%, #2a0000 100%);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.image-text { position: relative; text-align: center; }
.title-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.col-bkg {
  display: flex;
  align-items: center;
  padding: 48px 40px;
  background: var(--lux-panel);
  border: 2px solid var(--lux-border);
  border-radius: var(--lux-radius);
  box-shadow: var(--lux-shadow), inset 0 0 20px rgba(198,164,108,.05);
  min-height: 100%;
}

/*************************************
5. CONTENT BLOCKS / CTA / SEO
*************************************/
.seo-section {
  padding: 48px 0;
  background: #080808;
  position: relative;
  z-index: 1;
}
.seo-section .home-title { font-size: 56px; margin-bottom: 28px; }
.seo-card,
.cta-box,
.menu-section,
aside > ul > li,
aside .widget,
.footer-card,
.reservation-form-card,
#reservation-holder,
.icon-holder,
.blog-item.blog-item-1col-list {
  background: var(--lux-panel);
  border: 2px solid var(--lux-border);
  border-radius: var(--lux-radius);
  box-shadow: var(--lux-shadow), inset 0 0 20px rgba(198,164,108,.05);
}
.seo-card {
  padding: 24px 28px;
  margin-bottom: 20px;
  height: auto;
  min-height: unset;
}
.seo-card h3,
.seo-card h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.35;
}
.seo-card p,
.seo-card li {
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.cta-box {
  background: linear-gradient(180deg, rgba(201,162,77,.12), rgba(255,255,255,.03));
  padding: 38px 34px;
  text-align: center;
}
.cta-box p { color: var(--lux-text-soft); line-height: 1.8; }
.cta-btn {
  display: inline-block;
  margin: 8px;
  padding: 14px 26px;
  background: #C9A24D;
  color: #111 !important;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: .3s;
}
.cta-btn:hover {
  background: #ddb866;
  color: #000 !important;
  transform: translateY(-2px);
}
.usp-list { list-style: none; padding-left: 0; margin: 20px 0 0; }
.usp-list li { margin-bottom: 12px; color: #e2e2e2; }
.faq-item { margin-bottom: 25px; }
.faq-item h3 { font-size: 24px; margin-bottom: 10px; }
.extra-option {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(201,162,77,.35);
  background: rgba(201,162,77,.08);
}
.extra-option strong { color: var(--gold); }

/*************************************
6. TABS / MENU LISTS
*************************************/
.menuTab {
  margin: 48px 0 0;
  border: none;
  justify-content: center;
}
.menuTab .nav-item {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menuTab .nav-link { border: none; padding: 16px 24px; }
.menuTab .nav-link.active {
  color: #f3d28a;
  background-color: transparent;
  border: none;
}
#menuTabContent { margin-bottom: -24px; }

.food-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.our-menu {
  padding: 0;
  margin: 24px 0 0;
}

.our-menu > li {
  list-style: none;
  margin-bottom: 22px;
  background: linear-gradient(180deg, #0d0d0d 0%, #141414 100%);
  border: 1px solid rgba(243, 210, 138, 0.22);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
}

.our-menu > li:last-child {
  margin-bottom: 0;
}

.menu-title-section {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 22px 24px;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(135deg, #0b0b0b 0%, #1a1a1a 55%, #101010 100%);
  border-bottom: 1px solid rgba(243, 210, 138, 0.16);
  border-radius: 0;
  margin-bottom: 0;
}

.menu-title-section:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(120,90,20,0) 0%, #c79b2c 20%, #f3d28a 50%, #c79b2c 80%, rgba(120,90,20,0) 100%);
  box-shadow: 0 0 10px rgba(243,210,138,.18);
}

.menu-title-section:before {
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 14px;
  margin-right: 16px;
  vertical-align: middle;
  color: #d8b35a;
}

.menu-title-section a {
  color: #fff4d6;
  font-family: "Work Sans", sans-serif;
}

.menu-title-section.active,
.menu-title-section:hover {
  color: #f3d28a;
}

.menu-title-section.active:before {
  content: "\f068";
  color: #f3d28a;
}

.menu-title-section.active a,
.menu-title-section:hover a,
.menu-title-section:hover:before {
  color: #f3d28a;
}

.menu-section {
  padding: 24px;
  background: linear-gradient(180deg, #101010 0%, #0b0b0b 100%) !important;
  border: 0 !important;
  border-radius: 0 0 18px 18px !important;
  box-shadow: none !important;
}

.food-menu li {
  font-size: 16px;
  margin: 0 0 18px 0;
  padding: 18px 20px 16px;
  border: 1px solid rgba(243, 210, 138, 0.10);
  border-radius: 14px;
  background: linear-gradient(180deg, #181818 0%, #121212 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02), 0 8px 20px rgba(0,0,0,.22);
  break-inside: avoid;
}

.food-menu li:last-child {
  margin-bottom: 0;
}

.food-menu li h4 {
  font-size: 16px;
  padding-right: 110px;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  border-bottom: 1px solid rgba(243, 210, 138, 0.14);
}

.menu-price,
.menu-prijs {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-price {
  color: inherit;
}

.menu-prijs {
  color: #d4af37;
  font-weight: 700;
}

.menu-title {
  color: #fff8ee !important;
}

.food-menu li h4,
.food-menu li h4 span.menu-title {
  color: #fff8ee !important;
}

.food-menu li,
.food-menu li p,
.menu-text,
.menu-text-nieuw {
  font-size: 15px;
  font-style: normal;
  color: rgba(255, 245, 225, 0.92) !important;
  line-height: 1.75;
}

.menu-text em {
  color: #fff3d8 !important;
  opacity: 1;
}
.food-menu li h4 {
  text-shadow: 0 0 1px rgba(255,255,255,.08);
}

.food-menu li {
  text-shadow: 0 0 1px rgba(255,255,255,.04);
}

.check-fa {
  color: #d4af37;
  margin-right: 8px;
  text-shadow: 0 0 8px rgba(212,175,55,.18);
}

.menu-section a {
  color: #f3d28a;
  font-weight: 600;
}

.menu-section a:hover {
  color: #fff0c2;
}

.menu-2cols {
  column-count: 2;
  column-gap: 32px;
}

.menu-3cols {
  column-count: 3;
  column-gap: 32px;
}

.image-container {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
}

/*************************************
7. BLOG / POSTS / COMMENTS / SIDEBAR
*************************************/
.page-holder h1,
.page-holder h2 { margin-bottom: 48px; }
.page-holder h3,
.page-holder h4,
.page-holder h5,
.page-holder h6 { margin-bottom: 24px; }

.posts-holder { padding-right: 28px; }
.posts-holder-push-right { order: 2; padding-right: 0; padding-left: 35px; }
.blog-item { margin-bottom: 72px; }
.home-blog-grid .blog-item { margin-bottom: 0; }

.blog-item .post-image img,
.blog-item .list-image,
.gallery-img {
  -webkit-backface-visibility: hidden;
  transition: all 3s cubic-bezier(0.25, 1, 0.35, 1);
}
.blog-item:hover .post-image img,
.blog-item:hover .list-image,
.gallery-post:hover .gallery-img {
  transform: scale(1.2);
}
.post-image { margin-bottom: 24px; overflow: hidden; }
.article-title { font-size: 36px; margin: 8px 0 24px; color: var(--lux-gold); }
.article-title2 { color: #f3d28a; font-size: 16px; margin: 8px 0 24px; }
.blog-item-2col-grid .article-title { font-size: 32px; }
.blog-item-3col-grid .article-title { font-size: 28px; }

.blog-item-1col-list {
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 34px;
}
.blog-item-1col-list .post-image {
  width: 40%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-item .list-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.blog-item-1col-list .post-holder {
  width: 60%;
  padding-left: 36px;
  margin-top: 0;
  background: transparent;
}
.blog-item-1col-list .article-title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(198,164,108,.16);
}
.blog-item-1col-list .post-meta li { color: var(--lux-gold-dark); }
.blog-item-1col-list .post-holder-noimg { width: 100%; padding: 0; }
.blog-item-1col-list:last-child { margin-bottom: 0; }

.post-meta {
  margin: 0;
  font-size: 0;
  list-style: none;
}
.post-meta li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--lux-gold-dark);
}
.meta-categ:before {
  display: inline-block;
  width: 10px;
  height: 2px;
  margin: 0 8px;
  content: '';
  vertical-align: middle;
  background: #f3d28a;
}
.post-meta li.meta-sticky {
  background: #f3d28a;
  padding: 3px 8px;
  margin-left: 8px;
  color: #fff;
}
.post-holder .view-more { margin-top: 36px; }

.author-single-page { margin-top: 72px; }
.author-avatar { display: block; float: left; }
.author-avatar img { border-radius: 99em; }
.author-content { margin-left: 130px; }
.author-single-page h4 { font-size: 24px; font-weight: 500; margin-bottom: 8px; }
.author-content .social-media { margin-top: 8px; }

.meta-nav-holder { margin-top: 72px; align-items: center; }
.meta-nav { padding: 0 15px; }
.meta-nav .widgettitle { margin-bottom: 4px; font-size: 11px; }
.meta-nav-subtitle { font-size: 16px; font-style: italic; }
.pn-holder { display: flex; align-items: center; }
.pn-img {
  width: 80px;
  height: 0;
  flex: 0 0 auto;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 99em;
  position: relative;
  padding-bottom: 80px;
}
.pn-img img {
  object-fit: cover;
  object-position: center top;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.pn-desc h3 { font-size: 18px; }
.meta-nav-right .pn-holder { justify-content: flex-end; text-align: right; }
.meta-nav-right .pn-img { margin-left: 15px; margin-right: 0; }

.commentlist { margin: 0; }
.commentlist > li { list-style: none; margin: 24px 0 0; }
.commentlist > li ul.children li { list-style: none; }
.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5,
.children li.depth-6,
.children li.depth-7,
.children li.depth-8,
.children li.depth-9,
.children li.depth-10 { margin: 0 0 0 63px; }
.comment-body { margin-bottom: 32px; }
.comment-details { position: relative; margin-left: 72px; }
.comment-avatar { position: absolute; left: -72px; top: 0; }
.comment-avatar img { display: block; border-radius: 50%; }
.comment-author .author a,
.comment-author .author a:visited { border: none; }
.comment-author span,
.comment-author .author a { color: #252525; font-size: 18px; margin-right: 10px; font-style: normal; }
.comment-content p:last-child { margin: 0; }
.comment-author span.comment-date { font-size: 12px; font-weight: normal; font-style: italic; color: #999; }
.comment-text { margin-top: 16px; }
.reply { margin-top: 8px; }
.comment-reply-link {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400;
  color: #252525;
  text-transform: lowercase;
  padding-bottom: 4px;
  border-bottom: 1px solid #252525;
}
#cancel-comment-reply-link { font-size: 11px; }
.commentlist .children { margin: 0; }
#comments_wrap { margin-top: 16px; }
#cancel-comment-reply { float: right; margin-top: 16px; }
.comment-reply-title small { display: block; margin-bottom: 8px; }
.pingback .comment-details { margin-left: 0; }
.pingback .comment-avatar { display: none; }

.comm-title .widgettitle,
.comment-reply-title { margin-top: 72px; }
.output2 { margin-top: 24px; border: 1px solid #f3d28a; padding: 7px; color: #f3d28a; }
.antispam { display: none; }
.comm-send { margin-top: 36px; }

aside ul,
footer ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside > ul > li { margin-top: 36px; }
aside > ul > li:first-child { margin-top: 0; }
aside .screen-reader-text,
.foo-block .screen-reader-text { display: none; }
aside table,
aside table caption,
.foo-block table,
.foo-block table caption { margin-bottom: 0; }
aside table caption,
.foo-block table caption { padding-bottom: 0; }
.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
  margin-bottom: 16px;
  line-height: 1.4;
}
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu { padding-top: 16px; margin-left: 16px; }
aside table th,
.foo-block table th,
aside table td,
.foo-block table td { padding: 8px; }
.icon-title { margin-bottom: 24px; }

aside .instagram-pics,
footer .instagram-pics { text-align: center; }
aside .instagram-pics li,
footer .instagram-pics li { display: inline-block; margin: 0 7px 7px 0; }
aside .instagram-pics li img,
footer .instagram-pics li img { width: 80px; height: 80px; }
.textwidget img { display: block; height: auto; max-width: 100%; }
.textwidget select { width: 100%; }
.search-string { padding: 12px; width: 100%; border: 1px solid #e0e0e0; }

.tagcloud a,
.tags-single-page a {
  display: inline-block;
  font-size: 11px !important;
  color: #252525;
  background: #f2f2f2;
  padding: 6px 12px;
  text-align: center;
  margin: 0 3px 7px 0;
}
.tagcloud a:hover,
.tags-single-page a:hover {
  background: #f3d28a;
  color: #fff;
}
.tags-single-page { margin-top: 36px; }

/*************************************
8. GALLERIES / TEAM / CONTACT
*************************************/
.gallery-container-fs { padding: 0 20px; }
.gallery-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  align-items: flex-start;
}
.gallery-post {
  width: 33.333%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
}
.gallery-post a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(243, 210, 138, 0.42);
  border-radius: 16px;
  background: #0b0b0b;
  box-shadow:
    0 0 0 1px rgba(201, 162, 77, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.gallery-post a:hover {
  border-color: rgba(243, 210, 138, 0.78);
  box-shadow:
    0 0 0 1px rgba(243, 210, 138, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(201, 162, 77, 0.14);
}
.gallery-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  border-radius: 14px;
}
.gallery-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
  width: 100%;
  height: 100%;
  opacity: 1;
}
.gallery-desc {
  position: absolute;
  z-index: 4;
  text-align: center;
  padding: 0 15px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-view {
  color: #fff;
  font-size: 36px;
  opacity: 0;
  transform: translateY(30px);
}
.gallery-post:hover .gallery-view {
  opacity: 1;
  transform: translateY(0);
}
.gallery-4cols .gallery-post { width: 25%; }

.team-member { margin-bottom: 72px; }
.team-img { margin-bottom: 24px; text-align: center; }
.team-img img { margin: 0 auto; }
.page-holder h3.team-title { font-size: 24px; margin-bottom: 0; }
.team-desc { text-align: center; }
.team-desc .smalltitle { font-size: 14px; letter-spacing: 0; margin-bottom: 24px; }
.reserve-holder { margin-top: 48px; }
.reserve-holder .comm-field,
.contact-holder .comm-field { margin-bottom: 24px; }

.contact-icon {
  font-size: 24px;
  padding: 32px;
  color: var(--lux-gold-dark);
  border: 2px solid var(--lux-gold-dark);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.accent-line {
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #C9A24D;
  margin-right: 8px;
  border-radius: 2px;
  position: relative;
  top: 2px;
}
.check-fa,
.cava-icon { color: var(--lux-gold-dark); }
.check-fa { margin-right: 8px; }
.cava-icon { font-size: 18px; margin-right: 8px; }

/*************************************
9. FORMS / BUTTONS / PAGINATION
*************************************/
.comm-field,
.contact-field,
#msg-contact,
.form-control,
#reservation-form input[type="text"],
#reservation-form input[type="email"],
#reservation-form input[type="tel"],
#reservation-form input[type="date"],
#reservation-form select,
#reservation-form textarea {
  width: 100%;
  background: var(--lux-panel-2) !important;
  color: #fff !important;
  border: 1px solid rgba(198,164,108,.28) !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  outline: none !important;
  box-shadow: inset 0 0 10px rgba(255,255,255,.02);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.comm-field:focus,
.contact-field:focus,
#msg-contact:focus,
.form-control:focus,
#reservation-form input:focus,
#reservation-form select:focus,
#reservation-form textarea:focus {
  border-color: rgba(243,210,138,.82) !important;
  box-shadow: 0 0 0 2px rgba(198,164,108,.10), 0 0 18px rgba(198,164,108,.08) !important;
}
label,
#reservation-form label {
  color: var(--lux-gold);
  font-weight: 500;
  margin-bottom: 6px;
}
.form-submit { text-align: right; margin-bottom: 0; }
.comm-title-2 .section-title { margin-top: 28px; }
.contact-field { margin-bottom: 24px; }
.submit { margin-top: 24px; }

.view-more,
#submit,
#submit-contact,
.white-btn,
.post-password-form input[type="submit"],
#reservation-form input[type="submit"],
.page-numbers,
.nav-page a,
.page-links a {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  color: #000 !important;
  font-weight: 800;
  letter-spacing: .04em;
  border: 1px solid rgba(198,164,108,.6);
  box-shadow: 0 10px 20px rgba(198,164,108,.22), inset 0 0 8px rgba(255,255,255,.18);
  text-transform: none;
  cursor: pointer;
}
.view-more:hover,
#submit:hover,
#submit-contact:hover,
.white-btn:hover,
.post-password-form input[type="submit"]:hover,
#reservation-form input[type="submit"]:hover,
.page-numbers:hover,
.nav-page a:hover,
.page-links a:hover,
.current-page {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e0c28a, var(--lux-gold-dark)) !important;
  color: #000 !important;
  border-color: rgba(198,164,108,.9);
}
.btn-header .view-more {
  background: rgba(198,164,108,.08);
  color: var(--lux-gold) !important;
  border: 1px solid rgba(198,164,108,.65);
  box-shadow: 0 0 18px rgba(198,164,108,.10), inset 0 0 12px rgba(198,164,108,.03);
  margin-top: 0;
}
.btn-header .view-more:hover {
  background: rgba(198,164,108,.16);
  color: #fff0c8 !important;
}
.white-btn {
  background: none;
  color: #fff !important;
  border: 2px solid #fff;
}
.white-btn:hover {
  color: #252525 !important;
  border-color: #fff;
  background: #fff !important;
}
.slider-btn {
  font-size: 13px;
  letter-spacing: .10em;
  font-weight: 700;
  display: inline-block;
  color: #111 !important;
  text-transform: uppercase;
  padding: 14px 24px;
  margin-top: 18px;
  border: 1px solid rgba(198,164,108,.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #c6a46c, #f3d28a);
  box-shadow: 0 10px 24px rgba(198,164,108,.20);
  text-decoration: none;
}
.slider-btn:hover {
  color: #000 !important;
  background: linear-gradient(135deg, #e0c28a, #c6a46c);
  border-color: rgba(198,164,108,.75);
}
.page-links { margin-top: 32px; }
.page-links a,
.post-password-form input[type="submit"] { margin: 0 12px 0 0; padding: 12px 24px; }
.post-password-form input[type="submit"] { vertical-align: top; margin-left: 8px; }
.prev-next,
.page-links { text-align: center; font-size: 0; }
.btn-outline-warning {
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  border-width: 1px;
}
.post-password-form label input {
  padding: 12px;
  border: none;
  background: #f2f2f2;
  margin-left: 8px;
}

/*************************************
10. RESERVATION / HOTEL / SUMMARY
*************************************/
#reservation-holder {
  padding: 24px 18px;
  backdrop-filter: blur(6px);
}
.reservation-layout {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 18px;
  align-items: start;
}
.reservation-summary-card {
  position: sticky;
  top: 92px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 140%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
}
.summary-head {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: 12px;
}
.summary-title {
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 16px;
  color: var(--lux-gold);
}
.summary-sub {
  margin-top: 4px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
}
.summary-row strong { color: rgba(255,255,255,.95); }
.summary-divider { height: 1px; background: rgba(201,162,77,.30); margin: 12px 0 10px; }
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
  font-weight: 800;
}
.summary-total strong { color: #C9A24D; font-size: 18px; }
.summary-note {
  margin-top: 10px;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  line-height: 1.4;
}

.reservation-layout.hotel-layout {
  grid-template-columns: 1fr 360px;
  gap: 24px;
  margin-top: 14px;
}
.reservation-layout.hotel-layout .reservation-form-card,
.reservation-layout.hotel-layout .reservation-summary-card {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 18px;
}
.reservation-layout.hotel-layout .reservation-summary-card { top: 110px; }
.reservation-layout.hotel-layout .summary-title {
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.reservation-layout.hotel-layout .summary-sub { margin-top: 6px; color: #bdbdbd; font-size: 13px; }
.reservation-layout.hotel-layout .summary-row { font-size: 14px; }
.reservation-layout.hotel-layout .summary-row span { color: #bdbdbd; }
.reservation-layout.hotel-layout .summary-row strong { color: #fff; font-weight: 800; }
.reservation-layout.hotel-layout .summary-divider { background: rgba(201,162,77,.35); }
.reservation-layout.hotel-layout .summary-total strong { color: #C9A24D; font-size: 18px; font-weight: 900; }
.reservation-layout.hotel-layout .summary-note { color: #888; font-size: 12px; margin-top: 8px; line-height: 1.5; }

.hotel-form .form-card {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 16px;
}
.hotel-form .form-title { margin: 0 0 12px; font-size: 16px; font-weight: 800; color: #fff; letter-spacing: .02em; }
.hotel-form label { margin-top: 6px; margin-bottom: 6px; font-weight: 600; }
.hotel-form .helptext { display: block; margin-top: 6px; color: #bdbdbd; font-size: 12px; line-height: 1.4; }
.hotel-form .terms { color: #bdbdbd; font-size: 12px; line-height: 1.5; margin-top: 8px; }
.hotel-form .comm-field { width: 100%; }

/*************************************
11. TESTIMONIALS / MEDIA / MISC
*************************************/
.testimonial-slider .owl-dots { position: relative; }
.testimonial-info { color: #fff; }
.testimonial-info h4 {
  font-size: 22px;
  font-style: italic;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-info div {
  text-align: center;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 16px;
  position: relative;
}
.testimonial-info div:before {
  background: #fff;
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  top: 0;
  width: 50px;
  margin-left: -25px;
}
.testimonial-info span {
  text-align: center;
  font-style: normal;
  font-size: 12px;
  display: block;
}
.fs-bkgcolor .testimonial-desc,
.fs-bkgcolor .testimonial-info span,
.parallax-content .testimonial-desc,
.parallax-content .testimonial-info span { color: #fff; }
.fs-bkgcolor .testimonial-info h5,
.fs-bkgcolor h4,
.parallax-content .testimonial-info h5,
.parallax-content h4 { color: #fff; }
.fs-bkgcolor .testimonial-info h5:before,
.fs-bkgcolor .testimonial-slider .owl-dots .owl-dot span,
.fs-bkgcolor .testimonial-slider .owl-dots .owl-dot.active span,
.parallax-content .testimonial-info h5:before,
.parallax-content .testimonial-slider .owl-dots .owl-dot span,
.parallax-content .testimonial-slider .owl-dots .owl-dot.active span { background: #fff; }

.video-widget {
  position: relative;
  padding: 0 0 56.25%;
  height: 100%;
  overflow: hidden;
}
.gmaps {
  position: relative;
  padding: 0;
  height: 600px;
  overflow: hidden;
}
.gmaps-contact { height: 300px; }
.gmaps iframe { border: none; }
.video-widget iframe,
.gmaps iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.scrollup { display: none; }
.scrollup i {
  width: 30px;
  height: 30px;
  position: fixed;
  background: #252525;
  color: #fff;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  z-index: 110;
}
.nf-text { margin: 24px 0; }
.error-404 { text-align: center; }
.topPage404 { height: 450px; }

.owl-carousel { cursor: -webkit-grab; cursor: -moz-grab; }
.owl-carousel.owl-grab { cursor: -webkit-grabbing; cursor: -moz-grabbing; }
.owl-theme .owl-nav .disabled { opacity: .5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 48px; }
.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0;
  z-index: 20;
  width: auto;
  transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot { margin: 0 8px; zoom: 1; display: inline-block; }
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #fff;
  display: block;
  border-radius: 99em;
  opacity: .8;
  -webkit-backface-visibility: visible;
  transition: all 1s cubic-bezier(0.25, 1, 0.35, 1);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
  transform: scale(1.8);
}
/*************************************
13. LEGACY CUSTOM CLASSES
*************************************/
.geen_kleur {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-bottom: thin solid #999;
}
.uitverkocht,
.Aanvraag,
.reserveren,
.uitverkocht1,
.Aanvraag1,
.reserveren1,
.tabel_nieuw,
.tabel_nieuw2,
.geen_kleur2,
.geen_kleur3,
.Kop_nieuw,
.Kop_beneden,
.gastenboek { font-family: "Work Sans", sans-serif; }

.uitverkocht { font-size: 16px; color: #fff; background-color: #F00; border: thin solid #000; font-weight: bolder; }
.Aanvraag { font-size: 16px; color: #fff; background-color: #666; border: thin solid #000; font-weight: bolder; }
.reserveren { font-size: 16px; color: #fff; background-color: #228b22; border: thin solid #000; font-weight: bolder; }
.uitverkocht1 { font-size: 16px; color: #fff; background-color: #F00; border: thin solid #000; font-weight: normal; }
.Aanvraag1 { font-size: 16px; color: #fff; background-color: #666; border: thin solid #000; font-weight: normal; }
.reserveren1 { font-size: 16px; color: #fff; background-color: #228b22; border: thin solid #000; font-weight: normal; }
.tabel_nieuw { font-size: 15px; color: #999; border-bottom: thin solid #999; font-weight: 400; }
.tabel_nieuw2 { font-size: 1px; color: #999; border-top: thin solid #999; }
.geen_kleur2 { font-size: 16px; color: #fff; font-weight: normal; text-align: left; }
.geen_kleur3 { font-size: 16px; color: #999; font-weight: normal; text-align: left; }
.Kop_nieuw {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.Kop_beneden { color: var(--lux-gold); font-weight: 500; font-size: 16px; letter-spacing: .15em; margin-bottom: 32px; text-transform: uppercase; }
.gastenboek { font-size: 16px; color: #fff; }
.Vinkje {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  margin-right: 8px;
  background: rgba(201,162,77,.16);
  border: 1px solid rgba(201,162,77,.30);
  color: var(--gold);
  font-weight: 700;
  transform: translateY(-1px);
}

/*************************************
14. BACKGROUND IMAGES
*************************************/
.top-menu-1col,
.top-menu-2col,
.top-menu-3col,
.top-menu-acc,
.top-menu-5 { background-image: url('images/pages-top/menu-img.jpg'); }
.top-reservation { background-image: url('images/pages-top/reservation-page.jpg'); }
.top-blog-classic,
.top-blog-list,
.top-blog-grid-2cols,
.top-blog-grid-3cols,
.top-blog-single-page { background-image: url('images/pages-top/blog-img.jpg'); }
.top-team-2cols,
.top-team-3cols,
.top-team-4cols { background-image: url('images/pages-top/team-page.jpg'); }
.top-optie { background-image: url('images/pages-top/dinnershow-optie.jpg'); }
.top-offerte { background-image: url('images/pages-top/dinnershow-offerte.jpg'); }
.top-aanvraag { background-image: url('images/pages-top/dinnershow-aanvraag.jpg'); }
.top-prijshotel { background-image: url('images/pages-top/dinnershow-hotelprijs.jpg'); }
.top-agenda { background-image: url('images/pages-top/dinnershow-agenda.jpg'); }
.top-artiesten { background-image: url('images/pages-top/dinnershow-artiesten.jpg'); }
.top-cadeaubon { background-image: url('images/pages-top/dinnershow-cadeaubon.jpg'); }
.top-info { background-image: url('images/pages-top/dinnershow-contact.jpg'); }
.top-exclusief { background-image: url('images/pages-top/dinnershow-exclusief.jpg'); }
.top-hotel { background-image: url('images/pages-top/dinnershow-hotel.jpg'); }
.top-impressie { background-image: url('images/pages-top/dinnershow-impressie.jpg'); }
.top-menu-programma { background-image: url('images/pages-top/dinnershow-menu-programma.jpg'); }
.top-prijzen { background-image: url('images/pages-top/dinnershow-prijzen.jpg'); }
.top-reserveren { background-image: url('images/pages-top/dinnershow-reserveren.jpg'); }
.top-gallery-3cols,
.top-gallery-3cols-fs,
.top-gallery-4cols,
.top-gallery-4cols-fs { background-image: url('images/pages-top/reservation-page.jpg'); }
.top-contact { background-image: url('images/pages-top/dinnershow-hotel2.jpg'); }

.gallery-img1 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA1.jpg); }
.gallery-img2 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA2.jpg); }
.gallery-img3 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA3.jpg); }
.gallery-img4 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA4.jpg); }
.gallery-img5 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA5.jpg); }
.gallery-img6 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA6.jpg); }
.gallery-img7 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA7.jpg); }
.gallery-img8 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA8.jpg); }
.gallery-img9 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA9.jpg); }
.gallery-img10 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA10.jpg); }
.gallery-img11 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA11.jpg); }
.gallery-img12 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA12.jpg); }
.gallery-img13 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA13.jpg); }
.gallery-img14 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA14.jpg); }
.gallery-img15 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA15.jpg); }
.gallery-img16 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA16.jpg); }
.gallery-img17 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA17.jpg); }
.gallery-img18 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA18.jpg); }
.gallery-img19 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA19.jpg); }
.gallery-img20 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA20.jpg); }
.gallery-img21 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA21.jpg); }
.gallery-img22 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA22.jpg); }
.gallery-img23 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA23.jpg); }
.gallery-img24 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA24.jpg); }
.gallery-img25 { background-image:url(images/Dinnershow/Dinnershow_Fantastique_AA25.jpg); }

.menu5-img1 { background-image:url('images/home/small-img3.jpg'); }
.menu5-img2 { background-image:url('images/home/small-img2.jpg'); }
.menu5-img3 { background-image:url('images/home/small-img1.jpg'); }
.menu5-img4 { background-image:url('images/home/small-img3.jpg'); }

.list-image1 { background-image:url('images/Dinnershow2/Zaal_A.jpg'); }
.list-image2 { background-image:url('images/Dinnershow2/Hotel_Zwartewater.jpg'); }
.list-image3 { background-image:url('images/Dinnershow2/Hotel_Zwartewater_A.jpg'); }
.list-image4 { background-image:url('images/Dinnershow2/Dinnershow_A.jpg'); }
.list-image5 { background-image:url('images/Dinnershow2/Dinnershow_B.jpg'); }
.list-image6 { background-image:url('images/Dinnershow2/blog7.jpg'); }
.list-image7 { background-image:url('images/Dinnershow2/blog3.jpg'); }
.list-image8 { background-image:url('images/Dinnershow2/blog5.jpg'); }
.list-image9 { background-image:url('images/Dinnershow2/blog6.jpg'); }
.list-dinnershow1 { background-image:url('images/Dinnershow3/Dinnershow1.jpg'); }
.list-dinnershow2 { background-image:url('images/Dinnershow3/Dinnershow2.jpg'); }
.list-dinnershow3 { background-image:url('images/Dinnershow3/Dinnershow3.jpg'); }
.list-dinnershow4 { background-image:url('images/Dinnershow3/Dinnershow4.jpg'); }
.list-dinnershow5 { background-image:url('images/Dinnershow3/Dinnershow5.jpg'); }
.list-dinnershow6 { background-image:url('images/Dinnershow3/Dinnershow6.jpg'); }
.list-dinnershow7 { background-image:url('images/Dinnershow3/Dinnershow7.jpg'); }
.list-dinnershow8 { background-image:url('images/Dinnershow3/Dinnershow8.jpg'); }
.list-dinnershow9 { background-image:url('images/Dinnershow3/Dinnershow9.jpg'); }
.list-dinnershow10 { background-image:url('images/Dinnershow3/Dinnershow10.jpg'); }
.list-dinnershow11 { background-image:url('images/Dinnershow3/Dinnershow11.jpg'); }
.list-dinnershow12 { background-image:url('images/Dinnershow3/Dinnershow12.jpg'); }
.list-dinnershow13 { background-image:url('images/Dinnershow3/Dinnershow13.jpg'); }
.list-dinnershow14 { background-image:url('images/Dinnershow3/Dinnershow14.jpg'); }
.list-dinnershow15 { background-image:url('images/Dinnershow3/Dinnershow15.jpg'); }
.list-dinnershow16 { background-image:url('images/Dinnershow3/Dinnershow16.jpg'); }
.list-dinnershow17 { background-image:url('images/Dinnershow3/Dinnershow17.jpg'); }
.list-dinnershow18 { background-image:url('images/Dinnershow3/Dinnershow18.jpg'); }

/*************************************
15. MAGNIFIC POPUP
*************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom { cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure { line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

/*************************************
16. PLACEHOLDERS / ELEMENTOR / UTILITIES
*************************************/
input::-ms-clear { display: none; }
@-ms-viewport { width: auto; }
::-webkit-input-placeholder { color: #252525; }
:-moz-placeholder { color: #252525; }
::-moz-placeholder { color: #252525; }
:-ms-input-placeholder { color: #252525; }
::-ms-input-placeholder { color: #252525; }
:placeholder-shown { color: #252525; }

.elementor-column-gap-default .elementor-row { width: calc(100% + 20px); margin-left: -10px; margin-right: -10px; }
.elementor-column-gap-narrow .elementor-row { width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; }
.elementor-column-gap-extended .elementor-row { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; }
.elementor-column-gap-wide .elementor-row { width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; }
.elementor-column-gap-wider .elementor-row { width: calc(100% + 60px); margin-left: -30px; margin-right: -30px; }
.elementor-widget-heading .elementor-heading-title { line-height: 1.5em; }
.icon-circle .elementor-icon { color: #f3d28a; border-color: #f3d28a; }
.elementor-widget-tabs .elementor-tabs-wrapper { text-align: center; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title { display: inline; }
.elementor-widget-tabs .elementor-tab-content { padding: 15px; }
.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-tabs .elementor-tab-title.elementor-active { color: #f3d28a; }
.elementor-accordion .elementor-accordion-item,
.elementor-accordion .elementor-tab-content { border: none; }
.elementor-accordion .elementor-tab-title {
  font-size: 28px;
  border-bottom: 1px solid #252525;
  letter-spacing: .05em;
  padding: 30px 20px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon { display: inline-block; font-size: 16px; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { float: none; }
.elementor-accordion .elementor-tab-title:hover,
.elementor-accordion .elementor-tab-title.elementor-active { color: #f3d28a; }

.padding-tb54 { padding-top: 54px; padding-bottom: 54px; }
.padding-tb32 { padding-top: 32px; padding-bottom: 32px; }
.padding-tb24 { padding-top: 24px; padding-bottom: 24px; }
.padding-tb81 { padding-top: 81px; padding-bottom: 81px; }
.padding-tb108 { padding-top: 108px; padding-bottom: 108px; }
.margin-tb54 { margin: 54px 0; }
.margin-tb36 { margin: 36px 0; }
.margin-tb24 { margin: 24px 0; }
.margin-t54 { margin-top: 54px; }
.margin-t36 { margin-top: 36px; }
.margin-t32 { margin-top: 32px; }
.margin-t24 { margin-top: 24px; }
.margin-t16 { margin-top: 16px; }
.margin-b72 { margin-bottom: 72px; }
.margin-b54 { margin-bottom: 54px; }
.margin-b36 { margin-bottom: 36px; }
.margin-b32 { margin-bottom: 32px; }
.margin-b24 { margin-bottom: 24px; }
.margin-b16 { margin-bottom: 16px; }

/*************************************
17. RESPONSIVE
*************************************/
@media (min-width: 768px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 708px; }
}
@media (min-width: 992px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 930px; }
}
@media (min-width: 1024px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 960px; }
}
@media (min-width: 1025px) {
  .headerHolder .logo { min-width: 170px; }
  .headerHolder .nav-holder { padding-left: 20px; padding-right: 20px; }
}
@media (min-width: 1200px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1140px; }
  .parallax { background-attachment: fixed !important; }
}
@media (min-width: 1500px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1350px; }
  .inner-desc {
    position: absolute;
    z-index: 4;
    text-align: center;
    padding: 0 15px;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow { transform: scale(.75); }
  .mfp-arrow-left { transform-origin: 0; }
  .mfp-arrow-right { transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; }
}
@media (max-width: 1024px) {
  .btn-header { display: none; }
  .container { max-width: 100%; }
  h1 { font-size: 1.7em; }
  h2 { font-size: 28px; }
  h3 { font-size: 1.4em; }
  h4 { font-size: 1.3em; }
  h5 { font-size: 1.1em; }
  h6 { font-size: 1em; }
  blockquote { font-size: 1.2rem; }
  .nav-holder { display: none; }
  .nav-button-holder { display: block; flex: 0 0 44px; margin-right: 14px; }
  .headerHolder {
    top: 10px;
    width: calc(100% - 20px);
    padding: 12px 16px;
    border-radius: 18px;
  }
  .logo { flex: 1 1 auto; text-align: right; padding-left: 10px; }
  .logo img { max-height: 46px; width: auto; }
  .hero-caption h1 {
    font-size: 42px;
    max-width: 100%;
    line-height: 1.15;
  }
  .single-post-title { font-size: 34px; line-height: 1.1; }
  .inner-desc h1 { word-wrap: break-word; }
  .width60 { width: 100%; margin-left: 0; margin-right: 0; }
  .icon-holder,
  .image-text { margin-bottom: 48px; }
  .posts-holder-push-right { order: 0; }
  .posts-holder,
  .posts-holder-push-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  aside,
  .blog-post-single aside { margin-top: 48px; }
  .article-title,
  .blog-item-2col-grid .article-title,
  .blog-item-3col-grid .article-title,
  .blog-item-1col-list .article-title { font-size: 28px; }
  .blog-item-1col-list { display: block; }
  .blog-item-1col-list .post-image { width: 100%; height: 300px; margin-bottom: 24px; }
  .blog-item-1col-list .post-holder { width: 100%; padding-left: 0; }
  .home-blog-grid .blog-item { margin-bottom: 48px; }
  .home-blog-grid .row .col-md-4:last-of-type .blog-item { margin-bottom: 0; }
  .gallery-container-fs { padding: 0 15px; }
  .menu-2cols,
  .menu-3cols { column-count: 1; }
  .footer-modern { padding-top: 32px; }
  .footer-card { margin-bottom: 16px; height: auto; }
  .footer-bottom { margin-top: 18px; padding-top: 16px; }
  .footer-social { text-align: left; }
  .testimonial-info { padding: 0 15px; }
  .testimonial-info h4 { font-size: 24px; }
  .meta-nav-right { margin-top: 24px; }
  .page-numbers { margin-bottom: 24px; }
  .home-section-1 .col-md-3 { display: none; }
  .menuTab { justify-content: left; margin-left: -16px; }
  .menuTab .nav-link { padding: 16px; }
  .children { margin: 28px 0 0; }
  .children li.depth-2,
  .children li.depth-3,
  .children li.depth-4,
  .children li.depth-5,
  .children li.depth-6,
  .children li.depth-7,
  .children li.depth-8,
  .children li.depth-9,
  .children li.depth-10 { margin: 0; }
  .mobile-margin-b24 { margin-bottom: 24px; }
  .mobile-margin-b48 { margin-bottom: 48px; }
  .mobile-margin-b54 { margin-bottom: 54px; }
  .mobile-margin-b72 { margin-bottom: 72px; }
  .mobile-padding-tb48 { padding-top: 48px; padding-bottom: 48px; }
  .seo-section .home-title { font-size: 40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn-header { display: none; }
  .menu-nav li { margin-left: 20px; font-size: 13px; letter-spacing: .04em; }
  .menu-nav ul { width: 200px; margin-left: -100px; }
  .blog-item-1col-list { display: block; }
  .blog-item-1col-list .post-image { width: 100%; height: 300px; margin-bottom: 24px; }
  .blog-item-1col-list .post-holder { width: 100%; padding-left: 0; }
  .gallery-post,
  .gallery-4cols .gallery-post { width: 50%; height: 300px; }
  .width60 { width: 100%; margin-left: 0; margin-right: 0; }
}
@media (max-width: 992px) {
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-summary-card { position: relative; top: auto; order: -1; }
  .reservation-layout.hotel-layout { grid-template-columns: 1fr; }
  .reservation-layout.hotel-layout .reservation-summary-card { position: relative; top: auto; }
}
@media (max-width: 768px) {
  .home-section-21 .icon-holder,
  .home-section-22 .mobile-margin-b48,
  #reservation-holder { padding: 18px 14px; }
  .hotel-form .form-title { font-size: 15px; }
  .home-section-21 .col-md-3 { display: flex; }
  .home-section-21 .icon-holder { height: 100%; }
}
@media (max-width: 767px) {
  .gallery-post,
  .gallery-4cols .gallery-post { width: 100%; height: 300px; }
  .mobile-menu-holder { width: 320px; max-width: 86%; padding: 0 18px; }
  .menu-mobile { padding-left: 18px; padding-right: 8px; }
  .menu-mobile li { font-size: 17px; letter-spacing: .05em; padding-top: 13px; }
  .menu-mobile ul li { font-size: 14px; padding-top: 9px; padding-left: 8px; }
  .menu-contact {
    padding-left: 18px;
    padding-right: 8px;
    margin-top: 44px;
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .mobile-phone a { font-size: 16px; }
  .headerHolder {
    padding: 10px 14px;
    border-radius: 16px;
  }
  .logo img { max-height: 40px !important; }
  .hero-caption h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .intro-txt {
    font-size: 11px;
    letter-spacing: .14em;
  }
  .col-bkg { padding: 32px 22px; border-radius: 18px; }
  .seo-section { padding: 48px 0; }
  .seo-card { padding: 20px; border-radius: 18px; }
  .seo-card h3,
  .seo-card h4 { font-size: 18px; }
  .seo-section .home-title { font-size: 30px; line-height: 1.2; margin-bottom: 22px; }
  .cta-box { padding: 28px 20px; }
  .cta-btn { display: block; width: 100%; margin: 10px 0; }
  .icon-holder,
  #home-content-22 .alignc.mobile-margin-b48,
  .reservation-form-card,
  #reservation-holder,
  .footer-card,
  .blog-item.blog-item-1col-list { border-radius: 18px; }
  .icon-holder,
  #home-content-22 .alignc.mobile-margin-b48,
  .reservation-form-card,
  #reservation-holder { padding: 22px 18px; }
  .blog-item.blog-item-1col-list .article-title { font-size: 28px; }

  .food-menu li h4 {
    padding-right: 0;
  }

  .menu-price,
  .menu-prijs {
    position: static;
    display: block;
    margin-top: 8px;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .page-links a { margin-bottom: 16px; }
}
@media (max-width: 480px) {
  .post-password-form label input,
  .post-password-form input[type="submit"] { display: block; margin-left: 0; margin-top: 8px; }
}


/* =========================================================
   PERFECT LUXE HARMONISATIE
   ========================================================= */

.topSingleBkg,
.hero-container {
  margin-bottom: 48px;
}

.topPageCustomH {
  height: 430px;
}


@media (max-width: 767px) {
  .topSingleBkg,
  .hero-container {
    margin-bottom: 32px;
  }

  .topPageCustomH {
    height: 360px;
  }
}

/* =========================================================
   FOOTER MODERN UPGRADE
   ========================================================= */
.footer-modern {
  padding: 64px 0 24px;
  margin-top: 88px;
  background:
    radial-gradient(900px 360px at 12% 0%, rgba(201,162,77,.12), transparent 60%),
    linear-gradient(180deg, #050505 0%, #000000 100%);
  position: relative;
  z-index: 2;
  clear: both;
}

.footer-modern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 30px));
  height: 1px;
  background: linear-gradient(90deg, rgba(201,162,77,0), rgba(201,162,77,.75), rgba(201,162,77,0));
  opacity: .8;
}

.footer-shell {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 24px;
  border-radius: 30px;
  border: 1px solid rgba(201,162,77,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: 0 32px 80px rgba(0,0,0,.46), inset 0 0 32px rgba(201,162,77,.04);
}

.footer-shell:after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,77,.16) 0%, rgba(201,162,77,0) 72%);
  pointer-events: none;
}

.footer-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.footer-topbar-content {
  max-width: 760px;
}

.footer-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--lux-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-heading {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
}

.footer-toptext {
  margin: 0;
  max-width: 660px;
  color: #d9d2c8;
  font-size: 16px;
  line-height: 1.75;
}

.footer-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,162,77,.24);
  color: #f7f2ea !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  box-shadow: inset 0 0 12px rgba(255,255,255,.02);
}

.footer-pill i {
  color: var(--lux-gold);
  font-size: 14px;
}

.footer-pill:hover {
  color: #111 !important;
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  border-color: rgba(243,210,138,.55);
  transform: translateY(-2px);
}

.footer-pill:hover i {
  color: #111;
}

.footer-widgets {
  position: relative;
  z-index: 1;
  margin: 0 -10px 12px;
}

.footer-widgets > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.footer-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15,15,15,.96), rgba(8,8,8,.98));
  border: 1px solid rgba(201,162,77,.18);
  box-shadow: 0 18px 42px rgba(0,0,0,.34), inset 0 0 18px rgba(201,162,77,.03);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.footer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243,210,138,.48);
  box-shadow: 0 26px 54px rgba(0,0,0,.42), 0 0 24px rgba(201,162,77,.10);
}

.footer-card--brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-title {
  margin-bottom: 16px;
  color: var(--lux-gold);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-logo {
  max-width: 185px;
  margin-bottom: 0;
}

.footer-lead {
  color: #ece4d8;
  font-size: 15px;
  line-height: 1.85;
}

.footer-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(201,162,77,.10);
  border: 1px solid rgba(201,162,77,.22);
}

.footer-stat strong {
  color: var(--lux-gold);
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.footer-stat span {
  color: #f3eee6;
  font-size: 14px;
  line-height: 1.55;
}

.footer-list,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li,
.footer-links li {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255,255,255,.10);
}

.footer-list li:last-child,
.footer-links li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-list li i {
  width: 18px;
  margin-top: 4px;
  color: var(--lux-gold);
  text-align: center;
  flex: 0 0 18px;
}

.footer-list li div {
  flex: 1 1 auto;
}

.footer-list strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.footer-modern p,
.footer-modern li,
.footer-modern a {
  font-size: 14px;
  line-height: 1.75;
}

.footer-list a,
.footer-links a {
  color: #ece4d4;
  font-weight: 400;
}

.footer-list a:hover,
.footer-links a:hover {
  color: var(--lux-gold);
}

.footer-links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #ece4d4;
  font-weight: 400;
}

.footer-links li a i {
  color: var(--lux-gold);
  transition: transform .25s ease;
}

.footer-links li a:hover i {
  transform: translateX(4px);
}

.footer-note {
  margin-top: 16px;
  color: #a9a29a;
  font-size: 13px;
  line-height: 1.7;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer-bottom p {
  margin: 0;
  max-width: 760px;
  color: #9e9e9e;
  font-size: 13px;
  line-height: 1.75;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-bottom-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201,162,77,.20);
  background: rgba(255,255,255,.03);
  color: #f0e7d7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.footer-bottom-links a i {
  color: var(--lux-gold);
}

.footer-bottom-links a:hover {
  background: rgba(201,162,77,.10);
  border-color: rgba(243,210,138,.40);
  color: #fff;
}

@media (max-width: 1199px) {
  .footer-heading {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .footer-modern {
    padding: 56px 0 24px;
  }

  .footer-shell {
    padding: 26px 22px 22px;
    border-radius: 26px;
  }

  .footer-topbar,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-topbar-actions,
  .footer-bottom-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .footer-modern {
    padding: 48px 0 20px;
    margin-top: 40px;
  }

  .footer-shell {
    padding: 22px 18px 18px;
    border-radius: 22px;
  }

  .footer-topbar {
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  .footer-heading {
    font-size: 26px;
  }

  .footer-toptext {
    font-size: 15px;
  }

  .footer-pill {
    width: 100%;
    justify-content: center;
  }

  .footer-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .footer-stat {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-stat strong {
    font-size: 20px;
  }

  .footer-bottom-links {
    width: 100%;
  }
}

/* =========================================================
   HERO TITLE CINZEL
   ========================================================= */
.hero-caption h1.hero-title-cinzel {
  font-family: 'Cinzel', serif !important;
  font-size: 58px;
  line-height: 1.1;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: none;
  text-shadow: 0 6px 18px rgba(0,0,0,.28);
}

@media (max-width: 991px) {
  .hero-caption h1 {
    font-family: 'Cinzel', serif !important;
    font-size: 42px;
    line-height: 1.14;
    letter-spacing: 0.025em;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .hero-caption h1 {
    font-family: 'Cinzel', serif !important;
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}

/* =========================================================
   HOME CARDS FIX
   ========================================================= */
#home-content-41 .row.margin-none {
  margin-left: -14px;
  margin-right: -14px;
}

#home-content-41 .col-md-6 {
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 768px) {
  #home-content-41 .row.margin-none {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  #home-content-41 .row.margin-none > .col-md-6.col-bkg {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
    width: calc(50% - 14px);
    margin: 0;
  }
}

@media (max-width: 767px) {
  #home-content-41 .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 18px;
  }

  #home-content-41 .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.home-cards-row {
  margin-left: -14px;
  margin-right: -14px;
}

.home-card-col {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 28px;
}

.home-card-box {
  height: 100%;
}

@media (max-width: 767px) {
  .home-card-col {
    margin-bottom: 18px;
  }

  .home-card-col:last-child {
    margin-bottom: 0;
  }

  .seo-section .seo-card-col {
    margin-bottom: 24px;
  }

  .seo-section .seo-card-col:last-child {
    margin-bottom: 0;
  }

  .seo-section .seo-card {
    margin-bottom: 0;
  }
}

.seo-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}.seo-link-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.seo-link-btn {
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  align-self: flex-start;
  text-decoration: none !important;
  transition: transform .2s ease, opacity .2s ease;
}

.seo-link-text {
  display: block;
  color: #f3d28a !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .2px;
  transition: color .25s ease;
}

.seo-link-line {
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 8px;
  background-color: rgba(201,162,77,.55);
  border-radius: 999px;
  transition: width .3s ease, background-color .3s ease, opacity .3s ease;
}

.seo-link-btn:hover {
  transform: translateY(-1px);
}

.seo-link-btn:hover .seo-link-text {
  color: #fff4d6 !important;
}

.seo-link-btn:hover .seo-link-line {
  width: 58px;
  background-color: rgba(243,210,138,.85);
}

.seo-link-btn:focus-visible {
  outline: 1px solid rgba(243,210,138,.55);
  outline-offset: 4px;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .seo-card-row {
    display: flex;
    flex-wrap: wrap;
  }

  .seo-card-col {
    display: flex;
  }

  .seo-link-group {
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .seo-card-col {
    margin-bottom: 24px;
  }

  .seo-card-col:last-child {
    margin-bottom: 0;
  }

  .seo-link-group {
    flex-direction: column;
    gap: 10px;
  }
}
/* =========================================================
   TABLET TUNING (768px - 1024px)
   Extra ruimte, minder krappe 3-kolomsblokken en betere formulieren.
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .headerHolder {
    width: calc(100% - 28px);
    padding: 12px 18px;
  }

  .hero-caption,
  .inner-desc {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-caption h1,
  .hero-caption h1.hero-title-cinzel {
    font-size: 38px;
    line-height: 1.12;
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-caption p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .topPageCustomH {
    height: 400px;
  }

  .single-post-title {
    font-size: 56px;
    line-height: 1.08;
  }

  .home-title,
  .seo-section .home-title {
    font-size: 34px;
    line-height: 1.15;
  }

  .col-bkg,
  .seo-card,
  .footer-card,
  #reservation-holder,
  .reservation-form-card {
    border-radius: 20px;
  }

  .seo-card-row,
  .landing-feature-row {
    display: flex;
    flex-wrap: wrap;
  }

  .seo-card-row > .seo-card-col,
  .landing-feature-row > .landing-feature-col,
  .contact-holder > .row > .col-md-4 {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .seo-card-row > .seo-card-col:last-child:nth-child(odd),
  .landing-feature-row > .landing-feature-col:last-child:nth-child(odd),
  .contact-holder > .row > .col-md-4:last-child:nth-child(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .contact-holder > .row {
    row-gap: 4px;
  }

  .footer-topbar-actions {
    gap: 10px;
  }

  .footer-pill {
    padding: 11px 15px;
  }

  .footer-pill span {
    font-size: 13px;
  }

  .food-menu li h4 {
    padding-right: 0;
  }

  .menu-price,
  .menu-prijs {
    position: static;
    display: block;
    margin-top: 8px;
    text-align: left;
  }

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

/* =========================================================
   TABLET REFINEMENT V2 (768px - 1024px)
   Meer rust in paginatitels, zijbalk onder content en betere leesbreedte.
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .single-post-title {
    font-size: 44px;
    line-height: 1.12;
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-holder > .row > .col-md-9,
  .blog-holder > .row > .col-md-3,
  .landing-page-holder > .row > .col-md-9,
  .landing-page-holder > .row > .col-md-3 {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .blog-holder > .row > .col-md-3,
  .landing-page-holder > .row > .col-md-3 {
    margin-top: 24px;
  }

  .blog-holder aside > ul,
  .landing-page-holder aside > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .blog-holder aside .widget,
  .landing-page-holder aside .widget {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .blog-holder aside > ul,
  .landing-page-holder aside > ul {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   TABLET FORM FIX - BREEDTES EN VELD-SCHALING
   Extra fallback in style.css voor pagina's die dezelfde form-grid gebruiken.
   ========================================================= */
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-holder > .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .contact-holder > .row > [class*="col-"] {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }

  .contact-holder > .row > [class*="col-"]:empty {
    display: none;
  }

  .contact-holder > .row > [class*="col-"]:last-child:nth-child(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }

  #reservation-form label,
  .contact-holder label {
    font-size: 15px;
    line-height: 1.35;
  }

  .contact-holder .comm-field,
  #reservation-form input[type="text"],
  #reservation-form input[type="email"],
  #reservation-form input[type="tel"],
  #reservation-form input[type="date"],
  #reservation-form select,
  #reservation-form textarea {
    min-width: 0;
    font-size: 15px !important;
    line-height: 1.3;
    padding: 13px 14px !important;
  }

  #reservation-form select,
  .contact-holder select.comm-field {
    padding-right: 36px !important;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .contact-holder > .row > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
