/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/* Indochine Banh Mi Site Styles
   ========================================================================== */

   
body {
    -webkit-font-smoothing:antialiased;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}  
   

@font-face {
    font-family: 'bellysanscondensedregular';
    src: url('fonts/bellysanscondensed-webfont.eot');
    src: url('fonts/bellysanscondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellysanscondensed-webfont.woff2') format('woff2'),
         url('fonts/bellysanscondensed-webfont.woff') format('woff'),
         url('fonts/bellysanscondensed-webfont.ttf') format('truetype'),
         url('fonts/bellysanscondensed-webfont.svg#bellysanscondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, nav a, .button {
	font-family: 'bellysanscondensedregular';
	font-weight:normal;
}

h1,h2,h3,h4,h5 {
	margin:0;
}

p {
	/* font-family:"franklin-gothic-urw"; */
	font-family: "Libre Franklin", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:22px;
	margin:0;
	margin-bottom:20px;
}
   
   
   
   

  
.orange {
	color:#f7941d;
}
.cream {
	color:#ece3be;
}
   
   
   
.button {
	color:#fff;
	font-size:24px;
	text-decoration:none;
	line-height:22px;
	text-transform:uppercase;
	padding:15px 25px 13px 25px;
	display:inline-block;
	border:0;
	outline:none;
}
.button.green {
	background-color:#9ac23b;
}
.button.purple {
	background-color:#39203f;
}
.button.orange {
	background-color:#ff8c00;
}
   
   
   
form input[type=text],
form input[type=email] {
	background:#fff;
	border:1px solid #fff;
	/* font-family:"franklin-gothic-urw"; */
	font-family: "Libre Franklin", sans-serif;
	font-weight:400;
	width:100%;
	box-sizing:border-box;
	height:48px;
	color:#9b916b;
	font-size:15px;
	padding:0 18px;
	margin-bottom:20px;
	outline:none;
    -webkit-appearance:none;
}

form input[type=text]:focus,
form input[type=email]:focus {
	border-color:#d0c8ac;
}
   
::-webkit-input-placeholder {
color: #bbb49b;
}

:-moz-placeholder { /* Firefox 18- */
color: #bbb49b;  
}

::-moz-placeholder {  /* Firefox 19+ */
color: #bbb49b; 
}

:-ms-input-placeholder {  
color: #bbb49b;
}  
   
   
   
/**
 * Header / Masthead
 */   
   
#masthead {
	height:150px;
	position:absolute;
    top:0;
    left:0;
    right:0;
	z-index:200;
}

#masthead .branding {
	display:inline-block;
	width:180px;
	height:100px;
	background:url(../images/logo.png) 0 0 no-repeat;
	position:relative;
	top:18px;
	vertical-align:top;
}

#masthead nav {
	display:inline-block;
	vertical-align:top;
	position:absolute;
	top:72px;
	right:0;
}

#masthead nav a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:6px;
	margin-left:30px;
	vertical-align:top;
	transition:opacity .25s ease;
}

#masthead nav a:hover {
	opacity:.75;
}


#masthead .twitter,
#masthead .facebook {
	display:inline-block;
	overflow:hidden;
	outline:none;
	text-indent:-9999px;
	width:24px;
	height:24px;
	background:url(../images/sprite.png) 0 0 no-repeat;
	position: relative;
	top: -4px;
}
#masthead .facebook {
	background-position:-24px 0;
}
#masthead .twitter {
	margin-left:14px;
}


#masthead .twitter:hover {
	background-position:-72px 0;
	opacity:1;
}

#masthead .facebook:hover {
	background-position:-48px 0;
	opacity:1;
}



#masthead.fixed {
	background:#fff;
	height:100px;
    position:fixed;
    top:-100px;
    left:0;
    right:0;
    z-index:200;
    -webkit-transition:-webkit-transform .35s;
    transition:transform .35s;
}

#masthead.fixed.slide {
    -webkit-transform:translate(0,100px);
    transform:translate(0,100px);
}


#masthead.fixed .branding {
	top:0;
	background-position:0 -117px;
}

#masthead.fixed a {
	color:#9ac23b;
}


#masthead.fixed nav {
	top:51px;
}


#masthead.fixed .twitter {
	background-position:-72px 0;
}

#masthead.fixed .facebook {
	background-position:-48px 0;
}








/**
 * Parallax
 */



.parallax-tile {
    width:100%;
    height:600px;
    overflow:hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    opacity:1;
    background-color:#000;
    position:relative;
    z-index:2;
}
.parallax-tile img {
   
    display:block;
    margin: 0 auto;
    width:100%;
    height:auto;
    position:absolute;
    bottom:0;
    left:0;
    top:50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    
}

.parallax-tile-01 .pull-tab {
	display:inline-block;
	width:56px;
	height:56px;
	border-radius:100%;
	background:#2b1130;
	position:absolute;
	top:-34px;
	left:50%;
	margin-left:-23px;
	z-index:20;
}



/**
 * Hero
 */

 
#hero {
	width:100%;
	z-index:1;
	overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:90%;
}
#hero.zindex {
    z-index:-1;
}
#hero > img {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
    display:block;
}
#hero .hero-content {
    position:fixed;
    top:0;
    right:0;
    left:0;
    height:90%;
}

#hero .hero-content > div {
	position:absolute;
	top:55%;
	left:50%;
	z-index:10;
	text-align:center;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
    width:720px;
}
#hero h1 {
	color:#fff;
	font-size:60px;
	line-height:70px;
	text-transform:uppercase;
	margin:0;
	margin-bottom:24px;
}


.video-wrap {
    position:fixed;
    z-index:-1;
    top:-20px;
    left:0;
    bottom:0;
    right:0;
}
.video-wrap:after {
    content:"";
    display:block;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.35);
    position:absolute;
}
.video-wrap > img  {
	width:100%;
	height:auto;
    display:block;
}
.video-wrap > img.height {
    height: 100%;
    width: auto;
}


#jp_container_1 {
    position:absolute;
    top:-20px;
    left:0;
    bottom:0;
    right:0;
}

#jquery_jplayer_1 {
    position:relative;
	height:100%!important;
    width:100%!important;
	overflow:hidden;
}

#jquery_jplayer_1 video,
#jquery_jplayer_1 object,
#jquery_jplayer_1 embed {
    position:absolute!important;
    top:0!important;
    left:0!important;
}

#jquery_jplayer_1 video.height {
    height:100%!important;
    width:auto!important;
}
#jquery_jplayer_1 video.width {
    width:100%!important;
    height:auto!important;
}

/**
 * About
 */
 
#about {
	margin-top:0;
	background-color:#39203f;
	padding:90px 0;
	text-align:center;
	box-shadow:0 0 150px #1f0223 inset;
	position:relative;
	z-index:20;
    margin-top:90%;
}

#about h1 {
	text-align:center;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	font-size:36px;
	line-height:40px;
	margin-bottom:36px;
	
}

#about p {
	color:#ece3be;
}


#about .col {
	width:40.16544117647059%;
	display:inline-block;
	text-align:left;
}

#about .col.left {
	margin-right:1.28676470588235%
}
#about .col.right {
	margin-left:1.28676470588235%
}


#about .col.left { /* adjusted 12.31.2020 */
	max-width:700px;
	width: 80%;
	display:inline-block;
	text-align:left;
	margin-right: 0;
	}



#about .pull-tab {
	display:inline-block;
	width:56px;
	height:56px;
	border-radius:100%;
	background:transparent url(../images/sprite.png) 4px -37px no-repeat;
	position:absolute;
	bottom:-34px;
	left:50%;
	margin-left:-23px;
	z-index:20;
	cursor:pointer;
}



/**
 * Menu
 */

#menu {
	background-color:#f4eed8;
	padding:90px 0;
	position:relative;
	z-index:20;
}

#menu .pull-tab.bottom {
	display:inline-block;
	width:56px;
	height:56px;
	border-radius:100%;
	background:#f4eed8 url(../images/sprite.png) 4px -25px no-repeat;
	position:absolute;
	bottom:-21px;
	left:50%;
	margin-left:-23px;
	z-index:20;
	cursor:pointer;
}


#menu .catering {
	display:inline-block;
	position:absolute;
	width:100px;
	height:100px;
	background:url(../images/sprite.png) -158px -156px no-repeat;
	top:-20px;
	right:0;
}

#menu h1 {
	font-size:48px;
	line-height:1.05;
	text-align:center;
	margin-bottom:15px;
}

#menu h2 {
	font-size:36px;
	line-height:1.05;
	margin-bottom:20px;
	text-transform:uppercase;
	margin-top:44px;
}

#menu h2 em {
	/* font-family:"franklin-gothic-urw"; */
	font-family: "Libre Franklin", sans-serif;
	font-style:italic;
	font-size:15px;
	position:relative;
	text-transform:none;
	top:-2px;
}

#menu h3 {
	font-size:24px;
	line-height:1.05;
	margin-bottom:0px;
	margin-top:26px;
	text-transform:uppercase;
}


#menu table {
	width:100%;
}
#menu p,
#menu td {
	color:#9b916b;
	/* font-family:"franklin-gothic-urw"; */
	font-family: "Libre Franklin", sans-serif;
}

#menu td {
	margin:0;
	padding:0;
	vertical-align:bottom;
	font-size: 15px;
	line-height: 22px;
}
#menu td > em {
	font-size:12px;
	font-style:italic;
}

#menu td.price {
	text-align:right;
}


#menu .col {
	width:31.61764705882353%;
	display:inline-block;
	vertical-align:top;
}

#menu .col.left,
#menu .col.center {
	margin-right:1%;
}

#menu .col.right,
 #menu .col.center {
	margin-left:1%;
}





#menu-newsletter {
	border-top:1px solid #d5ceb2;
	padding-top:20px;
	margin-top:60px;
}

#menu-newsletter h2 {
	font-size: 36px;
	letter-spacing: -1px;
	color:#9ac23b;
}

#menu-newsletter form {
	padding-top:10px;
}


.order-online{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	}
	.order-online h2{
		color:#f7941d;
		text-align: center;
		margin: 0 auto;
		}
	.order-online a{
		margin: 20px auto 0;
		}




/**
 * Reviews
 */
 
#reviews {
	background-color:#39203f;
	padding:50px 0;
	text-align:center;
	box-shadow:0 0 150px #1f0223 inset;
	position:relative;
	z-index:20;
	overflow:hidden;
}
 
#reviews .col.left {
	display:inline-block;
	vertical-align:top;
	width:16%;
	text-align:left;
    padding:40px 0;
}
#reviews .col.left a {
	display:inline-block;
	height:135px;
	width:130px;
	background:url(../images/sprite.png) 0 -120px no-repeat;
    position:relative;
    vertical-align:middle;
}
#reviews .col.left a.b {
	background: url(../images/sprite.png) 15px -256px no-repeat;
	height:100px;
	margin-top: 16px;
}



#reviews .col.right {
	width:82.72%;
	display:inline-block;
	vertical-align:top;
	position:relative;
    padding:40px 0;
} 
#reviews .container:before {
    content:"";
    display:inline-block;
    position:absolute;
    top:0;
    left:17%;
    bottom:0;
    width:1px;
    height:100%;
    background:rgba(255,255,255,.15);
}



#reviews .quotes {
    position:relative;
}
 
#reviews blockquote {
	opacity:0;
    visibility:hidden;
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    left:50px;
    right:50px;
    text-align:center;
    padding:0;
    margin:0;
}
 
#reviews blockquote.active {
    visibility:visible;
    opacity:1;
}
#reviews blockquote p {
	color:#f7941d;
	font-family: 'bellysanscondensedregular';
	font-weight: normal;
	font-size:48px;
	text-transform:uppercase;
	margin-bottom:28px;
	line-height:48px;
}
#reviews blockquote p:before {
	content:'"';
}
#reviews blockquote p:after{
	content:'"';
}
 
#reviews blockquote a {
	color:#9ac23b ;
	text-decoration:underline;
    display:block;
}


.controls {
    position:absolute;
    right:0;
    top:50%;
    margin-top:-41px;
    height:82px;
    width:42px;
}

#reviews a.next,
#reviews a.prev {
	display:inline-block;
	position:absolute;
	right:0;
	width:42px;
	background:url(../images/sprite.png) -204px -7px no-repeat;
	height:22px;
	top:0px;
	opacity:.4;
	transition:opacity .25s ease;
}
#reviews a.next {
	bottom:0px;
	top:auto;
	background-position:-204px -75px;
}


#reviews a.next:hover,
#reviews a.prev:hover {
	opacity:1;
}

 
 
 /**
 * Locations
 */
 
#locations {
	background-color:#f4eed8;
	position:relative;
	height:500px;

}

#locations #map,
#locations #map-mobile {
    width:100%;
    height:500px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#locations #map-mobile {
    background-image: url(../images/map_for_mobile.png);
    background-size: 1562px 1000px;
    background-position: center center;
    background-repeat: no-repeat;    
}

@media only screen and (min-width: 1562px){
	
	#locations #map-mobile {
	    background-size: cover; 
		}
	
}


#locations .col.right {
	background:rgba(244,238,218,.8);
	width:42.7%;
	height:440px;
	top:0;
	bottom:0;
	right:0;
	position:absolute;
	z-index:2000;
	padding-top:60px;
}



#locations h1,
#locations h2 {
	text-transform:uppercase;
	margin-bottom:20px;
	margin-left:93px;
}

#locations p {
	color:#9b916b;
	margin-left:93px;
}



#locations p span {
	display:inline-block;
	width:80px;
}

#locations a {
	color: #9ac23b;
	text-decoration: underline;
}


#locations .leaflet-control-attribution a {
    color:#333!important;
    font-size:11px!important;
}


#locations div.TA_certificateOfExcellence{
	width: 170px;
	height: 134px;
	margin-left: 83px;
	margin-top: 40px;
	}



#foundation {
	background:#fff;
	position:relative;
	z-index:100;
	top:-2px;
	padding-top:30px;
	padding-bottom:30px;
}
#foundation p {
	margin-bottom:0;
	color:#9b916b;
}


/**
 * Container / Grid
 */
 
section {
	position:relative;
	z-index:20;
}

.container {
	width:96%;
	max-width:1088px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}



#mobile-indicator {
    display:none;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/* Doordash Link */

a.doordash{
	position: fixed;
	z-index: 99;
	bottom: 35px;
	right: 35px;
	display: block;
	width: 289px;
	height: 60px;
	border: none;
	margin: 0;
	background-image: url('https://cdn.doordash.com/media/button/289x59_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	text-decoration: none;
	}
	
	
a.doordash.alt{
	line-height: 59px;
	border-radius: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
	background-image: none;
	background-color: #39203f;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
	font-family: 'bellysanscondensedregular';
	font-weight:normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	background-color:#9ac23b;
	}	
	
a.giftcard{
	position: fixed;
	z-index: 99;
	bottom: 35px;
	right: 285px;
	display: block;
	width: 289px;
	height: 60px;
	border: none;
	margin: 0;
	background-image: url('https://cdn.doordash.com/media/button/289x59_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	text-decoration: none;
	}
	
	
a.giftcard.alt{
	line-height: 59px;
	border-radius: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
	background-image: none;
	background-color: #39203f;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
	font-family: 'bellysanscondensedregular';
	font-weight:normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	background-color:#9ac23b;
	}		
	
	
	a.franchise{
	position: fixed;
	z-index: 99;
	bottom: 35px;
	right: 472px;
	display: block;
	width: 289px;
	height: 60px;
	border: none;
	margin: 0;
	background-image: url('https://cdn.doordash.com/media/button/289x59_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	text-decoration: none;
	}
	
	
a.franchise.alt{
	line-height: 59px;
	border-radius: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
	background-image: none;
	background-color: #39203f;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
	font-family: 'bellysanscondensedregular';
	font-weight:normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	background-color:#9ac23b;
	}	
	a.catering{
	position: fixed;
	z-index: 99;
	bottom: 35px;
	right: 654px;
	display: block;
	width: 289px;
	height: 60px;
	border: none;
	margin: 0;
	background-image: url('https://cdn.doordash.com/media/button/289x59_red.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	text-decoration: none;
	}
	
	
a.catering.alt{
	line-height: 59px;
	border-radius: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
	background-image: none;
	background-color: #39203f;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
	font-family: 'bellysanscondensedregular';
	font-weight:normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	background-color:#9ac23b;
	}	
@media all and (max-width:768px) {
	
	a.doordash{
		bottom: 10px;
		right: 43%;
		margin-right: -144px;
		padding-right:15px !important;
		padding-left:15px !important;
		}
	a.giftcard{
		bottom: 10px;
		right: 100%;
		margin-right: -144px;
		padding-right:15px !important;
		padding-left:15px !important;
		}	
	a.franchise{
		bottom: 76px;
		right: 100%;
		margin-right: -144px;
		padding-right:15px !important;
		padding-left:15px !important;
		}	
	a.catering{
		bottom: 77px;
		right: 52%;
		margin-right: -177px;
		padding-right:15px !important;
		padding-left:15px !important;
		}		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/**
 * Media Queries
 */
 
 
 
@media all and (min-width:768px) and (max-width: 1280px) {

    .parallax-tile {
        height:400px
    }

}
 
@media all and (min-width:300px) and (max-width: 768px) {

    
    #mobile-indicator {
        display:block;
    }
    

    #masthead {
        position:absolute;
        top:0;
        left:0;
        right:0;
    }

    
    .mobile-menu-toggle {
        display:inline-block;
        width:28px;
        height:28px;
        position:absolute;
        top:16px;
        right:28px;
        background:url(../images/sprite.png) -5px -92px no-repeat;
    }
    #masthead .container {
       text-align:center;
       width:100%;
    }

    #masthead .branding {
        top:20px;
    }
    #masthead nav {
        position:absolute;
        top:0;
        left:0;
        right:0;
        display:block;
        background:#fff;
        padding-bottom:50px;
        padding-top:130px;
        text-align:center;
        
        z-index:10;
        -webkit-transform:translate(0,-100%);
        -moz-transform:translate(0,-100%);
        transform:translate(0,-100%);
        
        -webkit-transition:-webkit-transform .4s;
        -moz-transition:transform .4s;
        transition:transform .4s;
    }
    #masthead nav a {
        margin-left:0;
        color:#82c330;
        margin-bottom:20px;
        display:block;
    }
    #masthead .twitter, #masthead .facebook {
        margin:0 6px;
        top:0;
    }
    #masthead .twitter {
        background-position:-72px 0;
    }

    #masthead .facebook {
        background-position:-48px 0;
        margin-left:-1px;
    }
    
    #masthead.fixed {
        height:80px;
        top:0;
        box-shadow:0 0 7px rgba(0,0,0,.25);
    }
    
    #masthead.fixed .mobile-menu-toggle {
        z-index:20;
        background-position:-35px -92px;
        top:26px;
        right:20px;
    }
    
    #masthead.fixed .branding {
        z-index:20;
        background-position: center -217px;
        height:80px;
        width:auto;
        display:block;
        padding-left:60px;
        padding-right:60px;
        background-color:#fff;
    }
    
    #masthead.fixed nav {
        top:0;
    }
    
    #masthead.fixed.open {
        box-shadow:none;
    }
    
    #masthead.fixed.open nav {
        -webkit-transform:translate(0,0);
        -moz-transform:translate(0,0);
        transform:translate(0,0);
        z-index:10;
        box-shadow:0 0 7px rgba(0,0,0,.25);
    }
    
    
    #masthead.fixed.open .mobile-menu-toggle {
        background-position:-63px -92px;
        
    }
    
    .video-wrap {
        height:90%;
        display:none;
    }
    
    #jp_container_1 {
        display:none;
    }
    

   #hero {
        height:450px;
        position:relative;
        background:#000 url(../images/hero.jpg) 50% 50% no-repeat;
        background-size:cover;
    }
   
    #hero .hero-content {
        height:450px;
    }

    #hero .hero-content > div {
        top:auto;
        bottom:60px;
        -webkit-transform:none;
        transform:none;
        left:0;
        right:0;
        max-width:300px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    
    #hero .hero-content .button.orange{
	    margin-top: 20px;
    }
   
   #hero h1 {
        font-size:48px;
        line-height:54px;
   }
   #about {
        margin-top:0px!important;
   }
   #about h1 {
        text-align:left;
        font-size:30px;
        line-height:34px;
   }
   #about .col,
   #menu .col {
        width:100%;
        display:block;
        margin:0!important;
   }
   
   #menu h1 {
        text-align:left;
   }
   
   .parallax-tile {
        height:400px;
   }
   .parallax-tile img {
        position:absolute;
        left:50%;
        top:50%;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        height: auto;
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
   }
   .parallax-tile img.height {
        height:100%;
        width:auto;
   }
   
   
   #reviews {
        padding:65px 0;
   }
   
   #reviews .container {
        padding-bottom:230px;
   }
   #reviews .col.left,
   #reviews .container:before {
        display:none;
   }
   
   #reviews .col.right {
        padding:30px 0;
        width:100%;
        display:block;
        margin-bottom:40px;
   }
   
   #reviews .col.left {
        position:absolute;
        bottom:0px;
        left:0;
        right:0;
        width:100%;
        display:block;
        border-top:1px solid rgba(255,255,255,.15);
        text-align:center;
        padding-top:46px;
   }
   
   
   #reviews blockquote p {
        font-size:36px;
        line-height:40px;
   }
   #reviews blockquote {
        left:2%;
        right:2%;
       
   }
    #reviews blockquote.active {
        position:static;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        padding-bottom:55px;
    }
    #reviews blockquote a {
        max-width:240px;
        margin-left:auto;
        margin-right:auto;
    }
   #reviews .controls {
        top:auto;
        bottom:268px;
        right:0;
        left:0;
        margin-left:auto;
        width:90px;
        height:42px;
        margin-right:auto;
   }
   #reviews a.next {
        right:0;
        left:auto;
        background-position:-163px -43px;
        height:42px;
        width:22px;
   }
   #reviews a.prev {
        left:0;
        right:auto;
        height:42px;
        background-position:-96px -43px;
        width:22px;
   }
   
   
   
   
   #locations {
        padding-top:440px;
   }
   #locations .col.right {
        top:0;
        bottom:auto;
/*         height:340px; */
        width:100%;
        text-align:center;
        box-shadow:0 0 10px rgba(0,0,0,.2);
   }
   #locations .col.right:after {
        content:"";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: rgba(244,238,218,1) transparent transparent transparent;
        position:absolute;
        bottom:-15px;
        left:50%;
        margin-left:-15px;
   }

   #locations h1,
   #locations h2,
   #locations p {
        margin-left:0;
   }
   
   #locations #map,
   #locations #map-mobile {
        height: 498px;
        top: 500px;
    }
    
    
    #locations div.TA_certificateOfExcellence{
	margin-left: auto;
	margin-right: auto;
	}
    
  
}


@media all and (min-width:300px) and (max-width: 768px) and (orientation: landscape) {
    #hero .hero-content > div {
        max-width:80%;
        bottom:120px;
    }
    #hero h1 {
        font-size: 40px;
        line-height: 44px;
    }
    #hero,
    #hero .hero-content {
        height:400px;
    }
}

@media all and (min-width:620px) and (max-width: 768px) {
 
 
 
 
    #menu-newsletter #mc_embed_signup {
        max-width:320px;
    }
    #menu table {
        max-width:420px;
    }
 
}

@media all and (min-width:700px) and (max-width: 768px) {


    #menu .col.left {
        width: 46%;
        display: inline-block;
        margin-right: 2%!important;
    }
    #menu .col.center {
        width: 46%;
        display: inline-block;
        margin-left: 2%!important;
    }
    #menu .col.right {
        width: 46%;
        position: relative;
        display: block;
        margin-left: 0!important;
        margin-bottom: 60px!important;
    }
    #menu-newsletter {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        margin-left: 8%;
        margin-top: 0;
    }

}


 /* Button */
    .open-btn {
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }

    /* Overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Popup */
    .popup {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      width: 90%;
      max-width: 350px;
      text-align: center;
      position: relative;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      cursor: pointer;
    }

    /* Buttons inside popup */
    .popup a {
      display: block;
      margin: 10px 0;
      padding: 12px;
      text-decoration: none;
      color: white;
      background: #28a745;
      border-radius: 6px;
      font-size: 24px;
    }

    .popup a:nth-child(3) {
      background: #28a745;
    }

    /* Mobile adjustments */
    @media (max-width: 480px) {
      .popup {
        width: 95%;
      }
    }
    
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) 
	{
		
        
        
        #masthead .branding {
            background-image:url(../images/logo@2x.png);
            background-size:180px 300px;
        }
        
        #reviews a.next,
        #reviews a.prev,
        #reviews .col.left a,
        #menu .catering,
        #menu .pull-tab.bottom,
        #about .pull-tab,
        #masthead .twitter,
        #masthead .facebook,
        .mobile-menu-toggle {
            background-image:url(../images/sprite@2x.png);
            background-size:256px 400px;
        }
        
        
	}