/**********************
GENERAL
***********************/
*{margin:0;padding:0;text-decoration:none}
body{background:#0b0b0b;}

html {
    line-height: 1.75;
}


.pgtitle {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #0b0b0b;
    padding: 4%;
    border-bottom: 1px solid rgba(119, 54, 54, 0.24);
}


/**********************
HEADING
***********************/
header{position:relative;width:100%;background:#333;}
.logo{position:relative;z-index:123;padding:10px;font:18px verdana;color:#6DDB07;float:left;width:15%}
.logo a{color:#6DDB07;}

/**********************
NAVIGATION
***********************/


nav {
	z-index: 1;
	position:relative;
	width:100%;
	margin:0 auto;
	}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
#cssmenu:after,#cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	}
#cssmenu #head-mobile {
	display:none
	}
#cssmenu {
	font-family:sans-serif;
	background:#0b0b0b;
	border-bottom: 5px solid #c50000
	}
#cssmenu > ul > li{
	float:left
	}
#cssmenu > ul > li > a{
	padding:17px;
	font-size:11px;
	letter-spacing:1px;
	text-decoration:none;
	color:#fff;
	font-weight:800;
	}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active .selected{
	color:#0b0b0b;
	}
	
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a .subitem{
	color:#fff;
}
	
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
	background:#c50000!important;
	-webkit-transition:background .3s ease;-ms-transition:background .3s ease;
	transition:background .3s ease;
	}

#cssmenu > ul > li.has-sub:hover > a:before{
	top:23px;
	height:0;
	}
	
#cssmenu > ul{
	display:block;
	width: 626px;
    margin: 0 auto;
	padding: 0;
	}
#cssmenu ul ul{
	position:absolute;
	left:-9999px;
	margin: 0;
    padding: 0;
	border-top: 5px solid #c50000;
	}
#cssmenu ul ul li{
	height:0;
	-webkit-transition:all .25s ease;-ms-transition:all .25s ease;
	background:#0b0b0b;
	transition:all .25s ease;
	}
#cssmenu ul ul li:hover{
	
}
#cssmenu li:hover > ul{
	left:auto;
	}
#cssmenu li:hover > ul > li{
	height:35px;
	}
#cssmenu ul ul ul{
	margin-left:100%;
	top:0
	}
#cssmenu ul ul li a{
	border-bottom:1px solid rgba(146, 34, 35, 0.27);
	padding:11px 15px;
	width:170px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
	}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
	border-bottom:0
	}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
	color:#fff
	}
#cssmenu ul ul li.has-sub > a:after{
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#aab5b8;
	content:''
	}
#cssmenu ul ul li.has-sub > a:before{
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#aab5b8;
	content:'';
	-webkit-transition:all .25s ease;-ms-transition:all .25s ease;
	transition:all .25s ease
	}
#cssmenu ul ul > li.has-sub:hover > a:before{
	top:17px;
	height:0
	}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
	background:#363636;
	}
#cssmenu ul ul ul li.active a{
	border-left:1px solid #333
	}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
	border-top:1px solid #333
	}


@media screen and (max-width:700px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid rgba(146, 34, 35, 0.27)}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#1f1f1f!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#fff;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left; border-top:0px;}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#aab5b8;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid rgba(146, 34, 35, 0.27);height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#0b0b0b}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}


/**********************
FOOTER
***********************/
footer {
	display: block;
	background-color: #0b0b0b;
	color: #fff;
	overflow: hidden;
	font-family: sans-serif;
	padding: 0 2.5%;
}

footer ul {
	overflow: hidden;
}

footer ul li {
		list-style: none;
		float: left;
		width: 90%;
		margin: 2.5%;
		background-color: #0b0b0b;
}

footer h3 {
	color: #c50000;
	margin: 5px 0;
}

footer span {
	display: block;
	width: 100%;
	text-align: center;
	padding: .5% 0;
	font-size: 12px;
}
    
footer a {
	color: #c50000;
}

footer .contacts {
    color: #fff;
}

footer #location a {
  color: #fff;
}

/**********************
PAGE HOME
***********************/
.homeimgwrap {
	width: 100%;
	background-color: #fff;
}

.homeimgwrap #mobile {
		display: block;
		width: 100%;
	}
	
.homeimgwrap #desktop {
	display: none;
	
}


/**********************
PAGE MENU
***********************/

#logowrap {
	display: block;
	width: 100%;
	background-color: rgb(251, 250, 244);
	
}

#logowrap img {
	width: 45%;
	max-width: 262px;
    margin: 0 auto;
    padding: 1.5%;
    display: block;
}

#menuwrap {
	display: block;
	width: 100%;
	background-color: rgb(251, 250, 244);
	padding-bottom: 5%;
}

#menuwrap #menu {
  background-color: #fff;
	list-style: none;
	border-top: 1px solid rgba(119, 54, 54, 0.24);
	border-left: 1px solid rgba(119, 54, 54, 0.24);
	border-right: 1px solid rgba(119, 54, 54, 0.24);
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
	overflow: hidden;
}


#menu .container {
	
}

#menu li ul {
	list-style: none;
}

#menutitle {
	padding: 4%;
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
}
#menutitle h1 {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #0b0b0b;
	margin:0;
	padding: 5% 0;
}
#menunav li {
	margin-bottom: 2%;
}

#menunav a {
	color:#c50000;
	font-weight: 900;
}

#menunavwrap {
	padding: 8% 8% 16% 8%;
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
}

#menuitemswrap {
	padding: 0;
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
}

#menuitemswrap #meal {
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
	text-align: center;
	padding: 3% 8%;
	font-size: 14px;
}
#menuitemswrap #nondaily {
	text-align: center;
	padding-bottom: 12%;
	font-size: 14px;
}

#menuitemswrap #desserts {
	border-top: 1px solid rgba(119, 54, 54, 0.24);
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
	text-align: center;
	padding: 3% 8%;
	font-size: 14px;
}

#menuitemswrap h3 {
	padding: 6% 8%;
	color:#c50000;
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
	}

#menuitemswrap ul {
	padding: 6% 8%;
}

#menuitemswrap ul li{
	margin-bottom: 6%;
	font-weight: 700;
}
	
#download {
	color: #fff;
	background-color: #0b0b0b;
	padding: 2%;
    font-size: 12px;
}

#smoke {
	padding-bottom: 1%;
}

/**********************
PAGE HISTORY
***********************/

#historywrap {
	display: block;
	width: 100%;
	background-color: rgb(251, 250, 244);
	padding-bottom: 5%;
}

#historywrap #history {
	list-style: none;
    border: 1px solid rgba(119, 54, 54, 0.24);
    width: 90%;
    margin: 0 auto;
    max-width: 760px;
    background-color: #fff;
	
}

#history1 #walterandsusie {
	width: 60%;
	margin: 0 auto 6%;
	display: block;
}

#history2 #david {
	width: 60%;
	margin: 0 auto 6%;
	display: block;
}

#history1 {
    padding: 4%;
    margin-bottom: 0;
}

#history2 {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 8%;
}

#aboutinfo {
    padding: 4%;
    margin-bottom: 4%;
}

#history #swetts {
	width: 100%;
	margin: 0 auto 6%;
	display: block;
}

/**********************
PHOTO HISTORY
***********************/
#historywrap #photohistory {
    list-style-type: none;
    list-style-position: inside;
    border: 1px solid rgba(119, 54, 54, 0.24);
    width: 90%;
    margin: 0 auto;
    max-width: 760px;
    background-color: #fff;
    overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4%;
    padding-top: 4%;
    padding-right: 2%;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 30%;
    max-width: 33%;
    padding-right: 2%;
    padding-bottom: 4%;
}

.column img {
  vertical-align: middle;
  width: 100%;
  padding-bottom: 6%;
}


/**********************
LOCATION
***********************/

#locationwrap {
	display: block;
	width: 100%;
	background-color: rgb(251, 250, 244);
	padding-bottom: 5%;
}

#locationwrap #location {
	list-style: none;
	background-color: #fff;
  border: 1px solid rgba(119, 54, 54, 0.24);
  width: 90%;
  margin: 0 auto;
  max-width: 760px;
}

#location #locationinfo{
	padding-bottom: 8% ;
}

#locationinfo p {
    color: #0b0b0b;
}

#location h4 {
		padding-left: 4%;
		color:#c50000;
		font-weight: 800;
		font-size: 30px;
}

#address p {
	padding-top: 2%;
	font-size: 20px;
	font-weight: 600;
}

#address {
  padding-top: 2%;
	padding-bottom: 4%;
}

.feature {
	padding-top: 4%;
	padding-left: 4%;
}

.loc {
    text-decoration: underline;
}

.locimg {
  width: 92%;
  margin: 4% 0 4% 4%;
}

/**********************
PRESS
***********************/

#historywrap #press {
    list-style-type: square;
    list-style-position: inside;
    border: 1px solid rgba(119, 54, 54, 0.24);
    width: 90%;
    margin: 0 auto;
    max-width: 760px;
    background-color: #fff;
    overflow: hidden;
}

#press li {
    margin: 4%;
}

#press a {
    color: #000;
}

#press a:hover {
    color:#c50000;
}

.articletitle {
    font-size: 1.5em;
}

/**********************
CONTACT
***********************/

#formwrap {
	display: block;
	width: 100%;
	background-color: rgb(251, 250, 244);
	padding-bottom: 5%;
}

#contactcontainer {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea,
#contactform button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contactform {
  background: #fff;
  margin: 0;
  border: 1px solid rgba(119, 54, 54, 0.24);
  }

#contactform h3 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4%;
  color: #0b0b0b;
}

#contactform h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

#contactform p{
	margin-bottom: 4%;
}

#contactform a{
  color: #000;
}

#contactform a:hover {
  color: #c50000;
}

.input {
    border: medium none !important;
    padding: 0;
    margin: 0 4% 4%;
    width: 92%;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea {
  width: 98%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 1%;
}

#contactform input[type="text"]:hover,
#contactform input[type="email"]:hover,
#contactform input[type="tel"]:hover,
#contactform input[type="url"]:hover,
#contactform textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contactform textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contactform button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0b0b0b;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contactform button[type="submit"]:hover {
  background: #c50000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contactform button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contactform p {
    margin-bottom: 4%;
    margin-left: 4%;
}

#contactform h1 {
    margin-bottom: 4%;
}

.copyright {
  text-align: center;
}

#contactform input:focus,
#contactform textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/**********************
CATERING
***********************/

#cateringcontainer {
  display: block;
	width: 100%;
	background-color: rgb(251, 250, 244);
	padding-bottom: 5%;
}

#cateringcontainer #catering {
  background-color: #fff;
	list-style: none;
	border-top: 1px solid rgba(119, 54, 54, 0.24);
	border-left: 1px solid rgba(119, 54, 54, 0.24);
	border-right: 1px solid rgba(119, 54, 54, 0.24);
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

#catering li ul {
	list-style: none;
}

#cateringcontact {
	float: left;
	width: 100%;
	padding: 4%;
	border-top: 1px solid rgba(119, 54, 54, 0.24);
	border-bottom: 1px solid rgba(119, 54, 54, 0.24);
}

#cateringcontact p {
	padding-top: 6%;
}

#cateringcontact a {
 color:#000;
}

#cateringcontact a:hover {
 color:#c50000;
}

#cateringtitle {
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #0b0b0b;
	padding: 4%;
    border-bottom: 1px solid rgba(119, 54, 54, 0.24);;
}

#cateringwrap #meal {
    border-bottom: 1px solid rgba(119, 54, 54, 0.24);;
    text-align: center;
    padding: 3% 8%;
    font-size: 14px;
}

#cateringwrap {
    padding: 0;
    float: left;
    width: 100%;
    background-color: #fff;
}

#cateringwrap ul {
    padding: 4%;
}

#cateringwrap ul li {
    margin-bottom: 6%;
    font-weight: 700;
}