/*
Theme Name: Veraci
Theme URI: http://underscores.me/
Author: HKW
Author URI: http://hkw.io
Description: A custom theme for Veraci
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veraci
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Veraci is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Header
	## Main
	## Footer
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

# New Colors
	## Blue: #203149;
	## Yellow: #FCB03A;
	## Yellow (Hover): #e58b00;
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: 'AvenirNext';
  font-style: normal;
  font-weight: 200;
  src: local('Avenir Next Bold'), url('fonts/AvenirNext-UltraLight.woff') format('woff');
}
@font-face {
  font-family: 'AvenirNext';
  font-style: italic;
  font-weight: 200;
  src: local('Avenir Next Thin'), url('fonts/AvenirNext-UltraLightItalic.woff') format('woff');
}
@font-face {
  font-family: 'AvenirNext';
  font-style: normal;
  font-weight: 300;
  src: local('Avenir Next Regular'), url('fonts/AvenirNext-Regular.woff') format('woff');
}
@font-face {
  font-family: 'AvenirNext';
  font-style: italic;
  font-weight: 300;
  src: local('Avenir Next Regular'), url('fonts/AvenirNext-Italic.woff') format('woff');
}
@font-face {
  font-family: 'AvenirNext';
  font-style: normal;
  font-weight: 700;
  src: local('Avenir Next Bold'), url('fonts/AvenirNext-Bold.woff') format('woff');
}
@font-face {
  font-family: 'AvenirNext';
  font-style: italic;
  font-weight: 700;
  src: local('Avenir Next Thin'), url('fonts/AvenirNext-BoldItalic.woff') format('woff');
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'AvenirNext';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'AvenirNext';
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 4.8rem;
  margin-bottom: 0.25em;
  text-align: center;
  color: #203149;
}
h2 {
  font-size: 4rem;
  text-align: center;
  color: #203149;
}
h3 {
  font-size: 3.6rem;
  text-align: center;
}
h4 {
  font-size: 3rem;
  text-align: center;
}
h5 {
  font-size: 2.4rem;
  text-align: center;
}
h6 {
  font-size: 2rem;
  text-align: center;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #000; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  clear: both;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.row {
  width: 100%;
  /*min-width: 768px;*/
  max-width: 1440px;
  overflow: hidden;
}

@media only screen and (max-width: 40em) {
  .row {
    padding: 20px;
  }
}

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

.half {
  width: 50%;
  float: left;
}

.third {
  width: 33.33%;
  float: left;
}

.two-third {
  width: 66.66%;
  float: left;
}

.fourth {
  width: 25%;
  float: left;
}

.three-fourth {
  width: 75%;
  float: left;
}

@media only screen and (max-width: 40em) {
  .full-width,
  .half,
  .third,
  .two-third,
  .fourth,
  .three-fourth {
    width: auto;
    float: none;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.home #masthead {
  height: 84px;
}

.home #masthead .inner {
  height: 84px;
  top: -90px;
}

#masthead {
  background: #203149;
  color: #fff;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
}

.home #masthead {
  position: absolute;
  height: 85px;
  width: 100%;
  top: -90px;
}

#masthead .contact {
  float: left;
  color: #fff;
  padding: 30px 10px 10px 20px;
  line-height: 1.3;
}

.home #masthead .contact {
  padding: 20px 10px 10px 20px;
}

#masthead .contact .hours {
  font-size: 1.3rem;
}

#masthead .contact .location {
  display: block;
}
#masthead .contact .location a {
  color: #fff;
  text-decoration: none;
}

/*small screens*/
@media only screen and (max-width: 40em) {
  .map-link-only {
    display: inline;
  }
  .full-address {
    display: none;
  }
  #masthead .contact .hours {
    font-size: 1rem;
    line-height: 1.6;
  }
}
/*non-small screens*/
@media only screen and (min-width: 40.01em) {
  .map-link-only {
    display: none;
  }
  .full-address {
    display: inline;
  }
}

#masthead .contact .location a:hover {
  border-bottom: 1px solid white;
}

/*#large-logo svg,
#logo-words svg {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#large-logo {
	position: absolute;
	height: 90%;
	width: 90%;
	max-height: 90%;
	max-width: 90%;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 50;
	}

#large-logo.reduced {
	width: 230px;
	height: 140px;
	top: 40px;
	}*/

/*#logo-words {
	position: absolute;
	top: 15px;
	z-index: 50;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);*/
/*width:  40px;*/
/*height: 90px;
	opacity: 0;
	filter:alpha(opacity=0);
}

#masthead .logo {
	float:left;
	max-width: 125px;
	margin-right: 20px;
}

.logo svg {
	height: 90px;
    padding: 10px 0 0 10px;
}*/

#large-logo svg,
#logo-words svg {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

#large-logo {
  position: absolute;
  height: 90%;
  width: 90%;
  max-height: 90%;
  max-width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 60;
}

#large-logo.reduced {
  width: 230px;
  height: 140px;
  top: 40px;
}

#logo-words {
  position: absolute;
  top: 125px;
  z-index: 50;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  /*width:  40px;*/
  height: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
}

#masthead .logo {
  float: left;
  max-width: 125px;
  margin-right: 20px;
}

.logo svg {
  height: 90px;
  padding: 10px 0 0 10px;
}

.location-bar {
  z-index: 50;
  position: relative;
  min-height: 120px;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 45%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.location {
  display: none;
  position: absolute;
  width: 50%;
  min-height: 120px;
  color: #ffffff;
  top: 170px;
}
@media screen and (min-width: 67.5rem) {
  .location {
    display: block;
  }
}
.location-1 {
  padding: 25px 175px 0 20px;
  left: 0;
  text-align: right;
}
.location-2 {
  padding: 25px 20px 0 175px;
  right: 0;
  text-align: left;
}

.location p {
  margin: 0;
}

.location .supertitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.location .hours {
  font-size: 1.3rem;
}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
#content {
  margin-top: 100px;
  background-color: #fff;
  padding-bottom: 60px;
  /*padding-top: 40px;*/
}

.home #content {
  margin-top: 100vh;
}

#video-wrapper {
  position: absolute;
  top: 84px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  box-sizing: border-box;
  overflow: hidden;
}

video#bgvid {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}

#start-image {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-image: url(img/video-still.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 57% 50%;
}

@media only screen and (min-width: 85.25em) and (max-width: 89.75em) {
  video#bgvid {
    top: 49%;
  }

  #start-image {
    top: -100px;
  }
}

#overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 40em) {
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

#scroll-arrow {
  cursor: pointer;
  width: 50px;
  height: 36px;
  background-image: url(img/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  z-index: 40;
  bottom: -30px;
  transition: all 200ms ease-in-out;
}

#scroll-arrow.bounce {
  bottom: 12px;
  -webkit-animation-name: bounceIn;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: 4;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-name: bounceIn;
  animation-duration: 0.25s;
  animation-iteration-count: 4;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#instaIcon {
  width: 100px;
  position: absolute;
  bottom: 20px;
  left: -100px;
  z-index: 10;
  transition: all 200ms ease-in-out;
}

@media only screen and (max-width: 40em) {
  #instaIcon {
    width: 75px;
  }
}

#instaIcon.slide {
  left: 20px;
  -webkit-animation-name: bounceIn;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin: 30px 0 30px;
}

/* hacking these in here: */
.page-template-mobile-page .site-content,
.page-template-catering-page .site-content,
.page-template-menu-page .site-content {
  padding-top: 40px;
}

h6.page-subhead {
  line-height: 1.3;
  letter-spacing: -1px;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#about {
  background: #fff;
  color: #4a4a4a;
  padding: 0;
}

.home .about-content {
  display: block;
  max-width: 860px;
  padding: 40px 20px 0;
  margin: 0 auto;
}
.about-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 40em) {
  .page-header,
  .page-subhead {
    padding: 0 20px !important;
  }

  .home .about-content,
  h6.page-subhead {
    width: auto;
  }

  h1,
  h1.page-header {
    font-size: 3rem;
  }
  h6.page-subhead {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

#featured {
  margin: 4em 0;
  padding: 0 100px;
  margin: 0 auto 60px;
}
#featured:after {
  content: '';
  display: table;
  clear: both;
}
#featured h2 {
  font-weight: 700;
  font-size: 3rem;
}

.featured-pizza {
  padding: 14px;
  float: left;
}
.featured-pizza.count-2,
.featured-pizza.count-4,
.featured-pizza.count-8 {
  width: 50%;
}
.featured-pizza.count-3,
.featured-pizza.count-5,
.featured-pizza.count-6,
.featured-pizza.count-7 {
  width: 33%;
}

.featured-pizza h4 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0;
  line-height: 1;
}
.featured-pizza h6 {
  text-align: left;
  margin-bottom: 0.25em;
  font-size: 1.5rem;
}
.featured-pizza .pizza-pic {
  height: 500px;
  width: 100%;
  margin-bottom: 14px;
}

@media only screen and (max-width: 50em) {
  #featured {
    padding: 0;
  }
  .featured-pizza {
    width: 100% !important;
    float: none;
  }
}

#events {
  margin-bottom: 100px;
}

#events h2 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.event-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 570px;
}

@media only screen and (max-width: 40em) {
  .event-image {
    height: 300px;
  }
}

.event-descriptions {
  max-width: 860px;
  margin: 0 auto;
  float: none;
  background: #203149;
  color: #fff;
  padding: 30px 30px 10px;
  position: relative;
  overflow: visible;
}
.event-descriptions h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.event-descriptions h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.event-descriptions p {
  margin-top: 0;
  line-height: 1;
  font-weight: 200;
}
.event-descriptions .bottom-graphic {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  width: 100%;
  bottom: -30px;
}

@media only screen and (max-width: 40em) {
  #events h2 {
    font-size: 3rem;
  }
  .event-descriptions {
    width: auto;
    padding: 20px;
  }
  .event-descriptions h3,
  .event-descriptions h4,
  .event-descriptions p {
    text-align: left !important;
  }

  .event-descriptions p {
    font-weight: 300;
  }
}

#signup {
  background-color: #fcb03a;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px;
}

#signup h4 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #203149;
  text-align: left;
}

#signup input[type='email'] {
  width: 70%;
  font-size: 2rem;
  padding: 1rem;
  border: 0;
  display: inline-block !important;
  margin: 0 !important;
  float: left;
  border-radius: 0px;
}
#mc_embed_signup_scroll > div {
  display: inline;
}
#signup .button {
  width: 30%;
  background-color: white;
  display: inline-block !important;
  margin: 0 !important;
  font-size: 2rem !important;
  padding: 1rem !important;
  border-radius: 0px;
  background-color: #203149 !important;
  color: #fff !important;
}
#signup .button:hover {
  box-shadow: none !important;
  background-color: #ffd31d !important;
  color: black !important;
}

@media only screen and (max-width: 40em) {
  #signup {
    width: auto;
  }
  #signup input[type='email'],
  #signup .button {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1rem !important;
  }
}

/* PAGE CONTENT */
.content-container {
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
}
.content-container a {
  text-decoration: none;
}
.content-container a:hover {
  text-decoration: underline;
}
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6 {
  text-align: left;
  margin-bottom: 0;
  line-height: 1;
}

.content-container h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.content-container h4 {
  font-size: 1.75rem;
}
.content-container h5 {
  font-size: 1.25rem;
}
.content-container h6 {
  font-size: 1rem;
}

article#post-16 {
  min-height: 500px;
}

@media only screen and (max-width: 40em) {
  .content-container {
    padding: 20px;
    width: 100%;
  }
  .content-container .two-third,
  .content-container .third .content-container .half {
    float: none !important;
    width: auto;
  }

  .content-container h2 {
    font-size: 2rem;
    font-weight: 700;
  }
  .content-container h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .content-container h4 {
    font-size: 1.5rem;
  }
  .content-container h5 {
    font-size: 1rem;
  }
  .content-container h6 {
    font-size: 1rem;
  }
  .content-container ul {
    margin-left: 20px;
    padding-left: 20px;
  }
}

/* //////////////////////////////// */
/* MENU CONTENT */
/* //////////////////////////////// */
.menu-content {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

.menu-content .break {
  margin: 40px 0px;
}

.menu-content hr.left {
  position: absolute;
  width: 40%;
  left: 10px;
  top: 20px;
}

.menu-content hr.right {
  position: absolute;
  width: 40%;
  right: 10px;
  top: 20px;
}

.menu-content .half.left {
  padding-right: 30px;
  border-right: 1px solid #ccc;
}

.menu-content .half.right {
  padding-left: 40px;
}

.menu-content h3,
.menu-content h4,
.menu-content h5 {
  margin-bottom: 0.5rem;
}

.menu-content h6 {
  text-align: left;
  margin-bottom: 0;
}

.menu-content h4 {
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
  margin-top: 40px;
}
.menu-content h5 {
  font-size: 2rem;
}
.menu-content h6 {
  font-size: 1.33rem;
}

.menu-content .section-note {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.menu-content p {
  margin-top: 0;
}

.menu-content .notes {
  columns: 2;
  column-width: 200px;
  column-gap: 75px;
}

@media only screen and (max-width: 40em) {
  .menu-content {
    font-size: 0.8rem;
  }
  .menu-content .half.left,
  .menu-content .half.right {
    width: 100%;
    float: none;
    border-right: 0;
    padding: 0;
  }
  .menu-content h3 {
    font-size: 3rem;
  }
  .menu-content h3 {
    font-size: 2rem;
  }
  .menu-content h6 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/* SLICK STYLES */

.slick-slider {
}
.slick-active {
  opacity: 1;
}

.slick-slider .left-arrow {
  font-size: 30px;
  text-align: left;
  float: left;
  width: 10%;
  top: 50%;
  left: 20px;
  z-index: 30;
  position: absolute;
  color: #fff;
}

.slick-slider .right-arrow {
  font-size: 30px;
  text-align: right;
  float: right;
  width: 10%;
  top: 50%;
  right: 20px;
  z-index: 30;
  position: absolute;
  color: #fff;
}

.slick-slider_2 img,
.slick-slider_1 img,
.slick-slider_home img {
  height: 500px;
}

@media only screen and (max-width: 64em) {
  .slick-slider_2 img,
  .slick_slider_1 img,
  .slick-slider_home img {
    max-height: 400px;
    height: auto;
  }
}

@media only screen and (max-width: 40em) {
  .slick-slider_2 img {
    max-height: 250px;
    height: auto;
  }
}

@media only screen and (max-width: 40em) {
  .slick-slider_home img {
    max-height: 250px;
    height: auto;
  }
}

/* Taplister Styles */
#taplister-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: border-box;
  min-height: 800px;
}

iframe.taplister {
  display: block;
  width: 100%;
  min-height: 800px;
  border: none;
}

@media only screen and (max-width: 40em) {
  iframe.taplister {
    /*width: 350px !important;*/
    /*height: 500px;	*/
  }
}

/* BREAK STYLES */
.break {
  height: 80px;
  position: relative;
  margin: 60px 0;
}

.break svg {
  height: 80px;
  position: relative;
  top: -20px;
  margin: 0 auto;
  display: block;
}

hr.left {
  position: absolute;
  width: 40%;
  left: 40px;
  top: 20px;
}

hr.right {
  position: absolute;
  width: 40%;
  right: 40px;
  top: 20px;
}

@media only screen and (max-width: 40em) {
  .break {
    margin: 10px 0 !important;
  }
  .break svg {
    width: 33% !important;
  }
  .break > hr {
    width: 25% !important;
  }
}

.toppings {
  margin-top: 40px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
  background: #203149;
  color: #fff;
  position: relative;
  padding: 20px;
}

#colophon .half {
  padding: 10px;
}

#colophon .half .logo {
  text-align: center;
  float: left;
  width: 180px;
}

#colophon .half .logo a,
#colophon .half .logo a:visited {
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
}

#colophon .sm-icons {
  text-align: right;
  margin-top: 24px;
}

#colophon .sm-icons a,
#colophon .sm-icons a:visited {
  color: #fff;
}

#colophon .sm-icons a:hover {
  color: #fcb03a;
}

#colophon .sm-icons i {
  font-size: 50px;
  margin-left: 40px;
}

#colophon .sm-icons i.last {
  margin-right: 40px;
}

@media only screen and (max-width: 40em) {
  #colophon .row {
    padding: 0;
  }
  #colophon .sm-icons i {
    font-size: 2rem;
    margin-left: 10px;
  }
  #colophon .sm-icons i.last {
    margin-right: 0;
  }

  #colophon .half {
    width: 50%;
    float: left;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #fcb03a;
  border: 0;
  border-radius: 3px;
  margin-top: 19px;
  margin-right: 15px;
  color: #404040;
  font-size: 1.5rem !important;
  font-weight: 700;
  padding: 10px 14px;
  display: block;
  transition: background-color 140ms ease-in;
  box-shadow: none;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  color: #111;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}
/* Gravity Forms */

.gform_wrapper ul li.gfield,
.gf_left_half,
.gf_right_half,
.gf_left_third,
.gf_middle_third {
  margin-bottom: 40px !important;
}

#sbc-calendar {
  float: right;
}

#sbc-calendar .sbc-calendar-month {
  width: 100%;
  box-sizing: border-box;
}

#sbc-calendar .sbc-prev-month,
#sbc-calendar .sbc-next-month {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#sbc-calendar .sbc-status-booked {
  background-color: #ccc;
  border-color: #ccc;
}
#sbc-calendar .sbc-calendar-month {
  border: 0;
}

@media only screen and (max-width: 40em) {
  #sbc-calendar {
    float: none;
    margin: 0 auto;
    width: 75%;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fcb03a;
}

a:visited {
  color: #fcb03a;
}

a:hover,
a:focus,
a:active {
  color: #e58b00;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

a.large,
a.large:visited {
  color: #fcb03a;
  font-size: 2rem;
  font-family: 'AvenirNext';
  text-decoration: none;
  line-height: 1;
}

a.large:hover {
  color: #e58b00;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: right;
  width: 70%;
  padding-right: 15px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 10px 0 0 0;
  padding-left: 0;
  float: right;
}

.home .main-navigation ul {
  margin: 0;
}

.main-navigation li {
  float: left;
  position: relative;
  display: block;
}

.main-navigation a {
  display: block;
  border-radius: 3px;
  margin-top: 29px;
  margin-left: 5px;
  padding: 10px;
  transition: all 140ms ease-in-out;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

.main-navigation a {
  margin-top: 19px;
}

.main-navigation a:hover,
.main-navigation ul li:hover > a {
  background-color: #fcb03a;
  color: #000;
}

.main-navigation .menu-item-has-children a {
  padding-right: 30px;
}
@media screen and (min-width: 67.45rem) {
  .main-navigation .menu-item-has-children a:after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    /*	width: 10px;
		height: 4px;*/
    position: absolute;
    top: 55%;
    right: 8px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main-navigation .menu-item-has-children a:hover:after,
  .main-navigation ul li:hover > a:after {
    transform: rotate(-180deg);
  }
}
.main-navigation ul ul {
  margin: 0;
}
.main-navigation ul ul a {
  width: 200px;
  margin: 0 !important;
  padding: 0 10px 10px;
}

.main-navigation ul ul a:after {
  content: none !important;
}

.main-navigation ul ul li {
  padding: 10px 5px 0 5px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  background: transparent;
  color: #fcb03a;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  margin: 0;
  line-height: 1;
  position: fixed;
  top: 20px;
  right: 20px;
}
.menu-toggle:hover,
.menu-toggle:visited,
.menu-toggle:active {
  box-shadow: none;
}

/*@media screen and (min-width: 50em) {*/
@media screen and (min-width: 67.5rem) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }

  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 65px;
    left: -999em;
    z-index: 60;
    background: #203149;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
}
/*@media screen and (max-width: 81.25rem) {
	#masthead .contact .location a {
		font-size: 0.9rem;
	}
	.main-navigation a, .main-navigation .order-button a {
		font-size: 0.9rem;
		margin-top: 24px;
		padding: 8px!important;
	}
}*/
.location-block-mobile {
  display: none;
}
@media screen and (max-width: 67.44rem) {
  .home #masthead,
  #masthead {
    position: fixed;
  }

  .inner .logo {
    margin-top: 10px;
    margin-left: 5px;
  }

  .inner .logo svg {
    max-height: 74px;
  }

  .home .main-navigation a,
  .main-navigation a {
    margin-top: 10px;
  }

  .menu-toggle {
    z-index: 80;
  }
  .main-navigation.toggled {
    position: fixed;
    float: none;
    top: 0px;
    right: 0px;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    overflow: scroll;
  }

  .main-navigation.toggled i.fa-bars,
  .main-navigation i.fa-times {
    display: none;
  }

  .main-navigation i.fa-bars,
  .main-navigation.toggled i.fa-times {
    display: block;
  }

  .main-navigation ul {
    background-color: #203149;
    width: 100%;
    margin: 0;
  }
  .main-navigation li {
    text-align: left;
    float: none;
    background-color: #203149;
  }
  .main-navigation li a,
  .main-navigation .order-button a {
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
  }
  .main-navigation li a {
    padding: 8px 16px !important;
  }
  .main-navigation li a:hover,
  .main-navigation li a:focus {
    background: transparent;
    color: #fcb03a;
    cursor: pointer;
  }
  .main-navigation a:hover,
  .main-navigation ul li:hover > a {
    background: transparent;
    color: #fcb03a;
  }
  .main-navigation .menu-item-has-children a:after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    /*width: 10px;
		height: 4px;
		position: absolute;
		top: 55%;
		right: 8px;*/
    margin-left: 8px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main-navigation .menu-item-has-children a.active:after {
    transform: rotate(-180deg);
  }
  .main-navigation ul ul.sub-menu {
    display: none;
    box-shadow: none;
    float: none;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 60;
    width: 100%;
    margin-left: 20px;
  }
  .main-navigation ul ul a {
    width: 100%;
  }

  .location-block-mobile {
    display: block;
    padding: 0 16px;
  }

  .location-block-mobile .logo {
    width: 100%;
    max-width: 99px !important;
    margin-top: 20px;
    margin-bottom: 16px;
    float: none !important;
    margin-left: 0 !important;
  }

  .location-block-mobile .location {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    width: 100%;
    min-height: 0;
    top: 0;
  }
  .location .supertitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .location .hours {
    font-size: 14px;
    line-height: 16px;
  }

  .order-button a {
    text-align: center;
    padding: 20px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.order-button a {
  background-color: #fcb03a;
  border-radius: 3px;
  margin-top: 19px;
  color: #000;
  font-weight: 700;
  padding: 10px;
  display: block;
  transition: background-color 140ms ease-in;
}
.home .order-button a {
  margin-top: 19px;
}

.order-button a:hover,
.order-button a:focus {
  background-color: #e58b00;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 70; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

@media only screen and (max-width: 40em) {
  .entry-content {
    margin-top: 0;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body.error404 {
  /*height: 100%;*/
}

.error404 .page-content {
  text-align: center;
  /*height: 100%;*/
}
/*.error404 .site-content {margin-top: 0;}*/
.error404 .search-submit {
  margin: 20px auto;
}

/* align phone numbers on mobile */
.location .address a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  display: inline-block;
}
