html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], .hidden,
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 3em;
  margin: 0.75em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  padding: 0; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/****************************
 * TABLE OF CONTENTS
 * 1.0 - Settings
 *   1.1 - General
 *   1.2 - Colors
 *   1.3 - Fonts
 *   1.4 - Breakpoints
 * 2.0 - Helpers
****************************/
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  overflow-x: hidden; }

body {
  background: url("../images/body-texture.jpg") top center repeat;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #444444;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-size: 14px;
  line-height: 1.5em; }
  @media screen and (min-width: 600px) {
    html, body {
      font-size: 15px; } }
  @media screen and (min-width: 800px) {
    html, body {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    html, body {
      font-size: 18px; } }

a {
  color: #d9232e;
  text-decoration: none; }

p {
  line-height: 1.8em;
  margin: 0 0 1.5em; }

h1,
h2,
h3 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400; }

h1 {
  font-size: 6em;
  letter-spacing: 0.025em;
  line-height: 1em;
  margin: 0.5em 0; }

h2 {
  font-size: 4.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 0.1em 0; }

h3 {
  font-size: 2.5em;
  letter-spacing: 0.025em;
  line-height: 1em;
  margin: 0.1em 0; }

img {
  display: inline-block; }

.browser {
  background: #282016;
  color: #ffffff;
  text-align: center;
  padding: 2.3576515979%; }

.wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

.page .entry-content > section > *:last-child {
  margin-bottom: 0; }

.site-header .button,
.site-header .red-button,
.site-header .dark-red-button,
.site-header .yellow-button,
.site-header .text-only-button,
.site-content .button,
.site-content .red-button,
.site-content .dark-red-button,
.site-content .yellow-button,
.site-content .text-only-button,
.hidden-widget .button,
.hidden-widget .red-button,
.hidden-widget .dark-red-button,
.hidden-widget .yellow-button,
.hidden-widget .text-only-button {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background: url(../images/white-texture.png) left top repeat-y;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1em;
  padding: .7em .25em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
  -moz-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
  box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
  transition: all 0.1s ease;
  background-color: #d9232e;
  -webkit-perspective: 1000;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: .1em;
  font-size: 2.4em; }
  .site-header .button:hover,
  .site-header .red-button:hover,
  .site-header .dark-red-button:hover,
  .site-header .yellow-button:hover,
  .site-header .text-only-button:hover,
  .site-content .button:hover,
  .site-content .red-button:hover,
  .site-content .dark-red-button:hover,
  .site-content .yellow-button:hover,
  .site-content .text-only-button:hover,
  .hidden-widget .button:hover,
  .hidden-widget .red-button:hover,
  .hidden-widget .dark-red-button:hover,
  .hidden-widget .yellow-button:hover,
  .hidden-widget .text-only-button:hover {
    transform: scale(1.05);
    -webkit-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1); }
  .site-header .button.small,
  .site-header .red-button.small,
  .site-header .dark-red-button.small,
  .site-header .yellow-button.small,
  .site-header .text-only-button.small,
  .site-content .button.small,
  .site-content .red-button.small,
  .site-content .dark-red-button.small,
  .site-content .yellow-button.small,
  .site-content .text-only-button.small,
  .hidden-widget .button.small,
  .hidden-widget .red-button.small,
  .hidden-widget .dark-red-button.small,
  .hidden-widget .yellow-button.small,
  .hidden-widget .text-only-button.small {
    font-family: "proxima-nova", sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: inline-block;
    margin-top: 1em;
    width: auto;
    padding: 1em 1.5em;
    font-size: .85em;
    line-height: 1.3em; }
  p > .site-header .button, p >
  .site-header .red-button, p >
  .site-header .dark-red-button, p >
  .site-header .yellow-button, p >
  .site-header .text-only-button, p >
  .site-content .button, p >
  .site-content .red-button, p >
  .site-content .dark-red-button, p >
  .site-content .yellow-button, p >
  .site-content .text-only-button, p >
  .hidden-widget .button, p >
  .hidden-widget .red-button, p >
  .hidden-widget .dark-red-button, p >
  .hidden-widget .yellow-button, p >
  .hidden-widget .text-only-button {
    font-size: 2em;
    display: inline-block; }
.site-header .button.yellow-button,
.site-content .button.yellow-button,
.hidden-widget .button.yellow-button {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background: url(../images/white-texture.png) left top repeat-y;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1em;
  padding: .7em .25em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
  -moz-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
  box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
  transition: all 0.1s ease;
  background-color: #faaf40;
  -webkit-perspective: 1000;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: .1em;
  font-size: 2.4em; }
  .site-header .button.yellow-button:hover,
  .site-content .button.yellow-button:hover,
  .hidden-widget .button.yellow-button:hover {
    transform: scale(1.05);
    -webkit-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1); }
.site-header .dark-red-button,
.site-content .dark-red-button,
.hidden-widget .dark-red-button {
  background-color: #ab2c29; }
.site-header .yellow-button,
.site-content .yellow-button,
.hidden-widget .yellow-button {
  background-color: #df9d3a; }
.site-header .text-only-button,
.site-content .text-only-button,
.hidden-widget .text-only-button {
  background: none;
  color: #d9232e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .site-header .text-only-button:hover,
  .site-content .text-only-button:hover,
  .hidden-widget .text-only-button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.site-header {
  position: relative;
  z-index: 10;
  background: url(../images/brown-texture.jpg);
  width: 100%;
  font-weight: 400; }
  .site-header .logo {
    width: 50%;
    max-width: 226px;
    padding: 1em;
    margin: auto;
    text-indent: -99999em;
    overflow: hidden;
    position: relative;
    font-size: 1em;
    display: block; }
    .site-header .logo a {
      width: 100%;
      height: 0;
      padding-bottom: 42.4%;
      background: url(../images/logo.png) no-repeat;
      background: url(../images/logo.svg) no-repeat;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: relative;
      z-index: 2; }
  @media screen and (min-width: 550px) and (max-width: 1029px) {
    .site-header .logo {
      float: left; } }
  @media screen and (min-width: 1030px) {
    .site-header {
      background-image: url(../images/header_bg.png);
      min-height: 120px; }
      .site-header .logo {
        width: 40%;
        float: left;
        padding: 0;
        margin: .5em 0 .5em 1em; } }

/* ==========================================================================
	MOBILE NAV
============================================================================= */
.icon-menu {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  padding: .4em 1em;
  background: #ab2c29;
  text-align: right; }
  .icon-menu::after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #ffffff;
    margin-left: .5em; }
  .icon-menu span::before {
    content: 'NAVIGATION';
    color: #ffffff;
    font-family: "bebas-neue", sans-serif;
    letter-spacing: .05em;
    font-size: 1.2em; }
  .menu-displayed .icon-menu::after {
    content: '\f00d'; }
  .menu-displayed .icon-menu span::before {
    content: 'CLOSE'; }

nav.header-nav {
  clear: both;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  font-family: "proxima-nova", sans-serif;
  transition: all .3s ease;
  border-top: 1px solid #333; }
  nav.header-nav .phone {
    display: block;
    color: #444444;
    font-size: 1.5em;
    padding: 1em;
    text-align: center; }
  nav.header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.header-nav ul.sub-menu {
      height: 0;
      overflow: hidden;
      transition: height .3s linear; }
      nav.header-nav ul.sub-menu li {
        display: block; }
  nav.header-nav li {
    display: block;
    position: relative; }
    nav.header-nav li .sub-menu-toggle {
      position: absolute;
      top: 0;
      right: .5em;
      font-size: 1.3em;
      padding: .5em;
      z-index: 10;
      color: #ffffff; }
  nav.header-nav > ul.primary > li {
    border-bottom: 1px solid #333; }
  nav.header-nav li.sub-menu-displayed {
    background: transparent; }
    nav.header-nav li.sub-menu-displayed .sub-menu-toggle .fa::before {
      content: '\f056';
      color: #ab2c29; }
    nav.header-nav li.sub-menu-displayed a {
      background: transparent;
      color: #ab2c29; }
    nav.header-nav li.sub-menu-displayed .sub-menu {
      height: auto; }
      nav.header-nav li.sub-menu-displayed .sub-menu a {
        color: #444444; }
  nav.header-nav a {
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    background: #ab2c29;
    color: #ffffff;
    font-family: "bebas-neue", sans-serif; }
  nav.header-nav ul.primary a {
    font-size: 1.3em;
    letter-spacing: .03em; }
  nav.header-nav .social {
    text-align: center;
    background: #ab2c29;
    padding: 1rem 0; }
    nav.header-nav .social li {
      display: inline-block; }
    nav.header-nav .social a {
      padding: .5em;
      background: transparent; }
    nav.header-nav .social .fa::before {
      color: #ffffff;
      font-size: 1.5em; }

.menu-displayed {
  height: 100vh;
  overflow-y: hidden; }
  .menu-displayed .site-header {
    position: relative; }
  .menu-displayed nav.header-nav {
    z-index: 100;
    height: 100vh;
    max-height: 100vh;
    display: block;
    overflow: auto;
    padding-bottom: 18em; }

/* ==========================================================================
	navBreakpoint NAV
============================================================================= */
@media screen and (min-width: 1030px) {
  .icon-menu {
    display: none; }

  nav.header-nav {
    clear: none;
    max-height: auto;
    border-top: 0; }
    nav.header-nav ul li {
      display: inline-block;
      margin-bottom: 0; }
      nav.header-nav ul li a {
        background: transparent; }
    nav.header-nav ul.utility {
      position: absolute;
      top: 0;
      right: 1em;
      font-weight: 700;
      letter-spacing: .05em; }
      nav.header-nav ul.utility li a,
      nav.header-nav ul.utility li .phone {
        color: #282016;
        font-size: 0.8em;
        letter-spacing: 0;
        padding: 0.7em 1em;
        font-family: "proxima-nova", sans-serif; }
    nav.header-nav ul.primary {
      position: absolute;
      bottom: .5em;
      right: 1em; }
      nav.header-nav ul.primary li {
        position: relative;
        border-bottom: 0; }
        nav.header-nav ul.primary li a {
          font-size: 1.7em;
          padding: .5em .4em;
          color: #ab2c29;
          font-family: "bebas-neue", sans-serif;
          letter-spacing: .05em;
          transition: all .2s linear; }
        nav.header-nav ul.primary li:hover a {
          color: #641015; }
        nav.header-nav ul.primary li.current_page_item > a, nav.header-nav ul.primary li.current-menu-parent > a {
          color: #756041;
          background: transparent; }
          nav.header-nav ul.primary li.current_page_item > a::after, nav.header-nav ul.primary li.current-menu-parent > a::after {
            content: '-';
            font-family: "Permanent Marker", cursive;
            font-size: 3em;
            line-height: 1em;
            display: block;
            color: #756041;
            position: absolute;
            top: 80%;
            left: 40%;
            transform: translate(-20%, -50%) scale(2, 0.4); }
        nav.header-nav ul.primary li.menu-item-has-children .sub-menu {
          display: none; }
        nav.header-nav ul.primary li.menu-item-has-children:hover .sub-menu {
          transition: all .3s ease;
          display: block;
          height: auto; }
        nav.header-nav ul.primary li.social-duplicate a {
          padding: .5em .3em; }
        nav.header-nav ul.primary li.social-duplicate:last-child > a {
          padding-right: 0; }
        nav.header-nav ul.primary li:last-child .sub-menu {
          right: 0; }
    nav.header-nav ul.social {
      display: none; }
    nav.header-nav ul.sub-menu {
      background: url(../images/chicken-counter-detail-bg.png) repeat-x;
      position: absolute;
      width: 120%;
      left: -10%;
      text-align: center; }
      nav.header-nav ul.sub-menu a {
        color: #ffffff !important;
        font-size: 1.25em !important; }
        nav.header-nav ul.sub-menu a:hover {
          color: #df9d3a !important; }
      nav.header-nav ul.sub-menu li a {
        background: none; }
      nav.header-nav ul.sub-menu li.current_page_item > a {
        color: #ab2c29;
        background: transparent; }
        nav.header-nav ul.sub-menu li.current_page_item > a::after {
          content: '-';
          font-family: "Permanent Marker", cursive;
          font-size: 3em;
          line-height: 1em;
          display: block;
          color: #ab2c29;
          position: absolute;
          top: 80%;
          left: 40%;
          transform: translate(-20%, -50%) scale(2, 0.4); }

  #menu-utility-menu:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.01+33 */
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.08) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(33%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 0.08)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.08) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.08) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.08) 100%);
    /* IE10+ */
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.08) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#03000000',GradientType=1 );
    /* IE6-8 */
    content: "";
    position: absolute;
    height: 45px;
    width: 100vw;
    left: -10%; } }
@media screen and (min-width: 1030px) and (max-width: 1200px) {
  .site-header {
    min-height: 140px;
    background-size: auto 100%;
    margin-bottom: -0.5em; }
    .site-header .logo {
      margin: 1em 0 1em 1em; } }
/* ==========================================================================
	footer
============================================================================= */
.site-footer {
  background: url(../images/red-texture.jpg);
  padding: 2em 0; }
  .site-footer .mailing-list h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    line-height: 30px;
    font-size: 1em; }
  .site-footer .mailing-list .social {
    float: right; }
    .site-footer .mailing-list .social a {
      margin-left: 8px;
      border-bottom-right-radius: 100%;
      border-top-right-radius: 100%;
      border-bottom-left-radius: 100%;
      border-top-left-radius: 100%;
      background: #ffffff;
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      line-height: 30px; }
      .site-footer .mailing-list .social a .fa {
        line-height: 30px;
        color: #8a161d; }
  .site-footer .mailing-list form {
    position: relative;
    margin-top: 1em; }
    .site-footer .mailing-list form ul {
      margin: 0;
      padding: 0; }
      .site-footer .mailing-list form ul li {
        list-style-type: none;
        margin: 0;
        padding: 0; }
    .site-footer .mailing-list form label {
      display: none; }
    .site-footer .mailing-list form input[type="text"] {
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      background-color: #a11921;
      padding: 1em 90px 1em 1em;
      color: #f8f8f8;
      border: 0;
      width: 100%;
      outline: none; }
    .site-footer .mailing-list form input[type="submit"] {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
      background: #f9af3f;
      color: #724f1d;
      font-size: .8em;
      padding: 1em;
      border: 0;
      outline: 0;
      text-transform: uppercase;
      min-width: calc(90px - 1em); }
    .site-footer .mailing-list form .gform_footer {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }
  .site-footer nav ul {
    padding: 0;
    list-style: none;
    text-align: center; }
    .site-footer nav ul::after {
      clear: both;
      content: "";
      display: table; }
  .site-footer nav li {
    display: block;
    width: 50%;
    float: left; }
  .site-footer nav a {
    padding: .5em;
    color: #ffffff;
    display: block;
    text-transform: uppercase; }
  .site-footer .copyright {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .05em;
    color: #641015;
    text-align: center; }
  .site-footer .copyright {
    margin-top: 2em;
    color: #8a161d; }
  @media screen and (min-width: 480px) and (max-width: 719px) {
    .site-footer .mailin-list .social {
      width: 100%;
      text-align: center; }
      .site-footer .mailin-list .social a {
        margin: 0 .5em; }
    .site-footer .mailin-list h5 {
      text-align: center; } }
  @media screen and (min-width: 720px) {
    .site-footer .entry-content::after {
      clear: both;
      content: "";
      display: table; }
    .site-footer .mailing-list {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      float: right;
      margin-right: 0; }
      .site-footer .mailing-list:last-child {
        margin-right: 0; }
    .site-footer nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%;
      float: left; }
      .site-footer nav:last-child {
        margin-right: 0; }
      .site-footer nav ul {
        text-align: left;
        margin: 0; }
      .site-footer nav li {
        width: auto;
        display: inline-block; }
      .site-footer nav a {
        padding-left: 0;
        padding-right: 2em; }
    .site-footer .copyright {
      text-align: left;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      .site-footer .copyright:last-child {
        margin-right: 0; }
      .site-footer .copyright::after {
        clear: both;
        content: "";
        display: table; }
      .site-footer .copyright p {
        margin-top: 0; } }

.address-details {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: .85em;
  width: 100%; }
  @media (max-width: 600px) {
    .address-details {
      flex-direction: column;
      justify-content: center;
      text-align: center; } }
  @media screen and (min-width: 720px) {
    .address-details {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%;
      width: 65%; }
      .address-details:last-child {
        margin-right: 0; } }
  .address-details .single-loc {
    text-transform: uppercase;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .address-details .single-loc {
        width: 33.33%;
        padding-right: 1em; }
        .address-details .single-loc:last-of-type {
          padding-right: 0; } }
    @media (max-width: 720px) {
      .address-details .single-loc {
        margin-bottom: 30px; } }
    .address-details .single-loc .ftr-title {
      color: #fff;
      margin-bottom: 0; }
    .address-details .single-loc .address,
    .address-details .single-loc .address-2,
    .address-details .single-loc .phone {
      color: #480b14;
      margin-bottom: 0; }
    .address-details .single-loc a {
      color: #faaf40; }

/* ==========================================================================
	page feature
============================================================================= */
header.has-design.light_on_dark h2 {
  text-shadow: 0 2px 0 rgba(0, 0, 1, 0.35), 0 0 35px rgba(0, 0, 1, 0.3);
  text-align: center;
  line-height: 1em;
  margin: .1em 0; }
header.has-design.light_on_dark small {
  text-align: center;
  text-transform: uppercase;
  font-family: "bebas-neue", sans-serif;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.2em; }
  header.has-design.light_on_dark small .fa::before {
    font-size: 1em; }

/* ==========================================================================
	social mentions
============================================================================= */
#social-mentions {
  width: 100%;
  width: calc(100% + 10px); }
  #social-mentions .grid-sizer {
    width: 10px;
    height: 0;
    display: none; }
  #social-mentions .social-mention {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    transform-style: flat;
    overflow: hidden;
    color: #ffffff;
    width: 100%;
    width: calc(100% - 10px); }
    #social-mentions .social-mention p {
      line-height: 1.25em; }
    #social-mentions .social-mention.twitter {
      background-color: #55acee; }
    #social-mentions .social-mention.facebook {
      background-color: #3b5998; }
    #social-mentions .social-mention.instagram {
      background-color: #3f729b; }
    #social-mentions .social-mention.yelp {
      background-color: #af0606; }
    #social-mentions .social-mention.link {
      background: url(../images/yellow-texture.jpg); }
    #social-mentions .social-mention.article {
      background: url(../images/brown-texture.jpg); }
    #social-mentions .social-mention.twitter .social-bar {
      background-color: #55acee; }
    #social-mentions .social-mention.facebook .social-bar {
      background-color: #3b5998; }
    #social-mentions .social-mention.instagram .social-bar {
      background-color: #3f729b; }
    #social-mentions .social-mention.yelp .social-bar {
      background-color: #af0606; }
    @media screen and (min-width: 600px) {
      #social-mentions .social-mention {
        width: 50%;
        width: calc(50% - 10px);
        padding-bottom: 50%; } }
    @media screen and (min-width: 800px) {
      #social-mentions .social-mention {
        padding-bottom: 50%; }
        #social-mentions .social-mention.one-sixth {
          width: 16.666%;
          width: calc(16.666% - 10px); }
        #social-mentions .social-mention.one-third {
          width: 33.333%;
          width: calc(33.333% - 10px); }
        #social-mentions .social-mention.half {
          width: 50%;
          width: calc(50% - 10px); }
        #social-mentions .social-mention.two-thirds {
          width: 66.666%;
          width: calc(66.666% - 10px); } }
    @media screen and (min-width: 900px) {
      #social-mentions .social-mention {
        padding-bottom: 45%; } }
    @media screen and (min-width: 1100px) {
      #social-mentions .social-mention {
        padding-bottom: 35%; } }
    #social-mentions .social-mention * {
      position: relative;
      z-index: 1; }
    #social-mentions .social-mention .bg-image {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    #social-mentions .social-mention .article {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      text-align: center;
      padding: 1em; }
      #social-mentions .social-mention .article .fa::before {
        font-size: 1.4em; }
      #social-mentions .social-mention .article .publisher {
        text-transform: uppercase;
        margin-top: .2em;
        margin-bottom: 1.5em; }
      #social-mentions .social-mention .article .title {
        font-size: 1.3em;
        line-height: 1.35em; }
      #social-mentions .social-mention .article .btn {
        display: inline-block;
        width: 100%;
        max-width: 400px;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        background: url(../images/white-texture.png) left top repeat-y;
        background-size: 100% auto;
        color: #ffffff;
        font-size: 3.5em;
        line-height: 1em;
        padding: .7em .25em;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        -webkit-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        -moz-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        transition: all 0.1s ease;
        background-color: #c0a581;
        -webkit-perspective: 1000;
        font-size: 1.1em;
        max-width: 200px;
        margin: auto;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        background-image: none; }
        #social-mentions .social-mention .article .btn:hover {
          transform: scale(1.05);
          -webkit-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1); }
    #social-mentions .social-mention .cta {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      text-align: center;
      padding: 1.5em; }
      #social-mentions .social-mention .cta .icon {
        margin: auto;
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%; }
        #social-mentions .social-mention .cta .icon.asterisk {
          background-image: url(../images/asterisk.png);
          background-image: url(../images/asterisk.svg); }
        #social-mentions .social-mention .cta .icon.chicken {
          background-image: url(../images/chicken.png);
          background-image: url(../images/chicken.svg); }
        #social-mentions .social-mention .cta .icon.ohio {
          background-image: url(../images/ohio.png);
          background-image: url(../images/ohio.svg); }
        #social-mentions .social-mention .cta .icon.none {
          height: 0; }
      #social-mentions .social-mention .cta p {
        font-size: 1.3em;
        line-height: 1.5em; }
      #social-mentions .social-mention .cta .btn {
        display: inline-block;
        width: 100%;
        max-width: 400px;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        background: url(../images/white-texture.png) left top repeat-y;
        background-size: 100% auto;
        color: #ffffff;
        font-size: 3.5em;
        line-height: 1em;
        padding: .7em .25em;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        -webkit-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        -moz-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        transition: all 0.1s ease;
        background-color: #d89738;
        -webkit-perspective: 1000;
        font-size: .8em;
        max-width: 200px;
        padding: .5em .25em;
        margin: auto;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        background-image: none; }
        #social-mentions .social-mention .cta .btn:hover {
          transform: scale(1.05);
          -webkit-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1); }
    #social-mentions .social-mention .social {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #social-mentions .social-mention .social .social-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: .5em 1em; }
        #social-mentions .social-mention .social .social-bar .fa::before {
          font-size: 1.5em;
          display: inline-block;
          margin-right: 8px; }
        #social-mentions .social-mention .social .social-bar p {
          display: inline-block;
          font-family: "bebas-neue", sans-serif;
          margin: 0;
          font-size: 1.7em;
          letter-spacing: .03em;
          line-height: 1em;
          font-weight: 400; }
      #social-mentions .social-mention .social .social-quote {
        width: 100%;
        position: absolute;
        top: 43%;
        left: 0;
        padding: 1em;
        text-align: center;
        transform: translateY(-50%);
        font-family: "bebas-neue", sans-serif;
        letter-spacing: .04em;
        text-shadow: 0 2px 2px rgba(0, 0, 1, 0.45), 0 0 45px rgba(0, 0, 1, 0.75); }
        #social-mentions .social-mention .social .social-quote.large-text {
          font-size: 3em;
          line-height: 1em; }
        #social-mentions .social-mention .social .social-quote.medium-text {
          font-size: 2em;
          line-height: 1.2em;
          letter-spacing: .07em; }
        #social-mentions .social-mention .social .social-quote.small-text {
          font-size: 1.5em;
          line-height: 1.2em;
          letter-spacing: .07em; }
        #social-mentions .social-mention .social .social-quote > *:last-child {
          margin-bottom: 0; }

/* ==========================================================================
	load more
============================================================================= */
.load-more {
  text-align: center;
  margin: 2em 0; }
  .load-more a.btn {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background: url(../images/white-texture.png) left top repeat-y;
    background-size: 100% auto;
    color: #ffffff;
    font-size: 3.5em;
    line-height: 1em;
    padding: .7em .25em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
    -moz-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
    box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
    transition: all 0.1s ease;
    background-color: #faaf40;
    -webkit-perspective: 1000;
    font-family: "bebas-neue", sans-serif;
    letter-spacing: .1em;
    font-size: 2em;
    margin: auto; }
    .load-more a.btn:hover {
      transform: scale(1.05);
      -webkit-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
      box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1); }
    .load-more a.btn.disabled {
      background-color: #ccc;
      cursor: default; }
      .load-more a.btn.disabled:hover {
        transform: scale(1);
        -webkit-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        -moz-box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
        box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent; }

header.has-design {
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
  min-height: 550px;
  width: 100%; }
  header.has-design:after, header.has-design:before {
    background: url("../images/brush_header.png") bottom center repeat-x;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9; }
  header.has-design:before {
    background-image: linear-gradient(bottom, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0.1) 100%);
    mix-blend-mode: multiply;
    height: 100%;
    z-index: 1; }
  header.has-design .content {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%); }
    @media screen and (min-width: 960px) {
      header.has-design .content {
        left: auto;
        right: auto;
        padding: 100px 50px;
        position: relative;
        transform: translateY(0); } }
    header.has-design .content h1 {
      margin: .1em auto; }
    header.has-design .content .sub-header {
      font-size: 1.1em;
      line-height: 1.5em;
      max-width: 40em;
      margin: auto; }
      header.has-design .content .sub-header > *:last-child {
        margin-bottom: 0; }
      header.has-design .content .sub-header p {
        margin: 0 auto 1.5em; }
  header.has-design .with-flair {
    display: inline-block;
    position: relative; }
  header.has-design .flair {
    bottom: 0.5em;
    display: inline;
    position: absolute;
    font-family: "Permanent Marker", cursive;
    font-size: 2.25em;
    right: -2em;
    transform: rotate(-5deg); }
  header.has-design.light_on_dark .flair {
    color: #df9d3a; }
  header.has-design.light_on_dark {
    color: #ffffff; }
    header.has-design.light_on_dark h1 {
      text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5); }
    header.has-design.light_on_dark .sub-header {
      text-shadow: 0 1px 0 rgba(40, 32, 22, 0.5); }
  header.has-design.two_column .content {
    text-align: left; }
@media screen and (min-width: 720px) and (min-width: 480px) {
  header.has-design.two_column .the-column .sub-header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    header.has-design.two_column .the-column .sub-header:last-child {
      margin-right: 0; } }
@media screen and (min-width: 720px) and (min-width: 720px) {
  header.has-design.two_column .the-column .sub-header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    header.has-design.two_column .the-column .sub-header:last-child {
      margin-right: 0; } }
@media screen and (min-width: 720px) and (min-width: 960px) {
  header.has-design.two_column .the-column .sub-header {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    header.has-design.two_column .the-column .sub-header:last-child {
      margin-right: 0; } }

  header.has-design.two_column.with-sub_header {
    padding-bottom: 4em; }
    @media screen and (min-width: 960px) {
      header.has-design.two_column.with-sub_header {
        padding-top: 1.5em;
        padding-bottom: 5.5em; } }
  @media screen and (min-width: 720px) {
    header.has-design.two_column.right .the-column {
      margin-left: 51.178825799%; } }
  @media screen and (min-width: 960px) {
    header.has-design.two_column.right .the-column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%;
      margin-left: 51.178825799%; }
      header.has-design.two_column.right .the-column:last-child {
        margin-right: 0; } }

.entry-content {
  padding: 2.3576515979%; }

hr {
  background: url("../images/divider.png") 50% 50% no-repeat;
  background: url("../images/divider.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  border: 0;
  height: 5px;
  clear: both;
  margin: 3em auto; }
  hr::after {
    clear: both;
    content: "";
    display: table; }

.ribbon,
.rule-with-label {
  font-family: "bebas-neue", sans-serif;
  text-align: center;
  clear: both; }
  .ribbon::after,
  .rule-with-label::after {
    clear: both;
    content: "";
    display: table; }

.ribbon {
  background: url("../images/ribbon.png") 50% 50% no-repeat;
  background: url("../images/ribbon.svg") 50% 50% no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 2em;
  margin: 1em auto;
  overflow: hidden;
  clear: both;
  padding: .5em; }
  .ribbon p {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em; }

.rule-with-label {
  background: url("../images/divider.png") 50% 50% no-repeat;
  background: url("../images/divider.svg") 50% 50% no-repeat;
  margin: 2em 0; }
  .rule-with-label span {
    background: url("../images/body-texture.jpg") top center repeat;
    font-size: 2em;
    padding: 0 1em; }

.double-hot-lines {
  position: relative;
  margin-bottom: 0.5em; }
  .double-hot-lines:before {
    background: url("../images/ribbon.png");
    background: url("../images/ribbon.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    height: 8px;
    top: calc(50% - 4px);
    left: -5%;
    right: -3%;
    z-index: -1; }

h2.double-hot-lines {
  font-size: 3em;
  color: #d9232e;
  text-align: center;
  height: auto; }
  h2.double-hot-lines span {
    padding: 0 10px;
    background: url(../images/body-texture.jpg) center center; }

.cards {
  margin: 2em auto;
  clear: both;
  text-align: center; }
  .cards h2 {
    margin-bottom: .5em; }

.card {
  margin-bottom: 1.618em;
  position: relative;
  padding: 2.3576515979%; }
  @media screen and (min-width: 720px) {
    .card {
      margin-bottom: 0; } }
  @media screen and (min-width: 720px) {
    .card.has-buttons {
      min-height: 450px; } }
  @media screen and (min-width: 960px) {
    .card.has-buttons {
      min-height: 480px; } }
  @media screen and (min-width: 1320px) {
    .card.has-buttons {
      min-height: 440px; } }
  .card.temp-cold {
    color: #939598; }
  .card.temp-warm {
    color: #df9d3a; }
  .card.temp-hot {
    color: #d9232e; }
  .card.temp-holy {
    color: #ab2c29; }
  .card.temp-toasted i {
    color: #b1926c; }
  .card i {
    font-size: 3em; }
  .card header .visual {
    min-height: 120px;
    margin-bottom: 1em; }
    .card header .visual img {
      margin: 0 auto; }
  @media screen and (min-width: 720px) {
    .card .buttons {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; } }
  .card h3 {
    margin-bottom: .5em; }
  .card p {
    line-height: 1.6em; }

.cards-per-row-4::after {
  clear: both;
  content: "";
  display: table; }
.cards-per-row-4 > h2 {
  margin-bottom: .5em; }
.cards-per-row-4 .card {
  float: left;
  width: 50%;
  padding: 0 10px; }
  .cards-per-row-4 .card p {
    line-height: 1.5em;
    margin: 0; }
  .cards-per-row-4 .card:nth-child(2n + 1) {
    clear: both; }
  .cards-per-row-4 .card:first-child {
    clear: none; }
  @media screen and (min-width: 480px) and (max-width: 719px) {
    .cards-per-row-4 .card {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .cards-per-row-4 .card:last-child {
        margin-right: 0; }
      .cards-per-row-4 .card:nth-child(odd) {
        margin-right: 0; } }
  @media screen and (min-width: 720px) {
    .cards-per-row-4 .card {
      float: left;
      display: block;
      margin-right: 2.8425855704%;
      width: 22.8680608222%; }
      .cards-per-row-4 .card:last-child {
        margin-right: 0; }
      .cards-per-row-4 .card:nth-child(2n + 1) {
        clear: none; } }

.cards-per-row-3::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 720px) {
  .cards-per-row-3 {
    background-image: url("../images/vertical_rule.png"), url("../images/vertical_rule.png");
    background-position: 33% 0, 67% 0;
    background-repeat: repeat-y; } }
.cards-per-row-3 .card {
  background: url("../images/divider.png") 50% 100% repeat-x;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .cards-per-row-3 .card:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .cards-per-row-3 .card {
      background: none;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .cards-per-row-3 .card:last-child {
        margin-right: 0; }
      .cards-per-row-3 .card:last-child {
        margin-right: 0; } }

.menu {
  overflow: hidden;
  clear: both;
  max-width: 840px;
  padding: 0 1em;
  margin: 0 auto 3em; }
  .menu sup {
    top: -8px;
    right: -4px; }
  .menu h2 {
    font-size: 3em;
    color: #d9232e;
    text-align: center;
    mix-blend-mode: multiply; }
  .menu h4 {
    display: inline;
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: 0.025em;
    padding-right: 0.1em; }
  .menu dl {
    margin: 1.5em auto;
    clear: both;
    font-weight: 400; }
    .menu dl:after {
      border-bottom: 1px dotted #c9c4bd;
      content: "";
      display: block;
      overflow: hidden;
      height: 1.7em; }
  .menu dt {
    padding-right: 0.5em; }
  .menu .menu-sub-head {
    color: #7d7a76;
    text-align: center;
    mix-blend-mode: multiply;
    letter-spacing: .05em; }
    .menu .menu-sub-head::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 720px) {
      .menu .menu-sub-head {
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 69.1472243289%;
        margin-left: 15.4263878356%; }
        .menu .menu-sub-head:last-child {
          margin-right: 0; } }
    .menu .menu-sub-head.marker {
      font-family: "Permanent Marker", cursive; }
  .menu .item-name {
    float: left; }
  .menu .item-desc,
  .menu .item-block-desc {
    font-weight: 700;
    letter-spacing: .05em;
    color: #7d7a76;
    font-size: 0.8em;
    text-transform: uppercase; }
  .menu .item-prices {
    float: right;
    font-family: "bebas-neue", sans-serif;
    font-size: 1.75em;
    margin: 0;
    padding-left: 0.25em; }
  .menu .item-block-desc {
    clear: both;
    float: left;
    margin: 0;
    padding-top: 0.25em; }
  .menu .pricing-labels {
    clear: both;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400; }
    .menu .pricing-labels li {
      display: inline-block;
      font-family: "bebas-neue", sans-serif;
      font-size: 1.75em;
      list-style-type: none;
      margin-left: 1em; }

.menu-badge {
  display: none; }
  @media screen and (min-width: 720px) {
    .menu-badge {
      display: block;
      position: absolute;
      right: 10px;
      top: -75px;
      border-radius: 120px;
      width: 150px;
      background: #e0dbd5;
      z-index: 10; }
      .menu-badge img {
        max-width: none;
        width: 100%; } }
  @media screen and (min-width: 1400px) {
    .menu-badge {
      position: absolute;
      top: 10px;
      right: auto;
      left: 90%;
      width: 200px;
      margin-left: -100px;
      border-radius: 0;
      background: none;
      mix-blend-mode: darken; }
      .menu-badge.stickit {
        top: 10px;
        left: 50%;
        margin-left: calc(37.5em - 100px);
        position: fixed; }
      .menu-badge.stickit-end {
        bottom: 40px;
        position: absolute;
        right: 0;
        top: auto; } }

.menu-cards {
  max-width: 1024px; }
  .menu-cards .card h3 {
    margin: .5em 0 0; }

#allergen-guide {
  font-size: .9em; }
  #allergen-guide h3 {
    color: #ab2c29;
    margin-bottom: .25em; }
  #allergen-guide table {
    width: 100%; }
    #allergen-guide table td, #allergen-guide table th {
      padding: .5em; }
      #allergen-guide table td:not(:first-child), #allergen-guide table th:not(:first-child) {
        text-align: center; }
    #allergen-guide table th {
      background: #7d7a76;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .05em; }
    #allergen-guide table td {
      border-bottom: solid 1px #eee; }
      #allergen-guide table td .no {
        color: #999; }

.plain-text {
  clear: both;
  margin: 3em auto; }
  .plain-text::after {
    clear: both;
    content: "";
    display: table; }
  .plain-text.layout-center {
    text-align: center; }
  .plain-text.layout-right {
    text-align: right; }
  .plain-text h2.normal {
    font-size: 2em; }
  .plain-text p {
    margin-left: auto;
    margin-right: auto;
    max-width: 41em; }
  .entry-content > .plain-text:first-child {
    margin-top: calc(3em - 2.3576515979%); }
  .plain-text p.marker,
  .plain-text p > .marker {
    font-size: 1.2em; }

.plain-text-columns {
  margin-bottom: 3em;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .plain-text-columns:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .plain-text-columns.col-count-2 .column-contents {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .plain-text-columns.col-count-2 .column-contents:last-child {
        margin-right: 0; } }
  .plain-text-columns.col-count-2.show-dividers {
    background-image: url("../images/divider.png");
    background-position: 0 50%;
    background-repeat: repeat-x; }
    @media screen and (min-width: 720px) {
      .plain-text-columns.col-count-2.show-dividers {
        background-image: url("../images/vertical_rule.png");
        background-position: 50% 0;
        background-repeat: repeat-y; } }
  .plain-text-columns .column-contents {
    padding: 1em;
    position: relative;
    text-align: center; }

.grid-display {
  clear: both; }
  .grid-display.show-grid .grid-item {
    background: url("../images/gray_horiz_divider.png") 50% 0% repeat-x; }
    @media screen and (min-width: 480px) and (max-width: 719px) {
      .grid-display.show-grid .grid-item {
        border-image: url("../images/vertical_rule.png") 5;
        border-bottom: 0;
        border-left: 0;
        border-top: 0; } }
    @media screen and (min-width: 720px) {
      .grid-display.show-grid .grid-item {
        border-image: url("../images/vertical_rule.png") 5;
        border-bottom: 0;
        border-left: 0;
        border-top: 0; } }
  .grid-display .grid-item {
    position: relative;
    margin: 0 auto; }
    .grid-display .grid-item img {
      margin: 0 auto; }
  .grid-display.items-per-row-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .grid-display.items-per-row-2 .grid-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 1.618em; }
      .grid-display.items-per-row-2 .grid-item:first-child {
        background: none;
        border-top: 0; }
      @media screen and (min-width: 720px) {
        .grid-display.items-per-row-2 .grid-item {
          width: calc(100% / 2);
          text-align: left;
          padding: 0; }
          .grid-display.items-per-row-2 .grid-item:first-child {
            padding-right: 2%; }
          .grid-display.items-per-row-2 .grid-item:nth-child(2) {
            background: none;
            border-top: 0;
            padding-left: 2%; } }
      .grid-display.items-per-row-2 .grid-item h3 {
        color: #d9232e;
        font-family: "bebas-neue", sans-serif;
        font-size: 3.5em;
        letter-spacing: 0.025em;
        line-height: 1em;
        margin-bottom: 0.5em;
        margin-top: 0; }
      .grid-display.items-per-row-2 .grid-item p {
        font-size: 1.3em;
        line-height: 1.5em; }
        .grid-display.items-per-row-2 .grid-item p .button {
          font-size: 1.5em;
          margin: auto; }
          @media screen and (min-width: 720px) {
            .grid-display.items-per-row-2 .grid-item p .button {
              margin: 0; } }
  .grid-display.items-per-row-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .grid-display.items-per-row-3 .grid-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 1.618em; }
      .grid-display.items-per-row-3 .grid-item:first-child {
        background: none;
        border-top: 0; }
      @media screen and (min-width: 480px) and (max-width: 719px) {
        .grid-display.items-per-row-3 .grid-item {
          width: 50%; }
          .grid-display.items-per-row-3 .grid-item:nth-child(2) {
            background: none;
            border-top: 0; }
          .grid-display.items-per-row-3 .grid-item:nth-child(2n) {
            border-right: 0; } }
      @media screen and (min-width: 720px) {
        .grid-display.items-per-row-3 .grid-item {
          width: calc(100% / 3); }
          .grid-display.items-per-row-3 .grid-item:nth-child(2), .grid-display.items-per-row-3 .grid-item:nth-child(3) {
            background: none;
            border-top: 0; }
          .grid-display.items-per-row-3 .grid-item:nth-child(3n) {
            border-right: 0; } }
      .grid-display.items-per-row-3 .grid-item h3 {
        color: #d9232e;
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-size: 1.7em;
        letter-spacing: 0.05em;
        line-height: 1em;
        margin-bottom: 0.5em;
        margin-top: 0; }
      .grid-display.items-per-row-3 .grid-item p {
        margin-bottom: 0;
        font-size: .9em;
        line-height: 1.5em; }
  .grid-display.items-per-row-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .grid-display.items-per-row-4 .grid-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 1.618em; }
      .grid-display.items-per-row-4 .grid-item:first-child {
        background: none;
        border-top: 0; }
      @media screen and (min-width: 480px) and (max-width: 719px) {
        .grid-display.items-per-row-4 .grid-item {
          width: 50%; }
          .grid-display.items-per-row-4 .grid-item:nth-child(2) {
            background: none;
            border-top: 0; }
          .grid-display.items-per-row-4 .grid-item:nth-child(2n) {
            border-right: 0; } }
      @media screen and (min-width: 720px) {
        .grid-display.items-per-row-4 .grid-item {
          width: 25%; }
          .grid-display.items-per-row-4 .grid-item:first-child, .grid-display.items-per-row-4 .grid-item:nth-child(2), .grid-display.items-per-row-4 .grid-item:nth-child(3), .grid-display.items-per-row-4 .grid-item:nth-child(4) {
            background: none;
            border-top: 0; }
          .grid-display.items-per-row-4 .grid-item:nth-child(4n) {
            border-right: 0; } }
      .grid-display.items-per-row-4 .grid-item h3 {
        color: #d9232e;
        font-family: "bebas-neue", sans-serif;
        font-size: 2em;
        letter-spacing: 0.025em;
        line-height: 1em;
        margin-bottom: 0.5em;
        margin-top: 0; }
      .grid-display.items-per-row-4 .grid-item p {
        margin-bottom: 0; }

.event-display ul {
  border-bottom: 1px solid #c9c4bd;
  margin-bottom: 2em;
  padding: 0;
  padding-bottom: 2em; }
  .event-display ul::after {
    clear: both;
    content: "";
    display: table; }
  .event-display ul li {
    list-style-type: none; }
    @media screen and (min-width: 480px) and (max-width: 719px) {
      .event-display ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .event-display ul li:last-child {
          margin-right: 0; }
        .event-display ul li:nth-child(odd) {
          margin-right: 0; } }
    @media screen and (min-width: 720px) and (max-width: 959px) {
      .event-display ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .event-display ul li:last-child {
          margin-right: 0; }
        .event-display ul li:first-child {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .event-display ul li:first-child:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 720px) {
      .event-display ul li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .event-display ul li:last-child {
          margin-right: 0; } }
    .event-display ul li:last-child {
      margin-right: 0; }
.event-display #events-msg {
  text-align: center; }

.two-col-with-photo {
  margin-top: 2em; }
  section + .two-col-with-photo {
    margin: 5em auto; }
  .two-col-with-photo::after {
    clear: both;
    content: "";
    display: table; }
  .two-col-with-photo h1 {
    margin-top: 0; }
  .two-col-with-photo img {
    max-width: 100%;
    height: auto;
    margin: auto; }
  .two-col-with-photo blockquote {
    margin: 0;
    text-align: center; }
    .two-col-with-photo blockquote .quotation {
      font-family: "Permanent Marker", cursive;
      font-size: 3em;
      margin-bottom: 0.5em; }
      .two-col-with-photo blockquote .quotation:before, .two-col-with-photo blockquote .quotation:after {
        content: "\0022"; }
  .two-col-with-photo article.centered {
    text-align: center; }
  @media screen and (min-width: 720px) {
    .two-col-with-photo article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .two-col-with-photo article:last-child {
        margin-right: 0; }
    .two-col-with-photo aside {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 44.5562720511%;
      margin-left: 4.2649021499%; }
      .two-col-with-photo aside:last-child {
        margin-right: 0; } }
  .two-col-with-photo .slick-gallery {
    background: #ffffff;
    padding: 0.25em;
    -ms-transform: rotate(1deg);
    /* IE 9 */
    -webkit-transform: rotate(1deg);
    /* Chrome, Safari, Opera */
    transform: rotate(1deg);
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 0.4em 3px rgba(40, 32, 22, 0.25); }
    .two-col-with-photo .slick-gallery img {
      border-radius: 2px; }
    .two-col-with-photo .slick-gallery figure {
      position: relative; }
    .two-col-with-photo .slick-gallery figcaption {
      background: rgba(40, 32, 22, 0.75);
      color: #ffffff;
      padding: 0.25em;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 0.9em; }
    .two-col-with-photo .slick-gallery button {
      background: url(../images/chicken-counter-detail-bg.png) repeat-x;
      border-radius: 9999em;
      border: none;
      color: #ffffff;
      position: absolute;
      top: calc(50% - 20px);
      z-index: 10;
      line-height: 40px;
      text-align: center;
      width: 40px;
      font-weight: bold; }
      .two-col-with-photo .slick-gallery button.slick-next {
        right: 0; }
      .two-col-with-photo .slick-gallery button.slick-prev {
        left: 0; }
      .two-col-with-photo .slick-gallery button:hover {
        color: #df9d3a; }

.site-content .marker {
  font-family: "Permanent Marker", cursive;
  letter-spacing: .05em; }
@media screen and (min-width: 960px) {
  .site-content {
    margin-top: -5px; } }

p > .marker {
  display: inline-block; }

.hidden-widget {
  display: none;
  background-color: rgba(40, 32, 22, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .hidden-widget .close-modal {
    cursor: pointer;
    position: absolute;
    top: 0.5em;
    right: 1em; }
  .hidden-widget section {
    background-color: #ffffff;
    position: fixed;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    overflow-y: scroll;
    padding: 2em;
    z-index: 2; }
    @media screen and (min-width: 960px) {
      .hidden-widget section {
        top: 5%;
        right: 25%;
        bottom: 5%;
        left: 25%; } }
  .hidden-widget .v-border,
  .hidden-widget .h-border {
    z-index: 1;
    position: fixed;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%; }
    @media screen and (min-width: 960px) {
      .hidden-widget .v-border,
      .hidden-widget .h-border {
        top: 5%;
        right: 25%;
        bottom: 5%;
        left: 25%; } }
  .hidden-widget .v-border::before, .hidden-widget .v-border::after {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    bottom: 0;
    background: url(../images/modal-v-border.png) repeat-y;
    left: -10px; }
  .hidden-widget .v-border::after {
    left: auto;
    right: -10px;
    background-position: right center; }
  .hidden-widget .h-border::before, .hidden-widget .h-border::after {
    content: "";
    position: absolute;
    top: -10px;
    background: url(../images/modal-h-border.png) repeat-x;
    left: -7px;
    right: -7px;
    height: 10px; }
  .hidden-widget .h-border::after {
    top: auto;
    bottom: -10px;
    background-position: center bottom; }

.food-truck ul {
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .food-truck ul li {
    display: inline-block;
    font-family: "Permanent Marker", cursive;
    float: left;
    list-style-type: none;
    margin: 0 0 5em;
    padding: 0;
    width: 50%; }
    .food-truck ul li:before {
      background: url("../images/marker.png") 50% 50% no-repeat;
      content: "";
      display: block;
      height: 48px;
      margin: 0 auto;
      width: 48px; }
@media screen and (min-width: 720px) {
  .food-truck ul li {
    margin: 0;
    width: 25%; } }
@media screen and (min-width: 960px) {
  .food-truck {
    background: url("../images/truck-designed.png") top center no-repeat;
    padding-top: 5em; }
    .food-truck h3 {
      margin-top: 0.5em; }
    .food-truck ul {
      margin: 3em auto 0;
      max-width: 930px; } }

.page-id-72 .cards h2 {
  padding: .5em;
  background: url(../images/body-texture-dark.jpg); }

.plain-text.tips-make-change {
  padding: 1em 1em 2em;
  background: url("../images/body-texture-dark.jpg");
  position: relative; }
  .plain-text.tips-make-change h3 {
    font-size: 2em;
    margin: .5em auto;
    color: #333; }
    .plain-text.tips-make-change h3:after {
      display: block;
      content: "";
      height: 30px;
      background: url("../images/tips-make-change-icons.png") no-repeat center;
      background-size: auto 100%;
      margin: 1em 0; }
  @media screen and (min-width: 768px) {
    .plain-text.tips-make-change {
      position: relative;
      margin-left: 0;
      padding: 0; }
      .plain-text.tips-make-change:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25%;
        right: 0;
        background: url("../images/tips-make-change-icons.png") no-repeat center;
        background-size: 80% auto; }
      .plain-text.tips-make-change .inner {
        background: url(../images/tips-make-change-bg.png) no-repeat right center;
        background-size: auto 100%;
        mix-blend-mode: multiply;
        width: 75%;
        padding: 1.5em 2em 1.5em 1.5em; }
      .plain-text.tips-make-change h3 {
        margin-top: 0;
        text-align: left; }
        .plain-text.tips-make-change h3:after {
          display: none; }
      .plain-text.tips-make-change p {
        font-size: .9em;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0; } }

#post-76 header.has-design:after,
#post-76 header.has-design:before {
  display: none; }
#post-76 header.has-design {
  background-repeat: repeat-x; }
#post-76 h1.entry-title,
#post-76 .plain-text:nth-of-type(2) h2 {
  position: relative;
  display: inline-block;
  padding-top: 1.4em; }
  #post-76 h1.entry-title:after,
  #post-76 .plain-text:nth-of-type(2) h2:after {
    content: "";
    width: 3em;
    height: 1.5em;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2em;
    margin-left: -1em;
    background: url(../images/asterisk_red.png) no-repeat center center;
    background-size: contain; }
  @media screen and (min-width: 800px) {
    #post-76 h1.entry-title,
    #post-76 .plain-text:nth-of-type(2) h2 {
      padding-top: 0;
      padding-left: 1.7em; }
      #post-76 h1.entry-title:after,
      #post-76 .plain-text:nth-of-type(2) h2:after {
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2em;
        margin-top: -.5em;
        margin-left: 0; } }
@media screen and (max-width: 800px) {
  #post-76 h1.entry-title {
    background: url(../images/page-title-texture.png) repeat-y center, url(../images/page-title-texture.png) repeat-y top;
    background-size: 100% auto;
    padding: 1.65em .25em .25em; }
    #post-76 h1.entry-title:after {
      top: .2em; } }
@media screen and (min-width: 801px) {
  #post-76 h1.entry-title {
    background: url(../images/page-title-texture.png) no-repeat center;
    background-size: 100% 100%;
    padding-right: .25em;
    padding-top: .25em;
    padding-bottom: .25em; } }

.gform_validation_container {
  display: none !important; }

.gfield_required {
  color: #d9232e; }

#gform_wrapper_1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-top: 2em; }
  #gform_wrapper_1:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    #gform_wrapper_1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-left: 17.0596085997%; }
      #gform_wrapper_1:last-child {
        margin-right: 0; } }
  #gform_wrapper_1 input,
  #gform_wrapper_1 textarea {
    width: 100%; }
  #gform_wrapper_1 textarea {
    border: 0;
    background: url("../images/divider.png") 50% 100% no-repeat;
    background: url("../images/divider.svg") 50% 100% no-repeat; }
  #gform_wrapper_1 input[type="text"] {
    border: 0;
    background: url("../images/divider.png") 50% 100% no-repeat;
    background: url("../images/divider.svg") 50% 100% no-repeat;
    padding: 0.5em 0; }
  #gform_wrapper_1 input[type="submit"] {
    border: 0; }
  #gform_wrapper_1 label {
    font-family: "bebas-neue", sans-serif;
    letter-spacing: 0.1em; }
  #gform_wrapper_1 ul {
    margin: 0;
    padding: 0; }
    #gform_wrapper_1 ul li {
      list-style-type: none;
      margin: 0;
      margin-bottom: 1.5em;
      padding: 0;
      text-align: left; }
      @media screen and (min-width: 720px) {
        #gform_wrapper_1 ul li {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          #gform_wrapper_1 ul li:last-child {
            margin-right: 0; }
          #gform_wrapper_1 ul li:nth-child(2) {
            margin-right: 0; }
          #gform_wrapper_1 ul li:nth-child(3) {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            #gform_wrapper_1 ul li:nth-child(3):last-child {
              margin-right: 0; } }
      @media screen and (min-width: 960px) {
        #gform_wrapper_1 ul li {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 48.2106681966%; }
          #gform_wrapper_1 ul li:last-child {
            margin-right: 0; }
          #gform_wrapper_1 ul li:nth-child(2) {
            margin-right: 0; }
          #gform_wrapper_1 ul li:nth-child(3) {
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 100%; }
            #gform_wrapper_1 ul li:nth-child(3):last-child {
              margin-right: 0; } }

.hidden-widget form ul {
  margin: 0;
  padding: 0; }
  .hidden-widget form ul li {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1em;
    padding: 0; }
.hidden-widget form input,
.hidden-widget form textarea,
.hidden-widget form .address_state select {
  width: 100%; }
.hidden-widget form input[type="text"] {
  padding: 0.5em 0.25em; }
.hidden-widget form input[type="submit"] {
  border: none;
  width: 100%; }
.hidden-widget form input + label,
.hidden-widget form select + label {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  padding-bottom: 0.75em; }
.hidden-widget form .gfield_date_month,
.hidden-widget form .gfield_date_day,
.hidden-widget form .gfield_date_year {
  display: inline-block;
  width: calc(100%/3 - 0.5em); }
.hidden-widget form .gfield_date_month,
.hidden-widget form .gfield_date_day {
  margin-right: 0.75em; }
.hidden-widget form .gfield_date_year {
  margin-right: 0; }

.bold {
  font-weight: 700 !important; }

.single-location .entry-header {
  background-size: cover;
  background-position: center; }
  .single-location .entry-header .entry-title {
    text-align: center;
    font-size: 4.5em;
    margin: 0 0 1rem; }
  .single-location .entry-header .entry-title small {
    display: block;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5); }
  .single-location .entry-header .location-icon-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin: 0; }
    .single-location .entry-header .location-icon-list li {
      margin: 0 10px; }
      .single-location .entry-header .location-icon-list li i {
        color: #fff;
        font-size: 25px; }
  .single-location .entry-header .sub-header p {
    text-align: center;
    text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5);
    text-transform: uppercase; }

.single-location-intro {
  max-width: 80%;
  font-size: 120%;
  margin: 1em auto;
  text-align: center; }

@media (max-width: 720px) {
  .loc-wrapper article {
    padding-bottom: 50px; } }

.loc-wrapper .card h3 {
  color: #444444;
  text-transform: uppercase; }

.locations-intro h2 {
  color: #d9232e;
  text-align: center;
  margin-top: 60px; }
.locations-intro p {
  text-align: center;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .locations-intro p {
      padding-right: 100px;
      padding-left: 100px; } }

.location-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .location-wrapper .location-hours {
    padding-left: 0px; }
  .location-wrapper .fa-facebook-square:before,
  .location-wrapper .fa-twitter-square:before,
  .location-wrapper .fa-instagram:before,
  .location-wrapper .fa-facebook-yelp:before {
    width: 25px; }
  .location-wrapper .location-card {
    padding: .5rem .5rem 2rem .5rem;
    width: 33.333%; }
    @media (min-width: 720px) and (max-width: 1125px) {
      .location-wrapper .location-card {
        width: 50%; } }
    @media (max-width: 719px) {
      .location-wrapper .location-card {
        width: 100%; } }
    .location-wrapper .location-card .location-card-header {
      position: relative; }
      .location-wrapper .location-card .location-card-header img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block; }
      .location-wrapper .location-card .location-card-header h3 {
        position: absolute;
        left: 10px;
        bottom: 50px;
        font-size: 40px;
        color: #fff;
        text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5); }
      .location-wrapper .location-card .location-card-header h4 {
        position: absolute;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
        left: 10px;
        bottom: 0px;
        text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5); }
    .location-wrapper .location-card .location-card-content {
      padding: .8rem;
      background: #eee9e4; }
      .location-wrapper .location-card .location-card-content .location-section-1 {
        display: flex;
        flex-direction: row; }
        .location-wrapper .location-card .location-card-content .location-section-1 .location-info {
          width: 55%;
          color: #555555;
          padding-right: .5rem; }
        .location-wrapper .location-card .location-card-content .location-section-1 .location-map {
          width: 45%; }
          .location-wrapper .location-card .location-card-content .location-section-1 .location-map .button {
            display: block; }
        .location-wrapper .location-card .location-card-content .location-section-1 p, .location-wrapper .location-card .location-card-content .location-section-1 li {
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 15px;
          line-height: 21px; }
      .location-wrapper .location-card .location-card-content .holiday {
        margin-bottom: 25px; }
    .location-wrapper .location-card .learn-link {
      font-family: "bebas-neue", sans-serif;
      display: block;
      font-size: 25px;
      font-weight: 400;
      margin-bottom: 10px;
      text-align: center;
      transition: transform .2s ease-in-out, color .2s ease-in-out; }
      .location-wrapper .location-card .learn-link:hover {
        transform: scale(1.1);
        color: #a2322a; }

.acf-map {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.holiday-closed ul {
  list-style-type: none;
  padding-left: 0px; }
  .holiday-closed ul li + li {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee9e4; }
  .holiday-closed ul strong,
  .holiday-closed ul span {
    display: block;
    text-transform: uppercase; }
  .holiday-closed ul span:not(.open):not(.closed) {
    color: #555; }
  .holiday-closed ul span.open {
    color: #169b30; }
  .holiday-closed ul span.closed {
    color: #9a0009; }
  .holiday-closed ul strong {
    letter-spacing: .03rem;
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2rem; }
.holiday-closed img {
  height: 100%;
  margin-top: 10px; }
.holiday-closed p:nth-child(2) {
  line-height: 15px; }

.ribbon-divider {
  position: relative; }
  .ribbon-divider h3 {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 5px; }
    @media (max-width: 550px) {
      .ribbon-divider h3 {
        font-size: 25px;
        top: 0; } }

.single-loc-gallery {
  margin-top: 50px; }

.manager-photo {
  width: 31%;
  height: 500px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .manager-photo {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .manager-photo {
      width: 48%; } }
  .manager-photo .manager-details {
    position: absolute;
    background-image: url("../images/manager_button.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 125px;
    height: 125px;
    color: #fff;
    bottom: 20px;
    left: 20px;
    text-align: center;
    text-transform: uppercase; }
    .manager-photo .manager-details h4 {
      font-size: 25px;
      font-family: "bebas-neue", sans-serif;
      margin: 40px 0 0 0; }
    .manager-photo .manager-details p {
      font-size: 15px;
      line-height: .9; }

.location-gallery {
  border: 15px solid #eee9e4;
  float: left;
  margin: 1%; }

.two-third {
  width: 64%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .two-third {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .two-third {
      width: 48%; } }

.third {
  width: 31%;
  height: 0;
  padding-bottom: 31%;
  background-size: cover;
  background-position: center; }
  .third--tall {
    height: 500px;
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .third {
      width: 100%;
      height: 300px; } }

.loc-load-btn {
  padding-top: 40px;
  clear: both; }

.rough-overlay {
  background-image: url("../images/brush_header.png"); }

.location-card .holiday {
  background: #ddd6cc;
  padding: .5rem 1rem;
  margin-top: 20px; }

.location-card .location-hours,
.location-card .location-address,
.location-card .location-phone {
  display: flex;
  margin-top: 25px; }
  .location-card .location-hours .icon,
  .location-card .location-address .icon,
  .location-card .location-phone .icon {
    margin-right: 10px; }
  .location-card .location-hours .day-closed,
  .location-card .location-address .day-closed,
  .location-card .location-phone .day-closed {
    font-size: 12px; }

.location-card .holiday-closed ul {
  list-style-type: none;
  padding-left: 0px;
  text-align: center; }
  .location-card .holiday-closed ul p {
    margin: 0;
    text-transform: uppercase; }
  .location-card .holiday-closed ul p:first-child {
    font-family: "bebas-neue", sans-serif;
    font-size: 20px; }
  .location-card .holiday-closed ul .holiday-date {
    font-size: 15px; }

.location-wrapper {
  padding-bottom: 60px;
  max-width: 75em;
  margin: auto; }

.holiday-date {
  text-transform: uppercase; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

#menu-utility-menu {
  display: flex;
  flex-direction: row; }
  #menu-utility-menu .online-btn {
    margin-right: 10px; }
    #menu-utility-menu .online-btn a {
      font-family: "bebas-neue", sans-serif;
      color: #fff;
      font-size: 17px;
      background: url(../images/red-texture.jpg);
      padding: 0px 10px;
      border-radius: 4px;
      margin-top: 8px;
      letter-spacing: .06em; }

.location-tracker {
  width: 260px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .location-tracker p {
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: uppercase; }
  .location-tracker span {
    color: #fff;
    font-family: "bebas-neue", sans-serif;
    font-size: 15px;
    letter-spacing: .05em; }
  .location-tracker .loc-serving {
    background-image: url(../images/loc-tracker-bar.png) !important;
    background-size: 100%;
    margin-left: -3px;
    margin-right: -3px;
    padding: 4px 0px;
    position: relative;
    padding: 21px 0; }
    .location-tracker .loc-serving span:first-child {
      position: absolute;
      left: 5px;
      top: 10px;
      color: #000;
      font-family: "Permanent Marker", cursive;
      width: 34px;
      text-align: center; }
    .location-tracker .loc-serving span:last-child {
      position: absolute;
      left: 55px;
      top: 10px;
      width: calc(100% - 70px); }
      .location-tracker .loc-serving span:last-child .fa-chevron-down {
        font-size: 15px;
        margin-top: 5px;
        margin-left: 10px;
        float: right; }
  @media screen and (min-width: 1030px) {
    .location-tracker {
      width: 250px; }
      .location-tracker .loc-serving {
        padding: 20px 0; }
        .location-tracker .loc-serving span:first-child,
        .location-tracker .loc-serving span:last-child {
          top: 8px; }
        .location-tracker .loc-serving span:last-child {
          width: calc(100% - 55px);
          left: 50px; } }
  .location-tracker .mult-loc-block {
    display: none;
    order: 2;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/chicken-counter-detail-bg.png);
    background-repeat: repeat-x;
    margin-top: -3px; }
    .location-tracker .mult-loc-block.open {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 10; }
    .location-tracker .mult-loc-block .single-loc-block a {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0;
      padding: 1em;
      transition: background .2s linear; }
      .location-tracker .mult-loc-block .single-loc-block a:hover {
        background: rgba(40, 32, 22, 0.5); }
        .location-tracker .mult-loc-block .single-loc-block a:hover p {
          color: #ffffff !important; }
      .location-tracker .mult-loc-block .single-loc-block a .loc-status p {
        font-family: "bebas-neue", sans-serif;
        width: 45px;
        border-radius: 2px;
        font-size: 14px;
        line-height: 22px; }
      .location-tracker .mult-loc-block .single-loc-block a .loc-status .open {
        background: #169b30; }
      .location-tracker .mult-loc-block .single-loc-block a .loc-status .closed {
        background: #9a0009; }
      .location-tracker .mult-loc-block .single-loc-block a .loc-list-info {
        width: 70%; }
      .location-tracker .mult-loc-block .single-loc-block a .loc-list-info p:first-child {
        color: #d3ba9b;
        font-family: "bebas-neue", sans-serif;
        text-align: left;
        line-height: 1;
        font-size: 1.4em; }
      .location-tracker .mult-loc-block .single-loc-block a .loc-list-info p:nth-child(2) {
        color: #d3ba9b;
        text-align: left;
        font-size: 12px;
        line-height: 12px;
        margin-top: 5px; }

li.location-tracker-wrapper {
  display: none !important; }
  @media screen and (min-width: 1030px) {
    li.location-tracker-wrapper {
      display: inline-block !important; } }

#menu-utility-menu .location-tracker:hover .mult-loc-block {
  display: flex !important; }

.location-tracker-duplicate {
  margin: 1em auto; }
  @media screen and (min-width: 550px) {
    .location-tracker-duplicate {
      margin: 2.2em 1em;
      float: right; } }

nav.header-nav .sub-menu {
  background-image: url(../images/brown-texture.jpg); }

@media (max-width: 1029px) {
  #menu-utility-menu {
    display: flex;
    flex-direction: column;
    background: #ab2c29;
    justify-content: center;
    text-align: center;
    font-family: "proxima-nova", sans-serif; }
    #menu-utility-menu li {
      order: 3; }
    #menu-utility-menu a {
      padding: .5em;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    #menu-utility-menu .online-btn {
      margin-right: 0px;
      order: 2;
      margin-bottom: 15px;
      margin-top: 15px; }
      #menu-utility-menu .online-btn a {
        background: inherit;
        padding: 0;
        margin: 0 auto;
        width: 150px;
        padding: 5px 20px;
        border-radius: 4px;
        border: 1px solid #fff;
        font-weight: 400; } }
#news-posts-listing {
  width: 100%;
  width: calc(100% + 10px); }
  #news-posts-listing:hover .news-block {
    opacity: .8; }
  #news-posts-listing .grid-sizer {
    width: 10px;
    height: 0;
    display: none; }
  #news-posts-listing .news-block {
    width: 100%;
    position: relative;
    transform-style: flat;
    border-radius: 2px;
    background-color: #eee9e4;
    transition: transform .3s ease-in-out, box-shadow .2s linear;
    width: 100%;
    width: calc(100% - 10px); }
    #news-posts-listing .news-block:hover {
      opacity: 1;
      z-index: 2;
      transform: scale(1.07);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 600px) {
      #news-posts-listing .news-block {
        width: 50%;
        width: calc(50% - 10px); } }
    @media screen and (min-width: 800px) {
      #news-posts-listing .news-block--smallpic {
        width: 33.333%;
        width: calc(33.333% - 10px); }
      #news-posts-listing .news-block--medium {
        width: 66.666%;
        width: calc(66.666% - 10px); }
      #news-posts-listing .news-block--large {
        width: 66.666%;
        width: calc(66.666% - 10px); }
      #news-posts-listing .news-block--smalltext {
        width: 33.333%;
        width: calc(33.333% - 10px); } }
    #news-posts-listing .news-block__link-wrapper {
      display: block;
      padding: 20px; }
    #news-posts-listing .news-block__title {
      margin-top: 0; }
    #news-posts-listing .news-block__date {
      text-transform: uppercase;
      font-family: "bebas-neue", sans-serif;
      letter-spacing: .05rem;
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 400; }
    #news-posts-listing .news-block__link-text {
      text-transform: uppercase;
      margin-bottom: 0; }
    #news-posts-listing .news-block__excerpt p:last-of-type {
      margin-bottom: .5rem; }
    #news-posts-listing .news-block__title, #news-posts-listing .news-block__subtitle, #news-posts-listing .news-block__excerpt p {
      color: #444444; }
    #news-posts-listing .news-block__subtitle {
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: .03rem;
      font-size: 1.25rem;
      margin-bottom: .5rem;
      line-height: 1.3; }
    #news-posts-listing .news-block--smallpic {
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center; }
      @media screen and (min-width: 600px) {
        #news-posts-listing .news-block--smallpic {
          padding-bottom: 50%; } }
      @media screen and (min-width: 800px) {
        #news-posts-listing .news-block--smallpic {
          padding-bottom: 33.33%; } }
      #news-posts-listing .news-block--smallpic .news-block__link-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      #news-posts-listing .news-block--smallpic .news-block__content-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 40px);
        text-align: center;
        color: #ffffff;
        text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5); }
        #news-posts-listing .news-block--smallpic .news-block__content-wrapper .news-block__title {
          color: #ffffff; }
    #news-posts-listing .news-block--medium .news-block__image {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center; }
    #news-posts-listing .news-block--medium .news-block__content-wrapper {
      width: 100%;
      padding-top: 20px; }
    @media screen and (min-width: 800px) {
      #news-posts-listing .news-block--medium .news-block__link-wrapper {
        display: flex;
        justify-content: flex-end; }
      #news-posts-listing .news-block--medium .news-block__image {
        width: calc(50% - 20px);
        min-height: calc(100% - 40px);
        padding-bottom: 0;
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px; }
      #news-posts-listing .news-block--medium .news-block__content-wrapper {
        width: 50%;
        padding-top: 0;
        padding-left: 20px; } }
    #news-posts-listing .news-block--large .news-block__image {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      margin-bottom: 1rem; }
      @media screen and (min-width: 800px) {
        #news-posts-listing .news-block--large .news-block__image {
          padding-bottom: 66.66%; } }

.single-social-mentions__date {
  background: #ab2c29;
  padding: 0 20px;
  display: inline-block;
  text-shadow: 0 2px 0 rgba(40, 32, 22, 0.5);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px; }
.single-social-mentions__entry-title {
  font-size: 2.5em; }
  @media screen and (min-width: 650px) {
    .single-social-mentions__entry-title {
      font-size: 4em; } }
  @media screen and (min-width: 950px) {
    .single-social-mentions__entry-title {
      font-size: 5em; } }
.single-social-mentions__sub-header {
  text-transform: uppercase;
  letter-spacing: .03rem; }
.single-social-mentions__entry-content {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto; }
.single-social-mentions .post-navigation {
  display: flex;
  justify-content: space-between; }
  .single-social-mentions .post-navigation a {
    padding-top: .4rem;
    padding-bottom: .4rem;
    transition: transform .1s ease-in-out; }
    .single-social-mentions .post-navigation a:hover {
      transform: scale(1.2); }
.single-social-mentions .return .button {
  margin: auto;
  display: inherit; }

/*
.whole-title {
  text-align: center;
  p {
    background: $darker_red;
    padding: 0 20px;
    display: inline-block;
    text-shadow: $shadow;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.header-text {
  p {
    margin-top: 25px;
  }
}


.post-content {
  padding: 60px 20px 0px 20px;

  @media (min-width: 440px) {
    padding: 60px 40px 0px 40px;
  }

  @media (min-width: 1100px) {
    max-width: 1020px;
    margin: 0 auto;
  }

}


.return {
  text-align: center;
  a {
    display: inline-block;
    padding: 20px 50px;
    border-radius: 4px;
    margin-bottom: 60px;
    color: #fff;
  }
}

.news-grid {
  .news-posts-listing {
    width: 100%;
    width: calc(100% + 10px);
  }
}


.news-subtitle {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  top: 200px;
  z-index: 500;
}

.news-date,
.news-snippet-subtitle,
.news-link {
  text-transform: uppercase;
}

.news-snippet-subtitle {
  font-weight: 400;
}


.news-block--large {
  width: 65%;
  background: $cream1;
  padding: 25px;


  @media (max-width: 768px) {
    width: 100%;
  }
  p {
    margin: 0;
  }
  .news-date {
    color: #d9232e;
  }
  img {
    margin: 10px 0 30px 0;
    width: 100%;
  }
  .news-link {
    margin-top: 10px;
  }
}


.news-block--medium {
  width: 65%;
  background: $cream1;
  display:flex;
  flex-direction: row;

  @media (max-width: 768px) {
    width: 100%;
    flex-direction: column;
  }
  .news-block-image,
  .news-block-content {
    padding: 20px;
    width: 50%;
    @media (max-width: 768px) {
      width: 100%;
    }
  }

  .news-image {
    max-height: 100%;
  }
  p {
    margin: 0;
  }
  .news-date {
    color: #d9232e;
  }
  .news-link {
    margin-top: 10px;
  }
}


.news-block--smallpic {
  color: #fff;
  text-shadow: $shadow;
  width: 31%;
  height: 0;
  padding-bottom: 30%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;


  @media (max-width: 768px) {
    width: 100%;
    height: 400px;
  }
  .news-link a {
    color: #fff;
  }
  .news-block-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.news-block--smalltext {
  width: 31%;
  height: 0;
  padding-bottom: 26%;
  background: $cream1;
  .news-block-content {
    padding: 25px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  p {
    margin-bottom: 0;
  }

  .news-date {
    color: #d9232e;
  }
}


.post-content {
  .prev {
    float: left;
    margin-bottom: 20px;
  }
  .next {
    float: right;
    margin-bottom: 20px;
  }
}


.load_more{
  display: block;
  clear: both;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.load_more a, .load_more .loader{
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #000;
  overflow: hidden;
  position: relative;
  padding: 20px 60px;
  text-transform: uppercase;
}

.load_more a:hover{
  color: #999;
}

.news-headline {
  margin-top: 100px;
}
*/
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*=====================================================
 * HOMEPAGE BANNER SLIDER 
 * ===================================================*/

.content-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.content-top-center {
    align-items: flex-start;
    justify-content: center;
}

.content-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.content-middle-left {
    align-items: center;
    justify-content: flex-start;
}

.content-middle-center {
    align-items: center;
    justify-content: center;
}

.content-middle-right {
    align-items: center;
    justify-content: flex-end;
}

.content-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.content-bottom-center {
    align-items: flex-end;
    justify-content: center;
}

.content-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.mrSliders {
  position: relative;
  margin-bottom: 1rem;
}

.mrSliders:before {
  background: url(../images/brush_header.png) bottom center repeat-x;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.mrSliders__section {
	width: 100%;
	position: relative;
}

.mrSlider__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mrSlider__bg--desktop {
	display: block;
}

.mrSlider__bg--mobile {
	display: none;
}

.mrSliders__section:before {
    content: "";
    background: var(--overlay-bg-color);
    background: linear-gradient(180deg, var(--overlay-bg-color) 0%, var(--overlay-bg-color) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: var(--overlay-opacity);
}

.mrSliders__row {
    max-width: 1315px;
	  width: 90%;
    margin: 0 auto;
    padding: 6rem 0;
    /* min-height: 550px; */
	  display: flex !important;
	  z-index: 9;
    position: relative;
}
.mrSliders__headline {
	  font-size: 4.5em;
    letter-spacing: 0.05em;
	  color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 1, 0.35), 0 0 35px rgba(0, 0, 1, 0.30);
    line-height: 1em;
    margin: 0.1em 0;
}

.mrSliders__content {
	text-align: var(--text-align);	
}

.mrSliders__author {
    text-transform: uppercase;
    font-family: "bebas-neue", sans-serif;
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    color: #fff;
}

.mrSliders__icon, .mrSliders__authorName {
    display: inline-block !important;
	vertical-align: bottom;
}

.mrSliders__icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.mrSliders__section .slider_sub_heading {
	max-width: 700px;
	color: white;
	line-height: 1.1;
	margin: 0 auto;
}

.mrSliders__section .mrSliders__content--left .slider_sub_heading {
	margin: 0;
}

.mrSliders__section .slider_sub_heading.small {
	font-size: 32px
}

.mrSliders__section .slider_sub_heading.medium {
	font-size: 38px
}

.mrSliders__section .slider_sub_heading.large {
	font-size: 44px
}

/*=====================================================
 * HOMEPAGE BANNER RESPONSIVE
 * ===================================================*/
@media only screen and (max-width: 767px) {
	/* .mrSliders__row {
    	min-height: 440px;
	} */
	.mrSliders__headline {
    	font-size: 3.6rem;
	}
}

@media only screen and (max-width: 600px) {
	.mrSlider__bg--desktop {
		display: none;
	}
	
	.mrSlider__bg--mobile {
		display: block;
	}
	
	.mrSliders__section .slider_sub_heading.small {
		font-size: 22px
	}

	.mrSliders__section .slider_sub_heading.medium {
		font-size: 26px
	}

	.mrSliders__section .slider_sub_heading.large {
		font-size: 30px
	}
}

/* .mrSliders .slick-list {
  width: 100vw !important;
  padding-bottom: 43%;
}

.mrSliders .slick-track {
  position: absolute;
  top: 0;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .mrSliders .slick-list {
    padding-bottom: 68%;
  }

  .mrSliders__row {
    padding: 2rem 0 !important;
  }
} */

/*=====================================================
 * HOMEPAGE BANNER - JUST IMAGE
 * ===================================================*/
/*
.mrSliders__row {
	min-height: unset;
	padding: 0;
	padding-bottom: 35%;
}

@media only screen and (max-width: 767px) {
	.mrSliders__row {
		padding-bottom: 31%;
	}
}
*/

/*=====================================================
 * MENU UPDATES
 * ===================================================*/

.menu dl {
  text-align: center;
}

.menu .item-name {
  float: none;
}

.menu dl:after {
  display: none;
}

.menu .item-desc {
  display: block;
}

.menu .item-prices {
  display: none;
}

.site-header .location-tracker .mult-loc-block {
	background-size: contain;
}

/*=====================================================
 * DOWNLOAD OUR APP
 * ===================================================*/

.app-icon-hdr {
	margin-bottom: 0.8rem !important;
}

.app-icon-wrapper a img {
	display: block;
	margin-bottom: 0.5rem;
}

/*=====================================================
 * LOCATION TRACKER
 * ===================================================*/

.location-tracker {
	width: 270px;
}

.location-tracker .mult-loc-block .single-loc-block a .loc-status p {
	width: 60px;
}

.location-tracker .mult-loc-block .single-loc-block a .loc-status p.coming-soon {
	width: 70px;
}

.location-tracker .mult-loc-block .single-loc-block a .loc-list-info {
    width: 65%;
}

/* Privacy Policy Pages
   ========================================================================== */

.page-id-2501 .plain-text,
.page-id-2755 .plain-text,
.page-id-2756 .plain-text {
	max-width: 800px;
}

.page-id-2501 .plain-text h3,
.page-id-2755 .plain-text h3,
.page-id-2756 .plain-text h3 {
	font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    letter-spacing: 0;
	margin-bottom: 1rem;
}

.page-id-2501 .plain-text p,
.page-id-2755 .plain-text p,
.page-id-2756 .plain-text p {
	max-width: 800px;
	font-weight: 500;
}

.page-id-2501 .plain-text ul li,
.page-id-2755 .plain-text ul li,
.page-id-2756 .plain-text ul li {
	font-weight: 500;
	margin-bottom: 1rem;
}

.page-id-2501 .plain-text a,
.page-id-2755 .plain-text a,
.page-id-2756 .plain-text a {
	font-weight: bold;
	border-bottom: 2px solid #d8232e;
}

.legal-links {
	margin-top: 0;
}

.legal-links .entry-content {
	padding-top: 0;
}

.legal-links p {
	color: #490a14;
}

.legal-links a {
	color: #490a14;
}


/* Ability to have 6 spice cards in one row
   ========================================================================== */
.page-id-68 .cards-per-row-6 {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.page-id-68 .cards-per-row-6 article {
    float: none !important;
    width: 16.6%;
}

.page-id-68 .cards-per-row-6 article:first-child h3,
.page-id-68 .cards-per-row-6 article:first-child p {
    color: #fdf2c5 !important;
}

.page-id-68 .cards-per-row-6 article:nth-child(2) h3,
.page-id-68 .cards-per-row-6 article:nth-child(2) p {
    color: #eab145 !important;
}

.page-id-68 .cards-per-row-6 article:nth-child(3) h3,
.page-id-68 .cards-per-row-6 article:nth-child(3) p {
    color: #cc6940 !important;
}

.page-id-68 .cards-per-row-6 article:last-child h3,
.page-id-68 .cards-per-row-6 article:last-child p {
    color: #761112 !important;
}

@media only screen and (max-width: 1280px) {
    .page-id-68 .cards-per-row-6 {
        justify-content: center;
    }
    .page-id-68 .cards-per-row-6 article {
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .page-id-68 .cards-per-row-6 article {
        width: 50%;
    }
}


/* Nuggets Landing page
   ========================================================================== */
.aw-ctrl-max-width {
	width: 100%;
	max-width: var(--ctrl-m-width);
}

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

.aw-btn {
    padding: 14px;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    font-size: 1.8rem;
    transition: all 0.1s ease;
    font-family: "bebas-neue", sans-serif;
    letter-spacing: .1em;
    cursor: pointer;
}

.aw-btn:hover {
	transform: scale(1.05);
    -webkit-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: inset -20px -40px 100px transparent, 10px 20px 30px rgba(0, 0, 0, 0.1);
}

.aw-landing-page img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.aw-landing-page .aw-row-columns {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.aw-landing-page .aw-row-reverse {
  flex-direction: row-reverse;
}

.aw-landing-page .aw-column--col-2 {
width: 50%;
    max-width: 625px;
    margin: 0 auto 2rem;
}

.aw-landing-page .aw-color-white {
  color: #ffffff;
}

.aw-landing-page .aw-color-black {
  color: #000;
}

.aw-landing-page .aw-color-red {
  color: #d7232f;
}

.aw-landing-page .font-permanent-marker {
    font-family: "Permanent Marker", cursive;
    letter-spacing: 2px;
}

.aw-landing-page .aw-bg-white {
  background-color: #ffffff;
}

.aw-landing-page .aw-headline-large {
  font-size: 4rem;
  margin: 0 0 10px;
  line-height: 1;
}

.aw-landing-page .aw-banner .aw-headline-large {
  font-size: 5rem;
  margin-bottom: 0;
}

.aw-landing-page .aw-banner .aw-banner__image img {
  padding-left: 45px;
}

.aw-landing-page .aw-text-medium {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.4;
}

.aw-landing-page .aw-sub-text-italic {
  font-style: italic;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.aw-landing-page .aw-banner .aw-sub-text-italic {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.aw-landing-page .aw-banner .aw-text-medium {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.aw-landing-page .aw-text-center {
  text-align: center;
}

.aw-landing-page .aw-banner {
  padding: 2rem 0;
}

.aw-landing-page .aw-banner .aw-mb {
  margin-bottom: 4px;
}

.aw-landing-page .aw-banner__content form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.aw-landing-page .aw-banner__content .gform_fields {
    list-style: none;
    padding: 0;
}

.aw-landing-page .aw-banner__content .gfield {
    text-align: left;
}

.aw-landing-page .aw-banner__content .gfield_label {
    font-size: 18px;
}

.aw-landing-page .aw-banner__content .gfield input {
    width: 100%;
    background: transparent;
    border: 1px solid #707070;
    border-radius: 2px;
    padding: 10px;
    font-weight: normal;
}

.aw-landing-page .aw-banner__content .gform_footer input:hover {
    background: #d9232e;
}

.aw-landing-page .aw-banner__content .gform_footer {
    text-align: left;
}

.aw-landing-page .aw-banner__content .gform_footer input {
    border: none;
    padding: 14px 10px;
	border-radius: 3px;
    max-width: 183px;
    font-size: 1.4rem;
    background: url(../images/white-texture.png) left top repeat-y;
    background-size: 100% auto;
    box-shadow: inset 20px 40px 100px rgba(0, 0, 0, 0.1), -10px -20px 30px transparent;
    transition: all 0.1s ease;
    background-color: #d9232e;
}

.aw-landing-page .aw-nickel {
  position: relative;
  padding: 4rem 2rem 3rem 5rem;
  background-image: url("/wp-content/uploads/2023/10/red-bck.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.aw-landing-page .aw-nickel__content .aw-sub-text-italic {
    text-align: center;
}

.aw-landing-page .aw-nickel__content .aw-mb {
  margin-bottom: 8px;
}

.aw-landing-page .aw-nickel__bg-img,
.aw-landing-page .aw-nickel__bg-img img,
.aw-landing-page .aw-nickel__bg-img source {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 980px) {
  .aw-landing-page .entry-content {
    padding: 0;
  }
  .aw-landing-page .aw-banner {
    padding: 20px;
  }
  .aw-landing-page .aw-banner .aw-banner__image img {
    padding-left: 0;
  }
	.aw-landing-page .aw-nickel {
		padding: 5rem 2rem;
		background-image: url("/wp-content/uploads/2023/10/red-bck-mobile.png");
		margin-bottom: 8rem;
	}
	.aw-landing-page .aw-row-columns {
		column-gap: 0;
		flex-direction: column;
	}
	.aw-landing-page .aw-column--col-2 {
		width: 100%;
	}
	.aw-landing-page .aw-banner__content .gform_footer,
	.aw-landing-page .aw-nickel .aw-headline-large, 
	.aw-landing-page .aw-nickel p {
		text-align: center;
	}
	.aw-ctrl-max-width {
		max-width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.aw-landing-page .aw-headline-large,
  .aw-landing-page .aw-banner .aw-headline-large {
		font-size: 3.8rem;
	}

	.aw-landing-page .aw-sub-text-italic {
		font-size: 1.54rem;
	}

  .aw-landing-page .aw-banner .aw-sub-text-italic {
    font-size: 1.8rem;
  }

	.aw-landing-page .aw-nickel .aw-sub-text-italic {
		font-size: 1.24rem;
	}
}

/* Home slider - Catering text cut off on mobile
   ========================================================================== */

.slick-slide img {
	width: 100%;
}

/* @media only screen and (max-width: 600px) {
	.mrSliders [data-slick-index="2"] {
		height: 350px;
	}
}

@media only screen and (max-width: 400px) {
	.mrSliders [data-slick-index="2"] {
		height: 330px;
	}
} */

/* Home slider needs black text on first slide
   ========================================================================== */

/* .mrSliders [data-slick-index="1"] .mrSliders__headline,
.mrSliders [data-slick-index="1"] p {
	color: #231f20 !important;
}


.mrSliders [data-slick-index="1"] .mrSliders__row {
	max-width: 95% !important;
	width: 95%;
}


.mrSliders [data-slick-index="1"] .mrSliders__row .mrSliders__content {
	max-width: 650px;
}

@media only screen and (max-width: 600px) {
	.mrSliders [data-slick-index="1"] .mrSliders__row {
		max-width: 90% !important;
		width: 90%;
	}
	
	.mrSliders [data-slick-index="1"] .mrSliders__row {
		min-height: 440px;
        align-items: flex-start;
		padding-top: 2rem;
	}
} */

