/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import url('reset.css');

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

/*** General styles ***/

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	height: 400px;
	text-align: center;
	width: 100%;
}

header div {
	background-color: rgba(66, 66, 66, 0.5);
	float: left;
	height: 100%;
	width: 100%;
}

header h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	margin-top: 60px;
	text-shadow: 0 4px 4px rgba(35, 31, 32, 0.2);
}

header .subtitle {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: auto;
}

.red-large-button {
	background-color: #cf0a2c;
	border-radius: 18px;
	color: #fff;
	height: 50px;
	width: 100%;
}

.red-large-button:hover {
	background-color: #B90927;
}

.white-medium-button {
	background-color: #fff;
	box-shadow: 0 4px 4px 0 rgba(35, 31, 32, 0.2);
	border-radius: 18px;
	color: #cf0a2c;
	height: 50px;
	margin-top: 50px;
	width: 260px;
}

.white-medium-button:hover {
	background-color: #F6F6F6;
}

.order-now {
	font-size: 14px;
	font-weight: 700;
}

section {
	float: left;
}

section h2 {
	color: #cf0a2c;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 35px 0 20px 0;
}

article h4 {
	color: #cacaca;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}

.main article {
	float: left;
}

.main article p {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 0 24px;
}

.main article a {
	color: #009ade;
	/* margin-left: 10px; */
	white-space: nowrap;
}

.main article a:hover,
.main aside a:hover {
	color: #126b95;
}

.main article .tags li {
	border: 1px solid #009ade;
	border-radius: 15px;
	color: #009ade;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 23px;
	margin: 8px 12px;
	padding: 7px 10px 0 10px;
}

.main article .tags li:hover {
	background-color: #009ade;
	color: #fff;
}

.main article a.small-link {
	font-size: 14px;
}

.main aside {
	background-color: #f7f7f7;
	float: left;
	padding-bottom: 40px;
	text-align: center;
	width: 217px;
}

.main aside h3 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 25px 0 10px 0;
}

.main aside p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto 15px auto;
	width: 45%;
}

.main aside .seeAllDays span {
	float: left;
	margin-right: 5%;
	text-align: right;
	width: 15%;
}

.main aside .seeAllDays .hours {
	float: left;
	text-align: left;
	width: 80%;
}

.main aside ul {
	float: left;
	margin: 0 0 20px 15px;
	width: 100%;
}

.main aside li {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}

.main aside .current {
	font-weight: 700;
}

.main aside a {
	color: #009ade;
	font-size: 14px;
	line-height: 18px;
}

.main aside .buttons {
	margin: auto;
	width: 80px;
}

.main aside a.button {
	background-repeat: no-repeat;
	background-size: 23px 23px;
	display: inline-block;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	width: 23px;
}

.main aside a.button.facebook {
	background-image: url("facebook.png");
}

.main aside a.button.twitter {
	background-image: url("twitter.svg");
	margin-left: 29px;
}

.main.full-width {
	width: 100%;
}

.slideshow {
	background-color: #f7f7f7;
	min-height: 323px;
	position: relative;
	text-align: center;
	width: 100%;
}

.slideshow ul {
	margin: 30px 0;
}

.slideshow .slick-list {
	margin: 45px auto 15px auto;
	width: 71%;
}

.slideshow .slick-track {
	margin: auto;
}

.slideshow li,
.slideshow .slick-slide {
	background-image: url("Fallback-Image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: inline-block;
	height: 220px !important;
	margin: 0 0 0 10px;
	width: 220px !important;
}

.slideshow button.slick-prev {
	background-color: transparent;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 10px solid #009ade;
}

.slideshow button.slick-next {
	background-color: transparent;
	font-size: 0;
	width: 0;
	height: 0;
	margin-left: 15px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #009ade;
}

.slideshow button.slick-next:active {
	border-left: 10px solid #126b95;
}

.slideshow button.slick-prev:active {
	border-right: 10px solid #126b95;
}

.reviews .avatar {
	background-color: #009ade;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	height: 43px;
	padding-top: 23px;
	width: 66px;
}

.reviews .ranking {
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	width: 75px;
}

.reviews .ranking.stars-1 {
	background-image: url("one-star.svg");
}

.reviews .ranking.stars-2 {
	background-image: url("two-stars.svg");
}

.reviews .ranking.stars-3 {
	background-image: url("three-stars.svg");
}

.reviews .ranking.stars-4 {
	background-image: url("four-stars.svg");
}

.reviews .ranking.stars-5 {
	background-image: url("five-stars.svg");
}

.reviews .user {
	float: left;
	width: 100%;
}

.reviews .info {
	float: left;
	text-align: left;
}

.reviews p {
	color: #333;
	float: left;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.reviews hr {
	background-color: #cacaca;
	border: 0;
	height: 1px;
}

.reviews .read-all {
	color: #009ade;
	float: right;
	font-size: 14px;
	line-height: 18px;
}

.reviews .read-all:hover {
	color: #126b95;
}

.directions {
	float: left;
	width: 100%;
}

.directions .map {
	height: 220px;
}

.directions .address {
	background-color: #009ade;
	color: white;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0;
	text-align: center;
}

.directions .address h2 {
	color: white;
	font-weight: 700;
	margin-top: 0;
}

footer {
	background-color: #126b95;
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

footer ul {
	width: 100%;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

/*** Mobile styles ***/

@media screen and (max-width:768px) {
	header {
		min-height: 400px;
		padding-bottom: 80px
	}

	header div{
		height: calc(100% + 80px);
	}

	header h1 {
		font-size: 50px;
		line-height: 61px;
		margin-top: 80px;
	}

	header .subtitle {
		font-size: 20px;
		line-height: 24px;
		width: 85%;
	}

	section {
		text-align: center;
		width: 100%;
	}

	.main article {
		padding-bottom: 30px;
		text-align: center;
		width: 100%;
	}

	.main article .tags {
		margin-top: -15px;
	}

	.main article .tags li {
		border-radius: 20px;
		height: 16px;
		padding: 12px 10px;
	}

	.main article a.small-link {
		display: block;
		margin: 20px 0 0 0;
	}

	.main aside {
		width: 100%;
	}

	.main aside ul {
		float: none;
	}

	.main aside .schedule {
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}

	.main aside .schedule ul {
		margin: auto;
		width: 190px;
	}

	.main aside .seeAllDays li {
		float: left;
		margin-bottom: 0;
		width: 100%;
	}

	.main aside .seeAllDays .hours {
		float: right;
		text-align: right;
	}

	.slideshow {
		min-height: 240px;
		width: 100%;
	}

	.slideshow ul {
		margin: 20px auto;
		width: 100%;
	}

	.slideshow .slick-list {
		height: 128px;
		width: 90%;
	}

	.slideshow .slick-track {
		height: 128px;
	}

	.slideshow .slick-slide {
		height: 128px !important;
		width: 128px !important;
	}

	.slideshow li {
		height: 128px;
		width: 128px;
	}

	.reviews {
		margin: 0 0 30px 7.5%;
		width: 85%;
	}

	.reviews article {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
	}

	.reviews .avatar {
		float: left;
		height: 32px;
		padding-top: 12px;
		width: 44px;
	}

	.reviews .info {
		float: left;
		margin: 4px 0 0 10px;
		text-align: left;
	}

	.reviews .ranking {
		margin-top: 3px;
	}

	.reviews p {
		margin-top: 10px;
	}

	.red-large-button {
		margin: -15px 0 35px 7.5%;
		width: 85%;
	}

	.reviews .read-all {
		display: none;
	}

	.reviews hr {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
	}

	footer ul li {
		margin-bottom: 5px;
	}

	footer ul li:last-child {
		margin-bottom: 0;
	}

	footer a.terms {
		margin-right: 20px;
	}
}

/*** iPhone 6 styles ***/

/*@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio : 2) {
	header h1 {
		font-size: 50px;
		line-height: 61px;
		margin-top: 80px;
	}

	header .subtitle {
		font-size: 20px;
		line-height: 24px;
		width: 85%;
	}

	section {
		text-align: center;
		width: 100%;
	}

	.main article {
		padding-bottom: 30px;
		text-align: center;
		width: 100%;
	}

	.main article .tags {
		margin-top: -15px;
	}

	.main article .tags li {
		border-radius: 20px;
		height: 16px;
		padding: 12px 10px;
	}

	.main article a.small-link {
		display: block;
		margin: 20px 0 0 0;
	}

	.main aside {
		width: 100%;
	}

	.main aside ul {
		float: none;
	}

	.main aside .schedule {
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}

	.main aside .schedule ul {
		margin: auto;
		width: 190px;
	}

	.main aside .seeAllDays li {
		float: left;
		margin-bottom: 0;
		width: 100%;
	}

	.main aside .seeAllDays .hours {
		float: right;
		text-align: right;
	}

	.slideshow {
		min-height: 240px;
		width: 100%;
	}

	.slideshow ul {
		margin: 20px auto;
		width: 100%;
	}

	.slideshow .slick-list {
		height: 128px;
		width: 90%;
	}

	.slideshow .slick-track {
		height: 128px;
	}

	.slideshow .slick-slide {
		height: 128px !important;
		width: 128px !important;
	}

	.slideshow li {
		height: 128px;
		width: 128px;
	}

	.reviews {
		margin: 0 0 30px 7.5%;
		width: 85%;
	}

	.reviews article {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
	}

	.reviews .avatar {
		float: left;
		height: 32px;
		padding-top: 12px;
		width: 44px;
	}

	.reviews .info {
		float: left;
		margin: 4px 0 0 10px;
		text-align: left;
	}

	.reviews .ranking {
		margin-top: 3px;
	}

	.reviews p {
		margin-top: 10px;
	}

	.red-large-button {
		margin: -15px 0 35px 7.5%;
		width: 85%;
	}

	.reviews .read-all {
		display: none;
	}

	.reviews hr {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
	}

	footer ul li {
		margin-bottom: 5px;
	}

	footer ul li:last-child {
		margin-bottom: 0;
	}

	footer a.terms {
		margin-right: 20px;
	}
}

/*** Tablet styles ***/

@media screen and (min-width: 769px) and (max-width:1200px) {
	header h1 {
		margin-top: 80px;
	}

	section {
		text-align: center;
	}

	.main article {
		margin-bottom: 35px;
		width: 100%;
	}

	.main article p {
		padding: 0 65px;
	}

	.main aside {
		padding-top: 10px;
		width: 100%;
	}

	.main aside p {
		width: 20%;
	}

	.main aside ul {
		float: none;
	}

	.main aside .schedule {
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}

	.main aside .schedule ul {
		margin: auto;
		width: 190px;
	}

	.main aside .seeAllDays li {
		float: left;
		margin-bottom: 0;
		width: 100%;
	}

	.main aside .seeAllDays .hours {
		float: right;
		text-align: right;
	}

	.main aside .seeAllDays span {
		margin-right: 2%;
	}

	.main article .tags li {
		margin: 0 12px 30px 0;
	}

	.slideshow {
		min-height: 260px;
	}

	.slideshow .slick-list,
	.slideshow .slick-track {
		height: 146px;
	}

	.slideshow .slick-slide {
		height: 146px !important;
		width: 146px !important;
	}

	.slideshow li {
		height: 146px;
		width: 146px;
	}

	.reviews {
		margin: 0 0 30px 7.5%;
		width: 85%;
	}

	.reviews article {
		float: left;
		margin-bottom: 15px;
		width: 100%;
	}

	.reviews .avatar {
		float: left;
		height: 32px;
		padding-top: 12px;
		width: 44px;
	}

	.reviews .user {
		margin-bottom: 12px;
	}

	.reviews .info {
		margin: 4px 0 0 15px;
	}

	.reviews article p {
		margin-left: 60px;
		width: 75%;
	}

	.reviews hr {
		float: left;
		margin: 0 0 20px 60px;
		width: 93.5%;
	}

	.red-large-button {
		margin: -15px 0 35px 7.5%;
		width: 85%;
	}

	.directions .map {
		height: 300px;
	}

	footer ul li {
		margin-bottom: 5px;
	}

	footer ul li:last-child {
		margin-bottom: 0;
	}

	footer a.terms {
		margin-right: 20px;
	}
}

/*** Desktop styles ***/

@media screen and (min-width: 1201px) {
	.main {
		margin: 20px 0 30px 10%;
		width: 80%;
	}

	.main article {
		width: 75%;
	}

	.main article p {
		padding: 0;
		width: 95%;
	}

	.main article:last-child {
		margin-top: 35px;
	}

	.main article .tags {
		width: 93%;
	}

	.main article .tags li {
		margin: 8px 17px;
	}

	.main article .tags li:first-child {
		margin-left: 0;
	}

	.main article .tags li:last-child {
		margin-right: 0;
	}

	.main article a.small-link {
		float: right;
		margin: 20px 60px 0 0;
	}

	.main aside {
		float: right;
		margin-top: 35px;
	}

	.main aside p {
		width: 80%;
	}

	.main.full-width {
		margin: 0;
		width: 100%;
	}

	.main.full-width aside {
		float: left;
		margin: 0;
		width: 100%;
	}

	.main.full-width aside ul {
		float: none;
	}

	.main.full-width aside .schedule {
		float: left;
		width: 100%;
	}

	.main.full-width aside .schedule ul {
		margin: auto;
		width: 195px;
	}

	.main.full-width aside .schedule .hours {
		text-align: right;
	}

	.slideshow ul {
		margin: 50px 0;
	}

	.slideshow li {
		margin: 0 7px 7px 0;
	}

	.slideshow .slick-list,
	.slideshow .slick-track {
		height: 220px;
	}

	.reviews {
		margin-left: 10%;
		position: relative;
		width: 80%;
	}

	.reviews article {
		float: left;
		width: 100%;
	}

	.reviews .user .avatar {
		float: left;
		text-align: center;
	}

	.reviews .user .info {
		margin: 5px 0 0 30px;
	}

	.reviews p {
		margin: -10px 0 20px 95px;
		width: 80%;
	}

	.reviews .ranking {
		margin-top: -10px;
	}

	.reviews hr {
		float: left;
		margin: 0 0 20px 95px;
		width: 91%;
	}

	.red-large-button {
		margin: 30px 0 0 10%;
		width: 80%;
	}

	.directions {
		margin-top: 70px;
	}

	.directions .map {
		height: 323px;
	}

	.directions .address {
		height: 175px;
		padding: 0;
	}

	.directions .address h2 {
		padding-top: 40px
	}

	footer ul li {
		display: inline-block;
		margin-right: 10%;
	}

	footer ul li:last-child {
		margin-right: 0;
	}

	footer a.terms {
		margin-right: 40px;
	}
}
/* Slider */

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(http://masfishchipsplus.net/assets/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
/*




 */


.hide {
  display:none;
}