/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ffde17;
    text-shadow: none;
}

::selection {
    background: #ffde17;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   GLOBAL LAYOUT
   ========================================================================== */

.out {
    width: 100%;
}

.in {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
}


/* ==========================================================================
   GLOBAL STYLE
   ========================================================================== */

body {
	font-family:"futura-pt", sans-serif;
}

.hoverfade {transition: opacity 0.2s ease;}
.hoverfade:hover {opacity:0.7;}

.body-text a {
	color:#000;
	text-decoration:none;
	border-bottom: .075em solid #ffde17;
    box-shadow: inset 0 -0.075em 0 #ffde17;
    transition:background-color 0.2s ease, border-bottom 0.2s ease, box-shadow 0.2s ease;
}

.body-text a:hover {
	border-bottom: .065em solid #fff;
    box-shadow: inset 0 -0.065em 0 #fff;
    background-color: #ffde17;
}




/* ==========================================================================
   HEADER
   ========================================================================== */
   
.the-header {
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
}

.the-header .logo h2 {
    background-image:url('/img/logo.svg');
    background-repeat:no-repeat;
    background-size:120px 58px;
    width:120px;
    height:58px;
    margin:0;
    display:inline-block;
}

.the-header nav, .the-header ul, .the-header li {
	display: inline;
	margin-left: 20px;
}

.the-header ul {padding:0}

.the-header nav {float:right}

.the-header li a {
	text-decoration:none;
	color:#222;
	letter-spacing: 0.15em;
    font-size: 0.9em;
    text-transform:uppercase;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
	background-color:#d1d3d4;
	padding:40px 0;
	color:#6d6e71;
	text-align:center;
}

.footer .copy {
	font-size:0.8em;
}

.footer .contact {
	font-size:0.9em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color:#222;
	transition:color 0.2s ease;
	font-weight:bold;
	text-decoration: none;
}

.footer .contact:hover {
	color:#ffde17;
}

.footer .contact:after {
	content: '\2666 \FE0E \2666 \FE0E \2666 \FE0E';
    color: #a7a9ac;
    display: block;
    letter-spacing: 0.75em;
    font-size: 0.8em;
    margin: 20px 0;
}

.footer .footer-logo {
	background-image:url('/img/logo-bw.svg');
    background-repeat:no-repeat;
    background-size:60px 29px;
    width:60px;
    height:29px;
    display:inline-block;
    transition:opacity 0.2s ease;
    position: relative;
    left: -3px;
}

.footer .footer-logo:hover {
	opacity:0.5;
}



/* ==========================================================================
   MODULAR SECTIONS
   ========================================================================== */

.cover {
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding:50px 0;
}

.mailkimp {
	background-color:#0067d8;
	color:#fff;
	padding:30px 0 40px;
	text-align:center;
}

.mailkimp h3 {
	color:#ffde17;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.2em;
}

.big-description {
	background-color:#d1d3d4;
	padding:40px 0;
	font-weight:700;
	color:#6d6e71;
	font-size: 2.25em;
}

.big-description p {width:90%}

.big-description span {color:#00CA95}

.big-description p:first-child::before, .big-description p:last-child::after {
	content: '\2666 \FE0E \2666 \FE0E \2666 \FE0E';
    color: #a7a9ac;
    display: block;
    letter-spacing: 0.3em;
    font-size: 0.5em;
}

.big-description p:first-child::before {margin-bottom: 10px;}
.big-description p:last-child::after {margin-top: 15px;}


/* ==========================================================================
   HOMEPAGE
   ========================================================================== */

.home .cover {
	background-image:url('/img/1J4A3832-crop-sm.jpg');
	padding-top:0;
	background-position-y:60%;
}

.home .top .content {
    text-align: center;
}

.home .top .content h1 {
	color: #0067d8;
    text-transform: uppercase;
    font-size: 3.75em;
    letter-spacing: 0.25em;
    font-style: italic;
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
    position: relative;
    mix-blend-mode: multiply;
}

.home .top .content .btn {
	background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 20px 40px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    text-align: center;
    margin: 50px 0 20px;
    font-size: 1.1em;
    line-height: 1;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    border: 4px solid #ffde17;
    transition:background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.home .top .content .btn:hover {
	background-color: #000;
    color: #ffde17;
    border: 4px solid #fff;
}

.pan {
  overflow: hidden;
  position:relative;
}

.pan .pan-img {
  background-image:url('/img/1J4A3832-crop-sm.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
  transition: opacity .6s linear .8s;
  position:relative;
  height: 55em;
}

.img-pan-container, .img-pan-container .img-wrapper { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.img-pan-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.img-pan-container .img-wrapper {
  -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width:105%;
}

.cover-bg {
	position:absolute;
	height: 50em;
    width: 100%;
    top: -40%;
}

.pan header.the-header .logo, .pan .the-header nav, .pan .content .btn {position:relative;}

.pan.top .content .btn {
	z-index:10;
	margin-bottom:60px;
}

.songbyrd {
	background-image:url('/img/songbyrd.jpg');
	background-size:cover;
	text-align:center;
	background-position: center center;
    padding: 150px 0;
}

.songbyrd h3 {
	font-size: 3.5em;
    margin: 0;
    text-shadow: 0 0 50px rgba(0,0,0,0.8);
    line-height: 1.1;
    color:#fff;
}

.songbyrd h4 {
	font-size: 1.25em;
    margin: 15px 0 0;
    text-shadow: 0 0 40px rgba(0,0,0,0.8);
    line-height: 1.1;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:0.15em;
}

.songbyrd a {
	background-color: #ffd400;
    display: inline-block;
    padding: 12px 30px 10px;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #000;
    margin: 40px 0 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-weight: bold;
}

.songbyrd a:hover {
	background-color: #000;
    color: #fff;
}



/* ==========================================================================
   MAILCHIMP STYLES
   ========================================================================== */
   

.the-form #mc_embed_signup .mc-field-group input[type='email'] {
	border: 4px solid #fff;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    transition:border 0.2s ease;
    text-indent: 0;
}

.the-form #mc_embed_signup form {
	padding: 0;
    margin-top: 30px;
}

.the-form #mc_embed_signup .mc-field-group input[type='email'], .the-form #mc_embed_signup div.mce_inline_error {
    width: 70%;
    padding-right:15px;
    padding-left:15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.the-form #mc_embed_signup div.mce_inline_error {
    background-color:#EF7955;
    border:4px solid #EF7955;
    font-weight:normal;
}

.the-form #mc_embed_signup .mc-field-group input[type='email']:focus {
	outline:none;
	border: 4px solid #ffde17;
}

.the-form #mc_embed_signup .submit-input {
	text-align:center;
}

.the-form #mc_embed_signup .mc-field-group {
	width: 100%;
	padding-bottom: 20px;
}

.the-form #mc_embed_signup .submit-input .button {
	background-color: #003e82;
	border:4px solid #003e82;
    border-radius: 0;
    font-family: 'futura-pt'sans-serif;
    font-size: 1.5em;
    color:#fff;
    height: auto;
    line-height: normal;
    padding: 10px 30px;
    margin: 0;
    transition:background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.the-form #mc_embed_signup .submit-input .button:hover, .the-form #mc_embed_signup .submit-input .button:focus {
	background-color: #fff;
	border:4px solid #fff;
	color:#000;
	outline:none;
}

.the-form #mc_embed_signup div.response {
	color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    float: none;
    width: 95%;
    line-height: 1.1;
    font-weight: 400;
    padding: 10px 2.5%;
}

.the-form #mc_embed_signup #mce-success-response {
    background-color: #529214;
    color: #fff;
}

.the-form #mc_embed_signup .response a {
    color: #ffde17;
}

.the-form #mc_embed_signup div#mce-responses {
	text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}   
   
   
   
   
/* ==========================================================================
   SLIDESHOW STYLES
   ========================================================================== */


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides .caption {
    position: absolute;
    top: 12%;
    width: 100%;
    text-align: center;
    opacity:0;
}

.rslides .caption h3 {
	font-family:"memoriam-headline-pro",serif;
	font-size:2.5em;
	color:#0067d8;
	font-weight:normal;
	margin:0;
}

.rslides .caption h3::before, .rslides .caption h3::after {
    content: '\2666 \FE0E';
    font-size: 0.3em;
    font-family: "futura-pt", sans-serif;
    color: #222;
    margin: 0 12px;
    position: relative;
    top: -10px;
}

.rslides .caption p {
	text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75em;
    color: rgba(0,0,0,0.5);
    margin: 5px auto 0;
    line-height: 1.4;
    padding: 0 20px;
}

.rslides .rslides1_on .caption {
	-webkit-animation:fadeIn 4s 0.5s 1; 
	animation:fadeIn 4s 0.5s 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  1%, 100% {
    opacity:1;
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  1%, 100% {
    opacity:1;
  }
}




/* ==========================================================================
   MENU PAGE
   ========================================================================== */
   
.menu .top {
	background-color:#ffd400;
    padding-top: 0;
}

.menu .the-header .logo h2 {
    background-image: url('/img/logo-bw.svg');
}

.menu .top .content h1 {
	text-transform: uppercase;
    font-size: 3.75em;
    letter-spacing: 0.25em;
    font-style: italic;
    width: 90%;
    margin: -10px auto 0;
    line-height: 1.2;
    text-align:center;
}

.menu .top .content h1::before {
    content: '\2666 \FE0E \2666 \FE0E \2666 \FE0E';
    color: #fff;
    display: block;
    letter-spacing: 0.8em;
    font-size: 0.25em;
    font-style: normal;
    margin-bottom: 15px;
}

.menu .top .content h2 {
	text-transform: uppercase;
    letter-spacing: 0.35em;
    text-align:center;
    color:#fff;
    margin: 10px 0;
    font-size: 1.25em;
}

.menu .the-menu {
	padding: 75px 0;
}

.menu .the-menu .diamonds::before {
    content: '\2666 \FE0E \2666 \FE0E \2666 \FE0E';
    color: #0067d8;
    display: block;
    letter-spacing: 0.8em;
    font-size: 0.6em;
    margin: -30px 0 30px;
    text-align: center;
}

.menu .the-menu .menu-section {
	margin: 0 auto 120px;
    width: 85%;
}

.menu .the-menu .menu-section.tortas {
	margin-top:60px;
}

.menu .the-menu .menu-section:last-child {
	margin-bottom: 50px;
}

.menu .the-menu .menu-section h3 {
	margin: 0;
    background-color: #ffd400;
    display: inline-block;
    padding: 5px 15px 4px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.9em;
}

.menu .the-menu .menu-section .tortas-title {
	position: relative;
}

.menu .the-menu .menu-section .tortas-pricing {
	right: 0px;
    bottom: 4px;
    position: absolute;
}

.menu .the-menu .menu-section .tortas-pricing .pricing {
	display: inline-block;
    margin-left: 20px;
}

.menu .the-menu .break-no-mob {
	display:block;
}

.menu .the-menu .menu-section ul {
	padding: 0;
	margin:0;
}

.menu .the-menu .menu-section ul li {
	list-style: none;
    border-top: 1px solid #222;
    padding: 30px 0;
    display: table;
	width:100%;
}

.menu .the-menu .menu-section ul li:first-child {
    border-top: 4px solid #222;
}

.menu .the-menu .menu-section ul li:last-child {
    border-bottom: 4px solid #222;
}

.menu .the-menu .menu-section ul li h4 {
	font-size: 2.5em;
    margin: 0;
    line-height: 1.1;
}

.menu .the-menu .menu-section ul li h4 span {
	font-size: 0.35em;
    font-weight: normal;
    color: #999;
}

.menu .the-menu .menu-section.sub-section ul li .item-name {
	display: table-cell;
	vertical-align: middle;
}

.menu .the-menu .menu-section.sub-section ul li .item-name h4 {
	font-size: 2em;
}

.menu .the-menu .pricing {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

.menu .the-menu .menu-section.sub-section .pricing {
    width: 15%;
    padding-left:5%;
    display: table-cell;
    vertical-align: middle;
}

.menu .the-menu .pricing .cost {
	font-weight: bold;
    font-size: 2.25em;
    left: -6px;
    position: relative;
    letter-spacing: 0;
}

.menu .the-menu .pricing .cost span {
	font-size: 0.7em;
    position: relative;
    top: -7px;
}

.menu .the-menu .pricing .description {
	font-size: 0.7em;
    line-height: 1.2;
    margin-top: -5px;
}

.menu .the-menu .pricing .description span {
	font-weight: bold;
}

.menu .the-menu .menu-section ul li p {
	text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #404040;
    margin: 5px 0 0;
    font-size: 0.8em;
    line-height: 1.2;
    width:60%;
}

.menu .the-menu .menu-section ul li p span {
	text-transform: none;
    letter-spacing: 0.1em;
}

.menu .menu-btn {
	background-image:url('/img/1J4A3832-crop-sm.jpg');
	background-size:cover;
	background-position:center center;
	padding:90px 0;
	color:#fff;
	text-align:center;
}

.menu .menu-btn h3 {
	font-size: 3.5em;
    margin: 0;
    text-shadow: 0 0 50px rgba(0,0,0,0.4);
    line-height: 1.1;
}

.menu .menu-btn a {
	background-color: #ffd400;
    display: inline-block;
    padding: 12px 30px 10px;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #000;
    margin:30px 0 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-weight: bold;
}

.menu .menu-btn a:hover {
	background-color: #000;
    color: #fff;
}

.menu .lunchbox {
	border: 5px solid #ffde17;
    padding: 30px 5% 20px;
    width: 55%;
    margin: 0 auto 40px;
    text-align: center;
}

.menu .lunchbox .lunchbox-title {
	margin: -90px 0 5px;
	text-align: center;
}

.menu .lunchbox h4 {
	font-family: "memoriam-headline-pro",serif;
    font-size: 2.5em;
    color: #0067d8;
    font-weight: normal;
    display: inline-block;
    background-color: #fff;
    padding: 10px 25px;
    margin:0;
}

.menu .lunchbox h4 span {
	font-family: "futura-pt", sans-serif;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.6em;
    font-size: 0.3em;
    color: #222;
    position: relative;
    top: 2px;
}

.menu .lunchbox .items {
	float: left;
    width: 44%;
    text-align: left;
    display: inline-block;
    padding: 0 0% 0 6%;
}

.menu .lead-in {
	text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 2px;
    display: block;
    width: 70%;
    font-size: 0.8em;
}

.menu .lunchbox .items ul {
	padding-left: 20px;
    margin: 12px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

.menu .lunchbox .items ul li {
	margin-bottom: 8px;
}

.menu .lunchbox .items .pricing {
	text-align:left;
	margin: 2px 0 0 4px;
}

.menu .lunchbox .items .pricing .cost {
	color: #0067d8;
}

.menu .order-info {
	background-color: #0067d8;
    color: #fff;
    margin: 0;
    padding: 40px 0 60px;
    text-align: center;
}

.menu .order-info h4 {
	text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffd400;
    display: inline-block;
    padding: 0 30px 5px;
    border-bottom: 3px solid rgba(0,0,0,0.3);
}

.menu .order-info ul {
	text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px auto;
    width: 70%;
    line-height: 1.2;
}

.menu .order-info ul li {
	margin-bottom:10px;
}

.menu .order-info ul a {
	color:#000;
	text-decoration:none;
	transition:color 0.2s ease;
}

.menu .order-info ul a:hover {
	color:#ffd400;
}

.menu .minis {
	margin-bottom: 100px;
    text-align: center;
}

.menu .minis .lead-in {
	display: inline-block;
    margin: 0 auto;
    padding: 0 20px 3px;
    width: auto;
    text-indent: 8px;
}

.menu .minis h4 {
	text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.2em;
    color: #0067d8;
    font-size: 1.5em;
    margin: 8px 0 10px;
    line-height: 1.1;
}

.menu .minis .description {
	text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.2em;
    line-height:1.3;
    width: 80%;
    margin: 0 auto;
}

.menu .minis .pricing, .menu .minis .pricing .cost {
	display:inline;
}

.menu .minis .pricing {
	margin-left: 7px;
    position: relative;
    top: 5px;
    font-size: 0.8em;
    line-height: 0.5;
}

.menu .minis .pricing .cost {
	color: #0067d8;
}

.menu .minis .pricing .cost span {
	top: -4px;
}

.menu .salad {
	margin-left: 30px;
}

.menu .salad .description {
	border: 3px solid #35BD1F;
    padding: 7px 15px;
    position: relative;
    top: -8px;
}

.menu .salad .title {
	color:#35BD1F;
}
   




/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media (max-width: 1100px) {
  
	.cover-bg {height: 55em;}
	.pan .pan-img {height: 60em;}
	
}


@media (max-width: 1000px) {
  
	.cover-bg {height: 60em;}
	.pan .pan-img {height: 65em;}
	
	.rslides .caption {top: 10%;}
	
}


@media (max-width: 900px) {
  
	.home .top .content h1 {
	    width: 100%;
	    font-size: 3.25em;
	    line-height: 1.15;
	}
	
	.cover-bg {height: 50em;}
	.pan .pan-img {height: 55em;}
	
}


@media (max-width: 800px) {
  
	.pan.top .content h2 {margin-top:40px;}
	
	.cover-bg {height: 55em;}
	.pan .pan-img {height: 60em;}
	
	.big-description p {width: 100%;}
	
	.big-description {font-size: 2em;}
		
	.rslides .caption h3 {font-size: 2em;}
	
	.menu .the-menu .menu-section {
	    width: 100%;
	}
	
}


@media (max-width: 700px) {
  
	.home .top .content h1 {
	    font-size: 2.75em;
	}
	
	.pan.top .content h2 {
	    line-height: 1.25;
	    max-width: 70%;
	    font-size: 0.8em;
	}
	
	.cover-bg {height: 45em;}
	.pan .pan-img {height: 50em;}
	
	.rslides .caption h3 {font-size: 1.5em;}
	
	.rslides .caption p {
	    font-size: 0.65em;
	}
	
	.rslides .caption h3::before, .rslides .caption h3::after {
	    margin: 0 10px;
	    top: -6px;
	}
	
	.menu .lunchbox {
	    width: 80%;
	}
	
}


@media (max-width: 600px) {
  
	.home .top .content h1 {
	    font-size: 2.5em;
	    margin-top: 10px;
	}
	
	.the-header .logo h2 {
	    background-size: 110px 53px;
	    width: 110px;
	    height: 53px;
	}
	
	.cover-bg {height: 47em;}
	.pan .pan-img {height: 52em;}
	
	.menu .the-menu .menu-section ul li p {
	    width: 100%;
	}
	
	.menu .the-menu .menu-section .tortas-pricing {
	    position: relative;
	    text-align: center;
	}
	
	.menu .the-menu .menu-section .tortas-pricing .pricing {
	    margin: 13px 0;
	}
	
	.menu .the-menu .pricing .description {
	    top: -3px;
	}
	
}


@media (max-width: 500px) {
  
	.home .top .content h1 {
	    font-size: 2em;
	    margin-top: 20px;
	}
	
	.break {display:none;}
	
	.pan.top .content h2 {
	    max-width:100%;
	    margin-bottom:40px;
	}
	
	.cover-bg {height: 40em;}
	.pan .pan-img {height: 45em;}
	
	.the-form #mc_embed_signup .mc-field-group input[type='email'], .the-form #mc_embed_signup div.mce_inline_error {
		width:85%;
	}
	
	.rslides .caption {top:8%;}
	
	.rslides .caption h3 {
	    font-size: 1.5em;
	}
	
	
}


@media (max-width: 400px) {
  
	
	.pan.top .content h2 {
	    margin-top: 25px;
	    font-size: 0.7em;
	}
	
	.cover-bg {height: 45em;}
	.pan .pan-img {height: 50em;}
	
	.big-description {
	    font-size: 1.5em;
	    padding: 20px 0;
	}
	
	.the-header li a {
	    color: #fff;
	}
	
	.the-form #mc_embed_signup .mc-field-group input[type='email'], .the-form #mc_embed_signup .submit-input .button  {
	    font-size: 1.25em;
	}
	
	.rslides .caption h3 {
	    font-size: 1.25em;
	}
	
	.rslides .caption p {
	    font-size: 0.5em;
	    margin: 3px auto 0;
	}
	
	.rslides .caption h3::before, .rslides .caption h3::after {
	    margin: 0 8px;
	    top: -4px;
	}
	
	.menu .top .content h1 {
	    font-size: 2.25em;
	    margin-top: 20px;
	}
	
	.menu .top .content h2 {
	    margin: 8px 0;
	    font-size: 1em;
	}
	
	.menu .top {
	    padding-bottom: 35px;
	}
	
	.menu .the-menu .menu-section ul li h4 {
	    font-size: 2.25em;
	}
	
	.menu .the-menu .menu-section.sub-section .pricing {
	    width: 30%;
	}
	
	.menu .the-menu .break-no-mob {
		display:none;
	}
	
	.menu .the-menu .menu-section .tortas-pricing .pricing {
	    margin-left: 10px;
	}
	
	.menu .the-menu .pricing .cost {
	    font-size: 2em;
	}
	
	.menu .the-menu .pricing .description {
	    font-size: 0.6em;
	}
	
	.menu .the-menu .menu-section .tortas-pricing {
	    bottom: 7px;
	}
	
	.menu .lunchbox h4 {
	    font-size: 2em;
	    padding: 10px 20px;
	}
	
	.menu .lunchbox .lunchbox-title {
	    margin: -80px 0 15px;
	}
	
	.menu .order-info ul {
	    width: 90%;
	    font-size: 1.2em;
	    padding-left: 10%;
	}
	
	.menu .minis .description {
	    width: 100%;
	}
	
	
	
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
