body {
    font-family: 'Comfortaa', cursive;
	overflow-x: hidden;
}

/* Override Bootstrap primary to match site grey theme */
:root {
	--bs-primary: #4f4f4f;
	--bs-primary-rgb: 79, 79, 79;
}
.btn-primary {
	--bs-btn-bg: #4f4f4f;
	--bs-btn-border-color: #4f4f4f;
	--bs-btn-hover-bg: #3d3d3d;
	--bs-btn-hover-border-color: #3d3d3d;
	--bs-btn-active-bg: #353535;
	--bs-btn-active-border-color: #353535;
}
.btn-primary:disabled,
.btn-primary.disabled {
	--bs-btn-bg: #c9c9c9;
	--bs-btn-border-color: #c9c9c9;
	--bs-btn-color: #fff;
	background-color: #c9c9c9;
	border-color: #c9c9c9;
	color: #fff;
}
.btn-outline-primary {
	--bs-btn-color: #4f4f4f;
	--bs-btn-border-color: #4f4f4f;
	--bs-btn-hover-bg: #4f4f4f;
	--bs-btn-hover-border-color: #4f4f4f;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-bg: #4f4f4f;
	--bs-btn-active-border-color: #4f4f4f;
	--bs-btn-active-color: #fff;
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	--bs-btn-color: #c9c9c9;
	--bs-btn-border-color: #c9c9c9;
	color: #c9c9c9;
	background-color: transparent;
	border-color: #c9c9c9;
}

/* --- Layout & container --- */
@media (min-width:576px) {
 .container,
 .container-sm {
  max-width:700px;
 }
}

@media (min-width:768px) {
 .container,
 .container-md,
 .container-sm {
  max-width:900px;
 }
}

@media (min-width:992px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm {
  max-width:960px
 }
}
@media (min-width:1200px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
  max-width:1140px
 }
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.nav-logo {
	height: auto;
	margin-left: 2vw;
	margin-right: 2vw;
	filter: brightness(0.1) invert(1);
}

/* --- Navigation --- */
.flex {
	display: flex;
}
.bd-none {
	box-shadow: none;
}
.nav-dynamic {
	font-size: 12pt;
}
.btn-book-table-nav {
	padding: 0.35rem 0.65rem;
	font-size: 0.875rem;
}
.btn-book-table-nav.nav-link {
	padding: 0;
}
.booking-upcoming-events-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}
@media (min-width: 768px) {
	.booking-upcoming-events-list {
		grid-template-columns: 1fr 1fr;
	}
	.booking-upcoming-event-row:nth-last-child(1),
	.booking-upcoming-event-row:nth-last-child(2) {
		border-bottom: none;
	}
}

@media (max-width: 767.98px) {
	.home-section-heading-wrap {
		text-align: center;
		align-items: center;
	}
	.home-section-heading-wrap .home-section-accent {
		margin-left: auto;
		margin-right: auto;
	}
	.home-section-heading-wrap .home-section-title {
		text-align: center !important;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	#bookingModal .modal-dialog {
		margin-left: 10px;
		margin-right: 10px;
	}
}
.booking-upcoming-event-row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	cursor: pointer;
}
.booking-upcoming-event-row:last-of-type {
	border-bottom: none;
}
.booking-upcoming-event-row:hover {
	background: rgba(0,0,0,0.03);
}
.booking-upcoming-event-thumb {
	flex-shrink: 0;
	width: 110px;
	height: 82px;
	object-fit: cover;
	border-radius: 0.25rem;
	background: #f0f0f0;
}
.booking-upcoming-event-body {
	flex: 1;
	min-width: 0;
}
.booking-upcoming-event-title {
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.booking-upcoming-event-meta {
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 0.25rem;
}
.booking-upcoming-event-price {
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
}
.nav-link {
	color: #fafafa;
	border-bottom: solid;
	border-color: rgba(255, 255, 255, 0);
}
.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link:visited,
.active > .nav-link,
.active > a {
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .nav-link:visited {
	color: #fff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: .75rem;
    margin-left: .75rem;
	text-shadow: 5px 5px 6px rgb(60, 60, 60), 5px -5px 6px rgb(60, 60, 60), -5px -5px 6px rgb(60, 60, 60), -5px 5px 6px rgb(60, 60, 60);
}
.nav-no-border {
	border-bottom: none !important;
}
.delay-05s {
	-vendor-animation-delay: .5s;
}
.navbar {
	margin-top: 20px;
	padding: 0;
}

.main-nav__inner {
	display: flex;
	width: max-content;
	margin: auto;
}

.verySlow {
	animation-duration: 15s;
}

.headerLogo {
	z-index: 1000;
	position: relative;
	text-align: center;
	margin-top: 220px;
	color: #fff;
	font-size: 46pt;
	font-weight: 700;
}

.headerLogo img {
	-webkit-filter: drop-shadow(2px 2px 2px #222222);
	filter: drop-shadow(2px 2px 2px #222);
}

.headerBackgroundContainer {
	overflow: hidden;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.headerSmall {
	height: 400px;
}

.headerBackground {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-image: url("../img/winebar.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 1;
}

.configBackground {
	background-image: url("../img/config.jpg");
}

.eventsBackground {
	background-image: url("../img/whatson.jpg");
}

.events_message {
	background-color: #fff;
	padding: 0.75rem 1.5rem;
	border: 1px solid #ccc;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.events-month-section:first-child .events-month-title {
	margin-top: 0;
}

.events-month-title {
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-top: 2.5rem;
	margin-bottom: 0;
	padding: 0.6rem 1rem 0.6rem 1.25rem;
	border-left: 6px solid #3d3d3d;
	text-transform: uppercase;
	color: #2a2a2a;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	position: relative;
	display: inline-block;
}

.events-month-line {
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.aboutBackground {
	background-image: url("../img/about-background.jpg");
	background-position: top;
}

.cafeBackground {
	background-image: url("../img/cafe-background.jpg");
}

.errorBackground {
	background-image: url("../img/error.jpg");
}

.contactBackground {
	background-image: url("../img/contact-background.png");
	background-position: center;
}

.storeBackground {
	background-image: url("../img/store-background.jpg");
	background-position: center;
}

.wineBackground {
	background-image: url("../img/winebar.jpg");
}

.cork-pattern {
	position: relative;
}

.cork-pattern::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: rgba(255, 255, 255, 1);
	background-image: url("../img/cork-background.png");
	background-repeat: repeat;
	background-position: 0 0;
	opacity: 0.3;
}

.darker {
	background-color: rgba(0, 0, 0, 0.08);
}

.headerSubtext {
    font-size: 18pt;
    font-weight: 400;
	text-shadow: 2px 2px 2px #333;
}

.ml5 {
  position: relative;
  font-weight: 300;
  font-size: 40pt;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.05em;
  line-height: 1em;
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0.5 0;
}

.ml5 .ampersand {
  font-style: italic;
  font-weight: 400;
  width: 1em;
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.ml5 .letters {
	display: inline-block;
	opacity: 0;
}

.main {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 800px;
	border-top: solid 4px #000;
	width: 100%;
}

h1, h2 {
	text-align: center;
	font-weight: 500;
}

.container {
	padding-top: 50px;
	padding-bottom: 50px;
	opacity: 1;
}

.feature {
	text-align: center;
	margin-bottom: 50px;
}

.feature img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.feature h5 {
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}

.feature p {
	text-align: center;
	margin-bottom: 70px;
}

.learnMore {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.learnMore a {
	text-align: center;
}

.btn {
	padding: 0.75rem 2.15rem;
}

.float-right {
	float: right;
}

hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

footer {
    background-color: rgb(50, 50, 50) !important;
    border-top: medium solid rgb(5, 5, 5);
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.gin {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 80px;
}

.contactContainer {
	width: auto;
	display: inline-block;
	float: right;
}

.animated-icon1 {
width: 50px;
height: 30px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 6px;
width: 100%;
border-radius: 3px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff;
text-shadow: 2px 2px 2px #333;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 15px;
}

.animated-icon1 span:nth-child(3) {
top: 30px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


@media (max-width: 1050px) {
	#nav-logo {
		width: 200px;
	}
	.nav-logo {
		margin-left: 1vw;
		margin-right: 1vw;
	}
	#wineInfo {
		margin-top: 125px !important;
	}
}
	
@media (max-width: 991.98px) {
	#nav-logo {
		width: 150px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	
	.nav-logo {
		margin-left: 1vw;
		margin-right: 1vw;
	}
	.left, .right {
		text-align: center;
	}

	.openingTimesContainer {
		max-width: 300px;
		margin: auto;
	}
	.openingTimesContainer p {
		text-align: left;
	}
	.contactContainer {
		float: none;
	}
	.letters {
		font-size: 40px;
	}
	.headerSubtext {
		font-size: 14pt;
	}
	.solgenPart {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.letters {
		font-size: 24px !important;
	}
	#wineInfo {
		margin-top: 0px !important;
	}
	.foodTitle h2 {
		font-size: 17pt;
	}
	.foodTitle h3 {
		font-size: 14px !important;
	}
}

#navbar-mobile {
	z-index: 2500;
	margin-top: 0;
}

#navbar-mobile .navbar-collapse {
	background-color: rgba(60, 60, 60, 0.98);
}

#nav-mobile-logo {
	width: 300px;
}

@media (min-width: 767.98px) {
	#navbar-mobile {
		display: none;
	}
}

.mg-auto {
	margin: auto;
}


.scrtabs-tab-container, .scrtabs-tabs-fixed-container {
    height: 140px;
	background-color: rgb(50, 50, 50);
}

.scrtabs-tab-container p {
	text-align: center;
	color: #fafafa;
}

.scrtabs-tab-container ul {
	max-width: max-content;
	margin: auto;
}

.scrtabs-tab-container li {
	width: 120px;
}

.scrtabs-tab-container img {
	margin-left: 20px;
	opacity: 0.75;
	height: 80px;
	width: 80px;
	margin-top: 5px;
}

.scrtabs-tab-scroll-arrow {
    color: #fafafa !important;
    height: 140px !important;
    background-color: rgb(30, 30, 30) !important;
    border: none;
    color: #428bca;
    display: none;
    float: left;
    font-size: 30px;
    height: 42px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 52px;
    width: 30px;
    opacity: 1;
}

.tab-content, .scrtabs-tab-scroll-arrow {
	display: none;
}

.scrtabs-disable {
	opacity: 0.6;
}

.tab-pane, .scrtabs-tab-container .active {
	background-color: rgb(40, 40, 40) !important;
	height: 150px;
	display: block;
}

.tab-content .tab-pane {
	background-color: #fafafa !important;
    border-right: solid 3px rgb(40, 40, 40);
    border-left: solid 3px rgb(40, 40, 40);
    border-bottom: solid 3px rgb(40, 40, 40);
	padding: 12px;
	padding-top: 20px;
	height: auto;
}

#foodMenuContainer {
	margin-bottom: 30px;
}

#wineMenuContainer {
	margin-bottom: 30px;
	padding-top: 30px;
}

.price {
	width: 110px;
	float: right;
	text-align: left;
}

.price small {
	font-size: 70%;
	margin-left: 0px;
}

.price img {
	margin-top: -8px;
	margin-left: -2px;
	width: 16px;
	height: 16px;
}

.loyalty {
	float: right;
}

.foodItem {
	margin-bottom: 10px;
}

.veg, .gf {
	height: 16px;
	width: 16px;
	margin-top: -5px;
}

.food-desc {
	max-width: 80%;
	text-align: center;
	margin: auto;
}

.food-footer {
	max-width: 80%;
	text-align: center;
	margin: auto;
}







@media (max-width: 767.98px) {
	.letters {
		font-size: 30px;
	}
	.headerSubtext {
		font-size: 12pt;
	}
	#navbar {
		display: none;
	}
	.navbar {
		margin-top: 0;
		padding: 5px;
	}
	.navbar-brand {
		margin: auto;
	}
	.navbar-toggler {
		width: 60px;
		padding: 0;
		position: absolute;
		right: 20px;
		top: 30px;
	}
	.nav-logo {
		width: 200px;
	}
	.nav-item {
		text-align: center;
		width: 130px;
		margin: auto;
	}
	.navbar.navbar-light .breadcrumb .nav-item > .nav-link, .navbar.navbar-light .navbar-nav .nav-item > .nav-link {
		background-color: rgba(0,0,0,0) !important;
		color: #fff !important;
	}
	.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
		background-color: rgba(0,0,0,0) !important;
		color: #fff !important;
	}
	.container {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.food-desc {
		max-width: 100%;
	}
	.food-footer {
		max-width: 100%;
	}
}

.teamIcon {
	height: auto;
	width: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
	margin: auto;
	margin-top: -20%;
}

.teamIcon img {
	display: inline;
	margin: 0 auto;
	height: auto;
	width: 100%;
}

.teamMember h3 {
	margin-bottom: 0px;
    margin-top: 5px;
	text-align: center;
}

.teamMember h5 {
	margin-bottom: 0px;
	text-align: center;
}

.teamMember h6, .teamMember p {
	text-align: center;
}

.view {
	overflow: visible;
}

.gray-text {
	color: #575757;
}

.card {
	height: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.storyImage {
	border-radius: 50%;
	width: 100px;
}

.mainSmall {
	margin-top: 400px;
}

.modal-success .modal-header {
	background-color: #00c851 !important;
	color: #fff;
	font-size: 18pt;
	padding-top: 10px;
	padding-bottom: 4px;
}

.heading {
	margin-bottom: 0;
}

.close {
    font-size: 2.5rem;
	padding: 0.65rem 1rem !important;;
}

.modal-dialog {
    max-width: 1000px;
}

.text-header {
	text-align: center;
	font-weight: 400;
}

.modal-body > .row > div {
	margin-bottom: 20px;
}

#addThumbnailInput, #editThumbnailInput {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 32px;
	z-index: 1000;
	opacity: 0;
}

#addThumbnail, #editThumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.img-thumbnail {
	padding: 0px;
}

.gj-datepicker span {
    display: none;
}

#addDatePicker, #editDatePicker {
	text-align: center;
}

.form-control[readonly] {
    background-color: #fff;
}

.custom-control-label::before, .custom-control-label::after {
    width: 2rem;
    height: 2rem;
	cursor: pointer;
}

#addHidden, #editHidden {
	width: 2rem;
	height: 2.5rem;
}

.custom-checkbox {
	padding-left: 1rem;
}

#wineMenuContainer .scrtabs-tab-container, #wineMenuContainer .scrtabs-tabs-fixed-container {
    background-color: rgb(250, 250, 250);
    height: 260px;
    background-image: url(../img/wood2.jpg);
    background-size: contain;
    background-repeat: repeat;
}

#wineMenuContainer .scrtabs-tab-scroll-arrow {
    height: 260px !important;
}

#wineMenuContainer .scrtabs-tab-container img {
    margin-left: 0px;
    opacity: 1;
    height: 220px;
    width: auto;
    margin-top: 5px;
    padding: 8px;
	cursor: pointer;
}

.wineSubGroup {
	text-align: center;
}

.wineSubGroupTitle {
    /*background-color: rgba(66, 53, 40, 0.5);*/
    color: #fff;
    padding: 3px;
}

.nav-tabs {
    border-bottom: none;
}

#wineMenuContainer .scrtabs-tab-scroll-arrow {
    /*-color: rgba(30, 30, 30, 0.5) !important;*/
}

#wineMenuContainer .scrtabs-tab-scroll-arrow {
	padding-top: 105px;
}

#wineMenuContainer .scrtabs-disable {
	opacity: 1;
	background-color: rgba(66, 53, 40, 0.8) !important;
}

#wineMenuContainer .scrtabs-tab-scroll-arrow {
	background-color: rgb(54, 45, 37) !important;
}

#wineMenuContainer .scrtabs-tab-container ul {
	/*float: left;*/
}

.wineTitleBar {
    width: 100%;
    height: 30px;
    background-color: rgba(66, 53, 40, 0.5);
    position: absolute;
}

.grow {
	transition: all .25s ease-in-out;
}

.grow:hover {
	transform: scale(1.05);
}

.swiper-container {
    background-image: url(../img/wine-background.png);
    background-position: bottom;
    background-size: cover;
}

#wine-title {
    color: #fafafa;
    font-size: 26pt;
    text-shadow: 5px 5px 6px rgb(103, 52, 0), 5px -5px 6px rgb(103, 52, 0), -5px -5px 6px rgb(103, 52, 0), -5px 5px 6px rgb(103, 52, 0);
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width:1200px) {
	#wine-title {
		font-size: 26pt;
		overflow: visible;
		height: 42px;
	}
}
@media (max-width:992px) {
	#wine-title {
		font-size: 24pt;
		overflow: visible;
		height: 80px;
	}
}
@media (max-width:768px) {
	#wine-title {
		font-size: 24pt;
		overflow: visible;
		height: 80px;
	}
}
@media (max-width:576px) {
	#wine-title {
		font-size: 22pt;
		overflow: visible;
		height: 100px;
	}
}

.wine-info-button {
	position: absolute;
	text-align: center;
	width: 100%;
}

.wine-info-button a {
    background-image: url(../img/wood2.jpg);
    background-size: contain;
}

.swiper-slide-active {
	cursor: pointer;
}

#wineInfo-image {
	height: 300px;
}

#wineInfo-name {
	text-transform: uppercase;
	margin-left: 10px;
	user-select: none;
}
#wineInfo > div {
    max-width: 700px;
}

#wineInfo .table td, #wineInfo .table th {
	border-top: 0px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
#wineInfo .table th {
	font-weight: 700;
}

#wineInfo .modal-body > .row > div {
    margin-bottom: 0px;
}
#wineInfo .table {
	user-select: none;
	margin-bottom: 40px;
}
#wineInfo .btn-danger {
    position: absolute;
    right: 8px;
	bottom: 8px;
}
.caskLogo {
	width: 102px;
	height: 102px;
	text-align: center;
	float: right;
}
.caskLogo img {
	padding: 2px;
	height: 100px;
}
.casks {
	display: flex;
	flex-wrap: wrap;
	height: 204px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-flow: wrap;
}

.smallMain {
	margin-top: 400px;
}

.center {
	text-align: center;
}

.ginDesc strong {
	font-weight: 700;
}

.swiper-container {
	padding-bottom: 110px !important;
}
.wine-info-button {
	margin-top: 5px;
	z-index: 1000;
}
.wine-info-button a {
	font-size: 16pt;
}
#navbar-mobile {
	border-bottom: none;
	background-color: rgba(60, 60, 60, 0.95);
	box-shadow: none;
}
#wine-title {
	margin-bottom: 20px;
}

.swiper-container {
	padding-top: 200px !important;
}

@media (max-width: 1051px) {
	.swiper-container {
		padding-top: 160px !important;
	}
}

#gins, #whiskeys, #draught, #terraceImages {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	background-image: none;
}

.ginDesc {
	margin-top: 15px;
	text-align: left;
}

.ginDesc p {
	margin-bottom: 0px;
}

#draught .swiper-slide {
	height: 270px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

#draught .swiper-wrapper {
	transition-timing-function: linear;
}

#draught {
	position: absolute;
	margin-top: -20px;
}

.front {
	z-index: 1;
	position: relative;
}

.eventLarge {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.eventLarge .modal-dialog {
	margin: 80px auto;
	max-width: 700px;
}

.eventLarge .date, .eventLarge .fee {
	font-size: 110%;
}

.eventLarge h2 {
	font-size: 2rem;
}

.eventLarge .card-text {
	font-size: 1.1rem;
}

.adminPassword {
	margin: auto;
	max-width: 400px;
}

h6 {
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 0px;
}

.status {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.contactSubmit {
	font-size: 12pt;
}

.loader .wineglass {
	height: 36px;
	position: relative;
}

.loader .wineglass:after {
	content: ''; 
	position: absolute;
	top: 47px;
	left: 5px;
	width: 20px;
	height: 5px;
	background: white;
	box-shadow: 0 0 1px white;
}

.loader .top {
	background: white;
	width: 30px;
	height: 36px;
	border-radius: 0 0 36px 36px;
	box-shadow: 0 0 1px white;
}

.loader .top:before {
	content: ''; 
	position: absolute;
	left: 4px;
	bottom: 4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(transparent 50%, #9b0e27 50%);
}

.loader .left .top:before {
	animation: rotate2 2s linear infinite;
}

.loader .right .top:before {
	animation: rotate1 2s linear infinite;
}

.loader .top:after {
	content: ''; 
	position: absolute;
	top: 35px;
	left: 12px;
	width: 6px;
	height: 13px;
	background: white;
	box-shadow: 0 0 1px white;
}

.loader .left {
	display: inline-block;
	margin-right: 10px;
	animation: rotate1 2s cubic-bezier(.39,1.52,.46,.92) infinite;
}

.loader .right {
	display: inline-block;
	animation: rotate2 2s cubic-bezier(.39,1.52,.46,.92) infinite;
}

@keyframes rotate1 {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(22deg);
	}
}

@keyframes rotate2 {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-22deg);
	}
}

.loader ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 25px;
	position: relative;
	opacity: 0;
	animation: fadeInUpWine infinite linear 2s;
}

.loader li {
	width: 6px;
	height: 15px;
	background: white;
	position: absolute;
	box-shadow: 0 0 1px white;
	transform-origin: bottom;
}

.loader li:nth-child(1) {
	left: 26px;
	bottom: 5px;
	transform: rotate(-35deg);
}

.loader li:nth-child(2) {
	left: 34px;
	bottom: 8px;
}

.loader li:nth-child(3) {
	left: 42px;
	bottom: 5px;
	transform: rotate(35deg);
}

@keyframes fadeInUpWine {
	0% {
		opacity: 0;
		transform: scaleY(1);
	}
	33% {
		opacity: 1;
		transform: scaleY(1.4);
	}
	64% {
		opacity: .1;
		transform: scaleY(1);
	}
	100% { 
		opacity: 0;
		transform: scaleY(.3);
	}
}

.loader {
	height: 100vh;
	width: 100vw;
	z-index: 10000;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #212529;
	transition: all;
	transition-duration: 0.25s;
}

.loaderAnimation {
    text-align: center;
    width: 75px;
    margin: auto;
    height: 100%;
    margin-top: calc(50vh - 75px);
    height: 75px;
}

.loaderText {
	text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 20pt;
}

/* --- Navbar toggler (no focus border) --- */
.navbar-toggler {
	z-index: 100;
	border: none;
	box-shadow: none;
	outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
	border: none;
	box-shadow: none;
	outline: none;
}

.hidden {
	display: none;
}

.wb-icon {
	height: 16px !important;
	width: auto !important;
	margin-top: -4px;
}

.fa-lg img, .fa-lg.img {
	filter: brightness(20%);
	height: 24px !important;
	width: auto;
}

.wb-gray {
	filter: brightness(40%);
}

.date .wb-icon, .fee .wb-icon {
	margin-top: -2px;
}

.wb-prefix {
	height: 30px !important;
}

.eventsRow > .wb-icon {
	height: 24px !important;
}

.modal-open .modal {
    z-index: 9000;
}

.accordion {
	box-shadow: none !important;
}

.accordion .card-header {
	background-color: rgb(50, 50, 50);
	padding: 0px;
	border: none;
}

.accordion .card-body {
	border-right: solid 3px rgb(40, 40, 40);
	border-left: solid 3px rgb(40, 40, 40);
	border-bottom: solid 3px rgb(40, 40, 40);
}

.accordion .card {
	border-radius: 0px;
	margin-bottom: 5px;
}

.foodBackground {
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
}

.platter {
	background-image: url('../img/food/platter.jpg');
}

.coffee {
	background-image: url('../img/food/coffee.jpg');
}

.jacket {
	background-image: url('../img/food/jacket.jpg');
}

.ciapanini {
	background-image: url('../img/food/ciapanini.jpg');
}

.cheesecake {
	background-image: url('../img/food/cheesecake.jpg');
}

.sandwich {
	background-image: url('../img/food/sandwich.jpg');
}

.soup {
	background-image: url('../img/food/soup.jpg');
}

.foodTitle {
	padding: 10px;
}

.npr {
	padding-right: 0px;
}

.foodTitle h2 {
	text-align: left;
	color: #fff;
	margin-bottom: 0px;
	font-weight: 400;
}

.foodTitle h3 {
	text-align: left;
	color: #fff;
	margin-bottom: 0px;
	font-size: 20px;
}

.sm-button {
	height: 48px;
	width: 48px;
	border-radius: 500px;
	text-align: center;
}

.sm-button .wb-icon {
    margin-top: 8px;
	height: 32px !important;
}

.footer-social {
	position: static;
	display: flex;
	justify-content: flex-start;
	gap: 0.25rem;
	margin-top: 0.75rem;
}

/* --- Page footer --- */
.footer-social .footer-social-icon {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.page-footer {
	background-color: #333333;
	color: #f5f5f5;
	font-size: 0.9rem;
}

.page-footer__container {
	padding-top: 0;
	padding-bottom: 0;
}

.page-footer a {
	color: #f5f5f5;
	text-decoration: none;
}

.page-footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.page-footer h6 {
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 1.05rem;
}

.page-footer p {
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

.page-footer .openingTimesContainer,
.page-footer .contactContainer {
	color: #f5f5f5;
	font-size: 1rem;
}

.page-footer .openingTimesContainer h6,
.page-footer .contactContainer h6 {
	font-size: 1.15rem;
}

.page-footer .openingTimesContainer p {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-weight: 300;
}

.page-footer .footer-day-number {
	margin-left: 0.25rem;
	font-size: 0.8em;
	font-style: italic;
	color: rgba(255, 255, 255, 0.6);
}

.page-footer .footer-day-today {
	font-weight: 800;
}

.page-footer .footer-day-line-above {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: 0.5rem;
	padding-top: 0.5rem;
}

.page-footer .footer-copyright {
	padding: 8px 0;
	background-color: rgb(40, 40, 40) !important;
}

.page-footer .footer-copyright p {
	font-size: 0.85rem;
	color: #b8b8b8;
}

.page-footer .footer-ratings {
	justify-content: flex-start;
	margin-top: 1rem;
}

@media (max-width: 767px) {
	.page-footer .footer-row .footer-col-opening,
	.page-footer .footer-row .footer-col-contact {
		text-align: center !important;
	}
	.page-footer .footer-row .footer-col-opening .openingTimesContainer {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.page-footer .footer-row .footer-col-opening .openingTimesContainer p {
		justify-content: space-between;
		gap: 1.5rem;
	}
	.page-footer .footer-ratings {
		justify-content: center;
	}
	.page-footer .footer-social {
		justify-content: center;
	}
	.page-footer .footer-copyright .col-12 {
		text-align: center !important;
	}
	.page-footer .footer-copyright p {
		text-align: center;
	}
}

@media (max-width: 550px) {
	.foodTitle h2 {
		font-size: 17pt;
	}
	.foodTitle h3 {
		font-size: 14px !important;
	}
}

.map-container {
	width: 100%;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.custom-select {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    padding-left: 0px;
	background: none;
	color: #757575;
	font-size: 1rem;
	font-weight: 300;
}

.custom-select option {
    padding-left: 0px;
    margin-left: 0px;
}

.custom-select:focus {
	border: none;
    border-color: #4285f4;
	border-bottom: #4285f4 solid 2px;
	box-shadow: none;
    outline: 0;
}

.tos-container {
	width: 100%;
}

.tos {
    margin: auto;
    width: max-content;
	max-width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.tos-container .custom-control-label::before, .tos-container .custom-control-label::after {
    width: 1rem;
    height: 1rem;
}

.bookings {
	background: rgb(40, 40, 40);
}

.bookings h3 {
	color: #fafafa;
}

.datepicker td.disabled {
	background-color: rgba(140, 0, 26, 0.5);
	z-index: 1100 !important;
}

.datepicker td.disabled div {
	color: #fafafa !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div, .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer {
    color: #fff !important;
    background-color: #117c13 !important;
    border-color: #122b40 !important;
    border-radius: 0 !important;
	border: none !important;
}

.gj-picker-bootstrap table tr td div, .gj-picker-bootstrap table tr th div {
	width: 50px !important;
	height: 50px !important;
	line-height: 48px !important;
	font-size: 15pt !important;
}

.gj-picker div[role="navigator"] div[role="period"] {
    font-size: 26px !important;
}

.gj-icon {
    font-size: 40px !important;
    line-height: 0.7 !important;
}

#bookingDates {
	padding: 0px !important;
    background: #fff;
	width: calc(100% - 100px) !important;
}

#bookingDates .swiper-slide {
	height: 120px;
	width: 120px;
	display: inline-block !important;
	font-size: 16px;
	text-align: center;
}

#bookingDates .swiper-slide .date-header {
	width: 100%;
	height: 23px;
	background-color: rgb(60, 60, 60);
	color: #fafafa;
}

#bookingDates .swiper-slide .date-body {
	width: 100%;
	display: flex;
	height: 74px;
    border-left: 2px solid rgb(60, 60, 60);
    border-right: 2px solid rgb(60, 60, 60);
}

#bookingDates .swiper-slide .date-body span {
	font-size: 23pt;
}

#bookingDates .swiper-slide .date-body div {
	margin: auto;
}

#bookingDates .swiper-slide .date-footer {
	width: 100%;
	height: 23px;
    border-left: 2px solid rgb(60, 60, 60);
    border-right: 2px solid rgb(60, 60, 60);
    border-bottom: 2px solid rgb(60, 60, 60);
    color: #fafafa;
}

#bookingDates .open {
	background-color: #336600;
}

#bookingDates .closed {
	background-color: #900;
}

#bookingDateModal .modal-header {
	background-color: rgb(60, 60, 60);
	color: #fafafa;
}

#bookingDateModal .modal-header .close {
	color: #fafafa;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
	color: rgb(50, 50, 50);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
	color: rgb(50, 50, 50);
}

.dateSelected {
	display: none;
}

.swiper-selected .open, .swiper-selected .closed {
	display: none;
}

.swiper-selected .dateSelected {
	display: block;
}

#bookingDates .dateSelected {
	background-color: #0066cc;
}

#bookingDatesWrapper > div {
	cursor: pointer;
}

.swal2-container {
	z-index: 9999 !important;
}

#bookingDateModal p {
	text-align: center;
	width: 100%;
}

#chooseATimeButton, #onToDetails, #sendenquiry, #onToDate {
	float: right;
}

#bookingDateModal input {
	display: none;
}

.modal-subheader {
    background-color: rgba(60, 60, 60, 0) !important;
    color: #212529;
}

.modal-subheader p {
	margin-bottom: 0px;
	color: #212529;
}

#bookingTimesHour {
	width: 20%;
    background-image: none;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	height: 200px;
}

#bookingTimesHour .swiper-slide {
	height: 20px;
}

.timeText {
	text-align: left !important;
	margin-bottom: 0.5rem;
	margin-top: 0.75rem;
}

.covidText {
	text-align: center !important;
	margin-bottom: 0.5rem;
	margin-top: 0.75rem;
	font-size: 16pt;
}

.timeIcon {
    height: 80px;
    margin-right: 20px;
}

#bookingTimeSection h3, #bookingDetailsSection h3, #covidSection h3 {
	color: rgb(60, 60, 60);
}

#bookingTimeSection .container, #bookingDetailsSection .container, #covidSection .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#bookingDetailsSection label {
	pointer-events: none;
}

#bookingDateModal .form-control {
	display: inline;
}

.bookings > div > h3 {
    text-transform: uppercase;
    font-size: 18pt;
	text-align: center;
	margin: auto;
	height: max-content;
}

.bookings {
	padding: 5px;
}

.bookingButton {
	font-size: 10pt;
    border-radius: 10px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
	margin-left: 20px;
	width: 250px;
}

@media (max-width: 767.98px) {
	.modal-footer {
		display: contents !important;
	}
	.timeIcon {
		height: 30px;
		margin-right: 5px;
	}
}

.dsn {
	display: none;
}

.foodRating {
	height: auto;
	width: 100%;
	max-width: 150px;
}

.peopleContainer {
	width: 100%;
	display: flex;
}

.peopleIcon {
    width: 50px;
    height: max-content;
    border: solid rgb(210, 210, 210) 2px;
    cursor: pointer;
    margin-right: 6px;
    background-color: rgb(246, 246, 246);
}

.peopleIcon p {
    font-weight: 700;
    font-size: 14pt;
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.peopleIcon.peopleSelected, .peopleIcon.dogSelected, .peopleIcon.govSelected {
    border: solid #266a9e 2px;
    background-color: #5ea2d6;
    color: #fafafa;
}

#gov img {
	height: 44px;
	padding: 2px;
}

#gov {
	width: 100px;
	text-align: center;
}

.visitIcon {
    width: 180px;
    height: max-content;
    border: solid rgb(210, 210, 210) 2px;
    cursor: pointer;
    margin-right: 6px;
    background-color: rgb(246, 246, 246);
	margin-bottom: 6px;
}

.visitIcon p {
    font-weight: 700;
    font-size: 14pt;
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: calc(100% - 48px) !important;
    float: right;
    padding-top: 15px;
}

.visitIcon.visitSelected {
    border: solid #266a9e 2px;
    background-color: #5ea2d6;
    color: #fafafa;
}

.foodIcon {
    width: 200px;
    height: max-content;
    border: solid rgb(210, 210, 210) 2px;
    cursor: pointer;
    margin-right: 6px;
    background-color: rgb(246, 246, 246);
	margin-bottom: 6px;
}

.foodIcon p {
    font-weight: 700;
    font-size: 14pt;
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: calc(100% - 48px) !important;
    float: right;
    padding-top: 15px;
}

.foodIcon.foodSelected {
    border: solid #266a9e 2px;
    background-color: #5ea2d6;
    color: #fafafa;
}


@media (max-width: 767px) {
	.timeSwiper {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 5px;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 5px;
	}

	#bookingDates {
		width: calc(100% - 75px) !important;
	}
}

.maillist label {
	cursor: default;
	pointer-events: all !important;
    padding-top: 8px;
    padding-left: 16px;
	user-select: none;
}

  /* 4:3 image ratio fallback (if Bootstrap .ratio is not present) */
  .ratio-4x3 { position: relative; width: 100%; padding-top: 75%; overflow: hidden; }
  .ratio-4x3 > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

  /* Top-right status chip overlapping the image */
  .event-status-chip {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: .35rem .6rem;
    border-radius: .25rem;
    font-weight: 600;
    font-size: .85rem;
    color: #fff;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
  }
  .bg-yellow { background-color: #ffd84d !important; color: #3d2f00 !important; } /* custom yellow */
  .bg-orange { background-color: #ff9f2e !important; } /* when mapping 'warning' */

  /* Date/time prominence */
  .event-datetime {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .2px;
  }
  .event-datetime .dot { opacity: .5; margin: 0 .35rem; }

  /* Card structure tweak */
  .event-card .card-body { display: flex; flex-direction: column; }
  .event-card .event-excerpt { flex-grow: 1; }

  /* Optional: tighten card title spacing */
  .event-card .card-title { margin-bottom: .25rem; }
  
/* Make cards stand out stronger */
.event-card {
  border: 1px solid rgba(0,0,0,0.25);
  background: rgb(255, 255, 255);
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

/* Modal title larger */
#eventModalTitle {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .4px;
}

/* Modal date/time prominence */
.modal-datetime-strong {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
}

.modal.fade .modal-dialog {
    transform: scale(0.92) translateY(20px);
    opacity: 0;
    transition: all .35s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
    opacity: 1;
}

#eventModalTitle {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.modal-datetime-strong {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.modal-body > div {
    margin-bottom: 0.8rem;
}

#eventModalStatus.badge {
    padding: .45rem .75rem;
    font-size: 0.95rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

#eventModalImage {
    box-shadow: 0 4px 5px rgba(0,0,0,0.45);
	filter: drop-shadow(0 0 10px rgba(255,255,255,0.12));
    border-radius: 8px;
}

#eventModalDescription::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.18);
    margin: 1rem 0;
}
/* Quill-rendered event description: preserve paragraphs and formatting */
#eventModalDescription.event-modal-description,
#eventModalDescription.event-modal-description.ql-editor {
  padding: 0;
  line-height: 1.5;
}
#eventModalDescription.event-modal-description p {
  margin-bottom: 0.75em;
}
#eventModalDescription.event-modal-description p:last-child {
  margin-bottom: 0;
}
#eventModalDescription.event-modal-description strong {
  font-weight: 700;
}
#eventModalDescription.event-modal-description ul,
#eventModalDescription.event-modal-description ol {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

.modal-footer {
    border-top: 1px solid rgba(0,0,0,0.12);
    padding-top: 1rem;
}

.modal-footer .btn {
    padding: .55rem 1.2rem;
    font-weight: 700;
    border-radius: 6px;
}

.modal-backdrop.show {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.modal-content {
    background: rgba(255,255,255,1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: none;
    box-shadow: 0 15px 45px rgba(0,0,0,0.55);
}

#eventDetailModal > div > .modal-content {
	max-width: 600px;
	width: calc(100vw - 40px);
	margin: 20px auto;
}

#eventDetailModal.modal.show {
	display: flex;
	justify-content: center;
	align-items: center;
}

#eventDetailModal .modal-dialog {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

/* Booking modal: progress dots and opening hours */
#bookingStepDots {
	margin-right: 1.5rem;
}
.booking-step {
	padding-top: 0.8rem;
}
.booking-next-wrapper {
	cursor: pointer;
}
#bookingStepDots .booking-step-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: background-color 0.2s, border-color 0.2s;
}
#bookingStepDots .booking-step-dot.active {
	background-color: var(--bs-primary);
	border: 2px solid var(--bs-primary);
}
#bookingStepDots .booking-step-dot.inactive {
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
/* Step indicator in modal header: light text and dots on dark background */
.modal-header .booking-steps .booking-step-text {
	color: rgba(255, 255, 255, 0.9);
}
.modal-header #bookingStepDots .booking-step-dot.active {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: rgba(255, 255, 255, 0.95);
}
.modal-header #bookingStepDots .booking-step-dot.inactive {
	border-color: rgba(255, 255, 255, 0.35);
}
/* Party size text on choice step: stand out more */
.booking-option-card .booking-party-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #212529;
}
.booking-option-card .booking-party-size {
	font-size: 1.05rem;
	font-weight: 600;
	color: #495057;
}
.booking-opening-hours {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 0.9rem;
}
.booking-opening-hours .booking-opening-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
}
.booking-opening-hours .booking-day {
	font-weight: 500;
}
.booking-opening-hours .booking-times {
	color: #6c757d;
}
.booking-opening-inline {
	margin-top: 0.25rem;
	line-height: 1.5;
}
.booking-opening-inline .booking-opening-row {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
}
.booking-opening-inline .booking-day {
	font-weight: 500;
	margin-right: 0.25rem;
}
.booking-opening-inline .booking-times {
	color: #6c757d;
}
.booking-opening-inline + .booking-opening-inline {
	margin-top: 0.15rem;
}

/* Food & drinks option buttons (toggle, one selected) */
#bookingFoodOptions .btn-food-option {
	min-width: 8rem;
}
#bookingFoodOptions .btn-food-option.active {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: #fff;
}

/* Booking datepicker: no year, no month dropdown, arrows only; hide last row if all next month */
.booking-datepicker .flatpickr-current-month .numInputWrapper {
	display: none !important;
}
.booking-datepicker .flatpickr-current-month .flatpickr-monthDropdown-months {
	pointer-events: none;
	cursor: default;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.booking-datepicker .flatpickr-day.booking-hide-last-row {
	display: none !important;
}

/* Standard modal header: dark grey (footer grey), white text and close */
.modal .modal-header {
	background-color: rgb(60, 60, 60);
	color: #fafafa;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 1rem;
}
.modal .modal-header .modal-title,
.modal .modal-header .btn-close {
	color: #fafafa;
}
.modal .modal-header .btn-close {
	filter: invert(1) grayscale(1) brightness(2);
	opacity: 0.9;
}
.modal .modal-header .btn-close:hover {
	opacity: 1;
}

/* ========== Homepage ========== */
.home-hero,
.page-hero {
	border-bottom: 3px solid rgb(10, 10, 10);
}
.home-hero-title {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Book now bar */
.home-book-bar {
	background: linear-gradient(135deg, #4f4f4f 0%, #3d3d3d 100%);
	color: #fff;
	padding: 1rem 0;
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.home-book-bar--thin {
	padding: 0.4rem 0;
}
.home-book-bar--thin .home-book-bar-text {
	font-size: 1rem;
}
.home-book-bar--thin .home-book-bar-btn {
	padding: 0.35rem 1rem;
	font-size: 0.95rem;
}
.home-book-bar-container {
	padding-top: 5px;
	padding-bottom: 5px;
}
.home-book-bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
}
.home-book-bar-text {
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.home-book-bar-btn {
	font-weight: 700;
	padding: 0.6rem 1.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.home-section-curl {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'%3E%3Cpath fill='rgba(255,255,255,0.97)' d='M0 24V0c100 12 200 12 300 8s200-8 300-4 200 4 300 8 200 8 300 4 200-4 300-8 200-8 300-4v24H0z'/%3E%3Cpath fill='rgba(255,255,255,0.97)' d='M600 24V0c100 4 200 8 300 4s200-8 300-4 200 4 300 8 200 8 300 4v24H600z'/%3E%3C/svg%3E") center bottom no-repeat;
	background-size: 100% 24px;
	pointer-events: none;
}

/* Home section container: comfortable padding on mobile */
.container--home {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 576px) {
	.container--home {
		padding-left: var(--bs-gutter-x, 0.75rem);
		padding-right: var(--bs-gutter-x, 0.75rem);
	}
}

/* Section headings: accent and title aligned */
.home-section-heading-wrap {
	position: relative;
	margin-bottom: 1rem;
}
.home-section-heading-wrap .home-section-title {
	margin-left: 0;
	margin-right: 0;
}
.home-section-subtitle {
	font-size: 1.1rem;
	font-weight: 600;
	color: #2d2d2d;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.home-section-accent {
	display: block;
	width: 48px;
	height: 4px;
	background: linear-gradient(90deg, #4f4f4f 0%, #6c6c6c 100%);
	border-radius: 2px;
	margin-bottom: 0.75rem;
}
.home-section-accent--center {
	margin-left: auto;
	margin-right: auto;
}
.home-section-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: #2d2d2d;
	letter-spacing: 0.02em;
}
.home-section-text {
	font-size: 1.05rem;
	line-height: 1.6;
}
.home-section-newsletter .home-section-text {
	max-width: none;
}
.food-page-section .home-section-text {
	max-width: none;
}
/* Match spacing between image and text to other sections on the page */
.food-page-section .row.align-items-center.g-5 {
	--bs-gutter-x: 4rem;
}
.food-page-section .home-wine-image-wrap {
	margin-bottom: 0;
}
#afternoon-teas .home-wine-image-wrap {
	aspect-ratio: 20 / 13;
}
.food-page-section .row.align-items-center.g-5 .col-lg-6 .home-wine-image-wrap,
.food-page-section .row.align-items-center.g-5 .col-lg-7 .home-wine-image-wrap,
.food-page-section .row.align-items-center.g-5 .col-lg-6 .home-cocktail-grid,
.food-page-section .row.align-items-center.g-5 .col-lg-7 .home-cocktail-grid {
	min-width: 0;
}
/* Allow image columns to shrink so content doesn’t burst out */
.home-section .row [class*="col-"]:has(.home-wine-image-wrap),
.home-section .row [class*="col-"]:has(.home-cocktail-grid) {
	min-width: 0;
}
@media (max-width: 991.98px) {
	.food-page-section .home-wine-image-wrap {
		margin-bottom: 1.5rem;
	}
}
.food-menu-pdf-wrap {
	min-height: 400px;
}
.food-menu-pdf-embed {
	width: 100%;
	height: 70vh;
	min-height: 500px;
	border: 0;
	display: block;
}
.home-section-text.text-body-secondary {
	color: #555 !important;
}
.home-btn-cta {
	font-weight: 600;
	margin-top: 0.5rem;
}

/* Decorative section dividers */
.home-section-divider {
	height: 32px;
	margin: 0;
	background: transparent no-repeat center bottom;
	background-size: 100% 32px;
}
.home-section-divider--light {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 32' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f5f5' d='M0 32V0h1200v32c-200-8-400-8-600 0S400 32 200 32 0 24 0 32z' opacity='0.6'/%3E%3C/svg%3E");
}
.home-section-divider--dark {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 32' preserveAspectRatio='none'%3E%3Cpath fill='%23e8e8e8' d='M0 0v32h1200V0c-200 8-400 8-600 0S400 0 200 0 0 8 0 0z'/%3E%3C/svg%3E");
}

/* Cocktail / parties grid: 2x2 default, 2x3 for 6 items */
.home-cocktail-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	max-width: 100%;
	min-width: 0;
}
.home-cocktail-grid--6 {
	grid-template-columns: repeat(3, 1fr);
}
.home-cocktail-grid-item {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	min-width: 0;
}
.home-cocktail-grid-item img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 1;
	display: block;
}

/* Food slider */
.home-section-food {
	background: linear-gradient(180deg, #f8f8f8 0%, #f0f0f0 100%);
}
.home-food-slider-wrap {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.home-food-swiper {
	position: relative;
	padding-bottom: 2.5rem;
}
.home-food-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	aspect-ratio: 8 / 5;
	overflow: hidden;
}
.home-food-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-food-swiper .home-food-pagination {
	position: absolute;
	bottom: 0.75rem;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 0;
}
.home-food-pagination .swiper-pagination-bullet {
	background: #4f4f4f;
	opacity: 0.5;
}
.home-food-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

/* Venue slider (same layout as food) */
.home-section-venue {
	background: linear-gradient(180deg, #f8f8f8 0%, #f0f0f0 100%);
}
.home-venue-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	aspect-ratio: 8 / 5;
	overflow: hidden;
}
.home-venue-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
}
.home-venue-pagination {
	position: relative;
	padding-top: 0.75rem;
}
.home-venue-pagination .swiper-pagination-bullet {
	background: #4f4f4f;
	opacity: 0.5;
}
.home-venue-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

/* Food service times (home) */
.home-food-times ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.home-food-times li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.home-food-times .day-name {
	font-weight: 600;
}

/* Contact links */
.home-contact-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #2d2d2d;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 0.75rem 1.25rem;
	border-radius: 8px;
	transition: background-color 0.2s, color 0.2s;
}
.home-contact-link:hover {
	color: #4f4f4f;
	background-color: rgba(79, 79, 79, 0.08);
}
.home-contact-icon {
	font-size: 1.25rem;
	opacity: 0.9;
}

/* Wine section image – 20% shorter height */
.home-wine-image-wrap {
	aspect-ratio: 2 / 1;
	overflow: hidden;
	max-width: 100%;
	min-width: 0;
}
#platters .home-wine-image-wrap {
	/* Around 50% taller than the default 2:1 ratio */
	aspect-ratio: 4 / 3;
}
.home-wine-image-wrap img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Map */
.home-map-wrap {
	background: #e8e8e8;
}
.home-map {
	height: 320px;
	width: 100%;
}

/* Find Us section images – same size regardless of source aspect ratio */
.home-find-us-imgs-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
.home-find-us-imgs-row > .home-find-us-img-wrap {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
	width: 100%;
	min-width: 0;
}
.home-find-us-img-wrap {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	max-width: 100%;
}
.home-find-us-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Newsletter form */
.home-newsletter-form .form-control,
.home-newsletter-form .btn {
	height: calc(1.5em + 0.75rem + 2px);
	box-sizing: border-box;
}
.home-newsletter-form #homeNewsletterSubmit {
	padding: 0.45rem 2.15rem;
}
.home-newsletter-form .form-control {
	border-radius: 8px;
	border-color: #ccc;
}
.home-newsletter-form .form-control:focus {
	border-color: #4f4f4f;
	box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.25);
}

/* Home events cards */
#homeUpcomingEvents .card.event-card {
	cursor: pointer;
}
#homeUpcomingEvents .event-status-chip {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	z-index: 1;
}
#homeUpcomingEvents .ratio-4x3 {
	aspect-ratio: 4/3;
	overflow: hidden;
}
#homeUpcomingEvents .ratio-4x3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ========== Wine Bar page ========== */
.bar-section-venue {
	background: linear-gradient(180deg, #f8f8f8 0%, #f0f0f0 100%);
}

.bar-section-dog-friendly {
	min-height: 100px;
	display: flex;
	align-items: center;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.bar-dog-friendly-inner {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	min-height: 100px;
	width: 100%;
}
.bar-dog-friendly-image-wrap {
	flex-shrink: 0;
	width: 100px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	background: #e8e8e8;
}
.bar-dog-friendly-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bar-dog-friendly-text {
	flex: 1;
	min-width: 0;
}
.bar-dog-friendly-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	color: #2d2d2d;
}
.bar-dog-friendly-desc {
	font-size: 0.9rem;
	line-height: 1.4;
	color: #555;
}

.bar-venue-image-wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.bar-venue-badge {
	font-size: 0.8rem;
	padding: 0.35rem 0.65rem;
}
.bar-venue-badge--hire {
	background-color: #4f4f4f !important;
	color: #fff;
}

.bar-venue-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
}

.bar-venue-card {
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	border: 1px solid #e8e8e8;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.bar-venue-card .card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}
.bar-venue-card .card-body .bar-venue-badges,
.bar-venue-card .card-body > .bar-venue-badge {
	margin-top: auto;
	align-self: flex-start;
}
.bar-venue-card-image-wrap {
	aspect-ratio: 16 / 10;
	background: #eee;
}
.bar-venue-card-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bar-venue-card-title {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #2d2d2d;
}

.bar-hire-slider-wrap {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.bar-hire-swiper {
	position: relative;
	padding-bottom: 2.5rem;
}
.bar-hire-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	aspect-ratio: 8 / 5;
	overflow: hidden;
}
.bar-hire-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bar-hire-swiper .bar-hire-pagination {
	position: absolute;
	bottom: 0.75rem;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 0;
}
.bar-hire-pagination .swiper-pagination-bullet {
	background: #4f4f4f;
	opacity: 0.5;
}
.bar-hire-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.bar-event-types {
	line-height: 1.35;
}
.bar-event-types li {
	padding: 0.1rem 0;
}

.bar-buffet-card {
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	border: 1px solid #e8e8e8;
	background: #e0e0e0;
}
.bar-buffet-card .card-body,
.bar-buffet-card .card-text {
	line-height: 1.7;
}
.bar-buffet-title {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.bar-buffet-price {
	margin-bottom: 0.5rem;
}
.bar-buffet-list {
	padding-left: 1.25rem;
	margin-bottom: 0;
	line-height: 1.7;
}
.bar-buffet-list li {
	margin-bottom: 0.35rem;
}

.bar-section-hire .bar-decoration-note {
	max-width: none;
}
.bar-section-buffet {
	background: #fff;
}
.bar-section-buffet .bar-decoration-note {
	max-width: none;
}

.bar-section-wine .bar-wine-desc {
	max-width: none;
}
.bar-wines-menu-wrap {
	margin-top: 1rem;
	background: #eee;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	border: 1px solid #e8e8e8;
	padding: 1.5rem;
	overflow-x: hidden;
}
.bar-wines-scroll-wrap {
	max-height: 560px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0.5rem;
}
.bar-wines-scroll-wrap::-webkit-scrollbar {
	width: 8px;
}
.bar-wines-scroll-wrap::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
.bar-wines-scroll-wrap::-webkit-scrollbar-thumb {
	background: #4f4f4f;
	border-radius: 4px;
}
.bar-wines-group {
	margin-bottom: 2rem;
}
.bar-wines-group:last-child {
	margin-bottom: 0;
}
.bar-wines-group-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #2d2d2d;
	margin-bottom: 1rem;
	padding-bottom: 0.35rem;
	border-bottom: 2px solid #4f5866;
}
.bar-wines-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}
@media (min-width: 576px) {
	.bar-wines-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.bar-wines-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.bar-wine-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem;
	border-radius: 12px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.bar-wine-card-main {
	display: flex;
	gap: 1rem;
	flex: 1;
	min-width: 0;
}
.bar-wine-card-img-wrap {
	width: 72px;
	min-width: 72px;
	height: 140px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 8px;
	overflow: hidden;
}
.bar-wine-card-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.bar-wine-card-info {
	flex: 1;
	min-width: 0;
}
.bar-wine-card-head {
	margin-bottom: 0.35rem;
}
.bar-wine-card-name {
	font-size: 1rem;
	font-weight: 700;
	color: #2d2d2d;
	margin: 0 0 0.25rem 0;
	line-height: 1.25;
}
.bar-wine-card-origin {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}
.bar-wine-country-flag {
	width: 24px;
	height: 18px;
	object-fit: contain;
	display: block;
}
.bar-wine-origin-text {
	font-size: 0.8rem;
	color: #6c757d;
}
.bar-wine-card-desc {
	font-size: 0.875rem;
	color: #495057;
	margin: 0 0 0.5rem 0;
	line-height: 1.4;
}
.bar-wine-card-prices {
	font-size: 0.85rem;
}
.bar-wine-card-price {
	color: #2d2d2d;
	font-weight: 600;
	margin: 0 0 0.25rem 0;
}
.bar-wine-card-abv {
	display: inline-block;
	font-size: 0.8rem;
	color: #6c757d;
	margin-right: 0.5rem;
}
.bar-wine-card-tasting {
	font-size: 0.8rem;
	color: #6c757d;
	font-style: italic;
	margin: 0.35rem 0 0 0;
	line-height: 1.35;
}
.bar-wines-empty {
	font-size: 0.95rem;
}
.bar-wine-vintner-logo {
	max-height: 50px;
	width: auto;
	object-fit: contain;
}
.bar-wine-vintner-link:hover .bar-wine-vintner-logo {
	opacity: 0.85;
}

.bar-cocktails-menu-wrap {
	background: #eee;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	border: 1px solid #e8e8e8;
	padding: 1.5rem;
	overflow-x: hidden;
}

.bar-cocktails-scroll-wrap {
	max-height: 560px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0.5rem;
}
.bar-cocktails-scroll-wrap::-webkit-scrollbar {
	width: 8px;
}
.bar-cocktails-scroll-wrap::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
.bar-cocktails-scroll-wrap::-webkit-scrollbar-thumb {
	background: #4f4f4f;
	border-radius: 4px;
}

.bar-cocktail-card {
	padding: 1rem;
	border-radius: 12px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	height: 100%;
}
.bar-cocktail-col {
	margin-bottom: 0;
}
.bar-cocktail-card .bar-cocktail-info {
	min-width: 0;
}
.bar-cocktail-name {
	font-weight: 700;
	color: #2d2d2d;
}
.bar-cocktail-img-wrap {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
}
.bar-cocktail-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
	.bar-cocktail-card {
		flex-direction: column-reverse;
	}
	.bar-cocktail-img-wrap {
		width: 80px;
		height: 80px;
	}
}
