.floating-res-btn {
    position: fixed;
    top: 28px;
    right: 32px;
    z-index: 99999;

    padding: 12px 26px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;

    background: rgba(0, 0, 0, 0.15); /* subtle translucency */
    backdrop-filter: blur(4px);

    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;

    transition: all 0.25s ease;
}

.mobileonly {display:none}

/* Hover effect */
.floating-res-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

.doubleborder {
    border-width: 10px;
    border-color: #5f1414;
    border-style: double;
}

.zindex10.vc_column_container {
    z-index:10!important;
}

.vc_rtl-columns-reverse {direction: rtl;}

.owl-carousel .wpb_content_element {
	margin-bottom: 0;
}

.transparent .sticky-off.masthead:not(.side-header-h-stroke) .branding > a {
	max-width: 130px;
	padding: 30px!important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding * {
	max-width: 50px;
}

.menu-toggle {
  margin: 0px 0px 0px 00px;
}

#primary-menu {
	padding-top:70px;
}

#branding-bottom a {	
	max-width: 60px;
}

#branding-bottom a img {	
    max-width: 100%;
    width: 60px;
    height: 60px;
}

.fade70 {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child p {
	margin-bottom:12px;
}


/* START FORCE MAX-HEIGHT AND SCROLLING ON DESKTOP */

@media (min-width: 778px) {
    
.picfirst > div {
    margin-right: -80px!important;
}

.textfirst > div {
    margin-left: 80px!important;
    margin-right: -160px!important;
}

#split_left-menu {
    padding-right:20px!important;
}
    
.rightalign p,
.rightalign h1, 
.rightalign h2, 
.rightalign h3,
.rightalign h4, 
.rightalign h5,
.rightalign .vc_btn3-left {
    text-align:right!important;
}

.fixed-masthead.sticky-on > header > div > a.sticky-logo > img {
    max-width: 50px!important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding * {
    max-width: 50px!important;
}

.max70vh {
    max-height:70vh!important;
}

.height70vh {
    height:70vh!important;
}

.autoscroll {
    height: 70vh !important;
    max-height: 70vh !important;
    overflow: hidden !important;
}

.autoscroll > .vc_column-inner {
    min-height:50vh;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
}

.autoscroll > .vc_column-inner > .wpb_wrapper {
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin-right: -25px;
    padding-right: 25px;
    margin-top: -30px;
    padding-top: 45px;
    margin-bottom: 0;
    padding-bottom: 45px;
}

/* Apply to your autoscroll wrapper */
.autoscroll > .vc_column-inner > .wpb_wrapper {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #c14232 transparent; /* Firefox, fallback */
}

/* Chrome, Edge, Safari */
.autoscroll > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar {
    width: 6px;           /* thin scrollbar */
    background: transparent;
}

/* Scrollbar track */
.autoscroll > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-track {
    background: transparent !important; /* no shadow */
}

/* Scrollbar thumb */
.autoscroll > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb {
    background-color: #8B4336;   /* red */
    border-radius: 12px;         /* smoother */
}

/* Scrollbar thumb on hover */
.autoscroll > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #e35445; /* lighter red on hover */
}

/* Scrollbar buttons (arrows) */
.autoscroll > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-button {
    background-color: #c14232; /* red arrows */
    height: 12px;              /* visible size */
}

/* Remove any shadow The7 adds */
.autoscroll > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-corner {
    background: transparent !important;
}

}



/* END SCROLLING */

.dark {
    color: #fff;
}

.valign-center .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
}

/* Always underlined, then retract to the RIGHT on hover */
/*.whiteunderlined*/ #main a{
  position: relative;
  text-decoration: none!important; /* we’ll draw our own underline */
}

/*.whiteunderlined*/ #main a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;          /* adjust distance from text */
  width: 100%;
  height: 2px;           /* 1px or 2px */
  background-color: currentColor;
  transform: scaleX(1);  /* visible by default */
  transform-origin: left;/* normal underline */
  transition: transform .3s ease;
}

/*.whiteunderlined*/ #main a:hover::after{
  transform: scaleX(0);      /* shrink away */
  transform-origin: right;   /* retract towards the right */
}


/* Text elements inside the dark column */
.dark p,
.dark span,
.dark li,
.dark a,
.dark div,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark strong,
.dark em {
    color: #fff!important;
}

/* Optional link hover */
.dark a:hover {
    color: #ddd;
}

.menu-toggle {
    margin: 0px 0px 0px 0px!important;
}

/* SOLID BUTTON -------------------------------------------------- */
.vc_btn3.vc_btn3-color-corporate-red {
    background-color: #8B4336 !important;
    border-color: #8B4336 !important;
    color: #ffffff !important;
}

.vc_btn3.vc_btn3-color-corporate-red:hover {
    background-color: #8E1616 !important;
    border-color: #8E1616 !important;
    color: #ffffff !important;
}

/* OUTLINE BUTTON -------------------------------------------------- */
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-corporate-red {
    border-color: #8B4336 !important;
    color: #8B4336 !important;
    background: transparent !important;
}

.vc_btn3.vc_btn3-style-outline.vc_btn3-color-corporate-red:hover {
    border-color: #8E1616 !important;
    color: #8E1616 !important;
    background: transparent !important;
}


/* Base: column with zoom effect */
.zoom-bg { min-height:500px; }
.zoom-bg,
.vc_column-inner {
  position: relative;
}

.column-link{
  position: absolute!important;
  left: 0;
  width: 100%;
  z-index: 10;
  display: block;
  text-decoration:none!important;
}

a.column-link:after {
    content:none!important;
}

/* Top third */
.column-link--top{
  top: 0!important;
  height: 33.333%;
}

/* Bottom third */
.column-link--bottom{
  bottom: 0!important;
  height: 33.333%;
}

/*
.column-link--top{
  background: rgba(255, 0, 0, 0.15);
}

.column-link--bottom{
  background: rgba(0, 0, 255, 0.15);
}
*/


footer .fa, footer .fa-brands {
    font-weight: 400;
    font-size: 28px;
    background-color: #141618;
    color: white;
    width: 50px;
    height: 38px;
    text-align: center;
    margin-right: 10px;
    margin-bottom:15px;
    border-radius: 50%;
    padding-top: 12px;
}

/* Make sure your content is above the pseudo layer */
.zoom-bg > .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 1;
}

/* Overlay ON TOP of zoom ::before */
.has-overlay > .vc_column-inner::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.38) !important; /* overlay strength */
    pointer-events: none;
    z-index: 2 !important; /* sits above zoom layer & background */
    width: 100%;
    height: 100%;
}

/* Ensure UI content stays above overlay */
.has-overlay > .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 3 !important;
}


/* Solid button */
.vc_btn3-color-mulled-wine {
    background-color:#8B4336 !important;
    border-color:#8B4336 !important;
    color:#ffffff !important;
}
.vc_btn3-color-mulled-wine:hover {
    background-color:#4e1510 !important;
    border-color:#4e1510 !important;
}

/* Outline button */
.vc_btn3-style-outline.vc_btn3-color-mulled-wine {
    background:transparent !important;
    border-color:#8B4336 !important;
    color:#8B4336 !important;
}
.vc_btn3-style-outline.vc_btn3-color-mulled-wine:hover {
    background:#8B4336 !important;
    color:#ffffff !important;
    border-color:#8B4336 !important;
}


/* Turn widget footer row into FLEX */
.wf-container {
    flex-flow: wrap-reverse !important;
}


/* Default justify for all text */
.wpb_wrapper p {
    text-align: justify;
}

/* But DO NOT justify manually centered or right-aligned text */
.wpb_wrapper p[style*="text-align:center"],
.wpb_wrapper p[style*="text-align: center"],
.wpb_wrapper p.has-text-align-center {
    text-align: center !important;
}

.wpb_wrapper p[style*="text-align:right"],
.wpb_wrapper p[style*="text-align: right"],
.wpb_wrapper p.has-text-align-right {
    text-align: right !important;
}

.yellow-border > .vc_btn3-style-outline.vc_btn3-color-mulled-wine {
    border-color: #d6522a !important; 
}
.yellow-border > .vc_btn3-style-outline.vc_btn3-color-mulled-wine:hover {
    background: #d6522a !important;
    border-color: #d6522a !important;
}
.rounded.wpb_column { border-radius: 35px; }

#footer .wf-container {
    display: flex !important;
    align-items: flex-start !important;
}

.reservation-btn-fixed {
    position: fixed;
    top: 28px;
    right: 32px;
    z-index: 99999;
    padding: 12px 26px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.25); /* subtle translucency */
    backdrop-filter: blur(4px);

    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* DESKTOP — hide the bar */
.mobile-reservation-bar {
    display: none;
}

@media(max-width:680px){
    
    h4 {font-size:18px;}
    
    .mobileonly {display:block;}
    .no-mobile {display:none;}


    /* Hide existing reservation buttons on mobile (the WPBakery ones) */
    .vc_btn3-container.corpored {
        display: none !important;
    }

    /* Bottom reservation bar */
    .mobile-reservation-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 65px; /* adjust to match screenshot */
        background: #8B4336; /* Your corporate red */
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        z-index: 99;
        border-top: 2px solid rgba(255,255,255,0.25);
        text-decoration: none !important;
    }

    /* Hover */
    .mobile-reservation-bar:hover {
        background: #8B4336; /* Slightly brighter shade */
    }
    
}

.vc_rtl-columns-reverse .wpb_wrapper,
.vc_rtl-columns-reverse p,
.vc_rtl-columns-reverse h1,
.vc_rtl-columns-reverse h2,
.vc_rtl-columns-reverse h3,
.vc_rtl-columns-reverse h4,
.vc_rtl-columns-reverse h5,
.vc_rtl-columns-reverse h6 {
    direction: ltr !important;
    unicode-bidi: normal !important;
}

/* Hover effect */
.reservation-btn-fixed:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

.socials {
    text-align: center;
}

.socialsclub {
    display:none;
}

.page-id-3023 .socialsclub {
    display:block!important;
}

.page-id-3023 .socials {
    display:none!important;
}

.socialsclub .fa, .socialsclub .fa-brands {
    background-color: #ffffff;
}