/*
Theme Name: IWHQ Vanilla
Theme URI: http://www.irishwebsitehq.com
Description: IWHQ Vanilla
Version: 1
Author: Mark O'Leary
Author URI: http://www.irishwebsitehq.com
*/



/* ================ GENERAL RULES ======================= */
body {
font-size:14px;
font-family:'Open Sans';
color: #1A2332;
}

/* Headings
================================================== */
h1, h2, h3, h5, h6 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }

/* ================ RESPONSIVE IMAGES ======================= */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* ================ LINKS ======================= */
a{
	outline: 0;
    color: #65202b;
}

/* ================ HEADER ======================= */
/* Old #top styles - only apply if not in hero header */
#top:not(.top-bar-overlay){
    background-color:#4C4C4C;
    height:44px;
    color:#fff;
    font-weight:600;
}

#top:not(.top-bar-overlay) .social{
   float:right;
    padding-top:8px;
}

#top:not(.top-bar-overlay) .contact{
    padding-top:10px;
}

#top:not(.top-bar-overlay) .contact img{
    margin: 0 6px 0 12px;
    vertical-align: middle;
}

#top:not(.top-bar-overlay) a{
    color:#fff;
    text-decoration: none;
}

header:not(.main-header-overlay){
}

/* ================ HERO HEADER WITH BACKGROUND SLIDESHOW ======================= */
#hero-header,
.hero-header-section {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden !important;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    contain: layout style paint;
}

/* Home page header is 300px taller */
body.home #hero-header,
body.home .hero-header-section {
    min-height: 900px;
}

body.home #hero-header,
body.home .hero-header-section {
    margin-top: 0;
}

/* Ensure all Flexslider elements stay within #hero-header */
/* Target specific elements that need max-width, excluding .container and its children */
#hero-header img,
#hero-header .flexslider,
#hero-header .flex-viewport,
#hero-header .slides,
#hero-header .slide,
#hero-header .slide-image,
#hero-header .hero-slideshow-wrapper,
#hero-header .hero-overlay-image,
.hero-header-section img,
.hero-header-section .flexslider,
.hero-header-section .flex-viewport,
.hero-header-section .slides,
.hero-header-section .slide,
.hero-header-section .slide-image,
.hero-header-section .hero-slideshow-wrapper,
.hero-header-section .hero-overlay-image {
    max-width: 100%;
}

#hero-header .flexslider,
#hero-header .flex-viewport,
#hero-header .slides,
#hero-header .slide {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

#hero-header .hero-slideshow-wrapper,
.hero-header-section .hero-slideshow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    z-index: 1;
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

/* Home page slideshow wrapper is 300px taller */
body.home #hero-header .hero-slideshow-wrapper,
body.home .hero-header-section .hero-slideshow-wrapper {
    min-height: 900px;
}

#hero-header .hero-slideshow,
.hero-header-section .hero-slideshow {
    height: 100% !important;
    margin: 0 !important;
    border: none !important;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#hero-header .hero-slideshow .flex-viewport,
.hero-header-section .hero-slideshow .flex-viewport {
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
}

#hero-header .hero-slideshow .slides {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
}

#hero-header .hero-slideshow .slides > li {
    height: 100% !important;
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0;
}

#hero-header .hero-slideshow .slides > li.flex-active-slide {
    opacity: 1 !important;
    z-index: 2;
}

#hero-header .hero-slideshow .slide {
    height: 100% !important;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

#hero-header .hero-slideshow .slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Placeholder for when no slideshow */
#hero-header .hero-slideshow-placeholder {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

/* Hero Overlay Image */
#hero-header .hero-overlay-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 600px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 2 !important;
    pointer-events: none !important;
    display: block !important;
    visibility: visible !important;
    /* Radial opacity mask - more opaque at edges, less opaque in center */
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 50%);
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 50%);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* Home page overlay image is 300px taller */
body.home #hero-header .hero-overlay-image {
    min-height: 900px !important;
}

#hero-header .hero-content-overlay,
.hero-header-section .hero-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    z-index: 2;
}

/* Home page content overlay is 300px taller */
body.home #hero-header .hero-content-overlay,
body.home .hero-header-section .hero-content-overlay {
    min-height: 900px;
}

#hero-header .hero-content-overlay > *,
.hero-header-section .hero-content-overlay > * {
    pointer-events: auto;
}

/* Top Bar Overlay */
.top-bar-overlay {
    background: rgba(98, 23, 37, 0.6);
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.top-bar-overlay .contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.top-bar-overlay .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.top-bar-overlay .contact-item img {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.top-bar-overlay .contact-item a {
    color: #fff;
    text-decoration: none;
}

.top-bar-overlay .contact-item a:hover {
    text-decoration: underline;
}

.top-bar-overlay .top-links {
    text-align: right;
}

.top-bar-overlay .top-links-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.top-bar-overlay .book-link {
    color: #CCA951;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    transition: opacity 0.3s;
}

.top-bar-overlay .cart-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    transition: opacity 0.3s;
}

.top-bar-overlay .book-link:hover,
.top-bar-overlay .cart-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.top-bar-overlay .book-icon,
.top-bar-overlay .cart-icon {
    font-size: 16px;
}

.top-bar-overlay .cart-count {
    background: #bf9958;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

/* Main Header Overlay */
.main-header-overlay {
    padding: 20px 0;
}

.main-header-overlay .logo-section {
    display: flex;
    align-items: center;
}

.main-header-overlay .logo {
	max-height: 100px;
	width: auto;
	margin: 0 0 0 30px;
}

.main-header-overlay .navigation-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-header-overlay nav {
    float: none;
    padding-top: 0;
}

.main-header-overlay nav > ul > li > a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.main-header-overlay nav > ul > li > a:hover {
    color: #bf9958;
}

/* Welcome Section Overlay */
.welcome-section-overlay {
    flex: 1;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 60px 0;
    text-align: center;
}

.welcome-content {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.welcome-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.welcome-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.welcome-text {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
}

.welcome-text h1,
.welcome-text h2 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

/* On non-home pages, hide everything in welcome-text except h1 */
body:not(.home) .welcome-text > *:not(h1),
body.not-home .welcome-text > *:not(h1) {
    display: none;
}

body:not(.home) .welcome-text h1,
body.not-home .welcome-text h1 {
    margin-bottom: 0;
    padding-bottom: 30px;
}

body:not(.home) .welcome-buttons,
body.not-home .welcome-buttons {
    display: none;
}

/* Set header min-height to 300px for non-home pages (desktop) */
body.not-home #hero-header,
body.not-home .hero-header-section {
    min-height: 300px;
}

body.not-home #hero-header .hero-slideshow-wrapper,
body.not-home .hero-header-section .hero-slideshow-wrapper {
    min-height: 300px;
    background-image: url('/wp-content/uploads/2026/01/Shack-restaurant-The-House-of-Wine.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.not-home #hero-header .hero-overlay-image {
    min-height: 300px !important;
    /* Ensure the mask allows transparency so background image shows through */
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 50%);
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 50%);
}

/* Hide placeholder on non-home pages so background image shows through */
body.not-home #hero-header .hero-slideshow-placeholder {
    display: none;
}

/* YouTube Clip Video */
.youtube-clip-wrapper {
    width: 100%;
    margin-bottom: 30px;
}

.youtube-clip-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}

/* Video Container */
.video-container {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 20;
    margin-top: -400px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}

body.not-home #hero-header .hero-content-overlay,
body.not-home .hero-header-section .hero-content-overlay {
    min-height: 300px;
}

/* Left align heading on desktop for non-home pages */
body.not-home .welcome-text {
    text-align: left;
}

body.not-home .welcome-text h1 {
    text-align: left;
}

/* Move heading up 30px on non-home pages */
body.not-home .col-sm-12 .welcome-text {
    margin-top: -30px;
}

.welcome-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn-welcome {
    background-color: rgba(191, 153, 88, 0.9);
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border: 2px solid rgba(191, 153, 88, 0.9);
    display: inline-block;
}

.btn-welcome:hover {
    background-color: rgba(191, 153, 88, 1);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Primary Button */
.primary,
a.primary,
button.primary {
    background-color: #fff;
    color: #1A2332;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
    cursor: pointer;
    text-shadow: none;
}

.primary::after,
a.primary::after,
button.primary::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.primary:hover,
a.primary:hover,
button.primary:hover {
    background-color: #fff;
    color: #621725;
    border-color: #fff;
    text-decoration: none;
    text-shadow: none;
}

/* Secondary Button */
.secondary,
a.secondary,
button.secondary, .forminator-button.forminator-button-submit {
    background-color: #621725;
    color: #fff;
    border: 2px solid #621725;
    border-radius: 0;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
    cursor: pointer;
    text-shadow: none;
}

.secondary::after,
a.secondary::after,
button.secondary::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.secondary:hover,
a.secondary:hover,
button.secondary:hover {
    background-color: #621725;
    color: #fff;
    border-color: #621725;
    text-decoration: none;
    text-shadow: none;
}

/* Tertiary White Button */
.button.tertiary-white,
a.button.tertiary-white,
button.button.tertiary-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, border-color 0.3s;
    cursor: pointer;
    text-shadow: none;
}

.button.tertiary-white::after,
a.button.tertiary-white::after,
button.button.tertiary-white::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.button.tertiary-white:hover,
a.button.tertiary-white:hover,
button.button.tertiary-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
    text-shadow: none;
}

/* Tertiary Maroon Button */
.button.tertiary-maroon,
a.button.tertiary-maroon,
button.button.tertiary-maroon {
    background-color: transparent;
    color: #621725;
    border: 2px solid #621725;
    border-radius: 0;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, border-color 0.3s;
    cursor: pointer;
    text-shadow: none;
}

.button.tertiary-maroon::after,
a.button.tertiary-maroon::after,
button.button.tertiary-maroon::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.button.tertiary-maroon:hover,
a.button.tertiary-maroon:hover,
button.button.tertiary-maroon:hover {
    background-color: transparent;
    color: #621725;
    border-color: #621725;
    text-decoration: none;
    text-shadow: none;
}

/* Tertiary White Button */
.button.tertiary-white,
a.button.tertiary-white,
button.button.tertiary-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, border-color 0.3s;
    cursor: pointer;
    text-shadow: none;
}

.button.tertiary-white::after,
a.button.tertiary-white::after,
button.button.tertiary-white::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5l7 7-7 7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.button.tertiary-white:hover,
a.button.tertiary-white:hover,
button.button.tertiary-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
    text-shadow: none;
}


/* Flexslider Hero Styles - Fade Animation */
#hero-header .hero-slideshow.flexslider .slides > li {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    opacity: 0 !important;
    transition: opacity 1s ease-in-out !important;
    -webkit-transition: opacity 1s ease-in-out !important;
    -moz-transition: opacity 1s ease-in-out !important;
    -o-transition: opacity 1s ease-in-out !important;
}

#hero-header .hero-slideshow.flexslider .slides > li.flex-active-slide {
    opacity: 1 !important;
    z-index: 2 !important;
    display: block !important;
    visibility: visible !important;
}

/* Ensure smooth fade transitions */
#hero-header .hero-slideshow.flexslider.fade .slides > li {
    opacity: 0;
    filter: alpha(opacity=0);
}

#hero-header .hero-slideshow.flexslider.fade .slides > li.flex-active-slide {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Ensure slides are visible - show first slide by default */
#hero-header .hero-slideshow .slides > li {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#hero-header .hero-slideshow .slides > li:first-child {
    opacity: 1 !important;
    z-index: 2;
    display: block !important;
}

/* Fallback: if Flexslider doesn't initialize, show first slide */
#hero-header .hero-slideshow:not(.flexslider) .slides > li:first-child,
#hero-header .hero-slideshow .slides > li.flex-active-slide {
    opacity: 1 !important;
    display: block !important;
    z-index: 2 !important;
}

/* Ensure slides are properly positioned for fade */
#hero-header .hero-slideshow.flexslider .flex-viewport {
    position: relative;
    height: 100% !important;
}

#hero-header .hero-slideshow .flex-control-nav {
    bottom: 20px;
    z-index: 15;
    position: absolute;
    width: 100%;
    text-align: center;
}

#hero-header .hero-slideshow .flex-direction-nav {
    z-index: 15;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

#hero-header .hero-slideshow .flex-direction-nav a {
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    pointer-events: auto;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
}

#hero-header .hero-slideshow .flex-direction-nav a:hover {
    color: rgba(255,255,255,1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-header-section,
    .hero-content-overlay {
        min-height: 500px;
    }
    
    /* Home page header is 300px taller on mobile */
    body.home .hero-header-section,
    body.home .hero-content-overlay {
        min-height: 800px;
    }
    
    body.home #hero-header .hero-slideshow-wrapper,
    body.home .hero-header-section .hero-slideshow-wrapper {
        min-height: 800px;
    }
    
    body.home #hero-header .hero-overlay-image {
        min-height: 800px !important;
    }
    
    body.home #hero-header .hero-content-overlay,
    body.home .hero-header-section .hero-content-overlay {
        min-height: 800px;
    }
    
    /* Video container overlap on mobile */
    body.home .video-container {
        margin-top: -300px;
    }
    
    /* Set header min-height to 380px for non-home pages on mobile */
    body.not-home #hero-header,
    body.not-home .hero-header-section {
        min-height: 380px;
    }
    
    body.not-home #hero-header .hero-slideshow-wrapper,
    body.not-home .hero-header-section .hero-slideshow-wrapper {
        min-height: 380px;
    }
    
    body.not-home #hero-header .hero-overlay-image {
        min-height: 380px !important;
    }
    
    body.not-home #hero-header .hero-content-overlay,
    body.not-home .hero-header-section .hero-content-overlay {
        min-height: 380px;
    }
    
    /* Center heading on mobile for non-home pages */
    body.not-home .welcome-text {
        text-align: center;
    }
    
    body.not-home .welcome-text h1 {
        text-align: center;
    }
    
    h1 {
        font-size: 36px;
    }
    
    .welcome-title {
        font-size: 36px;
    }
    
    .welcome-subtitle {
        font-size: 18px;
    }
    
    .welcome-text {
        font-size: 20px;
    }
    
    .welcome-section-overlay {
        padding: 0 15px;
    }
    
    .welcome-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .welcome-buttons .btn-welcome:first-child {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }
    
    .welcome-buttons .btn-welcome:nth-child(n+2) {
        width: auto;
        max-width: 300px;
        flex: 0 1 auto;
        margin: 0 7.5px;
    }
    
    .btn-welcome {
        width: auto;
        max-width: 300px;
    }
    
    .top-bar-overlay .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    /* Hide address and email on mobile, show only phone */
    .top-bar-overlay .contact-item:first-child:not(:only-child),
    .top-bar-overlay .contact-item:last-child:not(:only-child) {
        display: none;
    }
    
    .top-bar-overlay .contact-item {
        align-items: center;
        gap: 8px;
    }
    
    .top-bar-overlay .contact-item img {
        margin: 0;
        vertical-align: middle;
    }
    
    .top-bar-overlay .top-links {
        text-align: center;
    }
    
    .top-bar-overlay .top-links-inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .top-bar-overlay .book-link {
        margin: 8px 0 4px 8px;
    }
    
    .top-bar-overlay .cart-link {
        margin: 4px 0;
    }
    
    .main-header-overlay .logo-section {
        justify-content: center;
    }
    
    .main-header-overlay .logo {
        max-height: 112px;
        margin: 0 auto;
    }
    
    .button.tertiary-white,
    a.button.tertiary-white,
    button.button.tertiary-white {
        padding: 12px 14px;
        margin-top: 12px;
    }
}

/* Extra small mobile - increase height by 40px */
@media (max-width: 440px) {
    #hero-header,
    .hero-header-section {
        min-height: 660px;
    }
    
    #hero-header .hero-slideshow-wrapper,
    .hero-header-section .hero-slideshow-wrapper {
        min-height: 660px;
    }
    
    #hero-header .hero-overlay-image {
        min-height: 660px !important;
    }
    
    #hero-header .hero-content-overlay,
    .hero-header-section .hero-content-overlay {
        min-height: 660px;
    }
}


.ngg-albumoverview.default-view .ngg-album {
	border: 1px solid rgba(150,150,150,.4);
	margin-bottom: 15px;
	padding: 15px !important;
	width: 31%;
	float: left;
	margin: 1%;
    background-color: #fffe;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


/* Logo
================================================== */


/* Navigation
================================================== */
nav {
    float: right;
    margin-right: 0;
    padding-top: 25px;
    position: relative;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav > ul > li {
    position: relative;
    float: left;
}

nav > ul > li > a {
    padding: 10px 15px;
    text-decoration: none;
}

nav > ul > li > a:hover, nav li a:active {
    background-color: transparent;
    text-decoration: none;
}

nav ul li {
    display: inline-block;
}

nav ul > li a {
	display: block;
	padding: 6px 12px;
	font-size: 16px;
}

/* Arrow indicator for menu items with children */
nav ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 28px;
}

nav ul > li.menu-item-has-children > a::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

nav ul.sub-menu {
	position: absolute;
	padding: 0;
	left: 0;
	width: 200px;
	background: #6c2632;
	display: none;
	z-index: 300;
	border: 1px solid #974a57;
}

nav ul.sub-menu > li {
    text-align: left;
    vertical-align: top;
    display: block;
}

nav ul.sub-menu > li a {
	padding: 5px 9px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #974a57;
}

nav ul.sub-menu > li a:hover {
    background-color: #974a57;
  }

nav ul.sub-menu > li:last-child a {
    border: none;
}

nav ul > li:hover ul.sub-menu {
    display: inline-block;
}


nav ul > li a:hover {
    background-color: transparent;
}

.iwhq_nav_menu ul.sub-menu {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	background-color: #4c1822;
	/* text-indent: 10px; */
}

.iwhq_nav_menu ul.sub-menu li a {
	text-indent: 10px; 
}

/* ================ CONTENT ======================= */

#content {
    padding: 20px 0px 40px;
    background-color: #F5F0EB;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 300px, #F5F0EB 300px, #F5F0EB 100%);
}

.not-home #content {
	background-color: #f5f0eb;
	background-image: none;
	padding-top: 45px;
}

main{
    padding:40px 0 50px;
    background-color:#f5f5f5;
}

/* Features Section */
.features .feature-item {
    text-align: center;
    padding: 20px;
}

/* Dishes Section */
#dishes {
    background-color: #34464D;
    padding: 60px 0;
    color: #9BB6BF;
}

.dishes-header {
    text-align: center;
    margin-bottom: 40px;
}

.dishes-header small {
    color: #9BB6BF;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dishes-header h2 {
    color: #fff;
    margin: 0;
}

.dishes-list .dish-item {
    text-align: left;
    padding: 20px;
    color: #9BB6BF;
}

#dishes h4 {
    color: #fff;
}

.dishes-button {
    text-align: center;
}

/* Reviews Section */
#reviews {
    background-color: #FAF8F5;
    padding: 45px 0;
}

#reviews small {
    color: #9BB6BF;
    display: block;
    text-align: center;
}

#reviews h2 {
    text-align: center;
    margin-bottom: 30px;
}

.reviews-buttons {
    text-align: center;
    margin-top: 30px;
}

/* Booking Section */
#booking {
    background-color: #48111B;
    color: #fff;
    text-align: center;
    padding:60px 0;
}

#booking .booking{
    max-width:600px;
    margin:0 auto;
}

.forminator-recent-review {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-read-more {
    color: #1A2332;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
}

.review-read-more:hover {
    text-decoration: underline;
    color: #621725;
}

.review-read-more.expanded .read-more-arrow {
    transform: rotate(180deg);
    display: inline-block;
    transition: transform 0.3s;
}

.read-more-arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s;
}

main .intro{
    text-align:center;
    padding-bottom:30px;
}

.intro h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    font-size: 26px;
}

main .feature{
    background-color:#fff;
}

main .feature.threes{
    text-align:center;
    padding:20px 0;
}

.feature h3{
    border-bottom: 2px solid #eee;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 20px;
}

main .feature.twos{
    padding:20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

main .feature.twos img{
    float:left;
    margin-right:30px;
}

/* ========== MENUS ========== */
.menu-box {
	background-color: #fff;
	padding: 30px;
	padding-left: 110px;
	margin-bottom: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-box::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	background-image: url('images/icon-menu.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #5c131f !important;
    color:#fff !important;
}

.woocommerce table.shop_table {
	background-color: #fff;
}
/* ================ BLOG ======================= */
.posts article{
    padding:20px;
    background-color:#f9f9f9;
    margin-bottom:20px;
    border:1px solid #ededed;
}

.posts article h2{
    margin-top:5px;
}

/* Footer
================================================== */
footer{
    background-color:#621725;
    padding:30px 0;
    color:#d1d5dc;
    line-height: 28px;
}

footer td{
    min-width:150px;
}

footer .logo-con{
    display: flex;
  align-items: center;
}

footer .logo{
    max-height:100px;
    width:auto;
}

footer .contact img {
	margin: 3px 6px 0 0;
	vertical-align: sub;
	width: 30px;
	object-fit: contain;
    height: 16px;
}

footer .contact img.phone{
    height:14px;
}

footer .contact img.email{
    height:12px;
}

footer .social{
    padding-top: 20px;
}

footer #mc_embed_signup{clear:left; font-size:14px; }

footer h4{
    padding-bottom:8px;
    font-size: 18px;
    color: #eee;
}

footer ul{
    margin:0;
    padding:0;
}

footer li{
    padding: 7px 2px;
    border-bottom: 1px solid #747474;
    list-style: url(images/list-arrow.png) inside;
}

footer a{
    color:#d1d5dc;
    text-decoration: none;
}

footer a:hover{
    color:#fff;
    text-decoration: none;
}

#credits{
    background-color:#621725;
    color:#d1d5dc;
    padding:0 0 8px;
    font-size:13px;
}

#credits .bt{
    border-top: 1px solid #692F3A;
    padding-top:16px;
}

#credits .social {
	text-align: right;
}

/* ================ BACK TO TOP BUTTON ======================= */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #621725;
	color: #d1bbbf;
	border: none;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
	font-size: 24px;
	line-height: 1;
	padding: 0;
}

.back-to-top.show {
	display: flex;
}

.back-to-top:hover {
	background-color: #48111B;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.back-to-top:active {
	transform: translateY(-1px);
}

.back-to-top-icon {
	color: #d1bbbf;
	font-weight: bold;
}

.feature-item a {
	text-decoration: none;
	color: #1f292d;
}

/* Flexslider
================================================== */
.flexslider{
    border:none;
    margin:0;
}

/* Hide ANY slideshow section that is NOT inside hero-header */
section#slideshow {
    display: none !important;
}

#hero-header section#slideshow {
    display: block !important;
}

/* Hide flexsliders that are NOT the hero slideshow on homepage */
body.home .flexslider:not(#hero-header .flexslider) {
    display: none !important;
}

/* Ensure hero slideshow is visible */
#hero-header .hero-slideshow {
    display: block !important;
}

.flexslider .container{
    position: relative;
}

.flexslider aside{
    display:inline-block;
    position: absolute;
    bottom:40px;
    right:0;
    background: rgba(0,0,0, 0.5);
    color:#fff;
    padding:10px 20px;
    border-top: 1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
}

.flex-direction-nav a {
    height:50px;
}

.flex-control-nav {
    bottom: 10px;
    z-index: 10;
}

.flexslider .flex-next {opacity: 0.2; right: 5px;} .flexslider .flex-prev {opacity: 0.2; left: 5px;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




/* ======================== MEDIA QUERIES ========================= */
/* ======================== OVER 1280 ========================= */
@media screen and (min-width:1281px){

}

/* ======================== 1280 ========================= */
@media screen and (max-width:1280px){

}

/* ======================== 1024 ========================= */
@media screen and (max-width:1024px){

}

/* ======================== 980 ========================= */
@media screen and (max-width:980px){
    .iwhq_nav_btn {
        display: block;
    }

    nav {
        display: none;
    }


}

/* ======================== 800 ========================= */
@media screen and (max-width:800px){


    #top{
        height: auto;
        position: relative;
    }
}

/* ======================== 768 ========================= */
@media screen and (max-width:768px){
    .featured_text, .dishes-list .dish-item, footer{ 
        text-align:center;
    }
    .featured_text .button{
        margin-bottom:8px;
    }

    .forminator-recent-review{
        margin-bottom:15px;
        height:auto;
        text-align: center;
    }

    #booking {
        padding: 60px 30px;
    }


    footer .logo-con {
        justify-content: center;
        margin-bottom: 30px;
    }

    footer .contact {
        margin-bottom: 30px;
    }

    #credits [class^="col"]{
        width:50%;
    }

    #reviews .button.secondary {
        margin-bottom: 12px;
    }
}

/* ======================== 640 ========================= */
@media screen and  (max-width:640px){

}

/* ======================== 480 ========================= */
@media screen and  (max-width:480px) {
    /* Home page header section at least 900px tall on small devices */
    body.home #hero-header,
    body.home .hero-header-section {
        min-height: 900px;
    }
    
    body.home #hero-header .hero-slideshow-wrapper,
    body.home .hero-header-section .hero-slideshow-wrapper {
        min-height: 900px;
    }
    
    body.home #hero-header .hero-overlay-image {
        min-height: 900px !important;
    }
    
    body.home #hero-header .hero-content-overlay,
    body.home .hero-header-section .hero-content-overlay {
        min-height: 900px;
    }

    body.home .video-container {
        margin-top: -200px;
    }

    .button.tertiary-white, a.button.tertiary-white, button.button.tertiary-white {
        gap: 0;
    }
}

/* ======================== 360 ========================= */
@media screen and  (max-width:360px) {
    body.home .video-container {
        margin-top: -170px;
    }
}

/* ======================== 320 ========================= */
@media screen and  (max-width:320px) {

}