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

@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);
}

.flex {
	display: flex;
}
.bd-none {
	box-shadow: none;
}
.nav-dynamic {
	font-size: 12pt;
}
.nav-link {
	color: #fafafa;
	border-bottom: solid;
	border-color: rgba(255, 255, 255, 0);
}
.nav-link:hover, .active > a {
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}

.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;
}

.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");
}

.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::after {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	background-color: rgba(255, 255, 255, 1);
	background-image: url("../img/cork-background.png");
	background-position: center center;
	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);
}

.sm-button {
	width: 30px;
	text-align: center;
}

.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: 0px;
}

#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%;
}

.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;
}

.eventsRow {
	vertical-align: middle !important;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	width: min-content;
}

.eventsRow .btn-sm {
	padding: .2rem .6rem;
}

.eventsTable thead tr th {
	font-weight: 700;
}

.eventsTable {
	margin-bottom: 0px;
}

.eventCard {
	margin-bottom: 10px;
}

.eventCard .card-body {
	padding: 0;
	display: flex;
}

.eventCard .cardContent {
	width: calc(100% - 224px);
}

.cardContent h2 {
	color: #535353;
	margin-top: 10px;
	margin-bottom: 0px;
}

.cardContent p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	min-height: 42px;
}

.fee {
    font-size: 80%;
}

.date {
    font-size: 80%;
}

.cardDesc {
	display: -webkit-box;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.cardInfo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

.cardInfo span {
	vertical-align: bottom;
}

#editThumbnail {
	border: none;
}

.eventModal {
	height: max-content;
}

.eventModal .cardDesc {
    display: -webkit-box;
    overflow: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
}

.eventModal .card-text {
	margin-top: 10px;
	margin-bottom: 5px;
}

.eventModal .img-thumbnail {
    padding: 0px;
    height: 100%;
    width: auto;
}

.eventModal .cardInfo {
	text-align: center;
	margin-bottom: 10px;
}

.eventModal .close {
	margin-top: -20px;
	font-size: 3.5rem;
}

.event .card-header {
	padding: 0px;
}

.event .card-header img {
	width: 100%;
}

.event .card-body {
	padding: 10px 10px 10px 10px;
}

.event h2 {
	font-size: 1.7rem;
	text-transform: uppercase;
	margin-top: 5px;
}

.event .eventDate {
	background-image: url('../img/date.png');
	background-size: contain;
	width: 90px;
	height: 90px;
	top: -40px;
	left: -25px;
	color: #fafafa;
	text-align: center;
	position: absolute;
	padding: 5px;
}

.event .eventDate svg {
	font-size: 2rem;
}

.event .eventDate p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.3rem;
    line-height: 22px;
    padding-top: 33px;
    letter-spacing: 1px;
    color: #272727;
    padding-left: 5px;
    padding-right: 5px;
}

.eventContainer {
	margin-bottom: 55px;
}

.event .card-text {
	text-align: center;
}

.cardInfo {
	text-align: right;
}

.readMore {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.event.card {
	background-color: #f7f7f7;
}

#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);
	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 {
	z-index: 100;
}

.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;
}

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

.footer-social {
	bottom: 0;
	position: absolute;
	display: contents;
}

@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;
}

/*

.winter-is-coming, .snow {
  z-index: 100;
  pointer-events: none;
}

.winter-is-coming {
  overflow: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: falling linear infinite both;
          animation: falling linear infinite both;
  -webkit-transform: translate3D(0, -100%, 0);
          transform: translate3D(0, -100%, 0);
}
.snow--near {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  background-size: contain;
}
.snow--near + .snow--alt {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.snow--mid {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
  background-size: contain;
}
.snow--mid + .snow--alt {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.snow--far {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
  background-size: contain;
}
.snow--far + .snow--alt {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
            transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
            transform: translate3D(7.5%, 100%, 0);
  }
}

*/