@charset "UTF-8";

/*
Theme Name: Emilie Eats
Author: Dan Miller Coding
Author URI: https://danmillercoding.com/
Description: Custom theme for Emilie Eats
Version: 5.8.0
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;
}

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

/**
DMC RESET

@version 1.0
 */

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  position: relative;
  font-size: 1em;
  color: #000;
  overflow-x: hidden;
}

textarea,
input[type=url],
input[type=email],
input[type=number],
button,
input[type=submit],
input[type=text] {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0 !important;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  background: transparent;
}

textarea,
input[type=url],
input[type=email],
button,
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

p {
  margin: 0;
}

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

ol {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  font-size: 1em;
}

/**
DMC GENERAL

@version 1.0
 */

.dmc-clear {
  clear: both;
}

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

#mobile-indicator {
  display: none;
}

#tablet-indicator {
  display: none;
}

#pre-tablet-indicator {
  display: none;
}

#landscape-indicator {
  display: none;
}

#pre-landscape-indicator {
  display: none;
}

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

iframe {
  max-width: 100%;
  display: block;
}

.dmc-post-editor iframe {
  display: inline-block;
}

.wp-caption {
  max-width: 100%;
  width: auto !important;
}

input:focus::-webkit-input-placeholder {
  font-size: 0;
}

input:focus:-moz-placeholder {
  font-size: 0;
}

input:focus::-moz-placeholder {
  font-size: 0;
}

input:focus:-ms-input-placeholder {
  font-size: 0;
}

textarea:focus::-webkit-input-placeholder {
  font-size: 0;
}

textarea:focus:-moz-placeholder {
  font-size: 0;
}

textarea:focus::-moz-placeholder {
  font-size: 0;
}

textarea:focus:-ms-input-placeholder {
  font-size: 0;
}

img.alignleft {
  display: block;
  float: left;
}

img.alignright {
  display: block;
  float: right;
}

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

img.alignnone {
  display: block;
}

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

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

.featured-media iframe {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  outline: 0;
}

body .vc_column_container > .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-selector {
  position: relative;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-selector.open .dmc-selector-label:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.dmc-selector .dmc-selector-label {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-selector .dmc-selector-label:after {
  content: "V";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dmc-selector .dmc-selector-window {
  position: absolute;
  background: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  z-index: 100;
}

.dmc-selector .dmc-selector-option {
  background: #ffffff;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.dmc-selector .dmc-selector-option:hover {
  background: #f9f9f9;
}

.dmc-selector .dmc-selector-option.active {
  background: #eeeeee;
}

.dmc-selector input {
  display: none;
}

.dmc-cf-selector input {
  display: none;
}

.dmc-hide {
  display: none !important;
}

.dmc-vimeo-container {
  position: relative;
  padding-bottom: 56.2%;
}

.dmc-vimeo-container.already-played .dmc-vimeo-btn {
  display: none !important;
}

.dmc-vimeo-container.playing .dmc-vimeo-play {
  display: none;
}

.dmc-vimeo-container.playing:hover .dmc-vimeo-pause {
  display: block;
}

.dmc-vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:not(.dmc-touch) .dmc-vimeo-container .dmc-vimeo-btn:hover {
  opacity: 0.7;
}

.dmc-vimeo-container .dmc-vimeo-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.dmc-vimeo-container .dmc-vimeo-pause {
  display: none;
}

.dmc-body-inner .yikes-easy-mc-form label.label-inline {
  float: none;
  width: 100%;
  padding: 0;
}

.dmc-body-inner .yikes-easy-mc-form .field-no-label,
.dmc-body-inner .yikes-easy-mc-form label {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

.dmc-body-inner .yikes-easy-mc-form input[type=email] {
  padding: 10px 6px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid black;
}

.dmc-body-inner .yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
  margin-bottom: 0;
}

.dmc-body-inner .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  display: inline-block;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: auto;
}

.yikes-mailchimp-container .edit-link {
  display: none;
}

.yikes-mailchimp-container .yikes-easy-mc-error-message {
  color: #c0392b;
}

.yikes-mailchimp-container .yikes-easy-mc-success-message {
  color: #000;
}

.yikes-mailchimp-container .yikes-easy-mc-error-message,
.yikes-mailchimp-container .yikes-easy-mc-success-message {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form div.wpcf7-response-output {
  padding: 4px;
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 13px;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form input.wpcf7-not-valid {
  border-color: #c0392b;
  border-width: 2px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  color: #c0392b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}

html.dmc-lock-scroll body,
html.dmc-lock-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

/**
DMC THEME BUILDER

@version 1.0
 */

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 10;
  background-repeat: no-repeat;
}

.dmc-bakery-banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-banner .dmc-bakery-banner-inner {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

.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;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger {
  padding: 0;
  border: 0;
  background: none;
  display: block;
  outline: 0;
  cursor: pointer;
  height: 22px;
  width: 30px;
  position: relative;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger span:nth-child(1) {
  top: 0;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger span:nth-child(3) {
  bottom: 0;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger.dmc-open span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: burger-top-open 0.25s ease-in-out normal;
  animation: burger-top-open 0.25s ease-in-out normal;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger.dmc-open span:nth-child(2) {
  opacity: 1;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger.dmc-open span:nth-child(3) {
  bottom: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: burger-bot-open 0.25s ease-in-out normal;
  animation: burger-bot-open 0.25s ease-in-out normal;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger.dmc-closed span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-animation: burger-top-close 0.25s ease-in-out normal;
  animation: burger-top-close 0.25s ease-in-out normal;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger.dmc-closed span:nth-child(2) {
  opacity: 0;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger.dmc-closed span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  -webkit-animation: burger-bot-close 0.25s ease-in-out normal;
  animation: burger-bot-close 0.25s ease-in-out normal;
}

@-webkit-keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@-webkit-keyframes burger-bot-close {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  70% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }
}

@keyframes burger-bot-close {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  70% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }
}

@-webkit-keyframes burger-top-open {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes burger-top-open {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  70% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes burger-bot-open {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }

  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  70% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes burger-bot-open {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }

  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  70% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(0deg);
    transform: translateY(50%) rotate(0deg);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

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

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

.dmc-button-wrap .dmc-button {
  display: inline-block;
  text-align: center;
  outline: 0;
  cursor: pointer;
}

.dmc-button-wrap .dmc-button.dmc-disabled {
  cursor: not-allowed;
}

.loader-type-button {
  cursor: pointer;
}

.dmc-ig-wrapper {
  position: relative;
}

.dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram .sbi_photo {
  height: 0 !important;
  padding-bottom: 100%;
}

.dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
  width: 16.6666666667%;
  margin-right: 0 !important;
}

.dmc-ig-wrapper.dmc_ig_style_6_col.dmc_ig_spacing_4.sbi_col_6 #sbi_images .sbi_item {
  width: calc(16.6666666667% - 3.3333333333px);
  margin-right: 4px !important;
}

.dmc-ig-wrapper.dmc_ig_style_6_col.dmc_ig_spacing_4.sbi_col_6 #sbi_images .sbi_item:nth-child(6n) {
  margin-right: 0 !important;
}

.dmc-ig-wrapper.dmc_ig_style_6_col.dmc_ig_spacing_4.sbi_col_6 #sbi_images .sbi_item:nth-child(n+7) {
  margin-top: 4px !important;
}

.dmc-ig-wrapper.dmc_ig_style_6_col.dmc_ig_spacing_4 #sbi_images .sbi_item:last-child {
  margin-right: 0 !important;
}

.dmc_post_feed_style_1 .dmc-single-post-inner {
  display: block;
  position: relative;
}

.dmc_post_feed_style_1 .dmc-single-post-inner:hover .data-center {
  opacity: 1;
}

.dmc_post_feed_style_1 .dmc-single-post-inner .data-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  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;
  opacity: 0;
}

.dmc_post_feed_style_2 .dmc-single-post-inner {
  display: block;
}

.dmc-menu-wrapper a {
  cursor: pointer;
}

.dmc-menu-wrapper.style-horizontal .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dmc-menu-wrapper.style-vertical .menu {
  display: block;
}

.dmc-menu-wrapper.dmc-menu-expanders .sub-menu {
  display: none;
}

.dmc-menu-wrapper.style-dropdown li.menu-item-has-children {
  position: relative;
}

.dmc-menu-wrapper.style-dropdown li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.dmc-menu-wrapper.style-dropdown .sub-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 200px;
  z-index: 100;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li {
  text-align: center;
  padding: 8px 20px;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li a {
  display: inline-block;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li:first-child {
  padding-top: 58px;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li:last-child {
  padding-bottom: 23px;
}

.dmc-menu-wrapper.style-dropup li.menu-item-has-children {
  position: relative;
}

.dmc-menu-wrapper.style-dropup li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.dmc-menu-wrapper.style-dropup .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  width: 190px;
  z-index: 100;
}

.dmc-menu-wrapper.style-dropup .sub-menu li {
  padding: 8px 20px;
}

.dmc-menu-wrapper.style-dropup .sub-menu li:first-child {
  padding-top: 23px;
}

.dmc-menu-wrapper.style-dropup .sub-menu li:last-child {
  padding-bottom: 58px;
}

.dmc-menu-wrapper.style-dropup .sub-menu li a {
  display: inline-block;
}

.vc_toggle {
  margin: 0 !important;
  padding: 0 !important;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.vc_toggle.vc_toggle_size_md .vc_toggle_content {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_toggle.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
  visibility: visible !important;
}

.dmc-vimeo-container .dmc-vimeo-btn {
  font-style: normal;
}

.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-post-editor ol {
  padding-left: 20px;
}

.dmc-bakery-slider {
  overflow: hidden;
}

.dmc-bakery-slider .slick-track,
.dmc-bakery-slider .slick-list {
  height: 100%;
}

.dmc-bakery-slider .dmc-slick-item {
  height: 100%;
  position: relative;
}

.dmc-bakery-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.dmc-bakery-slider .slick-dots li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.dmc-bakery-slider .slick-dots li:last-child {
  margin-right: 0;
}

.dmc-bakery-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.dmc-empty-image {
  display: block;
  background: #7f8c8d;
  margin: 0 auto;
  padding-bottom: 100%;
}

.dmc-image-holder.has-dmc-pin-it {
  position: relative;
}

.dmc-image-holder.has-dmc-pin-it img {
  position: relative;
  z-index: 10;
}

.dmc-image-holder.has-dmc-pin-it:hover .dmc-pinterest-pin {
  display: block;
}

.dmc-pinterest-pin {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 11;
}

.dmc-image-holder.has-dmc-pin-it:hover img,
.dmc-content-pin-it img.dmc-pin-it-hover {
  opacity: 0.75;
}

.dmc-expander.open .dmc-expander-label-holder .dmc-expander-label:after {
  content: "-";
}

.dmc-expander .dmc-expander-label-holder .dmc-expander-label {
  cursor: pointer;
}

.dmc-expander .dmc-expander-label-holder .dmc-expander-label:after {
  content: "+";
}

.dmc-expander .dmc-expander-window {
  display: none;
}

.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-popups {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 2000;
}

#dmc-popups .dmc-popups-inner {
  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%;
}

#dmc-popups .dmc-popup {
  display: none;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  position: relative;
}

/**
DMC SASS

@version 1.0
 */

@font-face {
  font-family: Theme Name Glyphs;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Futura Book;
  src: url("fonts/futura-std-book.eot");
  src: url("fonts/futura-std-book.eot?#iefix") format("embedded-opentype"), url("fonts/futura-std-book.woff") format("woff"), url("fonts/futura-std-book.woff2") format("woff2"), url("fonts/futura-std-book.ttf") format("truetype"), url("fonts/futura-std-book.svg#futura-std-book") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Futura Bold;
  src: url("fonts/futura-std-bold.eot");
  src: url("fonts/futura-std-bold.eot?#iefix") format("embedded-opentype"), url("fonts/futura-std-bold.woff") format("woff"), url("fonts/futura-std-bold.woff2") format("woff2"), url("fonts/futura-std-bold.ttf") format("truetype"), url("fonts/futura-std-bold.svg#futura-std-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url("fonts/recoleta.eot");
  src: url("fonts/recoleta.eot?#iefix") format("embedded-opentype"), url("fonts/recoleta.woff") format("woff"), url("fonts/recoleta.woff2") format("woff2"), url("fonts/recoleta.ttf") format("truetype"), url("fonts/recoleta.svg#recoleta") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Recoleta Bold;
  src: url("fonts/recoleta-bold.eot");
  src: url("fonts/recoleta-bold.eot?#iefix") format("embedded-opentype"), url("fonts/recoleta-bold.woff") format("woff"), url("fonts/recoleta-bold.woff2") format("woff2"), url("fonts/recoleta-bold.ttf") format("truetype"), url("fonts/recoleta-bold.svg#recoleta-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Recoleta SemiBold;
  src: url("fonts/recoleta-semi-bold.eot");
  src: url("fonts/recoleta-semi-bold.eot?#iefix") format("embedded-opentype"), url("fonts/recoleta-semi-bold.woff") format("woff"), url("fonts/recoleta-semi-bold.woff2") format("woff2"), url("fonts/recoleta-semi-bold.ttf") format("truetype"), url("fonts/recoleta-semi-bold.svg#recoleta-semi-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Smooth Stone;
  src: url("fonts/smooth-stone-regular.eot");
  src: url("fonts/smooth-stone-regular.eot?#iefix") format("embedded-opentype"), url("fonts/smooth-stone-regular.woff") format("woff"), url("fonts/smooth-stone-regular.woff2") format("woff2"), url("fonts/smooth-stone-regular.ttf") format("truetype"), url("fonts/smooth-stone-regular.svg#smooth-stone-regular") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.limited-width-1366,
.wpb_text_column.limited-width-1366,
body .vc_row.limited-width-1366,
body .vc_section.limited-width-1366 {
  max-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.limited-width-1366-p-30,
.dmc-header-row-4 .dmc-header-row-inner,
.dmc-header-row-1 .dmc-header-row-inner,
.wpb_text_column.limited-width-1366-p-30,
body .vc_row.limited-width-1366-p-30,
body .vc_section.limited-width-1366-p-30 {
  max-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-1200-p-30,
.dmc-bakery-featured-logos .dmc-bakery-featured-logos-inner,
.dmc-single-post-wrapper,
.wpb_text_column.limited-width-1200-p-30,
body .vc_row.limited-width-1200-p-30,
body .vc_section.limited-width-1200-p-30 {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-960-p-30,
.wpb_text_column.limited-width-960-p-30,
body .vc_row.limited-width-960-p-30,
body .vc_section.limited-width-960-p-30 {
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-620-p-30,
.wpb_text_column.limited-width-620-p-30,
body .vc_row.limited-width-620-p-30,
body .vc_section.limited-width-620-p-30 {
  max-width: 620px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-480-p-30,
.wpb_text_column.limited-width-480-p-30,
body .vc_row.limited-width-480-p-30,
body .vc_section.limited-width-480-p-30 {
  max-width: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: #fff;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700;
}

a {
  color: #231f20;
}

.dmc-kartra-form button,
#dmc-comments .form-submit .submit,
.yikes-easy-mc-submit-button,
.dmc_pfa_main_trigger,
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-button-wrap .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-bakery-slider .slick-dots button {
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.dmc-icon-wrap-cart .dmc-woo-cart-nr {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dmc-empty-image,
.dmc-image-holder img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

body {
  color: #231f20;
}

a {
  color: #231f20;
}

a:hover {
  color: #B7D6D2;
}

.dmc-icon-theme {
  font-family: "Theme Name Glyphs", sans-serif;
}

.dmc-icon-theme.dmc-icon-search:before {
  content: "\e900";
}

.dmc-icon-theme.dmc-icon-facebook:before {
  content: "\e901";
}

.dmc-icon-theme.dmc-icon-twitter:before {
  content: "\e905";
}

.dmc-icon-theme.dmc-icon-instagram:before {
  content: "\e902";
}

.dmc-icon-theme.dmc-icon-pinterest:before {
  content: "\e904";
}

.dmc-icon-theme.dmc-icon-email:before {
  content: "\e903";
}

.dmc-icon-hamburger span {
  background: #231f20;
}

.dmc-icon-hamburger-wrap .dmc-icon-hamburger {
  width: 36px;
  height: 20px;
}

.disabled-input,
textarea,
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=text],
input[type=email] {
  color: #231f20;
  width: 100%;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.disabled-input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #231f20;
}

.disabled-input::-moz-placeholder,
textarea::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #231f20;
}

.disabled-input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #231f20;
}

.disabled-input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #231f20;
}

.disabled-input::placeholder,
textarea::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #231f20;
}

.disabled-input,
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=text],
input[type=email] {
  border: 0;
  outline: 0;
}

input[type=submit] {
  cursor: pointer;
}

fieldset {
  border: 1px solid #231f20;
  margin: 18px 0;
}

fieldset legend {
  padding: 0 10px;
}

.dmc-button-wrap.style-2 .dmc-button,
.dmc-button-wrap.style-1 .dmc-button {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 12px;
  padding-bottom: 11px;
  position: relative;
  text-decoration: none;
}

.dmc-button-wrap.style-2 .dmc-button:before,
.dmc-button-wrap.style-1 .dmc-button:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #231f20;
}

.dmc-button-wrap .dmc-button {
  display: inline-block;
  text-align: center;
  outline: 0;
  cursor: pointer;
}

.dmc-selector {
  color: #231f20;
}

.dmc-selector .dmc-selector-label {
  padding: 10px 10px;
}

.dmc-selector .dmc-selector-window {
  background: #B7D6D2;
}

.dmc-selector .dmc-selector-option {
  background: #B7D6D2;
}

.dmc-selector .dmc-selector-option:hover {
  background: #B7D6D2;
}

.dmc-selector .dmc-selector-option.active {
  background: #B7D6D2;
}

.date-picker-wrapper {
  padding: 0 !important;
  border: 1px solid #231f20;
  background: #fff;
  color: #231f20;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.05em;
}

.date-picker-wrapper .month-wrapper {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 6px 10px 6px;
}

.date-picker-wrapper .month-wrapper table .week-name {
  font-size: 0.9em;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background: #B7D6D2 !important;
}

.date-picker-wrapper .month-wrapper table .day.hovering {
  background: #B7D6D2 !important;
}

.date-picker-wrapper .month-wrapper table .day.last-date-selected,
.date-picker-wrapper .month-wrapper table .day.first-date-selected,
.date-picker-wrapper .month-wrapper table .day.checked {
  background: #231f20 !important;
  color: #fff !important;
}

.dmc-logo-type-main {
  padding: 36px 150px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-logo-type-main img {
  max-height: 50px;
  width: auto;
}

.dmc-icon-wrap-cart {
  position: relative;
}

.dmc-icon-wrap-cart:hover .dmc-icon {
  color: #B7D6D2 !important;
}

.dmc-icon-wrap-cart:hover .dmc-woo-cart-nr {
  background: #B7D6D2;
}

.dmc-icon-wrap-cart .dmc-woo-cart-nr {
  font-size: 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #fff;
  top: -4px;
  right: -7px;
  color: #231f20;
  text-align: center;
  border-radius: 100px;
  position: absolute;
}

.dmc-icon-wrap-cart .dmc-woo-cart-nr.dmc_active {
  background: #231f20;
  color: #fff;
}

.dmc-header-row-4,
.dmc-header-row-1 {
  color: #fff;
  background: #231f20;
  height: 50px;
}

.dmc-header-row-4 a,
.dmc-header-row-1 a {
  color: #fff;
}

.dmc-header-row-4 a:hover,
.dmc-header-row-1 a:hover {
  color: #B7D6D2;
}

.dmc-header-row-4 .dmc-header-row-inner,
.dmc-header-row-1 .dmc-header-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-header-row-4 .dmc-header-row-inner > .dmc-col-1,
.dmc-header-row-1 .dmc-header-row-inner > .dmc-col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dmc-header-row-4 .dmc-header-row-inner > .dmc-col-2,
.dmc-header-row-1 .dmc-header-row-inner > .dmc-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dmc-header-row-4 .dmc-header-row-inner > .dmc-col-3,
.dmc-header-row-1 .dmc-header-row-inner > .dmc-col-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form {
  width: 100px;
  margin: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form .dmc-search-input-wrap,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form .dmc-search-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form .dmc-icon-search,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form .dmc-icon-search {
  font-size: 18px;
  margin-right: 6px;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form.dmc-expanded,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form.dmc-expanded {
  width: 200px;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form input[type=text],
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form input[type=text] {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  border: 0;
  padding-left: 4px;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form input[type=text]::-webkit-input-placeholder,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form input[type=text]::-moz-placeholder,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form input[type=text]::-moz-placeholder {
  color: #fff;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form input[type=text]:-ms-input-placeholder,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form input[type=text]:-ms-input-placeholder {
  color: #fff;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form input[type=text]::-ms-input-placeholder,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form input[type=text]::-ms-input-placeholder {
  color: #fff;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form input[type=text]::placeholder,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form input[type=text]::placeholder {
  color: #fff;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-search-form i,
.dmc-header-row-1 .dmc-header-row-inner .dmc-search-form i {
  display: block;
}

.dmc-header-row-4 .dmc-header-row-inner .dmc-menu-wrapper,
.dmc-header-row-1 .dmc-header-row-inner .dmc-menu-wrapper {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dmc-header-row-4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  opacity: 0;
}

body.dashboard-admin .dmc-header-row-4 {
  top: 32px;
}

body.dmc-sticky-nav .dmc-header-row-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 0s ease-in-out 0s;
  transition: transform 0.2s ease-in-out, opacity 0s ease-in-out 0s;
  transition: transform 0.2s ease-in-out, opacity 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out;
}

.dmc-header-row-4 .dmc-logo {
  margin-bottom: 6px;
}

.dmc-header-row-4 .dmc-custom-menu .dmc-sub-menu {
  background: #231f20;
}

.dmc-header-row-4 .dmc-custom-menu .dmc-sub-menu .dmc-sub-menu-inner > .dmc-col-2 {
  border-color: #1b1718;
}

.dmc-header-row-4 .dmc-icon-hamburger-wrap {
  display: none;
}

.dmc-header-row-1 .dmc-header-row-inner > .dmc-col-1 > a {
  margin-top: 2px;
}

.dmc-header-row-1 .dmc-menu-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-header-row-1 .dmc-menu-wrapper li:after {
  content: "·";
  display: block;
  margin: 0 18px;
}

.dmc-header-row-1 .dmc-menu-wrapper li:last-child:after {
  display: none;
}

.dmc-header-row-1 .dmc-social-accounts {
  margin-right: 33px;
}

.dmc-header-row-1 .dmc-social-accounts .dmc-icon-social {
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 13.5px;
}

.dmc-header-row-1 .dmc-social-accounts .links-wrapper a {
  margin-right: 20px;
}

.dmc-header-row-1 .dmc-social-accounts .links-wrapper a:last-child {
  margin-right: 0;
}

.dmc-header-row-2 .dmc-header-row-inner {
  text-align: center;
}

.dmc-custom-menu .dmc-custom-menu-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

.dmc-custom-menu .dmc-custom-menu-inner > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.dmc-custom-menu .dmc-custom-menu-inner > li:after {
  content: "·";
  display: block;
  margin: 0 18px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dmc-custom-menu .dmc-custom-menu-inner > li:last-child:after {
  display: none;
}

.dmc-custom-menu .dmc-custom-menu-inner > li:hover .dmc-sub-menu,
.dmc-custom-menu .dmc-custom-menu-inner > li.open .dmc-sub-menu {
  display: block;
}

.dmc-custom-menu .dmc-custom-menu-inner > li > a {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dmc-custom-menu .dmc-sub-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
}

.dmc-custom-menu .dmc-sub-menu .dmc-social-accounts ul,
.dmc-custom-menu .dmc-sub-menu .sub-menu-list {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dmc-custom-menu .dmc-sub-menu .dmc-social-accounts ul li,
.dmc-custom-menu .dmc-sub-menu .sub-menu-list li {
  margin-bottom: 19px;
}

.dmc-custom-menu .dmc-sub-menu .dmc-social-accounts ul li:last-child,
.dmc-custom-menu .dmc-sub-menu .sub-menu-list li:last-child {
  margin-bottom: 0;
}

.dmc-custom-menu .dmc-sub-menu .dmc-sub-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 60px 37px 56px;
}

.dmc-custom-menu .dmc-sub-menu .dmc-sub-menu-inner > .dmc-col-1 {
  width: 216px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-custom-menu .dmc-sub-menu .dmc-sub-menu-inner > .dmc-col-2 {
  border-left: 1px solid #c3d2d1;
  padding-left: 50px;
  width: 665px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-custom-menu .dmc-sub-menu .dmc-parent-item {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 34px;
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 22px;
  text-transform: lowercase;
}

.dmc-custom-menu .dmc-sub-menu .sub-box-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Smooth Stone", sans-serif;
  font-size: 29px;
}

.dmc-custom-menu .dmc-sub-menu .sub-box-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-header-row-3 .dmc-custom-menu .dmc-custom-menu-inner > li:nth-child(1) .dmc-col-1 li:last-child {
  font-family: "Futura Bold", sans-serif;
}

.sticky-menu-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
}

.sticky-menu-newsletter .dmc-col-1 {
  width: 380px;
}

.sticky-menu-newsletter .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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 5px;
}

.sticky-menu-newsletter .data-title {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.sticky-menu-newsletter .dmc-kartra-form {
  margin-top: 17px;
}

.sticky-menu-newsletter .dmc-kartra-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text],
.sticky-menu-newsletter .dmc-kartra-form input[type=email] {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 9px 20px 5px;
  background: #fff;
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text]::-webkit-input-placeholder,
.sticky-menu-newsletter .dmc-kartra-form input[type=email]::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text]::-moz-placeholder,
.sticky-menu-newsletter .dmc-kartra-form input[type=email]::-moz-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text]:-ms-input-placeholder,
.sticky-menu-newsletter .dmc-kartra-form input[type=email]:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text]::-ms-input-placeholder,
.sticky-menu-newsletter .dmc-kartra-form input[type=email]::-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text]::placeholder,
.sticky-menu-newsletter .dmc-kartra-form input[type=email]::placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.sticky-menu-newsletter .dmc-kartra-form input[type=email] {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sticky-menu-newsletter .dmc-kartra-form input[type=text] {
  max-width: 130px;
  margin-right: 10px;
}

.sticky-menu-newsletter .dmc-kartra-form button {
  margin-top: 30px;
  color: #fff;
  font-family: "Smooth Stone", sans-serif;
  font-size: 29px;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-form .dmc-cf-row {
  width: 100%;
  margin-bottom: 20px;
}

.wpcf7-form .dmc-cf-textarea {
  position: relative;
}

.wpcf7-form .dmc-cf-submit {
  position: relative;
  margin: 0;
  width: auto;
  text-align: right;
}

.wpcf7-form .dmc-cf-submit .ajax-loader {
  position: absolute;
  top: 3px;
  right: -16px;
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form.yikes-mailchimp-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form input[type=email] {
  width: 355px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 9px 0 5px 20px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  border: 0;
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form input[type=email]::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form input[type=email]::-moz-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form input[type=email]:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form input[type=email]::-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form input[type=email]::placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: 1px solid #231f20;
  margin-left: 30px;
}

.dmc-body-inner .dmc-mc-form .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
  color: #a4917d;
}

.dmc-kartra-form button {
  cursor: pointer;
}

.dmc-kartra-form.style-3 form,
.dmc-kartra-form.style-2 form,
.dmc-kartra-form.style-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-kartra-form.style-3 input[type=text],
.dmc-kartra-form.style-3 input[type=email],
.dmc-kartra-form.style-2 input[type=text],
.dmc-kartra-form.style-2 input[type=email],
.dmc-kartra-form.style-1 input[type=text],
.dmc-kartra-form.style-1 input[type=email] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px 5px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
}

.dmc-kartra-form.style-3 input[type=text]::-webkit-input-placeholder,
.dmc-kartra-form.style-3 input[type=email]::-webkit-input-placeholder,
.dmc-kartra-form.style-2 input[type=text]::-webkit-input-placeholder,
.dmc-kartra-form.style-2 input[type=email]::-webkit-input-placeholder,
.dmc-kartra-form.style-1 input[type=text]::-webkit-input-placeholder,
.dmc-kartra-form.style-1 input[type=email]::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-kartra-form.style-3 input[type=text]::-moz-placeholder,
.dmc-kartra-form.style-3 input[type=email]::-moz-placeholder,
.dmc-kartra-form.style-2 input[type=text]::-moz-placeholder,
.dmc-kartra-form.style-2 input[type=email]::-moz-placeholder,
.dmc-kartra-form.style-1 input[type=text]::-moz-placeholder,
.dmc-kartra-form.style-1 input[type=email]::-moz-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-kartra-form.style-3 input[type=text]:-ms-input-placeholder,
.dmc-kartra-form.style-3 input[type=email]:-ms-input-placeholder,
.dmc-kartra-form.style-2 input[type=text]:-ms-input-placeholder,
.dmc-kartra-form.style-2 input[type=email]:-ms-input-placeholder,
.dmc-kartra-form.style-1 input[type=text]:-ms-input-placeholder,
.dmc-kartra-form.style-1 input[type=email]:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-kartra-form.style-3 input[type=text]::-ms-input-placeholder,
.dmc-kartra-form.style-3 input[type=email]::-ms-input-placeholder,
.dmc-kartra-form.style-2 input[type=text]::-ms-input-placeholder,
.dmc-kartra-form.style-2 input[type=email]::-ms-input-placeholder,
.dmc-kartra-form.style-1 input[type=text]::-ms-input-placeholder,
.dmc-kartra-form.style-1 input[type=email]::-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-kartra-form.style-3 input[type=text]::placeholder,
.dmc-kartra-form.style-3 input[type=email]::placeholder,
.dmc-kartra-form.style-2 input[type=text]::placeholder,
.dmc-kartra-form.style-2 input[type=email]::placeholder,
.dmc-kartra-form.style-1 input[type=text]::placeholder,
.dmc-kartra-form.style-1 input[type=email]::placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-kartra-form.style-3 button,
.dmc-kartra-form.style-2 button,
.dmc-kartra-form.style-1 button {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: 1px solid #231f20;
  margin-left: 20px;
}

.dmc-kartra-form.style-3 button:hover,
.dmc-kartra-form.style-2 button:hover,
.dmc-kartra-form.style-1 button:hover {
  color: #a4917d;
}

.dmc-kartra-form.style-3 input[type=text],
.dmc-kartra-form.style-2 input[type=text],
.dmc-kartra-form.style-1 input[type=text] {
  max-width: 130px;
  margin-right: 10px;
}

.dmc-kartra-form.style-3,
.dmc-kartra-form.style-1 {
  width: 100%;
  max-width: 500px;
}

.dmc-kartra-form.style-3 input[type=text],
.dmc-kartra-form.style-3 input[type=email],
.dmc-kartra-form.style-1 input[type=text],
.dmc-kartra-form.style-1 input[type=email] {
  background: #fff;
  border: 0;
}

.dmc-kartra-form.style-2 input[type=text],
.dmc-kartra-form.style-2 input[type=email] {
  text-align: center;
  border: 1px solid #231f20;
  padding-top: 4px;
  padding-bottom: 2px;
}

.dmc-kartra-form.style-3 button {
  margin-left: 24px;
}

.dmc-kartra-form .dmc-kartra-message {
  text-align: center;
  font-family: "Futura Book", sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

#dmc-mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
  height: calc(100vh - 70px);
  max-width: 350px;
  width: calc(100% - 50px);
  background: #231f20;
  z-index: 1000;
  color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}

body.dmc-mobile-menu-open #dmc-mobile-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#dmc-mobile-menu a {
  color: #fff;
}

#dmc-mobile-menu .dmc-mobile-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#dmc-mobile-menu .dmc-mobile-menu-inner-flex {
  width: 100%;
}

#dmc-mobile-menu .dmc-social-accounts.style-horizontal .links-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#dmc-mobile-menu .dmc-social-accounts {
  margin-top: 13px;
  margin-right: 60px;
}

#dmc-mobile-menu .dmc-social-accounts .dmc-icon-social {
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 15px;
}

#dmc-mobile-menu .dmc-social-accounts .links-wrapper a {
  margin-right: 20px;
}

#dmc-mobile-menu .dmc-social-accounts .links-wrapper a:last-child {
  margin-right: 0;
}

#dmc-mobile-menu .dmc-search-form {
  margin-top: 30px;
  margin-right: 32px;
  width: 214px;
}

#dmc-mobile-menu .dmc-search-form input[type=text] {
  color: #fff;
  border: 1px solid #fff;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 19px 16px;
}

#dmc-mobile-menu .dmc-search-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
  padding: 0;
}

#dmc-mobile-menu .dmc-search-form input[type=text]::-moz-placeholder {
  color: #fff;
  padding: 0;
}

#dmc-mobile-menu .dmc-search-form input[type=text]:-ms-input-placeholder {
  color: #fff;
  padding: 0;
}

#dmc-mobile-menu .dmc-search-form input[type=text]::-ms-input-placeholder {
  color: #fff;
  padding: 0;
}

#dmc-mobile-menu .dmc-search-form input[type=text]::placeholder {
  color: #fff;
  padding: 0;
}

#dmc-mobile-menu .dmc-menu-wrapper {
  font-family: "Futura Book", sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 32px;
  margin-right: 32px;
}

#dmc-mobile-menu .dmc-menu-wrapper ul.menu > li {
  margin-bottom: 29px;
}

#dmc-mobile-menu .dmc-menu-wrapper ul.menu > li.menu-item-has-children.open > a:before {
  content: "-";
}

#dmc-mobile-menu .dmc-menu-wrapper ul.menu > li.menu-item-has-children > a:before {
  content: "+";
  width: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}

#dmc-mobile-menu .dmc-menu-wrapper ul.menu > li:last-child {
  margin-bottom: 0;
}

#dmc-mobile-menu .dmc-menu-wrapper ul.sub-menu {
  font-size: 10.2px;
  letter-spacing: 2px;
  padding-top: 20px;
}

#dmc-mobile-menu .dmc-menu-wrapper ul.sub-menu li {
  margin-bottom: 18px;
}

#dmc-mobile-menu .dmc-menu-wrapper ul.sub-menu li:last-child {
  margin-bottom: 0;
}

#dmc-mobile-menu .image-bg {
  margin-top: 38px;
  position: relative;
  padding-bottom: 86%;
}

#dmc-mobile-menu .dmc-copyright {
  text-align: right;
  margin-top: 25px;
  margin-right: 32px;
}

.dmc-custom-menu a.active,
.dmc-header-row-1 li.current-menu-item a {
  color: #B7D6D2;
}

.dmc-bakery-slider {
  overflow: hidden;
  position: relative;
  z-index: 20;
}

.dmc-bakery-slider.style-full .dmc-slick-item-wrap {
  position: relative;
  z-index: 20;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}

.dmc-bakery-slider.style-full {
  height: 650px;
}

.dmc-bakery-slider .slick-track,
.dmc-bakery-slider .slick-list {
  height: 100%;
}

.dmc-bakery-slider .dmc-slick-item {
  height: 100%;
  position: relative;
}

.dmc-bakery-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.dmc-bakery-slider .slick-dots li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.dmc-bakery-slider .slick-dots li:last-child {
  margin-right: 0;
}

.dmc-bakery-slider .slick-dots li.slick-active button {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}

.dmc-bakery-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #231f20;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-bakery-slider .slick-dots li button:hover {
  background-color: #B7D6D2;
  border-color: #B7D6D2;
}

.dmc-main-page {
  margin-top: 54px;
}

.dmc-bakery-banner.has-content {
  min-height: 700px;
}

.dmc-bakery-banner.has-content .bg {
  opacity: 0.5;
}

.dmc-bakery-banner .dmc-bakery-banner-inner {
  padding: 0 20px;
}

.dmc-footer-row-1 {
  margin-top: 100px;
  background: #f1f7f6;
  height: 394px;
}

.dmc-footer-row-1 .dmc-header-footer-inner {
  height: 100%;
}

.dmc-footer-row-1 .footer-banner {
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.dmc-footer-row-1 .dmc-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-footer-row-1 .dmc-col-1 .dmc-image-holder {
  position: relative;
}

.dmc-footer-row-1 .dmc-col-1 .dmc-image-holder .mobile-image {
  display: none;
}

.dmc-footer-row-1 .dmc-col-1 .dmc-image-holder img {
  max-height: 384px;
  width: auto;
}

.dmc-footer-row-1 .dmc-col-1 .dmc-image-holder .image-text {
  position: absolute;
  bottom: 56px;
  right: -29px;
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
}

.dmc-footer-row-1 .dmc-col-2 {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-left: 27px;
}

.dmc-footer-row-1 .dmc-col-2 .section-content {
  padding: 20px 20px 73px;
}

.dmc-footer-row-2 {
  background: #231f20;
  color: #fff;
  text-align: center;
}

.dmc-footer-row-2 a {
  color: #fff;
}

.dmc-footer-row-2 a:hover {
  color: #B7D6D2;
}

.dmc-footer-row-2 .dmc-header-footer-inner {
  padding: 41px 20px 30px;
}

.dmc-footer-row-2 .dmc-back-to-top-holder {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dmc-footer-row-2 .dmc-logo-type-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.dmc-footer-row-2 .dmc-copyright {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-footer-row-2 .dmc-copyright p:after {
  content: "·";
  display: inline-block;
  margin: 0 10px;
}

.dmc-footer-row-2 .dmc-copyright p:last-child:after {
  display: none;
}

.dmc-copyright {
  font-family: "Futura Book", sans-serif;
  font-size: 7px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 14px;
}

#dmc-single-post {
  margin-top: 47px;
}

.dmc-single-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post-sidebar-holder {
  margin-top: 5px;
  margin-left: 40px;
}

.dmc-single-post.content {
  width: 100%;
  max-width: 800px;
}

.dmc-single-post.content .data-taxonomies {
  margin-top: 27px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-single-post.content .data-taxonomies li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

.dmc-single-post.content .data-taxonomies li:after {
  content: "·";
  display: block;
  margin: 0 6px;
}

.dmc-single-post.content .data-taxonomies li:last-child:after {
  display: none;
}

.dmc-single-post.content .data-title-holder {
  padding: 0 110px;
  text-align: center;
}

.dmc-single-post.content .data-title-holder .data-title {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15px;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(35, 31, 32, 0.4);
  line-height: 1.5em;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 .data-date {
  font-family: "Futura Book", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.3px;
  text-transform: none;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 .taxonomy-label {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-right: 3px;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 .taxonomy-label:before {
  content: "·";
  display: inline-block;
  margin: 0 10px;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 a {
  margin-top: 2px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(35, 31, 32, 0.4);
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 a:hover {
  color: #B7D6D2;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 a:after {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-1 a:last-child:after {
  display: none;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 {
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  padding: 32px 0 28px;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 > .dmc-col-1 {
  width: 50%;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 > .dmc-col-2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 > .dmc-col-2 .dmc-comments-total:after {
  content: "·";
  display: inline-block;
  margin: 0 12px;
}

.dmc-single-post.content .dmc-single-post-footer > .dmc-row-3 {
  margin-top: 28px;
}

.dmc-single-post.content .dmc-sharing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-single-post.content .dmc-sharing li:after {
  content: "·";
  display: block;
  margin: 0 12px;
}

.dmc-single-post.content .dmc-sharing li:last-child:after {
  display: none;
}

.dmc-single-post-related-section {
  margin-top: 35px;
}

#sidebar {
  width: 100%;
  max-width: 300px;
}

#dmc-comments {
  margin-top: 37px;
}

#dmc-comments .dmc-comments-heading {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
}

#dmc-comments .comment-respond {
  margin: 34px 0 53px;
}

#dmc-comments .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#dmc-comments .comment-reply-title,
#dmc-comments .logged-in-as {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#dmc-comments .comment-reply-title small,
#dmc-comments .logged-in-as small {
  font-size: 100%;
}

#dmc-comments .tasty-recipes-ratings,
#dmc-comments .comment-form-url,
#dmc-comments .comment-form-email,
#dmc-comments .comment-form-author {
  width: calc(50% - 12px);
  margin-bottom: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dmc-comments .comment-form-comment {
  width: 100%;
  margin-bottom: 10px;
}

#dmc-comments .comment-form-url,
#dmc-comments .comment-form-author {
  margin-right: 12px;
}

#dmc-comments .tasty-recipes-ratings,
#dmc-comments .comment-form-email {
  margin-left: 12px;
}

#dmc-comments textarea,
#dmc-comments input[type=url],
#dmc-comments input[type=email],
#dmc-comments input[type=text] {
  border: 1px solid #7f7f7f;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
}

#dmc-comments input[type=url],
#dmc-comments input[type=email],
#dmc-comments input[type=text] {
  padding-top: 10px;
  padding-bottom: 9px;
}

#dmc-comments .tasty-recipes-ratings {
  text-align: center;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  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: 0 10px;
}

body.logged-in #dmc-comments .tasty-recipes-ratings {
  width: 100%;
  margin-left: 0;
}

#dmc-comments .tasty-recipes-ratings label {
  margin-right: 20px;
}

#dmc-comments .tasty-recipes-ratings i {
  cursor: pointer;
}

#dmc-comments .tasty-recipes-ratings .tasty-recipes-ratings-buttons > span {
  cursor: pointer;
}

#dmc-comments .tasty-recipes-ratings input {
  cursor: pointer;
}

#dmc-comments .form-submit {
  text-align: center;
  width: 100%;
}

#dmc-comments .form-submit .submit {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0 10px;
  border-bottom: 1px solid #231f20;
}

#dmc-comments .form-submit .submit:hover {
  color: #B7D6D2;
}

#dmc-comments .data-comment-author {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
}

#dmc-comments .data-comment-content {
  font-family: "Futura Book", sans-serif;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.3px;
  margin-top: 7px;
}

#dmc-comments .data-comment-footer {
  margin-top: 12px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dmc-comments .data-comment-footer .data-comment-date:after {
  content: "·";
  display: inline-block;
  margin: 0 10px;
}

#dmc-comments ul.comment-list article {
  padding-top: 20px;
  padding-bottom: 32px;
}

#dmc-comments ul.comment-list > li.comment {
  margin-bottom: 70px;
}

#dmc-comments ul.comment-list ul.children {
  padding-left: 40px;
  padding-right: 40px;
}

#dmc-comments ul.comment-list ul.children > li.comment {
  margin-top: 13px;
}

#dmc-comments ul.comment-list ul.children article {
  padding-left: 30px;
  padding-right: 30px;
  background: #fcfcfc;
}

#dmc-comments .dmc-comments-total {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  margin: 50px 0 12px;
}

#dmc-comments .comment.is-owner > article {
  background: #f2f7f6 !important;
}

.dmc-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-sharing .share-label {
  margin-right: 11px;
}

.dmc-sharing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-sharing ul li {
  display: block;
}

.dmc-next-prev-navigation {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-next-prev-navigation > .dmc-col-1 {
  width: 50%;
}

.dmc-next-prev-navigation > .dmc-col-2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dmc-content-inner p,
.wpb_text_column p {
  margin-bottom: 18px;
}

.dmc-content-inner h1,
.wpb_text_column h1 {
  margin-bottom: 18px;
}

.dmc-content-inner h2,
.wpb_text_column h2 {
  margin-bottom: 18px;
}

.dmc-content-inner a,
.wpb_text_column a {
  text-decoration: underline;
}

.dmc-anchor-point {
  padding-top: 200px;
  margin-top: -200px;
}

.recoleta_32_ls_15 {
  font-family: "Recoleta", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
}

.recoleta_32_ls_15 strong {
  font-family: "Recoleta Bold", sans-serif;
}

.recoleta_36_ls_15_lh_28 {
  font-family: "Recoleta", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.recoleta_36_ls_15_lh_28 strong {
  font-family: "Recoleta Bold", sans-serif;
}

.recoleta_semi_bold_17_ls_15_lh_23 {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.recoleta_bold_32_ls_15 {
  font-family: "Recoleta", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-family: "Recoleta Bold", sans-serif;
  letter-spacing: 0.5px;
}

.recoleta_bold_36_ls_15_lh_28 {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.recoleta_bold_36_ls_15_lh_46 {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15px;
}

.smooth_stone_42_lh_62 {
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
  line-height: 62px;
}

.smooth_stone_45_lh_62 {
  font-family: "Smooth Stone", sans-serif;
  font-size: 45px;
  line-height: 62px;
}

.futura_book_12_ls_280_ttu {
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wpb_text_column,
.dmc_content_style_1,
.dmc-error-message {
  font-family: "Futura Book", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.3px;
  font-size: 16px;
}

.wpb_text_column b,
.wpb_text_column strong,
.dmc_content_style_1 b,
.dmc-error-message b,
.dmc_content_style_1 strong,
.dmc-error-message strong {
  font-family: "Futura Bold", sans-serif;
}

.wpb_text_column p,
.dmc_content_style_1 p,
.dmc-error-message p {
  margin-bottom: 24px;
}

.wpb_text_column p:last-child,
.dmc_content_style_1 p:last-child,
.dmc-error-message p:last-child {
  margin-bottom: 0;
}

.wpb_text_column a,
.dmc_content_style_1 a,
.dmc-error-message a {
  text-decoration: underline;
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.dmc_content_style_1 h1,
.dmc-error-message h1,
.dmc_content_style_1 h2,
.dmc-error-message h2,
.dmc_content_style_1 h3,
.dmc-error-message h3,
.dmc_content_style_1 h4,
.dmc-error-message h4,
.dmc_content_style_1 h5,
.dmc-error-message h5,
.dmc_content_style_1 h6,
.dmc-error-message h6 {
  margin-bottom: 20px;
}

.wpb_text_column hr,
.dmc_content_style_1 hr,
.dmc-error-message hr {
  border: 0;
  display: block;
  height: 1px;
  background: #7f7f7f;
  margin: 20px 0 30px;
}

.wpb_text_column ul,
.wpb_text_column ol,
.dmc_content_style_1 ul,
.dmc-error-message ul,
.dmc_content_style_1 ol,
.dmc-error-message ol {
  margin-bottom: 24px;
}

.wpb_text_column ul,
.dmc_content_style_1 ul,
.dmc-error-message ul {
  padding-left: 20px;
}

.wpb_text_column ul,
.dmc_content_style_1 ul,
.dmc-error-message ul {
  list-style: disc;
}

.dmc_content_style_2 {
  font-family: "Futura Book", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.dmc_content_style_2 b,
.dmc_content_style_2 strong {
  font-family: "Futura Bold", sans-serif;
}

.dmc-vimeo-container .dmc-vimeo-btn {
  font-family: "Theme Name Glyphs", sans-serif;
  font-style: normal;
  font-size: 4em;
  color: #231f20;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
  width: calc(20% - 8px);
  margin-right: 10px !important;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item:last-child {
  margin-right: 0 !important;
}

#dmc-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: 2500;
  background: #B7D6D2;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.dmc-search-popup-open #dmc-search-popup {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#dmc-search-popup .dmc-icon-close {
  position: absolute;
  top: 30px;
  right: 40px;
}

#dmc-search-popup .dmc-icon-close span {
  background: #231f20;
}

#dmc-search-popup .dmc-popup-inner {
  height: 100%;
  padding: 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.dmc-search-form input[type=text] {
  background: transparent;
  border-bottom: 1px solid #231f20;
  text-align: center;
}

.dmc-search-form i {
  display: none;
}

#dmc-404-page .dmc-page-inner,
#dmc-search-page .dmc-page-inner {
  padding: 0 20px;
}

.dmc-error-message {
  margin-top: 50px;
  text-align: center;
}

.dmc-error-message .dmc-search-form input[type=text] {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.dmc-bakery-heading .dmc-bakery-heading-title {
  padding: 0 30px;
  font-family: "Recoleta", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-family: "Recoleta Bold", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: lowercase;
}

.dmc-bakery-heading .dmc-bakery-tagline {
  margin-top: 10px;
}

.content-product-feed {
  text-align: center;
}

.content-product-feed .data-title {
  padding: 0 20px;
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-product-feed .dmc-single-post-inner:hover img {
  opacity: 0.5;
}

.ee-has-sidebar-1 {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ee-has-sidebar-1 > .dmc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ee-has-sidebar-1 .ee-sidebar {
  width: 100%;
  max-width: 266px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 36px;
}

.ee-has-sidebar-1 .ee-mainbar {
  width: 100%;
  max-width: 844px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ee-has-sidebar-1 .ee-mainbar .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ee-has-sidebar-1 .ee-mainbar .dmc-ajax-feed.loading {
  opacity: 0.5;
}

.ee-has-sidebar-1 .ee-mainbar .ajax-loader-wrapper {
  margin-top: 75px;
  padding-right: 304px;
}

.ee-has-sidebar-1 .ee-mainbar .ajax-no-results-message {
  padding: 40px 20px;
  font-family: "Futura Book", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.3px;
  text-align: center;
  width: 100%;
}

.ee-has-sidebar-1 .filter-search {
  background: #231f20;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 10px 3px 19px;
  margin-top: 24px;
}

.ee-has-sidebar-1 .filter-search i {
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 17px;
  margin-right: 8px;
}

.ee-has-sidebar-1 .filter-search input {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.ee-has-sidebar-1 .filter-search input::-webkit-input-placeholder {
  color: #fff;
}

.ee-has-sidebar-1 .filter-search input::-moz-placeholder {
  color: #fff;
}

.ee-has-sidebar-1 .filter-search input:-ms-input-placeholder {
  color: #fff;
}

.ee-has-sidebar-1 .filter-search input::-ms-input-placeholder {
  color: #fff;
}

.ee-has-sidebar-1 .filter-search input::placeholder {
  color: #fff;
}

.dmc-bakery-recipe-index .ee-sidebar .section-title {
  font-family: "Recoleta", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-family: "Recoleta Bold", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.content-recipe-feed .data-title {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-align: center;
  padding: 12px 10px 12px;
}

.ee-content-feed-1 {
  max-width: calc((100% - 52px) / 3);
  margin-right: 26px;
  margin-bottom: 31px;
}

.ee-content-feed-1:nth-child(3n) {
  margin-right: 0;
}

.dmc_post_feed_style_2 .dmc-single-post-inner:hover img,
.dmc_post_feed_style_2 .dmc-single-post-inner:hover .dmc-empty-image {
  opacity: 0.75;
}

.ee-shop-filter .filter-wrap,
.ee-recipe-index-filter .filter-wrap {
  padding: 22px 20px 20px 20px;
}

.ee-shop-filter .filter-item,
.ee-recipe-index-filter .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.ee-shop-filter .filter-item:last-child,
.ee-recipe-index-filter .filter-item:last-child {
  margin-bottom: 0;
}

.ee-shop-filter .filter-item .filter-item-inner,
.ee-recipe-index-filter .filter-item .filter-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ee-shop-filter .filter-item input[type=radio],
.ee-shop-filter .filter-item input[type=checkbox],
.ee-recipe-index-filter .filter-item input[type=radio],
.ee-recipe-index-filter .filter-item input[type=checkbox] {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #231f20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 14px;
  -webkit-appearance: none;
}

.ee-shop-filter .filter-item input[type=radio]:checked,
.ee-shop-filter .filter-item input[type=checkbox]:checked,
.ee-recipe-index-filter .filter-item input[type=radio]:checked,
.ee-recipe-index-filter .filter-item input[type=checkbox]:checked {
  background: #231f20;
}

.ee-shop-filter .filter-item label,
.ee-recipe-index-filter .filter-item label {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.ee-recipe-index-filter {
  margin-top: 16px;
}

.ee-recipe-index-filter.closed .filter-head i:after {
  height: 100% !important;
}

.ee-recipe-index-filter .filter-head {
  cursor: pointer;
  padding: 14px 24px 13px 20px;
  background: #231f20;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ee-recipe-index-filter .filter-head .label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ee-recipe-index-filter .filter-head i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  position: relative;
}

.ee-recipe-index-filter .filter-head i:before,
.ee-recipe-index-filter .filter-head i:after {
  content: "";
  position: absolute;
  background: #fff;
}

.ee-recipe-index-filter .filter-head i:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ee-recipe-index-filter .filter-head i:after {
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.dmc-single-post.content-menu {
  width: 190px;
  margin-right: 22px;
}

.dmc-single-post.content-menu:last-child {
  margin-right: 0;
}

.dmc-single-post.content-menu .data-title {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 17px;
  margin-top: 13px;
}

.ee_feed_section_style_1 {
  background: #faf3ed;
}

.ee_feed_section_style_1 a:hover {
  color: #a4917d;
}

.ee_feed_section_style_1 > .dmc-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 44px 30px 76px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ee_feed_section_style_1 .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.ee_feed_section_style_1 .section-title {
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
}

.dmc-bakery-featured-posts {
  margin-bottom: 40px;
}

.dmc-single-post.content-featured {
  width: 100%;
  max-width: 264px;
  margin-right: 28px;
}

.dmc-single-post.content-featured:last-child {
  margin-right: 0;
}

.dmc-single-post.content-featured .data-title {
  text-align: center;
  margin-top: 16px;
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 23px;
  padding: 0 20px;
}

.dmc-bakery-home-splitter {
  margin-top: 40px;
}

.dmc-bakery-home-splitter.dmc-bakery-home-posts-five-six .feed-widget {
  margin-right: 0;
  margin-left: 38px;
}

.dmc-bakery-home-splitter > .dmc-inner {
  max-width: 1200px;
  padding: 0 30px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-home-splitter .section-title {
  font-family: "Recoleta", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 46px;
}

.dmc-bakery-home-splitter .section-title strong {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15px;
}

.dmc-bakery-home-splitter .feed-widget {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 38px;
}

.dmc-bakery-home-splitter .feed-widget .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-bakery-home-splitter .home-ad {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 300px;
  width: 100%;
  background: #f1f7f6;
  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;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
}

.dmc-bakery-home-splitter.dmc-bakery-home-posts-one-two .dmc-posts-feed {
  margin-top: 19px;
}

.dmc-bakery-home-splitter.dmc-bakery-home-posts-three-four {
  margin-bottom: 60px;
}

.dmc-bakery-home-splitter.dmc-bakery-home-posts-five-six {
  margin-top: 60px;
}

.dmc-single-post.content-more-posts,
.dmc-single-post.content-home {
  width: 100%;
}

.dmc-single-post.content-more-posts .data-title,
.dmc-single-post.content-home .data-title {
  margin-top: 25px;
  padding: 0 20px;
  text-align: center;
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.dmc-single-post.content-more-posts .data-excerpt,
.dmc-single-post.content-home .data-excerpt {
  margin-top: 17px;
  padding: 0 20px;
  text-align: center;
}

.dmc-single-post.content-home {
  max-width: calc(50% - 16px);
}

.dmc-single-post.content-more-posts {
  max-width: calc((100% - 66px) / 3);
  margin-right: 33px;
  margin-bottom: 40px;
}

.dmc-single-post.content-more-posts:nth-child(3n) {
  margin-right: 0;
}

.dmc-bakery-tabs {
  margin-top: 80px;
  margin-bottom: 75px;
  background: #faf3ed;
}

.dmc-bakery-tabs a:hover {
  color: #a4917d;
}

.dmc-bakery-tabs .dmc-tabs-inner {
  padding: 40px 30px 34px;
}

.dmc-bakery-tabs .dmc-tabs-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-bakery-tabs .dmc-tab-label {
  position: relative;
  margin-right: 40px;
  padding: 11px 0;
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.dmc-bakery-tabs .dmc-tab-label:last-child {
  margin-right: 0;
}

.dmc-bakery-tabs .dmc-tab-label.dmc_active:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #231f20;
}

.dmc-bakery-tabs .selected-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-tabs .dmc-tabs-content {
  max-width: 1140px;
  margin: 40px auto 0;
}

.dmc-bakery-tabs .button-holder {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  margin-top: 50px;
}

.dmc-bakery-newsletter-row {
  background: #faf3ed;
  margin-top: 65px;
}

.dmc-bakery-newsletter-row.style-about-page {
  margin-top: 0;
  margin-bottom: 43px;
}

.dmc-bakery-newsletter-row.style-about-page > .dmc-inner {
  padding-top: 67px;
  padding-bottom: 85px;
}

.dmc-bakery-newsletter-row > .dmc-inner {
  padding: 84px 20px 105px;
  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-newsletter-row .data-content {
  margin-right: 28px;
  margin-bottom: 4px;
}

.dmc-bakery-more-posts {
  margin-top: 55px;
}

.dmc-bakery-more-posts > .dmc-inner {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-bakery-more-posts .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-bakery-more-posts .ajax-loader-wrapper {
  margin-top: 25px;
}

.ajax-loader-wrapper {
  text-align: center;
}

.ajax-loader-wrapper .dmc_pfa_main_trigger {
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ajax-loader-wrapper .dmc_pfa_main_trigger:hover {
  color: #B7D6D2;
}

.dmc-category-title {
  padding: 0 30px;
  font-family: "Recoleta", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-family: "Recoleta Bold", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: lowercase;
}

.ee_feed_style_1 {
  max-width: 1200px;
  padding: 0 30px;
  margin: 45px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ee_feed_style_1 .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ee_feed_style_1 .ajax-loader-wrapper {
  margin-top: 25px;
}

.button.tasty-recipes-print-button {
  display: none;
}

.tasty-recipes {
  margin-top: 45px;
  margin-bottom: 20px;
  background: #fcfcfc;
  padding: 50px 40px;
}

.tasty-recipes .top-title {
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
  margin-top: -55px;
}

.tasty-recipes h2 {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.tasty-recipes .dmc-recipe-time {
  margin-top: 30px;
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tasty-recipes .dmc-recipe-time .dmc-recipe-time-item {
  padding: 17px 10px 23px;
  text-align: center;
  border-right: 1px solid #7e7e7e;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.tasty-recipes .dmc-recipe-time .dmc-recipe-time-item:last-child {
  border-right: 1px solid transparent;
}

.tasty-recipes .dmc-recipe-time .dmc-recipe-time-item .label {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
}

.tasty-recipes .dmc-recipe-time .dmc-recipe-time-item .value {
  margin-top: 6px;
}

.tasty-recipes .dmc-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tasty-recipes .dmc-row-1 .dmc-col-1 {
  max-width: 355px;
}

.tasty-recipes .dmc-row-1 .dmc-col-2 {
  padding-top: 6px;
  margin-left: 30px;
}

.tasty-recipes .dmc-recipe-additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  margin-bottom: 38px;
}

.tasty-recipes h3 {
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 31px;
}

.tasty-recipes ul {
  margin-top: 14px;
}

.tasty-recipes ul li {
  margin-bottom: 8px;
}

.tasty-recipes .tasty-recipes-notes,
.tasty-recipes .tasty-recipe-instructions,
.tasty-recipes .tasty-recipe-ingredients {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 33px;
}

.tasty-recipes .tasty-recipes-notes:last-child,
.tasty-recipes .tasty-recipe-instructions:last-child,
.tasty-recipes .tasty-recipe-ingredients:last-child {
  border-bottom: 0;
}

.tasty-recipes .tasty-recipes-image img {
  display: block;
}

.tasty-recipes .tasty-recipes-nutrition ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tasty-recipes .dmc-recipe-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tasty-recipes .dmc-recipe-info-item:after {
  content: "/";
  display: block;
  margin: 0 14px;
}

.tasty-recipes .dmc-recipe-info-item:last-child:after {
  display: none;
}

.tasty-recipes .dmc-recipe-info-item .label {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  margin-right: 4px;
}

.tasty-recipes .dmc-recipe-info-item .value {
  line-height: 26px;
}

#sidebar .widget {
  margin-top: 40px;
  margin-bottom: 40px;
}

#sidebar .widget:first-child {
  margin-top: 0;
}

.widget_dmc-widget-about .widget-tagline {
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
  line-height: 62px;
  text-align: center;
  margin-top: -30px;
  padding: 0 30px;
}

.widget_dmc-widget-about .dmc-button-wrap {
  margin-top: 30px;
}

.widget_dmc-widget-recipe-index,
.widget_dmc-widget-info,
.dmc-bakery-home-splitter .home-widget {
  max-width: 300px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #f1f7f6;
}

.widget_dmc-widget-recipe-index > .dmc-inner,
.widget_dmc-widget-info > .dmc-inner,
.dmc-bakery-home-splitter .home-widget > .dmc-inner {
  padding: 36px 50px 50px;
}

.widget_dmc-widget-recipe-index .data-title,
.widget_dmc-widget-info .data-title,
.dmc-bakery-home-splitter .home-widget .data-title {
  text-align: center;
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 29px;
  max-width: 142px;
  margin: 0 auto;
  text-transform: uppercase;
}

.widget_dmc-widget-recipe-index .dmc-image-holder,
.widget_dmc-widget-info .dmc-image-holder,
.dmc-bakery-home-splitter .home-widget .dmc-image-holder {
  margin-top: 35px;
}

.widget_dmc-widget-recipe-index .data-description,
.widget_dmc-widget-info .data-description,
.dmc-bakery-home-splitter .home-widget .data-description {
  margin-top: 26px;
  text-align: center;
}

.widget_dmc-widget-recipe-index .dmc-button-wrap,
.widget_dmc-widget-info .dmc-button-wrap,
.dmc-bakery-home-splitter .home-widget .dmc-button-wrap {
  margin-top: 35px;
}

.widget_dmc-widget-recipe-index > .dmc-inner,
.dmc-bakery-home-splitter .home-widget.style-2 > .dmc-inner {
  padding: 36px 38px 55px;
}

.widget_dmc-widget-recipe-index .dmc-image-holder,
.dmc-bakery-home-splitter .home-widget.style-2 .dmc-image-holder {
  margin-top: 5px;
}

.widget_dmc-widget-recipe-index .data-title,
.dmc-bakery-home-splitter .home-widget.style-2 .data-title {
  max-width: 100%;
  text-transform: none;
  font-family: "Recoleta", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: normal;
  margin-top: 30px;
}

.widget_dmc-widget-recipe-index .data-title strong,
.dmc-bakery-home-splitter .home-widget.style-2 .data-title strong {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
}

.widget_dmc-widget-recipe-index .data-description,
.dmc-bakery-home-splitter .home-widget.style-2 .data-description {
  margin-top: 16px;
  padding: 0 20px;
}

.widget_dmc-widget-featured-posts {
  background: #f9f3ec;
}

.widget_dmc-widget-featured-posts a:hover {
  color: #a4917d;
}

.widget_dmc-widget-featured-posts > .dmc-inner {
  padding: 36px 50px 50px;
}

.widget_dmc-widget-featured-posts .data-title {
  text-align: center;
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
}

.widget_dmc-widget-featured-posts .dmc-posts-feed {
  margin-top: 30px;
}

.dmc-single-post.content-widget-featured {
  width: 100%;
  max-width: 200px;
  margin-bottom: 36px;
}

.dmc-single-post.content-widget-featured:last-child {
  margin-bottom: 0;
}

.dmc-single-post.content-widget-featured .data-title {
  text-align: center;
  margin-top: 11px;
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 17px;
}

.dmc-bakery-banner {
  margin-top: 30px;
  position: relative;
  height: 41.3223140496vw;
}

.dmc-page-about-two-column {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

.dmc-page-about-two-column .wpb_single_image figure {
  -webkit-transform: rotate(-2.05deg);
  -ms-transform: rotate(-2.05deg);
  transform: rotate(-2.05deg);
}

.dmc-page-about-two-column .vc_col-sm-6:nth-child(2) {
  position: relative;
}

.dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column {
  margin: 0;
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
  line-height: 62px;
  position: absolute;
  top: 30px;
  left: 50%;
}

.dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column:after {
  content: "\e907";
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 82px;
  position: absolute;
  bottom: -38px;
  right: 34px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.no_underline a {
  text-decoration: none;
}

.dmc-bakery-page-about-featured-posts {
  background: #f9f3ec;
  margin-top: 35px;
}

.dmc-bakery-page-about-featured-posts a:hover {
  color: #a4917d;
}

.dmc-bakery-page-about-featured-posts > .dmc-inner {
  max-width: 1200px;
  padding: 42px 30px 0;
  margin: 0 auto;
}

.dmc-bakery-page-about-featured-posts .section-title {
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
  line-height: 62px;
}

.dmc-bakery-page-about-featured-posts .the-posts-wrapper {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 66px;
  border-bottom: 1px solid #c3beba;
}

.dmc-bakery-page-about-featured-posts .the-post-wrapper {
  width: 100%;
  max-width: 270px;
  margin-right: 20px;
}

.dmc-bakery-page-about-featured-posts .the-post-wrapper:last-child {
  margin-right: 0;
}

.dmc-bakery-page-about-featured-posts .data-heading {
  text-align: center;
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.dmc-single-post.content-about-featured {
  width: 100%;
  max-width: 270px;
}

.dmc-single-post.content-about-featured .data-title {
  text-align: center;
  font-family: "Recoleta SemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-top: 17px;
}

.dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(1) {
  width: 47%;
  margin-right: 4.2%;
}

.dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(2) {
  width: 47%;
  padding-top: 30px;
}

.dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(2) h2 {
  margin-top: 30px;
}

.dmc-bakery-featured-logos {
  background: #f2f7f6;
  margin-top: 25px;
  margin-bottom: 52px;
}

.dmc-bakery-featured-logos .section-title {
  text-align: center;
  font-family: "Futura Book", sans-serif;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dmc-bakery-featured-logos .dmc-bakery-featured-logos-inner {
  padding-top: 57px;
  padding-bottom: 70px;
}

.dmc-bakery-featured-logos .section-content {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-page-work-two-column-2 .vc_col-sm-12 {
  margin-bottom: 15px;
}

.dmc-page-work-two-column-2 .wpb_text_column h3 {
  margin-bottom: 22px;
}

.dmc-page-work-two-column-2 .vc_col-sm-6:nth-child(3) .wpb_text_column:nth-child(1) {
  margin-bottom: 140px;
}

.dmc-page-work-two-column-2 .vc_col-sm-6:nth-child(3) .wpb_text_column:nth-child(2) {
  margin-bottom: 60px;
}

.dmc-angle-image-1 {
  position: relative;
  margin-top: 62px !important;
}

.dmc-angle-image-1 .wpb_single_image figure {
  -webkit-transform: rotate(4.24deg);
  -ms-transform: rotate(4.24deg);
  transform: rotate(4.24deg);
}

.dmc-angle-image-1 .wpb_text_column {
  margin: 0;
  font-family: "Smooth Stone", sans-serif;
  font-size: 42px;
  line-height: 62px;
  position: absolute;
  top: 4px;
  right: 50%;
  -webkit-transform: translateX(-46px);
  -ms-transform: translateX(-46px);
  transform: translateX(-46px);
}

.dmc-angle-image-1 .wpb_text_column:after {
  content: "\e906";
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 43px;
  position: absolute;
  bottom: 9px;
  left: 82px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.dmc-contact-form-row {
  background: #faf3ed;
  margin-top: 63px !important;
}

.dmc-contact-form-row > .vc_col-sm-12 {
  max-width: 786px;
  margin: 0 auto;
  padding: 58px 30px 65px;
  float: none;
}

.dmc-contact-form-row .wpb_text_column h2 {
  margin-bottom: 23px;
}

.wpcf7 .dmc-cf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.wpcf7 .dmc-cf-row.dmc-cf-submit {
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7 .dmc-cf-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
}

.wpcf7 .dmc-cf-col:first-child {
  margin-left: 0;
}

.wpcf7 .dmc-cf-col:last-child {
  margin-right: 0;
}

.wpcf7 input[type=email],
.wpcf7 input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 9px 0 5px 20px;
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  border: 0;
}

.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=text]::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=text]::-moz-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=text]:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=text]::-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=text]::placeholder {
  color: rgba(35, 31, 32, 0.5);
}

.wpcf7 input[type=submit] {
  font-family: "Futura Book", sans-serif;
  font-size: 10.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: 1px solid #231f20;
}

.wpcf7 input[type=submit]:hover {
  color: #a4917d;
}

#dmc-popups {
  background: rgba(35, 31, 32, 0.8);
}

#dmc-popups .dmc-popup.dmc-popup-subscribe {
  width: 100%;
  max-width: 600px;
  background: #fff;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-icon-close {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 14px;
  height: 14px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-icon-close span {
  background: #fff;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-group-1 {
  max-width: 540px;
  margin: 38px auto 0;
  padding: 0 20px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .data-title {
  font-family: "Recoleta Bold", sans-serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15px;
  text-align: center;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .data-content {
  margin-top: 22px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .data-privacy {
  margin-top: 35px;
  color: rgba(35, 31, 32, 0.3);
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .data-privacy a {
  color: rgba(35, 31, 32, 0.3);
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-kartra-form {
  margin-top: 36px;
}

.adthrive-sticky.adthrive-footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.adthrive-device-phone .adthrive-comscore,
body.adthrive-device-desktop .adthrive-comscore,
body.adthrive-device-tablet .adthrive-comscore {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 110px;
  background: #231f20;
}

body.adthrive-device-phone .adthrive-comscore span,
body.adthrive-device-desktop .adthrive-comscore span,
body.adthrive-device-tablet .adthrive-comscore span {
  padding-top: 0;
  border-top: 0;
  font-family: "Futura Book", sans-serif;
  font-size: 7px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

/**
DMC SASS

@version 1.0
 */

@font-face {
  font-family: Theme Name Glyphs;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Futura Book;
  src: url("fonts/futura-std-book.eot");
  src: url("fonts/futura-std-book.eot?#iefix") format("embedded-opentype"), url("fonts/futura-std-book.woff") format("woff"), url("fonts/futura-std-book.woff2") format("woff2"), url("fonts/futura-std-book.ttf") format("truetype"), url("fonts/futura-std-book.svg#futura-std-book") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Futura Bold;
  src: url("fonts/futura-std-bold.eot");
  src: url("fonts/futura-std-bold.eot?#iefix") format("embedded-opentype"), url("fonts/futura-std-bold.woff") format("woff"), url("fonts/futura-std-bold.woff2") format("woff2"), url("fonts/futura-std-bold.ttf") format("truetype"), url("fonts/futura-std-bold.svg#futura-std-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url("fonts/recoleta.eot");
  src: url("fonts/recoleta.eot?#iefix") format("embedded-opentype"), url("fonts/recoleta.woff") format("woff"), url("fonts/recoleta.woff2") format("woff2"), url("fonts/recoleta.ttf") format("truetype"), url("fonts/recoleta.svg#recoleta") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Recoleta Bold;
  src: url("fonts/recoleta-bold.eot");
  src: url("fonts/recoleta-bold.eot?#iefix") format("embedded-opentype"), url("fonts/recoleta-bold.woff") format("woff"), url("fonts/recoleta-bold.woff2") format("woff2"), url("fonts/recoleta-bold.ttf") format("truetype"), url("fonts/recoleta-bold.svg#recoleta-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Recoleta SemiBold;
  src: url("fonts/recoleta-semi-bold.eot");
  src: url("fonts/recoleta-semi-bold.eot?#iefix") format("embedded-opentype"), url("fonts/recoleta-semi-bold.woff") format("woff"), url("fonts/recoleta-semi-bold.woff2") format("woff2"), url("fonts/recoleta-semi-bold.ttf") format("truetype"), url("fonts/recoleta-semi-bold.svg#recoleta-semi-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@font-face {
  font-family: Smooth Stone;
  src: url("fonts/smooth-stone-regular.eot");
  src: url("fonts/smooth-stone-regular.eot?#iefix") format("embedded-opentype"), url("fonts/smooth-stone-regular.woff") format("woff"), url("fonts/smooth-stone-regular.woff2") format("woff2"), url("fonts/smooth-stone-regular.ttf") format("truetype"), url("fonts/smooth-stone-regular.svg#smooth-stone-regular") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.limited-width-1366,
.wpb_text_column.limited-width-1366,
body .vc_row.limited-width-1366,
body .vc_section.limited-width-1366 {
  max-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.limited-width-1366-p-30,
.dmc-header-row-4 .dmc-header-row-inner,
.dmc-header-row-1 .dmc-header-row-inner,
.wpb_text_column.limited-width-1366-p-30,
body .vc_row.limited-width-1366-p-30,
body .vc_section.limited-width-1366-p-30 {
  max-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-1200-p-30,
.dmc-single-post-wrapper,
.dmc-bakery-featured-logos .dmc-bakery-featured-logos-inner,
.wpb_text_column.limited-width-1200-p-30,
body .vc_row.limited-width-1200-p-30,
body .vc_section.limited-width-1200-p-30 {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-960-p-30,
.wpb_text_column.limited-width-960-p-30,
body .vc_row.limited-width-960-p-30,
body .vc_section.limited-width-960-p-30 {
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-620-p-30,
.wpb_text_column.limited-width-620-p-30,
body .vc_row.limited-width-620-p-30,
body .vc_section.limited-width-620-p-30 {
  max-width: 620px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.limited-width-480-p-30,
.wpb_text_column.limited-width-480-p-30,
body .vc_row.limited-width-480-p-30,
body .vc_section.limited-width-480-p-30 {
  max-width: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* -===[ 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 ]===- */

/* -===[ BEG IPHONE 5 ]===- */

/* -===[ END IPHONE 5 ]===- */

/* -===[ END RESPONSIVE ]===- */

@media only screen and (max-width: 1262px) {
  .dmc-custom-menu .dmc-custom-menu-inner > li:after {
    margin: 0 10px;
  }

  .single-post-sidebar-holder {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1151px) {
  #pre-landscape-indicator {
    display: block;
  }
}

@media only screen and (max-width: 1134px) {
  .dmc-single-post.content-home {
    max-width: calc(50% - 15px);
  }

  .dmc-bakery-home-splitter .feed-widget {
    margin-right: 30px;
  }

  .dmc-bakery-home-splitter.dmc-bakery-home-posts-five-six .feed-widget {
    margin-left: 30px;
  }

  .ee-has-sidebar-1 .ee-sidebar {
    margin-right: 30px;
  }

  .ee-content-feed-1 {
    max-width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  .ee-has-sidebar-1 .ee-mainbar .ajax-loader-wrapper {
    padding-right: 296px;
  }

  .dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column {
    font-size: 39px;
  }

  .dmc-angle-image-1 .wpb_single_image.vc_align_center {
    padding: 0 40px;
  }

  .dmc-angle-image-1 .wpb_text_column {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: initial;
    left: -10px;
    font-size: 30px;
    line-height: 54px;
  }

  .dmc-angle-image-1 .wpb_text_column:after {
    font-size: 36px;
    left: 62px;
  }
}

@media only screen and (max-width: 1024px) {
  #landscape-indicator {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  #pre-tablet-indicator {
    display: block;
  }

  .dmc-single-post.content-featured .data-title {
    font-size: 15px;
    line-height: 17px;
    padding: 0 4px;
    margin-top: 11px;
  }

  .dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(2) {
    padding-top: 10px;
  }

  .tasty-recipes {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dmc-single-post-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-post-sidebar-holder {
    display: none;
  }

  .dmc-single-post.content-featured {
    margin-right: 16px;
  }

  .dmc-single-post.content-home {
    max-width: calc(50% - 10px);
  }

  .dmc-single-post.content-more-posts {
    max-width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  .dmc-single-post.content-more-posts:nth-child(3n) {
    margin-right: 0;
  }

  .dmc-bakery-home-splitter .feed-widget {
    margin-right: 20px;
  }

  .dmc-bakery-home-splitter.dmc-bakery-home-posts-five-six .feed-widget {
    margin-left: 20px;
  }

  .dmc-footer-row-1 .dmc-col-1 {
    width: 47%;
  }

  .dmc-footer-row-1 .dmc-col-2 {
    width: 53%;
  }

  .dmc-footer-row-1 .dmc-col-2 .section-content .recoleta_bold_36_ls_15_lh_46 {
    font-size: 32px;
    line-height: 42px;
  }

  .ee-has-sidebar-1 > .dmc-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;
  }

  .ee-has-sidebar-1 .ee-sidebar {
    margin: 0 auto;
    text-align: center;
  }

  .ee-has-sidebar-1 .ee-mainbar {
    margin-top: 40px;
    max-width: 792px;
  }

  .ee-has-sidebar-1 .ee-mainbar .ajax-loader-wrapper {
    padding-right: 0;
  }

  .dmc-page-about-two-column .wpb_single_image {
    padding-left: 20px;
  }

  .dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column {
    font-size: 33px;
    left: initial;
    top: 50px;
    right: -20px;
  }

  .dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column:after {
    bottom: -18px;
    right: 11px;
    font-size: 65px;
  }

  .dmc-header-row-1 .dmc-social-accounts .links-wrapper a {
    margin-right: 15px;
  }

  .dmc-header-row-1 .dmc-social-accounts {
    margin-right: 20px;
  }

  .dmc-header-row-3,
  .dmc-header-row-2,
  .dmc-header-row-1 {
    display: none;
  }

  .dmc-header-row-4 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 70px;
  }

  .dmc-header-row-4 .dmc-icon-hamburger-wrap {
    display: block;
  }

  .dmc-header-row-4 .dmc-custom-menu {
    display: none;
  }

  .dmc-header-row-4 .dmc-icon-hamburger span {
    background: #fff;
  }

  .dmc-header-row-4 .dmc-header-row-inner > .dmc-col-3 {
    display: none;
  }

  .dmc-body-inner {
    padding-top: 70px;
  }

  #dmc-mobile-menu {
    display: block;
  }

  #dmc-front-page {
    margin-top: 0;
  }

  .ee-recipe-index-filter .filter-wrap {
    overflow: scroll;
    max-height: 200px;
  }

  .ee-recipe-index-filter:nth-child(n+3) .filter-wrap {
    display: none;
  }

  .content-recipe-feed .data-title {
    padding-top: 10px;
    font-size: 18px;
    padding-right: 4px;
    padding-left: 4px;
  }
}

@media only screen and (max-width: 768px) {
  #tablet-indicator {
    display: block;
  }

  .dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 25%;
    margin-right: 0 !important;
  }

  .dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }

  .dmc-bakery-newsletter-row.style-about-page .data-content .recoleta_36_ls_15_lh_28 {
    font-size: 26px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe .data-title,
  .recoleta_bold_36_ls_15_lh_46 {
    font-size: 26px;
    line-height: 36px;
  }

  .recoleta_bold_36_ls_15_lh_28 {
    font-size: 26px;
    line-height: 36px;
  }

  #dmc-comments ul.comment-list ul.children article,
  .dmc-bakery-newsletter-row > .dmc-inner,
  .ee_feed_section_style_1 > .dmc-inner,
  .dmc-header-row-4 .dmc-header-row-inner,
  .dmc-bakery-page-about-featured-posts > .dmc-inner,
  .limited-width-960-p-30,
  .wpb_text_column.limited-width-960-p-30,
  body .vc_row.limited-width-960-p-30,
  body .vc_section.limited-width-960-p-30,
  .limited-width-1200-p-30,
  .dmc-single-post-wrapper,
  .dmc-bakery-featured-logos .dmc-bakery-featured-logos-inner,
  .wpb_text_column.limited-width-1200-p-30,
  .wpb_text_column.dmc-single-post-wrapper,
  .dmc-bakery-featured-logos .wpb_text_column.dmc-bakery-featured-logos-inner,
  body .vc_row.limited-width-1200-p-30,
  body .vc_row.dmc-single-post-wrapper,
  body .dmc-bakery-featured-logos .vc_row.dmc-bakery-featured-logos-inner,
  .dmc-bakery-featured-logos body .vc_row.dmc-bakery-featured-logos-inner,
  body .vc_section.limited-width-1200-p-30,
  body .vc_section.dmc-single-post-wrapper,
  body .dmc-bakery-featured-logos .vc_section.dmc-bakery-featured-logos-inner,
  .dmc-bakery-featured-logos body .vc_section.dmc-bakery-featured-logos-inner,
  .limited-width-620-p-30,
  .wpb_text_column.limited-width-620-p-30,
  body .vc_row.limited-width-620-p-30,
  body .vc_section.limited-width-620-p-30,
  .ee_feed_style_1,
  .dmc-category-title,
  .ee-has-sidebar-1,
  .dmc-bakery-home-splitter > .dmc-inner,
  .dmc-bakery-more-posts > .dmc-inner,
  .dmc-bakery-tabs .dmc-tabs-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  #dmc-comments ul.comment-list ul.children {
    padding-right: 0;
    padding-left: 20px;
  }

  .ee_feed_section_style_1 .posts-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-single-post.content-featured {
    width: calc(50% - 8px);
    margin-bottom: 40px;
  }

  .dmc-single-post.content-featured:nth-child(2n) {
    margin-right: 0;
  }

  .dmc-bakery-home-splitter > .dmc-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-bakery-home-splitter .feed-widget {
    margin-right: 0;
  }

  .dmc-bakery-home-splitter.dmc-bakery-home-posts-five-six .feed-widget {
    margin-left: 0;
  }

  .dmc-bakery-home-splitter .section-title {
    text-align: center;
  }

  .dmc-bakery-home-splitter .feed-widget .posts-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-single-post.content-home {
    margin-bottom: 40px;
    max-width: 385px;
  }

  .dmc-single-post.content-home:last-child {
    margin-bottom: 0;
  }

  .dmc-bakery-more-posts .posts-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-single-post.content-more-posts {
    max-width: 358px;
    margin-right: 0;
  }

  .dmc-bakery-home-posts-three-four .home-ad,
  .dmc-bakery-home-posts-one-two .home-widget {
    margin-top: 40px;
  }

  .dmc-bakery-home-posts-five-six .home-widget {
    margin-bottom: 40px;
  }

  .dmc-bakery-tabs .selected-posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 33.3333333333%;
    margin-right: 0 !important;
  }

  .dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(n+4) {
    display: none;
  }

  .dmc-footer-row-2 .dmc-copyright p {
    width: 100%;
  }

  .dmc-footer-row-2 .dmc-copyright p:after {
    display: none;
  }

  .ee-content-feed-1 {
    width: calc((100% - 16px) / 2);
    max-width: 264px;
    margin-right: 16px;
    margin-bottom: 20px;
  }

  .ee-content-feed-1:nth-child(3n) {
    margin-right: 16px;
  }

  .ee-content-feed-1:nth-child(2n) {
    margin-right: 0;
  }

  .ee_feed_style_1 .posts-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-bakery-banner {
    height: 66.6666666667vw;
  }

  .dmc-page-about-two-column .wpb_single_image {
    padding-right: 20px;
  }

  .dmc-page-about-two-column .vc_col-sm-6:nth-child(2) {
    max-width: 390px;
    margin: 0 auto;
  }

  .dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column {
    font-size: 30px;
    right: -10px;
  }

  .dmc-page-about-two-column .vc_col-sm-6:nth-child(2) .wpb_text_column:after {
    bottom: -6px;
  }

  .dmc-bakery-page-about-featured-posts .the-posts-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-bakery-page-about-featured-posts .the-post-wrapper {
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 40px;
  }

  .dmc-bakery-page-about-featured-posts .the-post-wrapper:last-child {
    margin-bottom: 0;
  }

  .dmc-bakery-page-about-featured-posts .section-title {
    font-size: 35px;
    line-height: 55px;
    text-align: center;
  }

  .dmc-footer-row-1 .dmc-col-1 .dmc-image-holder .mobile-image {
    display: block;
  }

  .dmc-footer-row-1 .dmc-col-1 .dmc-image-holder .mobile-image img {
    max-width: 110px;
  }

  .dmc-footer-row-1 .dmc-col-1 .dmc-image-holder .desktop-image {
    display: none;
  }

  .dmc-footer-row-1 {
    height: auto;
    margin-top: 50px;
  }

  .dmc-footer-row-1 .footer-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-footer-row-1 .footer-banner h2 {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 22px;
  }

  .dmc-footer-row-1 .dmc-col-1 {
    margin-right: 16px;
    padding-right: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    max-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .dmc-footer-row-1 .dmc-col-2 {
    width: 50%;
    max-width: 245px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 16px;
    padding-left: 0;
  }

  .dmc-footer-row-1 .dmc-col-1 .dmc-image-holder .image-text {
    right: -15px;
    bottom: 13px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 140px;
    text-align: right;
  }

  .dmc-footer-row-1 .dmc-col-2 .section-content {
    padding: 5px 20px 63px 0;
  }

  .dmc-bakery-newsletter-row > .dmc-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-bakery-newsletter-row .data-content {
    margin-right: 0 !important;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .dmc-kartra-form input[type=text] {
    text-align: center;
  }

  .dmc-kartra-form input[type=email] {
    text-align: center;
    margin-bottom: 20px;
  }

  .dmc-kartra-form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 355px;
    margin: 0 auto;
  }

  .dmc-kartra-form button {
    margin-left: 0 !important;
  }

  .dmc-single-post.content .data-title-holder {
    padding: 0;
  }

  .tasty-recipes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tasty-recipes .dmc-row-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tasty-recipes .top-title {
    text-align: center;
  }

  .tasty-recipes .dmc-row-1 .dmc-col-1 {
    text-align: center;
  }

  .tasty-recipes .dmc-row-1 .dmc-col-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .tasty-recipes .dmc-recipe-additional-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tasty-recipes .dmc-recipe-additional-info .dmc-recipe-info-item {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tasty-recipes .dmc-recipe-additional-info .dmc-recipe-info-item:after {
    display: none;
  }

  .dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 > .dmc-col-1 {
    width: 100%;
  }

  .dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 > .dmc-col-1 .dmc-sharing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-single-post.content .dmc-single-post-footer > .dmc-row-2 > .dmc-col-2 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  #dmc-comments .comment-form-url,
  #dmc-comments .comment-form-author {
    margin-right: 0;
  }

  #dmc-comments .tasty-recipes-ratings,
  #dmc-comments .comment-form-email {
    margin-left: 0;
  }

  #dmc-comments .tasty-recipes-ratings,
  #dmc-comments .comment-form-url,
  #dmc-comments .comment-form-email,
  #dmc-comments .comment-form-author {
    width: 100%;
  }

  .dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }

  .dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(1) .wpb_single_image.vc_align_left {
    text-align: center;
  }

  .dmc-page-work-two-column-1 .vc_col-sm-6:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .dmc-bakery-featured-logos .section-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-bakery-featured-logos .section-content .dmc-bakery-featured-logo {
    max-width: 48%;
  }

  .dmc-page-work-two-column-2 .vc_col-sm-6:nth-child(3) .wpb_text_column:nth-child(1) {
    margin-bottom: 60px;
  }

  .wpcf7 .dmc-cf-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wpcf7 .dmc-cf-col {
    margin: 0 0 12px;
  }

  .wpcf7 .dmc-cf-col:last-child {
    margin-bottom: 0;
  }

  .ee_feed_section_style_1 > .dmc-inner {
    padding-bottom: 20px;
  }

  .dmc-bakery-tabs .button-holder {
    margin-top: 10px;
  }

  .dmc-bakery-home-splitter.dmc-bakery-home-posts-three-four {
    margin-bottom: 40px;
  }

  .dmc-bakery-home-splitter.dmc-bakery-home-posts-five-six {
    margin-top: 40px;
  }

  .tasty-recipes .dmc-recipe-time .dmc-recipe-time-item {
    padding-left: 4px;
    padding-right: 4px;
  }

  .tasty-recipes .dmc-recipe-time .dmc-recipe-time-item .label {
    letter-spacing: 1.5px;
  }

  .tasty-recipes .dmc-recipe-time .dmc-recipe-time-item .value {
    font-size: 13px;
  }

  .content-product-feed .data-title {
    padding-right: 4px;
    padding-left: 4px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-group-1 {
    margin-top: 20px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe .data-content {
    margin-top: 12px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-kartra-form {
    margin-top: 16px;
  }

  .dmc-kartra-form.style-3 input[type=text],
  .dmc-kartra-form.style-2 input[type=text],
  .dmc-kartra-form.style-1 input[type=text] {
    margin-bottom: 10px;
    max-width: 100%;
    margin-right: 0;
  }

  .dmc-kartra-form.style-2 input[type=email] {
    margin-bottom: 10px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe .data-privacy {
    margin-top: 25px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-group-1 {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 374px) {
  .dmc-footer-row-1 .dmc-col-1 {
    margin-right: 10px;
  }

  .dmc-footer-row-1 .dmc-col-2 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .dmc-bakery-newsletter-row.style-about-page .data-content {
    margin-right: 20px;
  }

  .dmc-bakery-newsletter-row.style-about-page .data-content .recoleta_36_ls_15_lh_28 {
    font-size: 26px;
  }

  .dmc-kartra-form.style-3 {
    max-width: 430px;
  }

  .dmc-single-post.content-more-posts .data-title,
  .dmc-single-post.content-home .data-title {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 21px;
    line-height: 25px;
  }

  .dmc-bakery-home-splitter .home-ad,
  .widget_dmc-widget-recipe-index,
  .widget_dmc-widget-info,
  .dmc-bakery-home-splitter .home-widget {
    max-width: 260px;
  }

  .dmc-bakery-home-splitter .home-widget.style-2 > .dmc-inner,
  .widget_dmc-widget-recipe-index > .dmc-inner,
  .widget_dmc-widget-info > .dmc-inner,
  .dmc-bakery-home-splitter .home-widget > .dmc-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .widget_dmc-widget-recipe-index .data-title,
  .dmc-bakery-home-splitter .home-widget.style-2 .data-title {
    font-size: 32px;
  }

  .dmc-single-post.content-more-posts .data-excerpt,
  .dmc-single-post.content-home .data-excerpt {
    padding: 0 10px;
  }
}