@charset "UTF-8";

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

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

.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

*/

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 img,
.dmc-image-link-wrapper:hover picture {
  opacity: 0.75;
}

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

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

.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-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-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: Levitate;
  src: url("fonts/Levitate-Regular.eot");
  src: url("fonts/Levitate-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Levitate-Regular.woff2") format("woff2"), url("fonts/Levitate-Regular.woff") format("woff"), url("fonts/Levitate-Regular.ttf") format("truetype"), url("fonts/Levitate-Regular.svg#Levitate-Regular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Canela Web";
  src: url("fonts/Canela-Light-Web.woff2") format("woff2"), url("fonts/Canela-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

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

body {
  color: #23443e;
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  background: #f0eded;
}

a {
  color: #23443e;
}

a:hover {
  color: #74867f;
}

.dmc-posts-feed.loading-by-click {
  opacity: 0.75;
}

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

.dmc-padding-main {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

#dmc-404-page,
.dmc-taxonomies-pages,
#dmc-single-post.single-post-type-cookbook,
#dmc-page,
#dmc-front-page {
  margin-top: 20px;
}

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

.comment-form .dmc-button-wrap input[type=submit],
.dmc-button,
.loader-type-button,
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-close {
  padding: 0;
  border: 0;
  background: none;
  display: block;
  outline: 0;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}

.dmc-icon-close span {
  height: 2px;
  width: 141%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.dmc-icon-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(0%, -41%);
  -ms-transform: rotate(-45deg) translate(0%, -41%);
  transform: rotate(-45deg) translate(0%, -41%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dmc-icon-close span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0%, -41%);
  -ms-transform: rotate(45deg) translate(0%, -41%);
  transform: rotate(45deg) translate(0%, -41%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
}

.dmc-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;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: block;
  max-width: 100%;
  width: 100%;
}

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

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

.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-search {
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC42MSAxNi4xMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNiN2JjYjE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJNQUlOX0xBWUVSIiBkYXRhLW5hbWU9Ik1BSU4gTEFZRVIiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuOTMsMTMuODdhNi45NCw2Ljk0LDAsMSwxLDYuOTQtNi45NEE2Ljk0LDYuOTQsMCwwLDEsNi45MywxMy44N1pNNi45My43NWE2LjE5LDYuMTksMCwxLDAsNi4xOSw2LjE4QTYuMTgsNi4xOCwwLDAsMCw2LjkzLjc1WiIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMTQuOTkiIHk9IjkuNjgiIHdpZHRoPSIwLjc1IiBoZWlnaHQ9IjcuNjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjcyIDE3LjM0KSByb3RhdGUoLTUyLjEzKSIvPjwvZz48L2c+PC9zdmc+");
}

.dmc-button-wrap.style-default .dmc-button {
  font-family: "Levitate", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-bottom: 3px solid #dbd2a0;
  padding-bottom: 2px;
}

.dmc-button-wrap.style-simple .dmc-button {
  font-family: "Levitate", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dmc-button-wrap.style-simple .dmc-button:hover {
  color: #74867f;
}

.dmc-button-wrap.style-minimal {
  border-right: 1px solid rgba(183, 188, 177, 0.75);
}

.dmc-button-wrap.style-minimal:last-child {
  border-right: 0;
}

.dmc-button-wrap.style-minimal .dmc-button {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding: 19px 10px;
}

.dmc-button-wrap.style-minimal .dmc-button:hover {
  color: #74867f;
}

.dmc-button-wrap.style-long:last-child {
  border-right: 0;
}

.comment-form .dmc-button-wrap,
.dmc-button-wrap.style-minimal,
.dmc-button-wrap.style-long-big,
.dmc-button-wrap.style-long,
.ajax-loader-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  text-align: center;
}

.loader-type-button,
.dmc-button-wrap.style-long .dmc-button {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding: 26px 10px;
}

.loader-type-button:hover,
.dmc-button-wrap.style-long .dmc-button:hover {
  color: #74867f;
}

.dmc-button-wrap.style-long-big .dmc-button,
.comment-form .dmc-button-wrap input[type=submit] {
  font-family: "Levitate", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dmc-button-wrap.style-long-big .dmc-button:hover,
.comment-form .dmc-button-wrap input[type=submit]:hover {
  color: #74867f;
}

.comment-form .dmc-button-wrap input[type=submit],
.dmc-button-wrap.style-long-big.and-short .dmc-button {
  padding: 22px 10px;
}

.dmc-button-wrap.style-long-big .dmc-button {
  padding: 20px 10px 18px;
}

.dmc-search-form {
  position: relative;
}

.dmc-search-form input[type=text] {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0.2px;
  color: #b7bcb1;
  padding-left: 70px;
  padding-right: 10px;
}

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

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

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

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

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

.dmc-search-form .dmc-icon {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dmc-error-message .dmc-search-form input[type=text] {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
}

.canela_light_50_lh_60 {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.28;
  letter-spacing: 0;
}

.levitate_16_lh_34_ls_160_ttu {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.levitate_26_lh_34_ls_160_low {
  font-family: "Levitate", sans-serif;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1.6px;
  text-transform: lowercase;
}

.levitate_28_lh_41_ls_140_low {
  font-family: "Levitate", sans-serif;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 1.4px;
  text-transform: lowercase;
}

.proxima_light_24_lh_34 {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: 0;
}

.wpb_text_column a,
.dmc-content-style-1 a,
.f-link-shadow a {
  -webkit-box-shadow: 0 3px 0 0 #dbd2a0, inset 0 0 0 0 #dbd2a0;
  box-shadow: 0 3px 0 0 #dbd2a0, inset 0 0 0 0 #dbd2a0;
  -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;
}

.wpb_text_column a:hover,
.dmc-content-style-1 a:hover,
.f-link-shadow a:hover {
  color: #23443e;
  -webkit-box-shadow: 0 3px 0 0 #dbd2a0, inset 0 -20px 0 0 #dbd2a0;
  box-shadow: 0 3px 0 0 #dbd2a0, inset 0 -20px 0 0 #dbd2a0;
}

.wpb_text_column,
.dmc-content-style-1 {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.53;
  letter-spacing: 0.2px;
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.dmc-content-style-1 h1,
.dmc-content-style-1 h2,
.dmc-content-style-1 h3,
.dmc-content-style-1 h4,
.dmc-content-style-1 h5,
.dmc-content-style-1 h6 {
  margin-bottom: 20px;
}

.wpb_text_column b,
.wpb_text_column strong,
.dmc-content-style-1 b,
.dmc-content-style-1 strong {
  font-family: "proxima-nova";
  font-weight: 500;
}

.dmc-content-style-1 .wp-block-image,
.dmc-content-style-1 p {
  margin-bottom: 20px;
}

.dmc-content-style-1 .wp-block-image:last-child,
.dmc-content-style-1 p:last-child {
  margin-bottom: 0;
}

.dmc-content-style-1 ul,
.dmc-content-style-1 ol {
  padding-left: 20px;
  margin-bottom: 50px;
}

.dmc-content-style-1 ul li,
.dmc-content-style-1 ol li {
  margin-bottom: 8px;
}

.dmc-content-style-1 ul li:last-child,
.dmc-content-style-1 ol li:last-child {
  margin-bottom: 0;
}

.wpb_text_column p {
  margin-bottom: 22px;
}

.wpb_text_column p:last-child {
  margin-bottom: 0;
}

.f-text-default {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.53;
  letter-spacing: 0.2px;
}

.f-text-proxima-24 {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
}

.dmc-post-editor .dmc-content-style-1 h2:not(.wprm-recipe-name) {
  font-family: "Canela Web", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  background-color: #f8e4dd;
  padding: 30px 40px;
}

.dmc-post-editor .dmc-content-style-1 h2.is-style-style-clean {
  background-color: transparent;
  padding: 0;
}

.dmc-content-inner .wp-block-embed-youtube {
  text-align: center;
}

.dmc-post-editor figure {
  margin: 0;
}

.dmc-post-editor .featured-product-block {
  padding: 0;
  gap: 0;
  margin-bottom: 40px;
  background-color: #f8e4dd;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dmc-post-editor .featured-product-block h3 {
  font-family: "Canela Web", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

.dmc-post-editor .featured-product-block .featured-product-block-inner {
  margin-bottom: 20px;
}

.dmc-post-editor .featured-product-block .wp-block-button__link {
  font-family: "Levitate", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #23443e;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.dmc-post-editor .featured-product-block a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dmc-post-editor .featured-product-block .wp-block-buttons {
  text-align: center;
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding: 18px 0;
  margin-top: 30px;
}

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

.dmc-header-row-1 {
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  background: #f0eded;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

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

.dmc-header-row-1 .dmc-menu-wrapper {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

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

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

.dmc-header-row-1 .dmc-menu-wrapper a {
  text-decoration: underline;
}

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

.dmc-logo-main a.dmc-image-holder {
  display: block;
}

.dmc-mm-trig-hold {
  display: block;
}

.dmc-mm-trig-hold .mm-label {
  font-size: 12px;
  text-decoration: underline;
}

.dmc-header-row-2 {
  display: none;
}

.dmc-menu-wrapper.style-dropdown .sub-menu {
  width: 160px;
  background: #f0eded;
  padding-top: 10px;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li {
  border-right: 1px solid rgba(183, 188, 177, 0.75);
  border-left: 1px solid rgba(183, 188, 177, 0.75);
}

.dmc-menu-wrapper.style-dropdown .sub-menu li:first-child {
  padding-top: 20px;
  border-top: 1px solid rgba(183, 188, 177, 0.75);
}

.dmc-menu-wrapper.style-dropdown .sub-menu li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
}

#dmc-comments ul,
.recipe-index-filter ul,
.dmc-bakery-cb-locations ul,
.dmc-menu-wrapper ul {
  list-style: none;
}

body.admin-bar #dmc-mobile-menu {
  top: calc(54px + 32px);
}

#dmc-mobile-menu {
  position: fixed;
  top: 54px;
  left: 0;
  width: 300px;
  height: 100%;
  background: #f0eded;
  z-index: 210;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: scroll;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.06);
}

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

#dmc-mobile-menu .dmc-mobile-menu-in {
  padding: 40px 20px;
}

#dmc-mobile-menu .dmc-menu-wrapper {
  font-size: 12px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#dmc-mobile-menu .dmc-menu-wrapper ul {
  text-align: center;
}

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

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

#dmc-mobile-menu .dmc-search-form input[type=text] {
  border: 1px solid rgba(183, 188, 177, 0.75);
  font-size: 14px;
  line-height: 20px;
  padding-left: 54px;
}

#dmc-mobile-menu .dmc-search-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

#dmc-mobile-menu .dmc-search-form .dmc-icon {
  left: 18px;
}

.dmc-mobile-menu-in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-mm-in-in {
  width: 100%;
}

.dmc-mm-trig-hold .mm-label {
  cursor: pointer;
}

.content-card-3-images {
  margin-bottom: 26px;
}

.content-card-3-images .dmc-image-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-card-3-images .dmc-image-link-wrapper .dmc-image-holder {
  max-width: 356px;
}

.content-card-3-images .dmc-image-link-wrapper .dmc-image-holder:last-child {
  margin-right: 0;
}

.content-card-3-images .dmc-image-link-wrapper .dmc-image-holder:nth-child(2) {
  margin-top: 15px;
  display: none;
}

.content-card-3-images .dmc-image-link-wrapper .dmc-image-holder:nth-child(3) {
  display: none;
}

.content-card-3-images .dmc-col-2 {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.content-card-3-images .dmc-col-2 .dmc-button-wrap {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-card-3-images .data-title-holder {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-bottom: 20px;
}

.content-card-3-images .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
}

.content-card-3-images .separator {
  display: none;
}

.content-card-2-images {
  margin-top: 20px;
}

.content-card-2-images .dmc-single-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.content-card-2-images .dmc-col-1 {
  width: 100%;
  padding-top: 20px;
}

.content-card-2-images .dmc-image-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-card-2-images .dmc-image-link-wrapper .dmc-image-holder {
  width: calc((100% - 10px) / 2);
  max-width: 356px;
  margin-right: 10px;
}

.content-card-2-images .dmc-image-link-wrapper .dmc-image-holder:last-child {
  margin-right: 0;
}

.content-card-2-images .dmc-image-link-wrapper .dmc-image-holder:nth-child(1) {
  margin-top: 7px;
}

.content-card-2-images .data-term-holder {
  margin-bottom: 20px;
  text-align: center;
}

.content-card-2-images .data-term {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.content-card-2-images .data-title-holder {
  margin-bottom: 20px;
}

.content-card-2-images .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.content-card-sun-featured {
  margin-top: 20px;
}

.content-card-sun-featured .dmc-single-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.content-card-sun-featured .dmc-col-1 {
  width: 100%;
  max-width: 442px;
  padding-top: 24px;
  margin-left: 0;
}

.content-card-sun-featured .dmc-col-2 {
  width: 100%;
  max-width: 430px;
}

.content-card-sun-featured .data-term-holder {
  text-align: center;
  margin-bottom: 26px;
}

.content-card-sun-featured .data-term {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.content-card-sun-featured .data-title-holder {
  text-align: center;
  margin-bottom: 28px;
}

.content-card-sun-featured .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
}

.content-card-sun-featured .buttons-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-card-sun-featured .data-excerpt {
  text-align: center;
}

.dmc-bakery-latest-posts-by-cat {
  margin-top: 30px;
}

.dmc-bakery-latest-posts-by-cat .section-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 26px;
}

.dmc-bakery-latest-posts-by-cat .ajax-loader-wrapper {
  display: none;
}

.feed-terms-list.style-1 {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.feed-terms-list.style-1 .list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: scroll;
  padding: 12px 0;
}

.feed-terms-list.style-1:after,
.feed-terms-list.style-1:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  height: 1px;
  background: rgba(183, 188, 177, 0.75);
}

.feed-terms-list.style-1:before {
  top: 0;
}

.feed-terms-list.style-1:after {
  bottom: 0;
}

.feed-terms-list.style-1 .term-item {
  padding: 13px 28px;
  border-right: 1px solid rgba(183, 188, 177, 0.75);
}

.feed-terms-list.style-1 .term-item:first-child {
  padding-left: 34px;
}

.feed-terms-list.style-1 .term-item:last-child {
  padding-right: 34px;
  border-right: 0;
}

.feed-terms-list.style-2 {
  font-family: "Levitate", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}

.feed-terms-list.style-2 .list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  padding: 0 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feed-terms-list.style-2 .separator {
  position: relative;
  margin: 0 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 50px;
}

.feed-terms-list.style-2 .separator:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(183, 188, 177, 0.75);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.feed-terms-list.style-2 .separator:last-child {
  display: none;
}

.feed-terms-list .term-item input {
  display: none;
}

.feed-terms-list .term-item input.dmc-is-checked + label {
  -webkit-box-shadow: 0 3px 0 0 #dbd2a0;
  box-shadow: 0 3px 0 0 #dbd2a0;
}

.feed-terms-list .term-item label {
  cursor: pointer;
}

.content-card-3-col {
  max-width: 356px;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-top: 7px;
}

.content-card-3-col:nth-child(2n) {
  margin-right: 0;
  margin-top: 0;
}

.content-card-2-col,
.content-card-3-col {
  margin-bottom: 20px;
}

.content-card-2-col .data-title-holder,
.content-card-3-col .data-title-holder {
  margin-top: 14px;
}

.content-card-2-col .data-title,
.content-card-3-col .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0 6px;
}

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

.dmc-feed-related .dmc-feed-3-cols {
  max-width: 722px;
}

.content-card-cookbook {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
}

.content-card-cookbook .dmc-single-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-card-cookbook .dmc-col-1 {
  width: 100%;
  max-width: 356px;
  padding-top: 24px;
}

.content-card-cookbook .dmc-col-2 {
  width: 100%;
  max-width: 698px;
}

.content-card-cookbook .dmc-image-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-card-cookbook .dmc-image-link-wrapper .img-wrapper {
  width: 100%;
  max-width: 336px;
  margin-right: 10px;
}

.content-card-cookbook .dmc-image-link-wrapper .img-wrapper:last-child {
  margin-right: 0;
}

.content-card-cookbook .data-title {
  text-align: center;
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.content-card-cookbook .data-excerpt {
  text-align: center;
  margin-bottom: 30px;
}

.content-card-cookbook .image-label {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  color: #b7bcb1;
  margin-top: 14px;
}

.dmc-image-picture.size-336x423 {
  max-width: 336px;
  padding-bottom: 125.89286%;
}

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

.footer-about-section .dmc-footer-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-about-section .dmc-col-1 {
  width: 100%;
  max-width: 430px;
}

.footer-about-section .dmc-col-2 {
  width: 100%;
  max-width: 454px;
  margin-top: 20px;
}

.footer-about-section .section-title {
  font-family: "Levitate", sans-serif;
  font-size: 20px;
  line-height: 1.46;
  letter-spacing: 1.4px;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 10px;
}

.footer-about-section .section-content {
  margin-bottom: 30px;
}

.dmc-image-picture.size-430x594 {
  padding-bottom: 138.13953%;
}

.dmc-footer-row-2 {
  background: #23443e;
  color: #b7bcb1;
  margin-top: 30px;
}

.footer-row-2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-row-2-1 .dmc-image-picture img {
  width: 100%;
}

.footer-row-2-1 .dmc-col-2 {
  width: 100%;
  margin-top: 10px;
}

.footer-row-2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-row-2-2 .dmc-col {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.footer-row-2-2 .dmc-col:last-child {
  margin-bottom: 0;
}

.footer-row-2-2 .dmc-menu-wrapper {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.footer-row-2-2 .dmc-menu-wrapper li {
  margin-bottom: 20px;
}

.footer-row-2-2 .dmc-menu-wrapper li:last-child {
  margin-bottom: 0;
}

.footer-row-2-2 .dmc-menu-wrapper a {
  color: #b7bcb1;
}

.footer-row-2-2 .dmc-menu-wrapper a:hover {
  color: #74867f;
}

.footer-row-2-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dmc-copyright-wrapper {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #74867f;
}

.dmc-copyright-wrapper a {
  color: #74867f;
}

.dmc-copyright-wrapper .dmc-copyright {
  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-copyright-wrapper .dmc-copyright p {
  margin-bottom: 10px;
}

.dmc-copyright-wrapper .dmc-copyright p:last-child {
  margin-bottom: 0;
}

.dmc-newsletter-form {
  max-width: 884px;
}

.dmc-newsletter-form input[type=email] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "Canela Web", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  color: #b7bcb1;
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  padding: 12px 10px !important;
  height: auto !important;
}

.dmc-newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #b7bcb1;
}

.dmc-newsletter-form input[type=email]::-moz-placeholder {
  color: #b7bcb1;
}

.dmc-newsletter-form input[type=email]:-ms-input-placeholder {
  color: #b7bcb1;
}

.dmc-newsletter-form input[type=email]::-ms-input-placeholder {
  color: #b7bcb1;
}

.dmc-newsletter-form input[type=email]::placeholder {
  color: #b7bcb1;
}

.dmc-newsletter-form input[type=submit] {
  font-family: "Levitate", sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  color: #b7bcb1 !important;
  margin-top: 10px;
  background: transparent !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}

.dmc-newsletter-form .main-form {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

html .emailoctopus-error-message,
html .emailoctopus-success-message {
  color: #b7bcb1 !important;
  font-family: "proxima-nova" !important;
  font-weight: 300 !important;
}

.grecaptcha-badge {
  display: none !important;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template {
  width: 100vw;
  margin-left: -20px;
  background: #fff;
  margin-bottom: 50px;
  margin-top: 56px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-name {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-summary {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 26px;
  text-align: center;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-1 .dmc-wprm-col-1 {
  width: 100%;
  max-width: 738px;
  margin-top: 20px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-1 .dmc-wprm-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-image {
  max-width: 300px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-buttons {
  display: none;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 23px;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  margin-top: 30px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-details-label {
  font-family: "Levitate", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-time {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-details-unit {
  font-size: 1em;
  display: inline-block;
  margin-left: -6px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-servings-with-unit {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-servings-with-unit a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-block-container {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container .wprm-recipe-block-container {
  width: 100%;
  margin-bottom: 30px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-servings-container {
  width: 280px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-3 .dmc-wprm-col-1 {
  width: 100%;
  max-width: 448px;
  margin-right: 40px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-3 .dmc-wprm-col-2 {
  width: 100%;
  max-width: 606px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-header {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-group-name {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-equipment li,
.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-ingredients li {
  margin: 0 0 10px;
  list-style: none !important;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-instructions li {
  margin: 0 0 6px;
  list-style-position: inside !important;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-instructions .wprm-recipe-instruction-text {
  display: inline;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-instructions .wprm-recipe-instruction-text span {
  display: inline !important;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-notes ul {
  list-style: none;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-notes ul li {
  margin: 0 0 10px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-notes ul li:before {
  content: "•";
  display: inline;
  padding-right: 6px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template ul,
.wprm-recipe.wprm-recipe-template-thefirstmess-template ol {
  margin-bottom: 45px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-footer {
  padding-top: 22px;
  padding-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-footer .wprm-recipe-block-container-inline {
  margin-right: 0;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-footer .wprm-recipe-author-container {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-footer .wprm-recipe-author-container a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-tags-container .wprm-recipe-tag-container:after {
  content: "/";
  display: inline-block;
  margin: 0 7px;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-tags-container .wprm-recipe-tag-container:nth-last-child(2):after {
  display: none;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-tags-container .wprm-recipe-keyword-container {
  display: none;
}

.wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-tags-container a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.wprm-recipe-template-thefirstmess-template .wprm-recipe-rating .wprm-recipe-rating-details,
.dmc-single-post-header .wprm-recipe-rating .wprm-recipe-rating-details {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.wprm-recipe-template-thefirstmess-template .wprm-recipe-rating .wprm-rating-star,
.dmc-single-post-header .wprm-recipe-rating .wprm-rating-star {
  margin-right: 10px !important;
}

.wprm-recipe-template-thefirstmess-template .wprm-recipe-rating .wprm-rating-star:last-child,
.dmc-single-post-header .wprm-recipe-rating .wprm-rating-star:last-child {
  margin-right: 0 !important;
}

.wprm-recipe-template-thefirstmess-template .wprm-recipe-rating svg,
.dmc-single-post-header .wprm-recipe-rating svg {
  width: 21px !important;
  height: 21px !important;
  margin-top: 0 !important;
}

.wprm-recipe-template-thefirstmess-template .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg *,
.dmc-single-post-header .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #23443e !important;
}

.wprm-recipe-template-thefirstmess-template .wprm-recipe-rating .wprm-rating-star svg *,
.dmc-single-post-header .wprm-recipe-rating .wprm-rating-star svg * {
  stroke: #23443e !important;
}

.dmc-single-post-header > .wprm-recipe-rating {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding: 24px 10px 22px 10px;
}

.wprm-recipe-rating {
  text-align: center;
}

.vc_row.cookbook-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  -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;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.vc_row.cookbook-header:after,
.vc_row.cookbook-header:before {
  display: none;
}

.vc_row.cookbook-header .wpb_column:nth-child(1) {
  width: 100%;
  max-width: 830px;
}

.vc_row.cookbook-header .wpb_column:nth-child(2) {
  width: 100%;
  max-width: 220px;
}

.vc_row.cookbook-header .wpb_column:nth-child(2) .wpb_text_column {
  padding: 0 44px;
  margin-bottom: 22px;
}

.dmc-bakery-cookbook-covers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dmc-bakery-cookbook-covers .image-label {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-top: 8px;
  color: #b7bcb1;
  padding-left: 10px;
}

.dmc-bakery-cookbook-covers .img-wrapper {
  width: 100%;
  max-width: 400px;
  margin-right: 10px;
}

.dmc-bakery-cookbook-covers .img-wrapper:nth-child(2n) {
  margin-right: 0;
}

.dmc-bakery-cb-locations {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  text-align: center;
  padding-top: 20px;
  margin-bottom: 26px;
}

.dmc-bakery-cb-locations .data-title {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 20px;
}

.dmc-bakery-cb-locations ul {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 22px;
}

.dmc-bakery-cb-locations ul li {
  margin-bottom: 24px;
}

.dmc-bakery-cb-locations ul li:last-child {
  margin-bottom: 0;
}

.dmc-bakery-cb-locations ul a {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.dmc-bakery-cb-locations ul p {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: #b7bcb1;
  margin-top: 6px;
}

.dmc-image-picture.size-400x504 {
  max-width: 400px;
  padding-bottom: 126%;
}

.vc_row.row-images-3-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vc_row.row-images-3-cols:after,
.vc_row.row-images-3-cols:before {
  display: none;
}

.vc_row.row-images-3-cols .wpb_column {
  width: 100%;
  max-width: 356px;
  margin-bottom: 20px;
}

.vc_row.row-images-3-cols .wpb_single_image {
  margin-bottom: 0;
}

.vc_row.row-images-3-cols.style-alt .wpb_column:nth-child(2) {
  padding-top: 0;
}

.vc_row.cookbook-page-2-3-1-3 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.vc_row.cookbook-page-2-3-1-3 .vc_col-sm-8 {
  padding-bottom: 20px;
}

.vc_row.cookbook-page-2-3-1-3 h2 {
  margin-bottom: 12px;
}

.vc_row.cookbook-page-2-3-1-3 .dmc-button-wrap {
  margin-top: 26px;
}

.dmc-taxonomy-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.taxonomy-description-holder {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  margin-bottom: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.taxonomy-description {
  font-family: "Levitate", sans-serif;
  font-size: 12px;
  line-height: 2.12;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
}

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

.dmc-error-message {
  text-align: center;
  max-width: 400px;
  margin: 60px auto;
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0.2px;
}

.dmc-error-message .dmc-search-form {
  margin-top: 10px;
}

.content-card-sun-feed {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.content-card-sun-feed:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.content-card-sun-feed .dmc-single-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.content-card-sun-feed .dmc-col-1 {
  width: 100%;
  max-width: 350px;
  padding-top: 20px;
}

.content-card-sun-feed .dmc-col-2 {
  width: 100%;
  max-width: 350px;
}

.content-card-sun-feed .data-date-holder {
  text-align: center;
  margin-bottom: 14px;
}

.content-card-sun-feed .data-date {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.content-card-sun-feed .data-title-holder {
  text-align: center;
  margin-bottom: 14px;
}

.content-card-sun-feed .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
}

.content-card-sun-feed .data-excerpt {
  text-align: center;
  margin-bottom: 20px;
}

.content-card-2-col {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  max-width: 400px;
  margin-top: 15px;
}

.content-card-2-col:nth-child(2n) {
  margin-right: 0;
}

.content-card-2-col:nth-child(2n) {
  margin-top: 0;
}

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

.content-card-month {
  max-width: 146px;
  margin-right: 8px;
  padding-top: 12px;
  margin-bottom: 10px;
}

.content-card-month:nth-child(2n) {
  margin-right: 0;
  padding-top: 0;
}

.content-card-month .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
}

.dmc-bakery-latest-posts-by-flavor {
  margin-top: 40px;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
}

.dmc-bakery-latest-posts-by-flavor .section-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}

.dmc-bakery-latest-posts-by-flavor .ajax-loader-wrapper {
  display: none;
}

.dmc-bakery-latest-posts-by-flavor .content-card-3-col .data-title {
  font-size: 26px;
}

.dmc-page-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-page-with-sidebar .dmc-pwsb-content-holder {
  max-width: 740px;
  position: relative;
  z-index: 11;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dmc-page-with-sidebar .dmc-pwsb-sidebar-holder {
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 10;
  display: none;
}

.dmc-single-post.content .dmc-single-post-header .data-title-holder {
  margin-top: -10px;
  margin-bottom: 26px;
}

.dmc-single-post.content .dmc-single-post-header .data-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
}

.dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Levitate", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 6px;
  padding-bottom: 6px;
}

.dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons .button-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons a {
  text-transform: uppercase !important;
  color: #23443e !important;
}

.dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons a:hover {
  color: #74867f !important;
}

.dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons .separator {
  width: 50px;
  height: 50px;
  position: relative;
}

.dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons .separator:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(183, 188, 177, 0.75);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}

.dmc-single-post.content .dmc-single-post-header .data-short-description {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 23px;
  padding-bottom: 25px;
}

.dmc-single-post.content .dmc-single-post-content {
  margin-top: 27px;
}

.dmc-single-post.content .dmc-single-post-pre-footer {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  margin-top: 36px;
  padding-top: 20px;
  padding-left: 5px;
}

.dmc-single-post.content .dmc-single-post-pre-footer .data-date-holder {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.dmc-single-post.content .dmc-single-post-pre-footer .data-post-terms {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.dmc-single-post.content .dmc-single-post-pre-footer .term {
  text-transform: capitalize;
}

.dmc-single-post.content .dmc-comments-nav {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dmc-single-post.content .dmc-comments-nav .dmc-col-1 {
  text-align: center;
  width: 100%;
}

.dmc-single-post.content .dmc-comments-nav .dmc-col-2 {
  width: 50%;
  text-align: center;
}

.dmc-single-post.content .dmc-comments-nav .separator {
  width: 50px;
  height: 50px;
  position: relative;
}

.dmc-single-post.content .dmc-comments-nav .separator:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(183, 188, 177, 0.75);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dmc-single-post.content .dmc-comments-nav .add-comment-trigger,
.dmc-single-post.content .dmc-comments-nav .show-comments-trigger {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.dmc-single-post.content .dmc-comments-nav .add-comment-trigger:hover,
.dmc-single-post.content .dmc-comments-nav .show-comments-trigger:hover {
  color: #74867f;
}

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

.dmc-single-post-related-section .section-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 46px;
}

.posts-nav {
  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;
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 24px;
}

.posts-nav .post-nav-holder {
  width: calc((100% - 50px) / 2);
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.posts-nav .post-nav-holder.prev-holder {
  text-align: left;
}

.posts-nav .post-nav-holder.next-holder {
  text-align: right;
}

.posts-nav .separator {
  width: 50px;
  height: 50px;
  position: relative;
}

.posts-nav .separator:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(183, 188, 177, 0.75);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}

.widget_dmc-widget-about .dmc-image-holder {
  margin-bottom: 18px;
}

.widget_dmc-widget-about .dmc-image-picture {
  padding-bottom: 138%;
}

.widget_dmc-widget-about .widget-title {
  font-family: "Levitate", sans-serif;
  font-size: 28px;
  line-height: 1.46;
  letter-spacing: 1.4px;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 14px;
}

.widget_dmc-widget-about .widget-description {
  text-align: center;
  margin-bottom: 25px;
}

.vc_row.about-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -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_row.about-page-header:after,
.vc_row.about-page-header:before {
  display: none;
}

.vc_row.about-page-header .wpb_column:nth-child(1) {
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-bottom: 8px;
  margin-top: 20px;
}

.vc_row.about-page-header .wpb_column:nth-child(2) {
  width: 100%;
  max-width: 356px;
}

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

.vc_row.about-page-header .wpb_column:nth-child(2) .wpb_wrapper {
  height: 100%;
}

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

.dmc-bakery-picture.style-356x100p .dmc-bakery-picture-inner {
  height: 100%;
}

.dmc-bakery-picture.style-356x100p .dmc-image-picture {
  height: 100%;
}

.dmc-bakery-horizontal-line {
  height: 1px;
  background: rgba(183, 188, 177, 0.75);
}

.dmc-bakery-horizontal-line.mt40 {
  margin-top: 40px;
}

.dmc-bakery-horizontal-line.mb42 {
  margin-bottom: 42px;
}

.vc_row > .vc_col-sm-4 {
  max-width: 356px;
}

.vc_row > .vc_col-sm-4 .wpb_single_image {
  margin-bottom: 0;
}

.vc_row > .vc_col-sm-8:nth-child(2) {
  padding-left: 40px;
  padding-top: 8px;
}

.wpb_text_column.border-t-b {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  margin-bottom: 72px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.wpb_text_column.border-t-b.mt14 {
  margin-top: 14px;
}

.wpb_text_column.border-t-b.mb8 {
  margin-bottom: 8px;
}

.vc_row.about-page-cookbook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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_row.about-page-cookbook .wpb_column:nth-child(1) {
  width: 100%;
  max-width: 725px;
  margin-top: 20px;
}

.vc_row.about-page-cookbook .wpb_column:nth-child(2) {
  width: 100%;
  max-width: 338px;
}

.vc_row.about-page-cookbook .dmc-bakery-picture.silver-agent {
  position: relative;
}

.vc_row.about-page-cookbook .dmc-bakery-picture.silver-agent:after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("images/silver-stamp.png");
  position: absolute;
  top: -40px;
  right: 22px;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}

.vc_row.row-feed-3-cols-header {
  margin-top: 42px;
}

.vc_row.row-feed-3-cols-header .wpb_text_column {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.vc_row.row-feed-3-cols-header .wpb_text_column h2 {
  margin-bottom: 28px;
}

.vc_row.row-feed-3-cols > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vc_row.row-feed-3-cols-slider {
  margin-right: -13px;
  margin-left: -13px;
}

.vc_row.row-feed-3-cols-slider .content-card-3-col {
  margin-right: 13px !important;
  margin-left: 13px !important;
}

.dmc-bakery-recipe-search .section-title {
  font-family: "Levitate", sans-serif;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1.6px;
  text-transform: lowercase;
}

.dmc-bakery-recipe-search .section-inner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dmc-bakery-recipe-search .index-content {
  width: 100%;
  max-width: 828px;
  margin-top: 30px;
}

.dmc-bakery-recipe-search .index-sidebar {
  margin-top: 18px;
}

.dmc-bakery-recipe-search .recipe-index-filter {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 16px;
  padding-bottom: 16px;
}

.dmc-bakery-recipe-search .recipe-index-filter.expndr-closed .filter-head:after {
  content: "+";
}

.dmc-bakery-recipe-search .recipe-index-filter:last-child {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-head {
  font-family: "Levitate", sans-serif;
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-head:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 26px;
  width: 16px;
  text-align: center;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-wrap {
  padding-top: 15px;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-item {
  margin-bottom: 18px;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-item:last-child {
  margin-bottom: 0;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-item .filter-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-item input[type=checkbox] {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid rgba(183, 188, 177, 0.75);
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  margin-right: 10px;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-item input[type=checkbox]:checked {
  background: #dbd2a0;
  border-color: #dbd2a0;
}

.dmc-bakery-recipe-search .recipe-index-filter .filter-item label {
  font-family: "proxima-nova";
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  cursor: pointer;
}

.widget.widget_text {
  font-family: "Levitate", sans-serif;
  font-size: 28px;
  line-height: 1.46;
  letter-spacing: 1.4px;
  text-transform: lowercase;
  text-align: center;
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-bottom: 26px;
}

.widget.widget_dmc-widget-recipes-otm {
  margin-top: 26px;
}

.widget.widget_dmc-widget-recipes-otm .widget-title {
  font-family: "Canela Web", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

.dmc-posts-feed.dmc-feed-month {
  margin-top: 28px;
  margin-bottom: 40px;
}

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

.comment-form {
  display: none;
  margin-top: 30px;
}

.comment-form .comment-form-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.comment-form .comment-form-filed {
  margin-bottom: 20px;
}

.comment-form .comment-form-filed:last-child {
  margin-bottom: 0;
}

.comment-form input[type=text],
.comment-form input[type=email] {
  border: 1px solid rgba(183, 188, 177, 0.75);
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.53;
  letter-spacing: 0.2px;
  padding: 13px 4px 11px 15px;
  color: #23443e;
}

.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder {
  color: #23443e;
}

.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder {
  color: #23443e;
}

.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder {
  color: #23443e;
}

.comment-form input[type=text]::-ms-input-placeholder,
.comment-form input[type=email]::-ms-input-placeholder {
  color: #23443e;
}

.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder {
  color: #23443e;
}

.comment-form textarea {
  border: 1px solid rgba(183, 188, 177, 0.75);
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.53;
  letter-spacing: 0.2px;
  padding: 13px 4px 11px 15px;
  color: #23443e;
  min-height: 216px;
}

.comment-form textarea::-webkit-input-placeholder {
  color: #23443e;
}

.comment-form textarea::-moz-placeholder {
  color: #23443e;
}

.comment-form textarea:-ms-input-placeholder {
  color: #23443e;
}

.comment-form textarea::-ms-input-placeholder {
  color: #23443e;
}

.comment-form textarea::placeholder {
  color: #23443e;
}

.comment-form .comment-form-wprm-rating {
  margin-top: 22px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form .comment-form-wprm-rating label {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.53;
  letter-spacing: 0.2px;
  margin-right: 16px;
}

.comment-form .wprm-rating-stars svg * {
  stroke: rgba(183, 188, 177, 0.75) !important;
}

.comment-form .dmc-button-wrap {
  margin-top: 34px;
}

.comment-list {
  margin-top: 30px;
}

.comment-list .children > li {
  padding-left: 26px;
  padding-right: 26px;
}

.comment-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comment-list > ul:last-child > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comment {
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 36px;
}

.comment .data-comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment .comment-author {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0;
}

.comment .data-comment-date {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.comment .data-comment-content {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.82;
  letter-spacing: 0.2px;
  margin-top: 16px;
}

.comment .wprm-comment-rating {
  margin-bottom: 12px;
}

.comment .dmc-reply-wrapper {
  margin-top: 14px;
}

.comment .dmc-reply-link {
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.comment-reply-title small {
  padding-left: 10px;
}

.dmc-ad-holder {
  border-top: 1px solid rgba(183, 188, 177, 0.75);
  border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  padding-top: 50px;
  padding-bottom: 50px;
}

.dmc-ad-holder.bt0 {
  border-top: 0;
}

.dmc-ad-holder.size-728x90 .dmc-ad-simulation {
  max-width: 728px;
  height: 90px;
}

.dmc-ad-holder .dmc-ad-simulation {
  margin-left: auto;
  margin-right: auto;
}

/**
DMC SASS

@version 1.1.0

*/

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

@font-face {
  font-family: "Canela Web";
  src: url("fonts/Canela-Light-Web.woff2") format("woff2"), url("fonts/Canela-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

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

@media only screen and (min-width: 768px) {
  #mobile-indicator {
    display: none;
  }

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

  .recipe-index-filter .dmc-xpndr-w {
    display: block !important;
  }

  #dmc-404-page,
  .dmc-taxonomies-pages,
  #dmc-single-post.single-post-type-cookbook,
  #dmc-page,
  #dmc-front-page {
    margin-top: 38px;
  }

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

  .dmc-padding-main {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .dmc-bakery-latest-posts-by-cat .section-title,
  .content-card-sun-featured .data-title,
  .content-card-2-images .data-title,
  .content-card-3-images .data-title,
  .dmc-bakery-latest-posts-by-flavor .section-title,
  .content-card-cookbook .data-title,
  .dmc-single-post.content .dmc-single-post-header .data-title,
  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-name,
  .dmc-single-post-related-section .section-title,
  .canela_light_50_lh_60,
  .dmc-taxonomy-title,
  .content-card-sun-feed .data-title {
    font-size: 34px;
  }

  .dmc-post-editor .dmc-content-style-1 h2:not(.wprm-recipe-name),
  .content-card-2-col .data-title,
  .content-card-3-col .data-title {
    font-size: 26px;
  }

  .proxima_light_24_lh_34 {
    font-size: 20px;
  }

  .dmc-bakery-latest-posts-by-flavor .content-card-3-col .data-title {
    font-size: 33px;
  }

  .comment-form .comment-form-wprm-rating label,
  .comment-form textarea,
  .comment-form input[type=text],
  .comment-form input[type=email] {
    font-size: 17px;
  }

  .taxonomy-description,
  .dmc-button-wrap.style-long-big .dmc-button,
  .comment-form .dmc-button-wrap input[type=submit],
  .dmc-button-wrap.style-simple .dmc-button,
  .dmc-button-wrap.style-default .dmc-button,
  .dmc-single-post.content .dmc-single-post-header .dmc-recipe-buttons {
    font-size: 16px;
  }

  .levitate_28_lh_41_ls_140_low {
    font-size: 28px;
  }

  .comment .data-comment-content,
  .wpb_text_column,
  .dmc-content-style-1,
  .f-text-default {
    font-size: 17px;
  }

  .comment .comment-author,
  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-summary {
    font-size: 24px;
  }

  .dmc-newsletter-form {
    padding-right: 40px;
  }

  .dmc-bakery-latest-posts-by-flavor .section-title {
    margin-bottom: 48px;
  }

  .content-card-cookbook {
    padding-bottom: 44px;
  }

  .content-card-cookbook .data-excerpt {
    margin-bottom: 36px;
  }

  .content-card-cookbook .dmc-image-link-wrapper .img-wrapper {
    margin-right: 20px;
  }

  .content-card-3-images .dmc-image-link-wrapper .dmc-image-holder {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }

  .content-card-3-images .dmc-image-link-wrapper .dmc-image-holder:nth-child(3),
  .content-card-3-images .dmc-image-link-wrapper .dmc-image-holder:nth-child(2) {
    display: block;
  }

  .content-card-3-images .dmc-col-2 {
    border-top: 1px solid rgba(183, 188, 177, 0.75);
    padding-top: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 28px;
    padding-bottom: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-card-3-images .data-title-holder {
    width: 65.42%;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .content-card-3-images .separator {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    margin-right: 20px;
  }

  .content-card-3-images .separator:before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(183, 188, 177, 0.75);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
  }

  .content-card-3-images .dmc-col-2 .dmc-button-wrap {
    margin-right: 20px;
    margin-top: 0;
  }

  .content-card-2-images .dmc-image-link-wrapper .dmc-image-holder:nth-child(1) {
    margin-top: 15px;
  }

  .content-card-2-images .dmc-image-link-wrapper .dmc-image-holder {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  .content-card-sun-featured {
    margin-top: 40px;
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
    padding-bottom: 55px;
  }

  .content-card-sun-featured .dmc-single-post-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-card-sun-featured .dmc-col-1 {
    margin-right: 20px;
    padding-top: 10px;
  }

  .content-card-sun-featured .data-excerpt {
    text-align: left;
  }

  .feed-terms-list.style-1 {
    font-size: 11px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid rgba(183, 188, 177, 0.75);
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
    margin-bottom: 42px;
    min-height: 49px;
  }

  .feed-terms-list.style-1:after,
  .feed-terms-list.style-1:before {
    display: none;
  }

  .feed-terms-list.style-1 .list-in {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 8px 0;
  }

  .feed-terms-list.style-1 .term-item {
    padding: 0 !important;
    border-right: 0 !important;
  }

  .dmc-bakery-latest-posts-by-cat .section-title {
    margin-bottom: 36px;
  }

  .dmc-bakery-latest-posts-by-cat {
    margin-top: 40px;
  }

  .content-card-3-col {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-top: 0;
  }

  .content-card-3-col:nth-child(2n) {
    margin-top: 15px;
    margin-right: 10px;
  }

  .content-card-3-col:nth-child(3n) {
    margin-right: 0;
  }

  .feed-terms-list.style-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .feed-terms-list.style-2 .list-in {
    padding: 0x;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feed-terms-list.style-2 .separator {
    margin: 0;
  }

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

  .footer-about-section .dmc-footer-row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-about-section .dmc-col-1 {
    margin-right: 80px;
  }

  .footer-about-section .dmc-col-2 {
    margin-top: 0;
  }

  .footer-about-section .section-title {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .footer-about-section .section-content {
    margin-bottom: 44px;
  }

  .dmc-button-wrap.style-long-big .dmc-button {
    padding: 32px 10px;
  }

  .dmc-footer-row-2 {
    margin-top: 55px;
  }

  .footer-row-2-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .footer-row-2-1 .dmc-col-1 {
    margin-right: 30px;
  }

  .dmc-newsletter-form .main-form {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  html .dmc-newsletter-form .inline-container {
    max-width: 100% !important;
  }

  .dmc-newsletter-form .form-container {
    max-width: 100% !important;
  }

  .dmc-newsletter-form .emailoctopus-form-wrapper {
    margin-top: 0 !important;
  }

  html .dmc-newsletter-form .emailoctopus-form-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .dmc-newsletter-form .main-form div[eo-form-fields-container] {
    position: relative;
    margin-right: 130px;
  }

  .dmc-newsletter-form .main-form div[eo-form-fields-container]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 1px;
    height: 90px;
    -webkit-transform: rotate(28deg) translateY(-50%);
    -ms-transform: rotate(28deg) translateY(-50%);
    transform: rotate(28deg) translateY(-50%);
    background: rgba(183, 188, 177, 0.75);
    margin-top: -5px;
  }

  .dmc-newsletter-form input[type=email] {
    text-align: left;
    font-size: 33px !important;
  }

  .dmc-newsletter-form input[type=submit] {
    margin-top: 6px;
    font-size: 16px !important;
  }

  .footer-row-2-1 .dmc-col-2 {
    margin-top: 0;
  }

  .footer-row-2-2 {
    padding-top: 64px;
    padding-bottom: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-row-2-2 .dmc-col {
    width: 33.3333333333%;
    padding-right: 40px;
    margin-bottom: 0 !important;
    text-align: left;
  }

  .footer-row-2-3 {
    padding-top: 82px;
    padding-bottom: 80px;
  }

  .dmc-copyright-wrapper .dmc-copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dmc-copyright-wrapper .dmc-copyright p {
    margin-bottom: 0 !important;
  }

  .dmc-copyright-wrapper .dmc-copyright p:after {
    content: "|";
    display: inline-block;
    margin: 0 8px;
  }

  .dmc-copyright-wrapper .dmc-copyright p:last-child:after {
    display: none;
  }

  .dmc-content-style-1 .wp-block-image,
  .dmc-content-style-1 p {
    margin-bottom: 35px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template {
    margin-left: -40px;
    width: calc(100% + 80px);
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-1 {
    padding-top: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-1 .dmc-wprm-col-1 {
    margin-right: 46px;
    margin-top: -12px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-name {
    text-align: left;
    margin-bottom: 32px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-summary {
    text-align: left;
  }

  .wprm-recipe-rating {
    text-align: left;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-buttons {
    border-top: 1px solid rgba(183, 188, 177, 0.75);
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
    margin-top: 56px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-buttons a {
    font-family: "Levitate", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #23443e !important;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-buttons a:hover {
    color: #74867f !important;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-footer .dmc-wprm-col-1 {
    padding-left: 2px;
    margin-right: 40px;
  }

  .dmc-single-post.content .dmc-comments-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dmc-single-post.content .dmc-comments-nav .dmc-col-1 {
    width: 50%;
  }

  .dmc-single-post.content .dmc-comments-nav .separator:before {
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
  }

  .comment-form .comment-form-filed {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 0 !important;
  }

  .comment-form .comment-form-filed:last-child {
    margin-right: 0;
  }

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

  .comment {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-bottom: 56px;
  }

  .comment-form .comment-form-input-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 22px;
  }

  .dmc-feed-related .dmc-feed-3-cols {
    max-width: 100%;
  }

  .dmc-post-editor .dmc-content-style-1 h2:not(.wprm-recipe-name) {
    padding: 40px 60px;
  }

  .dmc-post-editor .featured-product-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .dmc-post-editor .featured-product-block .featured-product-block-inner {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 0;
  }

  .dmc-post-editor .featured-product-block .fbp-right {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: calc(50% - 20px);
  }

  .dmc-post-editor .featured-product-block {
    padding: 40px 40px 40px;
  }

  .dmc-post-editor .featured-product-block h3 {
    font-size: 26px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 0;
    margin-top: 0;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container .wprm-recipe-block-container {
    width: calc((100vw - 80px) / 4);
    margin-bottom: 0;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container .wprm-recipe-block-container:after {
    content: "";
    width: 1px;
    height: 90px;
    background: rgba(183, 188, 177, 0.75);
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(28deg) translateY(-50%);
    -ms-transform: rotate(28deg) translateY(-50%);
    transform: rotate(28deg) translateY(-50%);
    margin-top: -2px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container .wprm-recipe-block-container:last-child:after {
    display: none;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .dmc-wprm-row-2 .wprm-recipe-details-label {
    margin-bottom: 17px;
    font-size: 16px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-servings-container:before {
    content: "";
    width: 1px;
    height: 90px;
    background: rgba(183, 188, 177, 0.75);
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: rotate(28deg) translateY(-50%);
    -ms-transform: rotate(28deg) translateY(-50%);
    transform: rotate(28deg) translateY(-50%);
    margin-top: -2px;
  }

  .vc_row.about-page-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .vc_row.about-page-header .wpb_column:nth-child(1) {
    margin-right: 40px;
    padding-top: 0;
  }

  .wpb_text_column.border-t-b {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .vc_row.about-page-cookbook {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vc_row.about-page-cookbook .wpb_column:nth-child(1) {
    margin-top: 0;
    margin-right: 20px;
  }

  .dmc-bakery-recipe-search .section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dmc-bakery-recipe-search .index-sidebar-holder {
    margin-right: 20px;
    max-width: 238px;
  }

  .dmc-bakery-recipe-search .index-content {
    margin-top: 0;
  }

  .dmc-bakery-recipe-search .recipe-index-filter {
    padding-bottom: 30px;
  }

  .ajax-loader-wrapper-inner {
    margin-top: 40px;
  }

  .vc_row.cookbook-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 28px;
  }

  .vc_row.cookbook-header .wpb_column:nth-child(1) {
    margin-right: 20px;
    padding-top: 20px;
  }

  .vc_row.row-images-3-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vc_row.row-images-3-cols .wpb_column {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .vc_row.row-images-3-cols .wpb_column:nth-child(2) {
    padding-top: 15px;
  }

  .vc_row.row-images-3-cols .wpb_column:last-child {
    margin-right: 0;
  }

  .vc_row.cookbook-page-2-3-1-3 {
    margin-bottom: 10px;
  }

  .vc_row.cookbook-page-2-3-1-3 .vc_col-sm-8 {
    padding-top: 10px;
    width: calc(100% - (100% - 20px) / 3);
    padding-right: 10px;
  }

  .vc_row.cookbook-page-2-3-1-3 .vc_col-sm-4 {
    width: calc((100% - 20px) / 3);
  }

  .vc_row.cookbook-page-2-3-1-3 h2 {
    margin-bottom: 32px;
  }

  .vc_row.cookbook-page-2-3-1-3 .dmc-button-wrap {
    margin-top: 46px;
  }

  .vc_row.row-images-3-cols.style-alt .wpb_column:nth-child(3),
  .vc_row.row-images-3-cols.style-alt .wpb_column:nth-child(1) {
    padding-top: 15px;
  }

  .taxonomy-description-holder {
    margin-bottom: 40px;
    padding-top: 17px;
    padding-bottom: 25px;
  }

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

  .content-card-sun-feed .dmc-single-post-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-card-sun-feed .dmc-col-1 {
    margin-right: 20px;
  }

  .content-card-sun-feed .data-date-holder {
    margin-bottom: 20px;
  }

  .content-card-sun-feed .data-title-holder {
    margin-bottom: 30px;
  }

  .content-card-sun-feed .data-excerpt {
    margin-bottom: 36px;
  }

  .content-card-sun-feed {
    padding-bottom: 46px;
    margin-bottom: 44px;
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  }
}

@media only screen and (min-width: 769px) {
  #tablet-indicator {
    display: none;
  }
}

@media only screen and (min-width: 821px) {
  .wprm-recipe.wprm-recipe-template-thefirstmess-template {
    margin-left: calc((740px - 100vw) / 2);
    width: 100vw;
  }
}

@media only screen and (min-width: 1024px) {
  #pre-tablet-indicator {
    display: none;
  }

  .dmc-body-inner {
    padding-top: 0;
  }

  .dmc-header-row-1 {
    height: 112px;
    position: relative;
    top: initial;
    left: initial;
    border-bottom: 0;
  }

  .dmc-header-row-1 .dmc-header-row-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-header-row-1 .dmc-col-2 {
    display: none;
  }

  .dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper {
    display: block;
  }

  .dmc-logo-main {
    padding: 44px 80px 44px;
  }

  .dmc-mm-trig-hold {
    display: none;
  }

  .dmc-header-row-2 {
    display: block;
    border-top: 1px solid rgba(183, 188, 177, 0.75);
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
    height: 50px;
  }

  .dmc-header-row-2 .dmc-menu-wrapper {
    font-family: "proxima-nova";
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1.7px;
    text-transform: uppercase;
  }

  .dmc-header-row-2 .dmc-menu-wrapper li.current-menu-item a,
  .dmc-header-row-2 .dmc-menu-wrapper li.current-menu-parent > a,
  .dmc-header-row-2 .dmc-menu-wrapper li.current_page_item a {
    -webkit-box-shadow: 0 3px 0 0 #dbd2a0;
    box-shadow: 0 3px 0 0 #dbd2a0;
  }

  .dmc-header-row-2 .dmc-menu-wrapper .menu > li {
    margin-right: 40px;
  }

  .dmc-header-row-2 .dmc-menu-wrapper .menu > li:last-child {
    margin-right: 0;
  }

  .dmc-header-row-2 .dmc-header-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .dmc-header-row-2 .dmc-col-1 {
    width: 100%;
    max-width: 364px;
    border-right: 1px solid rgba(183, 188, 177, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 6px;
  }

  .dmc-header-row-2 .dmc-col-2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .dmc-header-row-2 .dmc-col-3 {
    width: 100%;
    max-width: 364px;
    border-left: 1px solid rgba(183, 188, 177, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .dmc-header-row-2 .dmc-col-3 .dmc-menu-wrapper .menu > li {
    margin-right: 40px;
  }

  .dmc-header-row-2 .dmc-col-3 .dmc-menu-wrapper .menu > li:last-child {
    margin-right: 0;
  }

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

  body.dmc-sticky-nav-active .dmc-body-inner {
    padding-top: 112px;
  }

  body.dmc-sticky-nav-active .dmc-header-row-1 {
    height: 88px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  }

  body.dmc-sticky-nav-active .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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body.dmc-sticky-nav-active .dmc-header-row-1 .dmc-col-2 {
    display: block;
  }

  body.dmc-sticky-nav-active .dmc-header-row-1 .dmc-logo-main {
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #dmc-mobile-menu {
    display: none;
  }

  .dmc-bakery-latest-posts-by-cat .section-title,
  .content-card-sun-featured .data-title,
  .content-card-2-images .data-title,
  .content-card-3-images .data-title,
  .dmc-bakery-latest-posts-by-flavor .section-title,
  .content-card-cookbook .data-title,
  .dmc-single-post.content .dmc-single-post-header .data-title,
  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-name,
  .dmc-single-post-related-section .section-title,
  .canela_light_50_lh_60,
  .dmc-taxonomy-title,
  .content-card-sun-feed .data-title {
    font-size: 50px;
  }

  .dmc-post-editor .dmc-content-style-1 h2:not(.wprm-recipe-name),
  .content-card-2-col .data-title,
  .content-card-3-col .data-title {
    font-size: 33px;
  }

  .proxima_light_24_lh_34 {
    font-size: 24px;
  }

  .dmc-newsletter-form .main-form div[eo-form-fields-container] {
    margin-right: 150px;
  }

  .content-card-3-col {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
  }

  .content-card-3-col:nth-child(2n) {
    margin-right: 27px;
  }

  .content-card-3-col:nth-child(3n) {
    margin-right: 0;
  }

  .content-card-3-images .separator {
    margin-right: 32px;
  }

  .content-card-3-images .dmc-image-link-wrapper .dmc-image-holder {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
  }

  .content-card-2-images {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
  }

  .content-card-2-images .dmc-single-post-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-card-2-images .data-term-holder {
    margin-bottom: 28px;
    text-align: left;
  }

  .content-card-2-images .dmc-col-1 {
    padding-top: 82px;
    margin-right: 20px;
    max-width: 350px;
  }

  .content-card-2-images .dmc-col-2 {
    width: 100%;
  }

  .content-card-2-images .data-title-holder {
    margin-bottom: 44px;
  }

  .content-card-2-images .data-title {
    text-align: left;
  }

  .content-card-2-images .dmc-image-link-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-card-sun-featured {
    border-bottom: 0;
    padding-bottom: 10px;
  }

  .content-card-sun-featured .dmc-col-1 {
    margin-right: 40px;
    padding-top: 42px;
  }

  .content-card-sun-featured .data-term-holder {
    margin-bottom: 38px;
  }

  .content-card-sun-featured .data-title-holder {
    margin-bottom: 38px;
  }

  .content-card-sun-featured .buttons-holder {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-card-sun-featured .buttons-holder .dmc-button-wrap {
    width: 50%;
  }

  .feed-terms-list.style-2 {
    margin-bottom: 50px;
    padding: 0 36px;
    font-size: 16px;
  }

  .feed-terms-list.style-2 .separator {
    width: 90px;
    height: 90px;
  }

  .feed-terms-list.style-2 .separator:before {
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
  }

  .content-card-cookbook {
    margin-top: 52px;
  }

  .content-card-cookbook .dmc-single-post-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-card-cookbook .dmc-image-link-wrapper .img-wrapper {
    margin-right: 10px;
  }

  .content-card-cookbook .dmc-col-1 {
    margin-left: 8px;
    margin-right: 40px;
  }

  .footer-row-2-1 .dmc-col-1 {
    margin-right: 42px;
  }

  .dmc-newsletter-form .separator {
    margin-right: 90px;
    margin-left: 50px;
  }

  .dmc-page-with-sidebar .dmc-pwsb-content-holder {
    width: calc(100% - 46px - 300px);
    margin-right: 46px;
    margin-left: 0;
  }

  .dmc-page-with-sidebar .dmc-pwsb-sidebar-holder {
    display: block;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template {
    margin-left: -40px;
  }

  .vc_row.about-page-header .wpb_column:nth-child(1) {
    padding-top: 22px;
  }

  .wpb_text_column.border-t-b {
    margin-top: 60px;
  }

  .vc_row.about-page-cookbook .wpb_column:nth-child(1) {
    margin-right: 36px;
  }

  .dmc-bakery-recipe-search .index-sidebar-holder {
    margin-right: 40px;
  }

  .content-card-2-col {
    width: calc((100% - 28px) / 2);
    margin-right: 28px;
  }

  .vc_row.cookbook-header {
    margin-bottom: 44px;
  }

  .vc_row.cookbook-header .wpb_column:nth-child(1) {
    margin-right: 40px;
  }

  .dmc-bakery-cookbook-covers {
    margin-top: 46px;
    margin-bottom: 30px;
  }

  .dmc-bakery-cookbook-covers .img-wrapper {
    margin-right: 20px;
  }

  .vc_row.cookbook-header .wpb_column:nth-child(2) {
    max-width: 238px;
  }

  .vc_row.cookbook-page-2-3-1-3 {
    margin-top: 10px;
  }

  .vc_row.cookbook-page-2-3-1-3 .vc_col-sm-8 {
    padding-top: 26px;
    width: calc(100% - (100% - 54px) / 3);
    padding-right: 27px;
  }

  .vc_row.cookbook-page-2-3-1-3 .vc_col-sm-4 {
    width: calc((100% - 54px) / 3);
  }

  .vc_row.row-images-3-cols .wpb_column {
    margin-right: 27px;
  }
}

@media only screen and (min-width: 1025px) {
  #landscape-indicator {
    display: none;
  }
}

@media only screen and (min-width: 1135px) {
  #pre-landscape-indicator {
    display: none;
  }

  .dmc-newsletter-form .main-form div[eo-form-fields-container] {
    margin-right: 190px;
  }

  .content-card-2-images .dmc-image-link-wrapper .dmc-image-holder {
    width: calc((100% - 27px) / 2);
    margin-right: 27px;
  }

  .content-card-sun-featured .dmc-col-1 {
    margin-left: 80px;
  }

  .content-card-cookbook .dmc-image-link-wrapper .img-wrapper {
    margin-right: 26px;
  }

  .dmc-newsletter-form {
    margin-right: 0;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template .wprm-recipe-times-container .wprm-recipe-block-container {
    width: 280px;
  }

  .content-card-sun-feed .dmc-col-1 {
    margin-right: 40px;
    padding-top: 68px;
  }
}

@media only screen and (min-width: 1203px) {
  .wprm-recipe.wprm-recipe-template-thefirstmess-template {
    margin-left: calc((1122px - 100vw) / 2);
  }
}

@media only screen and (min-width: 1263px) {
  .dmc-width-main {
    max-width: 1282px;
  }

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

  .dmc-header-row-2 .dmc-col-3 .dmc-menu-wrapper .menu > li {
    margin-right: 62px;
  }

  .dmc-header-row-2 .dmc-menu-wrapper .menu > li {
    margin-right: 54px;
  }

  .content-card-sun-featured .dmc-col-1 {
    margin-left: 40px;
    margin-right: 80px;
  }

  .wprm-recipe.wprm-recipe-template-thefirstmess-template {
    margin-left: calc((1122px - 100vw) / 2);
  }
}

@media only screen and (max-width: 1023px) {
  .content-card-sun-featured .buttons-holder .dmc-button-wrap {
    width: 100%;
    border-top: 0;
    border-right: 0;
  }

  body .wpb_button,
  body .wpb_content_element,
  body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 20px;
  }

  .content-card-2-images .dmc-button-wrap.style-simple {
    border-top: 1px solid rgba(183, 188, 177, 0.75);
    border-bottom: 1px solid rgba(183, 188, 177, 0.75);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .content-card-sun-featured .dmc-button-wrap.style-minimal .dmc-button {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .dmc-feed-related .content-card-3-col {
    max-width: 356px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  .dmc-feed-related .content-card-3-col:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .dmc-feed-3-cols.posts-wrapper-latest-posts-by-flavor {
    max-width: 356px;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-feed-3-cols.posts-wrapper-latest-posts-by-flavor .content-card-3-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }

  .content-card-3-images .dmc-button-wrap.style-default .dmc-button {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .dmc-feed-related .content-card-3-col {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }

  .dmc-feed-related .content-card-3-col:nth-child(2) {
    margin-right: 0;
    margin-top: 0;
  }

  .dmc-feed-related .content-card-3-col:nth-child(3) {
    display: none;
  }

  .dmc-bakery-picture.style-356x100p .dmc-image-picture img {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .vc_row > .vc_col-sm-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-bakery-horizontal-line.mb42 {
    margin-bottom: 30px;
  }

  .dmc-bakery-horizontal-line.mt40 {
    margin-top: 20px;
  }

  .vc_row > .vc_col-sm-8:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .vc_row.row-feed-3-cols-slider .content-card-3-col {
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-top: 0 !important;
  }

  .comment-form .dmc-button-wrap input[type=submit],
  .dmc-button-wrap.style-long-big.and-short .dmc-button {
    padding: 20px 10px 18px;
  }
}