/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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; }

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'komika-axis';
  src: url("/wp-content/themes/bullseyecreative/fonts/KOMIKAX_-webfont.eot");
  src: url("/wp-content/themes/bullseyecreative/fonts/KOMIKAX_-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bullseyecreative/fonts/KOMIKAX_-webfont.woff2") format("woff2"), url("/wp-content/themes/bullseyecreative/fonts/KOMIKAX_-webfont.woff") format("woff"), url("/wp-content/themes/bullseyecreative/fonts/KOMIKAX_-webfont.ttf") format("truetype"), url("/wp-content/themes/bullseyecreative/fonts/KOMIKAX_-webfont.svg#komika_axisregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "komika-axis", sans-serif;
  font-weight: normal;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-shadow: none;
  font-family: "komika-axis", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2; }

p {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.5;
  font-weight: 300; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

big {
  font-size: 125%; }

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

*,
*:before,
*:after {
  box-sizing: inherit; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px; }

ul {
  list-style-type: none;
  color: #000; }

ol {
  list-style: decimal; }

li {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  padding-bottom: 1em; }

li > ul,
li > ol {
  margin-bottom: 0;
  line-height: 1.2; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

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

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 {
  border-color: #aaa #bbb #bbb; }

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%; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  font-family: "porxima-nova", sans-serif;
  color: white;
  text-decoration: none; }

a#bc-back-link {
  padding: .3em .6em; }

a:visited {
  color: white; }

a:hover, a:focus, a:active {
  color: #E21C24; }

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

embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding: 0 1em; }

article a, nav a {
  line-height: 1.6em; }

article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em; }

.entry-meta {
  color: #b3b3b3; }

.entry-meta a {
  color: #b3b3b3; }

.cat-links {
  display: flex;
  align-items: center; }

.cat-links a:first-of-type {
  margin-left: .5em; }

.cat-links a, .comments-link a, .edit-link a {
  padding: 0 .5em;
  margin: 0 .5em 0 0; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.--fade {
  transition: all 0.4s ease;
  opacity: 0; }

.--fade-left {
  position: relative;
  left: -50px; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .--fade-left {
      right: 0; } }
  @media (max-width: 37.5em) {
    .--fade-left {
      right: 0; } }

.--fade-right {
  position: relative;
  right: -50px; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .--fade-right {
      right: 0; } }
  @media (max-width: 37.5em) {
    .--fade-right {
      right: 0; } }

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
/*--------------------------------------------------------------
# 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; }

header#masthead {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  padding: 0 0 1em;
  background: black;
  transition: all 0.3s ease;
  z-index: 1010; }

.masthead-inner {
  margin: 0 auto;
  display: block;
  padding: 2em; }
  @media (max-width: 37.5em) {
    .masthead-inner {
      padding: 2em 0.5em; } }

header#masthead {
  z-index: 1010;
  background: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: fixed;
  top: 0; }
  header#masthead.light {
    background: #fff;
    box-shadow: 1px 3px 15px #333; }

.logged-in header#masthead {
  top: 30px; }

header#masthead h1, header#masthead p {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  flex: 1;
  margin: 0; }

.logo, .logo-dark {
  transition: opacity 0.2s ease;
  position: absolute;
  display: inline-block;
  margin-top: -20px; }
  @media (max-width: 37.5em) {
    .logo, .logo-dark {
      margin-top: -10px; } }
  .logo .custom-logo-link, .logo-dark .custom-logo-link {
    position: relative;
    display: inline-block;
    max-height: 120px; }
    .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
      max-height: 120px;
      margin: auto;
      width: auto;
      display: inline-block; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
          max-height: 100px; } }
      @media (max-width: 37.5em) {
        .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
          max-height: 70px; } }
      @media screen and (max-width: 375px) {
        .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
          max-height: 55px; } }

.logo-dark {
  opacity: 0; }

.home .logo .custom-logo-link {
  top: 0; }

.header-navigation {
  display: none;
  float: right;
  text-align: right; }
  @media only screen and (min-width: 1245px) {
    .header-navigation {
      display: inline-block;
      margin-top: 5px; }
      .header-navigation ul {
        padding: 0;
        margin: 0;
        align-items: center; }
        .header-navigation ul li {
          display: inline-block;
          padding: 0 0.6rem;
          position: relative;
          text-align: center; }
          .header-navigation ul li a {
            background: none;
            position: relative;
            color: #fff;
            margin: 0 auto;
            text-align: center;
            background: linear-gradient(#fff, #fff) bottom/0% 2px no-repeat;
            transition: 0.5s all;
            padding-bottom: 4px; }
            .header-navigation ul li a:hover {
              color: #fff;
              background-size: 100% 2px; } }

.menu-main-menu-container {
  margin-top: 8px; }

body .current_page_item > a,
body .current-menu-item > a,
body .current-page-ancestor > a,
body .current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 2px no-repeat !important;
  background: linear-gradient(#fff, #fff) bottom/100% 2px no-repeat !important; }

header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.current-menu-item > a,
.current-page-ancestor > a,
.current-menu-ancestor > a {
  color: #E21C24 !important;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21C24), to(#E21C24)) bottom/100% 2px no-repeat !important;
  background: linear-gradient(#E21C24, #E21C24) bottom/100% 2px no-repeat !important; }

.light .header-navigation a {
  color: #E21C24;
  background: linear-gradient(#E21C24, #E21C24) bottom/0% 2px no-repeat;
  transition: 0.5s all;
  padding-bottom: 4px; }
  .light .header-navigation a:hover {
    color: #E21C24;
    background-size: 100% 2px; }
.light body .current_page_item > a,
.light body .current-menu-item > a,
.light body .current-page-ancestor > a,
.light body .current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 2px no-repeat !important;
  background: linear-gradient(#fff, #fff) bottom/100% 2px no-repeat !important; }
.light header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.light .current-menu-item > a,
.light .current-page-ancestor > a,
.light .current-menu-ancestor > a {
  color: #E21C24 !important;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#E21C24), to(#E21C24)) bottom/100% 2px no-repeat !important;
  background: linear-gradient(#E21C24, #E21C24) bottom/100% 2px no-repeat !important; }
.light .mobileNav-link {
  color: #E21C24;
  border-color: #E21C24 !important; }
.light .logo {
  opacity: 0; }
.light .logo-dark {
  opacity: 1 !important; }
.light .call-to-action a {
  color: #E21C24; }

.menu-page #masthead {
  background: #E21C24;
  position: static;
  padding-bottom: 2.5rem;
  height: 85px;
  margin: 0; }

.main-navigation-list-wrap {
  overflow: auto;
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem; }
  .main-navigation-list-wrap ul {
    list-style: none;
    padding: 0; }
  .main-navigation-list-wrap a {
    background: none;
    border: none; }
    .main-navigation-list-wrap a:hover, .main-navigation-list-wrap a:focus, .main-navigation-list-wrap a:active {
      color: #E21C24; }

a.mobileNav-link {
  float: right;
  text-align: right;
  color: white;
  margin-top: .2rem;
  border: none !important;
  padding: .125rem .5rem; }
  @media (max-width: 37.5em) {
    a.mobileNav-link {
      margin-top: 4px; } }
  a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
    width: 25px;
    height: 3px;
    background-color: #E21C24;
    margin: 5px 0;
    transition: 0.2s ease; }
  a.mobileNav-link:hover .bar1, a.mobileNav-link:hover .bar2, a.mobileNav-link:hover .bar3 {
    background-color: #cb1920; }
  @media only screen and (min-width: 1245px) {
    a.mobileNav-link {
      display: none; } }

.light a.mobileNav-link {
  color: #E21C24; }
  .light a.mobileNav-link .bar1, .light a.mobileNav-link .bar2, .light a.mobileNav-link .bar3 {
    background-color: #E21C24; }
  .light a.mobileNav-link:hover .bar1, .light a.mobileNav-link:hover .bar2, .light a.mobileNav-link:hover .bar3 {
    background-color: #cb1920; }

.call-to-action-area .call-to-action {
  color: #fff;
  font-weight: 100;
  background-color: #E21C24;
  float: right;
  position: relative;
  text-align: center;
  padding: 5px;
  margin-left: 27px;
  border: 1px solid #E21C24;
  padding: 10px 20px 10px 30px;
  margin-top: 10px; }
  @media screen and (max-width: 1200px) {
    .call-to-action-area .call-to-action {
      margin-right: 10px; } }
  @media (max-width: 37.5em) {
    .call-to-action-area .call-to-action {
      margin-top: 5px;
      padding: 5px 10px 8px 20px; } }
  @media screen and (max-width: 320px) {
    .call-to-action-area .call-to-action {
      padding: 10px;
      margin-top: 4px;
      margin-right: 0px; } }
  .call-to-action-area .call-to-action:hover {
    transition: background-color .5s ease-in-out;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
  .call-to-action-area .call-to-action img {
    position: relative;
    top: 2px;
    left: 10px;
    width: 25px; }
    @media (max-width: 37.5em) {
      .call-to-action-area .call-to-action img {
        width: 20px; } }
    @media screen and (max-width: 320px) {
      .call-to-action-area .call-to-action img {
        display: none; } }
  .call-to-action-area .call-to-action p {
    position: relative;
    align-items: center;
    margin-right: 10px !important;
    margin-top: 3px !important; }
    @media (max-width: 37.5em) {
      .call-to-action-area .call-to-action p {
        font-size: 0.9em !important; } }
    @media screen and (max-width: 320px) {
      .call-to-action-area .call-to-action p {
        margin-right: 0 !important; } }
  .call-to-action-area .call-to-action .dash-icon-alt {
    opacity: 0;
    display: none; }

.light .call-to-action-area .call-to-action {
  color: #fff;
  font-weight: 100;
  background-color: #E21C24;
  float: right;
  position: relative;
  text-align: center;
  padding: 5px;
  margin-left: 27px;
  border: 1px solid #E21C24;
  padding: 10px 20px 10px 30px;
  margin-top: 10px; }
  @media screen and (max-width: 1200px) {
    .light .call-to-action-area .call-to-action {
      margin-right: 10px; } }
  @media (max-width: 37.5em) {
    .light .call-to-action-area .call-to-action {
      margin-top: 5px;
      padding: 5px 10px 8px 15px; } }
  @media screen and (max-width: 320px) {
    .light .call-to-action-area .call-to-action {
      margin-top: 4px;
      margin-right: 0px; } }
  .light .call-to-action-area .call-to-action:hover {
    transition: background-color .5s ease-in-out;
    color: #E21C24;
    background-color: transparent;
    border: 1px solid #E21C24; }
  .light .call-to-action-area .call-to-action img {
    position: relative;
    top: 2px;
    width: 25px; }
    @media (max-width: 37.5em) {
      .light .call-to-action-area .call-to-action img {
        width: 20px; } }
    @media screen and (max-width: 320px) {
      .light .call-to-action-area .call-to-action img {
        display: none; } }
  .light .call-to-action-area .call-to-action p {
    position: relative;
    top: 0px; }
    @media (max-width: 37.5em) {
      .light .call-to-action-area .call-to-action p {
        font-size: 0.9em !important; } }
    @media screen and (max-width: 320px) {
      .light .call-to-action-area .call-to-action p {
        margin-right: 0 !important; } }

.gift-card header#masthead {
  background: white; }
.gift-card .logo-dark {
  opacity: 1;
  margin-top: -30px;
  left: 50%;
  transform: translateX(-50%); }

/* Featured Special */
.featured-special {
  background-color: white;
  max-width: 450px;
  padding: 2rem;
  text-align: center;
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); }
  @media only screen and (min-width: 980px) {
    .featured-special {
      top: 40%; } }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .featured-special {
      margin-left: -190px;
      top: 50%;
      padding: 1.5rem; } }
  @media (max-width: 37.5em) {
    .featured-special {
      margin-left: -150px;
      top: 120%;
      padding: 1.5rem; } }
  @media only screen and (max-height: 440px) {
    .featured-special {
      top: 120%; } }
  .featured-special.hide {
    display: none; }
  .featured-special .close {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 2px solid white;
    font-size: 18px;
    border-radius: 18px;
    background: white;
    cursor: pointer;
    transition: all 1s; }
  .featured-special a {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.5;
    background-color: #E21C24; }
  .featured-special .interior-wrap {
    border: 3px solid black;
    padding: 1rem; }
  .featured-special hr {
    height: 0;
    border: 0;
    border-bottom: 2px solid black; }
  .featured-special h4 {
    color: 000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
    @media (max-width: 37.5em) {
      .featured-special h4 {
        font-size: 12px; } }
  .featured-special h2 {
    color: 000;
    font-family: 'Montserrat', serif;
    font-size: 58px;
    text-transform: uppercase;
    line-height: 1; }
    @media (max-width: 37.5em) {
      .featured-special h2 {
        font-size: 40px; } }
  .featured-special p {
    color: 000;
    font-family: 'Montserrat', sans-serif; }

.footer-section {
  position: relative; }

footer {
  background: #016062;
  color: #fff;
  z-index: 10; }
  footer .social-links {
    margin-top: 40px; }
  footer .col-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      footer .col-4 {
        width: 100%;
        justify-content: center;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin: 0; }
        footer .col-4 h2 {
          margin-top: 10px; } }
    @media (max-width: 37.5em) {
      footer .col-4 {
        width: 100%;
        justify-content: center;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin: 0; }
        footer .col-4 h2 {
          margin-top: 10px; } }
  footer h2 {
    font-family: "house-slant", sans-serif;
    font-size: 3rem;
    font-weight: 100;
    margin-bottom: 20px; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      footer h2 {
        margin-bottom: 10px; } }
    @media (max-width: 37.5em) {
      footer h2 {
        margin-bottom: 10px; } }
  footer p {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.3;
    font-weight: 400; }
  footer #second {
    position: relative;
    margin: 20px 0; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      footer #second {
        text-align: center; } }
    footer #second #footer-menu {
      margin: 0;
      padding: 0;
      font-size: 1.3rem;
      columns: 2; }
      @media (max-width: 37.5em) {
        footer #second #footer-menu {
          columns: 1; } }
      footer #second #footer-menu li {
        padding-top: 5px;
        padding-bottom: 5px; }
    footer #second .footer-socials {
      display: inline-flex;
      padding: 0;
      font-size: 2rem;
      margin: 0; }
      footer #second .footer-socials li:first-of-type {
        margin-left: 0; }
      footer #second .footer-socials li {
        margin: 0 10px; }
      footer #second .footer-socials li:last-of-type {
        margin-right: 0; }
  @media (max-width: 37.5em) {
    footer #third {
      text-align: left; } }
  footer #third p {
    font-size: 1.1rem; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    footer #third {
      border-bottom: 0;
      margin-top: 60px; } }
  @media (max-width: 37.5em) {
    footer #third {
      border-bottom: 0;
      margin-top: 60px; } }
  footer #third .footer-ninja-form {
    margin-top: 30px; }
    footer #third .footer-ninja-form .nf-form-content input:not([type=button]), footer #third .footer-ninja-form .nf-form-content input:not([type=button]), footer #third .footer-ninja-form .nf-form-content .list-select-wrap > div select, footer #third .footer-ninja-form .nf-form-content textarea {
      font-family: 'porxima-nova', sans-serif;
      color: #333; }
      footer #third .footer-ninja-form .nf-form-content input:not([type=button])::placeholder, footer #third .footer-ninja-form .nf-form-content input:not([type=button])::placeholder, footer #third .footer-ninja-form .nf-form-content .list-select-wrap > div select::placeholder, footer #third .footer-ninja-form .nf-form-content textarea::placeholder {
        color: #333; }
    footer #third .footer-ninja-form #nf-form-2_1-cont {
      margin-left: -5px; }
    footer #third .footer-ninja-form .nf-form-fields-required {
      display: none !important; }
    footer #third .footer-ninja-form .nf-form-content .list-select-wrap .nf-field-element > div, footer #third .footer-ninja-form .nf-form-content input:not([type=button]), footer #third .footer-ninja-form .nf-form-content textarea {
      background-color: #01484A !important;
      color: #fff !important;
      border: 0 !important; }
      footer #third .footer-ninja-form .nf-form-content .list-select-wrap .nf-field-element > div::placeholder, footer #third .footer-ninja-form .nf-form-content input:not([type=button])::placeholder, footer #third .footer-ninja-form .nf-form-content textarea::placeholder {
        color: #016062 !important;
        font-size: 18px !important; }
    footer #third .footer-ninja-form .nf-form-content .listselect-wrap .nf-field-element div, footer #third .footer-ninja-form .nf-form-content .ninja-forms-field {
      padding: 0 12px !important; }
    footer #third .footer-ninja-form .nf-form-content button, footer #third .footer-ninja-form .nf-form-content input[type=button], footer #third .footer-ninja-form .nf-form-content input[type=submit] {
      background-color: transparent !important;
      color: #fff !important;
      border: 1px solid #fff !important;
      border-radius: 0 !important;
      padding: 0px 30px !important;
      font-family: "porxima-nova", sans-serif !important;
      font-weight: 600 !important;
      font-size: 18px !important; }
      footer #third .footer-ninja-form .nf-form-content button:hover, footer #third .footer-ninja-form .nf-form-content input[type=button]:hover, footer #third .footer-ninja-form .nf-form-content input[type=submit]:hover {
        color: #016062 !important;
        background: #fff !important; }
    footer #third .footer-ninja-form .nf-response-msg {
      padding-bottom: 180px; }
      @media screen and (max-width: 768px) {
        footer #third .footer-ninja-form .nf-response-msg {
          padding-bottom: 50px; } }

.footer-band {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  background-color: #016062;
  z-index: 1010; }
  @media screen and (max-width: 1024px) {
    .footer-band {
      margin-top: 10px; } }
  @media screen and (max-width: 700px) {
    .footer-band {
      margin-top: 10px; } }

.footer-bottom {
  z-index: 1010;
  background-color: #01484A;
  color: #fff;
  padding: 5px 0; }
  .footer-bottom .row {
    padding-bottom: 0; }
  .footer-bottom p {
    margin: 0;
    padding: 15px 0px 10px;
    font-weight: 100;
    font-size: 16px; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .footer-bottom p {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 37.5em) {
      .footer-bottom p {
        padding-left: 0;
        padding-right: 0; } }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding: 2em 1em;
  margin-bottom: -10px; }

main#main {
  overflow: auto; }

article a, nav a {
  line-height: 1.6em; }

article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em; }

.cat-links {
  display: flex;
  align-items: center; }

.cat-links a:first-of-type {
  margin-left: .5em; }

.cat-links a, .comments-link a, .edit-link a {
  padding: 0 .5em;
  margin: 0 .5em 0 0; }

.page-content {
  padding: 60px 0; }
  .page-content h2 {
    font-size: 5rem;
    color: #E21C24;
    margin: auto;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .page-content h2 {
        font-size: 3.5rem; } }
    @media (max-width: 37.5em) {
      .page-content h2 {
        font-size: 2.5rem;
        margin-top: 10px; } }

.call-to-action-section {
  background-color: #E21C24 !important; }
  .call-to-action-section.green {
    background-color: #016062 !important; }
  .call-to-action-section p, .call-to-action-section a {
    color: #fff; }
  .call-to-action-section.holiday-hours-section {
    background: url(../../assets/images/wood-grain.jpg);
    background-size: cover; }
    .call-to-action-section.holiday-hours-section img {
      max-width: 500px;
      display: block;
      margin: auto;
      margin-top: 30px; }
    .call-to-action-section.holiday-hours-section .cta-section {
      flex-wrap: wrap; }
    .call-to-action-section.holiday-hours-section #cta-first .cta-section {
      padding: 75px 0 !important; }
    .call-to-action-section.holiday-hours-section #cta-second {
      padding: 10px !important; }
    .call-to-action-section.holiday-hours-section h2 {
      color: #E21C24 !important;
      width: 100%;
      font-size: 3.5rem !important; }
    .call-to-action-section.holiday-hours-section .location-button {
      min-width: 200px; }
      .call-to-action-section.holiday-hours-section .location-button a {
        color: #E21C24 !important;
        border: 2px solid #E21C24 !important;
        padding: 10px 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        padding: 10px 25px !important;
        margin: 30px 0 0 10px !important; }
        .call-to-action-section.holiday-hours-section .location-button a:hover {
          color: #FFF !important;
          background: #E21C24 !important;
          transition: background-color .5s ease-in-out; }
    @media (min-width: 1440px) {
      .call-to-action-section.holiday-hours-section h2 {
        font-size: 4.5rem !important; } }
    @media screen and (max-width: 63.9em) {
      .call-to-action-section.holiday-hours-section {
        padding: 40px 0; }
        .call-to-action-section.holiday-hours-section .row {
          display: block; }
        .call-to-action-section.holiday-hours-section #cta-second {
          margin: 0;
          padding: 10px 0 0 0 !important;
          display: block !important; }
          .call-to-action-section.holiday-hours-section #cta-second .cta-image {
            width: 100%;
            max-width: 300px;
            margin: auto;
            display: block; }
        .call-to-action-section.holiday-hours-section #cta-first {
          display: block; }
          .call-to-action-section.holiday-hours-section #cta-first .cta-section {
            padding: 0 !important; }
        .call-to-action-section.holiday-hours-section h2 {
          text-align: center;
          font-size: 2.8rem !important; }
        .call-to-action-section.holiday-hours-section .location-button {
          margin: 0 auto; } }
    @media screen and (max-width: 582px) {
      .call-to-action-section.holiday-hours-section .location-button {
        display: block;
        width: 100%; }
        .call-to-action-section.holiday-hours-section .location-button a {
          width: 100%;
          margin: 20px 0 0 !important; } }
  .call-to-action-section #cta-first .cta-section {
    display: flex;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    padding: 40px 0; }
    @media screen and (max-width: 600px) {
      .call-to-action-section #cta-first .cta-section {
        padding: 20px 0 20px; } }
    @media screen and (max-width: 440px) {
      .call-to-action-section #cta-first .cta-section {
        padding: 20px 0; } }
    .call-to-action-section #cta-first .cta-section a {
      display: inline-flex;
      margin: 0 auto; }
      @media screen and (max-width: 1020px) {
        .call-to-action-section #cta-first .cta-section a {
          justify-content: center; } }
    .call-to-action-section #cta-first .cta-section .cta-text {
      display: block;
      line-height: 1;
      color: #fff;
      font-size: 3rem;
      font-family: "komika-axis", sans-serif;
      font-weight: normal;
      margin: 0;
      line-height: 1.2;
      margin-left: 15px; }
      @media screen and (max-width: 1440px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 2.5rem; } }
      @media screen and (max-width: 1021px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 4rem; } }
      @media screen and (max-width: 750px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 4rem; } }
      @media screen and (max-width: 648px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 3.5rem; } }
      @media screen and (max-width: 600px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 3rem;
          margin-left: 10px;
          text-align: center; } }
      @media screen and (max-width: 500px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 2.5rem; } }
      @media screen and (max-width: 400px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 2rem; } }
      @media screen and (max-width: 330px) {
        .call-to-action-section #cta-first .cta-section .cta-text {
          font-size: 2rem; } }
    .call-to-action-section #cta-first .cta-section .cta-image {
      display: inline-block;
      width: 4rem;
      position: relative;
      top: 5px;
      height: 30%; }
      @media screen and (max-width: 750px) {
        .call-to-action-section #cta-first .cta-section .cta-image {
          width: 4rem;
          top: 0; } }
      @media screen and (max-width: 600px) {
        .call-to-action-section #cta-first .cta-section .cta-image {
          width: 3.5rem;
          margin-right: 5px;
          margin-left: 20px; } }
      @media screen and (max-width: 440px) {
        .call-to-action-section #cta-first .cta-section .cta-image {
          top: -5px;
          margin-right: 10px; } }
      @media screen and (max-width: 440px) {
        .call-to-action-section #cta-first .cta-section .cta-image {
          top: 5px; } }
  .call-to-action-section #cta-second {
    display: flex;
    padding: 60px 40px 20px;
    justify-content: center;
    vertical-align: middle; }
    .call-to-action-section #cta-second p {
      line-height: 1.5; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .call-to-action-section #cta-second {
        display: none; } }
    @media (max-width: 37.5em) {
      .call-to-action-section #cta-second {
        display: none; } }
  .call-to-action-section #cta-third {
    display: flex;
    justify-content: flex-end;
    padding: 70px 0; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .call-to-action-section #cta-third {
        display: none; } }
    @media (max-width: 37.5em) {
      .call-to-action-section #cta-third {
        display: none; } }
    .call-to-action-section #cta-third .location-button {
      text-align: center; }
    .call-to-action-section #cta-third a {
      border: 2px solid #fff;
      padding: 10px 25px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600; }
      .call-to-action-section #cta-third a:hover {
        background-color: #fff;
        color: #E21C24;
        transition: background-color .5s ease-in-out; }

@media (max-width: 37.5em) {
  .wp-block-media-text {
    grid-template-columns: 30% auto !important; } }
.wp-block-media-text p strong {
  font-weight: 600 !important; }

.wp-block-media-text__media {
  text-align: center; }
  .wp-block-media-text__media img {
    width: 80% !important; }
  @media screen and (max-width: 500px) {
    .wp-block-media-text__media {
      display: none; } }

.wp-block-media-text__content {
  padding: 0 3% !important; }
  .wp-block-media-text__content .has-large-font-size {
    font-size: 5rem;
    font-family: 'house-slant', sans-serif;
    color: #E21C24;
    margin: 0;
    line-height: 1; }
    @media (max-width: 37.5em) {
      .wp-block-media-text__content .has-large-font-size {
        font-size: 4rem; } }
  @media screen and (max-width: 500px) {
    .wp-block-media-text__content {
      grid-column: span 2 !important; } }
  .wp-block-media-text__content h2 {
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (max-width: 37.5em) {
      .wp-block-media-text__content h2 {
        font-size: 3rem; } }

.the-404-page {
  padding: 60px 0; }

.page-content a {
  color: #E21C24; }
  .page-content a:hover {
    text-decoration: underline; }

.wp-block-button__link {
  background: transparent;
  padding: 10px 20px;
  color: #E21C24 !important;
  border: 2px solid #E21C24;
  font-weight: 600;
  border-radius: 0; }
  .wp-block-button__link:hover {
    background: #E21C24;
    color: #fff !important;
    transition: all .5s ease-in-out;
    text-decoration: none !important; }

table {
  border: 1px solid;
  width: 25%; }
  @media screen and (max-width: 900px) {
    table {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    table {
      width: 100%; } }
  table tbody tr {
    margin: 0;
    padding: 0; }
    table tbody tr:nth-child(1) {
      border-bottom: 1px solid #333; }
    table tbody tr:nth-child(even) {
      background-color: #f2f2f2; }
  table tbody td {
    padding: 0 20px 0 10px; }

.button {
  margin-top: 7px;
  margin-left: 5px; }
  .button a {
    background: #E21C24;
    border: 1px solid #E21C24;
    padding: 12px 20px;
    transition: all .3s ease-in-out;
    font-weight: 600; }
    .button a:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }

.light .button a {
  background: #E21C24;
  border: 1px solid #E21C24;
  padding: 13px 20px;
  transition: all .3s ease-in-out;
  color: #fff; }
  .light .button a:hover {
    background: transparent;
    border-color: #E21C24;
    color: #E21C24; }

.is-style-outline a {
  padding: 2px 20px;
  font-size: 1.2rem; }

@media screen and (max-width: 1020px) {
  .wp-block-columns .wp-block-column:first-child {
    display: none; } }
.wp-block-columns .wp-block-column .wp-block-image {
  margin: 0 auto; }
  @media screen and (max-width: 1020px) {
    .wp-block-columns .wp-block-column .wp-block-image {
      display: none; } }

.row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: auto;
  line-height: 2;
  overflow-x: hidden; }
  @media (min-width: 50em) {
    .row {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 64em) {
    .row {
      max-width: 64rem; } }
  @media (min-width: 70em) {
    .row {
      max-width: 72.25rem; } }
  @media (min-width: 90em) {
    .row {
      max-width: 81.25rem; } }
  .row.internal-row {
    padding: 0; }

.flex-row {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  line-height: 2;
  overflow-x: hidden; }
  @media (min-width: 50em) {
    .flex-row {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 64em) {
    .flex-row {
      max-width: 64rem; } }
  @media (min-width: 70em) {
    .flex-row {
      max-width: 84rem; } }
  @media (min-width: 90em) {
    .flex-row {
      max-width: 93.75rem; } }
  .flex-row.internal-row {
    padding: 0; }

[class^="col-"] {
  float: left;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  [class^="col-"]:last-child {
    margin-right: 0%; }

.col-1 {
  width: 5.5833333333%; }

.col-2 {
  width: 14.1666666667%; }

.col-3 {
  width: 22.75%; }

.col-4 {
  width: 31.3333333333%; }

.col-5 {
  width: 39.9166666667%; }

.col-6 {
  width: 48.5%; }

.col-7 {
  width: 57.0833333333%; }

.col-8 {
  width: 65.6666666667%; }

.col-9 {
  width: 74.25%; }

.col-10 {
  width: 82.8333333333%; }

.col-11 {
  width: 91.4166666667%; }

.col-12 {
  width: 100%; }

@media (min-width: 37.5em) and (max-width: 63.9em) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 100%; } }
@media (max-width: 37.5em) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 100%; } }
aside {
  position: relative; }

.page-hero {
  z-index: 1;
  text-align: left;
  background: black;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: auto;
  height: 60vh;
  min-height: 450px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-attachment: fixed !important; }
  .page-hero:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 900px) {
    .page-hero {
      background-attachment: unset !important; } }

.page-hero-headline {
  position: absolute;
  top: 58%;
  color: #fff;
  font-size: 6rem;
  line-height: 1.2;
  margin: 0;
  transform: translateY(-50%);
  letter-spacing: 4px;
  text-shadow: 5px 5px 10px #333;
  z-index: 1;
  width: 80%; }
  @media screen and (max-width: 1200px) {
    .page-hero-headline {
      width: 100%;
      font-size: 4.5rem; } }
  @media screen and (max-width: 700px) {
    .page-hero-headline {
      font-size: 4rem;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .page-hero-headline {
      font-size: 2.5rem;
      width: 100%; } }
  @media screen and (max-width: 375px) {
    .page-hero-headline {
      font-size: 2rem;
      width: 100%; } }

.page-hero-inner {
  height: 300px;
  margin-top: 100px;
  color: #fff; }
  .page-hero-inner .page-hero-content {
    padding-top: 20px; }

.header-button {
  margin: auto 0;
  text-align: left; }

/*--------------------------------------------------------------
In this file:
# Hero
# Home Post Content
# Home Content blocks
# Home Key Industries
--------------------------------------------------------------*/
#content {
  padding: 0; }

.home #main p a {
  border: none;
  background: none;
  color: #E21C24;
  font-weight: 600; }
  .home #main p a:hover, .home #main p a:focus, .home #main p a:active {
    color: #E21C24;
    text-decoration: underline;
    border: none; }
.home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink) {
  border: none;
  background: none;
  color: #E21C24;
  font-weight: 600; }
  .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):hover, .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):focus, .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):active {
    color: #E21C24;
    text-decoration: underline;
    border: none; }

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.homePage-hero {
  z-index: 1;
  text-align: center;
  background: black;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  height: 70vh;
  min-height: 450px;
  justify-content: center;
  flex-direction: column;
  background-attachment: fixed !important;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .homePage-hero {
      background-attachment: unset !important; } }
  .homePage-hero video {
    z-index: -1;
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .homePage-hero img {
    width: 100%;
    max-width: 750px;
    margin: auto; }
  .homePage-hero #wp-custom-header-video-button {
    display: none; }

.homePage-header {
  overflow: hidden;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  position: absolute; }
  @media screen and (max-width: 425px) {
    .homePage-header {
      padding: 0; } }

.homePage-hero-headline {
  font-weight: 100;
  color: #fff;
  font-size: 6rem;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  margin-top: 30px;
  margin-left: 5px;
  letter-spacing: 4px;
  text-shadow: 5px 5px 10px rgba(51, 51, 51, 0.76);
  position: relative; }
  .homePage-hero-headline:before {
    margin-top: 20px; }
  @media screen and (max-width: 1200px) {
    .homePage-hero-headline {
      width: 100%;
      font-size: 4.5rem; } }
  @media screen and (max-width: 700px) {
    .homePage-hero-headline {
      font-size: 4rem;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .homePage-hero-headline {
      font-size: 2.5rem;
      width: 100%; } }
  @media screen and (max-width: 375px) {
    .homePage-hero-headline {
      font-size: 2rem;
      width: 100%; } }

.homePage-hero-subHeadline {
  font-weight: 100;
  color: white;
  line-height: 1.2;
  margin-top: .75rem;
  text-align: left;
  margin: 20px 0 20px 3px;
  font-size: 2rem;
  position: relative; }
  @media screen and (max-width: 500px) {
    .homePage-hero-subHeadline {
      font-size: 1.3rem; } }
  .homePage-hero-subHeadline .hero_area_buttons {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 700px) {
      .homePage-hero-subHeadline .hero_area_buttons {
        flex-direction: column; } }
    .homePage-hero-subHeadline .hero_area_buttons .call-to-action {
      margin-right: 0;
      font-weight: bold;
      font-size: 34px;
      padding: 10px 20px; }
      .homePage-hero-subHeadline .hero_area_buttons .call-to-action span {
        margin: 5px 0 0 0;
        display: block;
        font-weight: normal;
        font-size: 20px; }
      @media screen and (max-width: 1200px) {
        .homePage-hero-subHeadline .hero_area_buttons .call-to-action {
          margin: 10px; } }

.header-button {
  margin: auto 0;
  text-align: left; }
  .header-button a {
    color: #fff;
    background-color: #E21C24;
    padding: 10px 20px;
    border: none; }
    .header-button a:hover {
      color: #E21C24;
      border: 2px solid #E21C24;
      background-color: transparent;
      transition: background-color .4s ease-in-out; }

.call-to-action-section #cta-second a {
  border: 2px solid #fff;
  padding: 10px 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600; }

    /*--------------------------------------------------------------
    # Home Post Content
    --------------------------------------------------------------

    .home .postContent-wrapper {
      margin: 4rem auto 5rem auto;
      text-align: center;
      header {
        color: #333333;
        h1 {
          margin-bottom: 1rem;
          font-weight: 900;
        }
      }
      .postContent {
        color: #333333;
        margin: 0;
        p {
          margin: 0;
          margin-top: 0.25rem;
          font-size: 20px;
          @media only screen and(max-width: 499px) {
            text-align: left;
          }
        }
      }
    }
    
    a.postContent-buttonLink {
      display: inline-block;
      margin-top: 2rem;
      padding: 0.25rem 1rem;
      background: white;
      color: $primary;
      border: 2px solid $primary;
      font-weight: 600;
      line-height: 1.5;
      transition: all 0.2s ease;
      font-size: 20px;
      &:hover, &:focus {
        background: $primary;
        color: white;
      }
      @media only screen and(max-width: 499px) {
        text-align: center;
        display: block;
      }
    }
    
    /*--------------------------------------------------------------
    # Home Content blocks
    --------------------------------------------------------------*/
.homePage-block {
  display: block;
  max-width: 100%;
  padding-bottom: 6rem; }
  .homePage-block .homePage-block-header {
    line-height: 1; }
  @media only screen and (min-width: 700px) {
    .homePage-block {
      display: inline-table; } }
  .homePage-block.--no-image {
    text-align: center; }

.homePage-block-imageWrap {
  width: 100%;
  display: block;
  margin-bottom: 2rem; }
  .homePage-block-imageWrap .homePage-block-image--left {
    border-bottom-left-radius: 100px; }
  .homePage-block-imageWrap .homePage-block-image--right {
    border-top-right-radius: 100px; }
  .homePage-block-imageWrap img {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    display: block; }
  .homePage-block-imageWrap.--right {
    display: none; }
    .homePage-block-imageWrap.--right.--for-small {
      display: block; }
  @media only screen and (min-width: 700px) {
    .homePage-block-imageWrap {
      width: 59%;
      margin-bottom: 0;
      display: table-cell;
      vertical-align: middle; }
      .homePage-block-imageWrap.--left {
        padding-right: 3rem; }
      .homePage-block-imageWrap.--right {
        display: table-cell;
        padding-left: 2rem; }
        .homePage-block-imageWrap.--right.--for-small {
          display: none; } }

.homePage-block-contentWrap {
  display: table-cell;
  vertical-align: middle;
  width: 40%; }

.homePage-block-header {
  margin: 0;
  color: #333333; }

a.homePage-block-buttonLink {
  font-size: 18px;
  margin-top: 0;
  display: inline-block; }

.home-page-block {
  padding: 50px 0; }
  .home-page-block .page-block {
    text-align: center; }

.home-page-block .block-content .block-heading h2, .home-page-block .block-content p {
  color: #fff !important; }
.home-page-block .block-content .block-heading h2 {
  font-size: 2.3rem; }

.hide {
  display: none; }

/*  sub nav*/
#masthead .masthead-inner .row {
  overflow: inherit !important; }

.header-navigation ul li {
  padding-bottom: 1rem; }

.header-navigation ul.sub-menu {
  display: none;
  width: 215px;
  height: fit-content;
  height: -moz-fit-content;
  background: white;
  border-radius: 4px;
  position: absolute;
  z-index: 999;
  top: 2.6rem;
  right: 0; }
  .header-navigation ul.sub-menu li {
    padding: 1rem .6rem 1rem;
    display: block; }
    .header-navigation ul.sub-menu li a {
      color: #000 !important;
      font-weight: 400;
      padding: 1.2rem; }
    .header-navigation ul.sub-menu li:first-child {
      padding-top: 1rem; }
  .header-navigation ul.sub-menu .dropdown-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    background: white;
    top: -6px;
    right: 20px;
    transform: rotate(45deg); }

.light .current-menu-item .sub-menu li > a {
  background: none !important; }

header#masthead.light {
  padding-bottom: 3rem; }

/* About Us Page */
.page-id-11798 #benefits .benefits-content .join-team h4,
.page-id-11798 .career-content .quotes,
.page-id-11798 #job-search h3,
.page-id-11 .page-hero-headline:after,
.page-id-11798 .page-hero-headline:after {
  font-family: "porxima-nova", sans-serif; }

.page-id-11 #page #page-hero,
.page-id-11798 #page #page-hero {
  min-height: 700px;
  background-repeat: no-repeat;
  overflow: hidden; }

.page-id-11 #page #page-hero {
  background-position-y: -82px;
  background-position-x: right; }

.page-id-11 .flex-page-block-section .row {
  overflow-y: hidden; }
.page-id-11 .page-hero-headline {
  top: 45%;
  font-size: 5rem; }
  .page-id-11 .page-hero-headline:after {
    content: 'A fixture of the community since 1984-and still going strong.';
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 29px;
    letter-spacing: 1px;
    margin-top: 16px;
    width: 90%; }
.page-id-11 .background-photo-block .block-content {
  width: 62%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  color: white;
  margin-top: 20px; }
  @media only screen and (max-width: 550px) {
    .page-id-11 .background-photo-block .block-content {
      width: 65%; } }
  @media only screen and (max-width: 520px) {
    .page-id-11 .background-photo-block .block-content {
      width: 90%;
      margin-top: 13%; } }
  .page-id-11 .background-photo-block .block-content .content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
@media only screen and (max-width: 520px) {
  .page-id-11 #page #page-hero :after {
    font-size: 24px;
    width: 350px; } }
.page-id-11 #page #page-hero img {
  width: 60%;
  position: absolute;
  right: 3rem;
  bottom: 3rem; }
  @media only screen and (max-width: 1000px) {
    .page-id-11 #page #page-hero img {
      width: 75%; } }

/* Careers page */
.page-id-11798 main#main {
  overflow: unset; }
.page-id-11798 .page-content {
  padding-bottom: 0; }
.page-id-11798 .careers-nav-links {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 4rem; }
  .page-id-11798 .careers-nav-links a {
    color: #333;
    border-right: 1px solid #9E9E9E;
    padding: 0 4rem;
    font-size: 18px; }
    .page-id-11798 .careers-nav-links a:last-child {
      border-right: none; }
    @media only screen and (max-width: 769px) {
      .page-id-11798 .careers-nav-links a {
        padding: 0 1rem; } }
    @media only screen and (max-width: 520px) {
      .page-id-11798 .careers-nav-links a {
        padding: 0 1rem;
        font-size: .8rem;
        text-align: center; } }
.page-id-11798 .page-hero-headline::after {
  content: 'Join our team!';
  display: block;
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 1px;
  margin-top: 16px;
  width: 90%; }
.page-id-11798 #job-search {
  background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/findjob-section-img.png");
  padding: 3rem 2rem;
  color: white;
  text-align: center; }
  .page-id-11798 #job-search h3 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 2rem; }
  .page-id-11798 #job-search a {
    padding: 10px 100px;
    color: white;
    border-radius: 4px;
    background: #E21C24;
    border: 2px solid #E21C24; }
    .page-id-11798 #job-search a:hover {
      background: transparent;
      color: #E21C24;
      text-decoration: none; }
.page-id-11798 .career-content-section {
  margin: 112px 0; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 .career-content-section {
      margin: 1rem 0; } }
  @media only screen and (max-width: 520px) {
    .page-id-11798 .career-content-section {
      margin: 32px 0; } }
.page-id-11798 .career-content {
  width: 95%;
  max-width: 1080px;
  display: flex;
  margin: 0 auto; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 .career-content {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 520px) {
    .page-id-11798 .career-content {
      margin-bottom: 0; } }
  .page-id-11798 .career-content .left, .page-id-11798 .career-content .right {
    width: 46%;
    margin-right: 4rem; }
    @media only screen and (max-width: 1080px) {
      .page-id-11798 .career-content .left, .page-id-11798 .career-content .right {
        width: 95%;
        margin: 2rem auto; } }
  .page-id-11798 .career-content .right {
    margin-right: 0; }
    @media only screen and (max-width: 1080px) {
      .page-id-11798 .career-content .right {
        margin: 2rem auto; } }
    @media only screen and (max-width: 1080px) {
      .page-id-11798 .career-content .right img {
        width: 100%; } }
  .page-id-11798 .career-content a {
    padding: 18px;
    border: 2px solid #E21C24;
    border-radius: 4px;
    background: transparent;
    color: #E21C24;
    font-weight: 700;
    font-size: 18px; }
    @media only screen and (max-width: 520px) {
      .page-id-11798 .career-content a {
        padding: 1rem;
        font-size: .95rem; } }
    .page-id-11798 .career-content a:hover {
      background: #E21C24;
      color: white;
      text-decoration: none; }
  .page-id-11798 .career-content a.popup-youtube {
    border: none !important;
    padding: 0 !important; }
    .page-id-11798 .career-content a.popup-youtube:hover {
      background: none !important; }
    .page-id-11798 .career-content a.popup-youtube img {
      width: 100%; }
  .page-id-11798 .career-content h3 {
    font-size: 2rem;
    margin-bottom: 24px;
    color: #E21C24; }
  .page-id-11798 .career-content p {
    color: #000;
    font-size: 20px;
    line-height: 32px; }
  .page-id-11798 .career-content .quotes {
    font-size: 20px;
    line-height: 24px;
    max-width: 570px;
    padding: 0 24px;
    position: relative;
    margin-bottom: 32px; }
    .page-id-11798 .career-content .quotes img {
      position: absolute;
      top: 0;
      left: 0; }
    .page-id-11798 .career-content .quotes .member-quote {
      display: flex; }
      .page-id-11798 .career-content .quotes .member-quote .profile-img {
        width: 48px;
        height: 48px;
        background-image: url("https://images.unsplash.com/photo-1531427186611-ecfd6d936c79?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50px;
        margin-right: 0.5rem; }
      .page-id-11798 .career-content .quotes .member-quote .profile h5 {
        font-family: "porxima-nova", sans-serif;
        font-size: 20px;
        font-weight: 600; }
      .page-id-11798 .career-content .quotes .member-quote .profile p {
        font-size: 1rem;
        color: #9E9E9E;
        font-weight: 400; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 .career-content .order-one {
      order: 1; } }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 .career-content .order-two {
      order: 2; } }
.page-id-11798 .come-grow {
  background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/banner-bk.png");
  padding: 3rem 2rem;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-id-11798 .come-grow h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: white; }
.page-id-11798 #grow .career-content {
  margin-bottom: 4rem;
  align-items: center; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 #grow .career-content {
      margin-bottom: 1rem; } }
.page-id-11798 #grow .left, .page-id-11798 #grow .right {
  position: relative; }
.page-id-11798 #grow .feet1, .page-id-11798 #grow .feet2, .page-id-11798 #grow .feet3 {
  position: absolute; }
.page-id-11798 #grow .feet1 {
  width: 96px;
  right: -20px;
  top: 90px; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 #grow .feet1 {
      right: 0; } }
  @media only screen and (max-width: 520px) {
    .page-id-11798 #grow .feet1 {
      width: 75px;
      top: 162px; } }
.page-id-11798 #grow .feet2 {
  right: -18%;
  bottom: -86px; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 #grow .feet2 {
      right: 0; } }
  @media only screen and (max-width: 520px) {
    .page-id-11798 #grow .feet2 {
      width: 120px;
      bottom: -74px; } }
.page-id-11798 #grow .feet3 {
  right: 0;
  top: 118px;
  width: 96px; }
  @media only screen and (max-width: 1080px) {
    .page-id-11798 #grow .feet3 {
      top: 88px; } }
  @media only screen and (max-width: 520px) {
    .page-id-11798 #grow .feet3 {
      top: 119px;
      width: 75px; } }
.page-id-11798 #benefits {
  width: 100%;
  background-color: #F0EDE5; }
  .page-id-11798 #benefits .benefits-content {
    text-align: center;
    margin-top: 0;
    padding: 4rem 0; }
    .page-id-11798 #benefits .benefits-content h2 {
      font-size: 3rem;
      color: #016062; }
      @media only screen and (max-width: 520px) {
        .page-id-11798 #benefits .benefits-content h2 {
          font-size: 2rem; } }
    .page-id-11798 #benefits .benefits-content .join-team h4 {
      font-size: 32px;
      margin-bottom: 40px;
      padding-top: 2rem; }
    .page-id-11798 #benefits .benefits-content .join-team a {
      padding: 18px 120px;
      background: #E21C24;
      border: 2px solid #E21C24;
      border-radius: 4px;
      color: white;
      font-weight: 700;
      font-size: 20px; }
      @media only screen and (max-width: 520px) {
        .page-id-11798 #benefits .benefits-content .join-team a {
          padding: 1rem;
          font-size: .95rem; } }
      .page-id-11798 #benefits .benefits-content .join-team a:hover {
        color: #E21C24;
        background: transparent;
        text-decoration: none; }
  .page-id-11798 #benefits .media-grid {
    width: 100%;
    max-width: 1120px;
    margin: 2rem auto; }
    @media only screen and (max-width: 1105px) {
      .page-id-11798 #benefits .media-grid {
        width: 95%;
        margin: 0 auto; } }
    .page-id-11798 #benefits .media-grid .media-grid__group1, .page-id-11798 #benefits .media-grid .media-grid__group2 .pvasl, .page-id-11798 #benefits .media-grid .media-grid__group2 .free-ezell, .page-id-11798 #benefits .media-grid .media-grid__group3, .page-id-11798 #benefits .media-grid .media-grid__group4 .medical, .page-id-11798 #benefits .media-grid .media-grid__group4 .k401 {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .page-id-11798 #benefits .media-grid .media-grid__group1 {
      background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/graphics.png");
      max-width: 552px;
      height: 552px;
      float: left;
      width: 50%; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group1 {
          width: 100%;
          height: 600px;
          background-size: contain;
          max-width: unset;
          float: unset; } }
      @media only screen and (max-width: 520px) {
        .page-id-11798 #benefits .media-grid .media-grid__group1 {
          height: 400px; } }
    .page-id-11798 #benefits .media-grid .media-grid__group2, .page-id-11798 #benefits .media-grid .media-grid__group4 {
      display: flex;
      align-content: space-between;
      margin-bottom: 16px; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group2, .page-id-11798 #benefits .media-grid .media-grid__group4 {
          width: fit-content;
          max-width: 600px;
          margin: 1rem auto;
          float: unset; } }
    .page-id-11798 #benefits .media-grid .media-grid__group2, .page-id-11798 #benefits .media-grid .media-grid__group3 {
      float: right;
      width: 50%; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group2, .page-id-11798 #benefits .media-grid .media-grid__group3 {
          width: fit-content;
          height: 600px;
          background-size: contain;
          max-width: unset;
          float: unset; } }
    .page-id-11798 #benefits .media-grid .media-grid__group4 {
      float: left;
      width: 50%;
      margin-top: 16px;
      margin-bottom: 0; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group4 {
          width: fit-content;
          width: moz-fit-content;
          max-width: 600px;
          margin: 1rem auto;
          float: unset;
          height: fit-content;
          height: moz-fit-content; } }
      .page-id-11798 #benefits .media-grid .media-grid__group4 .medical {
        background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/img5.png");
        display: inline-block;
        width: 268px;
        height: 268px;
        margin-right: 16px; }
        @media only screen and (max-width: 1105px) {
          .page-id-11798 #benefits .media-grid .media-grid__group4 .medical {
            width: 290px;
            height: 290px; } }
        @media only screen and (max-width: 520px) {
          .page-id-11798 #benefits .media-grid .media-grid__group4 .medical {
            width: 180px;
            height: 180px; } }
      .page-id-11798 #benefits .media-grid .media-grid__group4 .k401 {
        background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/img4.png");
        display: inline-block;
        width: 268px;
        height: 268px;
        margin-right: 10px; }
        @media only screen and (max-width: 1105px) {
          .page-id-11798 #benefits .media-grid .media-grid__group4 .k401 {
            width: 290px;
            height: 290px;
            margin-right: 0; } }
        @media only screen and (max-width: 520px) {
          .page-id-11798 #benefits .media-grid .media-grid__group4 .k401 {
            width: 180px;
            height: 180px; } }
    .page-id-11798 #benefits .media-grid .media-grid__group3 {
      background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/img3.png");
      width: 552px;
      height: 552px; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group3 {
          width: 100%;
          height: 600px;
          background-size: contain;
          max-width: unset;
          float: unset; } }
      @media only screen and (max-width: 520px) {
        .page-id-11798 #benefits .media-grid .media-grid__group3 {
          height: 400px; } }
    @media only screen and (max-width: 1105px) {
      .page-id-11798 #benefits .media-grid .media-grid__group2 {
        width: fit-content;
        width: moz-fit-content;
        max-width: 600px;
        margin: 1rem auto;
        float: unset;
        height: fit-content;
        height: moz-fit-content; } }
    .page-id-11798 #benefits .media-grid .media-grid__group2 .pvasl {
      display: inline-block;
      width: 268px;
      height: 268px;
      background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/img1.png");
      margin-left: 10px; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group2 .pvasl {
          margin-left: 0;
          width: 290px;
          height: 290px; } }
      @media only screen and (max-width: 520px) {
        .page-id-11798 #benefits .media-grid .media-grid__group2 .pvasl {
          width: 180px;
          height: 180px; } }
    .page-id-11798 #benefits .media-grid .media-grid__group2 .free-ezell {
      display: inline-block;
      width: 268px;
      height: 268px;
      background-image: url("https://ezellschicken.com/wp-content/uploads/2021/10/img2.png");
      margin-left: 16px; }
      @media only screen and (max-width: 1105px) {
        .page-id-11798 #benefits .media-grid .media-grid__group2 .free-ezell {
          width: 290px;
          height: 290px; } }
      @media only screen and (max-width: 520px) {
        .page-id-11798 #benefits .media-grid .media-grid__group2 .free-ezell {
          width: 180px;
          height: 180px; } }

.main-navigation-wrap {
  padding: 2rem 0;
  width: 100%;
  display: block; }
  .main-navigation-wrap ul {
    list-style: none;
    padding: 0; }
  .main-navigation-wrap li a {
    background: none;
    text-decoration: none;
    border: none; }

a.nav-back-link {
  float: right;
  color: white; }

#mobile-navigation {
  z-index: 1020;
  position: fixed;
  display: none !important;
  padding: 0;
  height: 100vh;
  width: 70%;
  top: 0;
  right: 0;
  background-color: #333;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
  box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75); }
  #mobile-navigation a {
    background: none;
    border: none;
    color: #fff; }
  #mobile-navigation header {
    overflow: auto;
    padding-bottom: 1rem; }
    #mobile-navigation header .logo {
      display: block;
      margin-top: 35px;
      margin-left: 40px; }
      @media (max-width: 37.5em) {
        #mobile-navigation header .logo {
          margin-top: 45px; }
          #mobile-navigation header .logo .custom-logo-link img {
            max-height: 70px; } }
  #mobile-navigation .phone {
    font-size: 1.5em; }
  #mobile-navigation .mobile-nav-button {
    background-color: transparent;
    color: #fff;
    line-height: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 25px;
    padding-top: 2px;
    padding-bottom: 7px; }
    #mobile-navigation .mobile-nav-button:hover {
      transition: background-color .5s ease;
      background-color: #333;
      color: #333; }
  #mobile-navigation #mobile-navigation-close {
    float: right;
    background: none;
    border: none;
    font-size: 5rem;
    cursor: pointer;
    color: #fff;
    font-weight: 200;
    margin-top: 21px;
    padding: 15px 60px 0;
    font-family: 'porxima-nova', sans-serif; }
    @media screen and (min-width: 768px) {
      #mobile-navigation #mobile-navigation-close {
        margin-top: 26px; } }
    @media (max-width: 37.5em) {
      #mobile-navigation #mobile-navigation-close {
        padding: 25px 30px 0;
        font-size: 4rem; } }
  #mobile-navigation .mobile-nav-underlay {
    background: rgba(0, 0, 0, 0.4);
    z-index: -10;
    position: fixed;
    padding: 2rem;
    height: 100vh;
    width: 30%;
    top: 0;
    left: 0; }
  #mobile-navigation ul {
    list-style: none;
    padding: 0;
    padding: 3rem; }
  #mobile-navigation li {
    padding: 10px 0; }
    #mobile-navigation li a {
      background: none;
      text-decoration: none;
      border: none;
      transition: all 0.2s ease;
      color: #fff;
      font-weight: 100;
      font-family: "komika-axis", sans-serif;
      font-size: 4rem;
      text-shadow: 1px 1px 10px #333;
      line-height: 1.2;
      margin-top: 30px;
      margin-bottom: -10px;
      display: block;
      background: none !important; }
      @media (max-width: 37.5em) {
        #mobile-navigation li a {
          font-size: 2rem; } }
      @media screen and (max-width: 320px) {
        #mobile-navigation li a {
          font-size: 1.8rem; } }
      #mobile-navigation li a:hover, #mobile-navigation li a:active, #mobile-navigation li a:focus {
        color: white; }
    #mobile-navigation li ul.sub-menu {
      padding-left: 1rem;
      padding-top: 0; }
  #mobile-navigation li.current_page_item > a,
  #mobile-navigation li.current-menu-item > a,
  #mobile-navigation li.current_page_ancestor > a,
  #mobile-navigation li.current-menu-ancestor > a {
    color: white !important;
    font-weight: bold; }
  #mobile-navigation li.current_page_item,
  #mobile-navigation li.current-menu-item,
  #mobile-navigation li.current_page_ancestor,
  #mobile-navigation li.current-menu-ancestor {
    list-style-type: none;
    color: transparent; }
  #mobile-navigation.visible {
    display: block !important; }

.nav-socials-wrapper {
  padding-top: 2rem; }
  .nav-socials-wrapper a {
    color: #333; }
  .nav-socials-wrapper [class^="socicon-"], .nav-socials-wrapper [class*=" socicon-"] {
    font-size: 1.5rem;
    margin-right: 6px; }

.mobile-nav-divider {
  overflow: auto; }

.page-block-section:first-of-type .page-block-area {
  border-bottom: 0; }
.page-block-section .page-block-area {
  border-bottom: 1px solid #E21C24; }
  @media screen and (max-width: 500px) {
    .page-block-section .page-block-area {
      padding: 20px 0; } }
.page-block-section:last-of-type .page-block-area {
  border-bottom: 0; }

.page-block {
  padding: 40px 0 0; }
  .page-block:last-child {
    padding-bottom: 40px; }
  .page-block p {
    margin-top: 0;
    font-weight: 100; }
  .page-block h2 {
    color: #E21C24;
    margin-bottom: 10px;
    font-size: 2rem;
    margin-left: 5px; }
  .page-block .page-block-button {
    background-color: transparent;
    color: #E21C24;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid #E21C24;
    font-weight: 600; }
    .page-block .page-block-button:hover {
      transition: all .5s ease-in-out;
      background-color: #E21C24;
      color: #fff; }

.left-aligned-image .page-block-area {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  align-items: center !important; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .left-aligned-image .page-block-area {
      grid-template-columns: repeat(2, 1fr) !important; } }
  @media (max-width: 37.5em) {
    .left-aligned-image .page-block-area {
      grid-template-columns: repeat(1, 1fr) !important; } }
.left-aligned-image .block-content {
  padding-left: 40px; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .left-aligned-image .block-content {
      padding-bottom: 40px; } }
  @media (max-width: 37.5em) {
    .left-aligned-image .block-content {
      padding-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .left-aligned-image .block-content {
      padding-left: 0; } }
.left-aligned-image .page-block-image {
  margin: 0 auto; }
.left-aligned-image ul {
  margin: 0;
  padding: 1.5rem;
  list-style-type: disc; }
.left-aligned-image img {
  display: flex;
  width: 80%;
  margin: 0 auto; }

.right-aligned-image .page-block-area {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  align-items: center !important; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .right-aligned-image .page-block-area {
      grid-template-columns: repeat(1, 1fr) !important; } }
  @media (max-width: 37.5em) {
    .right-aligned-image .page-block-area {
      grid-template-columns: repeat(1, 1fr) !important; } }
.right-aligned-image .block-content {
  padding-right: 40px;
  grid-column: 1;
  grid-row: 1; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .right-aligned-image .block-content {
      grid-column: 1;
      grid-row: 2;
      padding-bottom: 40px; } }
  @media (max-width: 37.5em) {
    .right-aligned-image .block-content {
      grid-column: 1;
      grid-row: 2;
      padding-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .right-aligned-image .block-content {
      padding-right: 0; } }
.right-aligned-image img {
  display: flex;
  width: 80%;
  margin: 0 auto;
  grid-column: 1; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .right-aligned-image img {
      grid-column: 2;
      width: 90%; } }
  @media (max-width: 37.5em) {
    .right-aligned-image img {
      grid-column: 2;
      width: 100%; } }
.right-aligned-image ul {
  margin: 0;
  padding: 1.5rem;
  list-style-type: disc; }

.centered ul {
  margin: 0;
  padding: 1.5rem;
  list-style-type: disc; }
  .centered ul li {
    color: #E21C24; }

.no-photo-block .block-content h2 {
  margin-bottom: 10px; }
.no-photo-block .block-content p + ul {
  margin-top: 0px; }
.no-photo-block ul {
  margin: 0;
  margin-bottom: 10px;
  list-style-type: disc; }

.row + .no-photo-block {
  padding-top: 0; }

.row + .gallery-block {
  padding-top: 0; }

.row + .press-section {
  padding-top: 0; }

.no-photo-block + .gallery-block {
  padding-top: 30px; }

.product-page-block .page-block-section.striped-block {
  background-color: #fff !important; }
  .product-page-block .page-block-section.striped-block article div .page-block-area {
    border-bottom: 1px solid #E21C24 !important; }

.flex-page-block-section.no-photo-single {
  grid-template-columns: repeat(1, 1fr); }

.flex-page-block-section.no-photo {
  align-items: center;
  grid-gap: 40px; }
  @media screen and (max-width: 500px) {
    .flex-page-block-section.no-photo {
      grid-gap: 20px; } }
  .flex-page-block-section.no-photo .page-block .block-content-1, .flex-page-block-section.no-photo .page-block .block-content-2 {
    padding: 20px 0 40px; }
    .flex-page-block-section.no-photo .page-block .block-content-1 .block-heading h2, .flex-page-block-section.no-photo .page-block .block-content-2 .block-heading h2 {
      margin-left: 5px; }
  @media screen and (max-width: 500px) {
    .flex-page-block-section.no-photo .page-block .block-content-2 {
      padding-bottom: 60px;
      padding-top: 0; } }

p + ul {
  margin-top: 0px; }

.allergen_table_section {
  position: relative;
  padding: 0 5px;
  margin-bottom: 2em; }
  .allergen_table_section .table_container {
    overflow: visible;
    overflow-x: auto;
    padding: 50px 5px 0; }
  .allergen_table_section table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    border: none;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 0; }
    .allergen_table_section table th, .allergen_table_section table td {
      padding: 0 10px; }
    .allergen_table_section table thead {
      position: relative;
      border-bottom: none; }
      .allergen_table_section table thead tr {
        position: relative; }
        .allergen_table_section table thead tr th {
          position: relative;
          padding: 5px 10px; }
          .allergen_table_section table thead tr th.th_type {
            background-color: #125F61;
            color: #fff;
            font-weight: lighter;
            width: 25%;
            border: solid 1px #125F61; }
            .allergen_table_section table thead tr th.th_type p {
              margin: 0;
              font-weight: bold; }
          .allergen_table_section table thead tr th.th_allergen {
            text-align: center; }
            .allergen_table_section table thead tr th.th_allergen p {
              text-transform: uppercase;
              position: absolute;
              left: 50%;
              bottom: 10px;
              margin-left: -30px;
              line-height: 0;
              margin: 0;
              -webkit-transform: rotate(270deg);
              -moz-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
              -o-transform: rotate(270deg);
              transform: rotate(270deg);
              -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
              transform-origin: 0 0; }
        .allergen_table_section table thead tr .top_border {
          border: solid 1px #125F61;
          background-color: #125F61;
          padding: 1px 5px; }
          .allergen_table_section table thead tr .top_border .checkered_bg {
            width: 100%;
            height: 10px;
            background-image: url(/wp-content/uploads/2020/11/tile-checkered.png);
            background-size: 8px;
            background-repeat: repeat-x;
            background-position: center; }
    .allergen_table_section table tbody tr td {
      border: solid 1px #bababa;
      background-color: #fff; }
      .allergen_table_section table tbody tr td span.hidden {
        display: none;
        text-align: left;
        width: 50%; }
      .allergen_table_section table tbody tr td.td_type {
        border-left: 0;
        background-color: #fff;
        min-width: 250px; }
        .allergen_table_section table tbody tr td.td_type p {
          margin: 0;
          display: inline-block;
          position: relative; }
        .allergen_table_section table tbody tr td.td_type[vegetarian='true'] p:after {
          content: " ";
          display: inline-block;
          position: absolute;
          height: 25px;
          width: 25px;
          right: -30px;
          background-image: url(/wp-content/uploads/2020/11/icon-vegetarian.png);
          background-size: contain; }
      .allergen_table_section table tbody tr td.td_allergen {
        text-align: center;
        width: 60px;
        height: 60px; }
        .allergen_table_section table tbody tr td.td_allergen span.allergen_marker {
          display: block;
          margin: auto;
          height: 25px;
          width: 25px;
          background-color: #E21C24;
          border-radius: 50%; }
        .allergen_table_section table tbody tr td.td_allergen:nth-child(even) {
          background-color: #DADADA; }
    @media (max-width: 37.5em) {
      .allergen_table_section table thead tr th.th_type {
        width: 100%;
        display: block;
        font-size: 1.3em; }
      .allergen_table_section table thead tr th.th_allergen {
        width: 0%;
        display: none; }
      .allergen_table_section table tbody tr:nth-child(1) {
        border-bottom: none; }
      .allergen_table_section table tbody tr td {
        display: none;
        width: 100% !important;
        height: auto !important; }
        .allergen_table_section table tbody tr td.td_type {
          display: block !important;
          border-left: solid 1px #bababa;
          background-color: #DADADA !important; }
          .allergen_table_section table tbody tr td.td_type p {
            font-weight: bold; }
        .allergen_table_section table tbody tr td.td_allergen {
          background-color: #fff !important; }
          .allergen_table_section table tbody tr td.td_allergen[contains='true'] {
            display: -ms-flexbox;
            display: flex;
            flex-direction: row-reverse;
            padding: .75em; }
            .allergen_table_section table tbody tr td.td_allergen[contains='true'] span.hidden {
              display: inline-block;
              margin-left: 10px; }
            .allergen_table_section table tbody tr td.td_allergen[contains='true'] span.allergen_marker {
              display: inline-block; } }
  @media screen and (max-width: 37.5em) and (max-width: 600px) {
    .allergen_table_section table tbody tr td.td_nutrition p {
      width: 50%;
      text-align: right;
      margin-top: 3px; } }
    @media (max-width: 37.5em) {
        .allergen_table_section table tbody tr td.td_nutrition[contains='true'] {
          flex-direction: inherit; }
          .allergen_table_section table tbody tr td.td_nutrition[contains='true'] span.hidden {
            margin-left: 0; } }
  .allergen_table_section legend {
    margin-top: 1em; }
    .allergen_table_section legend p {
      position: relative;
      margin: 0;
      padding-left: 30px; }
      .allergen_table_section legend p:before {
        content: " ";
        height: 20px;
        width: 20px;
        position: absolute;
        top: 45%;
        left: 5px;
        transform: translateY(-50%); }
      .allergen_table_section legend p.legend_allergen:before {
        background-color: #E21C24;
        border-radius: 50%; }
      .allergen_table_section legend p.legend_vegetarian:before {
        background-image: url("/wp-content/uploads/2020/11/icon-vegetarian.png");
        background-size: contain; }

.nutritional_table_section .table_container {
  padding-top: 185px; }
  @media screen and (max-width: 600px) {
    .nutritional_table_section .table_container {
      padding-top: 50px; } }
.nutritional_table_section table thead tr th.th_allergen {
  text-align: left; }
  .nutritional_table_section table thead tr th.th_allergen p {
    width: 260px; }
.nutritional_table_section p {
  margin-bottom: 0; }

.rudd-heading {
  text-align: center;
  margin: 50px 0 0 0; }

.rudd-contributors {
  display: block;
  list-style-type: none;
  text-align: center;
  padding: 0; }
  .rudd-contributors li {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px; }
  .rudd-contributors span {
    display: block;
    font-size: 14px; }
  .rudd-contributors.rudd-names {
    margin-top: 50px !important; }
    .rudd-contributors.rudd-names li {
      padding-top: 20px;
      font-size: 22px; }

.wp-block-buttons {
  display: block; }

p:empty:before {
  content: none; }

.flex-page-block-section.one {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }

.flex-page-block-section.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 1075px) {
    .flex-page-block-section.two {
      grid-template-columns: repeat(1, 1fr); } }

.flex-page-block-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative; }
  @media screen and (max-width: 1075px) {
    .flex-page-block-section {
      grid-template-columns: repeat(1, 1fr); } }
  .flex-page-block-section.background {
    grid-template-columns: repeat(1, 1fr); }
  @media screen and (max-width: 1075px) {
    .flex-page-block-section .page-block {
      margin: 0 auto;
      justify-content: center;
      width: 80%; } }
  .flex-page-block-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1075px) {
    .flex-page-block-section.home .page-block-1 {
      border-right: 0; } }
  .flex-page-block-section .page-block.page-block-1, .flex-page-block-section .page-block.page-block-2 {
    padding: 0; }
    .flex-page-block-section .page-block.page-block-1 .page-block-area .page-block-image img, .flex-page-block-section .page-block.page-block-2 .page-block-area .page-block-image img {
      width: 100%;
      margin: 0; }
    @media screen and (max-width: 1075px) {
      .flex-page-block-section .page-block.page-block-1.right-aligned-image .page-block-area, .flex-page-block-section .page-block.page-block-2.right-aligned-image .page-block-area {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        margin: 0 auto; } }
    @media (max-width: 37.5em) {
      .flex-page-block-section .page-block.page-block-1.right-aligned-image .page-block-area, .flex-page-block-section .page-block.page-block-2.right-aligned-image .page-block-area {
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 20px 0; } }
    .flex-page-block-section .page-block.page-block-1.right-aligned-image .block-content, .flex-page-block-section .page-block.page-block-2.right-aligned-image .block-content {
      padding-left: 55px;
      padding-top: 20px;
      padding-bottom: 20px;
      grid-column: 1;
      grid-row: 1; }
      @media screen and (max-width: 1440px) {
        .flex-page-block-section .page-block.page-block-1.right-aligned-image .block-content, .flex-page-block-section .page-block.page-block-2.right-aligned-image .block-content {
          padding-left: 50px; } }
      @media screen and (max-width: 1075px) {
        .flex-page-block-section .page-block.page-block-1.right-aligned-image .block-content, .flex-page-block-section .page-block.page-block-2.right-aligned-image .block-content {
          padding: 0; } }
      @media (max-width: 37.5em) {
        .flex-page-block-section .page-block.page-block-1.right-aligned-image .block-content, .flex-page-block-section .page-block.page-block-2.right-aligned-image .block-content {
          grid-row: 2;
          grid-column: span 2; } }
      .flex-page-block-section .page-block.page-block-1.right-aligned-image .block-content .block-heading h2, .flex-page-block-section .page-block.page-block-2.right-aligned-image .block-content .block-heading h2 {
        margin-bottom: 10px;
        line-height: 1; }
    @media screen and (max-width: 1075px) {
      .flex-page-block-section .page-block.page-block-1.right-aligned-image .page-block-image, .flex-page-block-section .page-block.page-block-2.right-aligned-image .page-block-image {
        width: 85%;
        justify-content: flex-end;
        align-content: flex-end;
        display: flex;
        margin: 0 auto; } }
    @media (max-width: 37.5em) {
      .flex-page-block-section .page-block.page-block-1.right-aligned-image .page-block-image, .flex-page-block-section .page-block.page-block-2.right-aligned-image .page-block-image {
        grid-row: 1;
        grid-column: span 2; } }
  @media screen and (max-width: 1075px) {
    .flex-page-block-section .page-block-1 .page-block-area {
      margin-top: 0; } }
  @media screen and (max-width: 1075px) {
    .flex-page-block-section .page-block-2 .page-block-area {
      margin-bottom: 0px !important; } }
  @media screen and (min-width: 760px) {
    .flex-page-block-section .page-block-2 .page-block-area {
      margin-bottom: 0px !important; } }
  @media screen and (max-width: 450px) {
    .flex-page-block-section .page-block-2 .page-block-area {
      margin-top: 0 !important; } }
  .flex-page-block-section.color .row {
    grid-column: span 2; }
  .flex-page-block-section.color .background-color-block {
    color: #fff;
    margin-bottom: 20px;
    min-height: 300px; }
    @media (max-width: 37.5em) {
      .flex-page-block-section.color .background-color-block .block-content {
        padding-left: 25px; } }
    .flex-page-block-section.color .background-color-block .block-content .block-heading h2 {
      font-size: 4rem;
      line-height: 1;
      color: #fff;
      margin-bottom: 10px;
      width: 70%; }
      @media (max-width: 37.5em) {
        .flex-page-block-section.color .background-color-block .block-content .block-heading h2 {
          padding: 0;
          font-size: 3rem;
          width: 100%; } }
    .flex-page-block-section.color .background-color-block .block-content p {
      font-size: 1.5rem;
      font-weight: 100;
      margin: 5px 0; }
    .flex-page-block-section.color .background-color-block .background-block-button {
      border: 2px solid #fff;
      padding: 10px 10px;
      font-size: 14px;
      margin-top: -10px;
      font-weight: bold; }
      .flex-page-block-section.color .background-color-block .background-block-button:hover {
        border-color: #E21C24;
        transition: all .4s ease-in-out; }

.no-photo-block + .flex-page-block-section.no-photo {
  padding-bottom: 30px; }

@media screen and (max-width: 1075px) {
  .flex-page-block-section.no-photo .page-block {
    margin: 0 auto;
    justify-content: center;
    width: 100%; } }

.carousel ul.slick-dots {
  bottom: 35px !important; }
  .carousel ul.slick-dots li button:before {
    font-size: 15px !important;
    color: #fff !important; }
  .carousel ul.slick-dots li.slick-active button:before {
    color: #fff !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.slick-slide {
  margin-bottom: -20px; }

@media screen and (max-width: 1000px) {
  .carousel-page-block .page-block-image {
    width: 50%; } }

.carousel-page-block {
  min-height: 350px;
  margin: 0; }
  @media screen and (max-width: 1000px) {
    .carousel-page-block {
      min-height: 550px; } }
  @media screen and (max-width: 500px) {
    .carousel-page-block {
      min-height: 450px; } }
  .carousel-page-block .page-block-area .block-content {
    grid-column: span 1;
    color: #fff;
    padding: 0 20px 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%); }
    .carousel-page-block .page-block-area .block-content h2 {
      font-size: 4rem;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 10px; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .carousel-page-block .page-block-area .block-content h2 {
          padding: 0;
          font-size: 3rem; } }
      @media (max-width: 37.5em) {
        .carousel-page-block .page-block-area .block-content h2 {
          padding: 0;
          font-size: 2rem; } }
  .carousel-page-block .page-block-area .page-block-image a img {
    width: 60%; }
  @media screen and (max-width: 700px) {
    .carousel-page-block .page-block-area .page-block-image a img {
      width: 80%; } }
  .carousel-page-block .page-block-area .carousel-block-button {
    border: 2px solid #fff;
    padding: 10px 20px;
    font-weight: bold; }
    .carousel-page-block .page-block-area .carousel-block-button:hover {
      border-color: #E21C24;
      transition: all .4s ease-in-out; }

.photo-block + .no-photo-block {
  padding-top: 0; }

.flex-page-block-section {
  position: relative; }

.background-photo-block {
  grid-column: span 2;
  color: #fff;
  min-height: 400px; }
  @media (max-width: 37.5em) {
    .background-photo-block {
      padding: 20px 0; } }
  .background-photo-block .block-content {
    position: relative;
    top: 100px;
    margin: 0 auto; }
    @media (max-width: 37.5em) {
      .background-photo-block .block-content {
        top: 50px; } }
    @media screen and (max-width: 400px) {
      .background-photo-block .block-content {
        top: 60px; } }
    @media screen and (max-width: 320px) {
      .background-photo-block .block-content {
        top: 40px; } }
    .background-photo-block .block-content .block-heading h2 {
      font-size: 4rem;
      line-height: 1.2;
      color: #fff;
      padding-right: 50px;
      margin-bottom: 5px;
      margin-left: 5px; }
      @media (max-width: 37.5em) {
        .background-photo-block .block-content .block-heading h2 {
          padding: 0;
          font-size: 2rem; } }
  .background-photo-block .background-block-button {
    border: 2px solid #fff;
    padding: 10px 20px;
    font-weight: bold; }
    .background-photo-block .background-block-button:hover {
      border-color: #E21C24;
      transition: all .4s ease-in-out; }

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0; }

.values {
  padding: 60px 0; }
  .values .values-content h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 10px; }
  .values .values-content div p {
    color: #fff; }
  .values .value-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin: 0 auto;
    grid-gap: 20px; }
    .values .value-items .value-item {
      color: #fff;
      font-size: 1.8rem; }
      .values .value-items .value-item p {
        font-size: 0.9rem; }

.photo-block {
  padding: 55px 0; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .photo-block {
      padding: 35px 0; } }
  @media (max-width: 37.5em) {
    .photo-block {
      padding: 35px 0; } }
  .photo-block.community:nth-child(1).left-aligned-image .photo-content img {
    width: 100%; }
  .photo-block.community:nth-child(1).left-aligned-image .content {
    margin: 5px 0; }
    .photo-block.community:nth-child(1).left-aligned-image .content h2 {
      font-size: 3rem;
      color: #E21C24;
      margin-bottom: 10px; }
    .photo-block.community:nth-child(1).left-aligned-image .content a {
      color: #E21C24; }
      .photo-block.community:nth-child(1).left-aligned-image .content a:visited {
        color: #E21C24; }
      .photo-block.community:nth-child(1).left-aligned-image .content a:hover {
        text-decoration: underline; }
  .photo-block.community.left-aligned-image .photo-content img {
    width: 100%; }
  .photo-block.community.left-aligned-image .content h2 {
    font-size: 2.5rem;
    color: #E21C24;
    margin-bottom: 10px; }
  .photo-block .photo-block-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 40px; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .photo-block .photo-block-content {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 37.5em) {
      .photo-block .photo-block-content {
        grid-template-columns: repeat(1, 1fr); } }
    .photo-block .photo-block-content .photo-content img {
      width: 100%; }
    .photo-block .photo-block-content .content {
      margin: 5px 0; }
      .photo-block .photo-block-content .content h2 {
        font-size: 2.5rem;
        color: #E21C24;
        margin-bottom: 10px;
        margin-top: 30px;
        margin-left: 5px; }
      .photo-block .photo-block-content .content a {
        color: #E21C24; }
        .photo-block .photo-block-content .content a:visited {
          color: #E21C24; }
        .photo-block .photo-block-content .content a:hover {
          text-decoration: underline; }
    .photo-block .photo-block-content.left-aligned-image .photo-content img {
      width: 100%; }
    .photo-block .photo-block-content.left-aligned-image .content {
      margin: 5px 0; }
      .photo-block .photo-block-content.left-aligned-image .content h2 {
        font-size: 2.5rem;
        color: #E21C24;
        margin-bottom: 10px; }
    .photo-block .photo-block-content.right-aligned-image h2 {
      margin-left: 3px; }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .photo-block .photo-block-content.right-aligned-image {
        grid-template-columns: repeat(1, 1fr); }
        .photo-block .photo-block-content.right-aligned-image .photo-content {
          grid-row: 1; } }
    @media (max-width: 37.5em) {
      .photo-block .photo-block-content.right-aligned-image {
        grid-template-columns: repeat(1, 1fr); }
        .photo-block .photo-block-content.right-aligned-image .photo-content {
          grid-row: 1; } }

.photo-block-button {
  background: transparent;
  padding: 10px 20px;
  color: #E21C24 !important;
  border: 2px solid #E21C24;
  font-weight: 600; }
  .photo-block-button:hover {
    background: #E21C24;
    color: #fff !important;
    transition: all .5s ease-in-out;
    text-decoration: none !important; }

.page-content + .photo-block {
  padding-top: 0; }

.photo-block + .photo-block {
  padding-top: 0; }

.photo-block + .video-block {
  padding-top: 0; }

.no-photo-block {
  padding: 35px 0; }
  .no-photo-block .block-content .content {
    margin: 10px 0; }
    .no-photo-block .block-content .content h2 {
      font-size: 2.5rem;
      color: #E21C24;
      margin-bottom: 10px; }
    .no-photo-block .block-content .content a {
      color: #E21C24; }
      .no-photo-block .block-content .content a:hover {
        text-decoration: underline; }
  .no-photo-block .block-content p:nth-child(odd) {
    margin-bottom: 0px; }

.page-content + .no-photo-block {
  padding-top: 0; }

.featured-team-members {
  padding: 0 0 60px; }
  .featured-team-members .featured-team-member {
    padding: 60px 0 0; }
    .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      grid-gap: 40px; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content {
          grid-template-columns: repeat(1, 1fr); } }
      @media (max-width: 37.5em) {
        .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 30px; } }
      .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content .featured-image, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-image {
        width: 100%;
        height: 100%; }
        .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content .featured-image img, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content .featured-content h2, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content h2 {
        color: #016062;
        font-size: 4rem;
        letter-spacing: 3px;
        line-height: 1;
        margin-bottom: 20px;
        margin-left: 5px; }
        @media (min-width: 37.5em) and (max-width: 63.9em) {
          .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content .featured-content h2, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content h2 {
            font-size: 3rem; } }
        @media (max-width: 37.5em) {
          .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content .featured-content h2, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content h2 {
            font-size: 2.5rem; } }
      .featured-team-members .featured-team-member .featured-members.left-image .featured-member-content .featured-content h3, .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content h3 {
        color: #016062;
        margin-bottom: 20px; }
    .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-image {
      grid-column: 2; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-image {
          grid-column: 1;
          grid-row: 1; } }
      @media (max-width: 37.5em) {
        .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-image {
          grid-column: 1;
          grid-row: 1; } }
    .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content {
      grid-column: 1;
      grid-row: 1; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content {
          grid-row: 2; } }
      @media (max-width: 37.5em) {
        .featured-team-members .featured-team-member .featured-members.right-image .featured-member-content .featured-content {
          grid-row: 2; } }

.team-members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  position: relative;
  padding: 60px 0; }
  @media screen and (max-width: 750px) {
    .team-members {
      grid-template-columns: repeat(1, 1fr); } }
  .team-members .team-member {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .team-members .team-member .member {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .team-members .team-member .member .member-content {
        color: #fff;
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .team-members .team-member .member .member-content img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .team-members .team-member .member .member-content .member-detail {
          position: absolute;
          z-index: 2;
          bottom: 0;
          padding: 20px 30px;
          transition: visibility 2.5s ease-in-out;
          visibility: visible; }
        .team-members .team-member .member .member-content h2 {
          font-size: 3rem;
          padding: 10px 0 0;
          margin-bottom: 10px; }
        .team-members .team-member .member .member-content p {
          font-family: "proxima-nova", sans-serif;
          margin-top: 0;
          font-weight: 200;
          font-size: 1.2rem;
          line-height: 1.2; }
        .team-members .team-member .member .member-content .hover-overlay {
          position: absolute;
          bottom: 0px;
          left: 0;
          right: 0;
          width: 100%;
          height: 0;
          background: #E21C24;
          transition: .5s ease;
          overflow: hidden;
          padding: 0 20px;
          z-index: 10; }
          .team-members .team-member .member .member-content .hover-overlay .hover-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
          .team-members .team-member .member .member-content .hover-overlay p {
            font-size: 1.2rem;
            text-align: left;
            margin-top: 10px; }
        .team-members .team-member .member .member-content:hover .member-detail {
          visibility: hidden;
          transition: visibility .5s ease-in-out; }
        .team-members .team-member .member .member-content:hover .hover-overlay {
          height: 100%;
          z-index: 10; }
  .team-members .team-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }
    @media (max-width: 37.5em) {
      .team-members .team-member-overlay {
        height: 400px; } }

.history-sections .history-page .hero-headline {
  margin: 30px 0 0 0;
  font-size: 100px;
  color: #333; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .history-sections .history-page .hero-headline {
    font-size: 80px; } }
@media only screen and (max-width: 767px) {
  .history-sections .history-page .hero-headline {
    margin-top: 15px;
    font-size: 50px; } }
.section-backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.section-backgrounds .bg {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  overflow: hidden; }

.section-backgrounds .bg > div {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 150%;
  height: 100%;
  opacity: 0;
  will-change: width, opacity;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.section-backgrounds .bg:first-child > div {
  opacity: 1;
  width: 110%; }

.history-sections {
  position: relative; }

.history-sections:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0; }

.history-sections .history-page {
  position: relative;
  height: 100vh;
  min-height: 0;
  background: none;
  overflow: hidden;
  z-index: 10; }

.history-sections .history-page .history-page-content {
  position: relative;
  height: 100%;
  position: relative; }

.history-sections .history-page .history-page-content .history-page-text {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-start; }

.history-sections .history-page .scroll {
  display: block;
  padding-top: 22px;
  margin: 20px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #E21C24;
  font: 700 12px/1.3 'porxima-nova', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 37.5em) {
    .history-sections .history-page .scroll {
      margin: 10px; } }

.history-sections .history-page .scroll svg {
  display: block;
  margin: 3px auto 0; }

.history-date-outer {
  width: 110px;
  height: 110px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block; }
  @media (max-width: 37.5em) {
    .history-date-outer {
      width: 90px;
      height: 90px; } }

.history-sections .history-page .history-date {
  display: block;
  margin: 7px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  color: #E21C24;
  text-align: center;
  font: 700 36px/90px 'house-slant', sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 110px; }
  @media (max-width: 37.5em) {
    .history-sections .history-page .history-date {
      font: 700 25px/70px 'house-slant', sans-serif;
      width: 70px;
      height: 70px;
      line-height: 85px; } }

.history-sections .history-page .history-content {
  display: inline-block;
  max-width: 700px;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  font-family: 'porxima-nova',sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 37.5em) {
    .history-sections .history-page .history-content {
      font-size: 1.1rem; } }

.history-header {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  position: relative;
  top: 15px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .history-header {
      font-size: 4rem; } }
  @media (max-width: 37.5em) {
    .history-header {
      font-size: 2.5rem;
      margin-bottom: 30px; } }
  @media screen and (max-width: 320px) {
    .history-header {
      font-size: 2rem;
      margin-top: 10px; } }

@media screen and (max-width: 2560px) {
  .our-journey {
    background: #333; }

  .section-backgrounds {
    left: 10%; }

  .history-sections {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%); }

  .history-date-outer {
    margin-right: 30px; } }
@media (min-width: 90em) {
  .history-date-outer {
    margin-right: 30px; } }
@media (min-width: 70em) {
  .section-backgrounds {
    left: 0; }

  .history-date-outer {
    margin-right: 30px; } }
@media (min-width: 64em) {
  .section-backgrounds {
    left: 0; }

  .history-date-outer {
    margin-right: 30px; } }
@media screen and (max-width: 1440px) {
  .section-backgrounds {
    left: 0; }

  .history-date-outer {
    margin-right: 30px; } }
@media screen and (max-width: 1024px) {
  .history-date-outer {
    margin-right: 30px; } }
@media screen and (max-width: 768px) {
  .history-date-outer {
    margin-right: 30px; } }
@media (max-width: 37.5em) {
  .history-date-outer {
    margin-right: 10px; }

  .history-page-text {
    flex-direction: column; } }
@media screen and (max-width: 425px) {
  .history-date-outer {
    margin-right: 10px; } }
@media screen and (max-width: 375px) {
  .history-date-outer {
    margin-right: 10px; } }
@media screen and (max-width: 320px) {
  .history-date-outer {
    margin-right: 10px; } }
.stat-widget {
  padding: 60px 0; }
  .stat-widget .stat-counter {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 3rem; }
    .stat-widget .stat-counter .counter {
      border-right: 1px solid #fff; }
      .stat-widget .stat-counter .counter:last-of-type {
        border-right: 0; }
      @media screen and (max-width: 1137px) {
        .stat-widget .stat-counter .counter {
          border-right: 0; } }
    .stat-widget .stat-counter .stat-counter-number {
      font-size: 4rem; }
    .stat-widget .stat-counter .suffix-icon {
      vertical-align: super; }
    .stat-widget .stat-counter .caption {
      font-size: 1.5rem;
      font-family: 'porxima-nova', sans-serif;
      font-weight: 200;
      position: relative;
      top: -50px; }

.gallery-block {
  padding: 60px 0;
  overflow: hidden; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .gallery-block {
      padding: 40px 0; } }
  @media (max-width: 37.5em) {
    .gallery-block {
      padding: 40px 0; } }

.gallery-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  margin: 5px 0;
  overflow: hidden; }
  .gallery-items .gallery {
    width: 100%;
    height: 100%; }
    .gallery-items .gallery img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.page-content + .gallery-block {
  padding-top: 0; }

.menu-items {
  z-index: -10; }

.menu-header {
  position: relative;
  min-height: 300px; }
  .menu-header .menu-options-content {
    position: absolute;
    top: 30%;
    transform: translateY(-50%); }
    @media (min-width: 37.5em) and (max-width: 63.9em) {
      .menu-header .menu-options-content {
        top: 50%; } }
    @media screen and (max-width: 500px) {
      .menu-header .menu-options-content {
        top: 50%; } }
    .menu-header .menu-options-content h2 {
      color: #fff;
      font-size: 5rem;
      line-height: 1.2;
      margin-left: 5px;
      padding: 0 10px 0 0;
      margin-bottom: 20px; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .menu-header .menu-options-content h2 {
          font-size: 3rem; } }
      @media (max-width: 37.5em) {
        .menu-header .menu-options-content h2 {
          font-size: 2.5rem; } }
    .menu-header .menu-options-content div p {
      font-size: 1.5rem;
      font-weight: 300;
      color: #fff;
      margin-bottom: 15px;
      margin-top: 10px;
      line-height: 1;
      padding: 0 10px 0 0; }
      @media (max-width: 37.5em) {
        .menu-header .menu-options-content div p {
          font-size: 1.1rem; } }
    .menu-header .menu-options-content a {
      background: #E21C24;
      padding: 10px 20px;
      font-weight: 600;
      border: 1px solid #E21C24; }
      @media (max-width: 37.5em) {
        .menu-header .menu-options-content a {
          font-size: 1rem; } }
      .menu-header .menu-options-content a img {
        position: relative;
        top: 6px;
        margin-right: 6px; }
        @media (max-width: 37.5em) {
          .menu-header .menu-options-content a img {
            width: 8%;
            top: 3px; } }
      .menu-header .menu-options-content a:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        transition: all .5s ease-in-out; }

.menu-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.menu-options {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 60px;
  overflow: hidden; }
  @media (max-width: 37.5em) {
    .menu-options {
      grid-template-columns: repeat(1, 1fr);
      gap: 0px; } }
  .menu-options .menu-detail {
    overflow: hidden;
    margin: 20px 0; }
    .menu-options .menu-detail h2 {
      color: #E21C24;
      font-size: 3rem;
      line-height: 1.2;
      margin-left: 5px;
      margin-bottom: 20px; }
      @media (min-width: 37.5em) and (max-width: 63.9em) {
        .menu-options .menu-detail h2 {
          font-size: 2.5rem; } }
      @media (max-width: 37.5em) {
        .menu-options .menu-detail h2 {
          font-size: 2rem; } }

.menu-items + .no-photo-block {
  padding-top: 0; }

#map {
  z-index: 1; }

.pac-card {
  margin: 10px 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px; }

.pac-controls {
  display: inline-block;
  padding: 5px 11px; }

.pac-controls label {
  font-size: 13px;
  font-weight: 300; }

#pac-input {
  display: flex;
  max-width: 80%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 12px;
  padding: 0 30px 0 11px;
  text-overflow: ellipsis;
  width: 300px;
  height: 40px;
  border-radius: 0;
  top: 30px !important;
  left: 115px !important;
  position: relative;
  z-index: 2; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    #pac-input {
      left: 15px !important; } }
  @media (max-width: 37.5em) {
    #pac-input {
      left: 15px !important; } }

#map-button {
  position: relative;
  z-index: 2;
  top: 3px;
  left: 425px;
  top: 32px;
  padding-left: .73rem;
  padding-right: .73rem;
  padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 0;
  background-color: #E21C24;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3); }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    #map-button {
      left: 325px !important; } }
  @media (max-width: 37.5em) {
    #map-button {
      left: 325px !important; } }
  @media screen and (max-width: 320px) {
    #map-button {
      left: 265px !important; } }
  #map-button i {
    font-size: 18px;
    color: #fff; }

#pac-input:focus {
  border-color: #E21C24; }

#pac-input:after {
  color: black;
  font-family: 'IcoFont' !important;
  content: "\ed11" !important;
  display: block !important;
  position: absolute !important;
  right: 0 !important;
  width: 60px !important;
  height: 60px !important; }

.infowindow a {
  color: #333; }

.location-area {
  margin: 30px 0 60px; }

.locations-row {
  overflow: auto;
  border: 1px solid #f3f3f3; }

.locations-listing {
  height: auto;
  width: 100%;
  /* Handle */
  /* Handle on hover */ }
  @media (min-width: 64em) {
    .locations-listing {
      width: 100%; } }

.location-expand.hide {
  display: none; }
.location-expand img {
  padding-right: 20px; }
.location-expand p a:hover {
  color: #E21C24;
  text-decoration: underline; }

.location {
  border-bottom: 2px solid #f7f7f7;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 500px) {
    .location {
      padding: 2rem 1rem; } }
  .location p {
    margin-bottom: 10px; }
  .location:hover {
    background: #f7f7f7; }
  @media (min-width: 64em) {
    .location {
      padding: 1rem 3rem; } }
  .location h3 {
    color: #E21C24;
    font-size: 2rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 900; }
  .location i, .location a {
    color: #333; }
    .location i:hover, .location a:hover {
      color: #E21C24; }
  .location i {
    padding: 0 5px; }
  .location .fa-times {
    padding: 0;
    font-size: 2rem; }
  .location a.email {
    color: #E21C24; }
  .location .expand-location, .location p {
    font-weight: 600; }
  .location .expand-location img {
    padding-bottom: 10px; }
  .location .location-marker {
    width: 17px;
    position: relative;
    margin-right: 10px;
    top: 2px; }

.location-address {
  font-weight: 400 !important;
  line-height: 1.2; }

.hours {
  border-right: 2px solid #E21C24;
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .hours {
      border-right: 0; } }
  .hours h3 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.5rem;
    font-weight: 600; }
  .hours .hours-inner {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    @media screen and (max-width: 1023px) {
      .hours .hours-inner {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr); } }
  .hours div span {
    font-family: 'proxima-nova', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    line-height: 1;
    padding-top: 10px; }
  .hours div strong {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-size: 1rem; }
  .hours div:first-of-type {
    padding-left: 0; }

.hours > div:last-child {
  border-right: none; }

.delivery-link, .menu-link {
  background: transparent;
  border: 1px solid #E21C24;
  padding: 3px 20px;
  margin: 0px;
  color: #E21C24 !important;
  font-weight: 700;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  width: 100%;
  max-width: 190px;
  text-align: center; }
  .delivery-link:hover, .menu-link:hover {
    color: #fff !important;
    background: #E21C24;
    transition: all .5s ease-in-out; }

.manager {
  margin-top: 2rem;
  overflow: auto; }
  .manager h3 {
    font-size: 1.5rem;
    font-weight: 600; }
  .manager .manager-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0 0; }
    @media (max-width: 37.5em) {
      .manager .manager-detail {
        grid-template-columns: repeat(2, 1fr); } }
  .manager .photo {
    width: 100%; }
    .manager .photo img {
      width: 90%; }
  .manager .detail h4 {
    font-family: 'proxima-nova', sans-serif;
    padding-bottom: 1rem;
    font-size: 1.5rem; }
  .manager .detail p {
    font-weight: 300; }
  .manager .detail a:last-child {
    color: #E21C24; }
    .manager .detail a:last-child:hover {
      text-decoration: underline; }

.location-door-dash-button {
  display: block;
  margin-bottom: 10px; }
  @media screen and (max-width: 320px) {
    .location-door-dash-button {
      display: block;
      margin-bottom: 15px; } }
  .location-door-dash-button .call-to-action {
    color: #E21C24;
    font-weight: 100;
    background-color: transparent;
    display: inline-flex;
    position: relative;
    text-align: center;
    border: 1px solid #E21C24;
    align-items: center;
    justify-content: center;
    padding: 6px; }
    .location-door-dash-button .call-to-action:hover {
      transition: background-color .5s ease-in-out;
      color: #fff;
      background-color: #E21C24; }
    .location-door-dash-button .call-to-action img {
      position: relative;
      padding: 0;
      width: 75%;
      padding-bottom: 6px; }
    .location-door-dash-button .call-to-action p {
      position: relative;
      align-items: center;
      margin: 0;
      float: right;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 600; }

@media screen and (max-width: 500px) {
  .location-door-dash-button {
    display: block;
    margin-bottom: 10px; } }

.location-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 40px;
  padding: 30px 0; }
  @media screen and (max-width: 1023px) {
    .location-inner {
      grid-template-columns: repeat(1, 1fr);
      padding: 20px 40px; } }
  .location-inner .location-inner-content {
    border-right: 2px solid #E21C24;
    padding-right: 10px;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .location-inner .location-inner-content {
        border-right: 0; } }
  .location-inner .location-details {
    height: 100%; }
    .location-inner .location-details .hours {
      height: 100%; }

.location-content {
  padding: 20px 0; }

.location.active-location {
  height: 100%;
  background: #f7f7f7; }
  .location.active-location .location-content {
    padding-left: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f7f7f7; }

.hide-location {
  display: none;
  transition: opacity 0.2s; }

.clear-results {
  cursor: pointer; }

.add-background {
  background: #f7f7f7; }

.community-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  position: relative;
  padding: 0 0 60px; }
  @media screen and (max-width: 750px) {
    .community-section {
      grid-template-columns: repeat(1, 1fr); } }
  .community-section .community-block {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .community-section .community-content {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%; }
    .community-section .community-content img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .community-section .community-content .community-detail {
      position: absolute;
      bottom: 0;
      z-index: 2;
      left: 30px;
      padding: 0 10px; }
    .community-section .community-content h2 {
      font-size: 3rem;
      line-height: 1.3; }
      @media (max-width: 37.5em) {
        .community-section .community-content h2 {
          font-size: 2rem; } }
    .community-section .community-content p {
      font-family: "proxima-nova", sans-serif;
      margin-bottom: 1.5em;
      margin-top: 0;
      line-height: 1.5;
      font-weight: 200;
      font-size: 1.2rem; }
  .community-section .community-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }

.community-block-background {
  display: block;
  min-height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.press-section {
  padding: 40px 0 60px; }
  .press-section .press-heading h2 {
    font-size: 4rem;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 900; }
    @media (max-width: 37.5em) {
      .press-section .press-heading h2 {
        font-size: 1.8rem;
        line-height: 1.3; } }
  .press-section div p {
    font-weight: 200; }
  .press-section div p:first-of-type {
    font-weight: 700; }
  .press-section ul {
    padding-left: 20px; }
    .press-section ul li {
      list-style-type: disc;
      padding: 20px 20px 0;
      font-weight: 200; }

.press-content-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  position: relative;
  grid-gap: 20px 10px;
  padding: 40px 0; }
  @media (min-width: 37.5em) and (max-width: 63.9em) {
    .press-content-section {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px 10px; } }
  @media (max-width: 37.5em) {
    .press-content-section {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 40px; } }
  .press-content-section .press-image {
    height: 300px;
    width: 100%;
    background: #000;
    position: relative; }
    .press-content-section .press-image:hover {
      position: relative; }
      .press-content-section .press-image:hover .press-logo-hover {
        opacity: 1;
        transition: all .7s ease-in;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .press-content-section .press-image:hover .press-logo {
        opacity: 0;
        transition: all .7s ease-in; }
      .press-content-section .press-image:hover .overlay {
        opacity: 1;
        z-index: 0;
        background: rgba(0, 0, 0, 0.4); }
    .press-content-section .press-image .press-logo-hover {
      z-index: 1;
      opacity: 0;
      position: absolute;
      overflow: hidden;
      width: 200px;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .5s ease-in; }
    .press-content-section .press-image .press-featured-image {
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: relative; }
    .press-content-section .press-image .press-image-overlay {
      background: rgba(0, 0, 0, 0.3);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0; }
    .press-content-section .press-image .press-logo {
      position: absolute;
      width: 200px;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 0%); }
  .press-content-section .press-headline {
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    margin: 10px 0 0; }

.row + .press-section .row .press-content-section {
  padding-top: 0; }

.ninja-form-contact .nf-form-content input:not([type=button]), .ninja-form-contact .nf-form-content input:not([type=button]), .ninja-form-contact .nf-form-content .list-select-wrap > div select, .ninja-form-contact .nf-form-content textarea {
  font-family: 'porxima-nova', sans-serif;
  color: #333; }
  .ninja-form-contact .nf-form-content input:not([type=button])::placeholder, .ninja-form-contact .nf-form-content input:not([type=button])::placeholder, .ninja-form-contact .nf-form-content .list-select-wrap > div select::placeholder, .ninja-form-contact .nf-form-content textarea::placeholder {
    color: #333; }
.ninja-form-contact .nf-before-form-content {
  display: none !important; }
.ninja-form-contact .nf-form-content {
  margin: 0 !important; }
.ninja-form-contact .submit-wrap .nf-field-element input {
  border: 2px solid #E21C24;
  color: #E21C24;
  background: transparent;
  font-family: 'porxima-nova', sans-serif;
  font-weight: 600; }
  .ninja-form-contact .submit-wrap .nf-field-element input:hover {
    color: #fff;
    background: #E21C24;
    transition: all .5s ease-in-out; }

.video-block {
  padding: 35px 0; }
  .video-block .block-content {
    overflow: hidden; }
    .video-block .block-content .content {
      overflow: hidden;
      margin: 5px 0; }
      .video-block .block-content .content h2 {
        font-size: 2.5rem;
        color: #E21C24;
        margin-bottom: 10px;
        margin-left: 5px; }
      .video-block .block-content .content a {
        color: #E21C24 !important; }
        .video-block .block-content .content a:visited {
          color: #E21C24 !important; }
        .video-block .block-content .content a:hover {
          text-decoration: underline; }

.video-area {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden; }

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.catering-form {
  padding: 60px 0; }
  @media screen and (max-width: 500px) {
    .catering-form {
      padding: 40px 0 50px; } }
  .catering-form .nf-form-content {
    max-width: 100%; }
  .catering-form .nf-form-content input:not([type=button]), .catering-form .nf-form-content input:not([type=button]), .catering-form .nf-form-content .list-select-wrap > div select, .catering-form .nf-form-content textarea {
    font-family: 'porxima-nova', sans-serif;
    color: #333; }
    .catering-form .nf-form-content input:not([type=button])::placeholder, .catering-form .nf-form-content input:not([type=button])::placeholder, .catering-form .nf-form-content .list-select-wrap > div select::placeholder, .catering-form .nf-form-content textarea::placeholder {
      color: #333; }
  .catering-form .nf-field-element h3 {
    font-size: 2.5rem !important; }
    @media (max-width: 37.5em) {
      .catering-form .nf-field-element h3 {
        font-size: 2rem; } }
  .catering-form .nf-field-element h2 {
    font-size: 4rem;
    text-align: left; }
    @media (max-width: 37.5em) {
      .catering-form .nf-field-element h2 {
        font-size: 3rem; } }
  .catering-form .nf-field-element a {
    color: #E21C24;
    cursor: pointer; }
  .catering-form .nf-field-label {
    text-align: left; }
  .catering-form .nf-form-fields-required {
    display: none !important; }
  .catering-form .listradio-wrap {
    margin-top: 35px; }
    .catering-form .listradio-wrap li {
      display: inline-block; }
      .catering-form .listradio-wrap li:last-child {
        margin-left: 15px !important; }
  .catering-form .nf-form-content .listradio-wrap li {
    margin-right: 60px !important; }
    @media (max-width: 37.5em) {
      .catering-form .nf-form-content .listradio-wrap li {
        margin-right: 10px !important; } }
  .catering-form .order-type .list-wrap .nf-field-element li {
    margin-right: 60px !important; }
  .catering-form .submit-cell {
    width: auto;
    display: inline-block;
    float: right; }
  .catering-form .submit-container {
    width: auto !important;
    display: inline-block !important;
    float: right !important;
    top: 90px;
    position: relative; }
    .catering-form .submit-container .nf-element {
      height: 40px !important; }
  .catering-form .terms-conditions-container {
    top: -8px; }
    @media (max-width: 37.5em) {
      .catering-form .terms-conditions-container {
        top: -55px;
        left: 25px;
        padding: 0px 15px; } }
  .catering-form .order-type .listradio-wrap .nf-field-element ul li {
    margin-right: 0 !important; }
  @media (max-width: 37.5em) {
    .catering-form label {
      text-align: right !important;
      width: auto !important; } }
  .catering-form .qty-container label {
    text-align: right !important; }
  .catering-form .pickup-date, .catering-form .pickup-time {
    margin-top: 55px; }
    @media screen and (max-width: 800px) {
      .catering-form .pickup-date, .catering-form .pickup-time {
        margin-top: 75px; } }
    @media screen and (max-width: 500px) {
      .catering-form .pickup-date, .catering-form .pickup-time {
        margin-top: 0; } }
  .catering-form .listselect-container, .catering-form .pickup-date, .catering-form .pickup-time {
    margin-bottom: 20px; }
  .catering-form .catering-menu .nf-field-element a {
    color: #E21C24; }
    .catering-form .catering-menu .nf-field-element a:hover {
      color: #E21C24;
      text-decoration: underline; }
  .catering-form .nf-previous {
    position: absolute;
    color: #E21C24 !important;
    background: transparent !important;
    border: 1px solid #E21C24 !important;
    border-radius: 0 !important;
    padding: 10px 20px 15px !important; }
    .catering-form .nf-previous:hover {
      background: #E21C24 !important;
      color: #fff !important; }
  .catering-form .nf-next {
    color: #E21C24 !important;
    background: transparent !important;
    border: 1px solid #E21C24 !important;
    border-radius: 0 !important;
    padding: 10px 20px 15px !important; }
    .catering-form .nf-next:hover {
      background: #E21C24 !important;
      color: #fff !important; }
  .catering-form .submit-button {
    float: right;
    color: #E21C24 !important;
    background: transparent !important;
    border: 1px solid #E21C24 !important;
    border-radius: 0 !important;
    padding: 10px 20px 15px !important; }
    .catering-form .submit-button:hover {
      background: #E21C24 !important;
      color: #fff !important; }
  .catering-form .checkbox-wrap {
    margin-top: 15px; }
  .catering-form .select-pieces {
    margin-top: 50px; }
  .catering-form .html-container .nf-field-element h2, .catering-form .html-container .nf-field-element h3 {
    margin-top: 20px;
    margin-bottom: 0; }
  .catering-form .checkbox-container .checkbox-wrap .nf-field-label label {
    font-family: "porxima-nova", sans-serif !important; }
  .catering-form .type-chicken {
    margin-top: -20px; }
  .catering-form .address-container .address-wrap input {
    width: 99%; }
  .catering-form .utensil-container .list-radio-wrap.listradio-wrap.list-wrap.field-wrap {
    margin-top: -5px; }
    .catering-form .utensil-container .list-radio-wrap.listradio-wrap.list-wrap.field-wrap .nf-field-element ul li {
      margin-right: 20px !important; }

.call-to-action-section.jobs {
  background: #fff !important;
  padding: 8px 0 0; }
  .call-to-action-section.jobs .row {
    display: flex; }
    .call-to-action-section.jobs .row #cta-second {
      padding: 0;
      align-items: center; }
      .call-to-action-section.jobs .row #cta-second a {
        padding: 0; }
    .call-to-action-section.jobs .row h2 {
      color: #E21C24;
      font-size: 2.4rem; }
      .call-to-action-section.jobs .row h2::after {
        content: '';
        background: url("../../assets/images/arrow01.png");
        position: absolute;
        margin-left: 3vw;
        width: 18px;
        height: 20px;
        background-size: 100% 100%;
        transform: translateY(-50%); }
    .call-to-action-section.jobs .row .jobs-button {
      min-width: 180px; }
      .call-to-action-section.jobs .row .jobs-button a {
        color: #E21C24 !important;
        border: 2px solid #E21C24 !important;
        padding: 10px 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        padding: 10px 25px !important; }
        .call-to-action-section.jobs .row .jobs-button a:hover {
          color: #FFF !important;
          background: #E21C24 !important;
          transition: background-color .5s ease-in-out; }

@media (max-width: 70em) {
  .call-to-action-section.jobs h2::after {
    display: none; } }
@media (min-width: 37.5em) and (max-width: 63.9em) {
  .call-to-action-section.jobs {
    padding: 40px 0; }
    .call-to-action-section.jobs .row {
      display: block; }
    .call-to-action-section.jobs #cta-first {
      margin: 0; }
      .call-to-action-section.jobs #cta-first .cta-image {
        width: 100%;
        max-width: 520px;
        margin: auto;
        display: block; }
    .call-to-action-section.jobs #cta-second {
      display: block; }
    .call-to-action-section.jobs h2 {
      text-align: center; }
    .call-to-action-section.jobs .jobs-button {
      max-width: 180px;
      margin: 20px auto 0; } }
@media (max-width: 37.5em) {
  .call-to-action-section.jobs {
    padding: 20px 0; }
    .call-to-action-section.jobs .row {
      display: block; }
    .call-to-action-section.jobs #cta-first {
      margin: 0; }
      .call-to-action-section.jobs #cta-first .cta-image {
        width: 100%;
        max-width: 520px;
        margin: auto;
        display: block; }
    .call-to-action-section.jobs #cta-second {
      display: block; }
    .call-to-action-section.jobs h2 {
      font-size: 6vw !important;
      margin-bottom: 15px;
      text-align: center; } }
@media screen and (min-width: 1020px) {
  .findEzells {
    padding: 40px 0 !important;
    display: block !important; }
    .findEzells .location-button {
      max-width: 200px; }

  .call-to-action-section #cta-first .cta-section a {
    max-width: 300px;
    margin-left: 45%; } }
#wppb-login-wrap form, #wppb-recover-password-container form {
  max-width: 600px; }
  #wppb-login-wrap form input, #wppb-recover-password-container form input {
    font-family: "proxima-nova", sans-serif; }
  #wppb-login-wrap form .login-remember, #wppb-recover-password-container form .login-remember {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px; }
  #wppb-login-wrap form .login-submit, #wppb-login-wrap form .form-submit, #wppb-recover-password-container form .login-submit, #wppb-recover-password-container form .form-submit {
    padding: 0; }
    #wppb-login-wrap form .login-submit input, #wppb-login-wrap form .form-submit input, #wppb-recover-password-container form .login-submit input, #wppb-recover-password-container form .form-submit input {
      color: #fff;
      font-weight: 100;
      background-color: #E21C24;
      position: relative;
      text-align: center;
      padding: 5px;
      border: 1px solid #E21C24;
      padding: 10px 30px;
      margin: 10px 0;
      font-size: 21px;
      border-radius: none;
      -webkit-appearance: none;
      cursor: pointer;
      transition: background-color .5s ease-in-out; }
      #wppb-login-wrap form .login-submit input:hover, #wppb-login-wrap form .form-submit input:hover, #wppb-recover-password-container form .login-submit input:hover, #wppb-recover-password-container form .form-submit input:hover {
        transition: background-color .5s ease-in-out;
        color: #E21C24;
        background-color: #fff; }
  #wppb-login-wrap form ul .wppb-username-email label, #wppb-recover-password-container form ul .wppb-username-email label {
    width: auto;
    margin-right: 10px;
    line-height: 32px; }

/*# sourceMappingURL=style.css.map */
