@charset "UTF-8";

/*
Theme Name: The Original Dish
Author: Dan Miller Coding
Author URI: https://danmillercoding.com/
Description: Custom theme for The Original Dish
Version: 23.0.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.3

*/

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

body {
  margin: 0;
  position: relative;
  font-size: 1em;
  line-height: 1;
  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;
  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.2.1

*/

.dmc-clear {
  clear: both;
}

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

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

.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-cf-selector input {
  display: none;
}

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

.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 {
  margin-bottom: 0;
}

.dmc-body-inner .yikes-easy-mc-form input[type=url],
.dmc-body-inner .yikes-easy-mc-form input[type=text],
.dmc-body-inner .yikes-easy-mc-form input[type=number],
.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;
}

.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: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 13px;
  border: 0;
  color: black;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
DMC THEME BUILDER

@version 3.6

*/

.yikes-easy-mc-form .submit-button-inline-label {
  width: auto !important;
}

picture {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

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

.dmc-empty-image {
  display: block;
  background: #7f8c8d;
  margin: 0 auto;
  padding-bottom: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.dmc-empty-image:hover {
  background: rgba(127, 140, 141, 0.75);
}

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

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

.dmc-image-link-wrapper:hover picture {
  opacity: 0.75;
}

a:hover > .featured-media img {
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

.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;
  font-style: normal;
}

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

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

#mobile-indicator {
  display: none;
}

#tablet-indicator {
  display: none;
}

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

#landscape-indicator {
  display: none;
}

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

.dmc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.dmc-bg.dmc-bg-image {
  background-position: center;
  background-size: cover;
  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-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.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s 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.2s ease-in-out normal;
  animation: burger-top-open 0.2s 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.2s ease-in-out normal;
  animation: burger-bot-open 0.2s 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.2s ease-in-out normal;
  animation: burger-top-close 0.2s 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.2s ease-in-out normal;
  animation: burger-bot-close 0.2s 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_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-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-social-accounts.style-horizontal .dmc-social-accounts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-social-accounts.style-horizontal .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-social-accounts.style-vertical .links-wrapper a {
  display: block;
}

.dmc-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-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-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-search-form {
  width: 100%;
  margin: 0 auto;
}

.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-bakery-background {
  position: relative;
  height: 100vh;
}

.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: 10px;
}

.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 SASS

@version 1.1.0

*/

@font-face {
  font-family: Azo Sans Light;
  src: url("fonts/AzoSans-Light.eot");
  src: url("fonts/AzoSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AzoSans-Light.woff2") format("woff2"), url("fonts/AzoSans-Light.woff") format("woff"), url("fonts/AzoSans-Light.ttf") format("truetype"), url("fonts/AzoSans-Light.svg#AzoSans-Light") format("svg");
  font-display: swap;
}

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

@font-face {
  font-family: IvyPresto Display Light;
  src: url("fonts/IvyPresto-Display-Light.eot");
  src: url("fonts/IvyPresto-Display-Light.eot?#iefix") format("embedded-opentype"), url("fonts/IvyPresto-Display-Light.woff2") format("woff2"), url("fonts/IvyPresto-Display-Light.woff") format("woff"), url("fonts/IvyPresto-Display-Light.ttf") format("truetype"), url("fonts/IvyPresto-Display-Light.svg#IvyPresto-Display-Light") format("svg");
  font-display: swap;
}

@font-face {
  font-family: IvyPresto Display Light Italic;
  src: url("fonts/IvyPresto-Display-Light-Italic.eot");
  src: url("fonts/IvyPresto-Display-Light-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/IvyPresto-Display-Light-Italic.woff2") format("woff2"), url("fonts/IvyPresto-Display-Light-Italic.woff") format("woff"), url("fonts/IvyPresto-Display-Light-Italic.ttf") format("truetype"), url("fonts/IvyPresto-Display-Light-Italic.svg#IvyPresto-Display-Light-Italic") format("svg");
  font-display: swap;
}

@font-face {
  font-family: Margo Script Regular;
  src: url("fonts/MargoScript-Regular.eot");
  src: url("fonts/MargoScript-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MargoScript-Regular.woff2") format("woff2"), url("fonts/MargoScript-Regular.woff") format("woff"), url("fonts/MargoScript-Regular.ttf") format("truetype"), url("fonts/MargoScript-Regular.svg#MargoScript-Regular") format("svg");
  font-display: swap;
}

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

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

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

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

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

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

.dmc-width-main {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dmc-width-1256 {
  max-width: 1256px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.dmc-padding-68px {
  padding-right: 68px;
  padding-left: 68px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

#dmc-front-page {
  margin-top: 58px;
}

#dmc-archive-page,
#dmc-search-page {
  margin-top: 64px;
}

body {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  background: #fff;
}

a {
  color: #000;
}

a:hover {
  color: rgba(0, 0, 0, 0.75);
}

.dmc-a-picture-holder,
.dmc-image-holder {
  background: #E8DBD0;
}

.dmc-recipe-dymt .dmc-recipe-dymt-content a:hover,
.dmc-header-row-1 .dmc-menu-wrapper a:hover {
  color: #fff;
}

.dmc-footer-row-1 .dmc-menu-wrapper a:hover,
.dmc-single-post.content-popular a:hover {
  color: #E8DBD0;
}

#dmc-comments input[type=submit]:hover {
  background: #F5F4EC;
}

.wpcf7 input[type=submit]:hover,
.dmc-newsletter-wrapper .section-form button[type=submit]:hover,
.dmc-footer-row-1 .dmc-ig-wrapper .dmc-ig-handle:hover {
  background: #fff;
}

.dmc-posts-feed.loading .posts-wrapper {
  opacity: 1;
}

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

.dmc-icon-64 {
  font-style: normal;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.dmc-icon-64.dmc-icon-facebook {
  width: 6px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1LjUzIDExLjg0Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzI2MjYyNjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBpZD0iRmFjZWJvb2tfSWNvbiIgZGF0YS1uYW1lPSJGYWNlYm9vayBJY29uIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zLjY1LDMuNTVWMi42QS41MS41MSwwLDAsMSw0LjA4LDJINS41VjBIMy42N0EyLjMsMi4zLDAsMCwwLDEuMTgsMi4xYTIuNTQsMi41NCwwLDAsMCwwLC4zOVYzLjU1SDBWNS45MkgxLjE5djUuOTJIMy41NlY1LjkySDUuMzJMNS4zOSw1bC4xNC0xLjQ0WiIvPjwvZz48L2c+PC9zdmc+");
}

.dmc-icon-64.dmc-icon-facebook:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1LjUzIDExLjg1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iTGF5ZXJfMi0yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTItMiIgZGF0YS1uYW1lPSJMYXllciAxLTIiPjxwYXRoIGlkPSJGYWNlYm9va19JY29uIiBkYXRhLW5hbWU9IkZhY2Vib29rIEljb24iIGNsYXNzPSJjbHMtMSIgZD0iTTMuNjUsMy41NnYtMUEuNTIuNTIsMCwwLDEsNC4wNiwySDUuNVYwSDMuNjdBMi4zLDIuMywwLDAsMCwxLjE4LDIuMWgwYTIuNTQsMi41NCwwLDAsMCwwLC4zOVYzLjU2SDBWNS45M0gxLjE5djUuOTJIMy41NlY1LjkzSDUuMzJMNS4zOSw1bC4xNC0xLjQ0WiIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
}

.dmc-icon-64.dmc-icon-instagram {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS43NiAxMS43NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyNjI2MjY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggaWQ9Ikluc3RhZ3JhbV9JY29uIiBkYXRhLW5hbWU9Ikluc3RhZ3JhbSBJY29uIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yLjg3LDUuODhhMywzLDAsMSwxLDMsM2gwYTMsMywwLDAsMS0zLTNaTTksMEgyLjc4QTIuNzksMi43OSwwLDAsMCwwLDIuNzhWOWEyLjgsMi44LDAsMCwwLDIuNzgsMi43OEg5QTIuNzksMi43OSwwLDAsMCwxMS43Niw5VjIuNzhBMi43OSwyLjc5LDAsMCwwLDksMFpNMi43OC43SDlhMi4xLDIuMSwwLDAsMSwyLjA5LDIuMDlWOUEyLjA5LDIuMDksMCwwLDEsOSwxMS4wN0gyLjc4QTIuMDksMi4wOSwwLDAsMSwuNjksOVYyLjc5QTIuMSwyLjEsMCwwLDEsMi43OC43Wm02LjgyLjg4QS42MS42MSwwLDAsMCw5LDIuMTlIOWEuNjEuNjEsMCwwLDAsLjYxLjYxaDBhLjYxLjYxLDAsMCwwLC42MS0uNjFoMGEuNjEuNjEsMCwwLDAtLjYxLS42MVptLjA3LDQuM0EzLjc5LDMuNzksMCwwLDAsNS44OCwyLjA5aDBhMy44LDMuOCwwLDEsMCwwLDcuNTloMEEzLjc5LDMuNzksMCwwLDAsOS42Nyw1Ljg5WiIvPjwvZz48L2c+PC9zdmc+");
}

.dmc-icon-64.dmc-icon-instagram:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS43NiAxMS43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGcgaWQ9IkxheWVyXzItMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMS0yIj48cGF0aCBpZD0iSW5zdGFncmFtX0ljb24iIGRhdGEtbmFtZT0iSW5zdGFncmFtIEljb24iIGNsYXNzPSJjbHMtMSIgZD0iTTIuODcsNS44OGEzLDMsMCwxLDEsMywzaDBBMywzLDAsMCwxLDIuODcsNS44OFpNOSwwSDIuNzhBMi44LDIuOCwwLDAsMCwwLDIuNzhWOWEyLjgsMi44LDAsMCwwLDIuNzgsMi43OEg5QTIuNzksMi43OSwwLDAsMCwxMS43Niw5VjIuNzhBMi43OSwyLjc5LDAsMCwwLDksMFpNMi43OC43SDlhMi4xMSwyLjExLDAsMCwxLDIuMDksMi4wOVY5QTIuMDgsMi4wOCwwLDAsMSw5LDExLjA3SDIuNzhBMi4wOCwyLjA4LDAsMCwxLC42OSw5VjIuNzlBMi4xMSwyLjExLDAsMCwxLDIuNzguN1ptNi44Mi44OGEuNjIuNjIsMCwwLDAtLjYuNjFIOWEuNjEuNjEsMCwwLDAsLjYxLjYxaDBhLjYxLjYxLDAsMCwwLC42MS0uNjFoMGEuNjEuNjEsMCwwLDAtLjYxLS42MVptLjA3LDQuM0EzLjc5LDMuNzksMCwwLDAsNS44OCwyLjA5aDBhMy44LDMuOCwwLDAsMC0uMzksNy41OWguMzlBMy43OSwzLjc5LDAsMCwwLDkuNjcsNS44OWgwWiIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
}

.dmc-icon-64.dmc-icon-pinterest {
  width: 10px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjkzIDEyLjM5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzI2MjYyNjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBpZD0iUGludGVyZXN0X0ljb24iIGRhdGEtbmFtZT0iUGludGVyZXN0IEljb24iIGNsYXNzPSJjbHMtMSIgZD0iTTUuMjUsMEMxLjc3LDAsMCwyLjQyLDAsNC40NUEzLjg4LDMuODgsMCwwLDAsLjE0LDUuNTIsMi4zMywyLjMzLDAsMCwwLDEuNTEsNy4xN2EuMjMuMjMsMCwwLDAsLjMzLS4wOS4xNi4xNiwwLDAsMCwwLS4wOGMwLS4xMy4xMS0uNDQuMTYtLjU4YS4zNC4zNCwwLDAsMC0uMS0uNCwxLjcyLDEuNzIsMCwwLDEtLjQtLjc0LDIuMzcsMi4zNywwLDAsMS0uMDktLjY1QTMuNDMsMy40MywwLDAsMSw0Ljg5LDEuMjFoLjE3YzIsMCwzLjA2LDEuMTYsMy4wNiwyLjcyQTYuNTYsNi41NiwwLDAsMSw4LDUuMjZjLS4zMSwxLjQzLTEuMTIsMi40Ny0yLjIsMi40N2ExLjEzLDEuMTMsMCwwLDEtMS4yLTEsMi4wNywyLjA3LDAsMCwxLDAtLjM1Yy4xMS0uNDIuMjctLjg2LjQtMS4zYTQuNTksNC41OSwwLDAsMCwuMjctMS4yMiwxLDEsMCwwLDAtLjg1LTEuMDZINC4yOWMtLjc5LDAtMS40Mi43OS0xLjQyLDEuODRhMy4xNSwzLjE1LDAsMCwwLDAsLjUzLDIuNDcsMi40NywwLDAsMCwuMTkuNlMyLjI5LDksMi4xNiw5LjYxYTcuNjUsNy42NSwwLDAsMCwwLDIuNy4xLjEsMCwwLDAsLjE3LDBBNy42OCw3LjY4LDAsMCwwLDMuNjUsMTBjLjA4LS4zMy41MS0yLC41MS0yQTIuMTEsMi4xMSwwLDAsMCw2LDksNCw0LDAsMCwwLDkuNzcsNS41NGE2LjUzLDYuNTMsMCwwLDAsLjE2LTEuNDZDOS45MywyLDguMDgsMCw1LjI2LDBaIi8+PC9nPjwvZz48L3N2Zz4=");
}

.dmc-icon-64.dmc-icon-pinterest:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjkzIDEyLjM2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48ZyBpZD0iTGF5ZXJfMi0yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTItMiIgZGF0YS1uYW1lPSJMYXllciAxLTIiPjxwYXRoIGlkPSJQaW50ZXJlc3RfSWNvbiIgZGF0YS1uYW1lPSJQaW50ZXJlc3QgSWNvbiIgY2xhc3M9ImNscy0xIiBkPSJNNS4yNSwwQzEuNzcsMCwwLDIuNDIsMCw0LjQ1QTMuODgsMy44OCwwLDAsMCwuMTQsNS41MiwyLjMxLDIuMzEsMCwwLDAsMS41MSw3LjE3YS4yMy4yMywwLDAsMCwuMzItLjA3djBhLjExLjExLDAsMCwwLDAtLjA4QTIuNjYsMi42NiwwLDAsMSwyLDYuNDIuMzQuMzQsMCwwLDAsMS45LDZhMS43MiwxLjcyLDAsMCwxLS40LS43NCwyLjM3LDIuMzcsMCwwLDEtLjA5LS42NUEzLjQ0LDMuNDQsMCwwLDEsNC44NSwxLjIxaC4yMWMyLDAsMy4wNiwxLjE2LDMuMDYsMi43MkE1LjkzLDUuOTMsMCwwLDEsOCw1LjI2QzcuNjksNi42OSw2Ljg4LDcuNzMsNS44LDcuNzNhMS4xMywxLjEzLDAsMCwxLTEuMi0xLDIsMiwwLDAsMSwwLS4zNWMuMTEtLjQyLjI3LS44Ni40LTEuM2E0LjIzLDQuMjMsMCwwLDAsLjI3LTEuMjJBMSwxLDAsMCwwLDQuNDIsMi44SDQuMjljLS43OSwwLTEuNDIuNzktMS40MiwxLjg0YTQuNjksNC42OSwwLDAsMCwwLC41MywyLjQ3LDIuNDcsMCwwLDAsLjE5LjZTMi4yOSw5LDIuMTYsOS42MWE3LjY1LDcuNjUsMCwwLDAsMCwyLjcuMS4xLDAsMCwwLC4xNCwwbDAsMEE3LjcsNy43LDAsMCwwLDMuNjUsMTBjLjA4LS4zMy41MS0yLC41MS0yQTIuMDksMi4wOSwwLDAsMCw2LDksNCw0LDAsMCwwLDkuNzcsNS41NGE2LjUzLDYuNTMsMCwwLDAsLjE2LTEuNDZBNC4zNyw0LjM3LDAsMCwwLDUuMjYsMFoiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
}

.dmc-icon-64.dmc-icon-arrow {
  width: 34px;
  height: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC43MSA4LjczIj48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxnIGlkPSJHcm91cF8xMTUiIGRhdGEtbmFtZT0iR3JvdXAgMTE1Ij48ZyBpZD0iTGluZV8yNSIgZGF0YS1uYW1lPSJMaW5lIDI1Ij48cmVjdCB5PSIzLjg3IiB3aWR0aD0iMzQiIGhlaWdodD0iMSIvPjwvZz48ZyBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSI+PHBvbHlnb24gcG9pbnRzPSIzMC4zNCA4LjczIDI5LjYzIDguMDIgMzMuMjkgNC4zNyAyOS42MyAwLjcxIDMwLjM0IDAgMzQuNzEgNC4zNyAzMC4zNCA4LjczIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}

.dmc-icon-64.dmc-icon-chevron,
.dmc-slick-slider.dmc-slick-slider-tax-list .slick-arrow,
.dmc-slick-slider.dmc-slick-slider-related .slick-arrow {
  font-style: normal;
  display: block;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy43NyA4LjMiPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGcgaWQ9IkFycm93Ij48cG9seWdvbiBwb2ludHM9IjYuODggOC4zIDAgMS40MSAxLjQxIDAgNi44OCA1LjQ3IDEyLjM1IDAgMTMuNzcgMS40MSA2Ljg4IDguMyIvPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}

.dmc-icon-64.dmc-icon-search,
.dmc-search-form .fa-search {
  font-style: normal;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMi4wNyI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO30uY2xzLTJ7c3Ryb2tlOiMzMDJiMjg7c3Ryb2tlLXdpZHRoOjEuNXB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxnIGlkPSJFbGxpcHNlXzEiIGRhdGEtbmFtZT0iRWxsaXBzZSAxIj48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjQuNyIgY3k9IjQuNyIgcj0iNC43Ii8+PGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSI0LjciIGN5PSI0LjciIHI9IjMuOTUiLz48L2c+PGxpbmUgaWQ9IkxpbmVfMSIgZGF0YS1uYW1lPSJMaW5lIDEiIGNsYXNzPSJjbHMtMiIgeDE9IjcuNiIgeTE9IjcuNjciIHgyPSIxMS40NyIgeTI9IjExLjU0Ii8+PC9nPjwvZz48L3N2Zz4=");
}

.dmc-icon-64.dmc-icon-search:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMi4wNyI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO30uY2xzLTJ7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjEuNXB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxnIGlkPSJMYXllcl8yLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMi0yIiBkYXRhLW5hbWU9IkxheWVyIDEtMiI+PGcgaWQ9IkVsbGlwc2VfMSIgZGF0YS1uYW1lPSJFbGxpcHNlIDEiPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNC43IiBjeT0iNC43IiByPSI0LjciLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjQuNyIgY3k9IjQuNyIgcj0iMy45NSIvPjwvZz48bGluZSBpZD0iTGluZV8xIiBkYXRhLW5hbWU9IkxpbmUgMSIgY2xhc3M9ImNscy0yIiB4MT0iNy42IiB5MT0iNy42NyIgeDI9IjExLjQ3IiB5Mj0iMTEuNTQiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
}

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

.disabled-input::-webkit-input-placeholder,
textarea::-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: #000;
}

.disabled-input::-moz-placeholder,
textarea::-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: #000;
}

.disabled-input:-ms-input-placeholder,
textarea:-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: #000;
}

.disabled-input::-ms-input-placeholder,
textarea::-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: #000;
}

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

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

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

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

fieldset legend {
  padding: 0 10px;
}

textarea,
input {
  outline-color: #E8DBD0;
}

.dmc-button-wrap a.dmc-button,
.dmc-button-wrap a.dmc-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dmc-button-wrap.style-1.white-hover .dmc-button:hover,
.dmc-button-wrap.style-default.white-hover .dmc-button:hover {
  background: #fff;
}

.dmc-button-wrap.style-1 .dmc-button,
.dmc-button-wrap.style-default .dmc-button {
  background: #E8DBD0;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 10px;
  -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-button-wrap.style-1 .dmc-button:hover,
.dmc-button-wrap.style-default .dmc-button:hover {
  background: #F5F4EC;
  color: #000;
}

.dmc-button-wrap.style-default .dmc-button {
  min-width: 150px;
}

.dmc-button-wrap.style-1 .dmc-button {
  min-width: 160px;
}

.dmc_pfa_main_trigger.loader-type-button {
  margin: 0 auto;
  text-align: center;
  width: 150px;
  background: #E8DBD0;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 10px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.dmc_pfa_main_trigger.loader-type-button:hover {
  background: #F5F4EC;
}

.dmc-button-wrap.style-arrow .dmc-button:hover span {
  color: #000;
  -webkit-box-shadow: inset 0px -6px 0px 0px #F5F4EC;
  box-shadow: inset 0px -6px 0px 0px #F5F4EC;
}

.dmc-button-wrap.style-arrow .dmc-button span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-shadow: inset 0px -1px 0px 0px #fff, inset 0px -7px 0px 0px #E8DBD0;
  box-shadow: inset 0px -1px 0px 0px #fff, inset 0px -7px 0px 0px #E8DBD0;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  padding: 0 2px;
}

.dmc-button-wrap.style-arrow .dmc-button span:hover {
  color: #000;
  -webkit-box-shadow: inset 0px -1px 0px 0px #fff, inset 0px -7px 0px 0px #F5F4EC;
  box-shadow: inset 0px -1px 0px 0px #fff, inset 0px -7px 0px 0px #F5F4EC;
}

.dmc-button-wrap.style-arrow .dmc-button .dmc-icon-arrow {
  margin-left: 12px;
  display: inline-block;
}

.dmc-body-inner {
  padding-top: 90px;
}

.dmc-header-row-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  background: #E8DBD0;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}

body.admin-bar .dmc-header-row-1 {
  top: 32px;
}

.dmc-header-row-1 .dmc-header-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-header-row-1 .dmc-col-1 {
  padding-left: 60px;
  padding-right: 60px;
}

.dmc-header-row-1 .dmc-col-2 {
  padding-right: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-header-row-1 .dmc-col-2 .dmc-group-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-header-row-1 .dmc-col-2 .dmc-social-accounts {
  margin-left: 20px;
}

.dmc-header-row-1 .dmc-col-2 .dmc-social-accounts a {
  margin-right: 15px;
}

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

.dmc-header-row-1 .mobile-hamburger-holder {
  display: none;
}

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

#dmc-main-footer {
  margin-top: 80px;
}

body.single-post #dmc-main-footer {
  margin-top: 0;
}

.dmc-footer-row-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
  background: #F5F4EC;
}

.dmc-footer-row-1 .dmc-footer-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1356px;
  margin: 0 auto;
}

.dmc-footer-row-1 .dmc-footer-row-inner > .dmc-col-1 {
  width: 100%;
  max-width: 659px;
  margin-left: 17px;
  margin-right: 80px;
}

.dmc-footer-row-1 .dmc-footer-row-inner > .dmc-col-2 {
  width: 100%;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-footer-row-1 .dmc-ig-wrapper {
  position: relative;
}

.dmc-footer-row-1 .dmc-ig-wrapper .dmc-ig-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #E8DBD0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 13px;
  display: block;
  color: #000;
}

.dmc-footer-row-1 .dmc-menu-wrapper.style-horizontal .menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-footer-row-1 .dmc-col-inn-2 {
  margin-top: 20px;
}

.dmc-footer-row-1 .dmc-copyright-wrapper {
  margin-top: 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-footer-row-1 .dmc-copyright-wrapper .dmc-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-footer-row-1 .dmc-copyright-wrapper .dmc-copyright p:nth-child(1) {
  margin-right: 4px;
}

.dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram .sbi_photo {
  height: 0 !important;
  padding-bottom: 100%;
}

.dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item {
  width: calc( ( 100% - ( ( 3 - 1 ) * 10px) ) / 3 );
  margin-right: 10px !important;
}

.dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item:nth-child(3n) {
  margin-right: 0 !important;
}

.dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
  margin-top: 10px !important;
}

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

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

.dmc-image-picture.type-fluid img {
  position: relative;
  top: initial;
  left: initial;
  width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: block;
}

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

.dmc-bakery-picture-banner .dmc-image-picture {
  padding-bottom: 32.63889%;
}

.dmc-a-picture-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;
}

li.current-menu-parent > a,
li.current_page_item a {
  -webkit-box-shadow: inset 0 -7px 0 0 #fff;
  box-shadow: inset 0 -7px 0 0 #fff;
}

.dmc-menu-wrapper {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.dmc-header-row-1 .dmc-menu-wrapper li {
  margin-right: 85px;
}

#dmc-mobile-menu {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 75px;
  left: 0;
  width: 208px;
  z-index: 999;
  -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;
  background: #E8DBD0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

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

#dmc-mobile-menu .dmc-menu-wrapper li {
  margin-bottom: 40px;
}

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

#dmc-mobile-menu .dmc-mobile-menu-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 366px;
  padding: 20px 30px 20px 25px;
}

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

#dmc-mobile-menu .dmc-social-accounts {
  margin-top: 38px;
}

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

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

#dmc-mobile-menu .search-form-mood-text {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 13px;
  margin-top: 35px;
}

#dmc-mobile-menu .dmc-search-form {
  width: 100%;
  margin-top: 12px;
  position: relative;
}

#dmc-mobile-menu .dmc-search-form input[type=text] {
  font-family: "DM Sans", sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 6px 10px 6px 24px;
}

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

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

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

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

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

#dmc-mobile-menu .dmc-search-form .fa-search {
  position: absolute;
  bottom: 6px;
  left: 0;
}

.dmc-content-inner,
.wpb_text_column {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 20px;
}

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

.dmc-content-inner img,
.wpb_text_column img {
  margin-top: 34px;
  margin-bottom: 34px;
}

.dmc-content-inner h2,
.dmc-content-inner h1,
.wpb_text_column h2,
.wpb_text_column h1 {
  margin-bottom: 12px;
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.2px;
  line-height: 49px;
}

.dmc-content-inner h6,
.dmc-content-inner h5,
.dmc-content-inner h4,
.dmc-content-inner h3,
.wpb_text_column h6,
.wpb_text_column h5,
.wpb_text_column h4,
.wpb_text_column h3 {
  margin-bottom: 12px;
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 34px;
}

.dmc-content-inner a,
.wpb_text_column a {
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #E8DBD0;
  box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #E8DBD0;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  padding: 0 2px;
}

.dmc-content-inner a:hover,
.wpb_text_column a:hover {
  color: #000;
  -webkit-box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #F5F4EC;
  box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #F5F4EC;
}

.dmc-content-inner .dmc-recipe-v-container a,
.wpb_text_column .dmc-recipe-v-container a {
  -webkit-box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #E8DBD0;
  box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #E8DBD0;
}

.dmc-content-inner .dmc-recipe-v-container a:hover,
.wpb_text_column .dmc-recipe-v-container a:hover {
  -webkit-box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #fff;
  box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #fff;
}

.dmc-content-inner .gallery,
.wpb_text_column .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px !important;
}

.dmc-content-inner .gallery .gallery-item,
.wpb_text_column .gallery .gallery-item {
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: calc((100% - 10px) / 2) !important;
}

.dmc-content-inner .gallery .gallery-item:nth-child(1),
.wpb_text_column .gallery .gallery-item:nth-child(1) {
  margin-right: 10px;
}

.dmc-content-inner .gallery img,
.wpb_text_column .gallery img {
  border: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}

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

.dm_sans_22_ls_20_lh_32 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.ivy_display_light_40_ls_20_lh_55 {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 55px;
}

.ivy_display_light_italic_36_ls_30_lh_48 {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 36px;
  letter-spacing: 0.3px;
  line-height: 48px;
}

.ivy_display_light_italic_40_ls_20_lh_52 {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 52px;
}

.ivy_display_light_italic_100_ls_20 {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 100px;
  letter-spacing: 0.2px;
  line-height: 1;
}

.margo_80 {
  font-family: "Margo Script Regular", sans-serif;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 8px;
}

.dmc-a-picture-holder.size-single-featured {
  width: 100%;
  max-width: 440px;
}

.dmc-a-picture-holder.size-single-featured .dmc-image-picture {
  padding-bottom: 124.09091%;
}

.f-text-default {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 20px;
}

.wpb_text_column.dmc-has-background {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0.2px;
  line-height: 32px;
  background: #F5F4EC;
}

.wpb_text_column.dmc-has-background.style-w-964 > .wpb_wrapper {
  max-width: 964px;
}

.wpb_text_column.dmc-has-background.style-w-964 h2:first-child {
  margin: 128px 0 0;
  -webkit-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px);
}

.wpb_text_column.dmc-has-background.style-w-964 h2:last-child {
  margin: -20px 0 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.wpb_text_column.dmc-has-background.style-w-768 > .wpb_wrapper {
  max-width: 768px;
  padding-top: 92px;
  padding-bottom: 150px;
}

.wpb_text_column.dmc-has-background > .wpb_wrapper {
  margin: 0 auto;
}

.wpb_text_column.style-azo-light-font {
  font-family: "Azo Sans Light", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 20px;
}

.dmc-bakery-heading {
  text-align: center;
}

.dmc-bakery-heading.style-default .dmc-bakery-heading-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 55px;
  margin-top: 62px;
  margin-bottom: 28px;
}

.dmc-bakery-heading.style-default.mt4 .dmc-bakery-heading-title {
  margin-top: 4px;
}

.dmc-bakery-heading.style-default.mb18 .dmc-bakery-heading-title {
  margin-bottom: 18px;
}

.dmc-bakery-heading.style-default.mb38 .dmc-bakery-heading-title {
  margin-bottom: 38px;
}

.dmc-sp-welcome-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-sp-welcome-card > .dmc-col-1 {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-sp-welcome-card > .dmc-col-1:before {
  content: "";
  width: calc(100% - 190px);
  height: 100%;
  background: #F5F4EC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dmc-sp-welcome-card > .dmc-col-1 .dmc-col-inner {
  padding: 70px 62px 70px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dmc-sp-welcome-card > .dmc-col-2 {
  width: 50%;
  background: #F5F4EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
  padding: 70px 176px 70px 106px;
}

.dmc-sp-welcome-card > .dmc-col-2 .dmc-button-wrap {
  margin-top: 34px;
}

.dmc-sp-welcome-card > .dmc-col-1 .dmc-col-inner,
.dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
  width: 100%;
  max-width: 720px;
}

.dmc-sp-welcome-card .data-date {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.dmc-sp-welcome-card .data-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 55px;
  margin-bottom: 12px;
}

.dmc-single-post-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.dmc-single-post-content-wrapper .dmc-sp-content-holder {
  width: 100%;
  margin-right: 81px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 690px;
}

.dmc-single-post-content-wrapper .single-post-sidebar-holder {
  width: 100%;
  max-width: 325px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.dmc-single-post-content .tasty-recipes-quick-links {
  display: none;
}

.dmc-single-post-content .tasty-recipes-jump-target {
  padding-top: 100px !important;
  margin-top: -100px !important;
  position: relative;
  z-index: -1;
}

.dmc-single-post.content-2-images .dmc-single-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-single-post.content-2-images .dmc-single-post-inner > .dmc-col-1 {
  width: 100%;
  max-width: 458px;
  margin-right: 58px;
  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-single-post.content-2-images .dmc-single-post-inner > .dmc-col-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-single-post.content-2-images .data-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 55px;
  text-align: center;
}

.dmc-single-post.content-2-images .data-excerpt {
  border-top: 1px solid #000;
  text-align: center;
  margin-top: 26px;
  padding-top: 26px;
}

.dmc-single-post.content-2-images .dmc-read-more-holder {
  margin-top: 30px;
}

.dmc-single-post.content-2-images .data-featured-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dmc-single-post.content-2-images .data-featured-images:hover img {
  opacity: 0.75;
}

.dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured {
  margin-left: 120px;
}

.dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured-second {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

.dmc-a-picture-holder.size-large-featured {
  width: 100%;
  max-width: 600px;
}

.dmc-a-picture-holder.size-large-featured .dmc-image-picture {
  padding-bottom: 120%;
}

.dmc-a-picture-holder.size-large-featured-second {
  width: 100%;
  max-width: 326px;
}

.dmc-a-picture-holder.size-large-featured-second .dmc-image-picture {
  padding-bottom: 153.37423%;
}

.dmc-single-post.content-4-column {
  width: 100%;
  max-width: 278px;
}

.dmc-single-post.content-4-column .data-term-holder {
  text-align: center;
  margin-top: 15px;
}

.dmc-single-post.content-4-column .data-term {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.dmc-single-post.content-4-column .data-title-holder {
  margin-top: 14px;
}

.dmc-single-post.content-4-column .data-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 34px;
  text-align: center;
}

.dmc-bakery-latest-posts .posts-wrapper,
.vc_row.row-spotlight .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.dmc-bakery-latest-posts .dmc-single-post.content-4-column,
.vc_row.row-spotlight .dmc-single-post.content-4-column {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  margin-bottom: 24px;
}

.dmc-bakery-latest-posts .dmc-single-post.content-4-column:nth-child(4n),
.vc_row.row-spotlight .dmc-single-post.content-4-column:nth-child(4n) {
  margin-right: 0;
}

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

.dmc-single-post.content-3-column .data-title-holder {
  margin-top: 16px;
}

.dmc-single-post.content-3-column .data-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 34px;
  text-align: center;
}

.dmc-posts-feed.feed-3-cols {
  max-width: 930px;
  margin: 0 auto;
}

.dmc-posts-feed.feed-3-cols .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-posts-feed.feed-3-cols .dmc-single-post.content-3-column {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 54px;
}

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

.dmc-posts-feed.feed-related .posts-wrapper .dmc-single-post.content-related {
  margin-right: 21px;
}

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

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

.dmc-single-post.content-related .data-term-holder {
  text-align: center;
  margin-top: 13px;
}

.dmc-single-post.content-related .data-term {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.dmc-single-post.content-related .data-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.dmc-a-picture-holder.size-related {
  width: 100%;
  max-width: 216px;
}

.dmc-a-picture-holder.size-related .dmc-image-picture {
  padding-bottom: 150.92593%;
}

.dmc-single-post.content-popular {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-bottom: 20px;
}

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

.dmc-single-post.content-popular .spc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-single-post.content-popular .spc-inner > .dmc-col-1 {
  width: 100%;
  max-width: 150px;
}

.dmc-single-post.content-popular .spc-inner > .dmc-col-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
}

.dmc-single-post.content-popular .data-title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.7;
}

.vc_row.row-spotlight .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-latest-posts {
  max-width: 1440px;
  margin: 34px auto 0;
}

.dmc-bakery-latest-posts .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-latest-posts .section-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 140px;
  letter-spacing: 0.2px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  -ms-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  margin-left: -22px;
}

.dmc-bakery-latest-posts .dmc-col-1 {
  width: 100%;
  max-width: 213px;
  position: relative;
}

.dmc-bakery-latest-posts .dmc-col-2 {
  width: 100%;
  max-width: 1227px;
  padding-right: 67px;
}

.dmc-bakery-latest-posts .dmc-button-wrap {
  margin-top: 32px;
}

.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: 34px;
}

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

.wpcf7-form .dmc-cf-row.row-1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-form .dmc-cf-row.row-1-2 .dmc-cf-col.col-1-2:nth-child(1) {
  margin-right: 18px;
}

.wpcf7-form .dmc-cf-row.row-1-2 .dmc-cf-col.col-1-2:nth-child(2) {
  margin-left: 18px;
}

.dmc-cf-row.dmc-cf-submit.fx-align-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-cf-row.dmc-cf-submit.fx-align-c .wpcf7-spinner {
  margin-right: -48px;
}

.wpcf7 {
  margin-top: 40px;
}

.wpcf7 .dmc-cf-row.dmc-cf-textarea {
  margin-bottom: 28px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.dmc-newsletter-wrapper .section-form input[type=text] {
  border-bottom: 1px solid #000;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  padding: 16px 10px 16px 0;
}

.dmc-newsletter-wrapper .section-form input[type=text] {
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
  margin-top: 20px;
}

.wpcf7 textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #000;
  padding: 16px 14px;
  min-height: 150px;
}

#dmc-comments input[type=submit],
.wpcf7 input[type=submit],
.dmc-newsletter-wrapper .section-form button[type=submit] {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  background: #E8DBD0;
  width: 150px;
  padding: 13px 10px;
  display: block;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#dmc-comments input[type=submit] {
  background: #fff;
  margin: 0 auto;
}

.dmc-footer-row-1 .dmc-newsletter-wrapper .section-form,
.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper .section-form {
  padding-left: 16px;
  padding-right: 16px;
}

.dmc-footer-row-1 .dmc-newsletter-wrapper .section-form input[type=text],
.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper .section-form input[type=text] {
  text-align: center;
  padding-left: 10px;
}

.dmc-footer-row-1 .dmc-newsletter-wrapper .section-form button[type=submit],
.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper .section-form button[type=submit] {
  margin: 0 auto;
}

.dmc-footer-row-1 .dmc-newsletter-wrapper {
  padding-top: 14px;
}

.dmc-footer-row-1 .dmc-newsletter-wrapper .section-title {
  font-family: "Margo Script Regular", sans-serif;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.dmc-footer-row-1 .dmc-newsletter-wrapper .section-content {
  margin-top: 23px;
}

.dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-title {
  font-family: "Margo Script Regular", sans-serif;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 12px;
}

.dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-content {
  margin-top: 40px;
  max-width: 404px;
}

.dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-form {
  max-width: 404px;
}

.dmc-newsletter-wrapper .section-form .fd-form-success {
  display: none;
}

.dmc-newsletter-wrapper .section-form div[data-ff-el=footer] {
  margin-top: 20px;
}

.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper {
  background: #F5F4EC;
  padding: 30px 25px 38px;
}

.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper .section-form button[type=submit] {
  margin-top: 10px;
}

.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper .n-title {
  text-align: center;
  font-family: "Margo Script Regular", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.widget.widget_dmc-widget-newsletter .dmc-newsletter-wrapper .n-content {
  margin-top: 23px;
  text-align: center;
}

.dmc-tabs.dmc-registered .dmc-tabs-content {
  position: relative;
}

.dmc-tabs.dmc-registered .dmc-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dmc-tabs .dmc-tab-label {
  cursor: pointer;
}

.dmc-tabs .dmc-tab-label.dmc-hidden {
  display: none;
}

.dmc-tabs {
  background: #F5F4EC;
  margin-top: -150px;
  padding-bottom: 60px;
}

.dmc-tabs .dmc-tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-tabs .section-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 140px;
  letter-spacing: 0.2px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 80px;
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 10;
}

.dmc-tabs .dmc-tabs-navigation {
  width: 100%;
  max-width: 410px;
  margin-left: 230px;
  margin-right: 40px;
  margin-top: 150px;
  padding-top: 80px;
}

.dmc-tabs .dmc-tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px;
}

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

.dmc-tabs .dmc-tab-label:hover {
  color: #000;
}

.dmc-tabs .dmc-tab-label.active .entity-title,
.dmc-tabs .dmc-tab-label.active .entity-number {
  -webkit-box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #E8DBD0;
  box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #E8DBD0;
  color: #000;
}

.dmc-tabs .dmc-tab-label.active .dmc-icon-arrow {
  opacity: 1;
}

.dmc-tabs .dmc-tab-label .entity-title,
.dmc-tabs .dmc-tab-label .entity-number {
  -webkit-box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #F5F4EC;
  box-shadow: inset 0px -2px 0px 0px #F5F4EC, inset 0px -7px 0px 0px #F5F4EC;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.dmc-tabs .dmc-tab-label .entity-number {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 1;
  margin-right: 16px;
  padding: 0 2px;
}

.dmc-tabs .dmc-tab-label .entity-title-holder {
  padding-right: 54px;
}

.dmc-tabs .dmc-tab-label .entity-title {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  display: inline;
}

.dmc-tabs .dmc-tab-label .entity-title-inline {
  display: inline;
  position: relative;
}

.dmc-tabs .dmc-tab-label .dmc-icon-arrow {
  margin-left: 20px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  margin-top: 7px;
}

.dmc-tabs .dmc-tabs-content {
  width: 100%;
  max-width: 478px;
}

.vc_section.home-page-about-section {
  margin-top: 70px;
  margin-bottom: 56px;
  overflow: hidden;
}

.vc_section.home-page-about-section > .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
  max-width: 784px;
  margin-right: 80px;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1121px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper .dmc-bakery-picture:nth-child(1) {
  margin-left: 25px;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: 416px;
  padding-top: 62px;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) .wpb_text_column h2 {
  margin-bottom: 15px;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(1) {
  margin-bottom: 30px;
}

.vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) .dmc-button-wrap {
  margin-bottom: 42px;
}

.dmc-bakery-picture.style-wh-548 {
  width: 100%;
  max-width: 548px;
}

.dmc-a-picture-holder.wh-548 .dmc-image-picture {
  padding-bottom: 100%;
}

.vc_section.about-page-header {
  overflow: hidden;
  min-height: calc(100vh - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc_section.about-page-header .dmc-bakery-picture {
  width: calc((100% - 20px) / 2);
}

body.admin-bar .vc_section.about-page-header {
  min-height: calc(100vh - 90px - 32px);
}

.vc_section.about-page-header > .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: 430px;
  margin-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column h1 {
  margin-bottom: 42px;
}

.vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: 770px;
}

.vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner {
  height: 100%;
}

.vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  min-width: calc(100vw - 80px - 430px - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_section.about-page-header .dmc-bakery-picture {
  margin-right: 20px;
  height: 100%;
}

.vc_section.about-page-header .dmc-bakery-picture:last-child {
  margin-right: 0;
}

.vc_section.about-page-header .dmc-bakery-picture-inner {
  height: 100%;
}

.vc_section.about-page-header .dmc-image-picture {
  height: 100%;
}

.vc_row.about-page-2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.vc_row.about-page-2-cols .wpb_column.vc_col-sm-6 {
  margin-top: -128px;
}

.vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: 600px;
  margin-right: 130px;
}

.vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: 480px;
  margin-right: 70px;
  padding-top: 92px;
}

.vc_row.about-page-2-cols .wpb_text_column,
.vc_row.about-page-2-cols .wpb_single_image {
  margin-bottom: 0;
}

.dmc-bakery-did-you-know {
  margin-top: 44px;
  margin-bottom: 44px;
}

.dmc-bakery-did-you-know .section-row {
  background: #F5F4EC;
  padding-top: 82px;
  padding-bottom: 72px;
}

.dmc-bakery-did-you-know .section-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-did-you-know .section-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 140px;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  bottom: -2px;
  right: 0;
  -webkit-transform: rotate(90deg) translate(0, 100%);
  -ms-transform: rotate(90deg) translate(0, 100%);
  transform: rotate(90deg) translate(0, 100%);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  margin-right: -20px;
}

.dmc-bakery-did-you-know .dmc-col-1 {
  width: 100%;
  max-width: 264px;
  margin-right: 80px;
  position: relative;
}

.dmc-bakery-did-you-know .dmc-col-2 {
  width: 100%;
  max-width: 936px;
}

.dmc-bakery-did-you-know .section-content {
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 380px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.dmc-bakery-qa-item {
  width: 100%;
  max-width: 330px;
  margin-bottom: 20px;
}

.dmc-bakery-qa-item .col-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-qa-item .data-number {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 1;
  margin-right: 20px;
}

.dmc-bakery-qa-item .data-question {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 6px;
  min-height: 40px;
}

.dmc-bakery-qa-item .col-answer {
  position: relative;
  margin-top: 4px;
  padding-left: 10px;
}

.dmc-bakery-qa-item .col-answer .line {
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 10;
}

.dmc-bakery-qa-item .data-answer {
  position: relative;
  z-index: 11;
  font-family: "Margo Script Regular", sans-serif;
  font-size: 45px;
  line-height: 1;
  width: 350px;
}

.dmc-bakery-home-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 70px;
}

.dmc-bakery-home-newsletter .dmc-col-1 {
  width: 50%;
  position: relative;
  padding: 56px 62px 56px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-home-newsletter .dmc-col-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(100% - 62px - 128px);
  background: #F5F4EC;
  top: 0;
  left: 0;
}

.dmc-bakery-home-newsletter .dmc-col-2 {
  width: 50%;
  background: #F5F4EC;
  padding: 56px 80px 48px;
}

.vc_row.contact-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 90px - 58px);
  margin-top: 58px;
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
  padding-top: calc((100vh - 90px - 58px) * 0.072);
  padding-bottom: calc((100vh - 90px - 58px) * 0.072);
}

body.admin-bar .vc_row.contact-page-header {
  height: calc(100vh - 90px - 58px - 32px);
}

body.admin-bar .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
  padding-top: calc((100vh - 90px - 58px - 32px) * 0.072);
  padding-bottom: calc((100vh - 90px - 58px - 32px) * 0.072);
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
  width: 50%;
  position: relative;
  padding-right: 62px;
  padding-left: 80px;
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner {
  height: 100%;
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1):before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(100% - 62px - 128px);
  background: #F5F4EC;
  top: 0;
  left: 0;
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2) {
  width: 50%;
  background: #F5F4EC;
  padding: 40px 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  max-width: 596px;
}

.dmc-bakery-picture.style-max-w-520 {
  width: 100%;
  max-width: 520px;
  height: 100%;
}

.dmc-bakery-picture.style-max-w-520 .dmc-bakery-picture-inner {
  height: 100%;
}

.dmc-bakery-picture.style-max-w-520 .dmc-image-picture {
  height: 100%;
}

.posts-wrapper.posts-wrapper-recipe_index {
  min-height: 100vh;
}

.dmc-bakery-recipe-index {
  margin: 100px auto 0;
  max-width: 1440px;
  position: relative;
}

.dmc-bakery-recipe-index .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-recipe-index .index-sidebar-holder {
  width: 100%;
  max-width: 442px;
  position: relative;
}

.dmc-bakery-recipe-index .index-sidebar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.dmc-bakery-recipe-index .index-sidebar {
  padding-left: 144px;
  padding-right: 70px;
}

.dmc-bakery-recipe-index .index-content {
  width: 100%;
  max-width: 998px;
  padding-right: 68px;
}

.dmc-bakery-recipe-index .section-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 110px;
  letter-spacing: 0.2px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  margin-top: 6px;
  margin-left: -20px;
}

.recipe-index-filter {
  margin-bottom: 20px;
}

.recipe-index-filter:last-child {
  margin-bottom: 0;
}

.recipe-index-filter.expndr-closed .filter-head i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.recipe-index-filter .filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.recipe-index-filter .filter-head .label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 1;
}

.recipe-index-filter .filter-wrap {
  padding-top: 18px;
  margin-bottom: 32px;
}

.recipe-index-filter .filter-wrap .filter-item {
  margin-bottom: 18px;
}

.recipe-index-filter .filter-wrap .filter-item:last-child {
  margin-bottom: 0;
}

.recipe-index-filter .filter-wrap .filter-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recipe-index-filter .filter-wrap input[type=checkbox] {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  margin-right: 14px;
}

.recipe-index-filter .filter-wrap input[type=checkbox]:checked {
  background: #000;
}

.recipe-index-filter .filter-wrap label {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.dmc-error-message .dmc-search-form input[type=text],
.recipe-index-search input[type=text] {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #000;
  padding: 6px 10px 7px;
}

.dmc-error-message .dmc-search-form input[type=text]::-webkit-input-placeholder,
.recipe-index-search input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.dmc-error-message .dmc-search-form input[type=text]::-moz-placeholder,
.recipe-index-search input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.dmc-error-message .dmc-search-form input[type=text]:-ms-input-placeholder,
.recipe-index-search input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.dmc-error-message .dmc-search-form input[type=text]::-ms-input-placeholder,
.recipe-index-search input[type=text]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.dmc-error-message .dmc-search-form input[type=text]::placeholder,
.recipe-index-search input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.recipe-index-search {
  margin-bottom: 30px;
}

.dmc-error-message {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.dmc-error-message .dmc-search-form {
  max-width: 500px;
  margin: 20px auto;
}

.search-page-searching-for {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.tasty-recipes-print-above-card {
  display: none;
}

.dmc-recipe-tasty {
  margin-top: 60px;
  background: #F5F4EC;
  padding-left: 37px;
  padding-right: 37px;
}

.dmc-recipe-tasty .dmc-recipe-title {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 45px;
  letter-spacing: 0.2px;
  line-height: 63px;
  text-align: center;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
}

.dmc-recipe-tasty .dmc-recipe-tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.dmc-recipe-tasty .dmc-recipe-image {
  margin-top: 26px;
}

.dmc-recipe-tasty .dmc-recipe-image img {
  margin-top: 0;
  margin-bottom: 0;
}

.dmc-recipe-tasty .dmc-recipe-buttons {
  margin-top: -19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.dmc-recipe-tasty .dmc-recipe-buttons .dmc-button-wrap:nth-child(1) {
  margin-right: 8px;
}

.dmc-recipe-tasty .dmc-recipe-buttons .dmc-button-wrap:nth-child(2) {
  margin-left: 8px;
}

.dmc-recipe-tasty .dmc-recipe-description {
  text-align: center;
  margin-top: 35px;
}

.dmc-recipe-tasty .dmc-recipe-details {
  margin-top: 34px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-recipe-tasty .dmc-recipe-details .tasty-recipes-yield-scale {
  display: none;
}

.dmc-recipe-tasty .dmc-recipe-detail {
  width: 150px;
  border-right: 1px solid #000;
  padding: 12px 20px;
  text-align: center;
}

.dmc-recipe-tasty .dmc-recipe-detail:last-child {
  border-right: 0;
}

.dmc-recipe-tasty .dmc-recipe-detail .label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.dmc-recipe-tasty .dmc-recipe-detail .value {
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.dmc-recipe-tasty .dmc-recipe-v-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 117px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -37px;
  margin-right: -37px;
  padding-right: 37px;
  overflow: hidden;
  margin-bottom: 34px;
}

.dmc-recipe-tasty .dmc-recipe-v-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #000;
  width: calc(100% - 202px);
}

.dmc-recipe-tasty .dmc-recipe-v-container.dmc-recipe-instructions .dmc-recipe-v-title {
  top: 80px;
}

.dmc-recipe-tasty .dmc-recipe-v-container .dmc-recipe-v-title {
  position: absolute;
  top: 0;
  left: -15px;
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 80px;
  letter-spacing: 0.2px;
  line-height: 1;
}

.dmc-recipe-tasty .dmc-recipe-v-container .v-con-inner {
  width: 100%;
  max-width: 486px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.dmc-recipe-tasty .dmc-recipe-v-container .v-con-inner .dmc-ri-fx-container {
  width: 100%;
  max-width: 216px;
}

.dmc-recipe-tasty .dmc-recipe-v-container .v-con-inner.no-headings-found ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-recipe-tasty .dmc-recipe-v-container .v-con-inner.no-headings-found ul li {
  width: 50%;
  padding-right: 20px;
}

.dmc-recipe-tasty .dmc-recipe-v-container .v-con-inner.no-headings-found ul li:nth-child(2n) {
  width: calc(50% - 20px);
  margin-left: 20px;
  padding-right: 0;
}

.dmc-recipe-tasty .dmc-recipe-v-container h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px;
}

.dmc-recipe-tasty .dmc-recipe-v-container ul {
  list-style: disc;
  padding-left: 14px;
  padding-bottom: 30px;
}

.dmc-recipe-tasty .dmc-recipe-v-container ul li {
  margin-bottom: 16px;
}

.dmc-recipe-tasty .dmc-recipe-v-container ul li:last-child {
  margin-bottom: 0;
}

.dmc-recipe-tasty .dmc-recipe-v-container ol {
  list-style: none;
  padding-left: 50px;
  padding-bottom: 30px;
}

.dmc-recipe-tasty .dmc-recipe-v-container ol li {
  position: relative;
  counter-increment: instruction;
  margin-bottom: 16px;
}

.dmc-recipe-tasty .dmc-recipe-v-container ol li:last-child {
  margin-bottom: 0;
}

.dmc-recipe-tasty .dmc-recipe-v-container ol li:before {
  content: counters(instruction, ".", decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: -50px;
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  line-height: 1;
}

.dmc-recipe-tasty .dmc-recipe-notes {
  width: calc(100% - 202px + 37px + 37px);
  margin: 0 auto;
}

.dmc-recipe-tasty .dmc-recipe-notes .dmc-recipe-notes-title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin: 0 0 16px;
}

.dmc-recipe-dymt {
  background: #E8DBD0;
  margin-left: -37px;
  margin-right: -37px;
  margin-top: 74px;
  padding-bottom: 14px;
}

.dmc-recipe-dymt .dmc-recipe-dymt-title {
  font-family: "IvyPresto Display Light Italic", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 52px;
  text-align: center;
  -webkit-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  transform: translateY(-21px);
  margin-bottom: 4px;
}

.dmc-recipe-dymt .dmc-recipe-dymt-content {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.7;
}

.dmc-recipe-dymt .dmc-recipe-dymt-content a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.dmc-a-picture-holder.size-recipe-card {
  width: 100%;
  max-width: 616px;
}

.dmc-a-picture-holder.size-recipe-card .dmc-image-picture {
  padding-bottom: 42.20779%;
}

#dmc-comments {
  margin-top: 66px;
  background: #E8DBD0;
  padding-top: 54px;
}

#dmc-comments .logged-in-as {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#dmc-comments .tasty-recipes-ratings {
  display: none;
}

#dmc-comments input[type=email],
#dmc-comments input[type=text] {
  border-bottom: 1px solid #000;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 18px;
}

#dmc-comments .dmc-comments-wrapper {
  margin-top: 28px;
  padding-bottom: 74px;
}

#dmc-comments textarea {
  display: block;
  border: 1px solid #000;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 14px 18px;
  min-height: 150px;
}

#dmc-comments .comment-form-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

#dmc-comments .comment-form-input-wrapper .comment-form-filed {
  width: calc(100% - 8px);
}

#dmc-comments .comment-form-input-wrapper .comment-form-filed:first-child {
  margin-right: 16px;
}

#dmc-comments .comment-form {
  margin-bottom: 70px;
}

#dmc-comments .comment-form .dmc-button-wrap {
  margin-top: 40px;
}

#dmc-comments .comment .data-comment-date,
#dmc-comments .comment .comment-author {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

#dmc-comments .comment .comment-author:after {
  content: "•";
  display: inline-block;
  margin: 0 0 0 4px;
}

#dmc-comments .comment .data-comment-content {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  padding-top: 14px;
  margin-bottom: 34px;
}

.widget.widget_dmc-widget-about {
  margin-bottom: 48px;
}

.widget.widget_dmc-widget-about .widget-title {
  text-align: center;
  font-family: "Margo Script Regular", sans-serif;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-top: -8px;
}

.widget.widget_dmc-widget-about .widget-description {
  text-align: center;
  margin-top: 18px;
}

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

.widget.widget_dmc-widget-pin-recipe {
  margin-top: 48px;
  margin-bottom: 40px;
}

.widget.widget_dmc-widget-pin-recipe .pin-wrapper {
  display: block;
  position: relative;
  padding-left: 33px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.widget.widget_dmc-widget-pin-recipe .pin-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 209px;
  z-index: -1;
  background: #F5F4EC;
}

.widget.widget_dmc-widget-pin-recipe .pin-wrapper:hover img {
  opacity: 0.75;
}

.widget.widget_dmc-widget-pin-recipe .dmc-image-holder {
  max-width: 224px;
}

.widget.widget_dmc-widget-pin-recipe .pin-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 49px;
  letter-spacing: 0.2px;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 30px;
  right: 3px;
  -webkit-transform: rotate(90deg) translate(100%, 0);
  -ms-transform: rotate(90deg) translate(100%, 0);
  transform: rotate(90deg) translate(100%, 0);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  z-index: 10;
}

.widget.widget_dmc-widget-most-popular {
  margin-top: 40px;
  margin-bottom: 35px;
}

.widget.widget_dmc-widget-most-popular .widget-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.2px;
  line-height: 49px;
  margin-bottom: 4px;
}

.widget.widget_dmc-widget-newsletter {
  margin-top: 35px;
}

.widget.widget_dmc-widget-newsletter .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E8DBD0;
  min-height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}

.widget.widget_dmc-widget-newsletter .widget-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1;
}

.widget.widget_dmc-widget-newsletter .dmc-social-accounts a {
  margin-left: 20px;
}

.dmc-taxonomies-pages .dmc-page-inner {
  position: relative;
}

.dmc-taxonomies-pages .dmc-page-inner .dmc-taxonomy-title {
  font-family: "IvyPresto Display Light", sans-serif;
  font-size: 140px;
  letter-spacing: 0.2px;
  line-height: 1;
  position: absolute;
  top: 166px;
  left: -25px;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dmc-taxonomies-pages .taxonomy-page-content {
  max-width: 1072px;
  margin: 0 auto;
}

.dmc-taxonomies-pages .taxonomy-page-content-wrapper {
  padding-left: 132px;
}

.dmc-taxonomies-slider {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid #000;
  margin-bottom: 52px;
}

.dmc-taxonomies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 52px 24px;
}

.dmc-taxonomies-list .dmc-tl-item {
  margin-right: 40px;
}

.dmc-taxonomies-list .dmc-tl-item label {
  cursor: pointer;
  -webkit-box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #fff;
  box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #fff;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  padding: 0 2px;
}

.dmc-taxonomies-list .dmc-tl-item input[type=radio].dmc-is-checked + label {
  -webkit-box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #E8DBD0;
  box-shadow: inset 0px -2px 0px 0px #fff, inset 0px -7px 0px 0px #E8DBD0;
}

.dmc-taxonomies-list .dmc-tl-item:last-child {
  margin-right: 0;
}

.dmc-taxonomies-list .dmc-tl-item input {
  display: none;
}

.dmc-archive-desc {
  text-align: center;
  margin-top: 52px;
}

.dmc-posts-feed.feed-shop {
  margin-top: 50px;
}

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

.dmc-posts-feed.feed-shop .dmc-single-post.content-product-4-col {
  margin-right: 24px;
  margin-bottom: 40px;
  width: calc((100% - 72px) / 4);
}

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

.dmc-single-post.content-product-4-col {
  width: 100%;
  max-width: 250px;
}

.dmc-single-post.content-product-4-col .dmc-image-holder {
  padding: 10px;
  background: #F5F4EC;
}

.dmc-single-post.content-product-4-col .dmc-image-link-wrapper:hover img {
  opacity: 0.75;
}

.dmc-search-dropdown {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #F5F4EC;
  z-index: 200;
  display: none;
  -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;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.admin-bar .dmc-search-dropdown {
  top: calc(90px + 32px);
}

.dmc-search-dropdown.dmc-show {
  display: block;
}

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

.dmc-search-dropdown .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4px;
}

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

.dmc-search-form-wrapper input {
  border-bottom: 1px solid #000;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 10px;
  text-align: center;
}

.home-page-e-1 .wpb_text_column h2 {
  margin-bottom: 17px;
}

/**
DMC SASS

@version 1.1.0

*/

@font-face {
  font-family: Azo Sans Light;
  src: url("fonts/AzoSans-Light.eot");
  src: url("fonts/AzoSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AzoSans-Light.woff2") format("woff2"), url("fonts/AzoSans-Light.woff") format("woff"), url("fonts/AzoSans-Light.ttf") format("truetype"), url("fonts/AzoSans-Light.svg#AzoSans-Light") format("svg");
  font-display: swap;
}

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

@font-face {
  font-family: IvyPresto Display Light;
  src: url("fonts/IvyPresto-Display-Light.eot");
  src: url("fonts/IvyPresto-Display-Light.eot?#iefix") format("embedded-opentype"), url("fonts/IvyPresto-Display-Light.woff2") format("woff2"), url("fonts/IvyPresto-Display-Light.woff") format("woff"), url("fonts/IvyPresto-Display-Light.ttf") format("truetype"), url("fonts/IvyPresto-Display-Light.svg#IvyPresto-Display-Light") format("svg");
  font-display: swap;
}

@font-face {
  font-family: IvyPresto Display Light Italic;
  src: url("fonts/IvyPresto-Display-Light-Italic.eot");
  src: url("fonts/IvyPresto-Display-Light-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/IvyPresto-Display-Light-Italic.woff2") format("woff2"), url("fonts/IvyPresto-Display-Light-Italic.woff") format("woff"), url("fonts/IvyPresto-Display-Light-Italic.ttf") format("truetype"), url("fonts/IvyPresto-Display-Light-Italic.svg#IvyPresto-Display-Light-Italic") format("svg");
  font-display: swap;
}

@font-face {
  font-family: Margo Script Regular;
  src: url("fonts/MargoScript-Regular.eot");
  src: url("fonts/MargoScript-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MargoScript-Regular.woff2") format("woff2"), url("fonts/MargoScript-Regular.woff") format("woff"), url("fonts/MargoScript-Regular.ttf") format("truetype"), url("fonts/MargoScript-Regular.svg#MargoScript-Regular") format("svg");
  font-display: swap;
}

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

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

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

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

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

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

/* -===[ BEG RESPONSIVE ]===- */

/* -===[ BEG DESKTOP ]===- */

/* -===[ END DESKTOP ]===- */

/* -===[ BEG LAPTOP ]===- */

/* -===[ END LAPTOP ]===- */

/* -===[ BEG MEDIUM LAPTOP ]===- */

/* -===[ END MEDIUM LAPTOP ]===- */

/* -===[ BEG SMALL LAPTOP ]===- */

/* -===[ END SMALL LAPTOP ]===- */

/* -===[ BEG TABLET ]===- */

/* -===[ END TABLET ]===- */

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

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

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

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

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

@media only screen and (min-width: 601px) {
  .dmc-single-post.content-related {
    width: 100% !important;
  }

  .dmc-slick-slider.dmc-slick-slider-related .slick-list {
    width: 100% !important;
  }

  .dmc-slick-slider.dmc-slick-slider-related .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .home-page-text-block-1 .ivy_display_light_italic_100_ls_20 br {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .dmc-posts-feed.feed-3-cols .dmc-single-post.content-3-column {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
  }

  #dmc-search-page .dmc-posts-feed.feed-3-cols .posts-wrapper {
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1366px) {
  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured-second {
    max-width: 300px;
  }

  .dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
    padding-right: 150px;
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1348px) {
  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured-second {
    max-width: 270px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
    max-width: 784px;
    margin-right: 80px;
    margin-left: 40px;
  }

  .dmc-bakery-latest-posts .dmc-col-1 {
    max-width: 170px;
  }

  .dmc-footer-row-1 .dmc-footer-row-inner > .dmc-col-1 {
    margin-left: 0;
    margin-right: 60px;
  }

  .dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
    padding-left: 60px;
  }

  .dmc-posts-feed.feed-3-cols .dmc-single-post.content-3-column {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }

  #dmc-search-page .dmc-posts-feed.feed-3-cols .posts-wrapper {
    max-width: 890px;
  }
}

@media only screen and (max-width: 1262px) {
  .dmc-padding-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dmc-header-row-1 .dmc-col-1 {
    padding-left: 30px;
  }

  .dmc-header-row-1 .dmc-col-2 {
    padding-right: 30px;
  }

  .dmc-single-post.content-2-images .dmc-single-post-inner > .dmc-col-1 {
    margin-right: 40px;
  }

  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured {
    margin-left: 100px;
  }

  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured-second {
    max-width: 250px;
  }

  .dmc-tabs .dmc-tabs-content {
    margin-top: 60px;
  }

  .dmc-tabs .dmc-tabs-navigation {
    padding-top: 80px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
    margin-right: 40px;
    margin-left: 80px;
  }

  .dmc-bakery-latest-posts .dmc-col-2 {
    width: 100%;
    max-width: 1200px;
    padding-right: 40px;
  }

  .dmc-sp-welcome-card > .dmc-col-1 .dmc-col-inner {
    padding-right: 60px;
  }

  .dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
    padding-right: 60px;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
    margin-right: 40px;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    min-width: calc(100vw - 40px - 430px - 40px);
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(1) {
    margin-right: 80px;
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(2) {
    margin-right: 0;
  }

  .dmc-bakery-did-you-know .section-title {
    font-size: 120px;
  }

  .limited-width-756,
  body .vc_row.limited-width-756,
  body .vc_section.limited-width-756 {
    max-width: 676px;
  }

  .dmc-bakery-recipe-index .index-sidebar {
    padding-left: 124px;
    padding-right: 40px;
  }

  .dmc-bakery-recipe-index .index-sidebar-holder {
    max-width: 392px;
  }

  .dmc-posts-feed.feed-3-cols .dmc-single-post.content-3-column {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  #dmc-search-page .dmc-posts-feed.feed-3-cols .posts-wrapper {
    max-width: 850px;
  }
}

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

@media only screen and (max-width: 1134px) {
  #dmc-single-post {
    margin-top: 50px;
  }

  .ivy_display_light_italic_36_ls_30_lh_48 {
    font-size: 30px;
    letter-spacing: 0.25px;
    line-height: 40px;
  }

  .dmc-header-row-1 .dmc-col-1 {
    padding-left: 0;
  }

  .dmc-header-row-1 .dmc-menu-wrapper li {
    margin-right: 60px;
  }

  .dmc-header-row-1 .dmc-col-2 {
    padding-right: 0;
  }

  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured {
    margin-left: 60px;
  }

  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured-second {
    max-width: 220px;
  }

  .dmc-tabs .section-title {
    left: 30px;
  }

  .dmc-tabs .dmc-tabs-navigation {
    margin-left: 160px;
    padding-top: 50px;
  }

  .dmc-bakery-home-newsletter .dmc-col-1,
  .dmc-bakery-home-newsletter .dmc-col-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper .dmc-bakery-picture {
    max-width: 490px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) {
    padding-top: 30px;
  }

  .dmc-bakery-latest-posts .section-title {
    font-size: 100px;
  }

  .dmc-bakery-latest-posts .dmc-col-1 {
    max-width: 100px;
  }

  .dmc-bakery-latest-posts {
    margin-top: 10px;
  }

  .dmc-footer-row-1 .dmc-footer-row-inner > .dmc-col-1 {
    margin-right: 40px;
  }

  .dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item {
    width: calc((100% - 16px) / 3);
    margin-right: 8px !important;
  }

  .dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
    margin-top: 8px !important;
  }

  .dmc-sp-welcome-card > .dmc-col-1 .dmc-col-inner {
    padding: 40px;
  }

  .dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
    padding: 40px;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
    max-width: 360px;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    min-width: calc(100vw - 40px - 360px - 40px);
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(1) {
    margin-right: 40px;
  }

  .dmc-bakery-did-you-know .dmc-col-1 {
    max-width: 170px;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
    padding-right: 40px;
    padding-left: 40px;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dmc-bakery-recipe-index {
    margin-top: 60px;
  }

  .dmc-bakery-recipe-index .section-title {
    font-size: 90px;
  }

  .dmc-bakery-recipe-index .index-sidebar {
    padding-left: 104px;
  }

  .dmc-bakery-recipe-index .index-sidebar-holder {
    width: 100%;
    max-width: 372px;
    position: relative;
  }

  .dmc-bakery-recipe-index .index-content {
    padding-right: 40px;
  }

  .dmc-taxonomies-pages .dmc-page-inner .dmc-taxonomy-title {
    font-size: 100px;
  }

  .dmc-taxonomies-pages .taxonomy-page-content-wrapper {
    padding-left: 90px;
  }
}

@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 {
    margin-top: 0;
  }

  .dmc-content-inner img {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .dmc-header-row-1 .dmc-col-2 .dmc-social-accounts,
  .dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper {
    display: none;
  }

  .dmc-header-row-1 .mobile-hamburger-holder {
    display: block;
  }

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

  .ivy_display_light_italic_100_ls_20 {
    font-size: 84px;
  }

  .dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-title {
    font-size: 70px;
    padding-left: 10px;
    text-align: center;
  }

  .dmc-tabs .section-title {
    font-size: 110px;
  }

  .wpb_text_column h2,
  .dmc-content-inner h2 {
    font-size: 25px;
    letter-spacing: 0.3px;
    line-height: 34px;
  }

  .vc_section.about-page-header .margo_80 {
    font-size: 80px;
  }

  .dmc-bakery-latest-posts .posts-wrapper,
  .vc_row.row-spotlight .wpb_wrapper {
    max-width: 572px;
  }

  .dmc-bakery-latest-posts .dmc-single-post.content-4-column,
  .vc_row.row-spotlight .dmc-single-post.content-4-column {
    width: calc((100% - 16px) / 2);
  }

  .dmc-bakery-latest-posts .dmc-single-post.content-4-column:nth-child(4n),
  .vc_row.row-spotlight .dmc-single-post.content-4-column:nth-child(4n) {
    margin-right: 16px;
  }

  .dmc-bakery-latest-posts .dmc-single-post.content-4-column:nth-child(2n),
  .vc_row.row-spotlight .dmc-single-post.content-4-column:nth-child(2n) {
    margin-right: 0;
  }

  .dmc-header-row-1 .dmc-col-1 {
    padding-right: 0;
  }

  .dmc-header-row-1 {
    height: 75px;
  }

  .dmc-body-inner {
    padding-top: 75px;
  }

  #dmc-front-page {
    margin-top: 40px;
  }

  .dmc-header-row-1 .dmc-logo.dmc-logo-type-main img {
    max-height: 48px;
    width: auto;
  }

  .dmc-single-post.content-2-images .dmc-single-post-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-single-post.content-2-images .dmc-single-post-inner > .dmc-col-2 {
    max-width: 600px;
  }

  .dmc-single-post.content-2-images .data-featured-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured {
    margin-left: 0;
  }

  .dmc-single-post.content-2-images .data-featured-images .dmc-a-picture-holder.size-large-featured-second {
    max-width: 82.41758%;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -28.846153%;
  }

  .dmc-a-picture-holder.size-large-featured .dmc-image-picture {
    padding-bottom: 108.79121%;
  }

  .dmc-a-picture-holder.size-large-featured-second .dmc-image-picture {
    padding-bottom: 70%;
  }

  .dmc-single-post.content-2-images .dmc-single-post-inner > .dmc-col-1 {
    margin-top: 30px;
    margin-right: 0;
  }

  .wpb_text_column.dmc-has-background.style-w-964 h2:first-child {
    margin-top: 118px;
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  .wpb_text_column.dmc-has-background.style-w-964 h2:last-child {
    margin-top: -12px;
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
  }

  .dmc-bakery-home-newsletter {
    -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;
    margin-top: 14px;
  }

  .dmc-bakery-home-newsletter .dmc-col-1 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .dmc-bakery-home-newsletter .dmc-col-1:before {
    width: 100%;
    top: 65px;
    height: calc(100% - 65px);
  }

  .dmc-bakery-home-newsletter .dmc-col-2 {
    width: 100%;
    padding-top: 36px;
  }

  .dmc-bakery-home-newsletter .dmc-col-2 .dmc-newsletter-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }

  .dmc-bakery-home-newsletter .dmc-col-1 .dmc-image-picture {
    height: 0;
    padding-bottom: 70%;
  }

  .dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-form input[type=text] {
    text-align: center;
  }

  .dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-form button[type=submit] {
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-tabs {
    margin-top: -116px;
  }

  .dmc-tabs .dmc-tabs-content {
    display: none;
  }

  .dmc-tabs .dmc-tabs-navigation {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    max-width: 510px;
    padding-top: 20px;
  }

  .dmc-tabs .dmc-tab-label .dmc-icon-arrow {
    display: none;
  }

  .dmc-tabs .dmc-tab-label .entity-title-holder {
    padding-right: 0;
  }

  .dmc-bakery-home-newsletter {
    margin-bottom: 0;
  }

  .dmc-bakery-picture-banner .dmc-image-picture {
    padding-bottom: 65.2%;
  }

  .vc_section.home-page-about-section > .vc_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) {
    padding-top: 10px;
    text-align: center;
    max-width: 360px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper {
    margin-right: -40px;
  }

  .dmc-bakery-latest-posts .section-title {
    top: 4px;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    -ms-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    margin-left: -30px;
  }

  .dmc-footer-row-1 .dmc-footer-row-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-footer-row-1 .dmc-footer-row-inner > .dmc-col-1 {
    margin-right: 0;
    margin-top: 40px;
  }

  .dmc-footer-row-1 .dmc-col-inn-2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-footer-row-1 .dmc-copyright-wrapper .dmc-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-footer-row-1 .dmc-copyright-wrapper .dmc-copyright p:nth-child(1) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .dmc-footer-row-1 {
    padding-bottom: 14px;
  }

  .dmc-footer-row-1 .dmc-col-inn-2 {
    margin-top: 32px;
  }

  .dmc-sp-welcome-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-sp-welcome-card > .dmc-col-1 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-sp-welcome-card > .dmc-col-1 .dmc-col-inner {
    padding: 40px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-sp-welcome-card > .dmc-col-1:before {
    width: 100%;
    height: 61%;
  }

  .dmc-a-picture-holder.size-single-featured .dmc-image-picture {
    padding-bottom: 81.87135%;
  }

  .dmc-sp-welcome-card > .dmc-col-2 {
    width: 100%;
  }

  .dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dmc-single-post-content-wrapper {
    margin-top: 30px;
    display: block;
  }

  .dmc-single-post-content-wrapper .dmc-sp-content-holder {
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-content-inner .gallery .gallery-item,
  .wpb_text_column .gallery .gallery-item {
    width: calc((100% - 4px) / 2) !important;
  }

  .dmc-content-inner .gallery .gallery-item:nth-child(1),
  .wpb_text_column .gallery .gallery-item:nth-child(1) {
    margin-right: 4px;
  }

  .dmc-single-post-content-wrapper .single-post-sidebar-holder {
    display: none;
  }

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

  .dmc-search-dropdown {
    top: 75px;
    height: 60px;
  }

  .dmc-search-form-wrapper input {
    padding: 6px 10px;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) {
    height: calc(100vh - 75px);
    max-width: 100%;
  }

  .vc_section.about-page-header > .vc_row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vc_section.about-page-header {
    min-height: initial;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    min-width: initial;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) {
    max-width: 430px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 36px;
    margin-right: 0;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column h1 {
    margin-bottom: 22px;
  }

  .vc_row.about-page-2-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6 {
    margin-top: -145px;
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(2) {
    margin-top: 0;
    padding-top: 60px;
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(1) {
    margin-right: 0;
  }

  .dmc-bakery-did-you-know .section-title {
    font-size: 100px;
    bottom: initial;
    -webkit-transform: rotate(90deg) translate(0%, -100%);
    -ms-transform: rotate(90deg) translate(0%, -100%);
    transform: rotate(90deg) translate(0%, -100%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-right: 0;
    left: 0;
    top: -200px;
  }

  .dmc-bakery-did-you-know .dmc-col-1 {
    max-width: 70px;
  }

  .dmc-bakery-did-you-know .section-content {
    max-height: initial;
    margin-left: 40px;
  }

  .vc_row.contact-page-header {
    margin-top: 0;
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner {
    height: auto;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1):before {
    width: 100%;
    height: 60%;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vc_row.contact-page-header .dmc-bakery-picture.style-max-w-520 {
    height: auto;
  }

  .vc_row.contact-page-header .dmc-bakery-picture.style-max-w-520 .dmc-bakery-picture-inner {
    height: auto;
  }

  .vc_row.contact-page-header .dmc-bakery-picture.style-max-w-520 .dmc-image-picture {
    height: 0;
    padding-bottom: 55.84795%;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2) {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-bakery-recipe-index .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-bakery-recipe-index .index-sidebar-holder {
    max-width: 100%;
  }

  .dmc-bakery-recipe-index .index-sidebar-wrapper {
    position: relative;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
  }

  .dmc-bakery-recipe-index .section-title {
    font-size: 64px;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    white-space: normal;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

  .dmc-bakery-recipe-index {
    margin-top: 24px;
  }

  .dmc-bakery-recipe-index .index-sidebar {
    padding-right: 0;
    padding-left: 0;
    max-width: 392px;
    padding-right: 25px;
    padding-left: 25px;
    margin: 30px auto 0;
  }

  .recipe-index-filter .filter-head .label {
    font-size: 20px;
    text-align: center;
  }

  .recipe-index-filter .filter-head i {
    display: none;
  }

  .recipe-index-filter {
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
  }

  .recipe-index-filter .filter-head {
    padding-bottom: 18px;
  }

  .recipe-index-filter .filter-wrap {
    padding-top: 2px;
    padding-left: 34px;
  }

  .dmc-bakery-recipe-index .index-content {
    margin-top: 40px;
  }

  .recipe-index-search {
    margin-bottom: 28px;
  }

  .recipe-index-filter {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-bakery-recipe-index .index-content {
    padding-left: 40px;
  }

  .dmc-posts-feed.feed-3-cols .posts-wrapper {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-bakery-recipe-index {
    margin-bottom: 40px;
  }

  .dmc-taxonomies-pages .dmc-page-inner .dmc-taxonomy-title {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    text-align: center;
    font-size: 80px;
  }

  #dmc-archive-page,
  #dmc-search-page {
    margin-top: 40px;
  }

  .dmc-taxonomies-pages .taxonomy-page-content-wrapper {
    padding-left: 90px;
    padding-left: 0;
  }

  .dmc-archive-desc {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-taxonomies-slider {
    margin-top: 30px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-taxonomies-list {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }

  .dmc-slick-slider.dmc-slick-slider-tax-list .slick-arrow {
    position: absolute;
  }

  .dmc-slick-slider.dmc-slick-slider-tax-list .slick-arrow.prev-arrow {
    left: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 4px;
  }

  .dmc-slick-slider.dmc-slick-slider-tax-list .slick-arrow.next-arrow {
    right: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 2px;
  }

  .dmc-taxonomies-list .dmc-tl-item {
    margin-right: 20px;
    margin-left: 20px;
  }

  .dmc-posts-feed.feed-shop .dmc-single-post.content-product-4-col {
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc((100% - 30px) / 4);
  }
}

@media only screen and (max-width: 768px) {
  #tablet-indicator {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }

  #dmc-front-page {
    margin-top: 25px;
  }

  .dmc-bakery-home-newsletter .dmc-col-1,
  .dmc-bakery-home-newsletter .dmc-col-2,
  .dmc-padding-main {
    padding-left: 25px;
    padding-right: 25px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper {
    margin-right: -25px;
  }

  .dmc-sp-welcome-card > .dmc-col-1 .dmc-col-inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }

  .dmc-sp-welcome-card > .dmc-col-2 .dmc-col-inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 36px;
  }

  .dmc-icon-hamburger-wrap .dmc-icon-hamburger {
    width: 18px;
    height: 10px;
  }

  .dmc-icon-hamburger-wrap .dmc-icon-hamburger span {
    height: 1px;
  }

  .ivy_display_light_italic_100_ls_20 {
    font-size: 70px;
    line-height: 75px;
  }

  .dmc-single-post.content-2-images .data-title {
    font-size: 35px;
    letter-spacing: 0.2px;
    line-height: 49px;
  }

  .dmc-tabs .section-title {
    font-size: 80px;
  }

  .margo_80 {
    font-size: 70px;
  }

  .dmc-recipe-tasty .dmc-recipe-title {
    font-size: 40px;
    line-height: 55px;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    margin-bottom: -25px;
  }

  .dmc-recipe-tasty .dmc-recipe-tagline {
    font-size: 15px;
    line-height: 20px;
  }

  .ivy_display_light_italic_40_ls_20_lh_52 {
    font-size: 30px;
    line-height: 40px;
  }

  .dmc-single-post.content-4-column .data-title {
    font-size: 20px;
    line-height: 28px;
  }

  .dmc-single-post.content-4-column .data-term-holder {
    text-align: center;
    margin-top: 10px;
  }

  .dmc-single-post.content-4-column .data-title-holder {
    margin-top: 8px;
  }

  .dmc-bakery-latest-posts .posts-wrapper,
  .vc_row.row-spotlight .wpb_wrapper {
    max-width: 566px;
  }

  .dmc-bakery-latest-posts .dmc-single-post.content-4-column,
  .vc_row.row-spotlight .dmc-single-post.content-4-column {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .wpb_text_column.dmc-has-background.style-w-964 h2:first-child {
    margin-top: 90px;
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
  }

  .wpb_text_column.dmc-has-background.style-w-964 h2:last-child {
    margin-top: -8px;
    -webkit-transform: translateY(28px);
    -ms-transform: translateY(28px);
    transform: translateY(28px);
  }

  .wpb_text_column.dmc-has-background {
    font-size: 21px;
    line-height: 30px;
  }

  .dmc-tabs {
    margin-top: -84px;
  }

  .dmc-tabs .dmc-tabs-navigation {
    margin-top: 100px;
  }

  .dmc-tabs {
    padding-bottom: 40px;
  }

  .vc_section.home-page-about-section {
    margin-top: 42px;
    margin-bottom: 40px;
  }

  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper .dmc-bakery-picture {
    max-width: 360px;
  }

  .vc_section.home-page-about-section .dmc-a-picture-holder.wh-548 .dmc-image-picture {
    padding-bottom: 130%;
  }

  .dmc-bakery-latest-posts .section-title {
    font-size: 80px;
    margin-left: -24px;
  }

  .dmc-bakery-latest-posts .dmc-col-1 {
    max-width: 68px;
  }

  .dmc-bakery-latest-posts .dmc-col-2 {
    padding-right: 25px;
  }

  .dmc-recipe-tasty {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dmc-recipe-tasty .dmc-recipe-image {
    margin-top: 14px;
  }

  .dmc-a-picture-holder.size-recipe-card .dmc-image-picture {
    padding-bottom: 64.10256%;
  }

  .dmc-recipe-tasty .dmc-recipe-buttons .dmc-button-wrap.the-print-button {
    display: none;
  }

  .dmc-recipe-tasty .dmc-recipe-buttons .dmc-button-wrap:nth-child(1) {
    margin-right: 0;
  }

  .dmc-recipe-tasty .dmc-recipe-buttons .dmc-button-wrap:nth-child(2) {
    margin-left: 0;
  }

  .dmc-recipe-tasty .dmc-recipe-detail {
    padding: 12px 10px;
  }

  .dmc-recipe-tasty .dmc-recipe-v-container .dmc-recipe-v-title {
    font-size: 50px;
    left: -10px;
  }

  .dmc-recipe-tasty .dmc-recipe-v-container {
    padding-left: 64px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }

  .dmc-recipe-tasty .dmc-recipe-v-container .v-con-inner {
    max-height: initial !important;
  }

  .dmc-recipe-tasty .dmc-recipe-v-container:after {
    width: calc(100% - 44px);
  }

  .dmc-recipe-tasty .dmc-recipe-v-container ol li:before {
    font-size: 15px;
    left: -30px;
  }

  .dmc-recipe-tasty .dmc-recipe-v-container ol {
    padding-left: 28px;
  }

  .dmc-recipe-tasty .dmc-recipe-notes {
    width: calc(100% - 44px + 15px + 15px);
  }

  .dmc-recipe-dymt .dmc-recipe-dymt-title {
    margin-bottom: 4px;
    font-size: 35px;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    margin-bottom: -8px;
  }

  .dmc-recipe-dymt {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 54px;
  }

  #dmc-comments .comment-form-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #dmc-comments .comment-form-input-wrapper .comment-form-filed {
    width: 100%;
  }

  #dmc-comments .comment-form-input-wrapper .comment-form-filed:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .vc_section.about-page-header .dmc-bakery-picture:nth-child(1) {
    width: 63.3%;
  }

  .vc_section.about-page-header .dmc-bakery-picture:nth-child(2) {
    width: 30.67%;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wpb_text_column.dmc-has-background.style-w-768 > .wpb_wrapper {
    padding-top: 62px;
    padding-bottom: 164px;
  }

  .vc_row.about-page-2-cols .wpb_column.vc_col-sm-6:nth-child(2) {
    padding-top: 30px;
  }

  .vc_row.about-page-2-cols {
    margin-bottom: 46px;
  }

  .dmc-bakery-did-you-know {
    margin-top: 24px;
  }

  .dmc-bakery-did-you-know .section-title {
    left: -15px;
    font-size: 80px;
    top: -144px;
  }

  .dmc-bakery-qa-item .data-number {
    font-size: 20px;
    margin-right: 16px;
  }

  .dmc-bakery-qa-item .data-question {
    margin-top: 2px;
  }

  .dmc-bakery-did-you-know .section-content {
    margin-left: 0;
  }

  .dmc-bakery-did-you-know .dmc-col-1 {
    max-width: 70px;
    margin-right: 8px;
  }

  .dmc-bakery-qa-item .data-answer {
    width: 100%;
  }

  .dmc-bakery-qa-item:nth-child(3) .col-answer .line:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 48px;
    left: 0;
  }

  .limited-width-756,
  body .vc_row.limited-width-756,
  body .vc_section.limited-width-756 {
    max-width: 646px;
  }

  .dmc-bakery-did-you-know .section-row {
    margin-bottom: 10px;
  }

  #dmc-main-footer {
    margin-top: 0;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2),
  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dmc-posts-feed.feed-3-cols .dmc-single-post.content-3-column {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 14px;
  }

  .dmc-posts-feed.feed-3-cols .dmc-single-post.content-3-column:nth-child(3n) {
    margin-right: 10px;
  }

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

  .dmc-bakery-recipe-index .index-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dmc-single-post.content-3-column .data-title {
    font-size: 20px;
    line-height: 28px;
  }

  .dmc-single-post.content-3-column .data-title-holder {
    margin-top: 10px;
  }

  .dmc-posts-feed.feed-3-cols .posts-wrapper {
    max-width: 550px;
  }

  .dmc-taxonomies-pages .dmc-page-inner .dmc-taxonomy-title {
    font-size: 64px;
  }

  .dmc-posts-feed.feed-shop {
    margin-bottom: 40px;
  }

  .dmc-posts-feed.feed-shop .dmc-single-post.content-product-4-col {
    width: calc((100% - 10px) / 2);
  }

  .dmc-posts-feed.feed-shop .dmc-single-post.content-product-4-col:nth-child(4n) {
    margin-right: 10px;
  }

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

  .dmc-posts-feed.feed-shop .posts-wrapper {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  #dmc-search-page .dmc-posts-feed.feed-3-cols .posts-wrapper {
    max-width: 550px;
  }

  .dmc-single-post.content-2-images .data-excerpt {
    display: none;
  }

  .dmc-single-post.content-2-images .dmc-read-more-holder {
    margin-top: 24px;
  }

  .home-page-september-spotlight-row .dmc-bakery-heading.style-default .dmc-bakery-heading-title {
    margin-top: 10px;
  }

  .vc_section.about-page-header > .vc_row .wpb_column.vc_col-sm-6:nth-child(2) {
    height: 440px;
  }

  .dmc-bakery-did-you-know .section-row {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .dmc-posts-feed.feed-related .posts-wrapper .dmc-single-post.content-related {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .dmc-single-post.content-related {
    max-width: 275px;
  }

  .dmc-posts-feed.feed-related {
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-a-picture-holder.size-related {
    max-width: 275px;
  }

  .dmc-a-picture-holder.size-related .dmc-image-picture {
    padding-bottom: 118.54545%;
  }

  .dmc-slick-slider.dmc-slick-slider-related .slick-arrow {
    position: absolute;
    top: 158px;
  }

  .dmc-slick-slider.dmc-slick-slider-related .slick-arrow.prev-arrow {
    left: -28px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dmc-slick-slider.dmc-slick-slider-related .slick-arrow.next-arrow {
    right: -28px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media only screen and (max-width: 500px) {
  .vc_section.home-page-about-section > .vc_row .wpb_column.vc_col-sm-6:nth-child(1) > .vc_column-inner > .wpb_wrapper .dmc-bakery-picture {
    max-width: 262px;
  }

  .vc_section.home-page-about-section .dmc-a-picture-holder.wh-548 .dmc-image-picture {
    padding-bottom: 171.75573%;
  }

  .dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item {
    width: calc((100% - 8px) / 2);
  }

  .dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item:nth-child(3n) {
    margin-right: 8px !important;
  }

  .dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .dmc-ig-wrapper.dmc-style-2rows-3cols #sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
    margin-top: 8px !important;
  }

  .wpcf7-form .dmc-cf-row.row-1-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wpcf7-form .dmc-cf-row.row-1-2 .dmc-cf-col.col-1-2:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wpcf7-form .dmc-cf-row.row-1-2 .dmc-cf-col.col-1-2:nth-child(2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 413px) {
  .dmc-bakery-home-newsletter .dmc-newsletter-wrapper .section-title {
    font-size: 60px;
    padding-left: 6px;
  }

  .dmc-bakery-latest-posts .section-title {
    font-size: 60px;
    margin-left: -18px;
  }

  .dmc-bakery-latest-posts .dmc-col-1 {
    max-width: 54px;
  }

  .dmc-bakery-did-you-know .section-title {
    left: -20px;
    font-size: 50px;
    top: -108px;
  }

  .dmc-bakery-did-you-know .dmc-col-1 {
    max-width: 30px;
  }
}

@media only screen and (max-height: 600px) {
  .vc_row.contact-page-header {
    height: auto !important;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
    height: auto;
  }
}

@media only screen and (max-height: 720px) {
  .vc_row.contact-page-header .wpb_text_column {
    margin-bottom: 20px;
  }

  .vc_row.contact-page-header .wpcf7 {
    margin-top: 20px;
  }

  .vc_row.contact-page-header .wpcf7-form .dmc-cf-row {
    margin-bottom: 30px;
  }

  .vc_row.contact-page-header .wpcf7 .dmc-cf-row.dmc-cf-textarea {
    margin-bottom: 20px;
  }

  .vc_row.contact-page-header .wpcf7 textarea {
    min-height: 120px;
    height: 120px;
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-height: 680px) {
  body.admin-bar .vc_row.contact-page-header {
    height: calc(100vh - 90px - 40px - 32px);
  }

  .vc_row.contact-page-header {
    height: calc(100vh - 90px - 40px);
  }

  body.admin-bar .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
    padding-top: calc((100vh - 90px - 40px - 32px) * 0.072);
    padding-bottom: calc((100vh - 90px - 40px - 32px) * 0.072);
  }

  .vc_row.contact-page-header .wpb_column.vc_col-sm-6:nth-child(1) {
    padding-top: calc((100vh - 90px - 40px) * 0.072);
    padding-bottom: calc((100vh - 90px - 40px) * 0.072);
  }

  .vc_row.contact-page-header {
    margin-top: 40px;
  }

  .vc_row.contact-page-header .wpb_text_column h1 {
    margin-bottom: 4px;
  }

  .vc_row.contact-page-header .wpb_text_column p {
    margin-bottom: 10px;
  }

  .vc_row.contact-page-header .wpb_text_column p:last-child {
    margin-bottom: 0;
  }

  .vc_row.contact-page-header .wpcf7 input[type=text],
  .vc_row.contact-page-header .wpcf7 input[type=email] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vc_row.contact-page-header .wpcf7-form .dmc-cf-row {
    margin-bottom: 20px;
  }
}