@charset "utf-8";
/* CSS Document */

/* Side Bar Styles */
html {
	scroll-behavior: smooth;
}
#SideBar {
	float: left;
	height:300px;
	padding: 0px;
	margin:10px 0 10px 0;
	position: -webkit-sticky;
	position:sticky;
	top:35px;
	z-index:3000;
}
.SideBarBackground {
	background-color: #057463;
}
#SideBarFilters {
	position:absolute;
	top:0;
	left:0;
	-webkit-transition: width 1s;
	transition: width 1s;
	overflow:hidden;
	z-index:100;
	border-radius: 15px;
}
.SideBarHeading {
	color: #ECECEC;
	font-size: 1.1em;
	font-style: italic;
	padding: 10px;
	font-weight:bold;
}
.SideBarSection {
	padding: 5px;
	margin: 6px;
	background-color: #E8E8D5;
	border-radius: 15px;
}
.SideBarSection p {
	padding:0px;
	font-size:0.8em;
}
.SideBarSection a {
	text-decoration:none;
}
.SideBarSection a:hover {
	color:#000000;
}
#SideBarOpenButton {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#057463;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:6px;
	width:200px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform:rotate(-90deg);
	position:relative;
	top:100px;
	left:-90px;
	z-index:20;
}
#SideBarCloseButton {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	color:#FFFFFF;
	background-color: #570504;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding:4px;
	position:absolute;
	top:2px;
	right:8px;
}
.FilterSelectAll {
	size:0.9em;
	font-weight:bold;
}
.SideBarOptionButton { /* Margin and font seize set by screen size */
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
	border-radius: 10px;
	width: 100%;
	padding: 3px;
	background-color: #057463;
}
#MainMenuDisplay {
	float: left;
	padding: 15px;
	border: 1px solid #0D639E;
	margin-right: 2%;
	background-color: #FFFFFF;
}
#MenuGreeting {
	width:100%;
	min-height:350px;
}
.MenuGreetingHeader {
	text-align:center;
	font-weight:bold;
	font-size:1.2em !important;
	padding:20px;
}
.MenuGreetingHighlight {
	text-align:center;
	font-weight:bold;
	font-size:1.2em !important;
	padding:10px;
}
.HighlightMessage {
	color:#F9060A;
	font-weight:bold;
}
#MenuGreeting p {
	text-align:center;
	font-size:1.1em;
}
.MenuSection {
	float:left;
	padding:0 2% 0 2%;
}
[id*="DishType_"] {
	display:none;
	width:100%;
 }
 .MenuSectionHeader { /* Button name shown at top of section */
	text-align: center;
	font-weight: bold;
	font-size: 1.35em;
	margin: 0;
	padding: 20px 0 10px 0;
	color: #670709;
	text-transform:uppercase;
}
.MenuSection h5 { /* Dish / Item name */
	font-weight:bold;
	padding:0;
	margin:0;
}
.MenuSection a {
	font-size:1em;
	font-weight:bold;
}
.MenuSection p { /* Dish / item description */
	margin:0;
	padding:2px 0 2px 0;
	color:#3E3E3E;
}
#RestaurantMenuDishes .MenuSection p {
	margin-bottom:20px;
}
.MenuDishHeaderBanner {
	width:100%;
	background-color: #057463;
	padding:5px;
	margin:0 0 30px 0;
}
.MenuDishHeader {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.MenuDishDesc {
	text-align:center;
	font-size:1.0em;
	margin:0;
	padding:0 0 10px 0;
	color:#FFFFFF;
}
.MenuHeaderPrices {
	text-align:center;
	font-weight:bold;
	color:#570504;
	padding:5px 0 10px 0;
}
.MenuSelectButton {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #570504;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal !important;
	border-radius: 10px;
	padding: 2px 5px 2px 5px;
	margin: 4px 6px 30px 0;
	background-color: #057463;
}
.MenuSelectButton:hover {
	color: #C0C0C0;
}
.FavouritesButton {
	background-color:#9B1113;
}
span {
	margin:0;
	padding:0 10px 0 10px;
}
#DateFlex {
	display: -webkit-flex;
	display: flex;
	flex-wrap:no-wrap;
	justify-content:center;
	align-items:centre;
}
.PostcodeCheck {
	width:80px;
	height:30px;
	margin:2px;
	padding:3px;
}
#PostcodeMessage {
	margin-top:10px;
	color:#DD0408;
	font-weight:bold;
}
#PCCheckFrame {
	display:none;
}
#ItemAddedOuter {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:block;
	height:1px;
	background-color:#384F5F;
	z-index:5000;
}
#ItemAddedPopup {
	display:block;
	position: absolute;
	top:-50px;
	right: 10%;
	overflow: hidden;
	-webkit-transition: top 2s;
	transition: top 2s;
	padding:10px;
	cursor: default;
	width:85%;
	max-width:800px;
	background-color: #F1EB52;
	border:6px solid #565656;
}
#ItemAddedPopup p {
	text-align:center;
	margin:0 20px 0 20px;
	padding:0;
	color:#8C0709;
}
.CloseItemAdded {
	position:absolute;
	top:5px;
	right:5px;
	font-size:20px;
	color:#8C0709;
	cursor:pointer;
}
#OrderDetail {
	float:left;
	height:500px;
	position: -webkit-sticky; /* Safari */
	position:sticky;
	top:40px;
}
#OrderDetail iframe {
	width:100%;
	height:100%;
	border:none;
}
.SetMenuHeader {
	font-size:1.1em;
	font-weight:bold;
	color:#0D639E;
	padding: 20px 0 5px 0;
	margin:0;
}

/* Side Bar Mobile */
@media only screen and (max-width: 768px){
	#SideBar {
		width:20px;
	}
	.SideBarHeading {
		margin:10px 0 0 0;
		padding-bottom:0;
	}
	.SideBarSection {
		margin-top:0;
	}
	#SideBarFilters {
		width:1%;
	}
	#SideBarOpenButton{
		display:block;
	}
	#SideBarCloseButton{
		display:block;
	}
	.MenuDownloadButton {
		display:none;
	}
	.SideBarOptionButton {
		font-size: 14px;
		font-weight: normal;
		margin: 4px 0 4px 0;
	}
	/* End Of Side Bar Styles */

	#MainMenuDisplay {
		margin:0;
		border:none;
		padding:5%;
		float:right;
	}
	.MenuOrderingY { /* Width of the main menu with on-line ordering enabled */
		width:85%;
	}
	.MenuOrderingN { /* Width of the main menu with on-line ordering dis-enabled */
		width:85%;
	}
	.MenuSection {
		width: 100%;
	}
	.MenuSection h5 {
		font-size:1.1em;
	}
	.MenuSection p {
		font-size:0.9em;
	}
	#OrderDetail {
		display:none;
	}
	.CheckoutButton {
		font-family: Arial, Helvetica, sans-serif;
		cursor: pointer;
		text-decoration: none;
		border: 1px solid #000000;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		font-weight:bold;
		border-radius: 10px;
		display:block;
		width:50%;
		padding: 10px 8px 10px 8px;
		margin:0 0 10px 0;
		background-color:#BB0205;
	}
	.CheckoutButton:hover {
		color: #C0C0C0;
	}
}

/* Tablet */
@media only screen and (min-width: 769px) and (max-width: 990px){
	
	#SideBar {
		width: 20%;	
	}
	#SideBarFilters {
		width:100%;
	}	
	#SideBarOpenButton{
		display:none;
	}
	#SideBarCloseButton{
		display:none;
	}
	.MenuDownloadButton {
		display:none;
	}
	.SideBarOptionButton {
		font-size: 14px;
		font-weight: normal;
		margin: 4px 0 4px 0;
	}
	/* End Of Side Bar Styles */

	#MainMenuDisplay {
		margin:0 2% 0 2%;
	}
	.MenuOrderingY { /* Width of the main menu with on-line ordering enabled */
		width:46%;
	}
	.MenuOrderingN { /* Width of the main menu with on-line ordering dis-enabled */
		width:71%;
	}
	#OrderDetail {
		width:30%;
	}
	.MenuSection {
		width: 100%;
	}
	.MenuSection h5 {
		font-size:1.1em;
	}
	.MenuSection p {
		font-size:0.9em;
	}	
	.CheckoutButton {
		display:none;
	}
}

/* Desktop */
@media only screen and (min-width: 991px){
	#SideBar {
		width: 18%;	
	}
	#SideBarFilters {
		width:100%;
	}	
	#SideBarCloseButton{
		display:none;
	}
	#SideBarOpenButton{
		display:none;
	}
	.MenuDownloadButton {
		display:block;
	}
	.SideBarOptionButton {
		font-size: 16px;
		font-weight: normal;
		margin: 6px 0 6px 0;
	}
	/* End Of Side Bar Styles */

	#MainMenuDisplay {
		margin:0 2% 0 2%;
	}
	.MenuOrderingY { /* Width of the main menu with on-line ordering enabled */
		width:56%;
	}
	.MenuOrderingN { /* Width of the main menu with on-line ordering dis-enabled */
		width:75%;
	}
	#OrderDetail {
		width:22%;
	}
	.MenuSection {
		width: 50%;
	}
	.MenuSection h5 {
		font-size:1em;
	}
	.MenuSection p {
		font-size:0.9em;
	}
	.CheckoutButton {
		display:none;
	}
}
