@font-face {
    font-family: "Times New Roman MT Bold Condensed";
    src: url("https://db.onlinewebfonts.com/t/f80354ab88a3aa495352b523e6dab4dc.eot");
    src: url("https://db.onlinewebfonts.com/t/f80354ab88a3aa495352b523e6dab4dc.eot?#iefix") format("embedded-opentype"),
         url("https://db.onlinewebfonts.com/t/f80354ab88a3aa495352b523e6dab4dc.woff2") format("woff2"),
         url("https://db.onlinewebfonts.com/t/f80354ab88a3aa495352b523e6dab4dc.woff") format("woff"),
         url("https://db.onlinewebfonts.com/t/f80354ab88a3aa495352b523e6dab4dc.ttf") format("truetype"),
         url("https://db.onlinewebfonts.com/t/f80354ab88a3aa495352b523e6dab4dc.svg#Times New Roman MT Bold Condensed") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vintage_goodsregular';
    src: url('/wp-content/uploads/2025/10/vintage_goods-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/2025/10/vintage_goods-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.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;
}

/* Hover effect */
.floating-res-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}


.vc_rtl-columns-reverse {direction: rtl;}

.owl-carousel .wpb_content_element {
	margin-bottom: 0;
}

.transparent .masthead:not(.side-header-h-stroke) .branding > a {
	max-width: 150px;
}

.transparent .masthead:not(.side-header-h-stroke) .branding > a {
	max-width: 150px;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding * {
	max-width: 150px;
}

.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;
}

/* First 4 items */
.main-nav > li:nth-child(-n+4) > a {
  /* add any custom style */
  margin: 15px 14px 15px 14px;
  padding: 4px;
}

.content h3 {
    text-transform: none;
}

.fade70 {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

/* First 4 items */
.main-nav > li:nth-child(-n+4) > a .menu-text {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase!important;
	color:#ba0709;
}

/* The rest */
.main-nav > li:nth-child(n+5) > a {
  font-weight: 400;
  font-size: 1em;
  text-transform: none;
  margin: 10px 14px;
  padding: 2px;
}

.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) {

.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: #B61D1D;   /* 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 */

h1,
.h1-size,
.entry-title.h1-size,
.dt-accordion-h1-size .wpb_accordion_header > a {
  font-family: 'Times New Roman MT Bold Condensed'!important;  
}

h2,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.dt-accordion-h2-size .wpb_accordion_header > a {
  font-family: 'Times New Roman MT Bold Condensed'!important;    
}

h3,
.h3-size,
.entry-title.h3-size,
h3.entry-title,
.dt-accordion-h3-size .wpb_accordion_header > a {
  font-family: 'vintage_goodsregular'!important;  
}

h4,
.h4-size,
.entry-title.h4-size,
h4.entry-title,
.dt-accordion-h4-size .wpb_accordion_header > a {
  font-family: 'Times New Roman MT Bold Condensed'!important;  
}

.dark {
    color: #fff;
}

/* Text elements inside the dark column */
.dark p,
.dark span,
.dark li,
.dark a,
.dark div,
.dark strong,
.dark em {
    color: #fff;
}

/* 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: #B61D1D !important;
    border-color: #B61D1D !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: #B61D1D !important;
    color: #B61D1D !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 > .vc_column-inner {
    position: relative;
    overflow: hidden;
}

/* ZOOM BACKGROUND on ::before */
.zoom-bg > .vc_column-inner::before {
    content: "" !important;                /* override WPBakery clearfix      */
    display: block !important;
    position: absolute !important;
    inset: 0 !important;                   /* top/right/bottom/left: 0        */
    background-image: inherit !important;  /* reuse column background         */
    background-position: inherit !important;
    background-repeat: inherit !important;
    background-size: inherit !important;
    transform-origin: center center !important;
    transition: transform 1.6s ease !important;
    z-index: 0 !important;
}

/* Hover → zoom in */
.zoom-bg:hover > .vc_column-inner::before {
    transform: scale(1.12) !important;
}

footer .fa, footer .fa-brands {
    font-weight: 400;
    font-size: 28px;
    background-color: #681e18;
    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:#681e18 !important;
    border-color:#681e18 !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:#681e18 !important;
    color:#681e18 !important;
}
.vc_btn3-style-outline.vc_btn3-color-mulled-wine:hover {
    background:#681e18 !important;
    color:#ffffff !important;
    border-color:#681e18 !important;
}

.column-link {
    position:absolute;
    inset:0;              /* stretches full width + height */
    z-index:10;           /* above content, below hovers/buttons */
    display:block;
}
.has-overlay,
.zoom-bg,
.wpb_column {
    position:relative;    /* required to contain link */
}

/* 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){

    /* 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: #681e18; /* 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: #7d241e; /* Slightly brighter shade */
    }
    

    
    .mobile-main-nav li:nth-child(-n+4) > a .menu-text{
      font-weight: 700;
      font-size: 1.3em;
      text-transform: uppercase!important;
    	color:#ba0709;
    }
}

.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;
}

.socialsclub {
    display:none;
}

.page-id-3023 .socialsclub {
    display:block!important;
}

.page-id-3023 .socials {
    display:none!important;
}

.socialsclub .fa, .socialsclub .fa-brands {
    background-color: #b42230;
}