@import url('https://fonts.googleapis.com/css?family=Anton|Open+Sans:400,700');

* {margin:0;padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0);}
html, body {
  height: 100%;
  max-width: 100%;
  min-width: 0;
}

/* =Body Style
-------------------------------------------------------------- */
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
}
body { 
	background: #000000;
    font-family: 'Open Sans', sans-serif;
	color: #111111;
	font-size: 16px;
	line-height: 28px;
}
#page { background: #FFFFFF; }
strong { font-weight: 700; }
ul {
    list-style: none;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
a, a:link, a:visited { 
    color: #111111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
 }
a:hover { color: #d0ad43; }
hr {
    background-color: #e2e4e7;
    border: 0;
    height: 1px;
    margin-bottom: 5vh;
    margin-top: 5vh;
}
h1, h2, h3, h4 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #d0ad43;
    line-height: 1.2em;
}
h1 { font-size: 3em;}
h2 { font-size: 2.4em;}
h3 { font-size: 2em;}
h4 { font-size: 1.4em;}
h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
embed, iframe, object {
    max-width: 100%;
    margin: 0 auto -8px;
}

/* Structure */
.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 2vw;
    margin: 0 auto;
    position: relative;
}


/* =Header
-------------------------------------------------------------- */
header#masthead {
    width: 100%;
    margin: 0 auto;
}
/* Navigation */
.main-navigation {
    width: 100%;
    padding: 2vh 0;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    float: none;
    align-items: center;
}
.main-navigation ul {
    display: flex;
}
.menu-left-menu-container,
.menu-right-menu-container {
    flex: 1;
    float: none;
    text-align: center;
}
.main-navigation li { flex: 1; }
.main-navigation li a {
    font-family: 'Anton', helvetica;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.45em;
    display: block;
    text-decoration: none;
    letter-spacing: 0.02em;
}
.site-branding.mobile { display: none; }
.site-branding { flex: 1; text-align: center; }
.site-branding a { display: block; width: 100%; height: 100%;}
.site-branding h1.site-title {
    margin: 0;
    text-indent: -999em;
    background: url(images/fat_sals-logo.png) no-repeat center center;
    background-size: contain;
    height: 120px;
}


/* =Coming Soon
-------------------------------------------------------------- */
/* To Be Deleted Later */
body.page-template-page-comingsoon .menu-left-menu-container, 
body.page-template-page-comingsoon .menu-right-menu-container,
body.page-template-page-comingsoon footer .widget_nav_menu,
body.page-template-page-comingsoon .menu-quick-menu-container { display: none; }
body.page-template-page-comingsoon footer {
    border-top: 20px solid #d0ad43;
}
body.page-template-page-comingsoon .site-branding {
    width: 100%; max-width: 100%; top: 2vh; left: 0;
}
body.page-template-page-comingsoon .site-title {
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 150px;
}
body.page-template-page-comingsoon .hero.foreground { padding-top: 220px; margin-bottom: 150px; }
body.page-template-page-comingsoon .locations-home {
    padding: 8vh 0;
    text-align: center;
}


/* iPads (portrait) ----------- */
@media only screen and (max-width: 1024px) {
    body.page-template-page-comingsoon header#masthead { left: 0 !important; margin: 0 auto !important; }
    body.page-template-page-comingsoon .hero.foreground { padding-top: 140px; }
    body.page-template-page-comingsoon .foreground-image { bottom: -8vh;}
    body.page-template-page-comingsoon .site-title { height: 100px; }
    body.page-template-page-comingsoon .mcdowell { display: none; }

}
@media only screen and (max-width: 540px) { 
}


/* =Menu
-------------------------------------------------------------- */
/* Hero Sandwhich Overlap */
body.page-template-page-comingsoon header#masthead,
body.page-template-page-catering header#masthead,
body.page-template-page-menu header#masthead {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -700px;
    z-index: 999;
    max-width: 1400px;
}
body.page-template-page-comingsoon header#masthead li a,
body.page-template-page-catering header#masthead li a,
body.page-template-page-menu header#masthead li a { color: #FFFFFF; }
body.page-template-page-comingsoon header#masthead li a:hover,
body.page-template-page-catering header#masthead li a:hover,
body.page-template-page-menu header#masthead li a:hover { color: #d0ad43; }

.hero.foreground {
    background: #000000;
    top: 0;
    left: 0;
    padding: 220px 0 0;
    position: relative;
}
.hero-top {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
h1.hero-title {
    font-size: 14em;
    line-height: 1em;
    margin: 0 auto;
    letter-spacing: 0;
}
p.description {
    color: #FFFFFF;
    font-size: 1.65em;
    line-height: 1em;
    font-family: 'Anton', helvetica;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.07em;
    margin: 0 auto 2vh;
}
.foreground-image {
    width: 100%;
    position: relative;
    bottom: -20vh;
    max-width: 100%;
    margin: 0 auto;
    max-height: 60vh;
    text-align: center;
}
.foreground-image img {
    max-height: 42vh;
    width: auto;
}
.foreground-image .food-title {
    font-style: italic;
    opacity: 0.8;
    font-size: 15px;
    line-height: 24px;
    display: block;
}

/* Food Menu */
.food-items {
    margin: 3vh auto;
}
.food-items .food-menu { text-align: center; padding: 6vh 0; }
.food-items .food-menu:first-of-type { padding-top: 0; }
.menu-items {
    display: flex;
    flex-wrap: wrap;
}
p.menu-description {
    margin: 0 0 3vh;
    font-style: italic;
    font-size: 14px;
}
.food-items .food-menu .menu-items .item {
    text-align: left;
    flex: 1 0 33.333%;
    box-sizing: border-box;
    padding: 4vh 3vw;
    border: 1px solid #dadada;
    margin: -1px -1px 0 0;
}
.food-items .food-menu .menu-items .item:hover {
    background: #000;
    color: #FFF;
}
.food-items .food-menu .menu-items .item:hover h4 { color: #d0ad43; }
.food-items .food-menu .menu-items .item h4 {
    color: #111111;
}
.food-items .food-menu .menu-items .item .ingredients {
    padding: 5px 0;
    font-size: 15px;
    line-height: 26px;
    display: table;
}

/* Locations */
.download-links {
    margin-top: 8vh;
    padding: 8vh 0;
    background: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

/* Menu Hero Overwrites */
body.page-template-page-menu .foreground-image,
body.page-template-page-menu .foreground-image img { max-height: 38vh; }
body.page-template-page-menu .hero.foreground { min-height: 70vh;}
body.page-template-page-menu .foreground-image { bottom: -25vh; }
body.page-template-page-menu .hero.foreground { margin-bottom: 25vh; }


/* =Catering
-------------------------------------------------------------- */
/* Hero */
body.page-template-page-catering h1.hero-title { font-size: 18em; }
body.page-template-page-catering .hero.foreground { min-height: auto; margin-bottom: 10vh; }
body.page-template-page-catering .foreground-image { left: -9vw; bottom: -4vh;}
body.page-template-page-catering .foreground-image img { max-height: 50vh; }

.catering { max-width: 1200px; margin: 0 auto; padding: 2vh 0 0vh; }
.catering .header-links {
    bottom: 0;
    position: relative;
    margin: -5vh auto 7vh;
    left: 0;
    overflow: hidden;
}


.form {
    background: #000000;
    color: #ffffff;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.form h2 { margin: 0 auto 2vh; }
.form .page-content { max-width: 800px; margin: 0 auto; }

/* Features */
.catering-features {
    padding: 2vh 0;
    display: flex;
    justify-content: space-evenly;
}
.delivery-option {
    flex: 1;
    text-align: center;
}
img.delivery-icon {
    max-width: 230px;
    margin: 0 auto 20px;
    display: block;
}
.delivery-option p {
    margin: 1vh auto 0;
    font-size: 15px;
    line-height: 24px;
    width: 80%;
}
.delivery-option h4 {
    font-size: 1.6em;
}


/* spotlight */
body.page-template-page-catering .spotlight {
    max-width: 1400px;
    margin: 10vh auto;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #dadada;
}
body.page-template-page-catering .spotlight-text h3 { font-size: 3.6em;}
body.page-template-page-catering .spotlight-text a.cta { border: none; background: #000000; }
body.page-template-page-catering .spotlight-text a.cta:hover { background: #d0ad43; color: #FFFFFF; }


/* Contact Form */
.form-element {
    display: inline-block;
    width: 50%;
    float: left;
}
.form-element:nth-child(even) { padding-right: 2%; }
.form-element.fullwidth {
    display: block;
    width: 100%;
    padding: 0;
}

div.wpcf7 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.wpcf7 p { margin: 0; }
.wpcf7 label {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin: 24px 0 0;
    color: #cacaca;
    display: block;
}
.wpcf7 input, 
.wpcf7 textarea,
.wpcf7 select {
    color: #000000;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 14px;
    margin: 12px 0 0;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    background: #d0ad43;
    color: #FFFFFF;
    font-family: 'Anton', helvetica;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    padding: 14px;
    margin: 10px auto 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.wpcf7 input[type="submit"]:hover {
    background: #151515;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.wpcf7 select {
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background: #FFF url('images/arrow-down.jpg') no-repeat center right;   /* add custom arrow */
   background-size: auto 10px;
}
.wpcf7 select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
div.wpcf7-response-output {
    margin: 0 auto;
    padding: 5px;
}



/* =News (Posts)
-------------------------------------------------------------- */
article.post {
    border: 1px solid #dadada;
    margin: 2vh auto 5vh;
    display: flex;
    flex-flow: wrap;
}
article.post.has-post-thumbnail { min-height: 45vh; }
.article-thumbnail { flex: 1; }
.article-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}
.article-detail {
    flex: 1;
    padding: 4%;
}
.article-detail .entry-content {
    margin: 3vh 0 0;
}
span.entry-date {
    color: #757779;
    margin: 10px 0 0;
    display: block;
    font-style: italic;
    font-size: 0.9em;
}


/* Gallery */
figure.gallery-item { margin: 0; }
figure.gallery-item img {
    height: auto;
    max-width: 100%;
    margin: 0 0 -8px;
    padding: 4px;
}

#fancybox-close { top: 25px !important; right: 25px !important;
background: url('images/close-icon.png') no-repeat center center / 25px 25px !important; }
#fancybox-left-ico,
#fancybox-right-ico {
    background-image: url('images/arrow-prev.png') !important;
    background-position: center center !important;
    background-size: contain !important;
}
#fancybox-right-ico {
    background-image: url('images/arrow-next.png') !important;
}

/* Single Post */
body.single article.post { margin: 12vh auto 0; }
body.single article.post.has-post-thumbnail { display: block; margin: 2vh auto 0; }
body.single .article-thumbnail a { display: none; }
body.single .article-thumbnail { height: 65vh; }
body.single .article-detail { padding: 0 5vw;}
body.single header.entry-header {
    background: #000000;
    padding: 3vh 3vw;
    margin: -10vh auto 5vh;
}
body.single header.entry-header h1 { margin: 0; }
body.single header.entry-header span.entry-date { color: #909092; }
body.single .article-detail .entry-content { margin: 5vh auto; padding: 2vh 3vw; }

.back-to-articles {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 8vh;
}
.back-to-articles a {
    width: 100%;
    display: block;
    background: #f7f7f7;
    border: 1px solid #dadada;
    padding: 2vh;
    font-family: 'Anton', helvetica;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.back-to-articles a:hover { background: #d0ad43; color: #FFFFFF; }

/* Pagination */
.wp-pagenavi {
    padding: 1vh 0;
    margin: 1vh auto 6vh;
}
.wp-pagenavi span.pages {
    font-style: italic;
    float: right;
    opacity: 0.5;
    padding: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #909092;
    padding: 5px 10px;
    margin: 2px;
    font-size: 15px;
}
.wp-pagenavi span { border: none; }
.wp-pagenavi a:hover {
    border-color: #000000;
    background: #000000;
    color: #FFFFFF;
}
.wp-pagenavi span.current {
    font-weight: 700;
    background: #d0ad43;
    border-color: #d0ad43;
    color: #FFFFFF;
}


/* =Locations
-------------------------------------------------------------- */
.google-maps {
    min-height: 40vh;
    height: auto;
}
.google-maps iframe { min-height: 40vh; max-height: 52vh; }
.location-spotlight {
    background: #000000;
    color: #FFFFFF;
    padding: 4vh 20vw 4vh 3vw;
    margin-top: -15vh;
    position: relative;
}
.location-spotlight:before {
    position: absolute;
    content: '';
    background: url(images/fatsals-guy.png) no-repeat center center;
    background-size: contain;
    width: 25vw;
    right: 3vw;
    top: -8vh;
    height: 140%;
}
.location-spotlight h3 {     
    font-size: 2.5em;
    margin: 0 0 2vh; 
}
.location-spotlight .download-content {
    display: block;
    margin: 0 0 2vh;
    width: 80%;
}


/* Locations */
.locations {
    display: flex;
    flex-wrap: wrap;
    margin: 4vh auto;
}
.locations .location-item {
    text-align: center;
    flex: 0 0 31.3333%;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #dadada;
    margin: 1vh 1% 2vh;
}
.locations .location-item .location-image {
    width: 100%;
    height: 25vh;
}
h3.name {
    padding: 2vh 0 0;
    font-size: 1.9em;
    letter-spacing: 0.02em;
}
h3.name a{ color: #d0ad43;}
h3.name a:hover{ color: #000000;}

.address {
    padding: 0 0 2vh;
    display: block;
}
.address a { text-decoration: none; }
.hours {
    background: #f7f7f7;
    padding: 5%;
    border-top: 1px solid #EEE;
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
}
.quick-links {
    width: 100%;
    border-top: 1px solid #f3f3f3;
    background: #FFF;
    display: table;
}
.quick-links a {
    text-decoration: none;
    padding: 15px;
    list-style: none;
    font-family: 'Anton', helvetica;
    font-weight: normal;
    text-transform: uppercase;
    width: 50%;
    letter-spacing: 0.02em;
    display: inline-block;
}
.quick-links a:last-child { border-left: 1px solid #f3f3f3; }
.quick-links a i { margin-left: 5px; font-size: 1.1em; }
.quick-links a:hover { background: #000000; border-color: #000000; color: #FFFFFF; }
.quick-links a:hover i { color: #d0ad43; }

/* Overwrite */
body.page-template-page-menu .quick-links a:last-child { border: none; width: 100%;}



/* =OWL Carousel
-------------------------------------------------------------- */
/* Owl Carousel - Featured Events */
.owl-carousel .animated {
  -webkit-animation-duration: 1111111ms;
  animation-duration: 1111111ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% { opacity: 1;}
  100% { opacity: 0;}
}
@keyframes fadeOut {
  0% { opacity: 1;}
  100% { opacity: 0; }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    z-index: 999;
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-dots { margin-top: 2vh; }
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #c9c9c9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #d0ad43;
}

.owl-prev, .owl-next {
    font-size: 0;
    position: absolute;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 47%;
    left: 1vw;
    clear: both;
    width: 40px;
    z-index: 9999;
    height: 40px;
    text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-next { left: inherit; right: 1vw; letter-spacing: -2px; }
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    color: #000000;
    font-size: 34px;
    content: "\21E0";
    font-family: 'Unicode';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before { content: "\21E2"; }




.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* =Location
-------------------------------------------------------------- */
/* hero */
.location-hero {
    text-align: center;
    padding: 16vh 0;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 2vh auto;
    border: 8px solid;
    text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.55);
}
.location-hero:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    width: 100%; 
    height: 101%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.location-hero h1.page-title { font-size: 7.5em; margin: 0 auto; position: relative;}
.location-hero .address a {
    color: #FFF;
    position: relative;
    font-family: 'Anton', helvetica;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.02em;
}
.hero-hours { position: relative; color: #FFFFFF; }
.header-links {
    margin: -50px auto 0;
    width: 100%;
    max-width: 800px;
    text-align: center;
    z-index: 99;
    position: relative;
    overflow: hidden;
}
.header-links a {
    background: #000000;
    color: #FFFFFF;
    padding: 15px;
    font-family: 'Anton', helvetica;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2em;
    letter-spacing: 0.02em;
    width: 50%;
    display: inline-block;
    float: left;
}
.header-links a:hover { color: #d0ad43;}
.header-links a i{ color: #d0ad43;}
.header-links a:nth-child(2) { background: #d0ad43; }
.header-links a:nth-child(2) i { color: #000000; }
.header-links a:nth-child(2):hover { background: #000000; color: #FFFFFF; }
.header-links a:nth-child(2):hover i{ color: #d0ad43;}
.header-links a i  { margin-left: 5px; }

/* featured food */
.featured-food {
    width: 100%;
    max-width: 1600px;
    padding: 8vh 0;
    text-align: center;
    margin: 0 auto;
}
.food-carousel {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.food-item {
    padding: 3vh 2vw;
}
.food-item h4 {
    color: #000;
    margin: 20px auto 0;
}
.food-item img {
    width: auto;
    max-height: 170px;
}
.food-carousel .owl-nav { display: none; }

/* spotlight */
.spotlight {
    height: 60vh;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    margin: 0 auto;
}
.spotlight-text, .spotlight-image {
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.spotlight-text {
    padding: 5%;
}
.spotlight-text h3 {
    font-size: 4em;
    line-height: 1.1em;
    margin-bottom: 3vh;
}
a.cta {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid;
    padding: 10px 22px;
    font-family: 'Anton', helvetica;
    letter-spacing: 0.02em;
    font-size: 1.1em;
    display: table;
    cursor: pointer;
}
a.cta:hover { border-color: #d0ad43; background: #d0ad43; color: #FFFFFF; }


/* =Home
-------------------------------------------------------------- */
/* Feature Squares */
#square-feature {
    max-width: 1400px;
    margin: 2vh auto;
    display: flex;
    justify-content: center;
    align-content: flex-start;
}
#square-feature a { text-decoration: none; }
.lto {
    flex: 3;
    display: flex;
    text-align: center;
    border: 1px solid #dadada;
    min-height: 75vh;
    min-height: 75vh;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 1vw;
    position: relative;
}
.lto:before,
.hero-spotlight:before {
    content: '';
    width: 160px;
    height: 160px;
    background: url('images/limited-time.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.lto h3 { font-size: 7em; margin: 3vh auto 0;}
.lto img {
    margin: 0 auto -6vh;
    width: 100%;
    max-width: 75%;
    position: relative;
    z-index: 99;
}
.lto p {
    background: #000000;
    color: #FFFFFF;
    padding: 10vh 10vw 6vh;
    margin: 0 auto;
}
.right-feature { flex: 2;}
.right-feature .hero-spotlight {
    min-height: 65vh;
    position: relative;
}
.right-feature .store {
    background: #000000;
    color: #FFFFFF;
    min-height: 19vh;
    margin-top: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
    position: relative;
    z-index: 99;
}
.right-feature .store .content { flex: 3; }
.right-feature .store .content h3 { font-size: 2em; line-height: 1em; width: 80%;}
.right-feature .store img {
    flex: 1;
    max-height: 185px;
    margin-top: -40px;
}
.right-feature .hero-spotlight { padding: 5vh 3vw; }
.right-feature .hero-spotlight h3 {
    color: #FFFFFF;
    font-size: 4.2em;
    text-align: center;
    margin: 0 auto;
}
.store .content h3 { color: #FFFFFF; }
.store .content a {
    background: #d0ad43;
    text-transform: uppercase;
    font-family: 'Anton', helvetica;
    padding: 9px 20px;
    display: table;
    margin: 1vh 0 0;
    color: #FFFFFF;
    font-size: 1.15em;
}
.store .content a:hover { background: #111111; }

/* spotlight */
body.home .spotlight {
    max-width: 1400px;
    margin: 10vh auto;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #dadada;
}
body.home .spotlight-text h3 { font-size: 3.6em;}
body.home .spotlight-text a.cta { border: none; background: #000000; }
body.home .spotlight-text a.cta:hover { background: #d0ad43; }


/* =Default
-------------------------------------------------------------- */
body.page-template-default #primary {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5vh 3vw;
}
body.page-template-default h1.entry-title {
    text-align: center;
    margin: 0 auto 6vh;
    color: inherit;
}
body.page-template-default .entry-content h3,
body.page-template-default .entry-content h4 {
    text-align: center;
    margin: 3vh auto;
    font-size: 6em;
    line-height: 1em;
    display: block;
}


/* =404
-------------------------------------------------------------- */
.error-404.not-found {
    text-align: center;
    padding: 10vh 0;
}

/* =Footer
-------------------------------------------------------------- */
footer.site-footer {
    background: #000 url(images/bw-wallpaper.jpg) repeat top center;
    color: #909092;
    padding: 5vh 0;
    background-size: 800px auto;
    text-align: center;
}
footer.site-footer a { color: #d0ad43; }
footer.site-footer a:hover { color: #FFFFFF; }
footer #text-2.widget_text .textwidget p{
    font-family: 'Anton', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    margin: 3vh 0 0;
}
footer #text-2.widget_text .textwidget a { text-decoration: none; }
footer .textwidget.custom-html-widget {
    font-size: 1.4em;
    line-height: 2em;
}
footer .textwidget.custom-html-widget a { padding: 0 15px; font-size: 1.25em;}
footer .widget_nav_menu {
    padding: 2vh 0;
}
.menu-quick-menu-container {
    background: #d0ad43;
    text-align: center;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
}
.menu-quick-menu-container ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.menu-quick-menu-container li,
.menu-locations-container li {
    font-size: 1.2em;
    display: inline-block;
    font-family: 'Anton', helvetica;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0 10px;
}
.menu-quick-menu-container li{
    width: 33.333%;
    padding: 0;
}
.menu-quick-menu-container li:nth-child(2) {
    border-left: 1px solid #987e2e;
    border-right: 1px solid #987e2e;
}

.menu-quick-menu-container a::before {
    content: "\f0d1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 12px;
    color: #000;
}
.menu-quick-menu-container li:nth-child(2) a::before { content: "\f2e7";}
.menu-quick-menu-container li:last-child a::before { content: "\f3c5";}
.menu-quick-menu-container li a:hover::before { color: #d0ad43;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }

.menu-quick-menu-container li a,
.menu-locations-container li a {
    color: #FFFFFF;
    text-decoration: none;
}
.menu-quick-menu-container li a { display: block; padding: 15px; }
.menu-quick-menu-container li a:hover { color: #FFFFFF; background: #000;}
.menu-locations-container li a:hover { color: #d0ad43;}

span.copyright {
    font-size: 14px;
    line-height: 20px;
    margin: 1vh auto 3vh;
    display: table;
}
footer .fa-store { font-size: 0.9em; }


/* =Mobile (Media Queries)
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* iPads (portrait) ----------- */
@media only screen and (max-width: 1280px) {   
    body.page-template-page-catering h1.hero-title { font-size: 10em; }
    .lto { min-height: auto; }
    .lto h3 { font-size: 7.2em;}
    .lto, .right-feature .store { margin: 0; }
    .right-feature .hero-spotlight { padding: 5vh 0; }
    .right-feature .hero-spotlight h3 { font-size: 4em; }

    body.home .spotlight { margin: 5vh auto 0; border: none; border-top: 1px solid #dadada; }
    .spotlight-text { flex: 3; }
    .spotlight-image { flex: 2; }
}
@media only screen and (max-width: 1024px) {   
    /* Header */
    header#masthead {
        display: block;
        align-items: center;
        justify-content: center;
        max-height: auto;
        padding: 2vh 0;
    }
    button.menu-toggle { display: block; }

    /* Navigation */
    button.menu-toggle {
        float: right;
        background: none;
        width: 30%;
        text-align: right;
        padding: 60px 7vw 50px;
        border: none;
        border-radius: 0;
        z-index: 99999;
        top: 0;
        right: 0;
        position: absolute;
    }
    button.menu-toggle .fas {
        color: #000000;
        font-size: 32px;
    }
    .main-navigation .fa-times { display: none; }

    .main-navigation,
    .main-navigation.toggled  { padding: 0; }
    .main-navigation ul{ display: none; }

    .main-navigation.toggled {
        padding: 10vh 5vw 5vh;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.95);
        height: 100%;
        z-index: 999;
    }
    .main-navigation.toggled .site-branding { order: 1; }
    .main-navigation.toggled .menu-left-menu-container { order: 2; }
    .main-navigation.toggled .menu-right-menu-container { order: 3; }
    .main-navigation.toggled .site-branding,
    .main-navigation.toggled .menu-left-menu-container,
    .main-navigation.toggled .menu-right-menu-container { width: 100%; flex: inherit; }
    .main-navigation.toggled li {
        float: none;
        padding: 3vh 0 2vh;
    }
    .main-navigation.toggled .site-branding { margin-bottom: 3vh; }
    .main-navigation.toggled li a {
        font-size: 2.5em;
        color: #FFFFFF !important;
        line-height: 1em;
    }
    .main-navigation.toggled li a:hover { color: #d0ad43 !important; }
    .main-navigation.toggled .fa-bars { display: none; }
    .main-navigation.toggled .fas.fa-times { display: block; color: #d0ad43; }
    .main-navigation.toggled button.menu-toggle { position: fixed; }

    /* Home */
    #square-feature { margin: 0 auto; }
    .lto h3 { font-size: 6.5em; margin: 4vh 0 0;}
    .lto p { padding: 8vh 5vw 4vh; }
    .right-feature .store .content { padding-left: 3vw; }
    .right-feature .store img { max-height: 150px; margin-top: -25px; }
    .right-feature .hero-spotlight { min-height: 100%; }
    .right-feature .hero-spotlight h3 { font-size: 3.5em; }

    .featured-food { padding: 6vh 0; }

	/* Strucutre */
    body.page-template-default #primary,
	.container { padding: 0 5vw; }

    /* Food Menu */
    body.page-template-page-catering header#masthead,
    body.page-template-page-menu header#masthead { left: 0; margin: 0; position: relative; background: #000; }
    body.page-template-page-catering header#masthead li a,
    body.page-template-page-menu header#masthead li a { color: #000000; }
    body.page-template-page-catering header#masthead li:last-child a,
    body.page-template-page-menu header#masthead li:last-child a { color: #FFFFFF; }
    body.page-template-page-catering button.menu-toggle .fas,
    body.page-template-page-menu button.menu-toggle .fas { color: #FFFFFF; }
    h1.hero-title { font-size: 7.2em;}
    .hero.foreground { padding-top: 150px; }
    .hero.foreground .container { padding-top: 70px;}
    .foreground-image { max-width: 80vw; }
    .hero.foreground { margin-bottom: 0px; min-height: auto;}

    body.page-template-page-menu .foreground-image { bottom: -12vh;}
    body.page-template-page-menu .hero.foreground { min-height: 55vh; margin-bottom: 15vh;}

    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item { max-width: 33.333%; }

    /* Home */
    .google-maps { height: auto;}
    .google-maps iframe { max-height: 40vh; }

    /* Locations */
    .locations .location-item { flex: 1 0 100%; margin: 0 auto 3vh; }
    .locations .location-item .location-image { height: 350px; }
    .location-hero { border: none; padding: 12vh 3vw; margin: 0 auto; }
    .location-hero h1.page-title { font-size: 5em; }
    .location-hero:before {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.9) 100%);
    }

    /* Single Location */
    .spotlight { height: auto; display: block; }
    .spotlight-text, .spotlight-image { flex: 1 0 100%;}
    .spotlight-text { padding: 5vh 5vw 6vh;}

    /* Spotlight */
    body.page-template-page-catering .spotlight-text h3,
    .spotlight-text h3 { font-size: 2.6em;}
    .spotlight-image { height: 35vh; }

    /* Catering */
    body.page-template-page-catering h1.hero-title { font-size: 9em; }
    body.page-template-page-catering .foreground-image img { max-height: 35vh; }
    body.page-template-page-catering .spotlight { border: none; border-top: 1px solid #cacaca; margin: 0 auto; }
    img.delivery-icon { max-width: 160px; }
    .catering-features { padding: 5vh 0 8vh; }

    /* Footer */
    .menu-quick-menu-container ul { display: block; }
    .menu-quick-menu-container li { width: 100%; }
    .menu-quick-menu-container li:nth-child(2) { border: none; border-top: 1px solid #987e2e; border-bottom: 1px solid #987e2e; }
}
/* iPhone (portrait) ----------- */
@media only screen and (max-width: 800px) {  
    .lto h3 { font-size: 8em; }

    .featured-food { padding: 5vh 0; }
    .food-item { padding: 2vh 5vw;}
    .food-item img { max-height: 100%; }

    .menu-items { display: block; }
    .food-items .food-menu .menu-items .item { padding: 3vh 5vw; }

    .location-spotlight { padding: 3vh 6vw 5vh;}
    .location-spotlight .download-content { width: 100%; }
    .location-spotlight:before { display: none; }
}

/* iPhone (portrait) ----------- */
@media only screen and (max-width: 640px) {  
    /* Home (Hero) */
    #square-feature { display: block; }
    .lto { border: none; border-top: 1px solid #dadada; }
    .lto h3 { font-size: 5em; }
    .lto p { padding: 8vh 10vw 5vh;}
    .right-feature .hero-spotlight { padding: 4vh 8vw 15vh;}
    .lto:before,
    .right-feature .hero-spotlight:before { width: 120px; height: 120px; }

    body.home .spotlight-text h3 { font-size: 2.5em;}


    /* News */
    article.post { margin: 0 auto 4vh; }
    .article-thumbnail, .article-detail{ flex: 0 0 100%;}
    .article-thumbnail { height: 250px; }
    .article-detail { padding: 3vh 6vw; }
    .article-detail h1.entry-title { margin: 2vh 0 1vh; }

    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item { max-width: 50%; }

    .back-to-articles a { border: none; }
    body.single .content-area .container { padding: 0; }
    body.single .article-thumbnail { height: 35vh; }
    body.single .article-detail { padding: 0 5vw; }
    body.single .article-detail .entry-content { margin: 0 auto 2vh; padding: 0 2vw; }
    body.single header.entry-header {  padding: 7%;  margin: -6vh auto 2vh;}
    body.single header.entry-header h1 { font-size: 2.5em; }
    body.single .post-navigation { padding: 3vh 0; margin: 0 auto; }
    .back-to-articles { margin-bottom: 0; }
    .back-to-articles { border: none; border-top: 1px solid #dadada; }

    /* Food Menu */
    h1.hero-title { font-size: 4em;}
    .hero.foreground { padding-top: 50px;}
    .hero.foreground .container { padding-top: 40px;}
    body.page-template-page-menu .hero.foreground { min-height: auto; margin-bottom: 15vh; padding: 5vh 0 0;}
    body.page-template-page-menu .foreground-image { bottom: -8vh;}

    /* Locations */
    .google-maps { height: auto;}
    .google-maps iframe { max-height: 45vh; }
    .locations .location-item .location-image { height: 225px; }

    /* Catering */
    .hero.foreground { padding-top: 0; }
    p.description { font-size: 1.2em; }
    body.page-template-page-catering .hero.foreground { margin-bottom: 3vh; }
    body.page-template-page-catering h1.hero-title { font-size: 5em; }
    body.page-template-page-catering .foreground-image { bottom: -3vh; }
    body.page-template-page-catering .foreground-image img { max-height: 25vh; }

    .catering .header-links,
    .header-links { margin: 0 auto; padding: 0; z-index: 9; }
    .header-links { padding: 0 5vw; margin: 2vh auto; }
    .header-links a { display: block; width: 100%; margin-bottom: 10px; } 

    .location-hero { padding: 15vh 3vw 5vh; margin: 0 auto;}

    img.delivery-icon { max-width: 220px; }
    .form { padding: 5vh 0; }
    .form-element { display: block; width: 100%; float: none; padding: 0;}
    .catering-features { display: block; padding: 4vh 0; }
    .delivery-option {  padding: 0 0 5vh; }

}

