/*!
  THEME NAME: Honestly YUM 2018
  THEME URI: http://honestlymedia.com
  DESCRIPTION: Theme used by Honestly YUM
  TAGS:
  VERSION: 1.0
  AUTHOR: Abe Coffman
  AUTHOR URI: http://abecoffman.com
*/
/**
	COLORS
*/
/**
	FONTS
*/
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
/* smartphones, Android phones, landscape iPhone */
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
/* tablet, landscape iPad, lo-res laptops ands desktops */
/* big landscape tablets, laptops, and desktops */
/* hi-res laptops and desktops */
/*! 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 {
  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"] {
  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 */
  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; }

@font-face {
  font-family: 'tt-chocolates';
  src: url("fonts/ttchocolates/ttchocolates-light-webfont.woff2") format("woff2"), url("fonts/ttchocolates/ttchocolates-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'tt-chocolates';
  src: url("fonts/ttchocolates/ttchocolates-regular-webfont.woff2") format("woff2"), url("fonts/ttchocolates/ttchocolates-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'tt-chocolates';
  src: url("fonts/ttchocolates/ttchocolates-bold-webfont.woff2") format("woff2"), url("fonts/ttchocolates/ttchocolates-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'tt-chocolates';
  src: url("fonts/ttchocolates/ttchocolates-black-webfont.woff2") format("woff2"), url("fonts/ttchocolates/ttchocolates-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

.tt-chocolates-light {
  font-family: "tt-chocolates", sans-serif;
  font-weight: 300;
  font-style: normal; }

.tt-chocolates-regular, .menu, .post-standard .post-standard-header .post-standard-meta,
.post-standard .post-standard-header .post-standard-category, .blogroll-multi-column .switch-to-blog-container .switch-to-blog, .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-date,
.yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category {
  font-family: "tt-chocolates", sans-serif;
  font-weight: 400;
  font-style: normal; }

.tt-chocolates-bold, .yum-featured-content-widget .yum-featured-content-item .yum-featured-content-caption {
  font-family: "tt-chocolates", sans-serif;
  font-weight: 700;
  font-style: normal; }

.tt-chocolates-black {
  font-family: "tt-chocolates", sans-serif;
  font-weight: 800;
  font-style: normal; }

.freight-sans-pro-light {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal; }

.freight-sans-pro, html {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal; }

.freight-sans-pro-italic {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  font-style: italic; }

.freight-sans-pro-semibold {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .01em; }

.escrow-banner, .yum-latest-posts-widget .post a .yum-latest-posts-title h3 {
  font-family: "escrow-banner", serif;
  font-weight: 400;
  font-style: normal; }

.escrow-banner-italic {
  font-family: "escrow-banner", serif;
  font-weight: 400;
  font-style: italic; }

.escrow-banner-bold {
  font-family: "escrow-banner", serif;
  font-weight: 700;
  font-style: normal; }

.escrow-banner-black-italic {
  font-family: "escrow-banner", serif;
  font-weight: 800;
  font-style: italic; }

.escrow-banner-compressed-semibold-italic, .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-title span {
  font-family: "escrow-banner-compressed", serif;
  font-weight: 600;
  font-style: italic; }

.escrow-banner-condensed-semibold, html .post-title, html .widget-title, .post-archive .post-archive-title .post-archive-title {
  font-family: "escrow-banner-condensed", serif;
  font-weight: 600;
  font-style: normal; }

.escrow-banner-condensed-bold {
  font-family: "escrow-banner-condensed", serif;
  font-weight: 700;
  font-style: normal; }

html {
  font-size: 16px; }
  @media (min-width: 600px) {
    html {
      font-size: 18px; } }
  html .h1, html .sidebar .sidebar-inner .sidebar-content .subscribe-form .ion-ios-email-outline, .sidebar .sidebar-inner .sidebar-content .subscribe-form html .ion-ios-email-outline, html h1,
  html .h2,
  html .header-wrap .header .logo-container .ion-icon, .header-wrap .header .logo-container
  html .ion-icon, html h2,
  html .h3,
  html .post-archive .post-archive-title .post-archive-title, .post-archive .post-archive-title
  html .post-archive-title,
  html .content .search .search-form .search-field, .content .search .search-form
  html .search-field,
  html
  .content .search .search-form .search-submit,
  .content .search .search-form
  html .search-submit, html h3,
  html .h4, html h4 {
    font-family: "tt-chocolates", sans-serif; }
  html .h1, html .sidebar .sidebar-inner .sidebar-content .subscribe-form .ion-ios-email-outline, .sidebar .sidebar-inner .sidebar-content .subscribe-form html .ion-ios-email-outline, html h1 {
    font-size: 2em; }
  html .h2, html .header-wrap .header .logo-container .ion-icon, .header-wrap .header .logo-container html .ion-icon, html h2 {
    font-size: 1.5em; }
  html .h3, html .post-archive .post-archive-title .post-archive-title, .post-archive .post-archive-title html .post-archive-title, html .content .search .search-form .search-field, .content .search .search-form html .search-field, html
  .content .search .search-form .search-submit,
  .content .search .search-form html .search-submit, html h3 {
    font-size: 1.17em; }
  html .h4, html h4 {
    font-size: 1em; }
  html .h5, html .menu, html .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper input, .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper html input, html .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-form-message, .sidebar .sidebar-inner .sidebar-content .subscribe-form html .subscribe-form-message, html .post-standard .post-standard-header .post-standard-meta, .post-standard .post-standard-header html .post-standard-meta, html
  .post-standard .post-standard-header .post-standard-category,
  .post-standard .post-standard-header html .post-standard-category, html .comment-section .comment-respond .comment-form .logged-in-as, .comment-section .comment-respond .comment-form html .logged-in-as, html .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-date, .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta html .yum-combo-shop-date, html
  .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category,
  .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta html .yum-combo-shop-category, html .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product .yum-combo-shop-product-name, .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product html .yum-combo-shop-product-name, html h5 {
    font-size: 0.83em; }
  html .h6, html .sidebar .sidebar-inner .sidebar-footer, .sidebar .sidebar-inner html .sidebar-footer, html .blogroll-multi-column .switch-to-blog-container, .blogroll-multi-column html .switch-to-blog-container, html .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-meta, .yum-hero-post-widget .yum-hero-post-overlay html .yum-hero-post-meta, html h6 {
    font-size: 0.67em; }
  html a {
    text-decoration: none;
    color: #686868; }
    html a:hover, html a:active {
      color: #E19465; }
  html .post-title {
    margin: 0; }
    html .post-title a {
      color: #000000; }
      html .post-title a:hover {
        color: #E19465; }
  html .widget-title {
    text-transform: uppercase; }
  html a.widget-title {
    color: #000000; }
    html a.widget-title:hover, html a.widget-title:active {
      color: #E19465; }
  html .subtitle, html .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-meta, .yum-hero-post-widget .yum-hero-post-overlay html .yum-hero-post-meta, html .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-date, .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta html .yum-combo-shop-date, html
  .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category,
  .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta html .yum-combo-shop-category {
    text-transform: uppercase;
    letter-spacing: .05em; }

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

p {
  margin-top: 0px; }

.link-inverted, .social-icon a {
  color: #E19465; }
  .link-inverted:hover, .social-icon a:hover, .link-inverted:active, .social-icon a:active {
    color: #686868; }

hr, .hr {
  display: block;
  height: 1px;
  margin: 0;
  border: none;
  background-color: #E19465; }

.menu {
  list-style: none inside;
  letter-spacing: .05em; }
  .menu a {
    text-transform: uppercase;
    color: #000000; }
    .menu a:hover {
      color: #E19465; }
  .menu.menu-inline {
    margin: 0;
    padding: 0; }
    .menu.menu-inline .menu-item {
      display: inline-block;
      margin-right: 1em; }
      .menu.menu-inline .menu-item:last-child {
        margin-right: 0; }

.img-link-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  transition: opacity .20s ease-in-out; }
  .img-link-overlay:hover, .img-link-overlay.hover {
    opacity: .2; }

.social-icon a, .social-icon:before {
  display: inline-block;
  line-height: 20px; }

.social-icon a {
  padding-left: 10px; }

.social-icon:before {
  width: 17px;
  font-family: "Ionicons"; }

.social-icon.separator:before {
  width: 1px;
  margin: 0 .5em;
  content: '|';
  color: #F1F1F1; }

.social-icon.separator a {
  display: none; }

header .social-icon {
  position: relative;
  color: #000000;
  margin-left: .5em; }
  header .social-icon:first-child {
    margin-left: 0px; }
  header .social-icon:hover {
    color: #E19465; }
  header .social-icon a, header .social-icon :before {
    position: absolute;
    top: 0;
    left: 0; }
  header .social-icon a {
    padding-left: 0;
    color: transparent;
    width: 17px; }
    header .social-icon a:hover, header .social-icon a:active {
      color: transparent; }

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-video iframe, .embed-video object, .embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.clearfix::after, .about .section::after, .yum-featured-content-widget::after {
  display: block;
  content: "";
  clear: both; }

html,
body {
  width: 100%; }

.site-wrap {
  padding-top: 50px; }
  @media (min-width: 600px) {
    .site-wrap {
      padding-top: 60px; } }
  .site-wrap .wrap {
    width: 100%;
    padding: 0 1em; }
    .site-wrap .wrap .content {
      position: relative;
      max-width: 1680px;
      margin: 0 auto; }
      .site-wrap .wrap .content.content-mid {
        max-width: 1400px; }
      .site-wrap .wrap .content.content-narrow {
        max-width: 1000px; }

.section, section {
  margin-bottom: 3em; }
  @media (min-width: 600px) {
    .section, section {
      margin-bottom: 3em; } }
  .section.section-flex, section.section-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 600px) {
      .section.section-flex, section.section-flex {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .section.full-width, section.full-width {
    width: 100%; }
    @media (min-width: 801px) {
      .section.full-width, section.full-width {
        width: auto;
        margin-left: calc(50% - 50vw + 7px);
        margin-right: calc(50% - 50vw + 8px); } }
  .section > :not(:last-child), section > :not(:last-child) {
    margin-bottom: 3em; }
    @media (min-width: 600px) {
      .section > :not(:last-child), section > :not(:last-child) {
        margin-bottom: 0; } }

.header-wrap {
  position: fixed;
  top: 0;
  background: #FFFFFF;
  z-index: 1000;
  height: 50px;
  width: 100%; }
  @media (min-width: 600px) {
    .header-wrap {
      height: 60px; }
      .header-wrap.shadow {
        box-shadow: 0 1px 3px rgba(57, 63, 72, 0.3); } }
  .header-wrap .header {
    height: inherit;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 600px) {
      .header-wrap .header {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .header-wrap .header .logo-container {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      @media (min-width: 600px) {
        .header-wrap .header .logo-container {
          width: auto;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      @media (min-width: 801px) {
        .header-wrap .header .logo-container {
          width: 30%; } }
      .header-wrap .header .logo-container .ion-icon {
        display: block;
        color: inherit; }
        .header-wrap .header .logo-container .ion-icon:hover, .header-wrap .header .logo-container .ion-icon:active {
          color: #E19465; }
      .header-wrap .header .logo-container .ion-navicon {
        margin-right: 15px; }
      @media (min-width: 600px) {
        .header-wrap .header .logo-container .ion-ios-search-strong {
          display: none; } }
      .header-wrap .header .logo-container .logo {
        -ms-flex-positive: 1;
            flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .header-wrap .header .logo-container .logo img {
          display: block;
          height: 18px;
          width: auto; }
        @media (min-width: 600px) {
          .header-wrap .header .logo-container .logo {
            -ms-flex-align: left;
                align-items: left; } }
    .header-wrap .header .menu {
      display: none;
      -ms-flex-pack: center;
          justify-content: center; }
    @media (min-width: 600px) {
      .header-wrap .header .menu {
        display: -ms-flexbox;
        display: flex; } }
    .header-wrap .header .icon-container {
      text-align: right; }
      .header-wrap .header .icon-container .menu-item {
        margin-right: 0; }
      .header-wrap .header .icon-container .menu-spacer {
        margin: 0 .5em; }
      .header-wrap .header .icon-container li.social-icon {
        width: 17px; }
      .header-wrap .header .icon-container li:not(.social-icon) a {
        color: #000000;
        text-transform: uppercase; }
        .header-wrap .header .icon-container li:not(.social-icon) a:hover, .header-wrap .header .icon-container li:not(.social-icon) a:active {
          color: #E19465; }
      .header-wrap .header .icon-container > * {
        display: none; }
      @media (min-width: 801px) {
        .header-wrap .header .icon-container {
          width: 30%; } }
      @media (min-width: 1025px) {
        .header-wrap .header .icon-container > * {
          display: inline-block; } }

body.stop-scroll {
  overflow-y: hidden; }

.sidebar-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #111; }
  .sidebar-bg.visible {
    visibility: visible;
    opacity: 0.6; }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 200px;
  transform: translate3d(-200px, 0, 0);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #FFFFFF;
  z-index: 200001;
  overflow: hidden; }
  @media (min-width: 600px) {
    .sidebar {
      width: 260px;
      transform: translate3d(-260px, 0, 0); } }
  .sidebar.visible {
    transform: translate3d(0, 0, 0); }
  .sidebar .sidebar-inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .sidebar .sidebar-inner .sidebar-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      background-color: #F1F1F1;
      padding: 1em 1.2em .8em; }
      .sidebar .sidebar-inner .sidebar-header img {
        height: .75em; }
      .sidebar .sidebar-inner .sidebar-header .sidebar-close {
        line-height: 0; }
        .sidebar .sidebar-inner .sidebar-header .sidebar-close:before {
          font-size: 2.5em;
          line-height: .30em; }
    .sidebar .sidebar-inner .sidebar-content {
      -ms-flex-positive: 1;
          flex-grow: 1;
      overflow-y: scroll; }
      .sidebar .sidebar-inner .sidebar-content .menu {
        margin: 1em 0; }
        .sidebar .sidebar-inner .sidebar-content .menu .menu-item {
          padding: .1em 0 0; }
          .sidebar .sidebar-inner .sidebar-content .menu .menu-item:first-child {
            padding-top: 0; }
      .sidebar .sidebar-inner .sidebar-content .subscribe-form {
        padding: 1em;
        text-align: center;
        background-color: #F1F1F1; }
        .sidebar .sidebar-inner .sidebar-content .subscribe-form .ion-ios-email-outline {
          margin: -.15em auto;
          color: #E19465; }
        .sidebar .sidebar-inner .sidebar-content .subscribe-form h3 {
          margin: 0;
          text-transform: uppercase; }
        .sidebar .sidebar-inner .sidebar-content .subscribe-form h5 {
          margin: 0 0 .5em;
          font-weight: 200; }
        .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          border: 1px solid #8E939C; }
          .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper input,
          .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper button {
            border: none; }
          .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper input {
            width: 100%;
            text-indent: .2em;
            padding: .1em 0; }
            .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper input:focus {
              outline: 0; }
          .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper button {
            width: 30px;
            color: #8E939C; }
            .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper button:hover {
              color: #E19465; }
            .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper button:focus {
              outline: 0; }
            .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper button span {
              display: inline-block;
              position: relative; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
              .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-input-wrapper button span.spinner:before {
                content: '';
                box-sizing: border-box;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 15px;
                height: 15px;
                margin-top: -13px;
                margin-left: -7px;
                border-radius: 50%;
                border: 2px solid #ccc;
                border-top-color: #3A3C44;
                animation: spinner .6s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
        .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-form-message {
          text-align: center;
          transition: all 0.5s ease-in-out;
          opacity: 0; }
          .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-form-message.has-message {
            opacity: 1; }
          .sidebar .sidebar-inner .sidebar-content .subscribe-form .subscribe-form-message.error {
            color: red; }
      .sidebar .sidebar-inner .sidebar-content .hr {
        margin: 0 1em 1em; }
      .sidebar .sidebar-inner .sidebar-content .cross-promo {
        margin: 1em 1.5em;
        text-align: center; }
        .sidebar .sidebar-inner .sidebar-content .cross-promo .cross-promo-header {
          margin: 0 0 1em; }
        .sidebar .sidebar-inner .sidebar-content .cross-promo .cross-promo-logo {
          margin-top: 10px; }
          .sidebar .sidebar-inner .sidebar-content .cross-promo .cross-promo-logo a img {
            height: .75em;
            transition: all 0.3s; }
          .sidebar .sidebar-inner .sidebar-content .cross-promo .cross-promo-logo a:hover img {
            transform: scale(1.05); }
    .sidebar .sidebar-inner .sidebar-footer {
      width: 100%;
      padding: 2em 0 1em;
      background-color: #F1F1F1;
      text-transform: uppercase;
      text-align: center; }
      .sidebar .sidebar-inner .sidebar-footer .menu-item {
        font-weight: bold; }

.archives::after {
  display: block;
  content: "";
  clear: both; }

.archives .type-post {
  margin-bottom: 1.5em; }

@media (min-width: 480px) {
  .archives .type-post {
    float: left;
    width: calc(99% / 2); }
    .archives .type-post:nth-child(2n+1) {
      margin-right: 1%; } }

@media (min-width: 801px) {
  .archives .type-post {
    width: calc(98% / 3); }
    .archives .type-post:nth-child(3n+1), .archives .type-post:nth-child(3n+2) {
      margin-right: 1%; }
    .archives .type-post:nth-child(3n+3) {
      margin-right: 0; } }

@media (min-width: 1281px) {
  .archives .type-post {
    width: calc(97% / 4); }
    .archives .type-post:nth-child(4n+1), .archives .type-post:nth-child(4n+2), .archives .type-post:nth-child(4n+3) {
      margin-right: 1%; }
    .archives .type-post:nth-child(4n+4) {
      margin-right: 0; } }

.post-frontpage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  margin-bottom: 3em; }
  .post-frontpage .post-frontpage-thumb {
    position: relative;
    display: block;
    width: 100%; }
    .post-frontpage .post-frontpage-thumb img {
      display: block;
      width: inherit; }
  .post-frontpage .post-frontpage-content .post-title {
    margin-bottom: .5em; }
  .post-frontpage .post-frontpage-content .post-frontpage-text {
    display: none; }
    @media (min-width: 600px) {
      .post-frontpage .post-frontpage-content .post-frontpage-text {
        display: block; } }
  @media (min-width: 600px) {
    .post-frontpage {
      margin: 0 auto 3em;
      padding: 0 0;
      max-width: 800px;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .post-frontpage .post-frontpage-thumb {
      width: 300px;
      margin-right: 2em; } }
  @media (min-width: 1025px) {
    .blogroll-multi-column .post-frontpage {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      max-width: calc(96% / 2);
      float: left; }
      .blogroll-multi-column .post-frontpage:nth-child(2n) {
        margin-right: 4%; }
      .blogroll-multi-column .post-frontpage .post-frontpage-thumb {
        width: 250px;
        margin-right: 2em; }
      .blogroll-multi-column .post-frontpage .post-frontpage-content .post-title {
        font-size: 1.5em; }
      .blogroll-multi-column .post-frontpage .post-frontpage-content .post-frontpage-text {
        text-align: justify; } }
  @media (min-width: 1281px) {
    .blogroll-multi-column .post-frontpage .post-frontpage-thumb {
      width: 300px; }
    .blogroll-multi-column .post-frontpage .post-frontpage-content .post-title {
      font-size: 2em; } }

.post-archive .featured-image {
  display: block;
  position: relative;
  width: 100%; }
  .post-archive .featured-image img {
    display: block;
    width: 100%;
    height: auto; }

.post-archive .post-archive-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  margin-top: .5em;
  text-align: center;
  height: 3rem; }
  .post-archive .post-archive-title .post-archive-title {
    display: inline-block;
    max-width: 80%; }

@media (min-width: 600px) {
  .post-archive .post-archive-title {
    height: 4rem; } }

.post-standard {
  max-width: 800px;
  margin: 0 auto; }
  .post-standard .post-standard-header {
    text-align: center;
    margin-bottom: 2em; }
    .post-standard .post-standard-header .post-title {
      margin-bottom: .3em; }
    .post-standard .post-standard-header .post-standard-meta,
    .post-standard .post-standard-header .post-standard-category {
      text-transform: uppercase; }
      .post-standard .post-standard-header .post-standard-meta .post-excerpt-edit-link:before,
      .post-standard .post-standard-header .post-standard-category .post-excerpt-edit-link:before {
        display: inline-block;
        content: "\007C";
        padding: 0 .3em; }
    .post-standard .post-standard-header .post-standard-meta {
      margin-bottom: .3em; }
      .post-standard .post-standard-header .post-standard-meta .post-standard-date:after {
        display: inline-block;
        content: "\007C";
        padding: 0 .3em; }
      .post-standard .post-standard-header .post-standard-meta .post-standard-author:before {
        content: "BY "; }
  .post-standard .post-content a:not([href$=".jpg"]) {
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #E19465; }
    .post-standard .post-content a:not([href$=".jpg"]):hover {
      color: #E19465; }
  .post-standard .post-content img {
    height: auto;
    width: 100%; }

.author-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 1em; }
  .author-card .author-card-image {
    margin: 0 auto 1em; }
  .author-card .author-card-bio .author-card-bio-meta {
    margin-bottom: 1.5em; }
    .author-card .author-card-bio .author-card-bio-meta .author-card-bio-name {
      font-weight: bold; }
  .author-card .author-card-bio .author-card-bio-content {
    margin-left: .5em; }
  @media (min-width: 801px) {
    .author-card {
      display: block; }
      .author-card > * {
        float: left; }
      .author-card .author-card-image {
        width: 28%;
        margin: 0 2% 0 0; }
      .author-card .author-card-bio {
        width: 68%;
        margin-left: 2%; } }

.content .search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 3em 0; }
  .content .search .search-form {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%;
    min-width: 300px; }
    .content .search .search-form .search-field {
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-indent: .2em;
      padding: .2em 1.5em .2em 0; }
    .content .search .search-form .search-submit {
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: .25em;
      border: none;
      background-color: transparent;
      color: #686868; }

.content .no-results {
  text-align: center; }

.comment-section {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto; }
  .comment-section .comment-section-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: .2em;
    border-bottom: 1px solid #E19465;
    margin-bottom: 1em; }
    .comment-section .comment-section-header .comment-section-title {
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin: 0; }
  .comment-section .comment-navigation .screen-reader-text {
    display: none; }
  .comment-section .comments-list .comment {
    margin-bottom: 1em; }
    .comment-section .comments-list .comment .comment-wrap {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1em; }
      .comment-section .comments-list .comment .comment-wrap .comment-gravatar .avatar {
        border-radius: 50%; }
      .comment-section .comments-list .comment .comment-wrap .comment-body {
        padding-left: 1em; }
        .comment-section .comments-list .comment .comment-wrap .comment-body .comment-header,
        .comment-section .comments-list .comment .comment-wrap .comment-body .comment-footer {
          font-size: .9em; }
        .comment-section .comments-list .comment .comment-wrap .comment-body .comment-header {
          margin-bottom: .2em; }
          .comment-section .comments-list .comment .comment-wrap .comment-body .comment-header .comment-author {
            font-weight: 600; }
        .comment-section .comments-list .comment .comment-wrap .comment-body .comment-text p {
          margin: 0 0 .2em 0; }
          .comment-section .comments-list .comment .comment-wrap .comment-body .comment-text p br {
            font-size: 1.2em; }
        .comment-section .comments-list .comment .comment-wrap .comment-body .comment-footer .comment-edit:before {
          content: "|";
          margin: 0 .2em 0 .1em; }
    .comment-section .comments-list .comment .child-comments {
      padding-left: 2em; }
  .comment-section .pings-list {
    list-style-type: none;
    list-style-position: inside; }
  .comment-section .comment-respond {
    padding: 1em;
    border: 1px solid #F1F1F1; }
    @media (min-width: 600px) {
      .comment-section .comment-respond {
        margin: 0 15%; } }
    .comment-section .comment-respond .comment-reply-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .comment-section .comment-respond .comment-form .logged-in-as {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0; }
    .comment-section .comment-respond .comment-form p {
      margin-bottom: .5em; }
      .comment-section .comment-respond .comment-form p:last-child {
        margin-bottom: 0; }
    .comment-section .comment-respond .comment-form input[type="text"],
    .comment-section .comment-respond .comment-form textarea {
      width: 100%; }
    .comment-section .comment-respond .comment-form textarea {
      height: 5em; }

.home {
  overflow-y: scroll; }

.blogroll-multi-column .switch-to-blog-container {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 1.8em);
  z-index: 10; }
  @media (min-width: 1281px) {
    .blogroll-multi-column .switch-to-blog-container {
      display: block; } }
  .blogroll-multi-column .switch-to-blog-container.minimized {
    top: calc(100vh - .2em); }
  .blogroll-multi-column .switch-to-blog-container .switch-to-blog {
    position: absolute;
    right: 0;
    overflow: hidden;
    background-color: #E19465; }
    .blogroll-multi-column .switch-to-blog-container .switch-to-blog a {
      display: block;
      float: left;
      padding: .3em .5em;
      line-height: 1.3em;
      color: #FFFFFF;
      text-transform: uppercase; }
      .blogroll-multi-column .switch-to-blog-container .switch-to-blog a:hover {
        background-color: #686868; }

.post-blogroll .post-blogroll-content img {
  max-width: 100%;
  height: auto; }
  .post-blogroll .post-blogroll-content img.aligncenter {
    width: 100%; }

.about {
  padding: 2em 0; }
  .about .section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .about .section .wp-post-image {
      width: 100%;
      margin-bottom: 1em; }
    @media (min-width: 801px) {
      .about .section {
        display: block; }
        .about .section > * {
          float: left; }
        .about .section .wp-post-image {
          width: 38%;
          margin: 0 2% 0 0; }
        .about .section .about-content {
          width: 58%;
          margin-left: 2%; } }
  .about .cross-promo .cross-promo-header {
    text-transform: uppercase; }
  .about .cross-promo .cross-promo-logo a {
    display: block; }
    .about .cross-promo .cross-promo-logo a:first-child {
      margin-bottom: .5em; }
    .about .cross-promo .cross-promo-logo a img {
      height: 1em;
      transition: all 0.3s; }
    .about .cross-promo .cross-promo-logo a:hover img {
      transform: scale(1.05); }

.yum-recipe {
  padding: 1em;
  background-color: #F1F1F1;
  border: 1px dashed #686868; }
  .yum-recipe .yum-recipe-header .yum-recipe-image {
    display: none; }
  .yum-recipe .yum-recipe-header .yum-recipe-subheader .yum-recipe-print {
    float: right; }
  .yum-recipe .yum-recipe-header .yum-recipe-subheader .yum-recipe-title {
    margin: 0; }
  .yum-recipe .yum-recipe-section li {
    margin-bottom: .3em; }
    .yum-recipe .yum-recipe-section li:last-child {
      margin-bottom: 0; }

.yum-latest-posts-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .yum-latest-posts-widget .post {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 49%; }
    .yum-latest-posts-widget .post:first-child, .yum-latest-posts-widget .post:nth-child(0n + 2) {
      margin-bottom: 1%; }
    @media (min-width: 801px) {
      .yum-latest-posts-widget .post {
        -ms-flex: 1 1;
            flex: 1 1;
        width: auto;
        margin-right: 4px; }
        .yum-latest-posts-widget .post:last-child {
          margin-right: 0px; }
        .yum-latest-posts-widget .post:first-child, .yum-latest-posts-widget .post:nth-child(0n + 2) {
          margin-bottom: 0px; } }
    .yum-latest-posts-widget .post a {
      display: block;
      position: relative;
      height: 100%;
      width: 100%; }
      .yum-latest-posts-widget .post a img {
        height: inherit;
        width: inherit; }
      .yum-latest-posts-widget .post a .yum-latest-posts-opacity,
      .yum-latest-posts-widget .post a .yum-latest-posts-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px; }
      .yum-latest-posts-widget .post a .yum-latest-posts-opacity {
        background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.8) 100%); }
      .yum-latest-posts-widget .post a .yum-latest-posts-title {
        margin: 0 25px; }
        .yum-latest-posts-widget .post a .yum-latest-posts-title h3 {
          position: absolute;
          bottom: 0px;
          width: 100%;
          color: #FFFFFF;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: .05em; }

.yum-featured-content-widget {
  position: relative; }
  @media (min-width: 801px) {
    .yum-featured-content-widget {
      margin: 0 7%; } }
  .yum-featured-content-widget .widget-title {
    text-align: center;
    margin: 0 0 5px;
    padding: 0; }
  @media (min-width: 801px) {
    .yum-featured-content-widget {
      padding-top: 50px; }
      .yum-featured-content-widget .widget-title {
        position: absolute;
        top: 10px;
        left: 15px; } }
  .yum-featured-content-widget .yum-featured-content-item {
    height: auto;
    max-width: 400px;
    margin: 0 auto 1em;
    overflow: hidden; }
    @media (min-width: 600px) {
      .yum-featured-content-widget .yum-featured-content-item {
        float: left;
        height: auto;
        width: 49.75%;
        max-width: none; }
        .yum-featured-content-widget .yum-featured-content-item:last-child {
          margin-left: .5%; }
        .yum-featured-content-widget .yum-featured-content-item:first-child {
          width: 100%;
          margin-bottom: 1em; } }
    @media (min-width: 1025px) {
      .yum-featured-content-widget .yum-featured-content-item {
        float: left;
        height: auto;
        width: 24.5%;
        margin-bottom: 0px;
        margin-left: .5%; }
        .yum-featured-content-widget .yum-featured-content-item:first-child {
          width: 50%;
          margin: 0 0 0 0; }
        .yum-featured-content-widget .yum-featured-content-item:last-child {
          margin-left: .5%; } }
    .yum-featured-content-widget .yum-featured-content-item .yum-featured-content-image {
      position: relative;
      display: block;
      cursor: pointer;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .yum-featured-content-widget .yum-featured-content-item .yum-featured-content-caption {
      display: block;
      padding: 5px 0;
      text-transform: uppercase;
      text-wrap: wrap;
      word-wrap: break-word;
      text-align: center; }

.yum-hero-post-widget {
  position: relative; }
  .yum-hero-post-widget .yum-hero-post-link {
    position: relative;
    display: block;
    height: 320px;
    width: 100%;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .5s;
    cursor: pointer; }
    @media (min-width: 600px) {
      .yum-hero-post-widget .yum-hero-post-link {
        height: 600px; } }
  .yum-hero-post-widget .yum-hero-post-overlay {
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: .2rem 1rem .2rem .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (min-width: 600px) {
      .yum-hero-post-widget .yum-hero-post-overlay {
        max-width: 70%; } }
    .yum-hero-post-widget .yum-hero-post-overlay:before {
      content: " ";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #FFFFFF;
      opacity: .9; }
    .yum-hero-post-widget .yum-hero-post-overlay > * {
      z-index: 1; }
    .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-meta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
      .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-meta .yum-hero-post-author,
      .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-meta .yum-hero-post-category {
        text-align: center;
        padding: 0 1rem; }
      .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-meta hr {
        margin: 0; }
    .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      z-index: 1;
      margin: 0;
      padding: .5rem 0 .5rem 1rem;
      border-left: 1px solid #E19465; }
      .yum-hero-post-widget .yum-hero-post-overlay .yum-hero-post-title .widget-title {
        letter-spacing: .02em; }

.yum-combo-shop-widget {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 600px) {
    .yum-combo-shop-widget {
      display: block; } }
  @media (min-width: 801px) {
    .yum-combo-shop-widget {
      min-height: 450px;
      padding-left: calc(300px + 2em); } }
  .yum-combo-shop-widget .yum-combo-shop-post-thumb {
    display: block;
    width: 100%;
    position: relative; }
    .yum-combo-shop-widget .yum-combo-shop-post-thumb img {
      display: block;
      width: 100%; }
    @media (min-width: 600px) {
      .yum-combo-shop-widget .yum-combo-shop-post-thumb {
        width: auto;
        float: left;
        margin-right: 2em; }
        .yum-combo-shop-widget .yum-combo-shop-post-thumb img {
          width: 300px; } }
    @media (min-width: 801px) {
      .yum-combo-shop-widget .yum-combo-shop-post-thumb {
        position: absolute;
        top: 0;
        left: 0; } }
  @media (min-width: 600px) {
    .yum-combo-shop-widget .yum-combo-shop-content {
      height: 450px; } }
  @media (min-width: 801px) {
    .yum-combo-shop-widget .yum-combo-shop-content {
      height: auto; } }
  .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    text-align: center; }
    @media (min-width: 600px) {
      .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta {
        display: block;
        text-align: left; } }
    @media (min-width: 801px) {
      .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta {
        text-align: center; } }
    .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-date,
    .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category {
      display: inline-block; }
    .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category {
      padding-top: 7px;
      margin-top: 7px;
      border-top: 1px solid #E19465; }
      @media (min-width: 600px) {
        .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category {
          border-top: none; } }
    .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-meta .yum-combo-shop-category a {
      color: #E19465; }
  .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-text {
    display: none; }
    @media (min-width: 600px) {
      .yum-combo-shop-widget .yum-combo-shop-content .yum-combo-shop-text {
        display: block; } }
  .yum-combo-shop-widget .yum-combo-shop-shop {
    text-align: center;
    margin: 2em auto 0;
    max-width: 540px;
    min-width: 300px; }
    @media (min-width: 480px) {
      .yum-combo-shop-widget .yum-combo-shop-shop {
        width: 100%; } }
    .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center; }
      .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-title span {
        display: inline-block;
        padding: 0 .4em;
        margin-bottom: -.6em;
        background-color: #FFFFFF;
        z-index: 1;
        font-size: 1.4em;
        letter-spacing: .05em; }
    .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0 auto;
      border: 1px dashed #000000; }
      @media (min-width: 480px) {
        .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products {
          -ms-flex-direction: row;
              flex-direction: row; } }
      @media (min-width: 801px) {
        .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products {
          -ms-flex-pack: center;
              justify-content: center; } }
      .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product {
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding: 2em 1em;
        text-align: center; }
        .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product:last-child {
          border-left: none; }
        @media (min-width: 480px) {
          .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product:last-child {
            border-left: 1px dashed #000000; } }
        .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product .yum-combo-shop-product-thumb {
          display: block; }
          .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product .yum-combo-shop-product-thumb img {
            display: block;
            margin: 0 auto;
            height: 150px;
            width: 150px; }
        .yum-combo-shop-widget .yum-combo-shop-shop .yum-combo-shop-products .yum-combo-shop-product .yum-combo-shop-product-name {
          text-transform: uppercase; }

.yum-instagram-widget {
  margin-top: 15px; }
  .yum-instagram-widget .yum-instagram-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
    .yum-instagram-widget .yum-instagram-header .yum-instagram-caption {
      text-align: center; }
      .yum-instagram-widget .yum-instagram-header .yum-instagram-caption > * {
        margin: 0;
        padding: 0 0 3px; }
      .yum-instagram-widget .yum-instagram-header .yum-instagram-caption .yum-instagram-caption-divider {
        display: inline-block;
        padding: 0 10px; }

.product-section .related-products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #000000; }
  @media (min-width: 600px) {
    .product-section .related-products {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .product-section .related-products .related-product {
    text-align: center;
    padding: 1em; }
    .product-section .related-products .related-product:not(:last-child) {
      border-bottom: 1px solid #000000; }
    @media (min-width: 600px) {
      .product-section .related-products .related-product {
        -ms-flex-positive: 1;
            flex-grow: 1; }
        .product-section .related-products .related-product:not(:last-child) {
          border-bottom: none;
          border-right: 1px solid #000000; } }
    .product-section .related-products .related-product .related-product-thumb {
      display: block; }
