@charset "utf-8";
/* CSS Document */

.container-fluid {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.fullWidthWhite {
	width:100%;
	background-color:#fff;	
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default {
	font-family: "Typewriter", Georgia, Times New Roman, serif;
	font-size: 20px;
	border: none;
	margin:0;
	background:none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #eaab1c;
	background:none;
}

.navbar-default .navbar-nav > li > a {
    color: #232323;
	background:none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #eaab1c;
	background:none;
}

.navbar-default .navbar-nav > li > a:visited {
    color: #232323;
	background:none;
}

.navbar-default2 .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #eaab1c;
	background:none;
}

.navbar-default2 .navbar-nav > li > a {
    font-size:20px;
	color: #232323;
	background:none;
}

.navbar-default2 .navbar-nav > li > a:hover {
    color: #eaab1c;
	background:none;
}

.navbar-default2 .navbar-nav > li > a:visited {
    color: #232323;
	background:none;
}

.navbar-toggle {
    float:right;
	background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-bottom: 8px;
    margin-top: 8px;
    padding: 9px 10px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}
/*.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}*/

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f9f9f9;
}

/*.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}*/

body {
	background-color:#EEEEEE;
	font-family: "Typewriter", Arial, Verdana, sans-serif;
	color: #393527;
	font-size: 18px;
	font-weight: 300;	
}

a:hover, a:focus {
    color: #777;
	text-decoration:none;
}
a {
    color: #393527;
}

a:hover {
	color: #1D202C;
}

sup {
	color:#EAAB1C;
}

h1 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	font-size: 48px;
	line-height: 1.5em;
	margin-bottom:18px;
	text-transform:lowercase;
	word-spacing: 8px;
}

h2 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #0f1130;
	font-size: 32px;
	margin-bottom:18px;
	text-transform:lowercase;
	word-spacing: 8px;
}

h3 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #393527;
	font-size: 22px;
	text-transform:lowercase;
	word-spacing: 6px;
}

.h3 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #393527;
	font-size: 22px;
	text-transform:lowercase;
	word-spacing: 8px;
}

.h4 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #393527;
	font-size: 18px;
	text-transform:lowercase;
	word-spacing: 8px;
}

.allergens img {
	width: 30px;
	padding: 0 0 0 5px;
}

.yoello {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	margin: 10px 0;
	color: #393527;
	font-size: 18px;
	padding: 20px 40px 10px 40px;
	background-color: #EAAB1C; 
	border-radius: 10px;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.btn-info {
  color: #fff;
  background-color: #393527;
  border-color: #393527;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #393527;
  border-color: #393527;
}
.btn-info:hover {
  color: #fff;
  background-color: #222017;
  border-color: #222017;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #393527;
  border-color: #393527;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #222017;
  border-color: #222017;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #222017;
  border-color: #222017;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.subheadLine {
    border-bottom: 1px solid #ddd;
    line-height: 1.42857;
    vertical-align: bottom;
	margin-top:-5px;
}

.x-small {
	margin-top:15px;
	font-size:14px;	
}

.x-small a {
	color:#eaab1c;
}

.x-small a:hover {
	color:#f9f9f9;
}
	
.down  {
	font-family: "Typewriter", Georgia, Times New Roman, serif;
	font-size: 18px;
	text-decoration:none;
	text-align:center;
}	

.down a {
	color: #30354a;
}

.down a:hover {
	color: #1D202C;
}

.downWhite  {
	font-family: "Typewriter", Georgia, Times New Roman, serif;
	font-size: 18px;
	text-decoration:none;
	text-align:center;
	color: #fff;
}	

.downWhite a {
	color: #fff;
}

.downWhite a:hover {
	color: #eee;
}

.downWhiteMarginLeft {
	margin-left:70px;
	color: #fff;	
}

.white-text {
	font-family: "Typewriter", Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 26px;
	font-weight: 300;	
}

.blue-opaque-bg {
	background-color: rgba(66, 72, 98, 0.9);
	padding:30px;	
}

.h1-white {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #dfe0e6;
	font-size: 46px;
	line-height: 1.5em;
	text-transform:lowercase;
	text-shadow: 0px 3px 2px rgba(50, 50, 50, 0.5);
	margin-top:30px;
	word-spacing: 5px;
}

.videoPlayer {
	width:320px;
	height:180px;
	float:right; 
	padding:0 0 10px 15px;
}

.footer-bg {
	padding:20px 0;
	background:url("../images/footer-bg.png") repeat-x;
	background-color:#232323;
	border-top: solid 4px #fff;
	font-size:1.2rem;
	color:#f9f9f9;
}

.footer-bg a {
	color:#f9f9f9;
}

.footer-bg a:hover {
	color:#eaab1c;
}

.clear {
	clear:both;	
}

.clear20 {
	clear:both;	
	margin-bottom:20px;
}

.clear50 {
	clear:both;	
	margin-bottom:50px;
}

.clear100 {
	clear:both;	
	margin-bottom:100px;
}

.clearMenu {
	margin:10px 0;
	border-bottom: 1px #ccc solid;	
}

.clearMenuLast {
	margin:10px 0;
	border-bottom: 2px #aaa solid;	
}

.menuWrapFirst {
	margin:10px 0 0 0;
	padding-bottom:0px;
	border-bottom: 0px #ccc solid;	
}

.menuWrap {
	margin:0 0 10px 0;
	padding:10px 0;
	border-bottom: 1px #ccc solid;	
}

.menuWrapLast {
	margin:10px 0;
	padding:10px 0 20px 0;
	border-bottom: 2px #aaa solid;	
}

a:hover {
	text-decoration:none;
	outline:none;	
}

a:focus {
	outline:none;	
}

.logo {
	margin-top:12px;	
	}
	
.hidegallery { display: block; }

/* CONTAINERS

============================ */

#homeContainer {
	position:relative;
	background-image:url("../images/header4.jpg"); 
	padding-top:20px;
	min-height:400px;
	width:100%;
	background-size:cover;
	background-position:center top;
	z-index:1;
}

#xmasContainer {
	position:relative;
	background-image:url("../images/header-xmas-i.jpg"); 
	padding-top:20px;
	min-height:400px;
	width:100%;
	background-size:cover;
	background-position:center top;
	z-index:1;
}


#aboutContainer {
	position:relative;
	background-image:url("../images/main-repeat-bg.jpg"); 
	padding-top:20px;
	min-height:400px;
	width:100%;
	background-repeat:repeat;
	background-position:center top;
	z-index:1;
	font-size:22px;
}

#welcomeContainer {
	background-image:url("../images/main-repeat-bg.jpg"); 
	min-height:700px;
	width:100%;
	background-repeat:repeat;
	background-position:center top;	
}

#menusContainer {
	position:relative;
	background-image:url("../images/top_bgrnd.jpg"); 
	min-height:400px;
	width:100%;
	background-repeat:repeat;
	background-position:center top;
	z-index:1;
	font-size:18px;
}

#cateringContainer {
	position:relative;
	background-image:url("../images/catering-bg.jpg"); 
	min-height:700px;
	background-size:cover;
	background-position:center top;
	z-index:1;
}

#galleryContainer {
	position:relative;
	background-color:#fff; 
	min-height:400px;
	width:100%;
	z-index:1;
	font-size:18px;
}

#contactContainer {
	position:relative;
	background-color:#eee; 
	min-height:400px;
	width:100%;
	z-index:1;
	font-size:18px;
}


/* HOME

============================ */

#homeLower {
	background-color:#f9f9f9;
	font-size:18px;	
}

#absolute-bottom {
    position: relative;
    margin-top:-35px;
	z-index:10000;
}

#absolute-bottom img {
	width:70px;
	height:35px;	
}

.white {
	color:#fff;	
}

/* ABOUT

============================ */

.welcomeLeft {
	margin:100px 0;
	padding:0 120px;
	font-size:20px;
}

.welcomeRight {
	background-image:url("../images/about-thyme-sm2.jpg"); 
	background-position:right center;
	min-height: 960px;	
}

/* MENUS

============================ */

.menusLeft {
	margin:100px 0;
	padding:0 120px;
}

.menusRight {
	background-image:url("../images/about-thyme.jpg"); 
	background-position:right center;
	min-height: 960px;	
}


/* TEAM

============================ */

.teamDescrip {
	position:relative;
	width:300px;
	text-align:left;	
}

/* GALLERY 

============================ */

.galleryFrame {
	margin-left:0px;	
}


/* SHOP

============================ */

.shopBox {
	background-image:url("../images/shop-repeat-bg.png"); 
	width:100%;
	background-repeat:repeat;
	background-position:left top;	
	color:#fff;	
	margin:50px 0 30px 70px;
	padding:30px;
	text-align:left;
	font-size:18px;
}

.shopBox h1 {
	color:#fff;
}	

.shopBox a {
	color:#eaab1c;
}

.shopBox a:hover {
	color:#fff;
}		

/**********************
	Accordion

**********************/

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 100%;
	float: left;
	padding-top:5px;
	padding-bottom:10px;
	cursor: pointer;
	}
 
 .accordionButton h2 {	
	cursor: pointer;
	}
 
 .accordionContent {	
	width: 100%;
	float: left;
	padding-bottom:20px;
	padding-right:15px;
	display: none;
	border-bottom: 0px solid #a6a381;
	}
	
 .accordionButton2 {	
	width: 100%;
	float: left;
	padding-top:5px;
	padding-bottom:10px;
	cursor: pointer;
	}
 
 .accordionContent2 {	
	width: 90%;
	float: left;
	margin-left:10px;
	padding-bottom:20px;
	padding-right:15px;
	display: none;
	border-bottom: 0px solid #a6a381;
	}

  .hand {
	cursor: pointer;
	}
	
	.hiddenTO { display: block; }
	.unhiddenTO { display: none; text-align:center; }


/**********************
	Google Maps  
**********************/

#map-canvas {
  width:100%;
  height:380px;
  min-height:380px;
  margin: 0 0 12px 0;
  padding: 0 -15px;
  border-top: 0px solid rgba(0,0,0,.1);
  border-bottom: 0px solid rgba(0,0,0,.1);
}

/**********************
	Scroller  
**********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #f9f9f9;
    color: #595960;
    width: 43px;
    height: 43px;
    line-height: 43px;
    right: 30px;
    bottom: 30px;
    padding-left: 1px;
	padding-bottom:3px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #2f314c;
	color:#f9f9f9;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	.welcomeLeft {
		margin:100px 0;
		padding:0 20px;
		font-size:20px;
}

	.welcomeRight {
	background-image:url("../images/breakfast2.jpg"); 
	background-position:center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	min-height: 300px;	
}


	.shopBox {
	background-image:url("../images/shop-repeat-bg.png"); 
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-position:left top;	
	color:#fff;	
	margin: 20px 0 0 0;
	padding:20px;
	text-align:left;
	font-size:18px;
}

	.shopBox h1 {
	font-size:36px;
}

	h1 {
	font-size:36px;
} 

	.h1-white {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #dfe0e6;
	font-size: 36px;
	word-spacing: 0px;
}


	.downWhiteMarginLeft {
	color: #fff;
	padding-left:-40px;	
}

	.logo {
	width:70%;	
	}
	
	/*.navbar-toggle {
    float: none; 
	display: block; 
	background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top: 20px;
	margin-right: 0 auto;
	margin-bottom: 0 auto;
   	margin-left: 0 auto;
	text-align: center;
    padding: 12px 10px 9px 10px;
    position: relative;
}*/
	
	.navbar-toggle { float: none; display: block; margin: 10px auto; text-align: center; } 

	.hidegallery { display: none; }
	.hiddenTO { display: none; }
	.unhiddenTO { display: block; text-align:center; }

	.videoPlayer {
	width:100%;
	height:auto;
	float:left; 
	padding:0 0 20px 0;
	/*margin-bottom:20px*/
}	
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	

	.welcomeLeft {
	margin:100px 0;
	padding:0 120px;
	font-size:20px;
}

	
	.welcomeRight {
	background-image:url("../images/breakfast2.jpg"); 
	background-position:center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	min-height: 330px;	
}

	.hidegallery { display: none; }
		
	.navbar-toggle { float: none; display: block; margin: 0 auto; text-align: center; } 
	
	}

	/* Tablet  */
	@media only screen and (min-device-width : 768px) 
	and (max-device-width : 1024px)  { 
	
	h1 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	font-size: 36px;
	margin-bottom:18px;
	text-transform:lowercase;
}

	h2 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #0f1130;
	font-size: 26px;
	margin-bottom:18px;
	text-transform:lowercase;
}

	h3 {
	font-family: 'wildfireregular', Georgia, Times New Roman, serif;
	color: #393527;
	font-size: 18px;
	text-transform:lowercase;
}
	
	.welcomeLeft {
	margin:20px 0;
	padding:0 30px;
	font-size:14px;
}

	.welcomeRight {
	background-image:url("../images/about-thyme-sm2.jpg"); 
	background-position:right center;
	min-height: 768px;	
}

	#cateringContainer {
	position:relative;
	background-image:url("../images/catering-bg-sm.jpg"); 
	min-height:768px;
	width:100%;
	background-size:cover;
	background-position:center top;
	z-index:1;
}

	.shopBox {
	background-image:url("../images/shop-repeat-bg.png"); 
	width:100%;
	background-repeat:repeat;
	background-position:left top;	
	color:#fff;	
	margin:20px;
	padding:20px;
	text-align:left;
	font-size:14px;
}

	.downWhiteMarginLeft {
	color: #fff;
	margin-bottom:10px;
	margin-left:20px;	
}

	.galleryFrame {
	margin-left:-5px;	
}


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: "Typewriter";
    src: url('../fonts/TYPEWR__.eot?') format("eot"), url('../fonts/TYPEWR__.woff') format("woff"), url('../fonts/TYPEWR__.ttf') format("truetype"), url('../fonts/TYPEWR__.svg#Typewriter') format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'typewriterbold';
    src: url('../fonts/typewr-webfont.eot');
    src: url('../fonts/typewr-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/typewr-webfont.woff2') format('woff2'),
    url('../fonts/typewr-webfont.woff') format('woff'),
    url('../fonts/typewr-webfont.ttf') format('truetype'),
    url('../fonts/typewr-webfont.svg#typewriterbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'wildfireregular';
    src: url('../fonts/WILDFIRE/wildfire-regular-webfont.eot');
    src: url('../fonts/WILDFIRE/wildfire-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WILDFIRE/wildfire-regular-webfont.woff2') format('woff2'),
         url('../fonts/WILDFIRE/wildfire-regular-webfont.woff') format('woff'),
         url('../fonts/WILDFIRE/wildfire-regular-webfont.ttf') format('truetype'),
         url('../fonts/WILDFIRE/wildfire-regular-webfont.svg#wildfireregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

