/*
Bourbon docs: http://bourbon.io/
Neat docs: http://neat.bourbon.io/
*/
/*//////////////////////////////////////////////////////////////////////////////
//  BOURBON NEAT
//////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*//////////////////////////////////////////////////////////////////////////////
//  Mixins
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  Variables
//////////////////////////////////////////////////////////////////////////////*/
/**/
/*Yellow*/
/**/
/**/
@font-face {
  font-family: 'Franchise Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Franchise Bold"), url("../../fonts/Franchise-Bold-hinted.woff") format("woff");
}

@font-face {
  font-family: 'chunkfiveroman';
  src: url("../../fonts/chunkfive-webfont.eot");
  src: url("../../fonts/chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/chunkfive-webfont.woff") format("woff"), url("../../fonts/chunkfive-webfont.ttf") format("truetype"), url("../../fonts/chunkfive-webfont.svg#chunkfiveroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*400, 500, 700*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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: 2em;
  margin: 0.67em 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;
}

/**
 * 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: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

/*//////////////////////////////////////////////////////////////////////////////
//  Styles
//////////////////////////////////////////////////////////////////////////////*/
/*
TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/
/*//////////////////////////////////////////////////////////////////////////////
//  01 - Reset
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  02 - Global
//////////////////////////////////////////////////////////////////////////////*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, input, select, textarea {
  color: #333333;
}

body {
  font: 1em/1.3 "ubuntu", sans-serif;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

h1, h2, h3, h4, h5 {
  color: #333333;
  font-family: "chunkfiveroman", serif;
  font-weight: normal;
  margin: 0 0 15px 0;
}

h1 {
  font-size: 40px;
  margin: 0 0 30px 0;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 30px;
  margin: 20px 0 10px 0;
  font-family: "Franchise Bold", sans-serif;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  margin: 20px 0 10px 0;
}

p {
  font-size: 15px;
  margin: 0 0 16px 0;
}

ul, ol {
  font-size: 15px;
  margin: 0 0 16px 20px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: #ecc400;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #dcb700;
}

a img {
  border: none;
}

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

img.left {
  float: left;
  margin: 0 10px 10px 0;
}

img.right {
  float: right;
  margin: 0 0 10px 10px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333333;
  margin: 1em 0;
  padding: 0;
}

blockquote, address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-style: normal;
  font-size: 1.2em;
  border-left: 5px solid #ffd506;
}

code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}

pre code {
  background: none;
}

pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4;
}

i, em {
  font-style: italic;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.browsehappy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.color-brand {
  color: #ffd506 !important;
}

.color-base {
  color: #333333 !important;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

.modal .modal-state {
  display: none;
}

.modal .modal-trigger {
  padding: 0.8em 1em;
}

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 1999999999;
}

@media screen and (min-width: 53.75em) {
  .modal .modal-fade-screen {
    padding-top: 4em;
  }
}

.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #c4c4c4;
}

.modal .modal-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 95%;
}

@media screen and (min-width: 40em) {
  .modal .modal-inner {
    max-height: 70%;
    padding: 3em;
    width: 60%;
  }
}

@media screen and (min-width: 53.75em) {
  .modal .modal-inner {
    width: 70%;
    max-height: 90%;
  }
}

.modal .modal-inner h1 {
  color: #333;
  text-align: left;
  text-transform: capitalize;
}

.modal .modal-inner p {
  color: #333;
  line-height: 1.5em;
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
  color: #333;
}

@media screen and (min-width: 40em) {
  .modal .modal-inner .modal-content {
    -webkit-columns: 2 8em;
            columns: 2 8em;
  }
}

.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

.margin-top-half {
  margin-top: 10px;
}

.margin-top {
  margin-top: 20px;
}

.margin-top2 {
  margin-top: 40px;
}

.margin-top3 {
  margin-top: 60px;
}

.margin-top4 {
  margin-top: 80px;
}

.margin-bottom-half {
  margin-bottom: 10px;
}

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

.margin-bottom2 {
  margin-bottom: 40px;
}

.margin-bottom3 {
  margin-bottom: 60px;
}

.margin-bottom4 {
  margin-bottom: 80px;
}

/*//////////////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////////////*/
form input[type="date"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="file"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="time"],
form input[type="url"],
form input[type="week"],
form select,
form textarea {
  padding: 8px;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #ccc;
}

form label {
  display: block;
  font-weight: bold;
  line-height: 2;
  font-size: 14px;
}

form .wpcf7-form-control-wrap {
  margin-bottom: 16px;
}

form .select2-container .select2-choice {
  border-radius: 0;
}

.button,
.woocommerce .button,
.woocommerce .button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
input[type="submit"] {
  color: #333333;
  font: 14px/1 "chunkfiveroman", serif;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 20px;
  background-color: #ffd506;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  outline: none;
  position: relative;
  vertical-align: middle;
  padding: 14px 20px;
  line-height: 1.5;
}

.button:hover,
.woocommerce .button:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
input[type="submit"]:hover {
  color: #333333;
  background-color: #e6c000;
}

.button:active,
.woocommerce .button:active,
.woocommerce .button.alt:active,
.woocommerce a.button:active,
.woocommerce a.button.alt:active,
.woocommerce button.button:active,
.woocommerce button.button.alt:active,
.woocommerce input.button:active,
.woocommerce input.button.alt:active,
input[type="submit"]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.hero,
.woocommerce .button.hero,
.woocommerce .button.alt.hero,
.woocommerce a.button.hero,
.woocommerce a.button.alt.hero,
.woocommerce button.button.hero,
.woocommerce button.button.alt.hero,
.woocommerce input.button.hero,
.woocommerce input.button.alt.hero,
input[type="submit"].hero {
  font-size: 16px;
  padding: 15px 40px;
}

.button.rev,
.woocommerce .button.rev,
.woocommerce .button.alt.rev,
.woocommerce a.button.rev,
.woocommerce a.button.alt.rev,
.woocommerce button.button.rev,
.woocommerce button.button.alt.rev,
.woocommerce input.button.rev,
.woocommerce input.button.alt.rev,
input[type="submit"].rev {
  color: #333333;
  font: 14px/1 "chunkfiveroman", serif;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  outline: none;
  position: relative;
}

.button.rev:hover,
.woocommerce .button.rev:hover,
.woocommerce .button.alt.rev:hover,
.woocommerce a.button.rev:hover,
.woocommerce a.button.alt.rev:hover,
.woocommerce button.button.rev:hover,
.woocommerce button.button.alt.rev:hover,
.woocommerce input.button.rev:hover,
.woocommerce input.button.alt.rev:hover,
input[type="submit"].rev:hover {
  color: #333333;
  background-color: #f0f0f0;
}

.button.rev:active,
.woocommerce .button.rev:active,
.woocommerce .button.alt.rev:active,
.woocommerce a.button.rev:active,
.woocommerce a.button.alt.rev:active,
.woocommerce button.button.rev:active,
.woocommerce button.button.alt.rev:active,
.woocommerce input.button.rev:active,
.woocommerce input.button.alt.rev:active,
input[type="submit"].rev:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

span.processing {
  background-image: url("../../images/preloader.gif") !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
}

/* ==========================================================================
   [Sub Section Title]
   ========================================================================== */
.text-center {
  text-align: center;
}

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

/*//////////////////////////////////////////////////////////////////////////////
//  04 - Header
//////////////////////////////////////////////////////////////////////////////*/
header {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 50px;
}

header::after {
  clear: both;
  content: "";
  display: table;
}

header .main-logo {
  display: block;
  width: 180px;
  height: auto;
  float: left;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  header .main-logo {
    width: 140px;
  }
}

@media screen and (max-width: 600px) {
  header .main-logo {
    width: 100px;
  }
}

header .main-logo a {
  position: absolute;
  top: -20px;
  left: 0;
}

.main-nav {
  float: right;
}

@media screen and (max-width: 768px) {
  .main-nav {
    display: none;
    float: none;
    width: 100%;
    padding-left: 180px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .main-nav {
    padding-left: 120px;
  }
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul li {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .main-nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .main-nav ul li {
    margin-bottom: 15px;
  }
}

.main-nav ul li:last-child {
  margin-right: 0;
}

.main-nav ul li.active a {
  color: #ffd506;
}

.main-nav a {
  font-family: "Franchise Bold", sans-serif;
  color: #333333;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-nav a:hover {
  color: #666666;
}

.main-nav .cart {
  display: inline-block;
  font-size: 26px;
  position: relative;
}

.main-nav .cart .cart-items-count {
  font-family: "ubuntu", sans-serif;
  color: #333333;
  position: absolute;
  right: -14px;
  top: -4px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100%;
  text-align: center;
  background-color: #ffd506;
}

.menu-button {
  padding: 10px;
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .menu-button {
    display: block;
  }
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffd506;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}

.burger-icon::before {
  top: -8px;
}

.burger-icon::after {
  top: 8px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/*//////////////////////////////////////////////////////////////////////////////
//  05 - Content
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Bourbon Neat Columns
   ========================================================================== */
.column-wrapper {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.column-wrapper aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.column-wrapper aside:last-child {
  margin-right: 0;
}

.column-wrapper .content-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

.column-wrapper .content-container:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .column-wrapper .content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .column-wrapper .content-container:last-child {
    margin-right: 0;
  }
}

.column-wrapper .column-1of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.column-wrapper .column-1of4:last-child {
  margin-right: 0;
}

.column-wrapper .column-1of4:nth-child(4n) {
  margin-right: 0;
}

.column-wrapper .column-1of4:nth-child(4n+1) {
  clear: left;
}

@media screen and (max-width: 768px) {
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 0;
  }
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 600px) {
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
}

.column-wrapper .column-1of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.column-wrapper .column-1of3:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-wrapper .column-1of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .column-wrapper .column-1of3:last-child {
    margin-right: 0;
  }
}

.column-wrapper .column-2of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.column-wrapper .column-2of3:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-wrapper .column-2of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .column-wrapper .column-2of3:last-child {
    margin-right: 0;
  }
}

.column-wrapper .column-1of2, .column-wrapper .column-2of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
  margin-right: 0;
}

.column-wrapper .column-1of2:nth-child(2n), .column-wrapper .column-2of4:nth-child(2n) {
  margin-right: 0;
}

.column-wrapper .column-1of2:nth-child(2n+1), .column-wrapper .column-2of4:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 600px) {
  .column-wrapper .column-1of2, .column-wrapper .column-2of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
    margin-right: 0;
  }
}

.column-wrapper .column-3of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.column-wrapper .column-3of4:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column-wrapper .column-3of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .column-wrapper .column-3of4:last-child {
    margin-right: 0;
  }
}

.column-wrapper .column-4of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.column-wrapper .column-4of4:last-child {
  margin-right: 0;
}

.column-wrapper .shift-1 {
  margin-left: 8.5298%;
}

.column-wrapper .shift-2 {
  margin-left: 17.05961%;
}

.column-wrapper .shift-3 {
  margin-left: 25.58941%;
}

.column-wrapper .shift-4 {
  margin-left: 34.11922%;
}

@media screen and (max-width: 768px) {
  .column-wrapper .shift-1,
  .column-wrapper .shift-2,
  .column-wrapper .shift-3,
  .column-wrapper .shift-4 {
    margin-left: 0%;
  }
}

/* ==========================================================================
   Top Banner
   ========================================================================== */
.top-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
  background-image: url(../../images/blackboard-bg.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.top-banner .column-wrapper {
  position: relative;
}

.local-hero-info {
  color: #ffffff;
  position: relative;
  left: 200px;
}

.local-hero-info::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .local-hero-info {
    left: 140px;
  }
}

@media screen and (max-width: 600px) {
  .local-hero-info {
    left: auto;
    width: 80%;
    float: right;
  }
}

@media screen and (max-width: 382px) {
  .local-hero-info {
    width: 100%;
  }
}

.local-hero-info > div {
  padding: 0 15px;
  float: left;
  display: block;
  font-family: "Franchise Bold", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .local-hero-info > div {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .local-hero-info > div {
    font-size: 28px;
    padding: 0;
  }
}

@media screen and (max-width: 382px) {
  .local-hero-info > div {
    padding: 0;
  }
}

.local-hero-info .change-store {
  margin-top: 8px;
  width: 100%;
  text-transform: uppercase;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 382px) {
  .local-hero-info .change-store {
    display: block;
  }
}

.local-hero-info .store-name {
  text-align: center;
  width: auto;
  min-width: 225px;
}

@media screen and (max-width: 600px) {
  .local-hero-info .store-name {
    min-width: auto;
    width: 100%;
  }
}

@media screen and (max-width: 382px) {
  .local-hero-info .store-name {
    width: auto;
    float: right;
    margin-right: 15px;
  }
}

.local-hero-info .default-store-info,
.local-hero-info .store-address {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 40%;
}

.local-hero-info .default-store-info span,
.local-hero-info .store-address span {
  display: block;
}

@media screen and (max-width: 382px) {
  .local-hero-info .default-store-info span,
  .local-hero-info .store-address span {
    margin-left: 35px;
  }
}

.local-hero-info .default-store-info .change-store,
.local-hero-info .store-address .change-store {
  margin-top: 8px;
  width: 100%;
  text-transform: uppercase;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 382px) {
  .local-hero-info .default-store-info .change-store,
  .local-hero-info .store-address .change-store {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .local-hero-info .default-store-info,
  .local-hero-info .store-address {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .local-hero-info .default-store-info,
  .local-hero-info .store-address {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 382px) {
  .local-hero-info .default-store-info,
  .local-hero-info .store-address {
    width: 100%;
    float: left;
    text-align: left;
  }
}

.local-hero-info .default-store-info .change-store {
  margin-top: 8px;
  width: 100%;
  text-transform: uppercase;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 382px) {
  .local-hero-info .default-store-info .change-store {
    display: block;
    margin-top: 80px;
  }
}

.local-hero-info td {
  padding: 0 15px;
  font-family: "Franchise Bold", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .local-hero-info td {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .local-hero-info td {
    font-size: 22px;
    padding: 0 5px;
  }
}

.local-hero-info h3 {
  color: #ffffff;
  font-family: "chunkfiveroman", serif;
  font-size: 18px;
  text-transform: none;
}

@media screen and (max-width: 768px) {
  .local-hero-info h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .local-hero-info h3 {
    font-size: 18px;
  }
}

.local-hero-info h2 {
  font-family: "Franchise Bold", sans-serif;
  color: #ffd506;
  font-size: 76px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .local-hero-info h2 {
    font-size: 70px;
  }
}

@media screen and (max-width: 600px) {
  .local-hero-info h2 {
    font-size: 45px;
  }
}

.local-hero-info .est {
  font-family: "chunkfiveroman", serif;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .local-hero-info .est {
    font-size: 18px;
  }
}

.local-hero-info .est:before {
  content: "";
  display: inline-block;
  width: 30px;
  border: 2px solid #333333;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .local-hero-info .est:before {
    display: inline-block;
  }
}

.local-hero-info .est:after {
  content: "";
  display: inline-block;
  width: 30px;
  border: 2px solid #333333;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .local-hero-info .est:after {
    display: inline-block;
  }
}

.local-hero-info .label {
  font-family: "chunkfiveroman", serif;
  color: #d3ced2;
  font-size: 16px;
  width: 140px;
}

@media screen and (max-width: 600px) {
  .local-hero-info .label {
    font-size: 12px;
    width: 100px;
  }
}

.blackboard-banner {
  background-image: url(../../images/blackboard-bg.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ==========================================================================
  Splash Page
  ========================================================================== */
.splash-page {
  background-image: url(../../images/blackboard-bg.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .splash-page {
    min-height: 1024px;
  }
}

.splash-page header {
  height: 250px;
}

@media screen and (max-width: 768px) {
  .splash-page header {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .splash-page header {
    height: 150px;
  }
}

.splash-page h1 {
  font-family: "Franchise Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 90px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .splash-page h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 600px) {
  .splash-page h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.splash-page h2 {
  color: #ffd506;
  font-size: 34px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .splash-page h2 {
    font-size: 26px;
  }
}

.splash-page footer {
  background-image: none;
}

.splash-page footer .copyright {
  text-align: left;
}

.splash-page form {
  border-bottom: 4px solid #ffffff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.splash-page form::after {
  clear: both;
  content: "";
  display: table;
}

.splash-page form.processing {
  background: rgba(255, 255, 255, 0.3);
}

.splash-page input[type="text"],
.splash-page input[type="text"].disabled {
  background: transparent;
  border: none;
  width: calc(100% - 50px);
  float: left;
  padding: 10px 10px 10px 0;
  text-align: center;
  outline: none;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .splash-page input[type="text"],
  .splash-page input[type="text"].disabled {
    text-align: left;
  }
}

.splash-page input[type="text"].disabled {
  color: #ddd;
}

.splash-page input[type="submit"] {
  background: transparent;
  color: #ffd506;
  font-family: "chunkfiveroman", serif;
  font-size: 50px;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: right;
}

.splash-page input[type="submit"]:hover {
  color: #e6c000;
}

@media screen and (max-width: 600px) {
  .splash-page .main-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.splash-page .stores {
  background: #fff;
  margin-bottom: 50px;
}

.splash-page .stores .store {
  padding: 10px;
}

.splash-page .stores .store.nearest {
  background: #ffd506;
}

@media screen and (max-width: 600px) {
  .splash-page footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.modal.store-selector-modal .modal-inner {
  background-image: url(../../images/blackboard-bg.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 1220px) {
  .modal.store-selector-modal .modal-inner {
    padding: 1.5em 0;
  }
}

.modal.store-selector-modal .modal-inner .modal-close {
  background: none;
}

.modal.store-selector-modal .modal-inner h1 {
  font-family: "Franchise Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 90px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .modal.store-selector-modal .modal-inner h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 600px) {
  .modal.store-selector-modal .modal-inner h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.modal.store-selector-modal .modal-inner h2 {
  color: #ffd506;
  font-size: 34px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .modal.store-selector-modal .modal-inner h2 {
    font-size: 26px;
  }
}

.modal.store-selector-modal .modal-inner form {
  border-bottom: 4px solid #ffffff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.modal.store-selector-modal .modal-inner form::after {
  clear: both;
  content: "";
  display: table;
}

.modal.store-selector-modal .modal-inner form.processing {
  background: rgba(255, 255, 255, 0.3);
}

.modal.store-selector-modal .modal-inner form span.processing {
  background-image: url("../../images/preloader.gif") !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
  background-size: 20px;
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
}

.modal.store-selector-modal .modal-inner input[type="text"],
.modal.store-selector-modal .modal-inner input[type="text"].disabled {
  background: transparent;
  border: none;
  width: calc(100% - 50px);
  float: left;
  padding: 10px 10px 10px 0;
  text-align: center;
  outline: none;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .modal.store-selector-modal .modal-inner input[type="text"],
  .modal.store-selector-modal .modal-inner input[type="text"].disabled {
    text-align: left;
  }
}

.modal.store-selector-modal .modal-inner input[type="text"].disabled {
  color: #ddd;
}

.modal.store-selector-modal .modal-inner input[type="submit"] {
  background: transparent;
  color: #ffd506;
  font-family: "chunkfiveroman", serif;
  font-size: 50px;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: right;
}

.modal.store-selector-modal .modal-inner input[type="submit"]:hover {
  color: #e6c000;
}

@media screen and (max-width: 600px) {
  .modal.store-selector-modal .modal-inner .main-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.modal.store-selector-modal .modal-inner .stores {
  margin-bottom: 50px;
  min-height: 400px;
}

.modal.store-selector-modal .modal-inner .stores .store {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.modal.store-selector-modal .modal-inner .stores .store.nearest {
  background: #ffd506;
}

.modal.store-selector-modal .modal-inner .stores .store .button {
  padding: 12px 20px;
  line-height: 1;
}

@media screen and (max-width: 1220px) {
  .modal.store-selector-modal .modal-inner .stores {
    width: 100%;
    min-height: 0;
  }
}

.modal.store-selector-modal .modal-inner .display-local-stores.processing .stores, .modal.store-selector-modal .modal-inner .display-local-stores.error .stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.store-selector-modal .modal-inner .display-local-stores.processing .stores span.processing, .modal.store-selector-modal .modal-inner .display-local-stores.error .stores span.processing {
  color: #fff;
  width: auto;
  padding: 30px 0;
}

.modal.store-selector-modal .modal-inner .display-local-stores.processing .stores .message, .modal.store-selector-modal .modal-inner .display-local-stores.error .stores .message {
  color: #fff;
}

.modal.store-selector-modal .modal-inner .store-map {
  margin-bottom: 50px;
  height: 708px;
}

@media screen and (max-width: 1220px) {
  .modal.store-selector-modal .modal-inner .store-map {
    width: 100%;
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  .modal.store-selector-modal .modal-inner .store-map .store {
    max-width: 150px;
  }
}

/* ==========================================================================
   Store Locator
   ========================================================================== */
.store-locator .region {
  margin-top: 90px;
}

.store-locator .store-hours {
  list-style-type: none;
  margin-left: 0;
}

.store-locator .store-hours strong {
  text-transform: capitalize;
  width: 40px;
  display: inline-block;
  text-align: left;
  margin-right: 10px;
}

.store-map {
  width: 100%;
  height: 600px;
}

.store-map .store {
  padding: 0 15px;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .store-map .store {
    max-width: 300px;
  }
}

.store-map .store-hours {
  list-style-type: none;
}

.store-map .store-hours strong {
  text-transform: capitalize;
  width: 40px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

/* ==========================================================================
    Main Content
    ========================================================================== */
.main-content {
  padding-top: 60px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.main-content > section {
  margin-bottom: 60px;
}

.main-content > section:last-child {
  margin-bottom: 0;
}

.main-content .page-content {
  padding-left: 20px;
  padding-right: 20px;
}

.main-content .page-content .woocommerce {
  margin-left: -20px;
  margin-right: -20px;
}

#content {
  padding: 60px 0;
}

div.product .special-item,
.special-item {
  margin-bottom: 40px;
}

div.product .special-item img,
.special-item img {
  display: block;
  width: 100%;
}

div.product .special-item h3,
.special-item h3 {
  margin: 0;
  background-color: #ffd506;
  font-family: "ubuntu", sans-serif;
  font-weight: 500;
  padding: 15px;
  text-transform: none;
}

div.product .special-item h3::after,
.special-item h3::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 600px) {
  div.product .special-item h3,
  .special-item h3 {
    font-size: 18px;
  }
}

div.product .special-item h3 .price,
.special-item h3 .price {
  font-weight: 700;
  font-size: 1em;
  float: right;
  color: #000;
}

div.product {
  overflow: hidden;
}

div.product.column-1of3 {
  margin-right: 1.35765%;
}

div.product.column-1of3 .special-item h3 {
  font-size: 16px;
}

/* ==========================================================================
   Shop Pages
   ========================================================================== */
.how-it-works {
  background-color: #ffd506;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .how-it-works h2 {
    text-align: center;
  }
}

.how-it-works img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .how-it-works img {
    max-width: 200px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .how-it-works img {
    max-width: 100px;
  }
}

.how-it-works .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.how-it-works .flexbox > div {
  border-left: 2px solid #ffffff;
  padding-left: 20px;
}

.how-it-works p {
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .how-it-works p {
    font-size: 16px;
  }
}

.how-it-works .number {
  font-family: "chunkfiveroman", serif;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .how-it-works .number {
    font-size: 40px;
  }
}

.how-it-works .how-it-works-trigger {
  font-size: 50px;
  font-family: "Franchise Bold", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
  line-height: 0.3;
}

.how-it-works #how-it-works-target {
  margin-bottom: 20px;
}

.shop-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .shop-nav {
    margin-top: 0;
  }
}

.shop-nav li {
  display: block;
  width: 14.285%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-family: "Franchise Bold", sans-serif;
  font-size: 28px;
}

@media screen and (max-width: 600px) {
  .shop-nav li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

.shop-nav li.active a {
  color: #ffd506;
}

.shop-nav li.active span {
  background-color: #ffd506;
  color: #ffffff;
}

.shop-nav li:first-child.active span {
  background-color: red;
}

.shop-nav a {
  color: #333333;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.shop-nav a:hover {
  color: #666666;
}

.shop-nav span {
  display: block;
  padding: 5px;
}

@media screen and (max-width: 600px) {
  .shop-nav span {
    width: calc(100% - 60px);
    float: left;
  }
}

.shop-nav i {
  display: block;
  font-size: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .shop-nav i {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  .shop-nav i {
    font-size: 30px;
    width: 60px;
    float: left;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 5px;
  }
}

.shop-nav i.icon-specials {
  color: red;
}

.promo {
  padding: 50px 70px;
  margin-bottom: 40px;
  text-align: center;
}

.promo span {
  font-family: "Franchise Bold",sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1;
  text-transform: uppercase;
  color: #fff;
}

.product-banner {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .product-banner {
    display: none;
  }
}

.woocommerce span.onsale {
  top: 6%;
  left: -13.3%;
  min-height: auto;
  width: 11em;
  padding: 0.7em;
  line-height: 1.3;
  font-size: 1em;
  border-radius: 0;
  background-color: #ffd506;
  color: #333333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /* clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);*/
}

.woocommerce .column-1of4 span.onsale {
  top: 6.9%;
  left: -17.9%;
}

.woocommerce .woocommerce-breadcrumb {
  font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: normal;
  text-decoration: underline;
}

.woocommerce .product-item,
div.product .product-item,
.product-item {
  margin-bottom: 40px;
}

.woocommerce .product-item img,
div.product .product-item img,
.product-item img {
  width: 100%;
  height: auto;
}

.woocommerce .product-item h3,
div.product .product-item h3,
.product-item h3 {
  font-family: "ubuntu", sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 17px;
  margin: 0;
}

.woocommerce .product-item span.price,
.woocommerce .product-item p,
div.product .product-item span.price,
div.product .product-item p,
.product-item span.price,
.product-item p {
  font-weight: 700;
  font-size: 17px;
  color: #000;
  margin-bottom: 1em;
  display: inline-block;
}

.woocommerce .product-item .woocommerce-LoopProduct-link,
div.product .product-item .woocommerce-LoopProduct-link,
.product-item .woocommerce-LoopProduct-link {
  display: block;
}

.woocommerce .product-item .add-to-cart,
div.product .product-item .add-to-cart,
.product-item .add-to-cart {
  background-color: #ffd506;
  font-family: "Franchise Bold", sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  color: #333333;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.woocommerce .product-item .add-to-cart.loading:after, .woocommerce .product-item .add-to-cart:after,
div.product .product-item .add-to-cart.loading:after,
div.product .product-item .add-to-cart:after,
.product-item .add-to-cart.loading:after,
.product-item .add-to-cart:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  display: block;
  float: right;
  font-size: 20px;
  margin-top: 0px;
  -webkit-animation: none !important;
          animation: none !important;
  position: relative;
  top: auto;
  right: auto;
}

.woocommerce .product-item .add-to-cart:hover,
div.product .product-item .add-to-cart:hover,
.product-item .add-to-cart:hover {
  background-color: #ffda25;
}

.column-1of4 .product-item > a:first-child {
  overflow: hidden;
}

.column-1of4 .product-item > a:first-child img {
  width: auto;
  height: 205px;
  max-width: none;
}

.cart .quantity,
.add-to-cart-form .quantity {
  display: inline-block;
}

.cart input[type="number"],
.add-to-cart-form input[type="number"] {
  max-width: 60px;
}

.cart #price_calculator.simple_price_calculator.user-defined-mode,
.add-to-cart-form #price_calculator.simple_price_calculator.user-defined-mode {
  margin: 0 0 20px;
}

.cart #price_calculator.simple_price_calculator.user-defined-mode .weight-input label,
.add-to-cart-form #price_calculator.simple_price_calculator.user-defined-mode .weight-input label {
  margin-right: 1em;
}

.cart #price_calculator.simple_price_calculator.user-defined-mode .min-quantity td,
.add-to-cart-form #price_calculator.simple_price_calculator.user-defined-mode .min-quantity td {
  padding: 1em 0 0;
}

/* ==========================================================================
   Recipe Pages
   ========================================================================== */
.recipe-banner {
  background-color: #ffd506;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.recipe-banner .column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .recipe-banner .column-wrapper {
    display: block;
  }
}

.recipe-banner h2 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .recipe-banner h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 600px) {
  .recipe-banner h2 {
    font-size: 26px;
  }
}

.recipe-banner p {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .recipe-banner p {
    font-size: 16px;
  }
}

.recipe-banner .videos-cta {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.recipe-banner .videos-cta .video-icon {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .recipe-banner .videos-cta .video-icon {
    width: 100px;
  }
}

.recipe-banner .videos-cta h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}

.recipe-banner .videos-cta a:hover {
  opacity: 0.9;
}

.recipe-hero-item {
  position: relative;
  margin-bottom: 40px;
}

.recipe-hero-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.recipe-hero-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffd506;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}

.recipe-hero-item a:hover:after {
  opacity: .4;
}

.recipe-hero-item img {
  display: block;
  width: auto;
  max-width: none;
  height: 305px;
}

.recipe-hero-item .recipe-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 10;
}

.recipe-hero-item h2 {
  margin: 0;
  font-family: "Franchise Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 60px;
}

@media screen and (max-width: 600px) {
  .recipe-hero-item h2 {
    font-size: 40px;
  }
}

.tax-recipe-category .product-item > a:first-child {
  overflow: hidden;
  display: block;
}

.tax-recipe-category .product-item > a:first-child img {
  height: 229px;
  width: auto;
  max-width: none;
}

.tip-item {
  text-align: center;
  width: 64%;
  margin: 0 auto;
  padding: 3em 0;
  border-bottom: 1px solid grey;
}

@media screen and (max-width: 768px) {
  .tip-item {
    width: 100%;
  }
}

.prep-cooking-time,
.serves {
  display: inline-block;
  margin-right: 1em;
}

.prep-cooking-time img,
.serves img {
  vertical-align: middle;
  margin-right: 0.5em;
}

/* ==========================================================================
     Checkout Page
     ========================================================================== */
.woocommerce-cart table.cart,
.cart-items {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 18px;
}

.woocommerce-cart table.cart thead,
.cart-items thead {
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 600px) {
  .woocommerce-cart table.cart thead,
  .cart-items thead {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-cart table.cart tr,
  .cart-items tr {
    display: block;
  }
  .woocommerce-cart table.cart tr:not(:last-child),
  .cart-items tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
}

.woocommerce-cart table.cart tr th,
.cart-items tr th {
  text-align: left;
}

.woocommerce-cart table.cart tr th, .woocommerce-cart table.cart tr td,
.cart-items tr th,
.cart-items tr td {
  padding: 10px;
}

.woocommerce-cart table.cart tr th:last-child, .woocommerce-cart table.cart tr td:last-child,
.cart-items tr th:last-child,
.cart-items tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .woocommerce-cart table.cart tr th:last-child, .woocommerce-cart table.cart tr td:last-child,
  .cart-items tr th:last-child,
  .cart-items tr td:last-child {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-cart table.cart tr th, .woocommerce-cart table.cart tr td,
  .cart-items tr th,
  .cart-items tr td {
    display: block;
  }
}

.woocommerce-cart table.cart tr td.product-thumbnail img,
.cart-items tr td.product-thumbnail img {
  width: 100px;
}

.woocommerce-cart table.cart tr td.remove,
.cart-items tr td.remove {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .woocommerce-cart table.cart tr td.remove,
  .cart-items tr td.remove {
    text-align: left;
  }
}

.woocommerce-cart table.cart input[type="number"],
.woocommerce-cart table.cart input[type="text"],
.cart-items input[type="number"],
.cart-items input[type="text"] {
  width: 60px;
}

.woocommerce-cart table.cart .quantity,
.cart-items .quantity {
  display: inline-block;
}

.woocommerce-cart table.cart #coupon_code,
.cart-items #coupon_code {
  width: 200px;
}

.cart-total {
  text-align: right;
  margin-bottom: 40px;
  font-size: 18px;
}

.cart-total h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.cart-total span.amount {
  vertical-align: middle;
  display: inline-block;
}

.checkout-button {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .checkout-button {
    text-align: left;
    margin-top: 20px;
  }
}

.cart-continue-shopping {
  margin: 0 auto 20px;
}

.woocommerce .checkout .flatpickr .input-text {
  width: 75%;
}

.woocommerce .checkout .flatpickr .button {
  padding: 11px 15px;
}

.woocommerce .checkout .flatpickr .button[data-clear] {
  color: #333333;
  font: 14px/1 "chunkfiveroman", serif;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 20px;
  background-color: #cccccc;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  outline: none;
  position: relative;
  padding: 11px 15px;
}

.woocommerce .checkout .flatpickr .button[data-clear]:hover {
  color: #333333;
  background-color: #bdbdbd;
}

.woocommerce .checkout .flatpickr .button[data-clear]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce .checkout .flatpickr .form-field-message {
  display: block;
  margin-top: 0.5em;
  color: grey;
}

.woocommerce .checkout .form-delivery-notice {
  text-transform: uppercase;
}

.woocommerce .checkout .postcode-finder {
  margin-top: 1em;
  margin-bottom: 0;
}

.woocommerce .checkout .woocommerce-shipping-contents {
  margin: 1em 0;
}

.woocommerce .checkout-progress {
  display: block;
  padding: 0;
  margin: 20px 0;
}

.woocommerce .checkout-progress li {
  list-style-type: none;
  float: left;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 600px) {
  .woocommerce .checkout-progress li {
    padding: 1em 0;
    margin-bottom: 7px;
    width: 150px;
  }
}

.woocommerce .checkout-progress li a, .woocommerce .checkout-progress li span {
  color: #333333;
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
  background: #ddd;
  -webkit-clip-path: polygon(95% 0%, 99% 50%, 95% 100%, 0% 100%, 4% 50%, 0% 0%);
          clip-path: polygon(95% 0%, 99% 50%, 95% 100%, 0% 100%, 4% 50%, 0% 0%);
}

@media screen and (max-width: 600px) {
  .woocommerce .checkout-progress li a, .woocommerce .checkout-progress li span {
    padding: 1em 0;
  }
}

.woocommerce .checkout-progress li:first-child a {
  -webkit-clip-path: polygon(95% 0%, 99% 50%, 95% 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(95% 0%, 99% 50%, 95% 100%, 0% 100%, 0% 50%, 0% 0%);
}

.woocommerce .checkout-progress li:last-child {
  border-right: 0;
}

.woocommerce .checkout-progress li.active a {
  background-color: #ffd506;
}

/* ==========================================================================
	My Account Page
	========================================================================== */
.main-content .woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.main-content .woocommerce-MyAccount-navigation ul li {
  padding: 0.5em 0 0;
}

.main-content .woocommerce-MyAccount-navigation ul li a {
  font-family: "Franchise Bold", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #333333;
}

.main-content .woocommerce-MyAccount-navigation ul li a:hover {
  color: #ffd506;
}

/* ==========================================================================
	Store Admin Page
	========================================================================== */
#store-admin .main-content {
  padding-top: 220px;
}

#store-admin .main-content .column-wrapper {
  max-width: 94em;
}

#store-admin .main-content .column-wrapper .content-container {
  width: 100%;
}

#store-admin .main-content .column-wrapper .content-container .order-actions {
  padding: 0.5em 0 1em;
}

#store-admin .main-content .column-wrapper .content-container .order-actions .button {
  margin-right: 5px;
}

#store-admin .main-content .column-wrapper .content-container .order-number a {
  font-size: 1.25em;
}

#store-admin .main-content .column-wrapper .content-container .order-date time {
  color: #777;
}

#store-admin .main-content .column-wrapper .content-container .order-delivery-date p {
  font-size: 1.25em;
  vertical-align: middle;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #store-admin .main-content .column-wrapper .content-container tr.order {
    margin-bottom: 1em;
  }
  #store-admin .main-content .column-wrapper .content-container .order-actions {
    padding: 6px 12px;
  }
  #store-admin .main-content .column-wrapper .content-container .order-actions::before {
    display: none;
  }
  #store-admin .main-content .column-wrapper .content-container .order-actions .button {
    margin: 5px 0;
    width: 100%;
  }
  #store-admin .main-content .column-wrapper .content-container .order-action {
    display: none;
  }
  #store-admin .main-content .column-wrapper .content-container .order-update-status::before {
    content: attr(data-title) " ";
  }
}

#store-admin .main-content .column-wrapper .content-container .store_admin_orders {
  font-size: 0.85em;
}

#store-admin .main-content .column-wrapper .content-container .store_admin_orders .order-update-status .button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 2%;
  width: 48%;
}

@media only screen and (max-width: 1200px) {
  #store-admin .main-content .column-wrapper .content-container .store_admin_orders .order-update-status .button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2%;
    width: 100%;
  }
}

#store-admin .main-content .column-wrapper .content-container .woocommerce #store_admin_login {
  width: 48%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

/* ==========================================================================
	The Butchers Block
	========================================================================== */
.modal.butchers-block {
  background-color: #ffd506;
  display: block;
  width: 100%;
}

.modal.butchers-block .modal-trigger {
  text-align: center;
}

.modal.butchers-block .modal-trigger h3 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}

.modal.butchers-block .modal-trigger span {
  display: inline-block;
  margin: 0 0.5em 0 1.5em;
  padding: 0.5em 1.5em;
  border-left: 0.2em solid #333;
  border-right: 0.2em solid #333;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .modal.butchers-block .modal-trigger h3 {
    display: inline-block;
    text-align: center;
  }
  .modal.butchers-block .modal-trigger span {
    display: inline-block;
    border-left: 0;
    border-right: 0;
  }
}

.modal.butchers-block .modal-inner h1 {
  text-align: center;
  border-bottom: 0.25em solid #ffd506;
  padding-bottom: 0.25em;
}

.modal.butchers-block .modal-inner .modal-intro {
  text-align: center;
  padding: 0 20%;
}

.modal.butchers-block .modal-inner form .form-group input,
.modal.butchers-block .modal-inner form .form-group select {
  width: 100%;
}

.modal.butchers-block .modal-inner form .form-group .button {
  margin-top: 0.9em;
  float: right;
}

.modal.butchers-block .modal-inner form .amf-type-captcha {
  margin-top: 0.9em;
}

.modal.butchers-block .modal-inner form.modal-content {
  -webkit-columns: none;
          columns: none;
}

@media only screen and (max-width: 1017px) {
  .modal.butchers-block .modal-inner form .column-1of2 {
    width: 100%;
  }
}

.modal.butchers-block .modal-inner hr {
  border-color: #ddd;
  border-width: 3px;
  margin-top: 3em;
}

.modal.butchers-block .modal-inner .features div {
  text-align: center;
}

.modal.butchers-block .modal-inner .features div a {
  color: #333;
}

.modal.butchers-block .modal-inner .features div .icon-specials,
.modal.butchers-block .modal-inner .features div .icon-mad-meat-box {
  font-size: 5em;
  display: inline-block;
  margin: 0.38em auto;
}

.modal.butchers-block .modal-inner .features div .icon-recipes {
  width: 50%;
}

/* ==========================================================================
   Fundraising Calculator
   ========================================================================== */
#fundraising-calculator {
  width: 100%;
}

#fundraising-calculator .form-group {
  width: 100%;
  display: block;
  float: left;
}

#fundraising-calculator .form-group label {
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 1.2rem;
}

#fundraising-calculator .form-group.line-items, #fundraising-calculator .form-group.sell-price-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

#fundraising-calculator .form-group.line-items label, #fundraising-calculator .form-group.sell-price-line label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 15px 0 0;
  font-size: 1.2rem;
}

#fundraising-calculator .form-group.line-items .form-help-text, #fundraising-calculator .form-group.sell-price-line .form-help-text {
  display: block;
  width: 200px;
  padding: 0 15px 0 0;
}

#fundraising-calculator .form-group.line-items .form-help-text .form-control, #fundraising-calculator .form-group.sell-price-line .form-help-text .form-control {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
}

#fundraising-calculator .form-group.line-items .form-help-text span, #fundraising-calculator .form-group.sell-price-line .form-help-text span {
  display: block;
  width: 100%;
}

#fundraising-calculator .form-group.line-items .line-item-total,
#fundraising-calculator .form-group.line-items .sell-price-spacer, #fundraising-calculator .form-group.sell-price-line .line-item-total,
#fundraising-calculator .form-group.sell-price-line .sell-price-spacer {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  width: 100px;
  text-align: right;
}

#fundraising-calculator .form-group .cost-price {
  display: inline-block;
  float: right;
  padding: 1rem 0;
  font-size: 1.2rem;
}

#fundraising-calculator .form-group .profit {
  display: inline-block;
  float: right;
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 2;
}

#fundraising-calculator button[type=submit] {
  float: right;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-container iframe, .responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
//  06 - Slideshow
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  07 - Sidebar
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  08 - Widgets
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  09 - Comments
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  10 - Pagination
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  11 - Footer
//////////////////////////////////////////////////////////////////////////////*/
footer {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../../images/blackboard-bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer a {
  color: #ffffff;
}

footer h3 {
  font-family: "chunkfiveroman", serif;
  color: #ffd506;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
}

footer .copyright {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  footer .copyright {
    text-align: left;
  }
}

footer .column-1of4 {
  margin-bottom: 40px;
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links li {
  display: inline-block;
  font-size: 34px;
  margin-right: 10px;
}

.social-links li a {
  color: #ffd506;
}

.social-links li a:hover {
  color: #e6c000;
}

/*//////////////////////////////////////////////////////////////////////////////
//  12 - Media Queries
//////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 768px) {
  .woocommerce table.cart .product-thumbnail {
    display: block;
    text-align: left !important;
    color: transparent;
  }
}

.mobile-show {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .mobile-show {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none !important;
  }
}

.tablet-show {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tablet-show {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
}

.hide {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?3udy9");
  src: url("../../fonts/icomoon.eot?3udy9#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?3udy9") format("woff2"), url("../../fonts/icomoon.ttf?3udy9") format("truetype"), url("../../fonts/icomoon.woff?3udy9") format("woff"), url("../../fonts/icomoon.svg?3udy9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-specials:before {
  content: "\e90d";
}

.icon-small-goods:before {
  content: "\e90e";
}

.icon-sausages:before {
  content: "\e90e";
}

.icon-beef:before {
  content: "\e908";
}

.icon-chicken:before {
  content: "\e909";
}

.icon-lamb:before {
  content: "\e90a";
}

.icon-meat-pack:before {
  content: "\e90b";
}

.icon-mad-meat-box:before {
  content: "\e90b";
}

.icon-pork:before {
  content: "\e90c";
}

.icon-chevron-right:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}

.icon-shopping-basket:before {
  content: "\e904";
}

.icon-youtube-with-circle:before {
  content: "\e905";
}

.icon-twitter-with-circle:before {
  content: "\e906";
}

.icon-facebook-with-circle:before {
  content: "\e907";
}

/*//////////////////////////////////////////////////////////////////////////////
//  Print
//////////////////////////////////////////////////////////////////////////////*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */