﻿@charset "UTF-8";
/*
Theme Name: OMC
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Figureground Inc.
Author URI: http://figureground.com/
Description: Custom Wordpress Theme for OMC Smokehouse, Duluth, MN
Text Domain: omc
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Animation
 _________________________________________________________________________________________
 */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Variables
 _________________________________________________________________________________________
 */
/**
 * Mixins
 _________________________________________________________________________________________
 */
.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/**
 * Base
 _________________________________________________________________________________________
 */
* {
  box-sizing: border-box;
  line-height: 1.5;
}

a {
  transition: all 0.2s ease-out;
}

a:link {
  color: #959aaa;
  text-decoration: none;
}

a:visited {
  color: #aaaebf;
  text-decoration: none;
}

a:hover {
  color: #797e90;
  text-decoration: none;
}

a:active {
  border: none;
  color: #525766;
  text-decoration: none;
}

a:focus {
  border: none;
}

a img {
  border: none;
}

address {
  font-style: normal;
  margin: 0 0 1em 0;
}

blockquote.quote {
  border: 1px solid #2d2824;
  font-size: 1.2em;
  padding: 1em 2em 0 2em;
}

body {
  background-color: #f4f2ee;
  color: #66645c;
  font-family: "Montserrat", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.8;
  margin: 0 auto;
  min-height: 100%;
  padding: 24px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    border-top: 10px;
    padding: 0;
  }
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

cite {
  font-style: italic;
}

.clear {
  clear: both;
  display: block;
}

em {
  font-style: italic;
}

h1 {
  color: #802317;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  font-size: 2.5em;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #f4f2ee, 3px 3px 0 #bfc5d3;
  text-transform: uppercase;
}

h2 {
  color: #802317;
  font-size: 1.6em;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 1em 0;
  padding: 0;
  text-shadow: 1px 1px 0 #f4f2ee, 2px 2px 0 #4c4e55;
  text-transform: uppercase;
}

h3 {
  color: #333;
  font-size: 1.25em;
  margin: 0 0 0.25em 0;
}

h4 {
  color: #2d2824;
  font-size: 1em;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-weight: bold;
}

h5 {
  color: #2d2824;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
}

html {
  background-color: #f4f2ee;
  height: 100%;
}

hr {
  border: 0;
  border-top: 1px solid #66645c;
}

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

.inline-block {
  display: inline-block;
}

ol {
  list-style-type: decimal;
  margin: 0 0 2em 1em;
}

ol li {
  margin: 0 0 0.5em 0;
}

li {
  margin: 0 0 1em 0;
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 2em 0;
}

strong {
  font-weight: bold;
}

.subtle {
  color: #c1b8b1;
}

sup {
  font-size: 0.6em;
  vertical-align: top;
}

ul {
  margin: 0 0 2em 1em;
  padding: 0;
}

/* WooCommerce */
.postid-4943 .related.products {
  display: none;
}

.badge {
  background-color: #802317;
  border-radius: 50%;
  color: #f4f2ee;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  height: 2em;
  line-height: 1em;
  padding: 0.5em;
  position: relative;
  text-align: center;
  width: 2em;
}

.badge-minnesconsin,
.badge-super-bowl,
.badge-turkey {
  background-color: rgba(0, 0, 0, 0.3);
  color: #f4f2ee;
  font-weight: bold;
  min-height: 30vw;
  margin: 0 auto 0 auto;
  padding: 0 0 2em 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .badge-minnesconsin,
  .badge-super-bowl,
  .badge-turkey {
    border-radius: 8px;
    display: flex;
    margin: 2em;
    padding: 0;
  }
}
.badge-minnesconsin h2,
.badge-super-bowl h2,
.badge-turkey h2 {
  color: #4c4e55;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-shadow: 1px 1px 0 #4c4e55, 2px 2px 0 #f4f2ee;
}
@media only screen and (min-width: 960px) {
  .badge-minnesconsin h2,
  .badge-super-bowl h2,
  .badge-turkey h2 {
    margin: 2vw 0 3vw 0;
  }
}
.badge-minnesconsin img,
.badge-super-bowl img,
.badge-turkey img {
  display: block;
  margin: 0 0 1.5em 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .badge-minnesconsin img,
  .badge-super-bowl img,
  .badge-turkey img {
    border-radius: 8px 0 0 8px;
    margin: 0;
  }
}
.badge-minnesconsin p,
.badge-super-bowl p,
.badge-turkey p {
  margin: 0 1em 0.66em 1em;
}
@media only screen and (min-width: 960px) {
  .badge-minnesconsin p,
  .badge-super-bowl p,
  .badge-turkey p {
    margin: 1vw 0 3vw 0;
  }
}
.badge-minnesconsin .type,
.badge-super-bowl .type,
.badge-turkey .type {
  padding: 5vw;
}
.badge-price {
  background-color: transparent;
  color: #66645c;
  font-size: 1.3em;
  height: 1em;
  padding: 0;
  width: 2.5em;
}
.badge-price span {
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 2.5em;
}

.btn,
.gform_button {
  background-color: #222;
  border-radius: 2em;
  box-shadow: 1px 1px 0 #f4f2ee, 2px 4px 0 #e1e5e6;
  color: #f4f2ee;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 1em 1.5em;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.btn:link, .btn:visited,
.gform_button:link,
.gform_button:visited {
  color: #f4f2ee;
}
.btn:hover,
.gform_button:hover {
  background-color: #687379;
  box-shadow: 1px 1px 0 #f4f2ee, 2px 4px 0 #d8d5d0;
}
.btn:active,
.gform_button:active {
  box-shadow: 1px 1px 0 #f4f2ee, 2px 3px 0 #d8d5d0;
  left: 2px;
  top: 2px;
}
.btn:disabled,
.gform_button:disabled {
  background-color: #e1e5e6;
  box-shadow: 1px 1px 0 #f4f2ee, 2px 3px 0 #e1e5e6;
  cursor: auto;
}
.btn:disabled:active,
.gform_button:disabled:active {
  left: 0;
  top: 0;
}
#hero .btn,
#hero .gform_button {
  background-color: #f4f2ee;
  box-shadow: 3px 3px 0 black;
  color: #222;
}

.btn-indiegogo {
  background-color: #5d1a11;
}

.btn_top {
  color: #908781;
  transition: color 0.2s ease-in-out;
  vertical-align: middle;
}
.btn_top:hover {
  color: #c1b8b1;
}
.btn_top:active {
  color: #d8d5d0;
}
.btn_top .icon {
  font-size: 2em;
  vertical-align: middle;
}

/* WooCommmerce Overrides */
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: #802317 !important;
  background-color: #802317 !important;
  color: white !important;
  text-shadow: transparent !important;
  box-shadow: none;
  border-color: #ca0606 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
  background: #802317 !important;
  background-color: #802317 !important;
  color: white !important;
  text-shadow: transparent !important;
  box-shadow: none;
  border-color: #ca0606 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  background: #802317 !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: #ca0606 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: #802317 !important;
  box-shadow: none;
  text-shadow: transparent !important;
  color: white !important;
  border-color: #ca0606 !important;
}

.page-id-263 .button.wc-forward {
  display: none;
}

/**
 * Icons
 _________________________________________________________________________________________
 */
i.icon {
  font-family: "fontello";
  font-style: normal;
}

.icon-plus,
.icon-fire,
.icon-gf {
  color: #eb7b24;
}

.icon-facebook-official,
.icon-instagram {
  color: #d8d5d0;
  font-size: 2em;
}

/**
 * Image
 _________________________________________________________________________________________
 */
.img-featured {
  display: block;
  margin: 0 auto 1em auto;
}

.gift_cards {
  padding: 0 2em;
}

.logo_brewery {
  float: right;
  margin: 0 0 0 1em;
  width: 60px;
}
.logo_brewery.blacklist-artisan-ales {
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .logo_brewery {
    margin: -0.5em -0.5em -0.5em 4em;
  }
}

.snapshot {
  border: 8px solid #fff;
  box-shadow: 1px 1px 4px #c1b8b1;
}

/**
 * Type
 _________________________________________________________________________________________
 */
.description {
  color: #f4f2ee;
  font-size: 1rem;
  padding-top: 4vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .description {
    font-size: 1.2rem;
  }
}
.description .divider {
  color: #687379;
  display: none;
  margin: 0 1em;
}
@media only screen and (min-width: 480px) {
  .description .divider {
    display: inline-block;
  }
}
.description .divider-wrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .description .divider-wrap {
    display: inline-block;
  }
}
.description span.type {
  display: block;
}
@media only screen and (min-width: 768px) {
  .description span.type {
    display: inline-block;
  }
}

.divider {
  color: #c1b8b1;
  display: inline-block;
  margin: 0 0.2em;
}

.excerpt {
  line-height: 1.25em;
  margin: 0 0 1em 0;
}

.gform_wrapper .gform_title {
  color: #802317;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 2.5em !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #f4f2ee, 3px 3px 0 #bfc5d3;
  text-transform: uppercase;
}

.heading-date {
  color: #c1b8b1;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-align: center;
}

.heading-title {
  margin: 0;
  padding: 0 0 0.5em 0;
  text-align: center;
}
h1 .heading-title {
  padding: 0 0 1em 0;
}

.intro {
  background-image: url(""), url("");
  background-position: 0 bottom, 0 top;
  background-repeat: repeat-x, repeat-x;
  background-size: 8px 8px, 8px 8px;
  font-size: 1.25em;
  padding: 1em 0;
}

.job_description {
  border-bottom: 1px solid #d8d5d0;
  color: #c1b8b1;
  letter-spacing: 3px;
  margin: -1em 0 2em 0;
  font-size: 1em;
  position: relative;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
}
.job_description span {
  background-color: #f4f2ee;
  padding: 0 1em;
  position: relative;
  top: 1.25em;
}

.normal {
  font-weight: normal;
}

h1.omc {
  color: #f4f2ee;
  font-size: 2.3em;
  padding: 20vh 0 0 0;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  h1.omc {
    font-size: 6em;
  }
}
@media only screen and (min-width: 768px) {
  h1.omc {
    font-size: 8em;
  }
}

/**
 * Align (Wordpress classes)
 _________________________________________________________________________________________
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * Grid
 _________________________________________________________________________________________
 */
.column {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 -4px 0 auto;
  padding: 0 5%;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.column .row {
  margin: 0 -5.555%;
}
@media only screen and (min-width: 768px) {
  .column.column-1 {
    width: 8.3333%;
  }
  .column.column-2 {
    width: 16.6666%;
  }
  .column.column-3 {
    width: 25%;
  }
  .column.column-4 {
    width: 33.3333%;
  }
  .column.column-5 {
    width: 41.6666%;
  }
  .column.column-6 {
    width: 50%;
  }
  .column.column-6 {
    max-width: 700px;
  }
  .column.column-7 {
    width: 58.3333%;
  }
  .column.column-8 {
    padding: 0 2% 0 5%;
    width: 66.6666%;
  }
  .column.column-9 {
    width: 75%;
  }
  .column.column-10 {
    width: 83.3333%;
  }
  .column.column-11 {
    width: 91.6666%;
  }
  .column.column-12 {
    float: none;
    width: 100%;
  }
  .column.column-sidebar {
    padding: 0 5% 0 0;
  }
  .column.column-sub {
    column-count: 2;
    column-gap: 40px;
  }
  .column.column-sub p {
    display: inline-block;
  }
}

.page-id-120 .column.column-3 {
  padding: 0 0 0 5%;
}

.page-id-120 .column-6 + .column.column-3 {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-id-120 .column-6 + .column.column-3 {
    padding: 0 5% 0 0;
  }
}

.page-id-120 .column-6 {
  padding: 0;
}

.page-id-383 .column.column-3 {
  padding: 0 2%;
}
@media only screen and (min-width: 768px) {
  .page-id-383 .column.column-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .page-id-383 .column.column-3 {
    width: 25%;
  }
}

.page-id-383 .column.column-4 {
  padding: 0 2%;
}
@media only screen and (min-width: 768px) {
  .page-id-383 .column.column-4 {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .page-id-383 .column.column-4 {
    width: 33.3333%;
  }
}

.page {
  flex: 1;
}

.row {
  display: block;
  margin: auto;
  max-width: 1600px;
  position: relative;
  text-align: center;
  width: 100%;
}

.row-bleed {
  max-width: 9999px;
}
.row-bleed .column .row {
  margin: 0 -5.5555%;
  width: 111.1111%;
}

.row-packages {
  padding: 0 3%;
}

.single-post main {
  margin: 0 auto;
  max-width: 640px;
}

/**
 * Tile
 _________________________________________________________________________________________
 */
.tiles {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tile {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 480px) {
  .tile {
    flex: 0 0 33.3333%;
    padding: 0 1.5%;
  }
}
@media only screen and (min-width: 768px) {
  .tile {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 960px) {
  .tile {
    flex: 0 0 20%;
    padding: 0 1.25%;
  }
}
@media only screen and (min-width: 1200px) {
  .tile {
    flex: 0 0 16.6666%;
    padding: 0 1%;
  }
}
@media only screen and (min-width: 480px) {
  .tile.tile-xl {
    flex: 0 0 50%;
    padding: 0 1.5%;
  }
}
@media only screen and (min-width: 960px) {
  .tile.tile-xl {
    flex: 0 0 33.3333%;
    padding: 0 1.25%;
  }
}

/**
 * Accordion
 _________________________________________________________________________________________
 */
.accordion {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}
.accordion .icon-down-open-big,
.accordion .icon-up-open-big {
  color: #c1b8b1;
  float: right;
  font-size: 0.8em;
  position: absolute;
  right: 0.5em;
  text-shadow: none;
  top: 1em;
}
.accordion li {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.accordion li:before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .accordion li {
    display: inline-block;
    width: 100%;
  }
}
.accordion section {
  overflow: hidden;
  padding: 1em 0 0 0;
}
.accordion ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .accordion {
    column-count: 2;
    column-gap: 100px;
    column-rule: 3px dashed #d8d5d0;
    column-width: 50%;
    margin: 0 0 4em 0;
  }
}

.food_item_title {
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.2em 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .food_item_title {
    font-size: 1.2em;
  }
}

.food_item_title {
  color: #7c7970;
}
.food_item_title a:link, .food_item_title a:visited {
  color: #7c7970;
}
.food_item_title a:hover {
  color: #802317;
}
.food_item_title a:active {
  color: #eb7b24;
}

.section_title {
  border-bottom: 2px solid #e4e1da;
  cursor: pointer;
  font-size: 1.25em;
  margin: 0;
  padding: 0.5em 1.5em 0.5em 0;
  position: relative;
  text-shadow: 1px 1px 0 #f4f2ee, 2px 2px 0 #bfc5d3;
}
.section_title a {
  display: block;
}
.section_title a:link, .section_title a:visited, .section_title a:hover, .section_title a:active {
  color: #802317;
}
@media only screen and (min-width: 768px) {
  .section_title {
    border-bottom: 5px solid #e4e1da;
    cursor: default;
    font-size: 1.5em;
    padding: 1em 1.25em 0.5em 0;
  }
}

.subsection_title {
  border-top: 1px solid #d8d5d0;
  color: #c1b8b1;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 0 0 0;
  text-transform: uppercase;
}
.subsection_title + .box-description {
  margin: 0 0 1em 0;
}

.accordion_section > ul > li:first-child > .subsection_title {
  margin-top: -0.8em;
}

/**
 * Box
 _________________________________________________________________________________________
 */
.box {
  background-color: #edeae4;
  box-shadow: 1px 1px 0 #f4f2ee, 2px 2px 0 #d8d5d0;
  margin: 0 0 1em 0;
  padding: 1em;
  position: relative;
}

.box-catering {
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
}
.box-catering h3 {
  font-size: 1em;
  padding: 0.5em 5%;
}
.box-catering h4 {
  color: #66645c;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0.6em;
  right: 1em;
}
.box-catering img {
  border-radius: 0 0 4px 4px;
  display: block;
  margin: 0.5em 0 0 0;
}

.box-catering + p {
  font-size: 0.9em;
}

.box-description {
  color: #908781;
  margin: -1em 0 2em 0;
  overflow: hidden;
  padding: 0.75em;
}
@media only screen and (min-width: 768px) {
  .box-description {
    padding: 1.25em;
  }
}
.box-description p {
  line-height: 1.25em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .box-description p {
    line-height: 1.5em;
  }
}
.box-description p.service_charge {
  margin: 0 auto 1em auto;
}
.box-description strong {
  color: #eb7b24;
  font-size: 2em;
  line-height: 0.25;
}

.box-link {
  background-color: #4c4e55;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f4f2ee;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  height: 25vw;
  padding: 10vw 0 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .box-link {
    font-size: 3vw;
  }
}
.box-link:link, .box-link:visited {
  color: #f4f2ee;
  text-shadow: #222;
}
.box-link:hover:before, .box-link:active:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.box-link:nth-child(1) {
  background-image: url("bkgnd-box-menu.jpg");
}
.box-link:nth-child(2) {
  background-image: url("bkgnd-box-catering.jpg");
}
.box-link:nth-child(3) {
  background-image: url("bkgnd-box-gift-cards.jpg");
}
.box-link:nth-child(4) {
  background-image: url("bkgnd-box-cookbook.jpg");
}
.box-link:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.box-link span {
  position: relative;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.box-links {
  display: flex;
  z-index: 1;
}

.box-location {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .box-location {
    bottom: auto;
    left: 70%;
    opacity: 0.8;
    position: absolute;
    right: 4%;
    top: 210px;
  }
}
@media only screen and (min-width: 960px) {
  .box-location {
    bottom: auto;
    left: 65%;
    opacity: 0.8;
    position: absolute;
    right: 4%;
    top: 210px;
  }
}
@media only screen and (min-height: 900px) {
  .box-location {
    bottom: auto;
    top: 240px;
  }
  .box-location img {
    margin: -1em -1em 1em 0;
  }
}
.box-location address {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0.5em 1em;
}
.box-location img {
  margin: 0 0 0.5em 0;
}
.box-location .maplinks {
  float: right;
  margin-right: 1em;
  text-align: right;
}
.box-location .maplinks .maplink {
  color: #802317;
}

.box-menu-legend {
  text-align: center;
}
.box-menu-legend span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto 1em auto;
}

.box-subbox {
  background-color: #802317;
  color: #f4f2ee;
  margin: -1em -1em 1em -1em;
  padding: 1em 1em 1em 1em;
  text-align: center;
}
.box-subbox h2 {
  color: #f4f2ee;
  font-size: 1.6em;
  text-shadow: 2px 1px 1px #5d1a11;
}
.box-subbox p {
  margin: 0;
}

.ribbon {
  background-color: #4c4e55;
  background-image: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 auto 0 auto;
  padding: 0.5em 3em;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #908781;
}
.home .ribbon {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 4vw;
}
.ribbon.fullwidth {
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ribbon {
    font-size: 1em;
    letter-spacing: 0.5px;
    margin: 1em auto 2em auto;
  }
}
.ribbon .divider {
  color: #687379;
  display: none;
  margin: 0 1em;
}
@media only screen and (min-width: 480px) {
  .ribbon .divider {
    display: inline-block;
  }
}

.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 60px solid transparent;
}

.ribbon:after {
  border-right-color: #f4f2ee;
  border-right-width: 30px;
  position: absolute;
  right: -2px;
  top: calc(50% - 60px);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ribbon:after {
    right: -1.5%;
  }
}

.ribbon:before {
  border-left-color: #f4f2ee;
  border-left-width: 30px;
  position: absolute;
  top: calc(50% - 60px);
  left: -2px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ribbon:before {
    left: -1%;
  }
}

.ribbon.red {
  background-color: #802317;
}
.ribbon.red a:link,
.ribbon.red a:visited {
  color: #f4f2ee;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .single-omc_job .ribbon {
    margin-right: 1em;
  }
}

/**
 * Footer
 _________________________________________________________________________________________
 */
.animals {
  margin: 2em auto 0 auto;
  padding: 0 5%;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .animals {
    padding: 0 15%;
  }
}
.animals img {
  width: 100%;
}

.page-id-60 .animals {
  bottom: -24px;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
}

.page-id-60 .page + .row {
  display: none;
}

#footer {
  background-color: #4c4e55;
  clear: both;
  color: #c1b8b1;
  display: block;
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
}
#footer address {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #footer .btn-top {
    float: right;
  }
}
#footer .column {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .column {
    text-align: left;
  }
}
#footer .copyright {
  color: #908781;
  font-size: 0.8em;
  margin: 0 0 1em 0;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #footer .copyright {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
}
#footer .copyright a:link,
#footer .copyright a:visited {
  color: #cbaca3;
}
#footer .footer_links {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  #footer .hours-footer {
    display: none;
  }
}
#footer .map {
  border: 2px solid #f4f2ee;
  margin: 0 auto;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #footer .map {
    float: left;
    margin: 0 5% 0 0;
    width: 40%;
  }
}
@media only screen and (min-width: 960px) {
  #footer .map {
    width: 20%;
  }
}
#footer .map:hover {
  opacity: 1;
}
#footer .row:first-child {
  margin-bottom: 2em;
}
.page-id-60 #footer .map {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-id-60 #footer .map {
    display: block;
  }
}

/**
 * Form
 _________________________________________________________________________________________
 */
.form-catering {
  position: relative;
}
.form-catering .catering_step {
  border-top: 2px solid #e4e1da;
  margin: 0;
  padding: 1em 0;
}
.form-catering .column.column-6 {
  max-width: 9999px;
}
.form-catering h2 {
  font-size: 1.2em;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  .form-catering h2 {
    font-size: 1.4em;
  }
}
.form-catering h3 span {
  color: #908781;
}
.form-catering input[type=radio] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.form-catering input[type=radio]:hover ~ label {
  opacity: 0.8;
}
.form-catering input[type=radio]:active ~ label {
  opacity: 1;
}
.form-catering input[type=radio]:checked ~ label {
  opacity: 1;
  border: 2px solid #aec737;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.form-catering label.label-buffet_line {
  border-top: 2px solid #e1e5e6;
  display: block;
  padding: 1rem 0 0 0;
}
.form-catering label.package {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

.form-subscribe {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  color: #908781;
  padding: 1em 2em 1.5em 2em;
}
.form-subscribe button[type=submit] {
  background-color: #959aaa;
  color: #f4f2ee;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  line-height: 50px;
  margin: 0 0 0 -5px;
  padding: 0 1em;
  vertical-align: middle;
}
.form-subscribe label {
  margin: 0 0 0.5em 0;
}
.form-subscribe label {
  display: block;
}
.form-subscribe input {
  border: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
  opacity: 0.7;
  padding: 0 0.5em;
  transition: opacity 0.2s ease-in-out;
  vertical-align: middle;
  width: calc(100% - 60px);
}
.form-subscribe input[type=email]:hover,
.form-subscribe input[type=email]:focus {
  opacity: 1;
}

#gform_3 img {
  margin: 0;
}

/**
 * Header
 _________________________________________________________________________________________
 */
#header {
  height: 110px;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  text-align: center;
  transition: height 0.4s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #header {
    height: 180px;
  }
}

#hero {
  background-image: url("bkgnd_spread.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  margin: 0;
  position: relative;
  z-index: 2;
}
#hero.hero-catering {
  background-image: url("");
  height: 50vh;
  margin: 0 0 1rem 0;
}
#hero.hero-catering h1 {
  color: #f4f2ee;
  font-size: 4rem;
  margin: 0;
  padding: 20vh 0 10vh 0;
  text-shadow: 3px 3px 0 #222;
}
#hero:before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hours_open {
  color: #908781;
  display: none;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em;
  position: absolute;
  left: 5%;
  text-shadow: 1px 1px 0 #f4f2ee, 2px 2px 0 #c1b8b1;
  top: -100px;
  transition: top 0.4s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .hours_open {
    display: block;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hours_open {
    font-size: 1.6em;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  .hours_open {
    top: 40px;
  }
}
.hours_open .hours {
  font-size: 0.5em;
  font-weight: normal;
  text-shadow: none;
}

.phone {
  color: #908781;
  display: none;
  font-weight: bold;
  text-align: right;
  top: 20px;
  transition: top 0.2s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .phone {
    display: block;
    position: absolute;
    top: 40px;
    right: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .phone {
    right: 4%;
    top: 30px;
  }
}
.phone span.optional {
  color: #c1b8b1;
  display: none;
}
@media only screen and (min-width: 960px) {
  .phone span.optional {
    display: inline-block;
  }
}

#site_title {
  display: inline-block;
  height: 91px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  width: 160px;
}
@media only screen and (min-width: 480px) {
  #site_title {
    /*		
    height:113px;
    width:200px;
    */
  }
}
@media only screen and (min-width: 480px) and (min-height: 900px) {
  #site_title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #site_title {
    height: 136px;
    width: 240px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 900px) {
  #site_title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 960px) {
  #site_title {
    height: 146px;
    width: 260px;
  }
}
@media only screen and (min-width: 960px) and (min-height: 900px) {
  #site_title {
    margin-top: 30px;
  }
}
#site_title img {
  margin: 0;
}

/**
 * List
 _________________________________________________________________________________________
 */
.benefits {
  font-weight: bold;
  list-style-type: none;
}
.benefits .icon {
  color: #c1b8b1;
}

.benefits li:before {
  content: "";
}

.catering-items {
  margin: 0;
}
.catering-items li:last-child {
  margin-bottom: 0;
}

.checks {
  list-style-type: none;
  margin: 0 0 1.5em 0;
}
.checks .icon {
  color: #c1b8b1;
}
.checks li:before {
  content: "";
  padding: 0;
}

.jobs {
  list-style-position: inside;
  list-style-type: none;
  font-size: 1.1em;
  font-weight: bold;
  margin: -0.5em 0 2em 0;
  padding: 0;
}
.jobs a {
  display: block;
  padding: 0.5em 0 0.5em 0.5em;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.jobs a:before {
  color: #d8d5d0;
  content: "■ ";
  font-size: 0.9em;
  left: -15px;
  position: absolute;
}
.jobs li {
  border-bottom: 1px solid #d8d5d0;
  margin: 0;
  padding: 0 0 0 1.25em;
}
.jobs li:before {
  content: none;
}
.jobs li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.list-hours {
  list-style: none;
  text-align: center;
}
.list-hours li {
  font-weight: bold;
}

.products {
  list-style: none;
}

.proteins .amt_per,
.sandwiches .sandwich_desc,
.sides .amt_per {
  color: #687379;
  font-weight: normal;
}

.spread .amt_per {
  color: #908781;
  display: block;
  padding-left: 1.5em;
}

.proteins li:before,
.sides li:before {
  display: none;
}

.proteins {
  color: #333;
  list-style: none;
}

.sandwiches {
  color: #333;
  font-weight: bold;
  list-style: none;
}

.sides {
  color: #333;
  list-style: none;
}

.salad_desc {
  color: #908781;
  font-size: 0.8em;
}

.social {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social a:link,
.social a:visited {
  color: #66645c;
}
.social li {
  display: inline-block;
  margin: 0;
}
.social li:before {
  content: none;
}

/**
 * Map
 _________________________________________________________________________________________
 */
#map_canvas {
  height: calc(85vh - 200px);
  margin: 0;
  width: 100vw;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #map_canvas {
    height: calc(85vh - 240px);
    min-height: 420px;
  }
}

/**
 * Navigation
 _________________________________________________________________________________________
 */
nav {
  display: block;
  width: 100%;
}

.nav-breadcrumbs {
  marcing: 0;
}
.nav-breadcrumbs a:link,
.nav-breadcrumbs a:visited {
  color: #7c7970;
}
.nav-breadcrumbs li {
  display: inline-block;
  font-size: 0.9em;
  margin: 0;
}
.nav-breadcrumbs ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

.nav-global {
  background-color: #f4f2ee;
  border-top: 1px solid #c1b8b1;
  box-shadow: 0 -4px 4px rgba(10, 20, 30, 0.1);
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  margin: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transition: top 0.4s ease-in-out;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .nav-global {
    background-color: transparent;
    border: 0;
    bottom: auto;
    box-shadow: none;
    height: auto;
    position: absolute;
    right: 2%;
    text-align: right;
    top: 100px;
    width: calc(48% - 50px);
  }
}
@media only screen and (min-width: 1200px) {
  .nav-global {
    left: auto;
    right: 3%;
  }
}
@media only screen and (min-width: 1600px) {
  .nav-global {
    left: 60%;
    width: 540px;
  }
}
.nav-global a {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
.nav-global a:link, .nav-global a:visited {
  color: #687379;
}
.nav-global a:hover, .nav-global a:active {
  color: #4c4e55;
}
@media only screen and (min-width: 768px) {
  .nav-global a {
    height: 100%;
    padding: 20px 4px 10px 4px;
  }
}
@media only screen and (min-width: 960px) {
  .nav-global a {
    height: 100%;
  }
}
.nav-global .current a:link,
.nav-global .current a:visited {
  color: #802317;
}
.nav-global .current:before {
  left: 0;
}
.nav-global .icon {
  display: none;
  font-size: 1em;
}
.nav-global li {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0 -4px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 28%;
}
.nav-global li:before {
  content: none;
}
.nav-global li:first-child, .nav-global li:last-child {
  width: 22%;
}
@media only screen and (min-width: 768px) {
  .nav-global li {
    font-size: 0.9em;
    margin: 0 1%;
    text-align: right;
    width: auto !important;
  }
}
@media only screen and (min-width: 960px) {
  .nav-global li {
    letter-spacing: 1px;
  }
}
.nav-global li:before {
  background-color: #cbaca3;
  content: "";
  display: block;
  height: 5px;
  left: -130%;
  position: absolute;
  top: 0;
  transition: left 0.15s ease-in;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav-global li:before {
    bottom: 0;
    top: auto;
  }
}
.nav-global li:hover:before {
  left: 0;
}
.nav-global ul {
  line-height: normal;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.nav-pagination {
  border-top: 1px solid #e1e5e6;
  clear: both;
  line-height: 50px;
  margin: 0.5em 0 1em 0;
  padding: 0 5vw;
}
.nav-pagination a {
  line-height: 50px;
  padding: 0 0.5em;
}
.nav-pagination .current {
  display: block;
  font-weight: bold;
  padding: 0 1em;
}
.nav-pagination .pagecount {
  color: #7c7970;
  display: inline-block;
  float: left;
  font-size: 1.1em;
  line-height: 50px;
  margin-right: 1em;
}
.nav-pagination li {
  display: inline-block;
  vertical-align: middle;
}
.nav-pagination li.first,
.nav-pagination li.last,
.nav-pagination li.page_number {
  display: none;
}
@media only screen and (min-width: 960px) {
  .nav-pagination li.first,
  .nav-pagination li.last,
  .nav-pagination li.page_number {
    display: inline-block;
  }
}
.nav-pagination ul {
  text-align: right;
}

.nav-segmented {
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 0.9em;
  margin: 1em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}
@media only screen and (min-width: 480px) {
  .nav-segmented {
    font-size: 1.1em;
  }
}
.nav-segmented a {
  border: 1px solid #c1b8b1;
  display: block;
  padding: 0.5em 1em;
}
.nav-segmented li {
  background-color: #f4f2ee;
  display: inline-block;
  margin: 0;
}
.nav-segmented li:before {
  content: none;
}
.nav-segmented li:first-child a {
  border-right: 0;
}
.nav-segmented li.current a {
  background-color: #e1e6e7;
  color: #802317;
}
.nav-segmented ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Popover
 _________________________________________________________________________________________
 */
.popover {
  background-color: #222;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  display: none;
  margin: 1em auto;
  max-width: 250px;
  position: relative;
}
.popover a {
  color: #f4f2ee;
  display: block;
  padding: 0.5em 1em;
  transition: background-color 0.2s ease-in-out;
}
.popover a:hover, .popover a:active {
  background-color: #687379;
}
.popover .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  left: 123px;
  position: absolute;
  top: -5px;
}
.popover li {
  border-bottom: 1px solid #4c4e55;
  margin: 0;
  padding: 0;
  text-align: center;
}
.popover li:first-child a {
  border-radius: 6px 6px 0 0;
}
.popover li:last-child {
  border-bottom: none;
}
.popover li:last-child a {
  border-radius: 0 0 6px 6px;
}
.popover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Table
 _________________________________________________________________________________________
 */
.wc-product-table-wrapper {
  margin-top: 0 !important;
}
