@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);
@import 'https://fonts.googleapis.com/css?family=Lobster';

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
}
body p,ul,li.ol {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	margin:15px 0;
	color:#333;
}

a:link {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:none;
	color:#ed1c24;
}
a:active {
	text-decoration:none;
	color:inherit;
}
a:visited {
	text-decoration:none;
	color:inherit;
}

.heading1 {
	font-size:60px;
}
.heading2 {
	font-size:48px;
}
.heading3 {
	font-size:36px;
}
.heading4 {
	font-size:24px;
}
.heading5 {
	font-size:21px;
}
.heading6 {
	font-size:14px;
}

img {
	max-width: 100%;
}


/*--containers--*/
.wrapper {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.header-white {
	width:90%;
	max-width:1200px;
	height:50px;
	margin:0 auto;
}
header {
	clear:both;
	width:100%;
	height:150px;
	padding:0;
	margin:0;
	background:#c43e2d;
	overflow:hidden;
}
footer {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.container-home {
	width:100%;
	height:calc(100vh - 200px);
	padding:0;
	margin:0;
	display:block;
	background:url(../images/banners/banner-home.webp) no-repeat center fixed;
	background-size:cover;
	position:relative;
}
.container-menu,.container-menu-breakfast,.container-menu-main,.container-menu-takeout,.container-gluten-free {
	width:100%;
	height:400px;
	margin:0;
	padding:0;
	position:relative;
}
.container-menu {
	background:url(../images/banners/banner-menu.webp) no-repeat center;
	background-size:cover;
}
.container-menu-breakfast {
	background:url(../images/img-breakfast.webp) no-repeat center;
	background-size:cover;
}
.container-menu-main {
	background:url(../images/img-main.webp) no-repeat center;
	background-size:cover;
}
.container-menu-takeout {
	background:url(../images/img-takeout.webp) no-repeat center;
	background-size:cover;
}
.container-gluten-free {
	background:url(../images/img-gluten-free.webp) no-repeat center;
	background-size:cover;
}
.container-white {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
	position:relative;
	background:#fff;
}
.container-cinnabun {
	width:100%;
	height:400px;
	margin:0;
	padding:0;
	background:url(../images/banners/banner-cinnabun.webp) no-repeat center;
	background-size:cover;
	position:relative;
}
.container-express {
    width: 90%;
    height: auto;
    margin: 50px auto;
    padding: 0;
    text-align: center;
    background: url(../images/banners/dinner-at-home.webp) no-repeat center #333333;
    background-size: cover;
    background-blend-mode: multiply;
    overflow: hidden;
}
.container-express > div {
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    position: relative;
    padding: 200px 20px;
    border-bottom: 60px solid #781e13;
}
.container-express > div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 60px solid #c3402d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -100;
}
.container-express > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 250px solid #fff;
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: -100;
}
.container-express .heading3,
.container-express .heading4 {
    color: #fff;
    text-shadow: 5px 5px 5px black;
}
.container-express .heading4 {
	line-height: 150%;
}
.container-express .heading3 span {
    font-family: 'Lobster', cursive;
    font-size: 72px;
}

.overlay {
	background:transparent;
	position:relative;
	width:100%;
	height:400px;
	top:400px; 
	margin-top:-400px;
}

.content {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	position:relative;
}


/*--cells--*/
.cell-menu {
	width:calc(50% - 2px);
	height:auto;
	margin:1px;
	padding:0;
	float:left;
	position:relative;
}
.cell-menu .cell-thumb-img {
	width:100%;
	height:100%;
	margin:0;
}
.cell-menu .btn-menu {
	width:auto;
	height:auto;
	padding:3% 2%;
	text-align:center;
	background:#c43e2d;
	color:#f1ddbd;
	font-size:36px;
	font-weight:900;
	position:absolute;
	bottom:2%;
	right:2%;
	left:2%;
	z-index:2;
}
.cell-menu:hover .cell-thumb-img {
	opacity:0.5;
}
.cell-menu:hover .btn-menu {
	padding:5% 2%;
}

.cell-menu-tab {
	width:calc(20% - 2px);
	height:auto;
	float:left;
	margin:1px;
	padding:0;
	position:relative;
	overflow:hidden;
}
.cell-menu-tab img {
	width:100%;
}
.cell-menu-tab p {
	text-align:center;
	color:#fff;
	font-weight:900;
	font-size:0;
	position:absolute;
	right:0;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.cell-menu-tab:hover img {
	opacity:0.4;
}
.cell-menu-tab:hover p {
	font-size:21px;
	color:#222;
}

.cell-takeout {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:url(../images/img-wings.webp) no-repeat center;
	background-size:cover;
	position:relative;
}
.cell-takeout .cell-overlay {
	text-align:center;
	margin:0;
	padding:7% 3%;
	width:50%;
	background:rgba(0,0,0,0.8);
}

.cell-facebook {
	width:400px;
	height:550px;
	padding:2% 3% 2% 0;
	margin:0;
	float:left;
	overflow:hidden;
}
.cell-testimony {
	width:calc(100% - 400px);
	height:550px;
	padding:2% 2% 2% 3%;
	margin:0;
	float:left;
	overflow-y:scroll;
	border:2px dashed #c43e2d;
}
.cell-testimony .btn-red {
	display:none;
}

.cell-1-2 {
	width:48%;
	height:auto;
	padding:2%;
	margin:0;
	display:inline-block;
}

.cell-footer-logo,.cell-footer-pay {
	width:25%;
	height:auto;
	margin:0;
	padding:2%;
	float:left;
}
.cell-footer-about {
	width:50%;
	height:auto;
	margin:0;
	padding:2%;
	float:left;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}


/*--navigation--*/
nav {
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
}
nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
nav li {
	font-size:16px;
	display:inline;
	color:#f1ddbd;
	background:#c43e2d;
	margin:0;
	padding:80px 20px 20px 20px;
	font-weight:900;
}
nav li:hover {
	color:#c43e2d;
	background:#fff;
}

.navigation {
	list-style:none;
	background:#fff;
	width:320px;
	height:100%;
	position:fixed;
	top:175px;
	right:0px;
	bottom:0;
	z-index:500;
	transition:all .2s ease;
	display:none;
	box-shadow:-3px 0 3px rgba(0,0,0,0.1);
}
.nav-item {
	font-size:16px;
	font-weight:900;
	width:100%;
	padding:20px;
	margin:0;
	color:#777;
	border-bottom:1px solid #777;
}
.nav-item:hover {
	color:#c43e2d;
	border-bottom:1px solid #c43e2d;
}
.menu {
	width:auto;
	height:auto;
	margin:0;
	padding:10px;
	background:#fff;
	color:#c43e2d;
	display:none;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
}
.navigation-social {
	margin:6% 0 0 6%;
}
.current {
	color:#c43e2d;
	background:#fff;
}


/*--objects--*/
.img-owners {
	width:33.33%;
	max-width:400px;
	float:left;
	margin:0;
	padding:0 20px 10px 0;
}

.logo {
	width:auto;
	height:100px;
	margin:20px 0;
}
.logo-footer {
	width:90%;
	opacity:0.1;
}

.icon-social {
	width:40px;
	height:40px;
	background:#ddd;
	border-radius:40px;
	margin:5px 5px 5px 0;
}
.icon-social:hover {
	background:#c43e2d;
}

.icon-banking {
	width:auto;
	height:60px;
	margin:5px;
}

.icon-beard {
	width:40px;
	height:40px;
	float:right;
	margin:10px 0;
	opacity:0.2;
}

.btn-beige {
	width:auto;
	height:auto;
	padding:10px 20px;
	display:inline-block;
	background:#f1ddbd;
	color:#c43e2d;
	border:2px solid #f1ddbd;
	cursor: pointer;
}
.btn-beige:hover {
	background:none;
	color:#f1ddbd;
}

.btn-red,.btn-phone {
	width:25px;
	height:25px;
	padding:0 0 0 3px;
	display:inline-block;
	background:#c43e2d;
	color:#f1ddbd;
	border:2px solid #c43e2d;
}
.btn-red:hover,.btn-phone:hover {
	background:none;
	color:#c43e2d;
}

.btn-phone {
	display:none;
}

.rule {
	width:auto;
	height:1px;
	border-bottom:1px dashed #c43e2d;
	margin:25px 0;
}

.map {
	width:100%;
	height:400px;
	margin:0;
}

.signature {
	height:80px;
	opacity:0.8;
}

.select-box {
	width:100%;
	height:40px;
	border:1px solid #c43e2d;
	color:#333;
	padding:2%;
	display:none;
}
.menu-image {
	display:none;
}

.border {
    border: 1px dashed #c43e2d;
    padding: 10px;
}


/*--modifiers--*/
.section-heading {
	font-weight:900;
	font-size:36px;
	padding:2% 0;
	color:#c43e2d;
	text-align:center;
	line-height:1;
	margin-bottom:50px;
	overflow:hidden;
}
.section-heading span {
	display:inline-block;
	position:relative;
}
.section-heading span:before,.section-heading span:after {
  content:"";
  position:absolute;
  height:10px;
  border-bottom:2px solid #c43e2d;
  top:0;
  width:100%;
}
.section-heading span:before {
  right:100%;
  margin-right:15px;
}
.section-heading span:after {
  left:100%;
  margin-left:15px;
}

.menu-heading {
	width:100%;
	height:auto;
	padding:10px 2%;
	background:#c43e2d;
	color:#f1ddbd;
	font-size:36px;
	font-weight:900;
}

ul.leaders {
	max-width:1200px;
	padding:0;
	overflow-x:hidden;
	list-style:none;
}
ul.leaders li {
    padding: 5px 0;
}
ul.leaders li:before {
	float:left;
	width:0; 
	white-space:nowrap; 
	content:". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
	". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
	color:#f1ddbd;
}
ul.leaders span:first-child {
	padding-right:10px; 
	background:#fff;
	color:#c43e2d;
} 
ul.leaders span + span {
	float:right; 
	padding-left:10px; 
	background:#fff;
	color:#222;
}
.fine-print {
	font-size:14px;
}

.testimony {
	padding:0 0 2% 0;
	border-bottom:1px dashed #999;
	font-size:21px;
}

.white {
	color:#fff;
}
.red {
	color:#c43e2d;
}
.beige {
	color:#f1ddbd;
}
.black {
	color:#222;
}
.grey {
	color:#777;
}
.green {
	color:#85C427;
}

.text-shadow {
	text-shadow:0px 0px 7px rgba(0,0,0,0.7);
}

strong {
	font-weight:900;
}

.ftlt {
	float:left;
}
.ftrt {
	float:right;
}
.clear {
	clear:both;
}

.mrg-rt {
	margin-right:5px;
}
.mrg-lt {
	margin-left:5px;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.justify {
	text-align:justify;
}
.vh-center {
	text-align:center;
	position:absolute;
	top:50%;
	right:0;
	left:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.valign-t {
	vertical-align:top;
}
.valign-m {
	vertical-align:middle;
}
.valign-b {
	vertical-align:bottom;
}

.menu-block {
	width: calc(33% - 10px);
	height: auto;
	margin-bottom: 20px;
	padding: 0;
	background: #f9f9f9;
	text-align: center;
	border-radius: 5px;
}
.menu-block p {
	background: rgba(255,255,255,0.8);
	padding: 1%;
	margin: 10%;
	border-radius: 5px;
}
.menu-block:hover p {
	margin: 0;
	padding: 12%;
}
#breakfastmenu {
	background: url(../images/tabs/breakfast.webp) no-repeat center;
	background-size: cover;
}
#lunchmenu {
	background: url(../images/tabs/entrees.webp) no-repeat center;
	background-size: cover;
}
#takeoutmenu {
	background: url(../images/tabs/takeout.webp) no-repeat center;
	background-size: cover;
}
#glutenfreemenu {
	background: url(../images/tabs/seniors.webp) no-repeat center;
	background-size: cover;
}

.flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.flex-m {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -100px;
}
.cell-jam {
	width: 200px;
}
.cell-jam-text {
	width: calc(100% - 225px);
}

/*MODAL*/
.modal {
    display: none;
    position: fixed;
    z-index: 900;
    padding: 50px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #c43e2d;
    -webkit-overflow-scrolling: touch;
}
.modal.display {
    display: block;
}
.modal-content {
    margin: auto;
    padding: 50px;
    width: 90%;
    max-width: 768px;
    animation-name: animatetop;
    animation-duration: 0.4s;
    position: relative;
    background: url(../images/backgrounds/grid-background.webp) repeat white fixed;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.modal-content .section-heading {
	text-align: left;
}
.close-x {    
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 48px !important;
}
.close-x:hover,
.close-x:focus {
    color: #d27d3b;
    text-decoration: none;
    cursor: pointer;
}
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/*--media queries--*/
@media (max-width:1024px)
{
	.container-home {
		background:url(../images/banner-homex960.webp) no-repeat center;
		background-size:cover;
	}
	
	.cell-menu .btn-menu {
		font-size:24px;
	}
	
	.cell-menu-tab {
		width:calc(25% - 2px);
	}
}

@media (max-width:960px)
{
	nav {
		display:none;
	}
	.menu {
		display:block;
	}
	
	.container-white {
		padding:50px 0;
	}
	.container-cinnabun {
		background:url(../images/banners/banner-cinnabunx960.webp) no-repeat center;
		background-size:cover;
	}
    .container-express {
        background: url(../images/banners/dinner-at-homex960.webp) no-repeat center #333333;
        background-size: cover;
        background-blend-mode: multiply;
    }
	
	.cell-facebook {
		display:none;
	}
	.cell-testimony {
		width:100%;
		height:auto;
		overflow-y:visible;
	}
	.cell-testimony .btn-red {
		display:inline-block;
	}
	
	.cell-footer-logo {
		display:none;
	}
	.cell-footer-about {
		border-left:none;
	}
	.cell-footer-pay {
		width:50%;
	}
	
	.hide-960 {
		display:none;
	}
	
	.cell-menu-tab {
		width:calc(33.33% - 2px);
	}
}

@media (max-width:800px)
{
	.cell-menu {
		width:calc(50% - 2px);
	}
	
	.cell-1-2 {
		width:100%;
	}
	
	.img-owners {
		width:50%;
	}

	.header-white {
		display:none;
	}
	.navigation {
		top:128px;
		width:100%;
	}

	.flex-m {
		margin-top: -50px;
	}
	.cell-jam {
		width: 200px;
	}
	.cell-jam-text {
		width: calc(100% - 225px);
	}
	.cell-jam-text .heading2 {
		font-size: 36px;
	}
}

@media (max-width:700px) {
	.menu-block {
		width: 100%;
	}
}

@media (max-width:600px)
{
	p,ul,li,ol {
		font-size:16px;
	}
	.heading1 {
		font-size:48px;
	}
	.heading2 {
		font-size:36px;
	}
	.heading3 {
		font-size:24px;
	}
	.heading4 {
		font-size:21px;
	}
	.heading5 {
		font-size:18px;
	}
	.heading6 {
		font-size:14px;
	}
	
	.container-white,.container-cinnabun {
		padding:50px 0;
	}
	.container-menu,.container-menu-breakfast,.container-menu-main,.container-menu-takeout,.container-gluten-free {
		height:300px;
	}
	.container-home {
		height:500px;
		background:url(../images/banner-homex600.webp) no-repeat center;
		background-size:cover;
	}
	.container-cinnabun {
		background:url(../images/banners/banner-cinnabunx600.webp) no-repeat center;
		background-size:cover;
	}
    .container-express {
        background: url(../images/banners/dinner-at-homex600.webp) no-repeat center #333333;
        background-size: cover;
        background-blend-mode: multiply;
    }
    .container-express > div {
        padding: 100px 10px;
    }
    .container-express > div .heading3 span {
        font-size: 36px;
    }
	
	.section-heading {
		font-size:24px;
	}
	.section-heading span:before,.section-heading span:after {
	  height:7px;
	}
	
	.menu-heading {
		font-size:21px;
	}

	.cell-takeout .cell-overlay {
		width:100%;
		background:rgba(0,0,0,0.5);
	}
	
	.cell-footer-logo {
		width:100%;
		display:block;
		text-align:center;
	}
	.cell-footer-about {
		display:none;
	}
	.cell-footer-pay {
		width:100%;
		text-align:center; 
	}
	
	.logo-footer {
		max-width:250px;
	}
	
	.btn-phone {
		display:inline-block;
	}
	
	.cell-menu-tab {
		display:none;
	}
	/*.menu-image {
		display:block;
		margin-bottom:20px;
	}*/
	.select-box {
		display:block;
	}
}

@media (max-width:500px)
{
	.cell-menu .btn-menu {
		font-size:18px;
	}
	
	.img-owners {
		width:100%;
		padding:0 0 20px 0;
	}

	.flex-m {
		margin-top: -25px;
	}
	.cell-jam {
		width: 100px;
	}
	.cell-jam-text {
		width: calc(100% - 125px);
	}
	.cell-jam-text .heading2 {
		font-size: 30px;
	}
}

@media (max-width:414px)
{
	p,ul,li,ol {
		font-size:14px;
	}
	.heading1 {
		font-size:36px;
	}
	.heading2 {
		font-size:24px;
	}
	.heading3 {
		font-size:21px;
	}
	.heading4 {
		font-size:18px;
	}
	.heading5 {
		font-size:16px;
	}
	.heading6 {
		font-size:12px;
	}
	
	.container-home {
		height:300px;
	}
	.container-menu,.container-menu-breakfast,.container-menu-main,.container-menu-takeout,.container-gluten-free {
		height:200px;
	}
	
	.section-heading {
		font-size:24px;
		margin-bottom:10px;
	}
	.cell-menu {
		height:auto;
		width:100%;
		padding:0;
		margin:3px 0;
	}
	.cell-menu .cell-thumb-img {
		height:auto;
	}

	.cell-jam-text .heading2 {
		font-size: 24px;
	}
}