/*
Theme Name: Happy Slice Master Theme
Theme URI: http://creativepickle.com/
Description: Custom Flex (FROW) Theme for Happy Slice Pizzeria
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  position: relative;
}
.central.narrow {
  max-width: 960px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: unbounded, sans-serif;
}
.sans-serif {
  font-family: unbounded, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: figtree, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
}
.site {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
.site-content {
  flex: 1 0 auto;
  /* 2 */
}
section {
  position: relative;
  padding: 80px 0 80px 0;
}
.section-head {
  font-family: unbounded, sans-serif;
  font-size: 46px;
  font-weight: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4.6px;
  line-height: 1.2;
}
.slant-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 60px 60px 0 60px;
}
.slant-title span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  color: #54AFC4;
  font-family: "ltc-swing", sans-serif;
  font-size: 53px;
  text-transform: none;
  letter-spacing: 0;
  transform: rotate(-7deg);
}
.slant-title.dark-script span {
  color: #404646 !important;
}
.bordered {
  display: block;
  content: 'asdasd';
  padding: 0;
  position: relative;
}
.bordered img {
  display: block;
}
.bordered:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #F6D30C;
  border-bottom: 2px solid #F6D30C;
  position: absolute;
  top: 0;
  right: 0;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.bordered.small:before {
  top: 10px;
  left: 10px;
}
.gray-dark-bg {
  background: #404646;
  color: #fff;
}
.gray-light-bg {
  background: #f2f2f2;
}
.gray-x-dark-bg {
  background: #212626;
  color: #fff;
}
.yellow-bg {
  background: #F6D30C;
}
.photo-bg {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.photo-bg:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.photo-bg .frow-container {
  position: relative;
  z-index: 20;
  color: #fff;
}
.blue-tile {
  background: url(images/blue-tile.svg) repeat 0 0;
  background-size: 300px auto!important;
}
.gray-tile {
  background: url(images/gray-tile.svg) repeat 0 0;
  background-size: 300px auto!important;
  color: #fff;
}
.blue-pattern {
  background: url(images/blue-pattern.svg) repeat 0 0;
  background-size: 300px auto!important;
}
.gray-pattern {
  background: url(images/gray-pattern.svg) repeat 0 0;
  background-size: 300px auto!important;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-family: unbounded, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2em;
  margin: 0.67em 0;
}
h2,
h3,
h4,
h5 {
  font-family: unbounded, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: figtree, sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
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. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #D04E4E;
  border-color: #D04E4E;
  background: #fff;
  color: #D04E4E !important;
  font-family: unbounded, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 10px 16px 10px 16px;
  text-decoration: none!important;
}
a.button:hover,
button:hover {
  background: #D04E4E;
  color: #fff !important;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primary-menu {
  display: inline-block;
  vertical-align: top;
}
#primary-menu > li {
  display: inline-block;
  vertical-align: top;
}
#primary-menu > li > a {
  display: block;
  font-family: unbounded, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  color: #fff;
}
#primary-menu > li > a:hover {
  color: #F6D30C;
}
ul.social-menu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul.social-menu li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 22px;
  padding: 0;
  position: relative;
  margin: 10px 5px 10px 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.social-menu li i.fa-chevron-right {
  display: none;
}
ul.social-menu li:hover {
  color: #999;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
ul.social-menu li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-navigation {
  text-align: right;
}
.mobile-nav ul.menu {
  margin: 0;
  padding: 0;
  background: #EFEBE7;
}
.mobile-nav ul.menu > li {
  opacity: 0;
  transform: translateX(20px);
}
.mobile-nav ul.menu > li a {
  display: block;
  padding: 8px;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.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%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  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: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  font-family: figtree, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
}
.widget-title {
  font-family: unbounded, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  padding: 0 0 40px 0;
}
.widget ul {
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.widget ul > li {
  padding: 0;
  margin: 0;
}
.widget ul > li > a {
  display: block;
  padding: 5px 5px 5px 0;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-decoration: none;
  font-family: unbounded, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.widget ul > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 5px;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## 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,
.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%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## 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;
}
/*******CP STYLES*******/
.site-header {
  background: transparent;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header .gray-dark-bg {
  background: rgba(33, 38, 38, 0.95) !important;
  backdrop-filter: blur(10px);
}
.site-header .order-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 10000;
}
.site-header .order-wrap .order-btn {
  display: inline-block;
  vertical-align: top;
  background: #F6D30C;
  padding: 10px 24px 10px 24px;
  font-family: unbounded, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #404646;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.site-header .social-menu li {
  color: #F6D30C;
  font-size: 16px;
}
.site-header .social-menu li:hover {
  color: #54AFC4;
}
.site-header .logo-wrap {
  position: relative;
}
.site-header .logo-wrap .logo-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.site-header .logo-wrap:hover .logo-hover {
  opacity: 1;
}
a.block {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.banner-section .banner-content {
  position: relative;
  z-index: 5;
}
.banner-section .banner-content h1 {
  color: #fff;
}
.banner-section.homepage-video {
  background: #000;
  height: 100vh;
  position: relative;
}
.banner-section.homepage-video video#banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  background-size: cover;
}
.banner-section.homepage-video .banner-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #404646;
  color: #fff;
  text-align: center;
}
.banner-section.homepage-video .banner-footer span {
  vertical-align: middle!important;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 15px;
}
.banner-section.homepage-video .banner-footer span.script {
  font-family: "ltc-swing", sans-serif;
  font-size: 36px;
}
.banner-section.homepage-video .banner-footer span.address {
  font-family: figtree, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.banner-section.homepage-video .banner-footer span.address i {
  color: #F6D30C;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  vertical-align: middle!important;
  margin-right: 20px;
}
.banner-section.homepage-video .banner-content {
  padding: 30px 0 30px 0;
  position: relative;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
.banner-section.homepage-video .banner-content h1 {
  color: #F6D30C;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  line-height: 1.1;
  font-size: 70px;
  letter-spacing: 7px;
  font-weight: bold;
}
.banner-section.homepage-video .banner-content h1 span {
  display: block;
  color: #fff;
  font-family: "ltc-swing", sans-serif;
  font-size: 103px;
  text-transform: none;
  letter-spacing: 0;
}
.banner-section.homepage-video .banner-content h2 {
  margin-top: 15px;
  color: #fff;
  font-family: unbounded, sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none!important;
}
.banner-section.splash {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: 400px auto!important;
}
.banner-section.splash:after {
  display: none;
}
.banner-section.splash .banner-content.splash {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.banner-section.splash .banner-content.splash h1.banner-title {
  font-family: unbounded, sans-serif !important;
  font-size: 50px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 5px;
  color: #F6D30C;
  line-height: 1.2;
}
.banner-section.splash .banner-content.splash .logo-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  max-width: 600px;
}
.banner-section.splash .banner-content.splash .logo-wrap .logo-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.banner-section.splash .banner-content.splash .logo-wrap:hover .logo-hover {
  opacity: 1;
}
.banner-footer.splash {
  background: #F6D30C;
  height: 20vh;
}
.banner-footer.splash div.title,
.banner-footer.splash div.button {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  vertical-align: middle;
}
.banner-footer.splash .title {
  font-family: "ltc-swing", sans-serif !important;
  font-size: 48px !important;
  color: #404646 !important;
  line-height: 1!important;
}
@media only screen and (max-width: 991px) {
  body.page-template-template-splash {
    background: #F6D30C !important;
  }
  .banner-section.splash {
    height: auto!important;
    padding: 120px 20px 120px 20px!important;
  }
  .banner-section.splash .banner-content.splash {
    top: 0!important;
    transform: translateY(0) !important;
  }
  .banner-section.splash .banner-content.splash h1.banner-title {
    font-size: 40px!important;
  }
  .banner-footer.splash {
    height: auto!important;
    padding: 30px;
  }
  .banner-footer.splash div.title,
  .banner-footer.splash div.button {
    margin: 10px!important;
  }
  .banner-footer.splash .frow-container {
    top: 0!important;
    transform: translateY(0) !important;
  }
}
.content-wrap {
  padding-top: 50px!important;
}
.footer-content {
  padding: 60px 0 60px 0;
}
.footer-contact {
  font-weight: bold;
}
.footer-contact div {
  margin: 15px 0 15px 0;
}
.footer-contact .social-menu li {
  color: #F6D30C;
  font-size: 30px;
}
.footer-branding {
  text-align: center;
  padding: 0px 40px 0px 40px;
}
.footer-navigation .footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-navigation .footer-menu li {
  padding: 0;
  margin: 15px 0 15px 0;
  text-align: right;
}
.footer-navigation .footer-menu li a {
  font-family: unbounded, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: right;
}
.footer-navigation .footer-menu li a:hover {
  color: #F6D30C;
}
.footer-form h6 {
  font-family: unbounded, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4.8px;
  font-weight: 300;
  margin: 0px 0 20px 0;
}
.footer-form .gform_wrapper {
  padding: 0!important;
  margin: 0 10px 0 10px!important;
  position: relative;
  vertical-align: middle;
  margin-right: 10px!important;
}
.footer-form .gform_wrapper ul.gform_fields {
  margin: 0!important;
  padding: 0 0 5px 0!important;
}
.footer-form .gform_wrapper ul.gform_fields li.gfield {
  margin: 0!important;
  padding: 0!important;
}
.footer-form .gform_wrapper label {
  display: none!important;
}
.footer-form .gform_wrapper input[type=text] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: rgba(56, 56, 56, 0.8);
  color: #fff !important;
  vertical-align: middle;
  padding: 12px 35px 12px 35px!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none!important;
}
.footer-form .gform_wrapper input[type=text]::-webkit-input-placeholder {
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:-ms-input-placeholder {
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:focus {
  background: #383838;
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:focus::-webkit-input-placeholder {
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.footer-form .gform_wrapper input[type=text]:focus:-ms-input-placeholder {
  color: #fff !important;
}
.footer-form .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  width: auto!important;
  position: absolute;
  top: 20px!important;
  right: 15px!important;
}
.footer-form .gform_wrapper .gform_footer button {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #999;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  padding: 0;
}
.footer-form .gform_wrapper .gform_footer button span {
  display: none;
}
.footer-form .gform_wrapper .gform_footer button:hover {
  color: #999;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.site-info {
  background: transparent;
  color: #F6D30C;
  padding: 10px;
  font-family: figtree, sans-serif;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.site-info a {
  text-decoration: none;
  color: #fff;
}
.site-info a:hover {
  text-decoration: underline;
}
/*******Content STYLES*******/
#primary h1 {
  font-family: unbounded, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #404646;
  margin: 0 0 25px 0;
}
#primary h2 {
  font-family: unbounded, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #404646;
  margin: 0 0 25px 0;
}
#primary h3 {
  font-family: unbounded, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  color: #EFEBE7;
  margin: 0 0 25px 0;
}
#primary h4 {
  font-family: unbounded, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #404646;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
#primary h5 {
  font-family: unbounded, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666;
  margin: 0 0 25px 0;
}
#primary ol {
  list-style-type: none;
  counter-reset: my-counter;
  padding-left: 0!important;
  margin-left: 0;
}
#primary ol > li {
  position: relative;
  padding-left: 40px!important;
  margin-bottom: 20px;
  padding-top: 5px;
}
#primary ol > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 30px!important;
  height: 30px!important;
  line-height: 1!important;
  display: block;
  background: #404646;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 28px!important;
  position: absolute;
  font-family: unbounded, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: bold;
  top: 0;
  left: 0;
}
#primary ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
#primary ul > li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 12px 0;
}
#primary ul > li i.icon {
  position: absolute;
  left: 0;
  top: 0;
}
/*******BLOG******/
#blog-filters {
  padding: 30px 0 30px 0;
  overflow: visible!important;
  z-index: 9000;
}
#filter-menu-wrap {
  text-align: left;
  position: relative;
}
#filter-menu-wrap.centered {
  text-align: center!important;
}
#filter-menu-wrap .or {
  display: inline-block;
  vertical-align: top;
  font-family: unbounded, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  margin: 10px 25px 0 25px;
  font-weight: bold;
}
.filter-item {
  margin: 0!important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: centered!important;
}
.filter-item.narrow {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  max-width: 350px;
}
.filter-item.white {
  width: 100%!important;
  max-width: 100%!important;
}
.filter-item.white a.filter-menu-toggle {
  background: #fff;
  color: #666;
}
.filter-item.white a.filter-menu-toggle i {
  color: #999 !important;
}
.filter-item.white a.filter-menu-toggle:hover,
.filter-item.white a.filter-menu-toggle.active {
  background: rgba(0, 0, 0, 0.04);
}
a.filter-menu-toggle {
  position: relative;
  display: block;
  font-family: unbounded, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 600;
  padding: 15px 45px 15px 15px;
  color: #fff;
  border: 1px solid #404646;
  line-height: normal;
  background: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-weight: 400;
}
a.filter-menu-toggle:hover,
a.filter-menu-toggle.active {
  cursor: pointer;
  background: #999;
  border: 1px solid #999;
  color: #fff;
}
a.filter-menu-toggle:hover i,
a.filter-menu-toggle.active i {
  color: #fff;
}
a.filter-menu-toggle i {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  font-size: 24px;
  color: #999;
}
a.filter-menu-toggle i.left-icon {
  left: 13px;
  top: 10px;
}
a.filter-menu-toggle i.right-icon {
  right: 13px;
  top: 10px;
}
.filter-menu {
  background: transparent;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 9000!important;
  top: 48px;
  left: 0px;
  padding: 0px!important;
  overflow: hidden;
  list-style-type: none!important;
  margin: 0!important;
}
.filter-menu.active {
  overflow: visible;
}
.filter-menu > li {
  opacity: 0;
  transform: translateX(25px);
  margin: 0!important;
  padding: 0!important;
}
.filter-menu > li i.fa-chevron-right {
  display: none!important;
}
.filter-menu > li > a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #404646;
  color: #999;
  font-family: unbounded, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  position: relative;
  padding: 13px!important;
  margin: 0!important;
  text-decoration: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding-right: 20px;
}
.filter-menu > li > a:hover {
  color: #fff;
  background: #000;
}
.blog-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0 40px 0;
  position: relative;
  text-align: left;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.blog-item .image {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 300px;
}
.blog-item .details {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background: #EFEBE7;
  padding: 25px;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
}
.blog-item .details .category-link {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 6px 10px;
  font-family: unbounded, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.1px;
  color: #fff !important;
  background: #999;
  position: relative;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
}
.blog-item .details .category-link:hover {
  background: #8c8c8c;
}
.blog-item .details h5 {
  font-family: unbounded, sans-serif !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  color: #999 !important;
  font-weight: 500!important;
  text-transform: none!important;
  margin-bottom: 25px!important;
  position: relative;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
}
.blog-item .details h6.date {
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  color: #8c8c8c !important;
  font-family: unbounded, sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-weight: 500!important;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}
.blog-item.small .image {
  height: 200px;
}
.blogsearch {
  position: relative;
}
.blogsearch input[type=text] {
  position: relative;
  display: block;
  font-family: unbounded, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 500;
  text-transform: none;
  width: 100%;
  padding: 15px 50px 15px 15px;
  color: #fff;
  border: 1px solid #404646;
  line-height: normal;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.blogsearch input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.blogsearch input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.blogsearch input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.blogsearch input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.blogsearch input[type=text]:focus {
  cursor: pointer;
  background: #000000;
  color: #fff;
}
.blogsearch button.submit {
  border: none!important;
  font-size: 13px!important;
  color: #999 !important;
  background: none!important;
  position: absolute;
  font-size: 18px!important;
  top: 6px!important;
  right: 5px!important;
  padding: 8px!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.blogsearch button.submit:before {
  display: none!important;
}
.blogsearch button.submit:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  color: #fff !important;
}
.gm-style-iw {
  min-width: 240px!important;
  text-align: center;
  padding: 20px;
}
.gm-style-iw h6 {
  font-family: unbounded, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0 10px 0;
  color: #000;
}
.gm-style-iw a.button {
  padding: 8px 0 8px 0!important;
  margin-bottom: 10px;
}
a.thumbnail-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
}
a.thumbnail-link:hover {
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
}
a.thumbnail-link:hover img {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
a.thumbnail-link img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  outline: none;
  border: 2px solid #EFEDE7;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
}
/*************MENU***********/
.menu-nav {
  position: relative;
  transform: translateY(-40px);
  padding: 0;
  margin: 0;
}
.menu-nav .menu-btn {
  position: relative;
  display: block;
  margin: 0 12px 0 12px;
  height: 100%;
  text-align: center;
  font-weight: bold !important;
  background: #F6D30C;
  padding: 15px;
  font-family: unbounded, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.menu-nav .menu-btn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.menu-nav .menu-btn.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  background: #D04E4E;
}
ul.menu-list {
  padding: 0;
  margin: 0;
  list-style: none!important;
  columns: 2;
}
ul.menu-list li {
  margin-bottom: 30px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
#menu-panel-wrap .menu-panel {
  opacity: 0;
  height: 0;
}
#menu-panel-wrap .menu-panel:first-of-type {
  opacity: 1;
  height: auto;
}
#menu-panel-wrap .menu-panel h6 {
  font-family: unbounded, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 12px;
}
#menu-panel-wrap .menu-panel .price {
  font-weight: bold;
}
#contact .container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 640px;
}
.signup-item {
  font-weight: bold;
}
.signup-item:first-of-type {
  border-right: 2px solid #404646;
}
h6.image-title {
  font-family: "ltc-swing", sans-serif;
  font-size: 53px;
  color: #54AFC4;
  padding: 30px 0 30px 0;
}
h5.menu-title {
  font-size: 50px;
  font-weight: bold !important;
  color: #D04E4E !important;
}
.contact-details {
  font-weight: bold;
}
.klaviyo-form {
  background-color: #54AFC4 !important;
}
.klaviyo-form h1 span {
  font-family: unbounded, sans-serif !important;
  font-size: 32px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: 2px!important;
}
.klaviyo-form button[type=button] {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #D04E4E !important;
  border-color: #D04E4E !important;
  background: #fff;
  color: #D04E4E !important;
  font-family: unbounded, sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 1.6px !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -webkit-transition: all linear 150ms !important;
  -moz-transition: all linear 150ms !important;
  -ms-transition: all linear 150ms !important;
  -o-transition: all linear 150ms !important;
  padding: 10px 16px 10px 16px!important;
  text-decoration: none!important;
}
.klaviyo-form button[type=button]:hover {
  background: #D04E4E !important;
  color: #fff !important;
}
.klaviyo-form button.klaviyo-close-form {
  background: #404646 !important;
  color: #F6D30C !important;
}
.klaviyo-form button.klaviyo-close-form:hover {
  color: #54AFC4 !important;
}
