<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: Ambitious Kitchen
Author: Alchemy + Aim (modified by Dan Miller Coding)
Author URI: https://danmillercoding.com/
Description: Custom theme for Ambitious Kitchen
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
  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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-border-radius: 0;
}

::-moz-selection {
  background: #888;
  color: white;
}

::selection {
  background: #888;
  color: white;
}

::-moz-selection {
  background: #888;
  color: white;
}

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

body {
  font-size: 20px;
  font-family: "freight-text-pro", sans-serif;
  position: relative;
  color: #231f20;
  background: #f6f5f2;
  line-height: 1.7;
}

.gform_button,
.btn {
  padding: 14px 24px 11px;
  letter-spacing: 0.16em;
  display: table;
  font-size: 0.65em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  background: #fff;
}

.gform_button:hover,
.btn:hover {
  background: #231f20;
  color: #fff;
}

.gform_button.btn-beige,
.btn.btn-beige {
  background-color: #f6f5f2;
}

.gform_button.btn-beige:hover,
.btn.btn-beige:hover {
  background-color: #231f20;
  color: #fff;
}

.section {
  clear: both;
  content: " ";
  display: table;
  position: relative;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0;
  position: relative;
  width: 92%;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.showonmobile {
  display: none !important;
  visibility: hidden;
}

.policynote a {
  text-decoration: underline !important;
}

.policynote a:hover {
  color: #efcab9;
}

.gfield.policynote {
  width: 100% !important;
  display: table-row !important;
  clear: both !important;
  text-align: center !important;
}

.gfield.policynote &gt; * {
  width: 100% !important;
  max-width: none !important;
  clear: both !important;
  padding-top: 24px !important;
  margin-top: 10px !important;
  position: absolute;
  color: #a7a9ac !important;
}

.gfield.policynote &gt; * li {
  width: 100% !important;
}

.gfield.policynote &gt; * li label {
  font-family: "freight-text-pro", sans-serif !important;
  text-transform: none !important;
  font-size: 0.75em !important;
  letter-spacing: 0 !important;
}

.gfield.policynote &gt; * li label span:after {
  left: -0.5px !important;
}

.gfield.policynote &gt; * a {
  color: #a7a9ac;
}

.gfield.policynote &gt; * a:hover {
  color: #efcab9;
}

.gfield.policynote &gt; * input[type=checkbox] + label span {
  outline: 1px solid #bebbb7;
}

.gfield.policynote &gt; * input[type=checkbox]:checked + label span::after {
  color: #bebbb7;
}

.gform_confirmation_wrapper ~ .policynote {
  display: none;
}

.comment-form-cookies-consent {
  line-height: 1;
  padding-left: 33px;
  position: relative;
}

.comment-form-cookies-consent span {
  position: absolute !important;
  left: 0;
  top: 10px;
}

#sidebar-nav {
  width: 280px;
  top: 0;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
  color: white;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  left: -280px;
  -webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all;
}

#sidebar-nav.menu-open {
  left: 0;
}

#sidebar-nav ul {
  margin-top: 20px;
}

#sidebar-nav ul ul {
  border-left: 1px solid #bfbebc;
  margin-top: 0;
  padding-left: 15px;
  display: none;
}

#sidebar-nav ul ul a {
  padding: 6px 0;
}

#sidebar-nav li {
  list-style: none;
  font-family: "Biko", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.18em;
  font-size: 0.65em;
}

#sidebar-nav li li {
  font-size: 0.9em;
}

#sidebar-nav li a {
  display: block;
  width: 100%;
  padding: 9px 0;
}

#sidebar-nav .ftlink {
  border-top: 1px solid #bfbebc;
  font-family: "Biko", serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-size: 0.65em;
  padding: 18px 0 0 0;
  margin: 10px 0 20px 40px;
}

#sidebar-nav .ftlink + .ftlink {
  border: none !important;
}

#sidebar-nav .search-input {
  background: #f6f5f2;
  border: none;
  font-family: "Biko-Bold", serif;
  padding: 16px 10px 15px 30px;
  width: 100%;
  font-size: 0.75em;
  margin-top: 20px;
}

#sidebar-nav .social {
  padding-left: 40px;
  margin: 20px 0 40px;
}

#sidebar-nav .social a {
  margin-left: 8px;
}

#sidebar-nav .social a:first-child {
  margin-left: 0;
}

#sidebar-nav .sidesearch {
  position: relative;
}

#sidebar-nav .sidesearch svg {
  width: 14px;
  position: absolute;
  left: 10px;
  bottom: 18px;
}

#sidebar-nav .sidesearch i {
  color: #bfbebc;
  position: absolute;
  left: 10px;
  bottom: 18px;
  font-size: 0.6em;
}

#body-wrap {
  width: 100%;
}

body .header {
  z-index: 9 !important;
}

.is-sticky + .searchformwrap {
  position: fixed;
  top: 62px;
  z-index: 99;
}

.searchmain {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #f6f5f2;
  width: 100%;
  z-index: 9;
}

.searchmain ::-webkit-input-placeholder {
  color: #dcddde;
}

.searchmain :-moz-placeholder {
  color: #dcddde;
  opacity: 1;
}

.searchmain ::-moz-placeholder {
  color: #dcddde;
  opacity: 1;
}

.searchmain :-ms-input-placeholder {
  color: #dcddde;
}

.searchmain :-moz-placeholder-shown {
  color: #dcddde;
}

.searchmain :placeholder-shown {
  color: #dcddde;
}

.searchmain.showthis {
  height: 84px;
}

.searchmain .search-input {
  font-family: "Biko-Bold", serif;
  width: 100%;
  text-align: left;
  font-size: 1.35em;
  max-width: 620px;
  border: none;
  border-bottom: 1px solid #bfbebc;
  background: none;
  line-height: 1.5;
  padding-bottom: 10px;
}

.searchmain .searchclose {
  width: 24px;
  height: 24px;
  /*background-image: url(../../images/icon-close-search.png);*/
  background-size: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  margin: 6px 45px 0 0;
}

#nav-trigger {
  display: block;
  float: left;
  margin-top: 10px;
  width: 23px;
  height: 30px;
}

#nav-trigger div {
  height: 1px;
  width: 23px;
  background-color: #231f20;
  margin-bottom: 6px;
}

#nav-close {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 30px;
  height: 30px;
}

#nav-close div {
  height: 1px;
  width: 24px;
  background-color: #231f20;
  position: absolute;
}

#nav-close div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}

#nav-close div:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}

#sticky-wrapper {
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  height: 129px !important;
}

#sticky-wrapper.is-sticky {
  height: 69px !important;
}

.header {
  padding: 40px 0 46px;
  background: #f6f5f2;
  z-index: 99;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header .wrapper &gt; * {
  display: inline-block;
  vertical-align: middle;
}

.header .social {
  font-size: 0.65em;
}

.header .social a {
  margin-left: 15px;
}

.header .social a:first-child {
  margin-left: 0;
}

.header .social a:hover {
  color: #efcab9 !important;
}

.header .social a:hover i {
  color: #efcab9 !important;
}

.header .searchtogwrap {
  padding: 5px 2.5%;
  border-left: 1px solid #bfbebc;
  border-right: 1px solid #bfbebc;
  font-size: 0.9em;
  margin-left: 2%;
}

.header .searchtogwrap i {
  cursor: pointer;
}

.header .ftlink {
  font-size: 0.55em;
  letter-spacing: 0.18em;
  font-family: "Biko", serif;
  text-transform: uppercase;
  margin-left: 3%;
}

.header .ftlink:hover {
  color: #efcab9;
}

.is-sticky {
  z-index: 99;
}

.is-sticky .header {
  padding: 10px 0;
}

.blogmain .post-item {
  margin-bottom: 50px;
}

.blogmain .ajax-load-more-wrap .post-item {
  width: 32%;
}

.blogmain .ajax-load-more-wrap .post-item:nth-child(3n+1) {
  margin-left: 0;
}

.category-popular .popular-list {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #bfbebc;
  text-align: center;
}

.category-popular .popular-list .post-item {
  width: 32%;
}

.category-popular .popular-list .post-item:nth-child(3n+1) {
  margin-left: 0;
}

.category .section-title {
  font-size: 1.75em;
  text-align: center;
  margin: 0 auto 36px;
}

body .alm-btn-wrap {
  text-align: center;
}

body .alm-btn-wrap .alm-load-more-btn {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #231f20;
  font-size: 0.65em;
  font-weight: 400;
  padding: 8px 25px 5px;
  line-height: 1 !important;
  height: 36px !important;
  border: none !important;
  cursor: pointer;
  margin: 0 auto;
}

body .alm-btn-wrap .alm-load-more-btn:hover {
  background: #231f20 !important;
  color: #fff !important;
}

.shoppostlist .alm-btn-wrap .alm-load-more-btn {
  margin-top: 80px;
}

.post-list {
  text-align: center;
}

.post-list .post-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 1.3%;
}

.post-list h2 {
  font-size: 1.25em;
  margin-bottom: 0;
}

.post-list .cats {
  font-family: "Biko", serif;
  font-size: 0.55em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 18px auto 0;
}

.post-list .cats:after {
  content: " ";
  width: 135px;
  height: 1px;
  background-color: #bfbebc;
  display: table;
  margin: 11px auto;
}

.four-grid.post-list .post-item {
  width: 23.55%;
}

.four-grid.post-list .post-item:nth-child(3n+1) {
  margin-left: 1.3% !important;
}

.four-grid.post-list .post-item:nth-child(4n+1) {
  margin-left: 0 !important;
}

.four-grid.post-list h2 {
  font-size: 1.05em;
}

.home .post-list .post-item:nth-child(3n+1) {
  margin-left: 0;
}

.latest-cat-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.latest-cat-tabs .owl-dot {
  display: inline-block;
  font-family: "Biko", serif;
  font-size: 0.55em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 10px 45px;
  padding: 10px 5px;
}

.latest-cat-tabs .owl-dot.active {
  border-bottom: 1px solid #bfbebc;
}

.latest-cats-title,
.home-features-title,
.home-toggles-title {
  text-align: center;
  font-size: 2.35em;
  margin: 0;
  padding-top: 35px;
}

.latest-cats-title {
  margin: 10px 0;
}

.latest-cat-posts {
  overflow-x: hidden;
}

.latest-cat-posts .post-item {
  margin-bottom: 90px;
}

.latest-cat-posts .btn {
  margin: 0 auto;
}

.home-features-title {
  border-top: 1px solid #bfbebc;
  margin-bottom: 40px;
}

.hslimgwrap {
  position: relative;
  padding: 50% 0;
  display: block;
  overflow: hidden;
}

.hslimgwrap img {
  position: absolute;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

.default-content .wrapper {
  max-width: 760px;
}

.homerecent {
  padding-bottom: 50px;
}

.ft-post-list {
  padding: 60px 0 0;
}

.ft-post-list .post-item {
  margin-bottom: 60px;
}

.home-ft-links {
  text-align: center;
  background: #fff;
  margin-top: -20px;
  padding: 50px 0;
}

.home-ft-links .titlebox {
  margin-top: -20px;
  position: relative;
}

.home-ft-links a {
  width: 23.85%;
  display: inline-block;
  vertical-align: top;
  margin: 0.3%;
}

.home-ft-links a .btn {
  background: #f6f5f2;
}

.home-ft-links a:hover .btn {
  background: #231f20;
  color: #fff;
}

.home-ft-links a:first-child {
  margin-left: 0;
}

.home-ft-links a .btn {
  margin: 0 auto 22px;
  font-size: 0.55em;
  padding: 12px 24px 9px;
}

.home-ft-links a .txt {
  font-size: 0.85em;
}

.recipe-sidebar {
  width: 25%;
  float: left;
  padding-right: 2%;
  border-right: 1px solid #bfbebc;
}

.recipe-sidebar .facetwp-facet {
  margin-bottom: 30px;
}

.recipe-sidebar .facetwp-counter {
  display: none !important;
  visibility: hidden;
}

.recipe-sidebar .script-title {
  margin-bottom: 10px;
  font-family: "MayWilde", cursive;
  font-size: 2em;
  margin-top: 0;
}

.recipe-sidebar .filterwrap {
  position: relative;
  margin-bottom: 30px;
}

.recipe-sidebar .filter-toggler {
  font-size: 0.55em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  background: #fff;
  color: #231f20;
  margin: 0 0 18px 0;
  padding: 12px 18px 9px;
  position: relative;
  cursor: pointer;
}

.recipe-sidebar .filter-toggler:after {
  content: " ";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../icon-catarrow.html);
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  top: 16px;
  position: absolute;
  right: 25px;
}

.recipe-sidebar .filter-toggler.up {
  margin-bottom: 0;
}

.recipe-sidebar .filter-toggler.up:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.recipe-sidebar ul {
  padding: 0;
}

.recipe-sidebar .facetwp-checkbox {
  font-size: 0.55em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  margin: 5px 0;
  padding: 4px 18px 4px 43px;
  position: relative;
  cursor: pointer;
  background: none !important;
}

.recipe-sidebar .facetwp-checkbox span {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  margin: 0 12px 0 10px;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  border: 1px solid #bfbebc;
}

.recipe-sidebar .facetwp-checkbox.checked {
  background: none !important;
}

.recipe-sidebar .facetwp-checkbox.checked span:before,
.recipe-sidebar .facetwp-checkbox.checked span:after {
  position: absolute;
  width: 24px;
  background: #000;
  height: 0.25px;
  content: " ";
  display: block;
  top: 8px;
  left: 0;
  margin-left: -3px;
}

.recipe-sidebar .facetwp-checkbox.checked span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recipe-sidebar .facetwp-checkbox.checked span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-list {
  width: 74%;
  float: right;
}

.filter-list .post-item {
  width: 31.84%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px 2.12%;
}

.filter-list .post-item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.filter-list .post-item h2 {
  margin-top: 15px;
  font-size: 1.05em;
}

.facetwp-pager {
  text-align: center;
  margin-top: 60px;
  font-family: "Biko", serif;
  font-size: 0.65em;
}

.facetwp-pager .last-page,
.facetwp-pager .facetwp-pager-label {
  display: none;
}

.facetwp-pager .facetwp-page.active {
  font-weight: normal !important;
  font-family: "Biko-Bold", serif;
}

.facetwp-pager .facetwp-page:before {
  content: "/";
  font-family: "Biko", serif !important;
  margin-right: 10px;
  font-weight: normal !important;
}

.facetwp-pager .facetwp-page:first-of-type:before {
  content: "";
}

.page-template-template_recipeindex .latest-cat-posts:nth-of-type(1) {
  padding-top: 0;
}

.page-template-template_recipeindex .block4-tabs {
  padding-bottom: 40px;
}

.site-footer {
  font-family: "Biko", serif;
  text-transform: uppercase;
  padding: 60px 0 50px;
}

.site-footer .wrapper &gt; * {
  vertical-align: middle;
  display: inline-block;
}

.site-footer .menu-footer {
  margin-left: 40px;
}

.site-footer .menu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0.55em;
  letter-spacing: 0.18em;
}

.site-footer .menu-footer ul li {
  display: inline-block;
  position: relative;
  margin-left: 28px;
}

.site-footer .menu-footer ul li:first-child {
  margin-left: 0;
}

.site-footer .menu-footer ul li a {
  padding: 10px 0;
  display: inline-block;
}

.site-footer .menu-footer ul li a:hover {
  color: #efcab9;
}

.site-footer .ftlink {
  padding: 8px 30px;
  margin-left: 30px;
  font-size: 0.55em;
  border-left: 1px solid #bfbebc;
  letter-spacing: 0.18em;
}

.site-footer .ftlink:hover {
  color: #efcab9;
}

.site-footer .copyright {
  float: right;
  font-size: 0.45em;
  letter-spacing: 0.18em;
  color: #a7a9ac;
}

.site-footer .copyright a {
  color: #a7a9ac;
}

.site-footer .copyright a:hover {
  color: #231f20;
}

.site-footer .copyright span {
  margin: 0 5px;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

input[type=radio] + div label,
input[type=radio] + label,
input[type=checkbox] + div label,
input[type=checkbox] + label {
  font-size: 0.55em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-family: "Biko", serif;
}

input[type=radio] + div label,
input[type=checkbox] + div label {
  font-size: 1em !important;
}

input[type=radio] + div label span,
input[type=radio] + label span,
input[type=checkbox] + div label span,
input[type=checkbox] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 12px 0 2px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  outline: 1px solid #231f20;
  position: relative;
  overflow: hidden;
}

input[type=radio]:checked + div label,
input[type=radio]:checked + label,
input[type=checkbox]:checked + div label,
input[type=checkbox]:checked + label {
  font-weight: normal !important;
}

input[type=radio]:checked + div label span:after,
input[type=radio]:checked + label span:after,
input[type=checkbox]:checked + div label span:after,
input[type=checkbox]:checked + label span:after {
  content: "x";
  color: #231f20;
  font-family: "Biko", serif;
  position: absolute;
  top: -2px;
  left: 1.5px;
  text-transform: none !important;
  font-size: 16px;
  line-height: 1;
  height: 14px;
  width: 14px;
  letter-spacing: 0;
}

.nl-signup {
  padding: 40px 0 80px;
  background: #fff;
}

.nl-signup .wrapper {
  max-width: 1060px;
}

.nl-signup .gform_wrapper .top_label .gfield_label {
  display: none !important;
}

.nl-signup li.gf_list_inline.checkboxes {
  min-width: 220px !important;
  padding-right: 0 !important;
  padding-top: 8px;
}

.nl-signup li.gf_list_inline.checkboxes li {
  min-width: 46% !important;
}

.nl-signup .gform_footer {
  display: none !important;
}

.nl-signup .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.nl-signup .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin: 0 8px 0px 0 !important;
}

.nl-signup .btn {
  font-size: 0.65em !important;
  background: #f6f5f2;
  color: #231f20;
  padding: 18px 24px 16px;
  border: none;
}

.nl-signup .gf_titletxt {
  line-height: 1.3 !important;
  font-family: "Biko-Bold", serif;
  font-size: 1.25em;
  padding-right: 10px !important;
}

.nl-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #231f20;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  font-family: "Biko", serif;
  padding: 18px 25px;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  min-width: 240px;
  -webkit-appearance: initial !important;
}

.nl-signup .gform_wrapper form.gf_simple_horizontal div.gform_body {
  width: 100% !important;
  max-width: 100% !important;
  display: table;
}

.nl-signup .btnwrap {
  padding-right: 0 !important;
}

.nl-signup .btn {
  cursor: pointer;
}

.nl-signup .btn:hover {
  background: #231f20;
  color: #fff;
}

.footer-blurb .section {
  border-top: 1px solid #bfbebc;
  margin-top: 65px;
  padding: 55px 0 70px;
}

.footer-blurb .imgbox {
  width: 61%;
  float: left;
  position: relative;
  text-align: center;
}

.footer-blurb .imgbox .txtoverlay {
  position: absolute;
  font-family: "MayWilde", cursive;
  font-size: 2.25em;
  line-height: 0.9;
  left: 3%;
  top: 48%;
  width: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-blurb .txtbox {
  width: 36.5%;
  float: right;
}

.footer-blurb .txtbox .txt1 {
  font-family: "Biko-Bold", serif;
  font-size: 1.5em;
  margin-bottom: 30px;
  line-height: 1.35;
}

.footer-blurb .txtbox .txt2 {
  line-height: 1.7;
}

.footer-blurb .txtbox .txt2 a {
  position: relative;
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
}

.footer-blurb .txtbox .txt2 a:after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #efcab9;
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.footer-blurb .txtbox .txt2 a:hover:after {
  height: 100%;
}

.footer-blurb .txtbox .btn {
  margin: 50px auto 0;
}

.post-date {
  font-family: "MayWilde", cursive;
  font-size: 1.1em;
  line-height: 2em;
  margin-top: 20px;
}

.single-outer &gt; .wrapper.mainwrap {
  padding-bottom: 25px;
}

.single-outer &gt; .wrapper.mainwrap &gt; .section {
  border-left: 1px solid #bfbebc;
  padding-left: 3.5%;
}

.single-outer .header-row .wprm-jump-to-recipe-shortcode {
  padding: 14px 24px 11px;
  letter-spacing: 0.16em;
  display: block;
  font-size: 0.65em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -16px;
  text-align: center !important;
  width: 90% !important;
  max-width: 180px !important;
}

.single-outer .header-row .txtcol {
  width: 39%;
  float: left;
}

.single-outer .header-row .txtcol .excerpt a {
  position: relative;
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
}

.single-outer .header-row .txtcol .excerpt a span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.single-outer .header-row .txtcol .excerpt a:hover span {
  background-size: 100% 100%;
}

.single-outer .header-row .imgcol {
  width: 53%;
  float: right;
  position: relative;
}

.single-outer .header-row h1 {
  font-size: 2.35em;
  margin: 20px 0;
  line-height: 1.1;
}

.single-outer .header-row .cats {
  font-family: "Biko", serif;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #231f20;
}

.single-outer .header-row .cats a {
  color: #231f20;
}

.single-outer .main-row {
  margin-top: 20px;
}

.single-outer .main-row .primary {
  width: 62%;
  float: left;
}

.single-outer .main-row .primary .content a:not(.pinit-button) {
  position: relative;
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
}

.single-outer .main-row .primary .content a:not(.pinit-button) span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.single-outer .main-row .primary .content a:not(.pinit-button):hover span {
  background-size: 100% 100%;
}

.single-outer .main-row .sidebar {
  width: 33%;
  float: right;
  margin-top: 20px;
}

.single-outer .main-row .sidebar .widget-area &gt; * {
  margin-bottom: 40px;
}

.single-outer .content p {
  margin: 25px 0;
}

.single-outer .content h2 {
  font-family: "freight-text-pro", sans-serif;
  font-size: 1.5em;
  font-style: italic;
  letter-spacing: -0.01em;
}

.single-outer .content h3 {
  font-size: 0.65em;
  font-family: "Biko", serif;
  letter-spacing: 0.17em;
  margin: 35px 0;
  text-transform: uppercase;
  line-height: 1.9;
}

.single-outer .content figure {
  width: 100% !important;
  max-width: 100% !important;
  margin: 20px 0 !important;
}

.single-outer .content figure .wp-caption-text {
  font-size: 0.85em !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple,
.single-outer .wprm-recipe,
.single-outer .easyrecipe {
  background: #fdfdfc !important;
  border: none !important;
  padding: 50px !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  margin-left: -3%;
  width: 106%;
  margin-bottom: 40px;
}

.dmc-single-post .wprm-recipe-tags-container,
.dmc-single-post .wprm-recipe-calories-container,
.dmc-single-post .wprm-recipe-author-container,
.single-outer .wprm-recipe .wprm-recipe-tags-container,
.single-outer .wprm-recipe .wprm-recipe-calories-container,
.single-outer .wprm-recipe .wprm-recipe-author-container,
.single-outer .easyrecipe .wprm-recipe-tags-container,
.single-outer .easyrecipe .wprm-recipe-calories-container,
.single-outer .easyrecipe .wprm-recipe-author-container {
  display: none !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-ingredients,
.single-outer .wprm-recipe .wprm-recipe-ingredients,
.single-outer .easyrecipe .wprm-recipe-ingredients {
  padding: 0 !important;
  font-size: 0.9em !important;
  list-style: none !important;
  font-family: "Biko", serif;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-ingredients .wprm-recipe-ingredient,
.single-outer .wprm-recipe .wprm-recipe-ingredients .wprm-recipe-ingredient,
.single-outer .easyrecipe .wprm-recipe-ingredients .wprm-recipe-ingredient {
  list-style: none;
  margin: 10px 0 0 0;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions,
.single-outer .wprm-recipe .wprm-recipe-instructions,
.single-outer .easyrecipe .wprm-recipe-instructions {
  padding: 0 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple a,
.single-outer .wprm-recipe a,
.single-outer .easyrecipe a {
  position: relative;
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple a span,
.single-outer .wprm-recipe a span,
.single-outer .easyrecipe a span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple a:hover span,
.single-outer .wprm-recipe a:hover span,
.single-outer .easyrecipe a:hover span {
  background-size: 100% 100%;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSIngredients,
.single-outer .wprm-recipe .ERSIngredients,
.single-outer .easyrecipe .ERSIngredients {
  font-family: "Biko", serif !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSIngredients ul,
.single-outer .wprm-recipe .ERSIngredients ul,
.single-outer .easyrecipe .ERSIngredients ul {
  font-size: 0.9em !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSDetails .ERSClear,
.single-outer .wprm-recipe .ERSDetails .ERSClear,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSAuthor,
.single-outer .wprm-recipe .ERSAuthor,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSAuthor + .ERSHead,
.single-outer .wprm-recipe .ERSAuthor + .ERSHead,
.single-outer .easyrecipe .ERSDetails .ERSClear,
.single-outer .easyrecipe .ERSAuthor,
.single-outer .easyrecipe .ERSAuthor + .ERSHead {
  display: none;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-name,
.single-outer .wprm-recipe .wprm-recipe-name,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSName,
.single-outer .wprm-recipe .ERSName,
.single-outer .easyrecipe .wprm-recipe-name,
.single-outer .easyrecipe .ERSName {
  font-weight: normal;
  display: table;
  width: 100%;
  clear: both;
  margin: 0 0 15px;
  font-family: "Biko-Bold", serif;
  font-size: 1.35em;
  line-height: 1.4;
  font-style: normal;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-rating-star,
.single-outer .wprm-recipe .wprm-rating-star,
.single-outer .easyrecipe .wprm-rating-star {
  margin-right: 12px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-rating-star svg,
.single-outer .wprm-recipe .wprm-rating-star svg,
.single-outer .easyrecipe .wprm-rating-star svg {
  width: 20px;
  height: 20px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-rating-details,
.single-outer .wprm-recipe .wprm-recipe-rating-details,
.single-outer .easyrecipe .wprm-recipe-rating-details {
  font-family: "Biko", serif !important;
  font-size: 0.55em !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #bfbebc;
  display: inline-block;
  margin-left: 20px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container,
.single-outer .wprm-recipe .wprm-recipe-times-container,
.single-outer .easyrecipe .wprm-recipe-times-container {
  font-family: "Biko", serif !important;
  font-size: 0.65em !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.7em;
  margin: 20px 0 30px;
  display: table;
  width: 100%;
  content: " ";
  clear: both;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container &gt; *,
.single-outer .wprm-recipe .wprm-recipe-times-container &gt; *,
.single-outer .easyrecipe .wprm-recipe-times-container &gt; * {
  border-top: 1px solid #bfbebc;
  border-bottom: 1px solid #bfbebc;
  padding: 15px 0;
  width: 24%;
  display: inline-block;
  border-left: 1px solid #bfbebc;
  text-align: center;
  float: left;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container &gt; *:first-child,
.single-outer .wprm-recipe .wprm-recipe-times-container &gt; *:first-child,
.single-outer .easyrecipe .wprm-recipe-times-container &gt; *:first-child {
  border-left: none;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container &gt; * span.wprm-recipe-details-name,
.single-outer .wprm-recipe .wprm-recipe-times-container &gt; * span.wprm-recipe-details-name,
.single-outer .easyrecipe .wprm-recipe-times-container &gt; * span.wprm-recipe-details-name {
  width: 100%;
  text-align: center;
  display: table;
  margin-bottom: 15px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container .wprm-recipe-details-name,
.single-outer .wprm-recipe .wprm-recipe-times-container .wprm-recipe-details-name,
.single-outer .easyrecipe .wprm-recipe-times-container .wprm-recipe-details-name {
  font-weight: 400 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container .wprm-recipe-details,
.single-outer .wprm-recipe .wprm-recipe-times-container .wprm-recipe-details,
.single-outer .easyrecipe .wprm-recipe-times-container .wprm-recipe-details {
  font-size: 0.846em !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container .wprm-recipe-details-unit,
.single-outer .wprm-recipe .wprm-recipe-times-container .wprm-recipe-details-unit,
.single-outer .easyrecipe .wprm-recipe-times-container .wprm-recipe-details-unit {
  font-size: 0.846em !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container .wprm-recipe-details-icon,
.single-outer .wprm-recipe .wprm-recipe-times-container .wprm-recipe-details-icon,
.single-outer .easyrecipe .wprm-recipe-times-container .wprm-recipe-details-icon {
  display: none !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container .wprm-recipe-details-name,
.single-outer .wprm-recipe .wprm-recipe-times-container .wprm-recipe-details-name,
.single-outer .easyrecipe .wprm-recipe-times-container .wprm-recipe-details-name {
  min-width: 0 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-buttons,
.single-outer .wprm-recipe .wprm-recipe-buttons,
.single-outer .easyrecipe .wprm-recipe-buttons {
  width: 100%;
  display: table;
  clear: both;
  content: " ";
  margin: 25px 0 10px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-buttons .wprm-recipe-rating,
.single-outer .wprm-recipe .wprm-recipe-buttons .wprm-recipe-rating,
.single-outer .easyrecipe .wprm-recipe-buttons .wprm-recipe-rating {
  float: left;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSTimes .ERSHead:after,
.single-outer .wprm-recipe .ERSTimes .ERSHead:after,
.single-outer .easyrecipe .ERSTimes .ERSHead:after {
  content: "/";
  margin-left: 10px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSDetails,
.single-outer .wprm-recipe .ERSDetails,
.single-outer .easyrecipe .ERSDetails {
  font-size: 0.65em !important;
  text-transform: uppercase !important;
  font-family: "Biko", serif !important;
  display: table;
  width: 100% !important;
  letter-spacing: 0.12em;
  line-height: 1.7em;
  content: " ";
  border-top: 1px solid #bfbebc;
  border-bottom: 1px solid #bfbebc;
  margin: 20px 0 30px;
  padding: 15px 0;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSDetails .ERSHead,
.single-outer .wprm-recipe .ERSDetails .ERSHead,
.single-outer .easyrecipe .ERSDetails .ERSHead {
  margin-right: 12px !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-topleft,
.single-outer .wprm-recipe .wprm-topleft,
.single-outer .easyrecipe .wprm-topleft {
  width: 68%;
  float: left;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-image-container,
.single-outer .wprm-recipe .wprm-recipe-image-container,
.single-outer .easyrecipe .wprm-recipe-image-container {
  width: 25%;
  float: right;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-btn,
.single-outer .wprm-recipe .wprm-btn,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-print,
.single-outer .wprm-recipe .wprm-recipe-print,
.single-outer .easyrecipe .wprm-btn,
.single-outer .easyrecipe .wprm-recipe-print {
  border-radius: 0 !important;
  background-color: #f6f5f2 !important;
  padding: 9px 25px !important;
  color: #231f20 !important;
  letter-spacing: 0.14em !important;
  font-family: "Biko", serif !important;
  font-weight: 400 !important;
  font-size: 0.55em !important;
  text-transform: uppercase !important;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-btn:first-child,
.single-outer .wprm-recipe .wprm-btn:first-child,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-print:first-child,
.single-outer .wprm-recipe .wprm-recipe-print:first-child,
.single-outer .easyrecipe .wprm-btn:first-child,
.single-outer .easyrecipe .wprm-recipe-print:first-child {
  margin-left: 0;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-btn .wprm-recipe-details-icon,
.single-outer .wprm-recipe .wprm-btn .wprm-recipe-details-icon,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-print .wprm-recipe-details-icon,
.single-outer .wprm-recipe .wprm-recipe-print .wprm-recipe-details-icon,
.single-outer .easyrecipe .wprm-btn .wprm-recipe-details-icon,
.single-outer .easyrecipe .wprm-recipe-print .wprm-recipe-details-icon {
  display: none;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSRatings,
.single-outer .wprm-recipe .ERSRatings,
.single-outer .easyrecipe .ERSRatings {
  float: left;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSSavePrint,
.single-outer .wprm-recipe .ERSSavePrint,
.single-outer .easyrecipe .ERSSavePrint {
  float: right;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSSavePrint .ERSPrintBtn,
.single-outer .wprm-recipe .ERSSavePrint .ERSPrintBtn,
.single-outer .easyrecipe .ERSSavePrint .ERSPrintBtn {
  font-size: 0.55em !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSSavePrint .ui-button-text,
.single-outer .wprm-recipe .ERSSavePrint .ui-button-text,
.single-outer .easyrecipe .ERSSavePrint .ui-button-text {
  border-radius: 0 !important;
  background-color: #f6f5f2 !important;
  padding: 9px 25px !important;
  color: #231f20 !important;
  letter-spacing: 0.14em !important;
  font-family: "Biko", serif;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSSavePrint .ERSPrintIcon,
.single-outer .wprm-recipe .ERSSavePrint .ERSPrintIcon,
.single-outer .easyrecipe .ERSSavePrint .ERSPrintIcon {
  display: none !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSRatingInner,
.single-outer .wprm-recipe .ERSRatingInner,
.single-outer .easyrecipe .ERSRatingInner {
  background: url(../star-black.html) 0 0/20px repeat-x;
  height: 13px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSRatingOuter,
.single-outer .wprm-recipe .ERSRatingOuter,
.single-outer .easyrecipe .ERSRatingOuter {
  background: url(../star-grey.html) 0 0/20px repeat-x;
  height: 13px;
  margin-top: 10px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSRatingOuter .review,
.single-outer .wprm-recipe .ERSRatingOuter .review,
.single-outer .easyrecipe .ERSRatingOuter .review {
  display: none;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNutritionHeader,
.single-outer .wprm-recipe .ERSNutritionHeader,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNotesHeader,
.single-outer .wprm-recipe .ERSNotesHeader,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSHeading,
.single-outer .wprm-recipe .ERSHeading,
.single-outer .easyrecipe .ERSNutritionHeader,
.single-outer .easyrecipe .ERSNotesHeader,
.single-outer .easyrecipe .ERSHeading {
  font-size: 1.35em !important;
  font-family: "Biko-Bold", serif !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple b,
.single-outer .wprm-recipe b,
.dmc-single-post .wprm-recipe.wprm-recipe-simple strong,
.single-outer .wprm-recipe strong,
.single-outer .easyrecipe b,
.single-outer .easyrecipe strong {
  font-weight: 700 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple li.ingredient,
.single-outer .wprm-recipe li.ingredient,
.single-outer .easyrecipe li.ingredient {
  margin: 10px 0 0 !important;
  list-style: none !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNotesHeader,
.single-outer .wprm-recipe .ERSNotesHeader,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNutritionHeader,
.single-outer .wprm-recipe .ERSNutritionHeader,
.single-outer .easyrecipe .ERSNotesHeader,
.single-outer .easyrecipe .ERSNutritionHeader {
  margin-top: 0 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNotes,
.single-outer .wprm-recipe .ERSNotes,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNutrionDetails,
.single-outer .wprm-recipe .ERSNutrionDetails,
.single-outer .easyrecipe .ERSNotes,
.single-outer .easyrecipe .ERSNutrionDetails {
  font-size: 0.9em;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSInstructions,
.single-outer .wprm-recipe .ERSInstructions,
.single-outer .easyrecipe .ERSInstructions {
  border-top: 1px solid #bfbebc;
  border-bottom: 1px solid #bfbebc;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .nutrition,
.single-outer .wprm-recipe .nutrition,
.single-outer .easyrecipe .nutrition {
  margin-top: 50px;
  padding-left: 6%;
  width: 50%;
  float: right;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .nutrition .ERSNutrionDetails span,
.single-outer .wprm-recipe .nutrition .ERSNutrionDetails span,
.single-outer .easyrecipe .nutrition .ERSNutrionDetails span {
  font-family: "Biko-Bold", serif;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-notes-container,
.single-outer .wprm-recipe .wprm-recipe-notes-container,
.single-outer .easyrecipe .wprm-recipe-notes-container {
  width: 50%;
  float: left;
  font-size: 0.9em !important;
  padding-right: 5%;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-notes-container + .wprm-recipe-nutrition-container,
.single-outer .wprm-recipe .wprm-recipe-notes-container + .wprm-recipe-nutrition-container,
.single-outer .easyrecipe .wprm-recipe-notes-container + .wprm-recipe-nutrition-container {
  border-left: 1px solid #bfbebc;
  width: 50%;
  padding: 0 0 100px 6%;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container,
.single-outer .easyrecipe .wprm-recipe-nutrition-container {
  border: none;
  color: #231f20;
  max-width: none;
  width: 100%;
  padding: 0;
  float: right;
  font-size: 0.9em !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-warning,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-warning,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-percentage,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-percentage,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-line,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-line,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-recipe,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-recipe,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-warning,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-percentage,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-line,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-recipe {
  display: none !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-sub-item,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-sub-item,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-sub-item {
  margin-left: 0 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container strong,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container strong,
.single-outer .easyrecipe .wprm-recipe-nutrition-container strong {
  font-family: "Biko-Bold", serif;
  font-weight: 400 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .servings,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .servings,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-serving,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-serving,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .servings,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-serving {
  font-size: 0.85em;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-serving span,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-serving span,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .serv-amt,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .serv-amt,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-serving span,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .serv-amt {
  font-family: "Biko-Bold", serif;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .nutrition-list,
.single-outer .wprm-recipe .nutrition-list,
.single-outer .easyrecipe .nutrition-list {
  margin-top: 30px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-ingredient-notes,
.single-outer .wprm-recipe .wprm-recipe-ingredient-notes,
.single-outer .easyrecipe .wprm-recipe-ingredient-notes {
  color: #231f20;
  opacity: 1;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSNotesDiv,
.single-outer .wprm-recipe .ERSNotesDiv,
.single-outer .easyrecipe .ERSNotesDiv {
  margin-top: 50px;
  width: 50%;
  float: left;
  padding-right: 5%;
  border-right: 1px solid #bfbebc;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions,
.single-outer .wprm-recipe .wprm-recipe-instructions,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSInstructions ol,
.single-outer .wprm-recipe .ERSInstructions ol,
.single-outer .easyrecipe .wprm-recipe-instructions,
.single-outer .easyrecipe .ERSInstructions ol {
  counter-reset: num-counter;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions li.wprm-recipe-instruction,
.single-outer .wprm-recipe .wprm-recipe-instructions li.wprm-recipe-instruction,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSInstructions li.instruction,
.single-outer .wprm-recipe .ERSInstructions li.instruction,
.single-outer .easyrecipe .wprm-recipe-instructions li.wprm-recipe-instruction,
.single-outer .easyrecipe .ERSInstructions li.instruction {
  list-style: none;
  margin: 0 0 45px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions li.wprm-recipe-instruction:before,
.single-outer .wprm-recipe .wprm-recipe-instructions li.wprm-recipe-instruction:before,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSInstructions li.instruction:before,
.single-outer .wprm-recipe .ERSInstructions li.instruction:before,
.single-outer .easyrecipe .wprm-recipe-instructions li.wprm-recipe-instruction:before,
.single-outer .easyrecipe .ERSInstructions li.instruction:before {
  content: "Step " counter(num-counter);
  counter-increment: num-counter;
  display: table;
  font-family: "Biko-Bold", serif;
  font-size: 0.9em;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions-container,
.single-outer .wprm-recipe .wprm-recipe-instructions-container,
.single-outer .easyrecipe .wprm-recipe-instructions-container {
  border-bottom: 1px solid #bfbebc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.single-outer .widesection {
  margin-left: -3%;
  width: 106%;
}

.single-outer .post-nav {
  border-top: 1px solid #bfbebc;
  border-bottom: 1px solid #bfbebc;
  font-family: "Biko", serif;
  font-size: 0.65em;
  letter-spacing: 0.14em;
  padding: 40px 0;
  text-transform: uppercase;
}

.single-outer .post-nav .nav-next {
  float: left;
}

.single-outer .post-nav .nav-previous {
  float: right;
}

.single-outer .post-nav .wrapper {
  max-width: 480px;
}

.dmc-single-post .shopthispost,
.single-outer .shopthispost {
  background: #fff;
  text-align: center;
  margin: 35px 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px 60px;
}

.dmc-single-post .shopthispost .stp-title,
.single-outer .shopthispost .stp-title {
  font-size: 0.65em;
  font-family: "Biko", serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.dmc-single-post .shopthispost .shopthepost-widget,
.single-outer .shopthispost .shopthepost-widget {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.single-outer .comment-form-wprm-rating {
  display: table;
  width: 50%;
  text-align: center;
  padding-top: 26px;
  margin: 0;
}

.sharewrap {
  position: fixed;
  left: 0;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 0;
  width: 60px;
  text-align: center;
  z-index: 1000;
}

.sharewrap .sharetitle {
  font-family: "Biko", serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-size: 0.55em;
  text-transform: uppercase;
}

.sharewrap .essb_links {
  margin-top: 0.5em !important;
}

.sharewrap .essb_links li,
.sharewrap .essb_links li a,
.sharewrap .essb_links li a .essb_icon,
.sharewrap .essb_links li a .essb_network_name {
  color: #231f20 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  opacity: 1 !important;
}

.sharewrap .essb_links li:hover,
.sharewrap .essb_links li a:hover,
.sharewrap .essb_links li a .essb_icon:hover,
.sharewrap .essb_links li a .essb_network_name:hover {
  color: #efcab9 !important;
}

.sharewrap .essb_links .essb_hide_icon .essb_network_name {
  padding: 7px !important;
}

.alm-previous-post {
  padding-bottom: 120px;
}

.pinthis-side {
  padding: 8.5%;
  text-align: center;
  background: #fdfdfc;
  cursor: pointer;
}

.pinthis-side:hover .btn {
  background: #231f20;
  color: #fff;
}

.pinthis-side img {
  width: 100%;
  float: left;
  margin: 30px auto 0;
}

.pinthis-side span {
  cursor: pointer;
  margin: 0 auto;
}

.pinthis-side a {
  display: table;
  width: 100%;
  content: " ";
  clear: both;
}

.getfeatured-side .imgbox,
.about-side .imgbox {
  padding: 4.5%;
  background: #fdfdfc;
  display: table;
  width: 55%;
  content: " ";
  float: left;
}

.getfeatured-side .imgbox img,
.about-side .imgbox img {
  float: left;
  width: 100%;
}

.getfeatured-side .titlebox,
.about-side .titlebox {
  width: 60%;
  float: right;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.getfeatured-side .titlebox h2,
.about-side .titlebox h2 {
  font-family: "MayWilde", cursive;
  font-weight: normal;
  font-size: 2em;
  line-height: 1;
  text-align: center;
}

.getfeatured-side .txtbox,
.about-side .txtbox {
  padding: 0 0 30px;
  text-align: center;
  font-family: "Biko-Bold", serif;
}

.getfeatured-side .txtbox p,
.about-side .txtbox p {
  margin-bottom: 0;
}

.getfeatured-side .txtbox a span,
.about-side .txtbox a span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.getfeatured-side .txtbox a:hover span,
.about-side .txtbox a:hover span {
  background-size: 100% 100%;
}

.getfeatured-side .txtbox .btn,
.about-side .txtbox .btn {
  margin: 30px auto 0;
  padding-top: 9px;
  padding-bottom: 5px;
}

.getfeatured-side {
  background: #fdfdfc;
  padding-bottom: 3%;
}

.getfeatured-side .txtbox .btn {
  font-size: 0.55em;
  padding-top: 12px;
  padding-bottom: 9px;
}

.sidefeature-posts {
  background: #fff;
  padding: 35px;
}

.sidefeature-posts .widget-title {
  text-align: center;
  font-family: "Biko-Bold", serif;
  font-size: 1.25em;
}

.sidefeature-posts .favs-list ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 30px;
}

.sidefeature-posts .favs-list ul li a {
  padding: 15px 0;
  border-top: 1px solid #bfbebc;
}

.sidefeature-posts .favs-list ul li a:hover {
  color: #efcab9;
}

.sidefeature-posts .favs-list ul li:first-child a {
  border: none;
}

.sidefeature-posts .favs-list .imgbox {
  width: 23%;
  float: left;
}

.sidefeature-posts .favs-list .imgbox img {
  float: left;
}

.sidefeature-posts .favs-list h4 {
  width: 71%;
  font-weight: 400;
  font-family: "Biko-Bold", serif;
  margin: 10px 0 0;
  float: right;
  font-size: 0.75em;
}

.sidefeature-posts .btn {
  margin: 0 auto;
  background: #f6f5f2;
}

.sidefeature-posts .btn:hover {
  background: #231f20;
}

.postcats {
  font-family: "Biko", serif;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #231f20;
  margin: 10px 0 35px;
}

.postcats:before {
  content: " ";
  width: 135px;
  height: 1px;
  background-color: #bfbebc;
  display: table;
  margin: 16px auto 27px;
}

.postcats a {
  color: #231f20;
  letter-spacing: 0.14em;
}

.postcats a:hover {
  color: #efcab9;
}

.prime-cat + .child-cat:before {
  content: " / ";
  display: inline-block;
  margin: 0 8px 0 4px;
}

.recipe-meta {
  font-family: "Biko", serif;
  font-size: 0.74em;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 40px 0 30px;
  text-transform: uppercase;
}

.recipe-meta &gt; div {
  margin: 10px 0;
}

.recipe-meta a {
  color: #bfbebc;
  margin-left: 10px;
  border-bottom: 1px solid;
}

.instruction-steps,
.ingredients {
  background: #f7f7f7;
  padding: 32px;
}

.instruction-steps ul,
.ingredients ul {
  padding: 0;
  line-height: 1.3;
  list-style: none;
}

.instruction-steps ul li,
.ingredients ul li {
  margin: 10px 0;
  padding-left: 15px;
  position: relative;
}

.instruction-steps ul li:before,
.ingredients ul li:before {
  content: "• ";
  display: inline-block;
  position: absolute;
  left: 0;
}

.instruction-steps .ingr-title,
.ingredients .ingr-title {
  font-family: "Biko", serif;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: -38px 0 32px;
  text-align: center;
  text-transform: uppercase;
}

.home-ambitious-popular {
  background: #fdfdfc;
}

.home-ambitious-popular .home-ambitious-toggle {
  text-align: center;
  position: absolute;
  right: 0;
  width: 49%;
  margin-top: 50px;
  border-bottom: 1px solid #bfbebc;
  padding-bottom: 23px;
  z-index: 3;
}

.home-ambitious-popular .owl-dots {
  display: inline-block;
  width: 100%;
}

.home-ambitious-popular .owl-dot {
  font-family: "Biko", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 30px;
  font-size: 0.65em;
  display: inline-block;
  cursor: pointer;
  color: #bebbb7;
  width: 50%;
}

.home-ambitious-popular .owl-dot:first-child {
  border-right: 1px solid #bfbebc;
}

.home-ambitious-popular .owl-dot:hover {
  color: #bebbb7;
}

.home-ambitious-popular .owl-dot.active {
  color: #231f20;
}

.home-ambitious-popular .mostpopular,
.home-ambitious-popular .ambitious {
  display: table;
  padding: 45px 20px 55px;
}

.home-ambitious-popular .mostpopular .owl-carousel,
.home-ambitious-popular .ambitious .owl-carousel {
  display: block !important;
}

.home-ambitious-popular .hsl-titles {
  width: 49%;
  clear: right;
  float: right;
}

.home-ambitious-popular .hsl-title {
  display: block;
  position: relative;
}

.home-ambitious-popular .hsl-title a {
  padding-top: 40px;
  display: table;
  width: 100%;
}

.home-ambitious-popular .hsl-title:first-of-type {
  margin-top: 80px;
}

.home-ambitious-popular .hsl-title span {
  font-family: "Biko", serif;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2px;
  font-size: 1.25em;
  vertical-align: top;
  width: 11%;
  color: #bebbb7;
}

.home-ambitious-popular .hsl-title h2 {
  font-family: "Biko-Bold", serif;
  display: inline-block;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  vertical-align: top;
  width: 86%;
  padding-left: 5%;
}

.home-ambitious-popular .hsl-title.featured {
  color: #bebbb7;
}

.home-ambitious-popular .hsl-title.featured span {
  color: #231f20;
}

.home-ambitious-popular .hsl-image {
  width: 47.5%;
  position: relative;
  z-index: 3;
  float: left;
}

.home-ambitious-popular .hsl-image img {
  width: 100%;
  height: auto;
}

.home-ambitious-popular .hsl-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-family: "Biko", serif;
  letter-spacing: 0.22em;
  padding: 12px 24px;
  z-index: 3;
  font-size: 0.67em;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
}

.home-ambitious-popular .hsl-image a:hover span {
  opacity: 1;
}

.home-ambitious-popular .hsl-image h2 {
  font-size: 1.4em;
  text-align: center;
  width: 90%;
  margin: 25px auto 0;
}

.home-ambitious-popular .hsl-image .cats {
  font-family: "Biko", serif;
  font-size: 0.55em;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.home-ambitious-popular .hsl-image .cats:before {
  content: " ";
  width: 135px;
  height: 1px;
  background-color: #bfbebc;
  display: table;
  margin: 20px auto;
}

.homeftvideo {
  margin-top: 0;
  z-index: 3;
}

.homeftvideo .scripttxt {
  font-family: "MayWilde", cursive;
  font-size: 3em;
  line-height: 1;
  margin: -25px auto 0;
  text-align: center;
}

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

.homeftvideo .section .videocol {
  width: 66.5%;
  float: right;
}

.homeftvideo .section .videocol .vidcolwrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.homeftvideo .section .videocol .vidcolwrap iframe,
.homeftvideo .section .videocol .vidcolwrap object,
.homeftvideo .section .videocol .vidcolwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeftvideo .posttxtcol {
  width: 28%;
  float: left;
  text-align: center;
  display: table;
  padding-top: 26px;
}

.homeftvideo .posttxtcol &gt; * {
  display: table-cell;
  vertical-align: middle;
}

.homeftvideo .excerpt {
  line-height: 1.6;
}

.homeftvideo .view-post {
  margin: 30px auto 0;
}

.homeftvideo h2 {
  font-size: 1.25em;
  margin: 0 0 15px;
}

.homeftvideo .postcats {
  line-height: 2.2;
}

.single-post .alm-reveal:nth-child(2) .single-outer,
.single-post .alm-reveal:nth-child(3) .single-outer {
  padding-top: 60px;
}

.signature {
  font-family: "MayWilde", cursive;
  font-size: 2em;
  line-height: 1;
  margin: 20px auto;
  text-align: center;
}

.recipetimes {
  color: #231f20;
  font-family: "Biko", serif;
  font-style: normal !important;
  margin: 40px 0 0;
  font-size: 0.65em !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.7em;
  border-top: 1px solid #bfbebc;
  border-bottom: 1px solid #bfbebc;
  padding: 15px 0;
  text-align: center;
}

.recipetimes &gt; * {
  display: inline-block;
  width: 32%;
  border-left: 1px solid #bfbebc;
}

.recipetimes &gt; *:first-child {
  border-left: none;
}

.recipetimes .rt-value {
  font-size: 0.846em;
  margin-top: 15px;
}

.comtogglewrap {
  width: 60%;
  border-top: 1px solid #bfbebc;
  text-align: center;
  margin-left: 5.5%;
  padding-top: 40px;
}

.comtogglewrap .commenttoggle {
  margin: 0 auto;
  cursor: pointer;
}

.comments-area {
  padding-left: 5.5%;
}

.comments-area &gt; * &gt; * {
  width: 60%;
}

.comments-area .ERRatingCommentInner {
  background: url(../star-black.html) 0 0/20px repeat-x;
  height: 13px;
}

.comments-area .ERRatingComment {
  background: url(../star-grey.html) 0 0/20px repeat-x;
  height: 13px;
  margin-top: 10px;
}

.comments-area .ERRatingComment .review {
  display: none;
}

#comments .wrapper {
  max-width: 760px;
}

#comments .ERComment &gt; span:first-child {
  text-transform: uppercase;
  font-family: "Biko", serif;
  letter-spacing: 0.14em;
  font-size: 0.55em;
  margin-right: 25px !important;
}

#comments .ERComment {
  height: 20px;
  margin: 35px 0 0 !important;
}

#comments .ERComment .ERRateBG {
  margin-left: 5px !important;
  background: url(../star-grey.html) 0 0/20px repeat-x;
  height: 13px;
}

#comments .ERComment .ERRateBG .ERRateStars {
  background: url(../star-black.html) 0 0/20px repeat-x;
  height: 13px;
}

.form-submit .ERComment {
  width: 48%;
  clear: both;
  display: table;
  float: right;
}

#respond {
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.comment-author img {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  margin: 0 0 -13px;
}

.comments-title {
  display: none;
}

.comment-reply-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.35em;
}

.comment-list {
  padding: 40px 0 25px;
  border-top: 1px solid #bfbebc;
  margin: 0 0 20px;
  list-style: none;
  font-weight: normal !important;
}

.comment-list &gt; li {
  width: 95%;
  max-width: 560px;
  margin: 40px auto 0;
}

.comment-list li {
  margin-top: 40px;
}

.comment-list &gt; li:first-child {
  margin-top: 0;
  border-top: none;
}

.comment-list ul {
  list-style: none;
  padding: 0;
}

.comment-list ul li {
  padding: 30px 40px 40px;
  border-top: none;
  background: #fff;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-top: 20px;
}

.comment-awaiting-moderation {
  font-size: 0.8em;
}

.comment-metadata {
  display: none;
}

.comment-author {
  font-size: 0.65em;
  letter-spacing: 0.18em;
  color: #231f20;
  font-family: "Biko", serif;
  font-style: normal !important;
  text-transform: uppercase;
}

.comment-author cite {
  font-style: normal !important;
}

.comment-author a {
  color: #231f20;
}

.comment-author b {
  font-weight: normal !important;
}

.comment-content {
  line-height: 1.8;
}

.comment-content &gt; * {
  margin: 25px 0;
}

.comment-content &gt; *:first-child {
  margin-top: 0 !important;
}

.comment-meta-date {
  margin-top: 5px !important;
}

.comment-meta a {
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  font-size: 0.8em;
}

.comment-reply-link {
  display: table;
  font-size: 0.65em;
  font-family: "Biko-Bold", serif;
  letter-spacing: 0.18em;
  margin-top: 32px;
  color: #231f20;
  text-transform: uppercase;
}

.respondlink {
  display: table;
  padding: 0 5px 10px;
  margin: 30px auto 50px;
  letter-spacing: 0.05em;
}

.comment-navigation {
  font-size: 0.65em;
  font-family: "Biko-Bold", serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 100px;
  padding-top: 20px;
  font-weight: 400;
}

.comment-navigation &gt; * {
  display: table;
  margin: 10px 0;
  float: right;
}

.comment-navigation &gt; *:first-child {
  float: left;
}

.akismet_comment_form_privacy_notice {
  color: #bbb7ab;
  font-style: italic;
  font-size: 0.9em;
}

.akismet_comment_form_privacy_notice a {
  color: #bbb7ab;
}

#commentform ::-webkit-input-placeholder {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

#commentform :-moz-placeholder {
  color: #999999;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

#commentform ::-moz-placeholder {
  color: #999999;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

#commentform :-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

#commentform :-moz-placeholder-shown {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

#commentform :placeholder-shown {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

#commentform &gt; textarea,
#commentform &gt; input {
  background: none;
  border: 1px solid #231f20;
  font-size: 0.6em;
  padding: 16px 25px 13px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 18px;
  font-family: "Biko", serif;
  -webkit-appearance: initial !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#commentform &gt; input {
  float: left;
  display: table;
  width: 48.8%;
  margin-left: 2.3%;
}

#commentform &gt; input:nth-child(3),
#commentform &gt; input:first-child {
  margin-left: 0;
}

#commentform .wprm-rating-stars svg {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

#commentform .wprm-rating-stars svg polygon {
  stroke-width: 1;
}

#commentform .ratingwrap {
  width: 48.8%;
  float: right;
  position: relative;
}

#commentform &gt; textarea {
  width: 100%;
  height: 180px;
  padding-top: 20px;
}

#commentform .form-submit {
  display: table;
  width: 100%;
  text-align: center;
  clear: both;
  margin: 0;
  position: relative;
}

#commentform .form-submit input {
  background: #fff;
  border: none;
  color: #231f20;
  letter-spacing: 0.14em;
  margin: 15px 0 0;
  display: table;
  padding: 17px 35px 14px;
  font-size: 0.65em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

#commentform .form-submit input:hover {
  background: #231f20;
  color: #fff;
}

.about-section {
  margin-bottom: 50px;
}

.about-section .wrapper {
  max-width: 1040px;
}

.about-section a {
  position: relative;
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
}

.about-section a span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.about-section a:hover span {
  background-size: 100% 100%;
}

.about-section .col1 {
  float: left;
}

.about-section .col1.imgcol {
  width: 56%;
  margin-left: -6%;
}

.about-section .col1.txtcol {
  width: 48.5%;
}

.about-section .txtcol &gt; * &gt; *:first-child {
  margin-top: 0;
}

.about-section .col2 {
  width: 44%;
  float: right;
}

.about-section h2 {
  font-size: 1.5em;
}

.about-section p {
  margin: 30px 0;
}

.about-section h3 {
  font-size: 0.65em;
  font-family: "Biko", serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  line-height: 1.95;
}

.about-section .scripttxt {
  font-family: "MayWilde", cursive;
  font-size: 2em;
  line-height: 1;
  margin: 15px 0 25px;
}

.about-section.about-intro .col2 {
  margin-top: 7%;
}

.about-section .txtblock {
  width: 90%;
  margin: 40px auto 0;
}

.about-section.about-third .col2 {
  margin-top: 6%;
}

.about-section.fwtxt h3 {
  margin-top: 10px;
}

.about-section .signature {
  margin: 30px 0 10px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.about-section.about-sixth {
  margin-bottom: 0;
}

.contactouter {
  padding-top: 50px;
}

.about-contact {
  text-align: center;
  margin-bottom: 0;
}

.about-contact .wrapper {
  border-top: 1px solid #bfbebc;
  padding-top: 30px;
}

.about-contact + .footer-blurb .section {
  margin-top: 35px;
}

.about-fifth {
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
}

.about-fifth .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  z-index: 3;
}

.post-type-archive-shop .shoptitlesection {
  margin-bottom: 40px;
}

.shoppostlist {
  text-align: center;
}

.shoppostlist .shoppost {
  width: 23.9%;
  display: inline-block;
  vertical-align: top;
  margin: 35px 0.55% 0;
  text-align: center;
  padding: 20px 0;
}

.shoppostlist .shoppost .imgbox {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 50% 0;
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
}

.shoppostlist .shoppost .imgbox img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 75%;
}

.shoppostlist .shoppost h2 {
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
  line-height: 1.4;
  margin: 12px 0 0;
  letter-spacing: 0.04em;
}

.shoppostlist .shoppost div {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.55em;
  line-height: 1.4;
  font-family: "Biko", serif;
}

.catnavwrap {
  margin-bottom: 20px;
}

.catnavwrap .owl-nav.disabled {
  display: none !important;
}

.catnavwrap .owl-nav &gt; * {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  cursor: pointer;
}

.catnavwrap .owl-nav .owl-prev {
  left: 10px;
}

.catnavwrap .owl-nav .owl-next {
  right: 10px;
}

.catnavwrap ul {
  padding: 0;
  list-style: none;
}

.catnavwrap ul:not(.slick-initialized) {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.catnavwrap ul:not(.slick-initialized) li {
  margin: 0 !important;
}

.catnavwrap ul li a {
  background: #fff;
  width: 100%;
  display: inline-block;
  padding: 9px 7px 7px;
  font-size: 0.55em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-family: "Biko", serif;
  white-space: nowrap;
}

.catnavwrap ul li a:hover {
  background-color: #231f20;
  color: #fff;
}

.catnavwrap ul li.current-menu-item a {
  background: #231f20;
  color: #fff;
}

.catnavwrap ul.navcount li a {
  padding: 9px 15px 7px;
}

.catnavouter .wrapper {
  border-bottom: 1px solid #bfbebc;
  padding: 10px 50px 20px;
}

.cattitlesection {
  text-align: center;
}

.cattitlesection .pagecat-title {
  font-family: "MayWilde", cursive;
  font-size: 2em;
  font-weight: 400;
  margin: 55px auto 5px;
  text-transform: lowercase;
}

.cattitlesection .page-title {
  font-size: 2.35em;
  text-transform: lowercase;
}

.cattitlesection .cattitle-wrap {
  border-bottom: 1px solid #bfbebc;
}

.cattitlesection.nodesc .cattitle-wrap {
  margin-bottom: 0;
}

.cattitlesection.nodesc .page-title {
  padding-bottom: 30px;
  margin-bottom: 5px;
}

.cattitlesection.hasdesc .cattitle-wrap {
  margin-bottom: 10px;
}

.cattitlesection.hasdesc .cattitle-wrap .section &gt; * {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.cattitlesection.hasdesc .cattitle-wrap .page-title {
  width: 25%;
  margin: 15px 0;
}

.cattitlesection.hasdesc .cattitle-wrap .cat-description {
  width: 70%;
  border-left: 1px solid #bfbebc;
  padding: 12px 0 12px 4%;
  margin: 15px 0 0 4%;
}

.cattitlesection.hasdesc .cattitle-wrap .cat-description * {
  margin: 0;
}

.cattitlesection + .blogmain {
  padding-top: 40px;
}

.archive.category .cattitlesection .page-title {
  text-transform: capitalize;
}

.cat-favorite {
  padding-top: 20px;
}

.cat-favorite .section {
  padding-bottom: 42px;
  margin-bottom: 32px;
  border-bottom: 1px solid #bfbebc;
}

.cat-favorite .txtcol {
  width: 37%;
  float: right;
  margin-right: 4%;
  text-align: center;
}

.cat-favorite .txtcol .excerpt a {
  position: relative;
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
}

.cat-favorite .txtcol .excerpt a:after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  display: inline;
  height: 10px;
  background: #efcab9;
  z-index: -1;
  opacity: 0.5;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.cat-favorite .txtcol .excerpt a:hover:after {
  height: 100%;
}

.cat-favorite .imgcol {
  width: 52%;
  float: left;
}

.cat-favorite h2 {
  font-size: 1.75em;
  line-height: 1.3;
  letter-spacing: 0.012em;
  margin-top: 0;
}

.cat-favorite b,
.cat-favorite strong,
.cat-favorite i,
.cat-favorite em {
  font-weight: 400;
  font-style: normal;
}

.cat-favorite .btn {
  margin: 45px auto 0;
  padding: 12px 25px 9px;
}

.cat-favorite .scripttxt {
  font-family: "MayWilde", cursive;
  font-size: 2em;
  margin: 25px 0 30px;
  display: block;
  line-height: 1;
}

.category-popular .popular-list {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #bfbebc;
  text-align: center;
}

.error-section {
  text-align: center;
}

.error-section .errorlist {
  margin-top: 60px;
}

.error-section .errorlist &gt; div {
  width: 23.45%;
}

.post-list.errorlist .post-item:nth-child(3n+1) {
  margin-left: 1.3%;
}

.post-list.errorlist .post-item:first-child {
  margin-left: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.owl-carousel .owl-stage {
  margin: 0 auto;
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#menu-product-categories {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#menu-product-categories .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

#menu-product-categories .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu-product-categories .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

#menu-product-categories .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

#menu-product-categories .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

#menu-product-categories .owl-nav.disabled,
#menu-product-categories .owl-dots.disabled {
  display: none;
}

#menu-product-categories .owl-nav .owl-prev,
#menu-product-categories .owl-nav .owl-next,
#menu-product-categories .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menu-product-categories.owl-loaded {
  display: block;
}

#menu-product-categories.owl-loading {
  opacity: 0;
  display: block;
}

#menu-product-categories.owl-hidden {
  opacity: 0;
}

#menu-product-categories.owl-refresh .owl-item {
  visibility: hidden;
}

#menu-product-categories.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menu-product-categories.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

#menu-product-categories.owl-rtl {
  direction: rtl;
}

#menu-product-categories.owl-rtl .owl-item {
  float: right;
}

.no-js #menu-product-categories {
  display: block;
}

#menu-product-categories .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#menu-product-categories .owl-animated-in {
  z-index: 0;
}

#menu-product-categories .owl-animated-out {
  z-index: 1;
}

#menu-product-categories .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

#menu-product-categories .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

#menu-product-categories .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#menu-product-categories .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

#menu-product-categories .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

#menu-product-categories .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

#menu-product-categories .owl-video-playing .owl-video-tn,
#menu-product-categories .owl-video-playing .owl-video-play-icon {
  display: none;
}

#menu-product-categories .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

#menu-product-categories .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

.searchmain .search-input {
  outline: none;
}

.home-ambitious-popular .owl-carousel .owl-item,
.catnavslide li {
  float: none;
  margin: 0 auto !important;
  display: inline-block;
  vertical-align: middle;
}

.home-ambitious-popular .owl-carousel .owl-stage,
.catnavslide .owl-stage {
  text-align: center;
  min-width: 90%;
}

.catnavwrap li {
  padding: 0 8px !important;
}

body .nl-signup .gform_footer {
  display: block !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  visibility: hidden;
}

.headerwrap .sharewrap .sharetitle,
.headerwrap .sharewrap {
  display: none;
}

body .headerwrap {
  z-index: 9 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple b,
.single-outer .wprm-recipe b,
.dmc-single-post .wprm-recipe.wprm-recipe-simple strong,
.single-outer .wprm-recipe strong,
.single-outer .easyrecipe b,
.single-outer .easyrecipe strong {
  font-family: "Biko-Bold", serif !important;
  font-weight: 400 !important;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-ingredients,
.single-outer .wprm-recipe .wprm-recipe-ingredients,
.single-outer .easyrecipe .wprm-recipe-ingredients {
  font-family: "Biko", sans-serif !important;
}

body .alm-btn-wrap .alm-load-more-btn.done {
  display: none !important;
}

.catnavwrap .owl-carousel .owl-item li {
  padding: 0 8px !important;
}

.catnavwrap ul li a {
  padding-left: 12px;
  padding-right: 12px;
}

.single-post #ajax-load-more .alm-btn-wrap {
  font-size: 0 !important;
  padding: 0 !important;
}

/*.tgm-mc-subscribe input[type="checkbox"] {position:relative;left:0;}*/

.catnavwrap .owl-carousel .owl-item li {
  padding: 0 5px;
}

body.single .alm-load-more-btn {
  display: none;
}

.category-5041 .catnavwrap .owl-nav.disabled {
  display: block !important;
}

/* Slider */

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.catnavslide .slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
  cursor: pointer;
  outline: none;
}

.catnavslide .slick-prev {
  background-image: url(../png/nav-arrow-left.png);
  left: -30px;
}

.catnavslide .slick-next {
  background-image: url(../png/nav-arrow-right.png);
  right: -40px;
}

.recipe-sidebar .facetwp-checkbox.checked span:before,
.recipe-sidebar .facetwp-checkbox.checked span:after {
  background: #aaa;
  height: 1px;
  width: 22px;
}

.filter-list .post-item h2 {
  text-align: center;
}

.recipe-sidebar .facetwp-facet {
  display: none;
}

.facetwp-pager .facetwp-page.last:before {
  content: "";
}

.facetwp-page.first + .facetwp-page:before {
  display: none;
}

.facetwp-page.last {
  padding-left: 0;
}

.v-align {
  display: table-cell;
  vertical-align: middle;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy] ul li {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy] ul li input {
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  border: 1px solid #bfbebc;
  border-radius: 0;
  -webkit-appearance: none;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy] ul li input:checked + label:before {
  content: "x";
  color: #231f20;
  font-family: "Biko", serif;
  position: absolute;
  top: 0.75em;
  left: 5px;
  text-transform: none !important;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy] ul {
  display: none;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy] h4 {
  font-size: 0.55em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  background: #fff;
  color: #231f20;
  margin: 0 0 18px 0;
  padding: 12px 18px 9px;
  position: relative;
  cursor: pointer;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy] h4:after {
  content: " ";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../png/icon-catarrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  top: 16px;
  position: absolute;
  right: 25px;
}

.recipe-sidebar ul li[class*=sf-field-taxonomy].up h4:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.search-filter-results,
.search .alm-ajax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-outer .main-row .primary h1,
.single-outer .header-row .excerpt h1,
.single-outer .content h1 {
  font-family: "freight-text-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  font-style: italic;
}

.single-outer .main-row .primary h2,
.single-outer .header-row .excerpt h2,
.single-outer .content h2 {
  font-family: "Biko-Bold", serif !important;
  font-weight: 400 !important;
  font-size: 27px !important;
  font-style: normal;
}

.single-outer .main-row .primary h3,
.single-outer .header-row .excerpt h3,
.single-outer .content h3 {
  font-family: "Biko-Bold", serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.single-outer .main-row .primary h4,
.single-outer .header-row .excerpt h4,
.single-outer .content h4 {
  font-size: 0.65em;
  font-family: "Biko", serif;
  letter-spacing: 0.17em;
  margin: 35px 0;
  text-transform: uppercase;
  line-height: 1.9;
}

.single-outer .header-row h2.post-title {
  font-size: 2.35em;
  margin: 20px 0;
  line-height: 1.1;
}

/** Andrew Edits August 30th, 2019 **/

/* remove iOS rounded search box */

input.search-input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* remove small pixel gap between expanded search and header */

.is-sticky + .searchformwrap {
  top: 60px;
}

.single-outer .main-row .primary .content a:not(.pinit-button) {
  font-size: 1em;
}

.cat-favorite .txtcol .excerpt a {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.cat-favorite .txtcol .excerpt a:hover {
  background-size: 100% 100%;
}

.wprm-recipe-simple h2.wprm-recipe-name,
html body .wprm-recipe-container .wprm-recipe-simple h3,
html body .wprm-recipe-container .wprm-recipe-simple h2 {
  color: #231F20 !important;
}

/* Product cat style changes by Radley */

.product-cat-menu .owl-stage-outer {
  overflow: hidden;
  position: relative;
}

.product-cat-menu .menu-item {
  display: inline-block;
}

h2.page-subtitle {
  font-family: MayWilde, cursive;
  font-size: 40px;
}

.catsubtitle h2.page-subtitle {
  margin: 0;
}

.cattitlesection.has-term .catnavouter .wrapper {
  border-bottom: none;
}

.cattitlesection.has-term.no-child-menu .catsubtitle .wrapper {
  border-bottom: 1px solid #bfbebc;
  padding-bottom: 30px;
}

.cat-favorite .excerpt,
.cat-favorite .excerpt p {
  text-align: center !important;
}

/* Search results positioning */

li#field_2_5,
li#field_2_4 {
  margin-top: -10px;
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple,
.single-outer .wprm-recipe,
.single-outer .easyrecipe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  /*padding: 0 !important;*/
}

.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .servings,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .servings,
.dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container .nutrition-serving,
.single-outer .wprm-recipe .wprm-recipe-nutrition-container .nutrition-serving,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .servings,
.single-outer .easyrecipe .wprm-recipe-nutrition-container .nutrition-serving {
  font-size: 1em;
}

/* Recipe Index - columns for drop down items */

.tk-freight-text-pro {
  font-family: "freight-text-pro", serif;
}

.rtl .wprm-recipe-simple .wprm-recipe-image-container {
  float: left;
  margin: 0 10px 10px 0;
}

.rtl .wprm-recipe-simple ol li,
.rtl .wprm-recipe-simple ul li {
  margin: 0 32px 0 0;
}

.wprm-recipe-simple {
  border-top: 1px solid #aaaaaa;
  background-color: #fafafa;
  padding: 10px;
  margin: 20px 0;
  font-size: 0.9em;
}

.wprm-recipe-simple *:before,
.wprm-recipe-simple *:after {
  display: none;
}

.wprm-recipe-simple .wprm-recipe-image-container {
  float: right;
  text-align: center;
  margin: 0 0 10px 10px;
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-image {
  margin: 0;
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-rating {
  margin-bottom: 5px;
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-rating svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0;
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-rating .wprm-recipe-rating-details {
  font-size: 0.8em;
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-print {
  font-size: 0.9em;
  cursor: pointer;
}

.wprm-recipe-simple h2.wprm-recipe-name {
  clear: none;
  font-size: 1.8em;
}

.wprm-recipe-simple .wprm-recipe-details-container,
.wprm-recipe-simple .wprm-recipe-summary {
  margin-bottom: 15px;
}

.wprm-recipe-simple .wprm-recipe-details-icon svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.wprm-recipe-simple .wprm-recipe-details-name {
  display: inline-block;
  font-weight: bold;
  min-width: 130px;
}

.wprm-recipe-simple .wprm-recipe-details-unit {
  font-size: 0.8em;
}

.wprm-recipe-simple ol,
.wprm-recipe-simple ul {
  margin: 0 0 8px;
}

.wprm-recipe-simple ol li,
.wprm-recipe-simple ul li {
  margin: 0 0 0 32px;
}

.wprm-recipe-simple h4.wprm-recipe-group-name {
  margin-top: 5px !important;
  font-weight: 300;
  font-size: 1em;
}

.wprm-recipe-simple .wprm-recipe-ingredient-notes {
  opacity: 0.7;
}

.wprm-recipe-simple .wprm-recipe-instructions .wprm-recipe-instruction {
  margin-bottom: 5px;
}

.wprm-recipe-simple .wprm-recipe-instruction-text {
  font-size: 1em;
}

.wprm-recipe-simple .wprm-recipe-instruction-text p {
  margin: 0 0 5px;
}

.wprm-recipe-simple .wprm-recipe-instruction-text p:last-of-type {
  margin-bottom: 0;
}

.wprm-recipe-simple .wprm-recipe-instruction-image {
  margin: 5px 0 15px;
}

.wprm-recipe-simple .wprm-recipe-video-container .wprm-recipe-header {
  margin-bottom: 10px;
}

/**
DMC SASS

@version 1.1.0

*/

@font-face {
  font-family: Biko-Bold;
  src: url("../eot/biko-bold.eot");
  src: url("../eot/biko-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/biko-bold.woff2") format("woff2"), url("../woff/biko-bold.woff") format("woff"), url("../ttf/biko-bold.ttf") format("truetype"), url("../svg/biko-bold.svg#Biko-Bold") format("svg");
  font-display: swap;
}

@font-face {
  font-family: Biko;
  src: url("../eot/biko.eot");
  src: url("../eot/bikod41d.eot#iefix") format("embedded-opentype"), url("../woff2/biko.woff2") format("woff2"), url("../woff/biko.woff") format("woff"), url("../ttf/biko.ttf") format("truetype"), url("../svg/biko.svg#Biko") format("svg");
  font-display: swap;
}

@font-face {
  font-family: MayWilde;
  src: url("../eot/maywilde.eot");
  src: url("../eot/maywilded41d.eot#iefix") format("embedded-opentype"), url("../woff2/maywilde.woff2") format("woff2"), url("../woff/maywilde.woff") format("woff"), url("../ttf/maywilde.ttf") format("truetype"), url("../svg/maywilde.svg#MayWilde") format("svg");
  font-display: swap;
}

@font-face {
  font-family: Recoleta Regular;
  src: url("../eot/recoleta-regular.eot");
  src: url("../eot/recoleta-regulard41d.eot#iefix") format("embedded-opentype"), url("../woff2/recoleta-regular.woff2") format("woff2"), url("../woff/recoleta-regular.woff") format("woff"), url("../ttf/recoleta-regular.ttf") format("truetype"), url("../svg/recoleta-regular.svg#Recoleta-Regular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: Recoleta Bold;
  src: url("../eot/recoleta-bold.eot");
  src: url("../eot/recoleta-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/recoleta-bold.woff2") format("woff2"), url("../woff/recoleta-bold.woff") format("woff"), url("../ttf/recoleta-bold.ttf") format("truetype"), url("../svg/recoleta-bold.svg#Recoleta-Bold") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/ac6334/000000000000000000012059/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=n4&amp;amp;v=3") format("woff2"), url("https://use.typekit.net/af/ac6334/000000000000000000012059/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=n4&amp;amp;v=3") format("woff"), url("https://use.typekit.net/af/ac6334/000000000000000000012059/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=n4&amp;amp;v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/5464d5/00000000000000000001205a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=i4&amp;amp;v=3") format("woff2"), url("https://use.typekit.net/af/5464d5/00000000000000000001205a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=i4&amp;amp;v=3") format("woff"), url("https://use.typekit.net/af/5464d5/00000000000000000001205a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=i4&amp;amp;v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/04ec74/00000000000000000001205b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=n7&amp;amp;v=3") format("woff2"), url("https://use.typekit.net/af/04ec74/00000000000000000001205b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=n7&amp;amp;v=3") format("woff"), url("https://use.typekit.net/af/04ec74/00000000000000000001205b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=n7&amp;amp;v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/8cf83d/00000000000000000001205c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=i7&amp;amp;v=3") format("woff2"), url("https://use.typekit.net/af/8cf83d/00000000000000000001205c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=i7&amp;amp;v=3") format("woff"), url("https://use.typekit.net/af/8cf83d/00000000000000000001205c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;amp;fvd=i7&amp;amp;v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: AK Glyphs;
  src: url("../icomoon.html");
  src: url("../icomoond41d.html#iefix") format("embedded-opentype"), url("../icomoon-2.html") format("woff"), url("../icomoon-3.html") format("truetype"), url("../icomoon-4.html#icomoon") format("svg");
  font-display: swap;
}

.d-pic-h {
  width: 100%;
  display: block;
}

.d-pic {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.d-pic img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.d-pic.s-fit {
  height: 0;
}

.d-pic.s-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-pic.s-fill {
  height: 100%;
}

.d-pic.s-fill img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-pic.al-c img {
  margin-left: auto;
  margin-right: auto;
}

.d-pic.al-t img {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.d-pic.al-b img {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

a {
  color: #231f20;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Biko-Bold", Arial, serif;
  font-weight: 400;
  line-height: 1.2;
}

html body .wprm-recipe-container a {
  color: #231f20 !important;
}

.dmc-link-wrapper {
  display: block;
}

a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.dmc-terms-slider .dmc-tl-item,
.dmc-button {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.dmc-width-main {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-padding-main {
  padding-left: 60px;
  padding-right: 60px;
}

.d-g-m {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.dmc-youtube-video-holder {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

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

.dmc-youtube-video-holder .dmc-youtube-embed.playing .dmc-youtube-embed-cover {
  display: none;
}

.dmc-youtube-video-holder .dmc-youtube-pre-frame {
  height: 100%;
  width: 100%;
}

.dmc-youtube-video-holder .dmc-youtube-embed-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.dmc-youtube-video-holder .dmc-youtube-embed-cover:hover .bg {
  opacity: 0.75;
}

.dmc-youtube-video-holder .dmc-youtube-embed-cover .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.dmc-image-picture {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.dmc-image-picture img {
  display: block;
}

.dmc-image-picture.type-fluid {
  height: auto;
}

.dmc-image-picture.style-fill {
  height: 100%;
}

.dmc-image-picture:not(.type-fluid) img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
}

.dmc-image-picture.style-parallax {
  height: 100%;
}

.dmc-image-picture.style-parallax img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.dmc-bakery-video-row .section-title {
  font-family: "MayWilde", cursive;
  font-size: 3em;
  line-height: 1;
  margin: -25px auto 0;
  text-align: center;
}

.dmc-bakery-video-row .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.dmc-bakery-video-row .flex-wrapper .dmc-col-1 {
  width: 100%;
  max-width: 326px;
  margin-right: 40px;
  text-align: center;
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-video-row .flex-wrapper .dmc-col-2 {
  width: 100%;
  max-width: 772px;
}

.dmc-bakery-video-row .video-title {
  font-family: "Biko-Bold", Arial, serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}

.dmc-bakery-video-row .data-content {
  line-height: 1.6;
  margin-top: 15px;
}

.dmc-bakery-video-row .dmc-button-wrap {
  margin-top: 30px;
}

.dmc-play-base64 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTYgNDk2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzIzMWYyMDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNjMuNywyMzBsLTE3Ni0xMDdjLTE1LjgtOC44LTM1LjcsMi41LTM1LjcsMjFWMzUyYzAsMTguNCwxOS44LDI5LjgsMzUuNywyMWwxNzYtMTAxQzM4MC4xLDI2Mi45LDM4MC4xLDIzOS4yLDM2My43LDIzMFpNNDk2LDI0OEM0OTYsMTExLDM4NSwwLDI0OCwwUzAsMTExLDAsMjQ4LDExMSw0OTYsMjQ4LDQ5Niw0OTYsMzg1LDQ5NiwyNDhaTTQ4LDI0OEEyMDAsMjAwLDAsMSwxLDI0OCw0NDgsMTk5Ljk0LDE5OS45NCwwLDAsMSw0OCwyNDhaIi8+PC9nPjwvZz48L3N2Zz4=");
}

.dmc-button-wrap.align-center {
  text-align: center;
}

.dmc-button-wrap.s-p .dmc-button {
  background: #C17A8B;
  color: #FDFDFC !important;
  padding: 12px 20px 10px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 2.5384;
  letter-spacing: 0.102em;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

.dmc-button-wrap.s-p .dmc-button:hover {
  color: #C17A8B !important;
  background: #FDFDFC;
}

.dmc-button-wrap.w-180 {
  min-width: 180px;
}

.dmc-button-wrap.s-b .dmc-button {
  background: #231f20;
  color: #f6f5f2;
}

.dmc-button-wrap.s-b .dmc-button:hover {
  color: #231f20;
  background: #f6f5f2;
}

.dmc-button-wrap.s-c .dmc-button {
  background: #f6f5f2;
  color: #231f20;
}

.dmc-button-wrap.s-c .dmc-button:hover {
  color: #f6f5f2;
  background: #231f20;
}

.dmc-button-wrap .dmc-button {
  display: inline-block;
  padding: 18px 24px 15px;
  background: #fff;
  font-family: "Biko", Arial, serif;
  font-size: 0.65em;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-button-wrap .dmc-button:hover {
  color: #fff;
  background: #231f20;
}

.dmc-terms-slider .sc-in {
  overflow: hidden;
  padding: 0 34px;
}

.dmc-terms-slider .dmc-terms-list {
  width: 9999px;
}

.dmc-terms-slider .dmc-terms-list.dmc-registered {
  width: auto;
}

.dmc-terms-slider .dmc-terms-list.dmc-registered .dmc-tl-item {
  display: block !important;
}

.dmc-terms-slider .dmc-tl-item {
  background: #fff;
  padding: 9px 12px 7px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "Biko", Arial, serif;
  margin: 0 13px;
  width: auto !important;
}

.dmc-terms-slider .dmc-tl-item.active,
.dmc-terms-slider .dmc-tl-item:hover {
  background: #231f20;
  color: #fff;
}

.dmc-terms-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 20px;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDE5MDUuNzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMjMxZjIwO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxnIGlkPSJMYXllcl8yLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMi0yIiBkYXRhLW5hbWU9IkxheWVyIDEtMiI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCw5NTIuODksOTUyLjg5LDAsMTAyNCw3MS4xMSwxNDQuMjYsOTUyLjg5LDEwMjQsMTgzMi42M2wtNzEuMTEsNzMuMTVaIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}

.dmc-terms-slider .slick-arrow.arrow-prev {
  left: -32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dmc-terms-slider .slick-arrow.arrow-next {
  right: -32px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.ajax-loader-wrapper {
  text-align: center;
  font-family: "Biko", Arial, serif;
  font-size: 0.55em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 35px auto;
}

.ajax-loader-wrapper .dmc_pfa_main_trigger {
  cursor: pointer;
}

.dmc-feed-style-4-col .posts-wrapper,
.dmc-feed-style-3-col .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-single-post.content-shop-card {
  max-width: 278px;
  text-align: center;
  margin-bottom: 55px;
}

.dmc-single-post.content-shop-card .dmc-image-container {
  background: #fff;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 22px;
}

.dmc-single-post.content-shop-card .dmc-image-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-single-post.content-shop-card .dmc-image-holder img {
  max-width: 75%;
  max-height: 75%;
  width: auto;
}

.dmc-single-post.content-shop-card .data-brand {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.55em;
  line-height: 1.4;
  font-family: "Biko", Arial, serif;
  padding: 0 10px;
}

.dmc-single-post.content-shop-card .data-title {
  font-family: "Biko-Bold", Arial, serif;
  font-size: 1.05em;
  line-height: 1.4;
  margin: 12px 0 0;
  letter-spacing: 0.04em;
  padding: 0 10px;
}

.dmc-single-post.content-shop-card .dt-desc {
  font-size: 16px;
  padding: 10px 10px 0;
}

.posts-feed-shop {
  margin-top: 30px;
  border-top: 1px solid rgba(35, 31, 32, 0.5);
  padding-top: 75px;
}

.posts-feed-shop .dmc-single-post {
  margin-right: 16px;
  width: calc((100% - 48px) / 4);
}

.posts-feed-shop .dmc-single-post:nth-child(4n) {
  margin-right: 0;
}

.dmc-taxonomy-description {
  max-width: 640px;
  padding: 0 20px;
  margin: 40px auto 20px;
  text-align: center;
}

.dmc-taxonomy-description.mt0 {
  margin-top: 0;
}

.dmc-taxonomy-description.mt20 {
  margin-top: 20px;
}

.dmc-taxonomy-description p {
  margin: 0;
}

.taxonomy-header-row {
  border-bottom: 1px solid rgba(35, 31, 32, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.taxonomy-header-row .dmc-bakery-heading.style-archive-title {
  text-align: left;
  margin-top: 0;
}

.taxonomy-header-row .dmc-taxonomy-description {
  text-align: left;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.taxonomy-header-row &gt; .dmc-col-1 {
  width: 100%;
  max-width: 338px;
  padding-right: 60px;
  padding-bottom: 20px;
  border-right: 1px solid rgba(35, 31, 32, 0.5);
}

.taxonomy-header-row &gt; .dmc-col-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 20px 20px 60px;
}

.dmc-feed-taxonomy {
  margin-top: 40px;
}

.dmc-bakery-heading {
  margin-bottom: 35px;
  text-align: center;
}

.dmc-bakery-heading .dmc-bakery-heading-title {
  font-size: 2em;
  margin: 0;
}

.dmc-bakery-heading .dmc-bakery-tagline:not(div) {
  margin: 10px 0 0;
  font-family: "Biko", Arial, serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.dmc-bakery-heading.style-archive-title .dmc-bakery-heading-title {
  font-size: 47px;
  text-transform: lowercase;
  font-family: "Biko-Bold", Arial, serif;
  font-weight: 400;
  line-height: 1.2;
}

.dmc-bakery-heading.style-taxonomy-title {
  margin-top: 40px;
  margin-bottom: 0;
}

.dmc-bakery-heading.style-taxonomy-title .dmc-bakery-heading-title {
  font-family: "MayWilde", cursive;
  font-size: 40px;
}

.dmc-amazon-disclosure {
  font-family: "freight-text-pro", sans-serif;
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}

.dmc-amazon-disclosure p {
  margin: 0;
}

.dmc-amazon-disclosure a {
  text-decoration: underline;
}

#dmc-search-page a:hover,
#dmc-nav a:hover {
  color: #efcab9;
}

body .headerwrap {
  z-index: 100 !important;
}

#commentform .form-submit input,
.gform_button,
.btn {
  cursor: pointer;
}

.comment-list ul li {
  background: transparent;
  color: black;
  padding: 0;
  margin-left: 0;
}

.comment-list &gt; li &gt; ul &gt; li {
  margin-left: -20px;
}

.comment-list ul li .comment-body {
  padding: 30px 40px 40px;
}

.comment-list ul.children li .comment-body {
  padding-bottom: 0;
}

.comment-list ul li.comment-author-admin &gt; .comment-body {
  background: #ffffff;
  padding-bottom: 20px;
  /*margin-top: 40px;*/
}

.comment-list ul.children {
  padding-left: 20px;
}

.comment-list ul.children li:not(.comment-author-admin) {
  margin-bottom: 0;
}

.comment-list &gt; li &gt; ul.children {
  padding-left: 0;
}

.search .post-list .alm-reveal {
  width: 100%;
}

.home-ft-links a:hover .btn .v-align {
  color: #ffffff;
}

.dmc-image-holder.dmc-cls-1 {
  position: relative;
  padding-bottom: 150.19%;
}

.dmc-image-holder.dmc-cls-1 img {
  position: absolute;
  top: 0;
  left: 0;
}

.dmc-image-holder img {
  display: block;
  margin: 0 auto;
}

.dmc-image-link-wrapper {
  display: block;
}

.dmc-image-link-wrapper:hover img {
  opacity: 0.75;
}

body .vc_column_container &gt; .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

body .vc_row {
  margin: 0;
}

body .vc_section {
  padding: 0;
  margin: 0;
}

.dmc-icon {
  font-style: normal;
  cursor: pointer;
  display: block;
}

.dmc-icon:before {
  display: block;
}

.vc_section.flex-center,
.vc_row.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_section.flex-center .wpb_column.vc_col-sm-6,
.vc_row.flex-center .wpb_column.vc_col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-tabs .dmc-tab-label {
  cursor: pointer;
}

.dmc-tabs .dmc-tabs-content {
  position: relative;
}

.dmc-tabs .dmc-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.dmc-tabs .dmc-tab.dmc_active {
  display: block;
}

.dmc-home-tabs-section {
  background: #fff;
  padding-bottom: 50px;
}

.dmc-hover-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-hover-tabs .dmc-content-col {
  width: 50%;
  position: relative;
}

.dmc-hover-tabs .dmc-list-col {
  width: 50%;
}

.dmc-hover-tabs .dmc-content-tab {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.dmc-hover-tabs.active {
  z-index: 11;
}

.dmc-bakery-tabs-ak {
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.dmc-bakery-tabs-ak .dmc-tabs-inner {
  position: relative;
}

.dmc-bakery-tabs-ak .dmc-tabs-navigation {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #bfbebc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  z-index: 20;
  width: 100%;
  max-width: 49%;
}

.dmc-bakery-tabs-ak .dmc-tab-label {
  font-family: "Biko", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.65em;
  color: #bebbb7;
  border-right: 1px solid #bfbebc;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 10px 12px;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.dmc-bakery-tabs-ak .dmc-tab-label:hover {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-bakery-tabs-ak .dmc-tab-label.dmc_active {
  color: #231f20;
}

.dmc-bakery-tabs-ak .dmc-tab-label:last-child {
  border-right: 0;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col {
  width: 100%;
  max-width: 532px;
  margin-right: 64px;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots {
  margin: 36px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li {
  font-family: "Biko", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 0.55em;
  border-right: 1px solid #bfbebc;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li button {
  color: #bebbb7;
  padding: 0;
  border: 0;
  background: transparent;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li:last-child {
  border: 0;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li.slick-active button {
  color: #231f20;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger:last-child {
  margin-bottom: 0;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger.active .nr {
  color: #231f20;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger .nr {
  font-family: "Biko", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.25em;
  color: #bebbb7;
  margin-right: 45px;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger .title {
  font-family: "Biko-Bold", serif;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.dmc-bakery-tab-ak-posts .data-title-holder {
  padding: 0 20px;
  margin-top: 34px;
  min-height: 66px;
}

.dmc-bakery-tab-ak-posts .data-title {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
}

.dmc-bakery-tab-ak-posts .dmc-link-wrapper:hover .data-title {
  color: rgba(35, 31, 32, 0.75);
}

.dmc-bakery-ak-heading {
  padding: 0 20px;
  margin-bottom: 42px;
  margin-top: 35px;
}

.dmc-bakery-ak-heading .data-title {
  text-align: center;
  font-size: 2.35em;
  margin: 0;
}

#pre-landscape-indicator {
  display: none;
}

#pre-tablet-indicator {
  display: none;
}

.dmc-two-images {
  margin-top: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-two-images .vc_col-sm-6 {
  width: 100%;
  max-width: 336px;
}

.dmc-two-images .vc_col-sm-6:first-child {
  margin-right: 21px;
}

.dmc-two-images .vc_col-sm-6 .dmc-bakery-post-image-half {
  margin-bottom: 13px;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column {
  padding-right: 15px;
  line-height: 26px;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column h2,
.dmc-two-images .vc_col-sm-6 .wpb_text_column h3,
.dmc-two-images .vc_col-sm-6 .wpb_text_column h4 {
  font-family: "Biko-Bold", serif;
  font-size: 20px;
  -webkit-box-shadow: inset 0 -10px 0 0px #F1DFD5;
  box-shadow: inset 0 -10px 0 0px #F1DFD5;
  display: inline;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column h2 {
  font-size: 24px;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column h4 {
  font-size: 18px;
}

.is-sticky + .searchformwrap {
  z-index: 101;
}

.blockUI.blockMsg.blockPage {
  display: none !important;
}

.comment-content a {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-family: "Biko-Bold", serif;
}

.comment-content {
  word-break: break-word;
}

body.adthrive-device-phone .adthrive-footer.adthrive-sticky {
  bottom: 0 !important;
}

.sharewrap {
  display: block !important;
}

.sharewrap .dmc-sharing li.pinterest span {
  font-family: "FontAwesome" !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  font-weight: normal !important;
  color: black !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: auto !important;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  display: block !important;
  line-height: 1 !important;
}

.sharewrap .dmc-sharing li.pinterest span:before {
  font-size: 18px !important;
  content: "\f231";
}

.sharewrap .dmc-sharing li.pinterest span:hover {
  color: #efcab9 !important;
}

.sharewrap .dmc-sharing .share-label {
  font-family: "Biko", serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

.sharewrap .dmc-sharing ul {
  padding: 0;
  margin: 10px 0 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sharewrap .dmc-sharing li {
  margin-bottom: 14px;
}

.sharewrap .dmc-sharing li:last-child {
  margin-bottom: 0;
}

.sharewrap .dmc-sharing li a {
  display: block;
  padding: 0 !important;
}

.sharewrap .dmc-sharing .dmc-icon {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  color: #231f20;
  opacity: 1;
  font-size: 18px;
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-pinterest:before {
  content: "\f231";
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-facebook:before {
  content: "\f09a";
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-twitter:before {
  content: "\f099";
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-email:before {
  content: "\f003";
  font-size: 16px;
}

.sharewrap .dmc-sharing .dmc-icon:hover {
  color: #efcab9;
}

#sidebar-nav {
  z-index: 1000000000;
}

.dmc-post-feed-1.dmc-home-featured-posts {
  margin-top: 60px;
  padding-left: 4%;
  padding-right: 4%;
}

.dmc-post-feed-1.dmc-blog-feed {
  padding-left: 4%;
  padding-right: 4%;
}

.dmc-post-feed-1.dmc-blog-feed .ajax-load-more-wrap .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 70vh;
}

.dmc-post-feed-1.dmc-type-reveal {
  padding-left: 4%;
  padding-right: 4%;
}

.dmc-post-feed-1.dmc-type-reveal .alm-listing.alm-ajax .alm-reveal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-post-feed-1 .dmc-section-inner {
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-post-feed-1 .dmc-posts-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-single-post.content-feed-1 {
  width: calc((100% - 44px) / 3);
  max-width: 372px;
  margin-right: 22px;
  margin-bottom: 60px;
  text-align: center;
}

.dmc-single-post.content-feed-1:nth-child(3n) {
  margin-right: 0;
}

.dmc-single-post.content-feed-1 .data-category-holder {
  font-family: "Biko", serif;
  font-size: 0.55em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 18px auto 0;
}

.dmc-single-post.content-feed-1 .data-category-holder:after {
  content: " ";
  width: 135px;
  height: 1px;
  background-color: #bfbebc;
  display: table;
  margin: 11px auto;
}

.dmc-single-post.content-feed-1 .data-title {
  font-size: 1.25em;
  margin-bottom: 0;
}

.formkit-alert {
  text-align: center;
}

.dmc-footer-row-newsletter {
  padding: 50px 20px 50px;
  background: #fff;
}

.dmc-footer-row-newsletter &gt; .dmc-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dmc-convert-kit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-convert-kit-form.style-single {
  padding-bottom: 30px;
}

.dmc-convert-kit-form.style-single .formkit-field {
  margin-bottom: 10px;
  width: 100%;
}

.dmc-convert-kit-form.style-single .formkit-input {
  width: 100%;
}

.dmc-convert-kit-form .section-title-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 35px;
  padding-top: 9px;
  max-width: 270px;
  width: 100%;
}

.dmc-convert-kit-form .section-title {
  line-height: normal;
  font-size: 1.25em;
  margin: 0;
}

.dmc-convert-kit-form .section-tagline {
  margin: 15px 0 0;
  font-weight: normal;
}

.dmc-convert-kit-form .section-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-convert-kit-form .formkit-alert.formkit-alert-error {
  margin: 0;
}

.dmc-convert-kit-form .formkit-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-convert-kit-form .formkit-fields .formkit-field.dmc-margin-right {
  margin-right: 20px;
}

.dmc-convert-kit-form .formkit-input {
  border: 1px solid #231f20;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "Biko", serif;
  padding: 20px 25px 16px;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  min-width: 240px;
  -webkit-appearance: none !important;
  margin: 0;
  outline: 0 !important;
}

.dmc-convert-kit-form .formkit-input::-webkit-input-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input::-moz-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input:-ms-input-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input::-ms-input-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input::placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-submit {
  font-size: 0.65em;
  background: #f6f5f2;
  color: #231f20;
  padding: 19px 24px 15px;
  border: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  cursor: pointer;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  outline: 0 !important;
}

.dmc-convert-kit-form .formkit-submit:hover {
  color: #f6f5f2;
  background: #231f20;
}

.dmc-convert-kit-form .dmc-full-width {
  width: 100%;
  margin-top: 10px;
}

.dmc-convert-kit-form input[type=checkbox] {
  position: relative;
  left: initial;
  cursor: pointer;
}

.dmc-convert-kit-form .dmc-checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-convert-kit-form .dmc-checkbox-row input {
  margin-right: 10px;
}

.dmc-convert-kit-form .dmc-checkbox-row label {
  margin-top: 2px;
  cursor: pointer;
  font-size: 0.45em !important;
}

.dmc-convert-kit-form .dmc-checkbox-row label a {
  text-decoration: underline !important;
}

#dmc-single-post .comment-form-wprm-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0;
  margin-top: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#dmc-single-post .comment-form-wprm-rating input[type=radio] {
  position: relative;
  left: initial;
}

#dmc-single-post .comment-form-wprm-rating fieldset.wprm-comment-ratings-container {
  display: block;
}

#dmc-single-post #commentform .wprm-rating-stars svg {
  position: absolute;
  top: 0;
  left: 0;
}

#dmc-single-post #commentform &gt; input {
  margin-left: 0;
}

#dmc-single-post fieldset.wprm-comment-ratings-container span {
  width: 100px;
  height: 20px;
}

#dmc-single-post #commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

fieldset.wprm-comment-ratings-container legend {
  width: 100%;
}

.dmc-taxonomy-title {
  font-family: "Biko-Bold", serif;
  font-weight: 400;
  line-height: 1.2;
}

.dmc-taxonomy-subtitle {
  font-family: "MayWilde", cursive;
  font-size: 40px;
  margin: 0;
}

.post-type-archive .page-title {
  margin: 0;
}

.post-type-archive .catnavouter .wrapper {
  border-bottom: 0;
}

.post-type-archive .catsubtitle .wrapper {
  border-bottom: 1px solid #bfbebc;
  padding-bottom: 30px;
}

.dmc-taxonomy-page .page-title {
  text-align: center;
}

.dmc-taxonomy-page .dmc-ak-posts-feed {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-taxonomy-page .dmc-feed-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-taxonomy-page .dmc-feed-paginate .page-numbers.current {
  color: #efcab9;
}

.dmc-taxonomy-page .dmc-feed-paginate .page-numbers:after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  color: #231f20 !important;
}

.dmc-taxonomy-page .dmc-feed-paginate .page-numbers:last-child:after {
  display: none;
}

.dmc-taxonomy-page .dmc-feed-paginate a:hover {
  color: #efcab9;
}

#announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 40px;
  background: #231f20;
  color: #f6f5f2;
  font-family: "Biko-Bold", serif;
  font-size: 17px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.admin-bar #announcement-bar {
  top: 32px;
}

#announcement-bar .announcement-bar-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#announcement-bar .announcement-bar-content {
  text-align: center;
  cursor: pointer;
  color: #fff;
}

#sticky-wrapper {
  margin-top: 40px;
}

body.admin-bar #sticky-wrapper.is-sticky {
  margin-top: 32px;
}

body.has-ab {
  padding-top: 40px;
}

#dmc-nav .dmc-col-1 {
  width: 100%;
  max-width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dmc-nav .dmc-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dmc-nav .dmc-col-2 {
  margin-top: 2px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 48px;
}

#dmc-nav .searchtogwrap {
  margin-left: 40px;
  margin-right: 6px;
}

#dmc-nav .section-inner {
  background: #f6f5f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 124px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 14px;
}

#dmc-nav .dmc-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#dmc-nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav-trigger {
  height: auto !important;
  margin-top: 0 !important;
}

#nav-trigger div:last-child {
  margin-bottom: 0;
}

#dmc-nav .dmc-main-logo-holder h1 {
  margin: 0;
}

.catnavwrap .owl-nav .owl-next,
.catnavwrap .owl-nav .owl-prev {
  top: calc(50% - 5px);
}

.catnavwrap .owl-nav .owl-next:before,
.catnavwrap .owl-nav .owl-prev:before {
  content: "\e900";
  font-size: 10px;
  font-family: "AK Glyphs", sans-serif;
  display: block;
  position: absolute;
  top: 2px;
}

.catnavwrap .owl-nav .owl-prev:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -5px;
}

.catnavwrap .owl-nav .owl-next:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -3px;
}

.dmc-error-message {
  text-align: center;
}

.dmc-search-form {
  max-width: 620px;
  margin: 0 auto;
}

.dmc-search-form input {
  border: none;
  border-bottom: 1px solid #bfbebc;
  font-family: "Biko-Bold", serif;
  font-size: 1.35em;
  max-width: 620px;
  line-height: 1.5;
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
}

.dmc-search-form input::-webkit-input-placeholder {
  color: #dcddde;
}

.dmc-search-form input::-moz-placeholder {
  color: #dcddde;
}

.dmc-search-form input:-ms-input-placeholder {
  color: #dcddde;
}

.dmc-search-form input::-ms-input-placeholder {
  color: #dcddde;
}

.dmc-search-form input::placeholder {
  color: #dcddde;
}

.dmc-footer-logo-holder {
  max-width: 28px;
}

.dmc-social-accounts.style-horizontal .dmc-social-accounts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-social-accounts.style-horizontal .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-social-accounts.style-vertical .links-wrapper a {
  display: block;
}

.dmc-icon-64 {
  font-style: normal;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.dmc-icon-64.dmc-icon-email {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NDggNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIzMUYyMDt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQxNiwzNzZWMTg0Yy01LjIsNi0xMSwxMS41LTE3LjIsMTYuNUMzNjMsMjI4LDMyNywyNTYsMjkyLjIsMjg1Yy0xOC44LDE1LjgtNDIsMzUtNjgsMzVoLTAuNQoJYy0yNiwwLTQ5LjItMTkuMi02OC0zNUMxMjEsMjU2LDg1LDIyOCw0OS4yLDIwMC41Yy02LjItNS0xMi0xMC41LTE3LjItMTYuNXYxOTJjMCw0LjIsMy44LDgsOCw4aDM2OEM0MTIuMiwzODQsNDE2LDM4MC4yLDQxNiwzNzZ6CgkgTTQxNiwxMTMuMmMwLTYuMiwxLjUtMTcuMi04LTE3LjJINDBjLTQuMiwwLTgsMy44LTgsOGMwLDI4LjUsMTQuMiw1My4yLDM2LjgsNzFjMzMuNSwyNi4yLDY3LDUyLjgsMTAwLjIsNzkuMgoJYzEzLjIsMTAuOCwzNy4yLDMzLjgsNTQuOCwzMy44aDAuNWMxNy41LDAsNDEuNS0yMyw1NC44LTMzLjhjMzMuMi0yNi41LDY2LjgtNTMsMTAwLjItNzkuMkMzOTUuNSwxNjIuMiw0MTYsMTM0LjUsNDE2LDExMy4yegoJIE00NDgsMTA0djI3MmMwLDIyLTE4LDQwLTQwLDQwSDQwYy0yMiwwLTQwLTE4LTQwLTQwVjEwNGMwLTIyLDE4LTQwLDQwLTQwaDM2OEM0MzAsNjQsNDQ4LDgyLDQ0OCwxMDR6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-email:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NDggNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VGQ0FCOTt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQxNiwzNzZWMTg0Yy01LjIsNi0xMSwxMS41LTE3LjIsMTYuNUMzNjMsMjI4LDMyNywyNTYsMjkyLjIsMjg1Yy0xOC44LDE1LjgtNDIsMzUtNjgsMzVoLTAuNQoJYy0yNiwwLTQ5LjItMTkuMi02OC0zNUMxMjEsMjU2LDg1LDIyOCw0OS4yLDIwMC41Yy02LjItNS0xMi0xMC41LTE3LjItMTYuNXYxOTJjMCw0LjIsMy44LDgsOCw4aDM2OEM0MTIuMiwzODQsNDE2LDM4MC4yLDQxNiwzNzZ6CgkgTTQxNiwxMTMuMmMwLTYuMiwxLjUtMTcuMi04LTE3LjJINDBjLTQuMiwwLTgsMy44LTgsOGMwLDI4LjUsMTQuMiw1My4yLDM2LjgsNzFjMzMuNSwyNi4yLDY3LDUyLjgsMTAwLjIsNzkuMgoJYzEzLjIsMTAuOCwzNy4yLDMzLjgsNTQuOCwzMy44aDAuNWMxNy41LDAsNDEuNS0yMyw1NC44LTMzLjhjMzMuMi0yNi41LDY2LjgtNTMsMTAwLjItNzkuMkMzOTUuNSwxNjIuMiw0MTYsMTM0LjUsNDE2LDExMy4yegoJIE00NDgsMTA0djI3MmMwLDIyLTE4LDQwLTQwLDQwSDQwYy0yMiwwLTQwLTE4LTQwLTQwVjEwNGMwLTIyLDE4LTQwLDQwLTQwaDM2OEM0MzAsNjQsNDQ4LDgyLDQ0OCwxMDR6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-facebook {
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNjMgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjMgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIzMUYyMDt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzOS44LDN2NjZoLTM5LjJjLTMwLjgsMC0zNi41LDE0LjgtMzYuNSwzNnY0Ny4yaDczLjJsLTkuOCw3NEgxNjRWNDE2SDg3LjVWMjI2LjJIMjMuOHYtNzRoNjMuOFY5Ny44CglDODcuNSwzNC41LDEyNi4yLDAsMTgyLjgsMEMyMDkuOCwwLDIzMywyLDIzOS44LDN6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-facebook:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNjMgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjMgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VGQ0FCOTt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzOS44LDN2NjZoLTM5LjJjLTMwLjgsMC0zNi41LDE0LjgtMzYuNSwzNnY0Ny4yaDczLjJsLTkuOCw3NEgxNjRWNDE2SDg3LjVWMjI2LjJIMjMuOHYtNzRoNjMuOFY5Ny44CglDODcuNSwzNC41LDEyNi4yLDAsMTgyLjgsMEMyMDkuOCwwLDIzMywyLDIzOS44LDN6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-instagram {
  width: 12px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzODQgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzODQgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIzMUYyMDt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1NiwyMjRjMC0zNS4yLTI4LjgtNjQtNjQtNjRzLTY0LDI4LjgtNjQsNjRzMjguOCw2NCw2NCw2NFMyNTYsMjU5LjIsMjU2LDIyNHogTTI5MC41LDIyNAoJYzAsNTQuNS00NCw5OC41LTk4LjUsOTguNXMtOTguNS00NC05OC41LTk4LjVzNDQtOTguNSw5OC41LTk4LjVTMjkwLjUsMTY5LjUsMjkwLjUsMjI0eiBNMzE3LjUsMTIxLjVjMCwxMi44LTEwLjIsMjMtMjMsMjMKCXMtMjMtMTAuMi0yMy0yM3MxMC4yLTIzLDIzLTIzUzMxNy41LDEwOC44LDMxNy41LDEyMS41eiBNMTkyLDY2LjVjLTI4LDAtODgtMi4yLTExMy4yLDcuOGMtOC44LDMuNS0xNS4yLDcuOC0yMiwxNC41CglzLTExLDEzLjItMTQuNSwyMkMzMi4yLDEzNiwzNC41LDE5NiwzNC41LDIyNHMtMi4yLDg4LDcuOCwxMTMuMmMzLjUsOC44LDcuOCwxNS4yLDE0LjUsMjJzMTMuMiwxMSwyMiwxNC41CgljMjUuMiwxMCw4NS4yLDcuOCwxMTMuMiw3LjhzODgsMi4yLDExMy4yLTcuOGM4LjgtMy41LDE1LjItNy44LDIyLTE0LjVzMTEtMTMuMiwxNC41LTIyYzEwLTI1LjIsNy44LTg1LjIsNy44LTExMy4yCglzMi4yLTg4LTcuOC0xMTMuMmMtMy41LTguOC03LjgtMTUuMi0xNC41LTIycy0xMy4yLTExLTIyLTE0LjVDMjgwLDY0LjIsMjIwLDY2LjUsMTkyLDY2LjV6IE0zODQsMjI0YzAsMjYuNSwwLjIsNTIuOC0xLjIsNzkuMgoJYy0xLjUsMzAuOC04LjUsNTgtMzEsODAuNXMtNDkuOCwyOS41LTgwLjUsMzFjLTI2LjUsMS41LTUyLjgsMS4yLTc5LjIsMS4ycy01Mi44LDAuMi03OS4yLTEuMmMtMzAuOC0xLjUtNTgtOC41LTgwLjUtMzEKCVMyLjgsMzM0LDEuMiwzMDMuMkMtMC4yLDI3Ni44LDAsMjUwLjUsMCwyMjRzLTAuMi01Mi44LDEuMi03OS4yYzEuNS0zMC44LDguNS01OCwzMS04MC41czQ5LjgtMjkuNSw4MC41LTMxCgljMjYuNS0xLjUsNTIuOC0xLjIsNzkuMi0xLjJzNTIuOC0wLjIsNzkuMiwxLjJjMzAuOCwxLjUsNTgsOC41LDgwLjUsMzFzMjkuNSw0OS44LDMxLDgwLjVDMzg0LjIsMTcxLjIsMzg0LDE5Ny41LDM4NCwyMjR6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-instagram:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzODQgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzODQgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VGQ0FCOTt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI1NiwyMjRjMC0zNS4yLTI4LjgtNjQtNjQtNjRzLTY0LDI4LjgtNjQsNjRzMjguOCw2NCw2NCw2NFMyNTYsMjU5LjIsMjU2LDIyNHogTTI5MC41LDIyNAoJYzAsNTQuNS00NCw5OC41LTk4LjUsOTguNXMtOTguNS00NC05OC41LTk4LjVzNDQtOTguNSw5OC41LTk4LjVTMjkwLjUsMTY5LjUsMjkwLjUsMjI0eiBNMzE3LjUsMTIxLjVjMCwxMi44LTEwLjIsMjMtMjMsMjMKCXMtMjMtMTAuMi0yMy0yM3MxMC4yLTIzLDIzLTIzUzMxNy41LDEwOC44LDMxNy41LDEyMS41eiBNMTkyLDY2LjVjLTI4LDAtODgtMi4yLTExMy4yLDcuOGMtOC44LDMuNS0xNS4yLDcuOC0yMiwxNC41CglzLTExLDEzLjItMTQuNSwyMkMzMi4yLDEzNiwzNC41LDE5NiwzNC41LDIyNHMtMi4yLDg4LDcuOCwxMTMuMmMzLjUsOC44LDcuOCwxNS4yLDE0LjUsMjJzMTMuMiwxMSwyMiwxNC41CgljMjUuMiwxMCw4NS4yLDcuOCwxMTMuMiw3LjhzODgsMi4yLDExMy4yLTcuOGM4LjgtMy41LDE1LjItNy44LDIyLTE0LjVzMTEtMTMuMiwxNC41LTIyYzEwLTI1LjIsNy44LTg1LjIsNy44LTExMy4yCglzMi4yLTg4LTcuOC0xMTMuMmMtMy41LTguOC03LjgtMTUuMi0xNC41LTIycy0xMy4yLTExLTIyLTE0LjVDMjgwLDY0LjIsMjIwLDY2LjUsMTkyLDY2LjV6IE0zODQsMjI0YzAsMjYuNSwwLjIsNTIuOC0xLjIsNzkuMgoJYy0xLjUsMzAuOC04LjUsNTgtMzEsODAuNXMtNDkuOCwyOS41LTgwLjUsMzFjLTI2LjUsMS41LTUyLjgsMS4yLTc5LjIsMS4ycy01Mi44LDAuMi03OS4yLTEuMmMtMzAuOC0xLjUtNTgtOC41LTgwLjUtMzEKCVMyLjgsMzM0LDEuMiwzMDMuMkMtMC4yLDI3Ni44LDAsMjUwLjUsMCwyMjRzLTAuMi01Mi44LDEuMi03OS4yYzEuNS0zMC44LDguNS01OCwzMS04MC41czQ5LjgtMjkuNSw4MC41LTMxCgljMjYuNS0xLjUsNTIuOC0xLjIsNzkuMi0xLjJzNTIuOC0wLjIsNzkuMiwxLjJjMzAuOCwxLjUsNTgsOC41LDgwLjUsMzFzMjkuNSw0OS44LDMxLDgwLjVDMzg0LjIsMTcxLjIsMzg0LDE5Ny41LDM4NCwyMjR6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-pinterest {
  width: 10px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIzMUYyMDt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMTQ5LjJDMCw1Nyw4NC41LDAsMTcwLDBjNzguNSwwLDE1MCw1NCwxNTAsMTM2LjhjMCw3Ny44LTM5LjgsMTY0LTEyOC4yLDE2NGMtMjEsMC00Ny41LTEwLjUtNTcuOC0zMAoJYy0xOSw3NS4yLTE3LjUsODYuNS01OS41LDE0NEw3MSw0MTZsLTIuMi0yLjVjLTEuNS0xNS44LTMuOC0zMS4yLTMuOC00N2MwLTUxLDIzLjUtMTI0LjgsMzUtMTc0LjJjLTYuMi0xMi44LTgtMjguMi04LTQyLjIKCWMwLTI1LjIsMTcuNS01Ny4yLDQ2LTU3LjJjMjEsMCwzMi4yLDE2LDMyLjIsMzUuOGMwLDMyLjUtMjIsNjMtMjIsOTQuNWMwLDIxLjUsMTcuOCwzNi41LDM4LjUsMzYuNWM1Ny41LDAsNzUuMi04Myw3NS4yLTEyNy4yCgljMC01OS4yLTQyLTkxLjUtOTguOC05MS41Yy02NiwwLTExNyw0Ny41LTExNywxMTQuNWMwLDMyLjIsMTkuOCw0OC44LDE5LjgsNTYuNWMwLDYuNS00LjgsMjkuNS0xMywyOS41Yy0xLjIsMC0zLTAuNS00LjItMC44CglDMTMsMjI5LjgsMCwxODIsMCwxNDkuMnoiLz4KPC9zdmc+Cg==");
}

.dmc-icon-64.dmc-icon-pinterest:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VGQ0FCOTt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMTQ5LjJDMCw1Nyw4NC41LDAsMTcwLDBjNzguNSwwLDE1MCw1NCwxNTAsMTM2LjhjMCw3Ny44LTM5LjgsMTY0LTEyOC4yLDE2NGMtMjEsMC00Ny41LTEwLjUtNTcuOC0zMAoJYy0xOSw3NS4yLTE3LjUsODYuNS01OS41LDE0NEw3MSw0MTZsLTIuMi0yLjVjLTEuNS0xNS44LTMuOC0zMS4yLTMuOC00N2MwLTUxLDIzLjUtMTI0LjgsMzUtMTc0LjJjLTYuMi0xMi44LTgtMjguMi04LTQyLjIKCWMwLTI1LjIsMTcuNS01Ny4yLDQ2LTU3LjJjMjEsMCwzMi4yLDE2LDMyLjIsMzUuOGMwLDMyLjUtMjIsNjMtMjIsOTQuNWMwLDIxLjUsMTcuOCwzNi41LDM4LjUsMzYuNWM1Ny41LDAsNzUuMi04Myw3NS4yLTEyNy4yCgljMC01OS4yLTQyLTkxLjUtOTguOC05MS41Yy02NiwwLTExNyw0Ny41LTExNywxMTQuNWMwLDMyLjIsMTkuOCw0OC44LDE5LjgsNTYuNWMwLDYuNS00LjgsMjkuNS0xMywyOS41Yy0xLjIsMC0zLTAuNS00LjItMC44CglDMTMsMjI5LjgsMCwxODIsMCwxNDkuMnoiLz4KPC9zdmc+Cg==");
}

.dmc-icon-64.dmc-icon-search {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0Mi41IDM1LjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyLjUgMzUuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMzFGMjA7fQo8L3N0eWxlPgo8ZyBpZD0iTGF5ZXJfMl8xXyI+Cgk8ZyBpZD0iTUFJTl9MQVlFUiI+CgkJPGc+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNS41LDMxQzcsMzEsMCwyNC4xLDAsMTUuNUMwLDcsNywwLDE1LjUsMEMyNC4xLDAsMzEsNywzMSwxNS41QzMxLDI0LjEsMjQuMSwzMSwxNS41LDMxeiBNMTUuNSwyCgkJCQlDOC4xLDIsMiw4LjEsMiwxNS41QzIsMjMsOC4xLDI5LDE1LjUsMjlDMjMsMjksMjksMjMsMjksMTUuNUMyOSw4LjEsMjMsMiwxNS41LDJ6Ii8+CgkJPC9nPgoJCTxnPgoJCQk8cmVjdCB4PSIzMy43IiB5PSIyMCIgdHJhbnNmb3JtPSJtYXRyaXgoMC42MjkxIC0wLjc3NzMgMC43NzczIDAuNjI5MSAtOS45MTU5IDM3LjgwOTMpIiBjbGFzcz0ic3QwIiB3aWR0aD0iMiIgaGVpZ2h0PSIxOC43Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-search:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0Mi41IDM1LjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyLjUgMzUuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNFRkNBQjk7fQo8L3N0eWxlPgo8ZyBpZD0iTGF5ZXJfMl8xXyI+Cgk8ZyBpZD0iTUFJTl9MQVlFUiI+CgkJPGc+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNS41LDMxQzcsMzEsMCwyNC4xLDAsMTUuNUMwLDcsNywwLDE1LjUsMEMyNC4xLDAsMzEsNywzMSwxNS41QzMxLDI0LjEsMjQuMSwzMSwxNS41LDMxeiBNMTUuNSwyCgkJCQlDOC4xLDIsMiw4LjEsMiwxNS41QzIsMjMsOC4xLDI5LDE1LjUsMjlDMjMsMjksMjksMjMsMjksMTUuNUMyOSw4LjEsMjMsMiwxNS41LDJ6Ii8+CgkJPC9nPgoJCTxnPgoJCQk8cmVjdCB4PSIzMy43IiB5PSIyMCIgdHJhbnNmb3JtPSJtYXRyaXgoMC42MjkxIC0wLjc3NzMgMC43NzczIDAuNjI5MSAtOS44OTYxIDM3Ljg2MTcpIiBjbGFzcz0ic3QwIiB3aWR0aD0iMiIgaGVpZ2h0PSIxOC43Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-twitter {
  width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MTYgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MTYgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIzMUYyMDt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwxMDJjLTExLDE2LTI0LjgsMzAuMi00MC41LDQxLjhjMC4yLDMuNSwwLjIsNywwLjIsMTAuNUMzNjQuOCwyNjEsMjgzLjUsMzg0LDEzNSwzODQKCWMtNDUuOCwwLTg4LjItMTMuMi0xMjQtMzYuMmM2LjUsMC44LDEyLjgsMSwxOS41LDFjMzcuOCwwLDcyLjUtMTIuOCwxMDAuMi0zNC41Yy0zNS41LTAuOC02NS4yLTI0LTc1LjUtNTZjNSwwLjgsMTAsMS4yLDE1LjIsMS4yCgljNy4yLDAsMTQuNS0xLDIxLjItMi44Yy0zNy03LjUtNjQuOC00MC02NC44LTc5LjJ2LTFjMTAuOCw2LDIzLjIsOS44LDM2LjUsMTAuMmMtMjEuOC0xNC41LTM2LTM5LjItMzYtNjcuMmMwLTE1LDQtMjguOCwxMS00MC44CgljMzkuOCw0OSw5OS41LDgxLDE2Ni41LDg0LjVjLTEuMi02LTItMTIuMi0yLTE4LjVjMC00NC41LDM2LTgwLjgsODAuOC04MC44YzIzLjIsMCw0NC4yLDkuOCw1OSwyNS41QzM2MSw4NiwzNzguNSw3OS4yLDM5NCw3MAoJYy02LDE4LjgtMTguOCwzNC41LTM1LjUsNDQuNUMzNzQuOCwxMTIuOCwzOTAuNSwxMDguMiw0MDUsMTAyeiIvPgo8L3N2Zz4K");
}

.dmc-icon-64.dmc-icon-twitter:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MTYgNDQ4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MTYgNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VGQ0FCOTt9Cjwvc3R5bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwxMDJjLTExLDE2LTI0LjgsMzAuMi00MC41LDQxLjhjMC4yLDMuNSwwLjIsNywwLjIsMTAuNUMzNjQuOCwyNjEsMjgzLjUsMzg0LDEzNSwzODQKCWMtNDUuOCwwLTg4LjItMTMuMi0xMjQtMzYuMmM2LjUsMC44LDEyLjgsMSwxOS41LDFjMzcuOCwwLDcyLjUtMTIuOCwxMDAuMi0zNC41Yy0zNS41LTAuOC02NS4yLTI0LTc1LjUtNTZjNSwwLjgsMTAsMS4yLDE1LjIsMS4yCgljNy4yLDAsMTQuNS0xLDIxLjItMi44Yy0zNy03LjUtNjQuOC00MC02NC44LTc5LjJ2LTFjMTAuOCw2LDIzLjIsOS44LDM2LjUsMTAuMmMtMjEuOC0xNC41LTM2LTM5LjItMzYtNjcuMmMwLTE1LDQtMjguOCwxMS00MC44CgljMzkuOCw0OSw5OS41LDgxLDE2Ni41LDg0LjVjLTEuMi02LTItMTIuMi0yLTE4LjVjMC00NC41LDM2LTgwLjgsODAuOC04MC44YzIzLjIsMCw0NC4yLDkuOCw1OSwyNS41QzM2MSw4NiwzNzguNSw3OS4yLDM5NCw3MAoJYy02LDE4LjgtMTguOCwzNC41LTM1LjUsNDQuNUMzNzQuOCwxMTIuOCwzOTAuNSwxMDguMiw0MDUsMTAyeiIvPgo8L3N2Zz4K");
}

.dmc-icon-64.dmc-icon-tiktok {
  width: 12px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIyMUYyMDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NDgsMjA5LjljLTQ0LDAuMS04Ny0xMy42LTEyMi44LTM5LjJ2MTc4LjdjMCw4OS44LTcyLjgsMTYyLjUtMTYyLjYsMTYyLjVTMC4xLDQzOSwwLjEsMzQ5LjMKCVM3MywxODYuNywxNjIuNywxODYuOGM3LjQsMCwxNC45LDAuNSwyMi4zLDEuNXY4OS45Yy0zOS4zLTEyLjQtODEuMiw5LjUtOTMuNiw0OC44czkuNSw4MS4yLDQ4LjgsOTMuNnM4MS4yLTkuNSw5My42LTQ4LjgKCWMyLjMtNy4yLDMuNC0xNC44LDMuNC0yMi40VjBoODhjLTAuMSw3LjQsMC42LDE0LjksMS45LDIyLjJsMCwwYzYuMiwzMywyNS43LDYyLDUzLjksODAuMmMxOS45LDEzLjEsNDMuMiwyMC4xLDY3LDIwLjFWMjA5Ljl6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-tiktok:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VGQ0FCOTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NDgsMjA5LjljLTQ0LDAuMS04Ny0xMy42LTEyMi44LTM5LjJ2MTc4LjdjMCw4OS44LTcyLjgsMTYyLjUtMTYyLjYsMTYyLjVTMC4xLDQzOSwwLjEsMzQ5LjMKCVM3MywxODYuNywxNjIuNywxODYuOGM3LjQsMCwxNC45LDAuNSwyMi4zLDEuNXY4OS45Yy0zOS4zLTEyLjQtODEuMiw5LjUtOTMuNiw0OC44czkuNSw4MS4yLDQ4LjgsOTMuNnM4MS4yLTkuNSw5My42LTQ4LjgKCWMyLjMtNy4yLDMuNC0xNC44LDMuNC0yMi40VjBoODhjLTAuMSw3LjQsMC42LDE0LjksMS45LDIyLjJsMCwwYzYuMiwzMywyNS43LDYyLDUzLjksODAuMmMxOS45LDEzLjEsNDMuMiwyMC4xLDY3LDIwLjFWMjA5Ljl6Ii8+Cjwvc3ZnPgo=");
}

.dmc-icon-64.dmc-icon-youtube {
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NDYuMTMgMzg0Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzIzMWYyMDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MzQuNzIsNjAuMDhhNjguNiw2OC42LDAsMCwwLTQ4LjI4LTQ4LjU5QzQ0My44NSwwLDI3My4wNywwLDI3My4wNywwUzEwMi4yOSwwLDU5LjcsMTEuNDlBNjguNjEsNjguNjEsMCwwLDAsMTEuNDEsNjAuMDhDMCwxMDMsMCwxOTIuMzksMCwxOTIuMzlzMCw4OS40NCwxMS40MSwxMzIuM2M2LjI4LDIzLjY1LDI0Ljc5LDQxLjUsNDguMjksNDcuODJDMTAyLjI5LDM4NCwyNzMuMDcsMzg0LDI3My4wNywzODRzMTcwLjc4LDAsMjEzLjM3LTExLjQ5YzIzLjQ5LTYuMzIsNDItMjQuMTcsNDguMjgtNDcuODIsMTEuNDEtNDIuODYsMTEuNDEtMTMyLjMsMTEuNDEtMTMyLjNTNTQ2LjEzLDEwMyw1MzQuNzIsNjAuMDhaTTIxNy4yMSwyNzMuNTlWMTExLjE4TDM2MCwxOTIuMzlsLTE0Mi43NCw4MS4yWiIvPjwvZz48L2c+PC9zdmc+");
}

.dmc-icon-64.dmc-icon-youtube:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NDYuMTMgMzg0Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2VmY2FiOTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MzQuNzIsNjAuMDhhNjguNiw2OC42LDAsMCwwLTQ4LjI4LTQ4LjU5QzQ0My44NSwwLDI3My4wNywwLDI3My4wNywwUzEwMi4yOSwwLDU5LjcsMTEuNDlBNjguNjEsNjguNjEsMCwwLDAsMTEuNDEsNjAuMDhDMCwxMDMsMCwxOTIuMzksMCwxOTIuMzlzMCw4OS40NCwxMS40MSwxMzIuM2M2LjI4LDIzLjY1LDI0Ljc5LDQxLjUsNDguMjksNDcuODJDMTAyLjI5LDM4NCwyNzMuMDcsMzg0LDI3My4wNywzODRzMTcwLjc4LDAsMjEzLjM3LTExLjQ5YzIzLjQ5LTYuMzIsNDItMjQuMTcsNDguMjgtNDcuODIsMTEuNDEtNDIuODYsMTEuNDEtMTMyLjMsMTEuNDEtMTMyLjNTNTQ2LjEzLDEwMyw1MzQuNzIsNjAuMDhaTTIxNy4yMSwyNzMuNTlWMTExLjE4TDM2MCwxOTIuMzlsLTE0Mi43NCw4MS4yWiIvPjwvZz48L2c+PC9zdmc+");
}

.dmc-icon-64.dmc-icon-star {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC45IDE5Ljg4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2RiYjc1ZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBpZD0iUGF0aF8xNTMiIGRhdGEtbmFtZT0iUGF0aCAxNTMiIGNsYXNzPSJjbHMtMSIgZD0iTTEwLjQ1LDAsNy4yMiw2LjU0LDAsNy41OWw1LjIyLDUuMUw0LDE5Ljg4bDYuNDYtMy40LDYuNDYsMy40LTEuMjMtNy4xOSw1LjIyLTUuMS03LjIyLTFaIi8+PC9nPjwvZz48L3N2Zz4=");
}

.dmc-icon-64.dmc-icon-arrow-p,
.dmc-icon-64.dmc-icon-arrow-n {
  width: 23px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi43OCAxNy43NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LXJvdW5kLWZvcndhcmQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctcm91bmQtZm9yd2FyZCIgY2xhc3M9ImNscy0xIiBkPSJNMTQuNTIuMzRhMS4zNywxLjM3LDAsMCwwLDAsMS43bDQuODEsNS42NEgxYTEuMjIsMS4yMiwwLDAsMCwwLDIuNGgxOC4zbC00LjgxLDUuNjRhMS4zNywxLjM3LDAsMCwwLDAsMS43LjkyLjkyLDAsMCwwLDEuMy4xNC43MS43MSwwLDAsMCwuMTUtLjE1bDYuNTItNy42OGgwYTEuNDEsMS40MSwwLDAsMCwuMjEtLjM4LDEuMzUsMS4zNSwwLDAsMC0uMjEtMS4zTDE2LC4zN0EuOS45LDAsMCwwLDE0LjY5LjE4LDEuMjksMS4yOSwwLDAsMCwxNC41Mi4zNFoiLz48L2c+PC9nPjwvc3ZnPg==");
}

.dmc-icon-64.dmc-icon-arrow-p {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#dmc-nav .dmc-social-accounts {
  margin-left: 48px;
}

#dmc-nav .dmc-social-accounts a {
  margin-right: 16px;
}

#dmc-nav .dmc-social-accounts a:last-child {
  margin-right: 0;
}

.searchtoggle .dmc-icon-64 {
  cursor: pointer;
}

#dmc-nav .menu-header {
  font-family: "Biko", Arial, serif;
  text-transform: uppercase;
  font-size: 0.55em;
  letter-spacing: 0.18em;
  width: 100%;
}

#dmc-nav .menu-header &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

#dmc-nav .menu-header &gt; ul &gt; li {
  margin-right: 20px;
  position: relative;
}

#dmc-nav .menu-header &gt; ul &gt; li:last-child {
  margin-right: 0;
}

#dmc-nav .menu-header &gt; ul &gt; li &gt; a {
  padding: 10px 0;
  display: block;
}

/**
OLD DEVS CODE
 */

.menu-header &gt; ul &gt; li.menu-item-has-children:after {
  width: 100%;
  height: 29px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
}

.menu-header &gt; ul &gt; li.hover &gt; a {
  color: #efcab9;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu {
  background: #f6f5f2;
  border: 1px solid #bfbebc;
  left: 50%;
  margin-top: 0;
  padding: 25px 0 0;
  top: 62px;
  width: 440px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-0.5em);
  -ms-transform: translateX(-50%) translateY(-0.5em);
  transform: translateX(-50%) translateY(-0.5em);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu .arrow a:after {
  content: "›";
  margin-left: 10px;
  display: inline-block;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu &gt; li.column {
  width: 50%;
  float: left;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu &gt; li.column &gt; a {
  display: none;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu &gt; li.column li a {
  padding: 8px 30px;
  display: inline-block;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu &gt; li.fwlink {
  width: 100%;
  display: table;
  clear: both;
  padding-top: 65px;
  content: " ";
}

.menu-header &gt; ul &gt; li &gt; .sub-menu &gt; li.fwlink a {
  display: table;
  width: 100%;
  background: #fff;
  padding: 12px 30px;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu &gt; li.fwlink a:hover {
  background: #231f20;
  color: #fff;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu ul {
  margin: 0;
  padding: 0;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu li {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  text-align: left;
}

.menu-header &gt; ul &gt; li &gt; .sub-menu li a {
  padding: 12px 0 2px;
}

.menu-header &gt; ul &gt; li.hover &gt; .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

#sidebar-nav .dmc-social-accounts {
  margin-top: 14px;
}

#sidebar-nav .dmc-social-accounts.style-horizontal .dmc-social-accounts-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sidebar-nav .dmc-social-accounts.style-horizontal .links-wrapper a {
  margin: 0 10px;
}

#sidebar-nav .dmc-icon-64.dmc-icon-facebook {
  width: 12px;
  height: 20px;
}

#sidebar-nav .dmc-icon-64.dmc-icon-tiktok {
  width: 18px;
  height: 20px;
}

#sidebar-nav .dmc-icon-64.dmc-icon-instagram {
  width: 17px;
  height: 20px;
}

#sidebar-nav .dmc-icon-64.dmc-icon-youtube {
  width: 20px;
  height: 14px;
}

#sidebar-nav .dmc-icon-64.dmc-icon-pinterest {
  width: 15px;
  height: 20px;
}

#sidebar-nav .dmc-icon-64.dmc-icon-email {
  width: 20px;
  height: 20px;
}

#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram svg.svg-inline--fa {
  display: none !important;
}

.dmc-ig-wrapper {
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative;
  height: 0;
  padding-bottom: 12.5%;
}

.dmc-ig-wrapper #sb_instagram {
  position: absolute;
  top: 0;
  left: 0;
}

.dmc-ig-wrapper #sb_instagram .sbi_photo {
  height: 0 !important;
  padding-bottom: 100%;
}

.dmc-ig-wrapper #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
  width: 12.5%;
  margin-right: 0 !important;
}

body .wprm-recipe p {
  margin-bottom: 15px;
}

body .wprm-recipe p:last-child {
  margin-bottom: 0;
}

.wprm-recipe .wprm-recipe-header {
  font-size: 27px !important;
  margin-bottom: 30px !important;
}

.wprm-recipe .wprm-recipe-notes-container .wprm-recipe-header {
  margin-top: 0;
}

.wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions-container .wprm-recipe-header {
  border-top: 1px solid #bfbebc;
  padding-top: 40px;
  margin: 40px 0 30px;
}

html body .wprm-recipe-container h3 {
  color: #231F20 !important;
}

.d-comments-wrapper,
.dmc-dymt-section &gt; .section-inner,
.dmc-single-post.type-basic .dmc-single-post-content .not-sidebar {
  max-width: calc(100% - 370px - 40px);
}

.dmc-single-post.type-basic .article-inner-inner {
  padding-left: 40px;
  border-left: 1px solid #bfbebc;
}

.dmc-single-post.type-basic .dmc-single-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-single-post.type-basic .dmc-single-post-header &gt; .dmc-col-1 {
  margin-right: 40px;
  width: 100%;
  max-width: 440px;
}

.dmc-single-post.type-basic .dmc-single-post-header &gt; .dmc-col-2 {
  width: 100%;
  max-width: 594px;
}

.dmc-single-post.type-basic .dmc-single-post-header &gt; .dmc-col-2 .dmc-col-inner {
  position: relative;
}

.dmc-single-post.type-basic .dmc-single-post-header .cats {
  font-family: "Biko", serif;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.dmc-single-post.type-basic .dmc-single-post-header .post-title {
  font-size: 2.35em;
  margin: 20px 0;
  line-height: 1.1;
}

.dmc-single-post.type-basic .dmc-single-post-header .wprm-jump-to-recipe-shortcode {
  padding: 14px 24px 11px;
  letter-spacing: 0.16em;
  display: block;
  font-size: 0.65em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -16px;
  text-align: center !important;
  width: 90% !important;
  max-width: 180px !important;
}

.dmc-single-post.type-basic .dmc-single-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-single-post.type-basic .dmc-single-post-content .not-sidebar {
  width: 100%;
  margin-right: 40px;
}

.dmc-single-post.type-basic .dmc-single-post-content .sidebar {
  width: 100%;
  max-width: 370px;
  margin-top: 20px;
}

.dmc-single-post.type-basic .dmc-content-inner h2 {
  font-size: 27px;
}

.dmc-single-post.type-basic .dmc-content-inner h3 {
  font-size: 20px;
}

.dmc-single-post.type-basic .dmc-content-inner h4 {
  font-size: 13px;
  font-family: "Biko", serif;
  letter-spacing: 0.17em;
  margin: 35px 0;
  text-transform: uppercase;
  line-height: 1.9;
}

.f-links-with-shadow a:not(.notfancy) {
  font-family: "Biko-Bold", Arial, serif;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -webkit-transition: background 0.2s linear 0s;
  -o-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

.f-links-with-shadow a:not(.notfancy):hover {
  background-size: 100% 100%;
}

.dmc-dymt-section &gt; .section-inner {
  border-top: 1px solid #bfbebc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  margin-bottom: 60px;
  margin-left: 40px;
}

.dmc-dymt-section &gt; .section-inner .dmc-col-1 {
  width: 100%;
  max-width: 174px;
}

.dmc-dymt-section &gt; .section-inner .dmc-col-1 .dmc-the-img-holder {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  border: 12px solid #fff;
}

.dmc-dymt-section &gt; .section-inner .dmc-col-2 {
  width: 100%;
  max-width: 400px;
}

.dmc-dymt-section &gt; .section-inner .dmc-col-2 .dmc-col-inner {
  text-align: center;
  padding: 10px;
}

.dmc-dymt-section .section-title {
  font-size: 27px;
}

.dmc-post-newsletter {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  display: block;
  width: auto;
}

.dmc-post-newsletter &gt; .section-inner .section-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 40px;
  max-width: 720px;
}

.dmc-post-newsletter &gt; .section-inner .dmc-col-1 {
  width: 100%;
  max-width: 430px;
  margin-right: 40px;
}

.dmc-post-newsletter &gt; .section-inner .dmc-col-2 {
  width: 100%;
  max-width: 216px;
}

.dmc-post-newsletter .dmc-show-on-mobile {
  display: none;
}

.dmc-post-newsletter .section-title {
  font-size: 26px;
  margin: 0;
}

.wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #343434;
}

.alsolike + .post-nav-outer + .footer-blurb .section {
  margin-top: 0;
}

.alsolike .section-title {
  font-family: "Biko-Bold", serif;
  text-align: center;
  font-size: 1.35em;
  margin: 38px 0 30px;
}

.also-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.also-list .also-list-item {
  width: calc((100% - 42px) / 4);
  max-width: 279px;
  margin-right: 14px;
  margin-bottom: 20px;
}

.also-list .also-list-item:last-child {
  margin-right: 0;
}

.also-list .data-title-holder {
  margin-top: 14px;
}

.also-list .data-title {
  font-family: "Biko-Bold", Arial, serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.dmc-post-navigation {
  margin-top: 50px;
}

.dmc-post-navigation .post-nav {
  border-top: 1px solid #bfbebc;
  font-family: "Biko", serif;
  font-size: 0.65em;
  letter-spacing: 0.14em;
  padding: 40px 0;
  text-transform: uppercase;
}

.dmc-post-navigation .post-nav .nav-next {
  float: left;
}

.dmc-post-navigation .post-nav .nav-previous {
  float: right;
}

.dmc-post-navigation .post-nav .screen-reader-text {
  display: none !important;
}

.dmc-post-navigation .post-nav .nav-next {
  float: right;
}

.dmc-post-navigation .post-nav .nav-previous {
  float: left;
}

.commentlistwrap .comment-form-wprm-rating label {
  font-family: "Biko", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 12px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ak-rcp-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ak-rcp-h .ak-rh-c1 {
  width: calc(100% - 40px - 170px);
  margin-right: 40px;
}

.ak-rcp-h .ak-rh-c2 {
  width: 100%;
  max-width: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ak-rcp-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.ak-rcp-b .wprm-recipe-link {
  letter-spacing: 0.14em;
  padding: 10px 25px 8px;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: "Biko", Arial, serif !important;
  background: #f6f5f2 !important;
  -webkit-transition: background 0.2s ease-in-out !important;
  -o-transition: background 0.2s ease-in-out !important;
  transition: background 0.2s ease-in-out !important;
}

.ak-rcp-b .wprm-recipe-link:hover {
  background: #efcab9 !important;
}

.ak-rcp-b .wprm-recipe-link:last-child {
  margin-right: 0;
}

.ak-rcp-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #bfbebc;
  margin-top: 40px;
  padding-top: 40px;
}

.ak-rcp-f &gt; div:nth-child(2) {
  margin-left: 30px;
}

.ak-rcp-f &gt; div:nth-child(2) .wprm-recipe-nutrition-header {
  position: relative;
  padding-left: 30px;
}

.ak-rcp-f &gt; div:nth-child(2) .wprm-recipe-nutrition-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 30px);
  background: #bfbebc;
}

.ak-rcp-f &gt; div:nth-child(2) .wprm-nutrition-label-container {
  border-left: 1px solid #bfbebc;
  padding-left: 30px;
}

.ak-rcp-f .ak-rf-c2 {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%;
}

.wprm-recipe-template-ak-2023 {
  font-family: "Biko", Arial, serif;
  background: #fdfdfc;
  padding: 50px;
}

.wprm-recipe-template-ak-2023 strong {
  font-weight: normal;
  font-family: "Biko-Bold", Arial, serif;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-name {
  margin-bottom: 15px;
  line-height: 1.4;
}

.wprm-recipe-template-ak-2023 .wprm-rating-star {
  padding: 0 6px;
}

.wprm-recipe-template-ak-2023 .wprm-rating-star.wprm-rating-star-1 {
  margin-left: -6px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
  margin-left: 24px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #bfbebc;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #bfbebc;
  border-bottom: 1px solid #bfbebc;
  text-transform: uppercase;
  font-size: 11px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-block-container-columns {
  border-right: 1px solid #bfbebc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  letter-spacing: 0.16em;
  padding: 15px 10px 10px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-block-container-columns:last-child {
  border-right: 0;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-details-label {
  min-width: auto;
  margin-bottom: 18px;
  font-size: 13px;
  text-transform: uppercase;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-details-unit {
  font-size: 11px;
  text-transform: uppercase;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-servings-unit {
  display: none;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-summary {
  margin-top: 30px;
  font-family: "freight-text-pro", sans-serif;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-ingredients-container {
  margin-top: 16px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-ingredients {
  font-size: 18px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-ingredient {
  margin: 0 0 10px 0;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-ingredient:last-child {
  margin-bottom: 0;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-instructions-container {
  border-top: 1px solid #bfbebc;
  margin-top: 40px;
  padding-top: 40px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-instructions {
  font-family: "freight-text-pro", sans-serif;
  counter-reset: num-counter;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-instruction {
  margin: 0 0 45px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-instruction:last-child {
  margin-bottom: 0;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-instruction:before {
  content: "Step " counter(num-counter);
  counter-increment: num-counter;
  display: block;
  font-family: "Biko-Bold", Arial, serif;
  font-size: 18px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-notes-container {
  font-family: "freight-text-pro", sans-serif;
  font-size: 18px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wprm-recipe-template-ak-2023 .wprm-nutrition-label-container {
  font-family: "freight-text-pro", sans-serif;
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px;
}

.wprm-recipe-template-ak-2023 .wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container {
  -ms-flex-preferred-size: 0 !important;
  flex-basis: 0 !important;
  padding-right: 0;
  white-space: normal;
}

.wprm-recipe-template-ak-2023 .wprm-nutrition-label-text-nutrition-container-serving_size {
  margin-bottom: 20px;
}

.wprm-recipe-template-ak-2023 .wprm-nutrition-label-text-nutrition-container-serving_size .wprm-nutrition-label-text-nutrition-unit {
  padding-left: 4px;
}

.wprm-recipe-template-ak-2023 .wprm-nutrition-label-text-nutrition-value {
  font-family: "Biko-Bold", Arial, serif;
}

.wprm-recipe-template-ak-2023 .wprm-nutrition-label-text-nutrition-unit {
  font-family: "Biko-Bold", Arial, serif;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-video {
  margin-top: 40px;
  margin-bottom: 20px;
}

.wprm-recipe-template-ak-2023 .wprm-recipe-video iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}

.wpb_text_column.page-description {
  max-width: 640px;
  padding: 0 20px;
  margin: 40px auto 20px;
  text-align: center;
}

.f-f-ttl {
  font-size: 1.25em;
  margin-bottom: 10px;
}

.vc_row.ebooks-feed {
  margin-top: 60px;
}

.vc_row.ebooks-feed .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

.dmc-bkr-ebook-i {
  width: calc((100% - 66px) / 3);
  max-width: 372px;
  margin: 0 11px 60px;
  text-align: center;
}

.dmc-bkr-ebook-i .dt-content p {
  margin: 0 0 14px;
}

.dmc-bkr-ebook-i .dt-content p:last-child {
  margin-bottom: 0;
}

.dmc-ebook-4col .dmc-bkr-ebook-i {
  width: calc((100% - 88px) / 4);
}

.about-section h1 {
  font-family: "MayWilde", cursive;
  font-size: 2em;
  line-height: 1;
  margin: 15px 0 25px;
}

.d-pic-link-w {
  display: block;
}

.dmc-bkr-ad-banner {
  margin-top: 35px;
  margin-bottom: 35px;
}

.dmc-bkr-ad-banner .sc-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.dmc-bkr-ad-banner .d-col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.dmc-bkr-ad-banner .d-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: calc(40% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bkr-ad-banner h2 {
  margin-top: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.d-admin-msg {
  position: relative;
  border: 4px dashed black;
  padding: 20px;
  background: white;
}

.d-admin-msg:before {
  content: "This area is visible only for admins";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  background: white;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

#d-popups {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 2000;
}

#d-popups .d-popups-in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#d-popups .d-popup {
  display: none;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  position: relative;
}

.dmc-icon-close {
  padding: 0;
  border: 0;
  background: none;
  display: block;
  outline: 0;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}

.dmc-icon-close span {
  height: 2px;
  width: 141%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: black;
}

.dmc-icon-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(0%, -41%);
  -ms-transform: rotate(-45deg) translate(0%, -41%);
  transform: rotate(-45deg) translate(0%, -41%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dmc-icon-close span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0%, -41%);
  -ms-transform: rotate(45deg) translate(0%, -41%);
  transform: rotate(45deg) translate(0%, -41%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
}

#d-popups {
  background: rgba(80, 80, 80, 0.5);
}

#d-popups .d-popup {
  width: calc(100% - 40px);
  max-width: 640px;
  min-height: 480px;
}

.d-popup {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.d-popup .d-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  z-index: 10;
}

.d-popup .d-popup-close span {
  height: 1px;
}

.d-popup .d-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  background: #F6F5F2;
}

.d-popup .d-col {
  width: 50%;
}

.d-popup .d-col.col-i {
  background: #efd7cb;
}

.d-popup .d-col-in {
  padding: 40px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-popup .dt-ttl {
  font-size: 26px;
  line-height: 1.3;
  font-family: "Biko-Bold", Arial, serif;
  text-align: center;
  margin-bottom: 24px;
}

.d-popup .dt-cnt {
  font-size: 18px;
  line-height: 1.5;
  font-family: "freight-text-pro", sans-serif;
}

.d-popup .dt-cnt p {
  margin: 0 0 20px;
}

.d-popup .dt-cnt p:last-child {
  margin-bottom: 0;
}

.d-popup .dt-cnt ul {
  padding-left: 10px;
  margin: 0 0 20px;
}

.d-popup .dmc-button-wrap.s-b .dmc-button {
  min-width: 240px;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 20px 20px 18px;
}

.d-popup .dt-group-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-popup .formkit-form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.d-popup .formkit-form .formkit-alert {
  margin: 0;
}

.d-popup .formkit-form .formkit-field {
  margin-bottom: 14px;
}

.d-popup .formkit-form .formkit-input {
  outline: 0;
  border: 1px solid #231f20;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "Biko", serif;
  padding: 20px 25px 16px;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0;
  background: transparent;
  width: 100%;
  text-align: center;
}

.d-popup .formkit-form .formkit-input::-webkit-input-placeholder {
  color: #a7a9ac;
}

.d-popup .formkit-form .formkit-input::-moz-placeholder {
  color: #a7a9ac;
}

.d-popup .formkit-form .formkit-input:-ms-input-placeholder {
  color: #a7a9ac;
}

.d-popup .formkit-form .formkit-input::-ms-input-placeholder {
  color: #a7a9ac;
}

.d-popup .formkit-form .formkit-input::placeholder {
  color: #a7a9ac;
}

.d-popup .formkit-form .formkit-submit {
  font-size: 0.65em;
  background: #fff;
  color: #231f20;
  padding: 19px 24px 15px;
  border: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko", serif;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.d-popup .formkit-form .formkit-submit:hover {
  color: #f6f5f2;
  background: #231f20;
}

.d-comments-wrapper {
  padding-left: 40px;
}

/* -===[ BEG RESPONSIVE ]===- */

/* -===[ BEG DESKTOP ]===- */

/* -===[ END DESKTOP ]===- */

/* -===[ BEG LAPTOP ]===- */

/* -===[ END LAPTOP ]===- */

/* -===[ BEG MEDIUM LAPTOP ]===- */

/* -===[ END MEDIUM LAPTOP ]===- */

/* -===[ BEG SMALL LAPTOP ]===- */

/* -===[ END SMALL LAPTOP ]===- */

/* -===[ BEG TABLET ]===- */

/* -===[ END TABLET ]===- */

/* -===[ BEG IPHONE PLUS ]===- */

/* -===[ END IPHONE PLUS ]===- */

/* -===[ BEG IPHONE ]===- */

/* -===[ END IPHONE ]===- */

/* -===[ END RESPONSIVE ]===- */

body {
  -webkit-font-smoothing: antialiased;
}

.d-g-pad {
  padding-left: 20px;
  padding-right: 20px;
}

.d-bkr-pic {
  display: block;
}

.page-template-page-v3 .wpb_text_column,
.d-f-t {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 0.026em;
  line-height: 1.764705;
  text-underline-offset: 3px;
}

.page-template-page-v3 .wpb_text_column p,
.d-f-t p {
  margin: 0;
}

.page-template-page-v3 .wpb_text_column a,
.d-f-t a {
  text-decoration: underline;
}

.vc_section.akct_order .wpb_text_column:last-child:after,
.d-bkr-tour-block .dt-content h2:after {
  width: 36px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi43OCAxNy43NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzFmMjA7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LXJvdW5kLWZvcndhcmQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctcm91bmQtZm9yd2FyZCIgY2xhc3M9ImNscy0xIiBkPSJNMTQuNTIuMzRhMS4zNywxLjM3LDAsMCwwLDAsMS43bDQuODEsNS42NEgxYTEuMjIsMS4yMiwwLDAsMCwwLDIuNGgxOC4zbC00LjgxLDUuNjRhMS4zNywxLjM3LDAsMCwwLDAsMS43LjkyLjkyLDAsMCwwLDEuMy4xNC43MS43MSwwLDAsMCwuMTUtLjE1bDYuNTItNy42OGgwYTEuNDEsMS40MSwwLDAsMCwuMjEtLjM4LDEuMzUsMS4zNSwwLDAsMC0uMjEtMS4zTDE2LC4zN0EuOS45LDAsMCwwLDE0LjY5LjE4LDEuMjksMS4yOSwwLDAsMCwxNC41Mi4zNFoiLz48L2c+PC9nPjwvc3ZnPg==");
}

.vc_section.akc_order p,
.vc_section.akc_peek p,
.vc_section.akc_balance p,
.vc_section.akc_header p,
.vc_section.akc_preorder p,
.vc_section.akc_footer p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 0.026em;
}

.vc_section.akc_order .wpb_content_element,
.vc_section.akc_peek .wpb_content_element,
.vc_section.akc_balance .wpb_content_element,
.vc_section.akc_header .wpb_content_element,
.vc_section.akc_preorder .wpb_content_element,
.vc_section.akc_footer .wpb_content_element {
  margin-bottom: 0;
}

.d-bkr-nl-block .sc-in,
.vc_section.akc_order .vc_row,
.vc_section.akc_peek .vc_row,
.vc_section.akc_balance .vc_row,
.vc_section.akc_header .vc_row,
.vc_section.akc_preorder .vc_row {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.vc_section.akc_header {
  background: #F0D7CC;
}

.vc_section.akc_header .wpb_column:nth-child(1) {
  padding-top: 34px;
  padding-right: 12px;
}

.vc_section.akc_header .wpb_column:nth-child(2) {
  padding-top: 36px;
  padding-bottom: 50px;
  padding-right: 12px;
}

.vc_section.akc_header .d-bkr-pic {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.vc_section.akc_header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.111em;
  text-transform: uppercase;
  margin: 0;
}

.vc_section.akc_header h1 strong {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 61px;
  letter-spacing: 0;
  line-height: 1.0655;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 8px;
}

.vc_section.akc_header p {
  line-height: 1.6666;
}

.vc_section.akc_header .wpb_text_column:nth-child(1) {
  margin-bottom: 28px;
}

.vc_section.akc_header .dmc-button-wrap {
  margin-top: 42px;
}

.vc_section.akc_preorder {
  background: #F5E7E0;
}

.vc_section.akc_preorder .wpb_column:nth-child(1) {
  padding-top: 32px;
}

.vc_section.akc_preorder .wpb_column:nth-child(2) {
  padding-top: 28px;
  padding-bottom: 56px;
}

.vc_section.akc_preorder .wpb_column:nth-child(2) .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 20px;
}

.vc_section.akc_preorder .wpb_column:nth-child(2) .dmc-button-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 36%;
}

.vc_section.akc_preorder .wpb_column:nth-child(2) .dmc-button-wrap .dmc-button {
  width: 100%;
  text-align: center;
}

.vc_section.akc_preorder h2 {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 38px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 8px;
  padding-left: 0;
}

.vc_section.akc_preorder p {
  line-height: 1.7647;
}

.vc_section.akc_preorder .wpb_text_column {
  text-align: center;
}

.vc_section.akc_balance {
  background: #F0D7CC;
}

.vc_section.akc_balance .wpb_column:nth-child(1) {
  padding-top: 38px;
}

.vc_section.akc_balance .wpb_column:nth-child(2) {
  padding-top: 32px;
  padding-bottom: 50px;
}

.vc_section.akc_balance .wpb_column:nth-child(2) .wpb_text_column {
  margin-top: 46px;
}

.vc_section.akc_balance h2 {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 50px;
  line-height: 1.06;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.vc_section.akc_balance h3 {
  font-family: "Recoleta Regular", sans-serif;
  font-size: 24px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0 0 0;
}

.vc_section.akc_balance p {
  line-height: 1.7647;
}

.vc_section.akc_balance .dmc-bkr-polaroid:nth-child(1) {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.vc_section.akc_balance .dmc-bkr-polaroid:nth-child(2) {
  -webkit-transform: translate(68px, -8px) rotate(6deg);
  -ms-transform: translate(68px, -8px) rotate(6deg);
  transform: translate(68px, -8px) rotate(6deg);
}

.dmc-bkr-polaroid {
  max-width: 260px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
}

.dmc-bkr-polaroid .pol-in {
  background: #fff;
  padding: 22px 14px 10px;
  aspect-ratio: 0.9747;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.67);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.67);
}

.dmc-bkr-polaroid .pol-pic {
  opacity: 0.91;
}

.vc_section.akc_peek {
  background: #E7C98E;
  padding-top: 32px;
}

.vc_section.akc_peek .wpb_column:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 52px;
}

.vc_section.akc_peek h2 {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 61px;
  line-height: 1.0655;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 28px;
}

.vc_section.akc_peek p {
  line-height: 1.7647;
}

.vc_section.akc_order {
  background: #F5E7E0;
}

.vc_section.akc_order .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc_section.akc_order .wpb_column:nth-child(1) {
  padding-top: 36px;
}

.vc_section.akc_order .wpb_column:nth-child(2) {
  padding-top: 22px;
  padding-bottom: 34px;
  max-width: 500px;
}

.vc_section.akc_order .wpb_column:nth-child(2) .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vc_section.akc_order h2 {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 38px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 0;
}

.d-bkr-pic.s-akc-l {
  width: calc((100% - 15px) / 2);
  max-width: 165px;
}

.dmc-bkr-pic-grid {
  padding-top: 25px;
  padding-bottom: 27px;
}

.dmc-bkr-pic-grid .sc-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
  max-width: 628px;
  margin: 0 auto;
}

.dmc-bkr-pic-grid .gr-r {
  width: calc((100% - 20px) / 2);
}

.dmc-bkr-pic-grid .gr-c {
  margin-bottom: 20px;
}

.dmc-bkr-pic-grid .gr-c:last-child {
  margin-bottom: 0;
}

.vc_section.akc_footer {
  background: #F0D7CC;
  padding-top: 44px;
}

.vc_section.akc_footer .vc_row:nth-child(1) {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
}

.vc_section.akc_footer .vc_row:nth-child(2) {
  padding-bottom: 54px;
}

.vc_section.akc_footer h2 {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 61px;
  line-height: 1.0655;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 25px;
}

.vc_section.akc_footer p {
  line-height: 1.7647;
}

.vc_section.akc_footer .wpb_text_column:nth-child(2) {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.d-bkr-cookbook-recipes .d-slick-ar {
  position: absolute;
  top: 48px;
  width: 23px;
  height: 18px;
  cursor: pointer;
  font-style: normal;
  display: block;
  background-repeat: no-repeat;
  z-index: 10;
}

.d-bkr-cookbook-recipes .d-slick-ar.ar-prev {
  left: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi43OCAxNy43NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzFmMjA7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LXJvdW5kLWZvcndhcmQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctcm91bmQtZm9yd2FyZCIgY2xhc3M9ImNscy0xIiBkPSJNOC4yNiwxNy40M2ExLjM1LDEuMzUsMCwwLDAsMC0xLjdsLTQuOC01LjY0aDE4LjNhMS4yMiwxLjIyLDAsMCwwLDAtMi40MUgzLjQ2TDguMjcsMi4wNWExLjM4LDEuMzgsMCwwLDAsMC0xLjdBLjkyLjkyLDAsMCwwLDcsLjJhLjc1Ljc1LDAsMCwwLS4xNS4xNkwuMjksOGgwYTEuMjgsMS4yOCwwLDAsMC0uMjEuMzgsMS4zNSwxLjM1LDAsMCwwLC4yMSwxLjNMNi44MiwxNy40YS45MS45MSwwLDAsMCwxLjI3LjE5QTEuMjksMS4yOSwwLDAsMCw4LjI2LDE3LjQzWiIvPjwvZz48L2c+PC9zdmc+");
}

.d-bkr-cookbook-recipes .d-slick-ar.ar-next {
  right: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi43OCAxNy43NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzFmMjA7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LXJvdW5kLWZvcndhcmQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctcm91bmQtZm9yd2FyZCIgY2xhc3M9ImNscy0xIiBkPSJNMTQuNTIuMzRhMS4zNywxLjM3LDAsMCwwLDAsMS43bDQuODEsNS42NEgxYTEuMjIsMS4yMiwwLDAsMCwwLDIuNGgxOC4zbC00LjgxLDUuNjRhMS4zNywxLjM3LDAsMCwwLDAsMS43LjkyLjkyLDAsMCwwLDEuMy4xNC43MS43MSwwLDAsMCwuMTUtLjE1bDYuNTItNy42OGgwYTEuNDEsMS40MSwwLDAsMCwuMjEtLjM4LDEuMzUsMS4zNSwwLDAsMC0uMjEtMS4zTDE2LC4zN0EuOS45LDAsMCwwLDE0LjY5LjE4LDEuMjksMS4yOSwwLDAsMCwxNC41Mi4zNFoiLz48L2c+PC9nPjwvc3ZnPg==");
}

.d-bkr-cookbook-recipes .slick-dots {
  margin: 0;
  padding: 54px 0 60px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-bkr-cookbook-recipes .slick-dots li.slick-active button {
  opacity: 1;
}

.d-bkr-cookbook-recipes .slick-dots li button {
  display: block;
  -webkit-appearance: none;
  border: 0;
  width: 12px;
  height: 12px;
  background: #231f20;
  border-radius: 100%;
  opacity: 0.23;
  font-size: 0;
}

.d-bkr-cookbook-recipe .dt-h {
  position: relative;
  padding: 0 35px 73px;
}

.d-bkr-cookbook-recipe .dt-h:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 112px);
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.d-bkr-cookbook-recipe .d-pic {
  max-width: 194px;
  margin: 0 auto;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.d-bkr-cookbook-recipe h3 {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 25px;
  line-height: 1.28;
  font-weight: normal;
  letter-spacing: 0;
  margin: 34px 0 0;
  text-align: center;
}

.d-bkr-pic-row {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
}

.d-bkr-pic-row .d-pic {
  width: 100%;
  max-width: 212px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.d-bkr-pic-row .d-pic:nth-child(even) {
  margin-top: 30px;
}

.d-bkr-pic-row .d-pic.p4,
.d-bkr-pic-row .d-pic.p5,
.d-bkr-pic-row .d-pic.p7,
.d-bkr-pic-row .d-pic.p6 {
  display: none;
}

.d-bkr-cookbook-block {
  background: #F5DFD5;
  padding: 32px 32px 58px;
  margin-bottom: 38px;
}

.d-bkr-cookbook-block .blk-col-1 {
  width: 100%;
  max-width: 274px;
  margin-bottom: 38px;
}

.d-bkr-cookbook-block .blk-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.111em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.d-bkr-cookbook-block .blk-ttl strong {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 6px;
}

.d-bkr-cookbook-block .blk-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.026em;
  line-height: 1.7142;
  max-width: 400px;
  margin-bottom: 36px;
}

.d-bkr-cookbook-block .blk-desc p {
  margin: 0;
}

.d-bkr-cookbook-block .dmc-button-wrap.s-p .dmc-button {
  min-width: 195px;
  padding: 10px 20px 8px;
}

.f-cb-ttl {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.107em;
  line-height: 1;
  text-transform: uppercase;
}

.f-cb-ttl strong {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0;
}

.d-widget.widget-cookbook {
  background: #F0D7CC;
  padding: 48px 0 15px;
  margin-bottom: 30px;
}

.d-widget.widget-cookbook .f-cb-ttl {
  text-align: center;
  line-height: 1.7;
}

.d-widget.widget-cookbook .f-cb-ttl strong {
  line-height: 1.02;
  display: inline-block;
  margin-bottom: 4px;
}

.d-widget.widget-cookbook .dmc-button-wrap {
  margin-top: 30px;
  margin-bottom: 7px;
}

.d-widget.widget-cookbook .dmc-button-wrap.s-p .dmc-button {
  min-width: 195px;
}

.d-bkr-cookbook-reviews {
  background: #C17A8B;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 56px;
}

.d-bkr-cookbook-reviews .sc-in {
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}

.d-bkr-cookbook-reviews .sc-cnt {
  max-width: 812px;
}

.d-bkr-cb-review {
  padding: 0 20px;
}

.d-bkr-cb-review .dt-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.d-bkr-cb-review .dt-ttl {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  position: relative;
  margin: 24px 0 10px;
  text-transform: lowercase;
  word-wrap: break-word;
}

.d-bkr-cb-review .dt-ttl:before {
  content: "“";
  display: inline-block;
  margin-right: 4px;
}

.d-bkr-cb-review .dt-ttl:after {
  content: "”";
  display: inline-block;
}

.d-bkr-cb-review .dt-desc {
  font-family: "Recoleta Regular", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}

.d-bkr-cb-review .dt-author {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.026em;
  line-height: 1.6666;
  width: calc(100% - 100px);
  max-width: 404px;
}

.d-ss-cookbook-reviews .slick-arrow {
  position: absolute;
  bottom: 14px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

.d-ss-cookbook-reviews .slick-arrow.dmc-icon-arrow-p {
  right: 62px;
}

.d-bkr-nl-block {
  background: #E7C98E;
  padding-top: 40px;
  padding-bottom: 40px;
}

.d-bkr-nl-block .dt-form-code .formkit-field {
  margin-bottom: 22px;
}

.d-bkr-nl-block .dt-form-code .formkit-submit {
  margin-top: 10px;
}

.d-bkr-nl-block .dt-form-code button[data-element=submit] {
  background: #C17A8B;
  color: #FDFDFC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.026em;
  line-height: 2.14285;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  border: 0;
  text-transform: uppercase;
  padding: 13px 20px 12px;
  min-width: 292px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.d-bkr-nl-block .dt-form-code button[data-element=submit]:hover {
  background: #FDFDFC;
  color: #C17A8B;
}

.d-bkr-nl-block .sc-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-bkr-nl-block .d-col-1 {
  width: 100%;
  max-width: 488px;
}

.d-bkr-nl-block .d-col-2 {
  width: 100%;
  max-width: 520px;
}

.d-bkr-nl-block .dt-ttl {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 32px;
  line-height: 1.1375;
  margin: 0 0 22px;
}

.d-bkr-nl-block .dt-content {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7647;
  letter-spacing: 0.026em;
}

.d-bkr-nl-block .dt-content p {
  margin: 0;
}

.d-bkr-nl-block .dt-form-code {
  margin-top: 34px;
  padding-right: 40px;
}

.d-bkr-nl-block .dt-form-code .nl-form-row {
  margin-bottom: 22px;
}

.d-bkr-nl-block .dt-form-code .nl-form-row.nl-submit {
  margin-top: 32px;
}

.d-bkr-nl-block .dt-form-code .nl-form-row:last-child {
  margin-bottom: 0;
}

.d-bkr-nl-block .dt-form-code input[type=email],
.d-bkr-nl-block .dt-form-code input[type=text] {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  border-radius: 25px;
  background: transparent;
  color: #231f20;
  padding: 19px 24px 18px;
  border: 1px solid #231f20;
}

.d-bkr-nl-block .dt-form-code input[type=email]::-webkit-input-placeholder,
.d-bkr-nl-block .dt-form-code input[type=text]::-webkit-input-placeholder {
  color: #231f20;
}

.d-bkr-nl-block .dt-form-code input[type=email]::-moz-placeholder,
.d-bkr-nl-block .dt-form-code input[type=text]::-moz-placeholder {
  color: #231f20;
}

.d-bkr-nl-block .dt-form-code input[type=email]:-ms-input-placeholder,
.d-bkr-nl-block .dt-form-code input[type=text]:-ms-input-placeholder {
  color: #231f20;
}

.d-bkr-nl-block .dt-form-code input[type=email]::-ms-input-placeholder,
.d-bkr-nl-block .dt-form-code input[type=text]::-ms-input-placeholder {
  color: #231f20;
}

.d-bkr-nl-block .dt-form-code input[type=email]::placeholder,
.d-bkr-nl-block .dt-form-code input[type=text]::placeholder {
  color: #231f20;
}

.d-bkr-nl-block .dt-form-code button[type=submit] {
  background: #C17A8B;
  color: #FDFDFC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.026em;
  line-height: 2.14285;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  border: 0;
  text-transform: uppercase;
  padding: 13px 20px 12px;
  min-width: 292px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.d-bkr-nl-block .dt-form-code button[type=submit]:hover {
  background: #FDFDFC;
  color: #C17A8B;
}

.d-bkr-nl-block .dt-agree {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.026em;
  max-width: 276px;
  margin-top: 28px;
}

.d-bkr-nl-block .dt-agree p {
  margin: 0;
}

.d-bkr-tour-block {
  background: #C17A8B;
}

.d-bkr-tour-block .sc-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-bkr-tour-block .d-col-1 {
  width: 100vw;
  height: 100vw;
}

.d-bkr-tour-block .d-col-2 {
  padding: 36px 30px 60px 20px;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.d-bkr-tour-block .d-col-2:hover {
  background: #f9dfd6;
}

.d-bkr-tour-block .dt-content h2 {
  margin: 0 0 20px;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 51px;
  line-height: 1.03921;
  letter-spacing: 0;
  text-transform: lowercase;
  display: inline-block;
  position: relative;
  padding-right: 80px;
}

.d-bkr-tour-block .dt-content h2:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
}

.vc_section.akct_header {
  background: #C17A8B;
}

.vc_section.akct_header .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc_section.akct_header .wpb_column:nth-child(1) {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc_section.akct_header h1 {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 34px;
  line-height: 1.06557;
  text-transform: lowercase;
  margin: 0 0 14px;
}

.vc_section.akct_header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.111em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.vc_section.akct_header .wpb_text_column {
  margin-bottom: 0;
}

.d-bkr-tour-dates {
  background: #F5E7E0;
}

.d-bkr-tour-date {
  padding: 48px 0 68px;
  border-bottom: 3px solid #F0D7CC;
  margin-bottom: 12px;
}

.d-bkr-tour-date .dt-ttl {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 46px;
  line-height: 1.21739;
  text-transform: lowercase;
  margin: 0 0 18px;
}

.d-bkr-tour-date .dt-date {
  font-family: "Recoleta Regular", sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.d-bkr-tour-date .dt-content {
  margin-top: 15px;
}

.d-bkr-tour-date .d-col-2 {
  margin-top: 50px;
}

.d-bkr-tour-date:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.vc_section.akct_order {
  background: #F0D7CC;
  padding-top: 52px;
  padding-bottom: 82px;
}

.vc_section.akct_order .vc_row:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc_section.akct_order .vc_row:nth-child(1) .vc_col-sm-6 {
  width: 100%;
}

.vc_section.akct_order .vc_row:nth-child(2) {
  margin-top: 20px;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
}

.vc_section.akct_order .vc_row:nth-child(2) .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 20px;
}

.vc_section.akct_order h2 {
  text-align: center;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 61px;
  line-height: 1.06557;
  text-transform: lowercase;
  margin: 0;
}

.vc_section.akct_order .wpb_text_column:first-child {
  margin-bottom: 46px;
}

.vc_section.akct_order .wpb_text_column:last-child {
  margin-top: 36px;
  text-align: center;
}

.vc_section.akct_order .wpb_text_column:last-child:after {
  content: "";
  display: block;
  margin: 46px auto 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vc_section.akct_order .dmc-button-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 36%;
}

.vc_section.akct_order .dmc-button-wrap .dmc-button {
  width: 100%;
}

.d-g-m {
  width: 100%;
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

.d-g-p-m {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#cookbook-bar {
  background: #F0D7CC;
  height: 85px;
}

#cookbook-bar .sc-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}

#cookbook-bar .d-pic {
  position: absolute;
  top: 12px;
}

#cookbook-bar .dt-ttl {
  text-transform: lowercase;
  font-family: "Recoleta Bold", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 13px;
  max-width: 150px;
}

#cookbook-bar .dt-tagline {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 7px;
  font-style: italic;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 5px;
}

#cookbook-bar .d-col-1 {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  height: 100%;
}

#cookbook-bar .d-col-3 {
  width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 2px;
}

.dmc-single-post-new {
  padding-top: 36px;
}

.d-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.112em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 34px;
  padding: 8px 10px;
  color: #fff;
  background: #C17A8B;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}

.d-btn:hover {
  color: #C17A8B;
  background: #fff;
}

@media screen and (min-width: 375px) {
  .catnavwrap ul:not(.slick-initialized) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 412px) {
  #cookbook-bar .sc-in {
    gap: 14px;
  }

  #cookbook-bar .dt-ttl {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  #mobile-indicator {
    display: none;
  }

  #announcement-bar .dmc-show-on-mobile {
    display: none;
  }

  .d-g-m,
  .d-g-pad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-bkr-cookbook-reviews .sc-in {
    max-width: 1094px;
  }

  .d-bkr-cookbook-reviews .sc-cnt {
    max-width: 832px;
  }

  .d-bkr-cb-review {
    padding: 0 30px;
  }

  .d-bkr-nl-block .sc-in,
  .vc_section.akc_footer .vc_row:nth-child(1),
  .dmc-bkr-pic-grid .sc-in,
  .vc_section.akc_order .vc_row,
  .vc_section.akc_peek .vc_row,
  .vc_section.akc_balance .vc_row,
  .vc_section.akc_preorder .vc_row,
  .vc_section.akc_header .vc_row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vc_section.akc_order .vc_row:before,
  .vc_section.akc_order .vc_row:after,
  .vc_section.akc_peek .vc_row:before,
  .vc_section.akc_peek .vc_row:after,
  .vc_section.akc_balance .vc_row:before,
  .vc_section.akc_balance .vc_row:after,
  .vc_section.akc_preorder .vc_row:before,
  .vc_section.akc_preorder .vc_row:after,
  .vc_section.akc_header .vc_row:before,
  .vc_section.akc_header .vc_row:after {
    display: none;
  }

  .vc_section.akc_header {
    padding-bottom: 60px;
  }

  .vc_section.akc_header .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .vc_section.akc_header .wpb_column:nth-child(1) {
    padding-right: 0;
    padding-top: 50px;
  }

  .vc_section.akc_header .wpb_column:nth-child(2) {
    padding-top: 58px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .vc_section.akc_preorder {
    padding-bottom: 84px;
  }

  .vc_section.akc_preorder .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .vc_section.akc_preorder .wpb_column:nth-child(1) {
    max-width: 266px;
    padding-top: 58px;
  }

  .vc_section.akc_preorder .wpb_column:nth-child(2) {
    width: calc(100% - 266px);
    padding-top: 60px;
    padding-bottom: 0;
  }

  .vc_section.akc_preorder p {
    line-height: 1.647;
  }

  .vc_section.akc_balance {
    padding-bottom: 94px;
  }

  .vc_section.akc_balance .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .vc_section.akc_balance .wpb_column:nth-child(1) {
    padding-top: 90px;
  }

  .vc_section.akc_balance .wpb_column:nth-child(2) {
    padding-top: 86px;
    padding-bottom: 0;
  }

  .vc_section.akc_balance .wpb_column:nth-child(1) .wpb_text_column:last-child {
    margin-top: 26px;
  }

  .vc_section.akc_peek {
    padding-top: 92px;
  }

  .vc_section.akc_peek .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 580px;
  }

  .vc_section.akc_peek .wpb_column {
    width: 100%;
  }

  .vc_section.akc_order .wpb_column {
    width: 100%;
  }

  .vc_section.akc_order .wpb_column:nth-child(2) {
    max-width: 100%;
  }

  .dmc-bkr-pic-grid .sc-in {
    max-width: 1256px;
  }

  .dmc-bkr-pic-grid .gr-r {
    width: calc((100% - 60px) / 4);
  }

  .d-bkr-nl-block {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .d-bkr-nl-block .dt-ttl {
    font-size: 50px;
  }

  .d-bkr-tour-block .sc-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .d-bkr-tour-block .d-col-1 {
    width: 30.86vw;
    height: auto;
    min-height: 30.86vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .d-bkr-tour-block .d-col-2 {
    padding: 40px 30px;
  }

  .vc_section.akct_header .vc_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vc_section.akct_header .wpb_column:nth-child(1) {
    width: 60.625%;
    padding: 80px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
  }

  .vc_section.akct_header .wpb_column:nth-child(2) {
    width: 39.375%;
  }

  .vc_section.akct_header .wpb_column:nth-child(2) .d-bkr-pic.s-akct-h .d-bkr-pic-in,
  .vc_section.akct_header .wpb_column:nth-child(2) .d-bkr-pic.s-akct-h,
  .vc_section.akct_header .wpb_column:nth-child(2) .wpb_wrapper,
  .vc_section.akct_header .wpb_column:nth-child(2) .vc_column-inner {
    height: 100%;
  }

  .vc_section.akct_header h1 {
    max-width: 340px;
    font-size: 61px;
    margin: 0 0 32px;
  }

  .vc_section.akct_header h2 {
    font-size: 18px;
    margin: 0 0 30px;
  }

  .d-bkr-tour-date {
    padding-top: 78px;
    padding-bottom: 56px;
    margin-bottom: 0;
  }

  .d-bkr-tour-date .dt-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }

  .d-bkr-tour-date .d-col-2 {
    margin-top: 94px;
  }
}

@media screen and (min-width: 801px) {
  .search .alm-ajax .post-item {
    margin-left: 1.8%;
  }

  .search .alm-ajax .post-item:nth-child(3n+1) {
    margin-left: 1.8%;
  }

  .search .alm-ajax .post-item:nth-child(3n-1) {
    margin-left: 0;
  }

  .search .alm-ajax .alm-preloaded .post-item {
    margin-left: 1.3%;
  }

  .blog .blogmain .ajax-load-more-wrap .post-item:nth-child(3n+1),
  .search .alm-ajax .alm-preloaded .post-item:nth-child(2n+1) {
    margin-left: 1.3%;
  }

  /* .blog .blogmain .ajax-load-more-wrap .post-item:nth-child(4n+1) */

  .search .alm-ajax .alm-preloaded .post-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .search .alm-ajax .alm-preloaded .post-item:nth-child(3n-1) {
    margin-left: 1.3%;
  }

  .blog .blogmain .ajax-load-more-wrap .post-item,
  .search .alm-ajax .alm-preloaded .post-item {
    width: 32%;
  }

  .search .alm-ajax .post-item {
    margin-left: 1.3%;
  }

  .search .alm-ajax .post-item:nth-child(3n-1) {
    margin-left: 1.3%;
  }

  .search .alm-ajax .alm-reveal .post-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  #nav-trigger {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  body.dmc-sticky-nav-active {
    padding-top: 124px;
  }

  body.dmc-sticky-nav-active.has-ab {
    padding-top: 164px;
  }

  body.dmc-sticky-nav-active.has-ab #dmc-nav {
    top: 40px;
  }

  body.dmc-sticky-nav-active.has-ab .searchformwrap {
    top: 102px;
  }

  body.dmc-sticky-nav-active.admin-bar.has-ab #dmc-nav {
    top: 72px;
  }

  body.dmc-sticky-nav-active.admin-bar.has-ab .searchformwrap {
    top: 134px;
  }

  body.dmc-sticky-nav-active .searchformwrap {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 1001;
  }

  body.dmc-sticky-nav-active.admin-bar #dmc-nav {
    top: 32px;
  }

  body.dmc-sticky-nav-active.admin-bar .searchformwrap {
    top: 94px;
  }

  body.dmc-sticky-nav-active-animation #dmc-nav .section-inner {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }

  body.dmc-sticky-nav-active #dmc-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  body.dmc-sticky-nav-active #dmc-nav .section-inner {
    height: 62px;
    padding-bottom: 0;
  }

  .d-bkr-cookbook-block {
    padding: 32px 30px 27px;
  }

  .d-bkr-cookbook-block .blk-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
  }

  .d-bkr-cookbook-block .blk-col-1 {
    max-width: 178px;
    margin-bottom: 0;
  }

  .d-bkr-cookbook-block .blk-ttl {
    margin-bottom: 20px;
  }

  .d-bkr-cookbook-block .blk-ttl strong {
    line-height: 1;
  }

  .d-bkr-cookbook-block .blk-desc {
    font-size: 11px;
    line-height: 1.6363;
    margin-bottom: 20px;
  }

  .dmc-button-wrap.s-p .dmc-button {
    min-width: initial;
    padding: 12px 20px 10px;
  }

  .d-g-m,
  .d-g-pad {
    padding-left: 40px;
    padding-right: 40px;
  }

  .d-bkr-cookbook-reviews .sc-in {
    max-width: 1114px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .d-bkr-cookbook-reviews .sc-cnt {
    max-width: 872px;
  }

  .d-bkr-cb-review {
    padding: 0 50px;
  }

  .d-bkr-nl-block .sc-in,
  .vc_section.akc_footer .vc_row:nth-child(1),
  .dmc-bkr-pic-grid .sc-in,
  .vc_section.akc_order .vc_row,
  .vc_section.akc_peek .vc_row,
  .vc_section.akc_balance .vc_row,
  .vc_section.akc_preorder .vc_row,
  .vc_section.akc_header .vc_row {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vc_section.akc_header .vc_row {
    gap: 84px;
  }

  .vc_section.akc_header .wpb_column:nth-child(1) {
    padding-top: 78px;
    max-width: 458px;
  }

  .vc_section.akc_header .wpb_column:nth-child(2) {
    padding-top: 92px;
    max-width: 490px;
  }

  .vc_section.akc_header h1 {
    font-size: 24px;
    line-height: 0.6;
  }

  .vc_section.akc_header h1 strong {
    font-size: 86px;
    line-height: 1;
  }

  .dmc-button-wrap.s-p .dmc-button {
    padding: 12px 25px 10px;
  }

  .vc_section.akc_header .wpb_text_column:nth-child(1) {
    margin-bottom: 46px;
  }

  .vc_section.akc_header .dmc-button-wrap {
    margin-top: 50px;
  }

  .vc_section.akc_header {
    padding-bottom: 80px;
  }

  .vc_section.akc_preorder .vc_row {
    gap: 40px;
  }

  .vc_section.akct_order .vc_row:nth-child(2) .wpb_wrapper,
  .vc_section.akc_preorder .wpb_column:nth-child(2) .wpb_wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vc_section.akct_order .vc_row:nth-child(2) .wpb_wrapper .dmc-button-wrap,
  .vc_section.akc_preorder .wpb_column:nth-child(2) .dmc-button-wrap {
    min-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .vc_section.akc_balance .vc_row {
    gap: 80px;
  }

  .vc_section.akc_balance h2 {
    font-size: 70px;
    line-height: 1.0428;
    margin-bottom: 32px;
  }

  .vc_section.akc_balance h3 {
    font-size: 26px;
    line-height: 1.4615;
  }

  .vc_section.akc_balance .wpb_column:nth-child(1) {
    width: 100%;
    max-width: 504px;
  }

  .vc_section.akc_balance .wpb_column:nth-child(1) .wpb_text_column:first-child {
    max-width: 480px;
  }

  .vc_section.akc_peek .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 1280px;
  }

  .vc_section.akc_peek .wpb_column:nth-child(1) {
    width: calc((100% - 40px) / 2);
    max-width: 520px;
  }

  .vc_section.akc_peek .wpb_column:nth-child(2) {
    width: calc((100% - 40px) / 2);
    max-width: 470px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .vc_section.akc_peek h2 {
    font-size: 80px;
    line-height: 1.125;
    margin-bottom: 32px;
  }

  .vc_section.akc_peek .wpb_column:nth-child(3) {
    margin-top: 50px;
  }

  .d-bkr-cookbook-recipe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .d-bkr-cookbook-recipe .dt-h {
    padding: 42px 40px 54px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }

  .d-bkr-cookbook-recipe .d-pic {
    max-width: 230px;
    margin: 0;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  .d-bkr-cookbook-recipe h3 {
    font-size: 40px;
    line-height: 1.275;
    text-align: left;
    margin-top: 26px;
  }

  .d-bkr-cookbook-recipe .dt-h:before {
    width: calc(100% - 115px);
    height: 100%;
    left: 115px;
  }

  .d-bkr-cookbook-recipes .d-slick-ar {
    width: 42px;
    height: 33px;
    top: 144px;
  }

  .d-bkr-cookbook-recipes .d-slick-ar.ar-prev {
    left: -22px;
  }

  .d-bkr-cookbook-recipes .d-slick-ar.ar-next {
    right: -22px;
  }

  .d-bkr-cookbook-recipes .slick-dots {
    padding: 43px 0 62px;
  }

  .dmc-bkr-pic-grid {
    padding-top: 40px;
    padding-bottom: 46px;
  }

  .dmc-bkr-pic-grid .sc-in {
    gap: 22px;
    max-width: 1282px;
  }

  .dmc-bkr-pic-grid .gr-r {
    width: calc((100% - 66px) / 4);
  }

  .d-bkr-pic-row .d-pic.p4,
  .d-bkr-pic-row .d-pic.p5 {
    display: block;
  }

  .vc_section.akc_footer {
    padding-top: 104px;
  }

  .vc_section.akc_footer h2 {
    font-size: 80px;
    margin-bottom: 32px;
  }

  .d-bkr-nl-block .d-pic {
    height: 100%;
  }

  .d-bkr-nl-block .d-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .d-bkr-cookbook-reviews {
    padding-top: 102px;
  }

  .d-bkr-cb-review .dmc-icon-64.dmc-icon-star {
    width: 33px;
    height: 33px;
  }

  .d-bkr-cb-review .dt-stars {
    gap: 24px;
  }

  .d-bkr-cb-review .dt-ttl {
    font-size: 80px;
    line-height: 1.075;
    margin-top: 60px;
    margin-bottom: 38px;
  }

  .d-bkr-cb-review .dt-ttl:before {
    position: absolute;
    top: 0;
    left: -49px;
  }

  .d-bkr-cb-review .dt-desc {
    font-size: 26px;
    line-height: 1.46;
    margin-bottom: 54px;
  }

  .d-bkr-cb-review .dt-author {
    font-size: 14px;
    line-height: 1.785;
  }

  .d-ss-cookbook-reviews .slick-arrow {
    bottom: initial;
    top: 174px;
    right: -90px;
  }

  .d-ss-cookbook-reviews .dmc-icon-64.dmc-icon-arrow-p {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -35px;
  }

  .d-ss-cookbook-reviews .dmc-icon-64.dmc-icon-arrow-p,
  .d-ss-cookbook-reviews .dmc-icon-64.dmc-icon-arrow-n {
    width: 36px;
    height: 28px;
  }

  .d-bkr-nl-block .sc-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .d-bkr-nl-block .dt-ttl {
    font-size: 80px;
  }

  .d-bkr-tour-block .d-col-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }

  .d-bkr-tour-block .dt-content h2 {
    font-size: 76px;
  }

  .vc_section.akct_header .vc_row {
    max-height: calc(100vh - 124px);
  }

  .vc_section.akct_header .wpb_column:nth-child(1) {
    padding: 120px 40px;
  }

  .vc_section.akct_header .wpb_column:nth-child(1) .vc_column-inner {
    max-width: 524px;
  }

  .vc_section.akct_header h1 {
    font-size: 86px;
    line-height: 1;
    margin-bottom: 46px;
    max-width: 100%;
  }

  .vc_section.akct_header h2 {
    font-size: 24px;
    margin-bottom: 38px;
  }

  .vc_section.akct_order {
    padding-top: 82px;
    padding-bottom: 130px;
  }

  .vc_section.akct_order .vc_row:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vc_section.akct_order h2 {
    font-size: 92px;
    text-align: left;
  }

  .vc_section.akct_order .vc_row:first-child .wpb_column:nth-child(2) {
    padding-top: 40px;
  }

  .vc_section.akct_order .wpb_text_column:first-child {
    margin-bottom: 22px;
  }

  .vc_section.akct_order .wpb_text_column:last-child {
    text-align: left;
    margin-top: 0;
  }

  .vc_section.akct_order .wpb_text_column:last-child:after {
    margin: 50px 0 0;
  }

  .vc_section.akct_order .vc_row:nth-child(2) {
    margin-top: 70px;
  }

  #cookbook-bar {
    height: 96px;
  }

  #cookbook-bar .d-col-1 {
    width: 86px;
  }

  #cookbook-bar .d-col-2 {
    padding-top: 4px;
  }

  #cookbook-bar .d-col-3 {
    width: 138px;
  }

  #cookbook-bar .sc-in {
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }

  #cookbook-bar .dt-ttl {
    font-size: 21px;
    max-width: 100%;
  }

  #cookbook-bar .dt-tagline {
    font-size: 9px;
    margin-top: 6px;
  }

  .dmc-single-post-new {
    padding-top: 0;
  }

  .d-btn {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1135px) {
  .dmc-view-port .dmc-single-post.type-basic .article-inner-inner {
    padding-left: 31px;
  }

  .dmc-view-port .dmc-single-post.type-basic .dmc-single-post-content .not-sidebar {
    margin-right: 30px;
    max-width: calc(100% - 370px - 30px);
  }

  .d-g-m,
  .d-g-pad {
    padding-left: 60px;
    padding-right: 60px;
  }

  .d-bkr-cookbook-reviews .sc-in {
    max-width: 1154px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .d-bkr-nl-block .sc-in,
  .vc_section.akc_footer .vc_row:nth-child(1),
  .vc_section.akc_order .vc_row,
  .vc_section.akc_peek .vc_row,
  .vc_section.akc_balance .vc_row,
  .vc_section.akc_preorder .vc_row,
  .vc_section.akc_header .vc_row {
    padding-left: 60px;
    padding-right: 60px;
  }

  .vc_section.akct_order .dmc-button-wrap.s-p .dmc-button,
  .vc_section.akc_preorder .dmc-button-wrap.s-p .dmc-button {
    padding: 12px 30px 10px;
  }

  .dmc-bkr-polaroid {
    max-width: 386px;
  }

  .dmc-bkr-polaroid .pol-in {
    padding: 30px 22px 20px;
  }

  .vc_section.akc_balance .dmc-bkr-polaroid:nth-child(2) {
    -webkit-transform: translate(78px, -12px) rotate(6deg);
    -ms-transform: translate(78px, -12px) rotate(6deg);
    transform: translate(78px, -12px) rotate(6deg);
  }

  .vc_section.akc_peek .vc_row {
    -webkit-column-gap: 84px;
    -moz-column-gap: 84px;
    column-gap: 84px;
  }

  .vc_section.akc_peek .wpb_column:nth-child(1) {
    width: calc((100% - 84px) / 2);
  }

  .vc_section.akc_peek .wpb_column:nth-child(2) {
    width: calc((100% - 84px) / 2);
  }

  .d-bkr-cookbook-recipe {
    padding-left: 80px;
    padding-right: 70px;
  }

  .d-bkr-cookbook-recipe .dt-h {
    gap: 58px;
    padding-right: 56px;
  }

  .d-bkr-pic-row {
    gap: 32px;
  }

  .d-bkr-pic-row .d-pic {
    max-width: 300px;
  }

  .d-bkr-pic-row .d-pic:nth-child(even) {
    margin-top: 42px;
  }

  .vc_section.akc_footer .vc_row:nth-child(2) {
    padding-bottom: 86px;
  }

  .d-bkr-tour-block .d-col-2 {
    padding-left: 0;
    padding-right: 11%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .d-bkr-tour-block .dt-content {
    max-width: 530px;
  }

  .d-bkr-tour-block .dt-content h2 {
    padding-right: 0;
  }

  .d-bkr-tour-block .dt-content h2:after {
    top: 31px;
    right: -86px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_section.akc_header .vc_row {
    padding-left: 98px;
    padding-right: 150px;
  }

  .d-bkr-nl-block .sc-in,
  .vc_section.akc_footer .vc_row:nth-child(1),
  .vc_section.akc_order .vc_row,
  .vc_section.akc_peek .vc_row,
  .vc_section.akc_balance .vc_row,
  .vc_section.akc_preorder .vc_row {
    padding-left: 94px;
    padding-right: 94px;
  }

  .vc_section.akc_order .vc_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 36px;
  }

  .vc_section.akc_order .wpb_column:nth-child(1) {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 0;
  }

  .vc_section.akc_order .wpb_column:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vc_section.akc_order .wpb_column:nth-child(2) .wpb_wrapper {
    gap: 10px;
  }

  .d-bkr-pic.s-akc-l {
    max-width: 173px;
    width: auto;
  }

  .vc_section.akc_order h2 {
    font-size: 40px;
  }

  .vc_section.akc_order {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .d-ss-cookbook-reviews .slick-arrow {
    right: -222px;
  }

  .d-ss-cookbook-reviews .dmc-icon-64.dmc-icon-arrow-p {
    right: -147px;
  }
}

@media only screen and (min-width: 1720px) {
  .d-bkr-pic-row .d-pic.p6,
  .d-bkr-pic-row .d-pic.p7 {
    display: block;
  }
}

@media only screen and (max-width: 1262px) {
  .single-outer .main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .single-outer .main-row .primary {
    margin-right: 40px;
    max-width: 694px;
    width: calc(92vw - 40px - 360px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .single-outer .main-row .sidebar {
    width: 100%;
    max-width: 360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .single-outer &gt; .wrapper.mainwrap &gt; .section {
    border: 0;
    padding: 0;
  }

  .sharewrap {
    padding: 10px 0 0;
    width: 40px;
  }

  .sharewrap .sharetitle {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .comments-area {
    padding-left: 0;
  }

  .comments-area &gt; * &gt; * {
    width: 100%;
  }

  .d-g-m {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dmc-bkr-ad-banner .sc-in {
    gap: 40px;
  }

  .sharewrap .dmc-sharing .share-label {
    letter-spacing: 0.5px;
    font-size: 10px;
  }

  .wprm-recipe-template-ak-2023 {
    padding: 30px 30px;
  }

  .ak-rcp-h .ak-rh-c1 {
    width: calc(100% - 30px - 170px);
    margin-right: 30px;
  }

  .wprm-recipe-template-ak-2023 .wprm-recipe-notes-container {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .site-footer {
    text-align: center;
  }

  .site-footer .copyright {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .footer-blurb .txtbox .txt1 {
    line-height: 1.3;
  }

  .homeftvideo .posttxtcol {
    width: 31%;
  }

  .catnavouter .wrapper {
    padding: 0 25px;
  }

  .catnavwrap .owl-nav .owl-prev {
    left: 0;
  }

  .catnavwrap .owl-nav .owl-next {
    right: 0;
  }

  .catnavwrap .owl-nav .owl-next,
  .catnavwrap .owl-nav .owl-prev {
    top: 50%;
  }
}

@media only screen and (max-width: 1134px) {
  #pre-landscape-indicator {
    display: block;
  }

  .dmc-bakery-tabs-ak .dmc-tabs-navigation {
    width: 43%;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col {
    margin-right: 30px;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger .nr {
    margin-right: 25px;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger {
    margin-bottom: 30px;
  }

  .dmc-bakery-tab-ak-posts .data-title-holder {
    margin-top: 25px;
  }

  #dmc-single-post .shopthispost .stp-product {
    width: 100px;
  }

  #dmc-single-post .shopthispost .stp-product img {
    max-width: 100px !important;
  }

  .dmc-convert-kit-form .section-title-holder {
    text-align: center;
    margin-right: 0;
    max-width: 100%;
  }

  .dmc-convert-kit-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-convert-kit-form .section-form {
    margin-top: 16px;
  }

  .dmc-convert-kit-form .formkit-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-convert-kit-form .formkit-fields .formkit-field.dmc-margin-right {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .dmc-convert-kit-form .dmc-full-width {
    text-align: center;
  }

  .dmc-convert-kit-form .dmc-checkbox-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-convert-kit-form .dmc-checkbox-row label {
    text-align: left;
  }

  .dmc-padding-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .taxonomy-header-row &gt; .dmc-col-1 {
    padding-right: 40px;
  }

  .taxonomy-header-row &gt; .dmc-col-2 {
    padding-left: 40px;
  }

  .dmc-single-post.type-basic .article-inner-inner {
    padding-left: 0;
    border-left: 0;
  }

  .dmc-post-newsletter &gt; .section-inner .section-inner-inner,
  .dmc-dymt-section &gt; .section-inner {
    margin-left: 0;
  }

  .ak-rcp-h .ak-rh-c1 {
    width: calc(100% - 30px - 140px);
  }

  .ak-rcp-h .ak-rh-c2 {
    max-width: 140px;
  }

  .ak-rcp-b .wprm-recipe-link {
    padding: 10px 20px 8px;
  }

  .ak-rcp-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ak-rcp-f &gt; div:nth-child(2) {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .ak-rcp-f &gt; div:nth-child(2) .wprm-recipe-nutrition-header {
    padding-left: 0;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #bfbebc;
  }

  .ak-rcp-f &gt; div:nth-child(2) .wprm-recipe-nutrition-header:before {
    display: none;
  }

  .ak-rcp-f &gt; div:nth-child(2) .wprm-nutrition-label-container {
    border-left: 0;
    padding-left: 0;
  }

  .wprm-recipe-template-ak-2023 .wprm-nutrition-label-container {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  #dmc-nav .dmc-col-2 {
    margin-left: 40px;
  }

  #dmc-nav .dmc-col-1 {
    max-width: 190px;
  }
}

@media only screen and (max-width: 1024px) {
  .gform_wrapper li.gfield.gf_titletxt {
    width: 20%;
  }

  .nl-signup .btn {
    padding: 18px 14px 16px;
  }

  .sharewrap .essb_links {
    margin: 0 !important;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-notes-container,
  .single-outer .wprm-recipe .wprm-recipe-notes-container,
  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container,
  .single-outer .wprm-recipe .wprm-recipe-nutrition-container,
  .single-outer .easyrecipe .wprm-recipe-nutrition-container,
  .single-outer .easyrecipe .nutrition,
  .single-outer .easyrecipe .ERSNotesDiv {
    width: 100% !important;
    padding: 0;
    float: none;
    border-right: none !important;
    border-left: none !important;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-nutrition-container,
  .single-outer .wprm-recipe .wprm-recipe-nutrition-container {
    padding-left: 0 !important;
    margin-top: 30px;
  }

  .single-outer .easyrecipe .nutrition {
    border-top: 1px solid #bfbebc;
    padding-top: 40px;
  }

  .single-outer .easyrecipe .ERSInstructions {
    padding-bottom: 10px;
  }

  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }

  .nutrition-title {
    padding-top: 40px !important;
    border-top: 1px solid #bfbebc;
  }
}

@media only screen and (max-width: 1023px) {
  #pre-tablet-indicator {
    display: block;
  }

  .dmc-bakery-ak-heading .data-title {
    font-size: 1.7em;
  }

  .dmc-bakery-tabs-ak .dmc-tabs-navigation {
    position: relative;
    top: initial;
    width: auto;
    max-width: 100%;
    right: initial;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-bakery-tabs-ak .dmc-tab-label {
    max-width: 280px;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-list-col {
    display: none;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col {
    margin: 0 auto;
  }

  .dmc-hover-tabs .dmc-content-tab {
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: auto;
  }

  .dmc-bakery-tabs-ak {
    margin-bottom: 80px;
  }

  .sharewrap {
    width: 100%;
    padding: 10px 20px;
    top: 60px;
    bottom: initial;
    background: #fff;
  }

  body.admin-bar .sharewrap {
    top: 132px;
  }

  body.single-post {
    padding-top: 98px;
  }

  .sharewrap .dmc-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sharewrap .dmc-sharing .share-label {
    margin-right: 20px;
  }

  .sharewrap .dmc-sharing ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .sharewrap .dmc-sharing li {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .sharewrap .dmc-sharing li:last-child {
    margin-right: 0;
  }

  body .footer-blurb .section {
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
  }

  body .footer-blurb .imgbox {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  body .footer-blurb .txtbox {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .single-outer .main-row .primary {
    margin-right: 20px;
    width: calc(92vw - 20px - 300px);
  }

  .single-outer .main-row .sidebar {
    max-width: 300px;
  }

  .adthrive-device-tablet .sidebar .adthrive-sidebar &gt; div {
    padding: 0 !important;
  }

  .single-outer .wprm-recipe,
  .single-outer .easyrecipe {
    padding: 20px !important;
  }

  body.has-ab .sharewrap {
    top: calc(60px + 40px);
  }

  body.has-ab.single-post {
    padding-top: calc(98px + 40px);
  }

  body.has-ab {
    padding-top: 100px;
  }

  body.has-ab #dmc-nav {
    top: 40px;
  }

  body.has-ab .searchformwrap {
    top: 100px;
  }

  body {
    padding-top: 60px;
  }

  #dmc-nav .dmc-col-1 {
    max-width: 255px;
  }

  #dmc-nav .dmc-col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-left: 0;
  }

  #dmc-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  #dmc-nav .section-inner {
    height: 60px;
    padding-bottom: 0;
  }

  .searchformwrap {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1001;
  }

  body.admin-bar #dmc-nav {
    top: 46px;
  }

  body.admin-bar .searchformwrap {
    top: 102px;
  }

  #dmc-nav .searchtogwrap {
    border: none;
    padding: 10px 0 0;
    margin: 0;
  }

  #dmc-nav .dmc-col-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
  }

  #dmc-nav .dmc-col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }

  #responsive-indicator-1024 {
    display: none;
  }

  .dmc-padding-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  #dmc-nav .dmc-social-accounts {
    display: none;
  }

  #dmc-nav .menu-header {
    display: none;
  }

  .posts-feed-shop .dmc-single-post {
    width: calc((100% - 32px) / 3);
  }

  .posts-feed-shop .dmc-single-post:nth-child(4n) {
    margin-right: 16px;
  }

  .posts-feed-shop .dmc-single-post:nth-child(3n) {
    margin-right: 0;
  }

  .taxonomy-header-row &gt; .dmc-col-1 {
    min-width: 180px;
  }

  .taxonomy-header-row &gt; .dmc-col-2 {
    width: auto;
  }

  .dmc-bakery-heading.style-archive-title {
    margin-top: 20px;
  }

  .dmc-single-post.type-basic .dmc-single-post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 594px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .dmc-single-post.type-basic .dmc-single-post-header &gt; .dmc-col-1 {
    max-width: 100%;
    margin: 40px 0 0;
  }

  .dmc-single-post.type-basic .dmc-single-post-content .not-sidebar {
    max-width: calc(100% - 300px - 20px);
    margin-right: 20px;
  }

  .dmc-single-post.type-basic .dmc-single-post-content .sidebar {
    max-width: 300px;
  }

  .dmc-dymt-section &gt; .section-inner {
    max-width: 100%;
  }

  .dmc-post-newsletter &gt; .section-inner .section-inner-inner {
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-single-post.type-basic .dmc-single-post-header .post-title {
    font-size: 1.75em;
  }

  .dmc-single-post .wprm-recipe,
  .single-outer .wprm-recipe,
  .single-outer .easyrecipe {
    padding: 20px !important;
  }

  .ak-rcp-h .ak-rh-c1 {
    width: 100%;
    margin-right: 0;
  }

  .ak-rcp-h .ak-rh-c2 {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  .headerright &gt; * {
    display: none !important;
  }

  .headerright {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header .searchtogwrap {
    margin: 0 !important;
  }

  .header .searchtogwrap {
    display: inline-block !important;
    padding: 0 2.5%;
    border-left: none;
    border-right: none;
    margin-right: 20px;
    margin-top: -2px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-blurb .txtbox {
    font-size: 0.9em;
  }

  .homeftvideo .posttxtcol,
  .homeftvideo .section .videocol {
    width: 100%;
  }

  .homeftvideo .section .videocol {
    margin-bottom: 30px;
  }

  .is-sticky + .searchformwrap {
    top: 55px;
  }

  .footer-blurb .txtbox {
    font-size: 1em;
  }

  body .is-sticky + .searchformwrap {
    top: 95px;
  }
}

@media only screen and (max-width: 900px) {
  .home-ambitious-popular .mostpopular,
  .home-ambitious-popular .ambitious {
    padding: 0 0 30px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .home-ambitious-popular .hsl-title:first-of-type {
    margin-top: 0 !important;
  }

  .home-ambitious-popular .hsl-titles {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    clear: none;
  }

  .home-ambitious-popular {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .homeftvideo .scripttxt {
    font-size: 2em;
    margin: -15px auto 0;
  }

  .home-ambitious-popular .hsl-title h2 {
    text-align: center;
    padding-left: 0;
  }

  .home-ambitious-popular .home-ambitious-toggle {
    position: relative;
    margin: 0 auto;
    right: auto;
    width: 100%;
    max-width: 400px;
  }

  .footer-blurb .txtbox,
  .footer-blurb .imgbox {
    width: 100%;
    text-align: center;
  }

  .footer-blurb .imgbox {
    margin-bottom: 25px;
  }

  .nl-signup .gf_titletxt {
    display: table-caption !important;
    text-align: center;
    margin-bottom: 25px;
  }

  .nl-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 18px 15px;
  }

  .cat-favorite h2 {
    font-size: 1.4em;
  }

  .single-outer .header-row h1 {
    font-size: 1.75em;
  }

  .hsl-image {
    display: none;
    visibility: hidden;
  }

  .hsl-image * {
    display: none;
    visibility: hidden;
  }

  body .showonmobile {
    display: block !important;
    visibility: visible;
  }

  .home-ambitious-popular .hsl-title {
    width: 100% !important;
    display: block;
  }

  .home-ambitious-popular .owl-item {
    background: #fff;
  }

  .home-ambitious-popular .hsl-title span {
    display: none !important;
  }

  .home-ambitious-popular .hsl-titles {
    text-align: center;
  }

  .home-ambitious-popular .hsl-titles .cats {
    font-family: "Biko", serif;
    font-size: 0.55em;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-ambitious-popular .hsl-titles .cats a {
    padding-top: 0 !important;
    display: inline-block;
    width: auto;
  }

  .home-ambitious-popular .hsl-titles .cats:before {
    content: " ";
    width: 135px;
    height: 1px;
    background-color: #bfbebc;
    display: table;
    margin: 20px auto;
  }

  .home-ambitious-popular .hsl-titles .owl-dot:first-child {
    border: none !important;
  }

  .home-ambitious-popular .hsl-titles .owl-dots {
    margin-top: 40px;
  }

  .home-ambitious-popular .hsl-titles .hslimgwrap {
    margin-bottom: 25px;
  }

  .home-ambitious-popular .hsl-titles .hslimgwrap img {
    min-height: 100%;
    width: 100%;
    height: auto;
  }

  .home-ambitious-popular .hsl-titles .owl-dot {
    border-left: 1px solid #bfbebc;
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    font-size: 0.55em;
  }

  .recipe-sidebar {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    border-right: none;
    margin-bottom: 30px;
  }

  .recipe-sidebar .script-title {
    text-align: left;
    font-size: 0;
    position: relative;
  }

  .recipe-sidebar .script-title:before {
    content: "search by";
    background: #f6f5f2;
    font-size: 40px;
    position: relative;
    z-index: 2;
    padding: 0 30px 0 5px;
  }

  .recipe-sidebar .script-title:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #231f20;
    width: 100%;
    height: 1px;
    content: " ";
  }

  .recipe-sidebar .filterwrap .facetwp-facet {
    position: absolute;
    background: #fff;
    display: none;
    width: 100%;
    z-index: 2;
  }

  .recipeindexintro p:last-child {
    margin-bottom: 10px;
  }

  .filter-list {
    width: 100%;
  }

  .recipe-sidebar .filter-toggler {
    margin-bottom: 0;
  }

  .recipe-sidebar .filter-toggler::after {
    right: 15px;
  }

  .recipe-sidebar .filterwrap {
    width: 47.6%;
    margin: 20px 0.8%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative;
    margin-bottom: 0 !important;
  }

  .single-outer .header-row h2.post-title {
    font-size: 1.75em;
  }

  .page-template-template_recipeindex-php .searchandfilter &gt; ul &gt; li {
    width: 49%;
    text-align: left;
  }

  .page-template-template_recipeindex-php .searchandfilter &gt; ul &gt; li &gt; h4 {
    margin: 0;
  }

  .page-template-template_recipeindex-php .searchandfilter ul li.sf-field-taxonomy-mealtypes,
  .page-template-template_recipeindex-php .searchandfilter ul li.sf-field-taxonomy-season {
    float: left;
    clear: both;
  }

  .page-template-template_recipeindex-php .searchandfilter ul li.sf-field-taxonomy-diettypes,
  .page-template-template_recipeindex-php .searchandfilter ul li.sf-field-taxonomy-ingredients {
    float: right;
  }

  .page-template-template_recipeindex-php .filter-list {
    margin-top: 20px;
    float: none;
    clear: both;
  }

  .page-template-template_recipeindex-php .filter-list:after,
  .page-template-template_recipeindex-php .recipe-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }

  .footer-blurb .imgbox {
    width: 61%;
  }

  .footer-blurb .txtbox {
    width: 36.5%;
    text-align: left;
  }
}

@media only screen and (max-width: 800px) {
  .home .homerecent .post-list.four-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .blogmain .ajax-load-more-wrap .post-item,
  .four-grid.post-list .post-item,
  .home .homerecent .post-list.four-grid .post-item,
  .home .ft-post-list .post-list.four-grid .post-item .home .homerecent .post-list .post-item,
  .home .ft-post-list .post-list .post-item {
    width: 48.3%;
    margin-left: 1.8% !important;
    margin-right: 0 !important;
  }

  .blogmain .ajax-load-more-wrap .post-item:nth-child(odd),
  .four-grid.post-list .post-item:nth-child(odd),
  .home .homerecent .post-list.four-grid .post-item:nth-child(odd),
  .home .ft-post-list .post-list.four-grid .post-item .home .homerecent .post-list .post-item:nth-child(odd),
  .home .ft-post-list .post-list .post-item:nth-child(odd) {
    margin-left: 0 !important;
  }

  .home .homerecent .post-list.four-grid .post-item {
    width: 100% !important;
    margin-left: 0 !important;
    max-width: none !important;
  }

  .latest-cats-title,
  .home-features-title,
  .home-toggles-title {
    font-size: 1.8em;
  }

  .home-toggles-title {
    margin-bottom: 25px;
  }

  .home-ambitious-popular .hsl-title a {
    padding-top: 20px;
  }

  .home-ambitious-popular .owl-dot {
    font-size: 0.55em;
  }

  .latest-cat-tabs .owl-dot {
    margin: 10px 5px;
    font-size: 0.5em;
  }

  .single-outer .comment-form-wprm-rating {
    width: 100%;
    text-align: left;
    padding-top: 15px;
  }

  #commentform .form-submit input {
    margin: 15px auto 0;
  }

  .section.default-content {
    display: block;
  }

  html body.search-results .blogmain .ajax-load-more-wrap .post-item {
    margin-left: 1.25% !important;
    margin-right: 1.25% !important;
    width: 45% !important;
  }

  .homerecent .post-list .post-item {
    margin: 20px auto;
  }

  .homerecent .post-item,
  .latest-post-list .post-item,
  .errorlist .post-item {
    max-width: 273px;
  }

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

@media only screen and (max-width: 768px) {
  .cat-favorite .txtcol,
  .cat-favorite .imgcol {
    width: 100%;
    max-width: 603px;
    margin: 10px auto;
    float: none;
  }

  .single-outer .header-row .imgcol,
  .single-outer .header-row .txtcol {
    width: 100%;
    margin: 10px auto;
    max-width: 594px;
    float: none;
  }

  .single-outer .header-row .imgcol img {
    float: none;
  }

  .dmc-single-post.content-feed-1 {
    width: calc((100% - 22px) / 2);
    margin-right: 22px !important;
  }

  .dmc-single-post.content-feed-1:nth-child(2n) {
    margin-right: 0 !important;
  }

  .dmc-bakery-video-row .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-bakery-video-row .flex-wrapper .dmc-col-1 {
    padding-top: 40px;
    max-width: 100%;
    margin-right: 0;
  }

  .dmc-bakery-video-row .section-title {
    font-size: 2em;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .shopthepost-widget .stp-outer {
    max-width: 100vw !important;
  }

  .dmc-bakery-tab-ak-posts .data-title {
    font-size: 1em;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots {
    margin-top: 30px;
  }

  body.single-post {
    padding-top: 94px;
  }

  .sharewrap {
    top: 56px;
  }

  .about-section .col1 {
    float: none;
  }

  .about-section .col1.imgcol {
    width: 100%;
    max-width: 582px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section .col2 {
    float: none;
    width: 100%;
  }

  .about-section.about-intro .col2 {
    margin-top: 15px !important;
  }

  .about-third.about-section,
  .about-second.about-section {
    margin-bottom: 0;
  }

  .about-section .col1.txtcol {
    width: 100%;
  }

  .about-section .col2 .dmc-image-wrapper {
    max-width: 458px;
    margin: 0 auto;
  }

  .about-section .txtblock {
    width: 100%;
  }

  .dmc-single-post.content-feed-1 {
    width: calc((100% - 12px) / 2);
    margin-right: 12px !important;
    margin-bottom: 40px;
  }

  .dmc-single-post.content-feed-1:nth-child(2n) {
    margin-right: 0 !important;
  }

  .dmc-single-post.content-feed-1 .data-title {
    font-size: 0.95em;
  }

  #commentform &gt; input {
    width: 100%;
  }

  #announcement-bar .announcement-bar-content.style-m-f-12 {
    font-size: 12px;
  }

  #announcement-bar .announcement-bar-content.style-m-f-15 {
    font-size: 15px;
  }

  #announcement-bar .dmc-hide-on-mobile {
    display: none;
  }

  body.has-ab.single-post {
    padding-top: calc(94px + 40px);
  }

  body.has-ab .sharewrap {
    top: calc(56px + 40px);
  }

  body.has-ab .searchformwrap {
    top: 96px;
  }

  body.has-ab {
    padding-top: 96px;
  }

  body {
    padding-top: 56px;
  }

  #dmc-nav .dmc-col-1 {
    max-width: 200px;
  }

  #dmc-nav .section-inner {
    height: 56px;
  }

  .searchformwrap {
    top: 56px;
  }

  .d-g-m {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .dmc-bakery-heading .dmc-bakery-heading-title {
    font-size: 1.3em;
  }

  .dmc-single-post.content-shop-card .dt-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .posts-feed-shop .dmc-single-post {
    width: calc((100% - 16px) / 2);
  }

  .posts-feed-shop .dmc-single-post:nth-child(3n) {
    margin-right: 16px;
  }

  .posts-feed-shop .dmc-single-post:nth-child(2n) {
    margin-right: 0;
  }

  .dmc-bakery-heading.style-archive-title .dmc-bakery-heading-title {
    font-size: 40px;
  }

  .dmc-bakery-heading {
    margin-bottom: 30px;
  }

  .dmc-bakery-heading.style-taxonomy-title {
    margin-top: 30px;
  }

  .posts-feed-shop {
    padding-top: 50px;
  }

  .also-list {
    max-width: 572px;
    margin: 0 auto;
  }

  .also-list .also-list-item {
    width: calc((100% - 14px) / 2);
  }

  .also-list .also-list-item:nth-child(2n) {
    margin-right: 0;
  }

  .also-list .data-title {
    font-size: 18px;
  }

  .dmc-taxonomy-description {
    padding-right: 0;
    padding-left: 0;
  }

  .taxonomy-header-row {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .taxonomy-header-row &gt; .dmc-col-1 {
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .taxonomy-header-row .dmc-bakery-heading.style-archive-title {
    margin-bottom: 0;
  }

  .taxonomy-header-row &gt; .dmc-col-2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .taxonomy-header-row .dmc-taxonomy-description,
  .taxonomy-header-row .dmc-bakery-heading.style-archive-title {
    text-align: center;
  }

  .dmc-ig-wrapper #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
    width: 25%;
  }

  .dmc-ig-wrapper {
    padding-bottom: 50%;
  }

  .dmc-single-post.type-basic .dmc-single-post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-single-post.type-basic .dmc-single-post-content .not-sidebar {
    margin-right: 0;
    max-width: 100%;
  }

  .dmc-single-post.type-basic .dmc-single-post-content .sidebar {
    max-width: 370px;
    margin-bottom: 40px;
  }

  .dmc-dymt-section &gt; .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .dmc-post-newsletter &gt; .section-inner .section-inner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-post-newsletter &gt; .section-inner .dmc-col-1 {
    margin-right: 0;
  }

  .dmc-post-newsletter .section-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 18px;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-post-newsletter .section-content {
    text-align: center;
  }

  .dmc-post-newsletter .dmc-hide-on-mobile {
    display: none;
  }

  .dmc-post-newsletter .dmc-show-on-mobile {
    display: block;
  }

  .dmc-post-newsletter {
    padding-bottom: 10px;
  }

  .dmc-single-post .wprm-recipe .wprm-btn {
    padding: 9px 22px !important;
  }

  .vc_row.ebooks-feed {
    margin-top: 40px;
  }

  .dmc-bakery-heading .dmc-bakery-tagline:not(div) {
    font-size: 0.7em;
  }

  .wpb_text_column.page-description {
    font-size: 16px;
    margin: 20px auto 0;
  }

  .vc_row.ebooks-feed .wpb_wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .dmc-bkr-ebook-i {
    width: calc((100% - 32px) / 2);
    margin: 0 8px 40px;
  }

  .f-f-ttl {
    font-size: 0.95em;
  }

  .dmc-bkr-ebook-i .dt-content {
    font-size: 16px;
    line-height: 1.5;
  }

  .wprm-recipe-template-ak-2023 .wprm-rating-star.wprm-rating-star-1 {
    margin-left: -4px;
  }

  .wprm-recipe-template-ak-2023 .wprm-rating-star {
    padding: 0 4px;
  }

  .wprm-recipe-template-ak-2023 .wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    margin-left: 16px;
  }

  .wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-block-container-columns {
    width: 50%;
  }

  .wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-block-container-columns:nth-child(2n) {
    border-right: 0;
  }

  .wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-block-container-columns:nth-child(2),
  .wprm-recipe-template-ak-2023 .wprm-recipe-details-container-columns .wprm-recipe-block-container-columns:nth-child(1) {
    border-bottom: 1px solid #bfbebc;
  }

  .dmc-bkr-ad-banner .sc-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-bkr-ad-banner .d-col-2 {
    max-width: 100%;
  }

  .d-popup .d-col.col-i {
    display: none;
  }

  .d-popup .d-col {
    width: 100%;
  }

  .vc_section.akct_header p {
    font-size: 15px;
    line-height: 1.7;
  }

  .vc_section.akct_header .d-bkr-pic.s-akct-h .d-pic {
    padding-bottom: 65%;
  }

  .vc_section.akct_header .d-bkr-pic.s-akct-h .d-pic img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .vc_section.akct_header .wpb_column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .vc_section.akct_header .wpb_column:nth-child(2) .wpb_wrapper,
  .vc_section.akct_header .wpb_column:nth-child(2) .vc_column-inner {
    height: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .signup-divider {
    display: none !important;
    visibility: hidden !important;
  }

  .home-ft-links a {
    width: 48%;
    margin: 3% 0.3%;
    max-width: 280px;
  }

  .nl-signup .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 3px;
    display: inline-block !important;
  }

  .nl-signup li.gf_list_inline.checkboxes li {
    width: 46% !important;
    display: inline-block !important;
  }

  .nl-signup .gform_wrapper ul li.gfield {
    width: 100% !important;
    display: table !important;
    padding-right: 0 !important;
  }

  .nl-signup .ginput_container_radio,
  .nl-signup .ginput_container_checkbox {
    text-align: center;
  }

  .nl-signup .btnwrap {
    text-align: center !important;
  }

  .nl-signup .btnwrap .btn {
    margin: 20px auto 0;
  }

  .nl-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    text-align: center;
  }

  .cattitlesection .page-title {
    font-size: 2em;
    line-height: 1.4;
  }

  .single-outer .header-row .txtcol,
  .single-outer .header-row .imgcol,
  .cat-favorite .txtcol,
  .cat-favorite .imgcol {
    width: 100%;
    margin: 10px auto;
  }

  .single-outer .header-row .txtcol .cats {
    margin-top: 22px;
  }

  .about-fourth h2 {
    margin-top: 0;
  }

  .about-third.about-section,
  .about-second.about-section {
    margin-bottom: 0;
  }

  .site-footer .ftlink {
    width: 100%;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    border: none;
  }

  .gform_wrapper .policynote ul.gfield_checkbox li label {
    width: 100% !important;
    max-width: none !important;
  }

  .recipetimes {
    font-size: 0.6em;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-topleft,
  .single-outer .wprm-recipe .wprm-topleft,
  .single-outer .easyrecipe .wprm-topleft {
    width: 100%;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple,
  .single-outer .wprm-recipe,
  .single-outer .easyrecipe {
    padding: 26px !important;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions-container,
  .single-outer .wprm-recipe .wprm-recipe-instructions-container,
  .single-outer .easyrecipe .wprm-recipe-instructions-container {
    padding-bottom: 0;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-instructions-container .wprm-recipe-header,
  .single-outer .wprm-recipe .wprm-recipe-instructions-container .wprm-recipe-header,
  .single-outer .easyrecipe .wprm-recipe-instructions-container .wprm-recipe-header {
    padding-top: 25px;
    margin-top: 25px;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container &gt; * span.wprm-recipe-details-name,
  .single-outer .wprm-recipe .wprm-recipe-times-container &gt; * span.wprm-recipe-details-name,
  .single-outer .easyrecipe .wprm-recipe-times-container &gt; * span.wprm-recipe-details-name {
    font-size: 0.846em !important;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-name,
  .single-outer .wprm-recipe .wprm-recipe-name,
  .dmc-single-post .wprm-recipe.wprm-recipe-simple .ERSName,
  .single-outer .wprm-recipe .ERSName,
  .single-outer .easyrecipe .wprm-recipe-name,
  .single-outer .easyrecipe .ERSName {
    font-size: 1.2em;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-image-container,
  .single-outer .wprm-recipe .wprm-recipe-image-container,
  .single-outer .easyrecipe .wprm-recipe-image-container {
    display: none;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container,
  .single-outer .wprm-recipe .wprm-recipe-times-container,
  .single-outer .easyrecipe .wprm-recipe-times-container {
    font-size: 0.55em;
  }

  .searchmain .search-input {
    width: 230px;
    font-size: 0.85em;
  }

  .searchmain .searchclose {
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin: 11px 20px 0 0;
  }

  #sticky-wrapper:not(.is-sticky) + .searchformwrap {
    margin-top: -50px;
  }

  .site-footer .menu-footer {
    margin-left: 0;
  }

  .category-popular .popular-list h2,
  .post-list h2 {
    font-size: 1.05em;
  }

  .category-popular .popular-list &gt; *,
  .post-list .post-item {
    width: 31.5%;
  }

  .about-section .col1,
  .about-section .col2 {
    width: 100% !important;
    margin: 15px auto !important;
  }

  .single-outer &gt; .wrapper.mainwrap &gt; .section {
    border-left: none;
    padding-left: 0;
  }

  .single-outer .main-row .sidebar p {
    font-size: 0.8em;
  }

  .shoppostlist .shoppost {
    width: 48%;
  }

  #commentform &gt; input:nth-child(3),
  #commentform .ratingwrap {
    width: 100% !important;
  }

  .headerwrap .sharewrap {
    position: relative;
    width: 100%;
    display: none;
    bottom: auto;
  }

  .is-sticky .headerwrap .sharewrap {
    display: block;
  }

  .single-post #ajax-load-more .sharewrap {
    display: none;
  }

  .sharewrap li a {
    padding: 0 15px !important;
  }

  .sharewrap {
    background: #fff;
  }

  .sharewrap {
    display: none;
  }

  #sticky-wrapper:not(.is-sticky) + .searchformwrap {
    margin-top: -73px;
  }

  .home-ft-links a {
    max-width: 277px;
  }

  .alm-listing {
    max-width: 578px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 670px) {
  .sidebar {
    display: none;
  }

  .sidebarmobile .sidebar {
    display: block;
  }

  .single-outer .main-row .primary {
    float: none;
    width: 100%;
  }

  .comment-reply-title {
    text-align: center;
  }

  .sidebar .widget-area &gt; *:not(.sidefeature-posts),
  .sidebar .widget-area &gt; *:not(.sidefeature-posts) *,
  .single-outer .main-row .sidebar .widget-area &gt; *:not(.sidefeature-posts),
  .single-outer .main-row .sidebar .widget-area &gt; *:not(.sidefeature-posts) * {
    display: none;
    visibility: hidden;
  }

  .sidefeature-posts .btn {
    width: 100%;
    text-align: center;
    padding: 20px 24px 18px;
  }

  .sidefeature-posts .favs-list ul li a {
    padding: 20px 0;
  }

  .comments-area &gt; * &gt; * {
    width: 100%;
  }

  .comments-area {
    padding-left: 0;
  }

  .single-outer .main-row .sidebar {
    width: 100%;
    float: none;
    max-width: none;
    margin: 50px auto 0;
    overflow-x: hidden;
  }

  .single-outer .widesection,
  .single-outer .easyrecipe {
    width: 100%;
    margin-left: 0;
    padding: 9% !important;
  }

  .dmc-single-post .shopthispost,
  .single-outer .shopthispost {
    padding: 50px 3% 60px;
  }

  .dmc-single-post .shopthispost .shopthepost-widget,
  .single-outer .shopthispost .shopthepost-widget {
    max-width: 300px;
  }

  .cattitlesection.hasdesc .cattitle-wrap .section &gt; * {
    width: 100% !important;
    text-align: center;
  }

  .cattitlesection.hasdesc .cattitle-wrap .cat-description {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    border-left: none;
  }

  .shopthepost-widget .stp-inner {
    margin-left: 0 !important;
    padding-left: 25px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .comment-list &gt; li &gt; ul &gt; li {
    margin-left: 0;
  }

  .single-outer .main-row .primary {
    margin-right: 0;
  }

  .dmc-single-post .shopthispost .shopthepost-widget,
  .single-outer .shopthispost .shopthepost-widget {
    margin: 0 auto;
  }

  .sidefeature-posts {
    max-width: 370px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container &gt; *,
  .single-outer .wprm-recipe .wprm-recipe-times-container &gt; *,
  .single-outer .easyrecipe .wprm-recipe-times-container &gt; * {
    width: 50%;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-times-container &gt; *:nth-of-type(3n+0),
  .single-outer .wprm-recipe .wprm-recipe-times-container &gt; *:nth-of-type(3n+0) {
    border-left: 0;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-notes-container + .wprm-recipe-nutrition-container,
  .single-outer .wprm-recipe .wprm-recipe-notes-container + .wprm-recipe-nutrition-container,
  .single-outer .easyrecipe .wprm-recipe-notes-container + .wprm-recipe-nutrition-container {
    padding-bottom: 20px;
  }

  .filter-list .post-item,
  .shoppostlist .shoppost {
    width: 48.94%;
  }

  .shoppostlist .alm-reveal &gt; .shoppost {
    margin-right: 2.12%;
  }

  .shoppostlist .alm-reveal &gt; .shoppost:nth-child(2n) {
    margin-right: 0;
  }

  .shoppostlist .alm-listing &gt; .shoppost {
    margin-right: 2.12%;
  }

  .shoppostlist .alm-listing &gt; .shoppost:nth-child(2n+1) {
    margin-right: 0;
  }

  /*2.12%*/

  .filter-list .post-item:nth-child(3n+1) {
    margin-left: 2.12%;
  }

  .filter-list .post-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .search-filter-results {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter-list .post-item {
    max-width: 273px;
  }

  .dmc-single-post .wprm-recipe .wprm-recipe-times-container &gt; div:nth-child(3) {
    margin-top: -1px;
  }

  .dmc-single-post .wprm-recipe .wprm-recipe-times-container &gt; div:nth-child(4) {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 640px) {
  .wprm-recipe-simple .wprm-recipe-image-container,
  .rtl .wprm-recipe-simple .wprm-recipe-image-container {
    float: none;
  }

  .wprm-recipe-simple .wprm-recipe-details-name,
  .rtl .wprm-recipe-simple .wprm-recipe-details-name {
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .home-ambitious-popular .hsl-title h2 {
    font-size: 1em;
  }

  .home-ambitious-popular .hsl-title span {
    font-size: 0.65em;
  }

  .home-ft-links a .txt {
    display: none;
  }

  .nl-signup .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
    max-width: 100%;
    display: table;
  }

  .blogmain .wrapper {
    width: 98%;
  }

  .post-list .post-item {
    width: 48%;
    margin: 20px 1%;
  }

  .post-list .post-item h2 {
    font-size: 0.95em;
  }

  .category-popular .popular-list .post-item {
    width: 31%;
  }

  .homerecent {
    padding-bottom: 30px;
  }

  .homerecent .post-list .post-item {
    margin: 20px auto;
  }

  .ft-post-list .post-list .post-item,
  .category-popular .popular-list a {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }

  .homerecent .post-list .post-item {
    width: 31.5%;
  }

  .homerecent .post-list .post-item .cats {
    font-size: 0.45em;
  }

  .homerecent .post-list .post-item .cats:before {
    margin: 14px auto;
    width: 100%;
  }

  .comment-content &gt; * {
    font-size: 0.85em;
  }

  .footer-blurb .imgbox .txtoverlay {
    font-size: 1.4em;
  }

  .ft-post-list {
    padding-bottom: 40px;
  }

  .comment-content &gt; * {
    font-size: 1em;
  }

  #wpadminbar {
    top: -46px;
  }

  body.admin-bar #dmc-nav {
    top: 46px;
  }

  body.admin-bar .searchformwrap {
    top: 102px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 500px) {
  input#input_2_2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 440px) {
  .shoppostlist .shoppost {
    width: 100%;
    margin: 20px auto;
  }

  .home-ambitious-popular .owl-dot {
    padding: 6px 14px;
  }

  #nav-trigger {
    height: 24px;
    margin-top: 9px;
  }
}

@media only screen and (max-width: 425px) {
  .single-outer .wprm-recipe .wprm-btn {
    padding: 9px 20px !important;
  }
}

@media screen and (max-width: 375px) {
  .dmc-single-post .wprm-recipe.wprm-recipe-simple .wprm-recipe-rating-details,
  .single-outer .wprm-recipe .wprm-recipe-rating-details,
  .single-outer .easyrecipe .wprm-recipe-rating-details {
    margin-left: 5px;
  }

  .dmc-single-post .wprm-recipe.wprm-recipe-simple,
  .single-outer .wprm-recipe,
  .single-outer .easyrecipe {
    padding: 15px !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .dmc-ig-wrapper #sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item {
    width: 16.6666666667%;
  }

  .dmc-ig-wrapper #sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item:nth-child(n+7) {
    display: none;
  }

  .dmc-ig-wrapper {
    padding-bottom: 16.6666666667%;
  }
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    background: rgba(255, 255, 255, 0);
  }

  .featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.9);
  }

  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: transparent;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    background: transparent;
    color: #000;
    border: none;
    padding: 0;
  }

  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    border: none;
  }

  .featherlight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print {
  #body-wrap &gt; *:not(.post-recipe) {
    display: none;
  }

  #body-wrap .recipe-2col &gt; * {
    width: 100%;
    float: none !important;
    margin-top: 50px;
  }

  #body-wrap .recipe-2col .post-recipe-title {
    margin-bottom: 30px;
  }

  #body-wrap .recipe-2col .print-share {
    display: none;
  }

  #body-wrap .recipe-meta,
  #body-wrap .post-recipe-img {
    display: none;
  }

  #body-wrap .recipe-2col .post-recipe-title {
    float: none;
    width: 100%;
  }

  #body-wrap .recipe-2col .instruction-steps .ingr-title,
  #body-wrap .recipe-2col .ingredients .ingr-title {
    text-align: left;
    font-size: 1.25em;
  }

  #body-wrap .recipe-2col .instruction-steps,
  #body-wrap .recipe-2col .ingredients {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
  }

  #body-wrap .page-title {
    font-size: 1.7em;
  }

  #body-wrap .recipe-2col .instruction-steps ul li {
    line-height: 1.5;
    margin-top: 15px;
  }
}</pre></body></html>