@charset "UTF-8";

/*
Theme Name: Planetarian Life
Author: Dan Miller Coding
Author URI: https://danmillercoding.com/
Description: Custom theme for Planetarian Life
Version: 19.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

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

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

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

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/**
DMC RESET

@version 1.3

*/

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

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

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

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

p {
  margin: 0;
}

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

ol {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
}

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

/**
DMC GENERAL

@version 1.2

*/

.dmc-clear {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img.alignnone {
  display: block;
}

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

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

.slick-slide {
  outline: 0;
}

body .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

body .vc_row {
  margin: 0;
}

body .vc_section {
  padding: 0;
  margin: 0;
}

.dmc-icon {
  font-style: normal;
  cursor: pointer;
  display: block;
}

.dmc-icon:before {
  display: block;
}

.vc_section.flex-center,
.vc_row.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_section.flex-center .wpb_column.vc_col-sm-6,
.vc_row.flex-center .wpb_column.vc_col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.dmc-body-inner .yikes-easy-mc-form .field-no-label,
.dmc-body-inner .yikes-easy-mc-form label {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
DMC THEME BUILDER

@version 3.6

*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
@media only screen and (max-width: 767px) {
  .dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: calc(100% / 3);
  }
  .dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: calc( (100% - 4 * 16px) / 5);
  }
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(6) {
    display: none;
  }
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(5) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: calc( (100% - 3 * 16px) / 4);
  }
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(5) {
    display: none;
  }
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(4) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: calc( (100% - 2 * 6px) / 3);
    margin-right: 6px !important;
  }
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(4) {
    display: none;
  }
  .dmc-ig-wrapper.dmc_ig_spacing_16 #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(3) {
    margin-right: 0 !important;
  }
}
 */

.dmc-icon-close {
  padding: 0;
  border: 0;
  background: none;
  display: block;
  outline: 0;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}

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

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

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

#mobile-indicator {
  display: none;
}

#tablet-indicator {
  display: none;
}

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

#landscape-indicator {
  display: none;
}

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

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

.dmc-bg.dmc-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmc_post_feed_style_1 .dmc-single-post-inner .data-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmc-social-accounts.style-horizontal .dmc-social-accounts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.dmc-post-editor ol {
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmc-tabs .dmc-tab.dmc_active {
  display: block;
}

#dmc-popups {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 2000;
}

#dmc-popups .dmc-popups-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

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

.dmc-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-image-picture {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

/**
DMC SASS

@version 1.1.0

*/

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

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

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

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

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

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

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

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

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

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

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

body .vc_section.dmc-padding-main,
.dmc-padding-main {
  padding-left: 52px;
  padding-right: 52px;
}

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

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

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

#dmc-single-post,
.dmc-main-page {
  margin-top: 44px;
}

body {
  color: #2C413D;
  background: #FEFDFC;
}

a {
  color: #2C413D;
}

a:hover {
  color: #EF4D3E;
}

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

.dmc_pfa_main_trigger {
  display: inline-block;
  font-family: "Futura Demi", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #EF4D3E;
}

.dmc_pfa_main_trigger:hover {
  color: #f37a6e;
}

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-theme {
  font-family: "Planetarian Life Glyphs", sans-serif;
}

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

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

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

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

.dmc-icon-theme.dmc-icon-youtube:before {
  content: "\e907";
}

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

.disabled-input,
textarea,
input[type=password],
input[type=tel],
input[type=number],
input[type=text],
input[type=email] {
  color: #2C413D;
  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: #2C413D;
}

.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: #2C413D;
}

.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: #2C413D;
}

.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: #2C413D;
}

.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: #2C413D;
}

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

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

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

fieldset legend {
  padding: 0 10px;
}

.dmc-button-wrap .dmc-button {
  font-family: "Futura Demi", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #EF4D3E;
}

.dmc-button-wrap .dmc-button:hover {
  color: #f37a6e;
}

.dmc-button-wrap.style-1 .dmc-button {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #2C413D;
  border: 1px solid #2C413D;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background: #fff;
  padding: 13px 18px 12px;
  min-width: 128px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-button-wrap.style-1 .dmc-button:hover {
  border-color: #EF4D3E;
}

.dmc-bakery-heading .dmc-bakery-heading-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
  text-align: center;
}

.dmc-bakery-heading .dmc-bakery-heading-inner {
  margin: 0 auto;
  max-width: 800px;
  padding-left: 52px;
  padding-right: 52px;
}

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

.dmc-bakery-heading .dmc-bakery-heading-title-advanced h1,
.dmc-bakery-heading .dmc-bakery-heading-title-advanced h2 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-bakery-heading.style-page-title {
  margin-bottom: 32px;
}

.dmc-bakery-heading .dmc-bakery-tagline {
  text-align: center;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
}

.dmc-bakery-video {
  max-width: 800px;
  margin: 60px auto;
}

.dmc-video-holder {
  position: relative;
  overflow: hidden;
}

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

.dmc-video-holder .dmc-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.dmc-video-holder .dmc-youtube-embed .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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

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

.dmc-video-holder .dmc-video-file video {
  width: 100%;
  display: block;
}

.dmc-video-holder .dmc-video-vimeo {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.dmc-video-holder .dmc-video-vimeo iframe {
  width: 100%;
  position: absolute;
  height: 100%;
}

.dmc-video-holder .dmc-youtube-embed .dmc-youtube-embed-cover.style-1 .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-video-holder .dmc-youtube-embed .dmc-youtube-embed-cover.style-1 .bg:before {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  background: #EF4D3E;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-55%);
  -ms-transform: translateX(-50%) translateY(-55%);
  transform: translateX(-50%) translateY(-55%);
  left: 50%;
  top: 50%;
}

.dmc-video-holder .dmc-youtube-embed .dmc-youtube-embed-cover.style-1 .bg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 44px solid #fff;
  -webkit-transform: translateX(-35%) translateY(-58%);
  -ms-transform: translateX(-35%) translateY(-58%);
  transform: translateX(-35%) translateY(-58%);
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.dmc-video-holder .dmc-youtube-embed .dmc-youtube-embed-cover.style-1 .bg:hover:after {
  opacity: 0.8;
}

#dmc-main-header {
  position: relative;
}

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

#dmc-search-popup.style-side {
  position: absolute;
  top: 135px;
  width: 500px;
  height: 500px;
  max-height: calc(100vh - 135px);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

body.dmc-sticky-nav-active #dmc-search-popup.style-side {
  position: fixed;
  top: 0;
}

#dmc-search-popup.style-side .dmc-popup-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

#dmc-search-popup .dmc-icon-close span {
  background: #2C413D;
}

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

.dmc-ajax-search {
  width: 100%;
  max-width: 400px;
}

.dmc-ajax-search .dmc-search-form {
  margin-top: 0;
}

.dmc-ajax-search .dmc_pfa_main_trigger {
  display: none !important;
}

.dmc-ajax-s-status {
  font-family: "Futura Demi", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  height: 10px;
  line-height: 10px;
  margin-top: 10px;
}

.dmc-ajax-s-feed {
  margin-top: 10px;
  max-height: 340px;
}

.dmc-header-row-1 {
  background: #f9f4f1;
  padding: 50px 0 43px;
}

.dmc-header-row-1 .dmc-header-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dmc-header-row-1 .dmc-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dmc-header-row-1 .dmc-icon-search {
  font-size: 26px;
}

.dmc-header-row-2 {
  position: fixed;
  z-index: 50;
  top: 160px;
  right: 20px;
}

body.admin-bar .dmc-header-row-2 {
  top: 192px;
}

.dmc-header-row-2 .dmc-social-accounts-inner {
  font-size: 18px;
  text-align: center;
}

.dmc-header-row-2 .dmc-social-accounts-inner a {
  margin-bottom: 10px;
}

.dmc-header-row-2 .dmc-social-accounts-inner a:last-child {
  margin-bottom: 0;
}

.dmc-menu-wrapper {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-menu-wrapper .menu > li {
  margin-right: 36px;
}

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

.dmc-menu-wrapper .menu > li.current_page_parent > a,
.dmc-menu-wrapper .menu > li.current-menu-item > a {
  color: #EF4D3E;
}

.dmc-menu-wrapper .menu > li.current_page_parent > a:hover,
.dmc-menu-wrapper .menu > li.current-menu-item > a:hover {
  color: #f37a6e;
}

.dmc-menu-wrapper.style-dropdown .w-174 .sub-menu {
  width: 174px;
}

.dmc-menu-wrapper.style-dropdown .sub-menu {
  width: 128px;
  padding-top: 26px;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li {
  text-align: center;
  padding: 11px 20px;
  background: #fff;
  border-right: 1px solid #2C413D;
  border-left: 1px solid #2C413D;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li:first-child {
  border-top: 1px solid #2C413D;
  padding-top: 26px;
}

.dmc-menu-wrapper.style-dropdown .sub-menu li:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #2C413D;
}

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

.dmc-icon-hamburger-wrap span {
  background: #2C413D;
}

#dmc-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f9f4f1;
  color: #2C413D;
  z-index: 200;
  -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;
}

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

#dmc-mobile-menu ul {
  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-mobile-menu .dmc-menu-wrapper {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
}

#dmc-mobile-menu .dmc-menu-wrapper li {
  margin-bottom: 20px;
  margin-right: 0;
}

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

#dmc-mobile-menu .dmc-menu-wrapper a {
  color: #2C413D;
}

#dmc-mobile-menu .dmc-social-accounts {
  font-size: 20px;
  margin-top: 20px;
}

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

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

#dmc-mobile-menu .sub-menu {
  margin-top: 10px;
  display: none;
  font-size: 18px;
}

#dmc-mobile-menu .sub-menu li {
  margin-bottom: 10px;
}

#dmc-mobile-menu .menu-item-has-children {
  position: relative;
}

#dmc-mobile-menu .menu-item-has-children.dmc-ada-open .dmc-ada-expander:before {
  content: "-";
}

#dmc-mobile-menu .menu-item-has-children .dmc-ada-expander {
  position: absolute;
  top: -3px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 26px;
  height: 26px;
  cursor: pointer;
}

#dmc-mobile-menu .menu-item-has-children .dmc-ada-expander:before {
  content: "+";
  display: block;
  line-height: 26px;
}

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

.dmc-social-accounts.style-horizontal .links-wrapper {
  width: 100%;
}

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

.text_color_red {
  color: #EF4D3E;
}

.text_color_green {
  color: #A8BFA9;
}

.text_color_yellow {
  color: #FAC452;
}

.dmc-page-creator.template-default .wpb_text_column {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
}

.dmc-page-creator.template-default .wpb_text_column h1,
.dmc-page-creator.template-default .wpb_text_column h2 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-page-creator.template-default .wpb_text_column h3 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 45px;
  letter-spacing: 0.05px;
  line-height: 1;
  line-height: 56px;
}

.dmc-page-creator.template-default .wpb_text_column b,
.dmc-page-creator.template-default .wpb_text_column strong {
  font-family: "Futura Demi", sans-serif;
  font-weight: normal;
}

.dmc-page-creator.template-default .wpb_text_column p {
  margin-bottom: 30px;
}

.dmc-page-creator.template-default .wpb_text_column p:last-child {
  margin-bottom: 0;
}

.dmc-page-creator.template-default .wpb_text_column a {
  color: #EF4D3E;
}

.dmc-page-creator.template-default .wpb_text_column a:hover {
  color: #f37a6e;
}

.dmc-content-style-1 {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
}

.dmc-content-style-1 p {
  margin-bottom: 30px;
}

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

.dmc-content-style-1 a {
  text-decoration: underline;
}

.dmc-content-style-1 b,
.dmc-content-style-1 strong {
  font-family: "Futura Demi", sans-serif;
  font-weight: normal;
}

.dmc-content-style-1 h2 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 45px;
  letter-spacing: 0.05px;
  line-height: 1;
}

.dmc-content-style-1 h3 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-content-style-1 h4 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 34px;
  letter-spacing: 0.05px;
  line-height: 1;
}

.dmc-content-style-1 h5 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  line-height: 1;
}

.dmc-content-style-1 h6 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1;
}

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

.dmc-content-style-1 ul {
  list-style: disc;
  margin-bottom: 30px;
}

.dmc-content-style-1 ul li {
  padding-left: 4px;
  margin-left: 20px;
}

#dmc-single-post .dmc-content-style-1 h1 {
  text-decoration: line-through;
}

#dmc-single-post .dmc-content-style-1 h1:after {
  content: "Are you sure you want to use H1 here? Contact the developer.";
}

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

.dmc-search-form input[type=text] {
  border: 1px solid #2C413D;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #2C413D;
  padding: 11px 20px 12px;
  text-align: center;
  background: #fff;
}

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

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

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

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

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

.dmc-error-message {
  margin-top: 40px;
  text-align: center;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.l-2-imgs-text-stick-img .wpb_single_image,
.l-stick-img-text-r-2-imgs .wpb_single_image,
.vc_row.home-page-3-cols .wpb_single_image {
  margin-bottom: 0;
}

.l-2-imgs-text-stick-img .dmc-button-wrap,
.l-stick-img-text-r-2-imgs .dmc-button-wrap,
.vc_row.home-page-3-cols .dmc-button-wrap {
  margin-top: 50px;
}

.vc_row.home-page-3-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 105px;
}

.vc_row.home-page-3-cols .wpb_single_image img {
  max-width: initial;
}

.vc_row.home-page-3-cols .vc_col-sm-4 {
  position: relative;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(1) > .vc_column-inner {
  position: absolute;
  top: 0;
  right: 0;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(1) .wpb_single_image {
  position: absolute;
  top: 0;
  right: 0;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) {
  width: 100%;
  max-width: 834px;
  padding: 26px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) .vc_column-inner {
  max-width: 566px;
  margin: 0 auto;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(3) > .vc_column-inner {
  position: absolute;
  top: 48px;
  right: 0;
}

.vc_row.home-page-3-cols .vc_col-sm-4:nth-child(3) .wpb_single_image {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.dmc-link-wrapper:hover .dmc-button {
  color: #EF4D3E;
  border-color: #EF4D3E;
}

.l-stick-img-text-r-2-imgs,
.l-2-imgs-text-stick-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f4f1;
  margin-bottom: 38px !important;
}

.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2),
.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 440px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 40px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3),
.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) {
  width: 100%;
  max-width: calc(76px + 100vw - 1280px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  margin-top: 114px;
  margin-bottom: -40px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3) .wpb_single_image img,
.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) .wpb_single_image img {
  max-width: initial;
}

.l-stick-img-text-r-2-imgs {
  padding-top: 56px;
}

.l-stick-img-text-r-2-imgs.style-2 .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(2) {
  padding-left: 16px;
}

.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) {
  margin-right: 52px;
}

.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2) {
  margin-right: 52px;
}

.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: -38px;
}

.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(1) {
  margin-bottom: 52px;
}

.l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(2) {
  padding-right: 52px;
}

.l-2-imgs-text-stick-img {
  padding-top: 120px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: -38px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) .wpb_single_image:nth-child(1) {
  margin-bottom: 52px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) .wpb_single_image:nth-child(2) {
  padding-left: 52px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) {
  margin-left: 52px;
}

.l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3) {
  margin-left: 52px;
}

.dmc-bakery-newsletter {
  margin-top: 90px;
  padding-bottom: 70px;
}

.dmc-bakery-newsletter.type-mini {
  padding: 0;
  margin-top: 40px;
}

.dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder {
  margin: 0;
}

.dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  margin-top: 30px;
}

.dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .mailerlite-subscribe-button-container {
  margin-top: 18px;
}

.dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .mailerlite-form-inputs,
.dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .yikes-easy-mc-form {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dmc-bakery-newsletter.style-download .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
}

.dmc-bakery-newsletter.style-download .section-inner-inner {
  max-width: 570px;
  margin-right: 40px;
}

.dmc-bakery-newsletter .section-inner {
  max-width: 768px;
  margin: 0 auto;
}

.dmc-bakery-newsletter .section-title-holder {
  max-width: 676px;
  margin: 0 auto;
  text-align: center;
}

.dmc-bakery-newsletter .section-title-holder h2 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-bakery-newsletter .section-content {
  margin-top: 20px;
}

.dmc-mc-newsletter-holder {
  max-width: 366px;
  margin: 40px auto 0;
  text-align: center;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-mc-newsletter-holder label.FNAME-label {
  margin-right: 10px;
}

.dmc-mc-newsletter-holder label.LNAME-label {
  margin-left: 10px;
}

.dmc-mc-newsletter-holder label.LNAME-label,
.dmc-mc-newsletter-holder label.FNAME-label {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=text],
.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=email] {
  border: 1px solid #2C413D;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #2C413D;
  padding: 11px 20px 12px;
  text-align: center;
  background: #fff;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=text]::-webkit-input-placeholder,
.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=email]::-webkit-input-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=text]::-moz-placeholder,
.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=email]::-moz-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=text]:-ms-input-placeholder,
.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=email]:-ms-input-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=text]::-ms-input-placeholder,
.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=email]::-ms-input-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=text]::placeholder,
.dmc-mc-newsletter-holder .yikes-easy-mc-form input[type=email]::placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  margin-top: 48px;
  width: auto;
  font-family: "Futura Demi", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #EF4D3E;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.dmc-mc-newsletter-holder .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
  color: #f37a6e;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-description,
.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-field label {
  display: none;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-field {
  margin-bottom: 20px;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=text],
.dmc-mc-newsletter-holder .mailerlite-form input[type=email] {
  border: 1px solid #2C413D;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #2C413D;
  padding: 11px 20px 12px;
  text-align: center;
  background: #fff;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=text]::-webkit-input-placeholder,
.dmc-mc-newsletter-holder .mailerlite-form input[type=email]::-webkit-input-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=text]::-moz-placeholder,
.dmc-mc-newsletter-holder .mailerlite-form input[type=email]::-moz-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=text]:-ms-input-placeholder,
.dmc-mc-newsletter-holder .mailerlite-form input[type=email]:-ms-input-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=text]::-ms-input-placeholder,
.dmc-mc-newsletter-holder .mailerlite-form input[type=email]::-ms-input-placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=text]::placeholder,
.dmc-mc-newsletter-holder .mailerlite-form input[type=email]::placeholder {
  color: #D5D9D8;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-subscribe-button-container {
  margin-top: 28px;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=submit] {
  width: auto;
  font-family: "Futura Demi", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #EF4D3E;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.dmc-mc-newsletter-holder .mailerlite-form input[type=submit]:hover {
  color: #f37a6e;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-field {
  width: 100%;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-field:nth-child(1) {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-field:nth-child(2) {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.dmc-mc-newsletter-holder .mailerlite-form label.error {
  display: inline-block;
  color: #EF4D3E;
  padding-top: 6px;
  font-family: "Futura Book", sans-serif;
  font-size: 12px;
}

.dmc-mc-newsletter-holder .mailerlite-form .mailerlite-form-response {
  color: #A8BFA9;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
}

.dmc-bakery-latest-post {
  background: #f9f4f1;
  padding-top: 84px;
  padding-bottom: 130px;
}

.dmc-bakery-latest-post .section-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-bakery-latest-post .dmc-col-1 {
  width: 100%;
  max-width: 454px;
  margin-right: 52px;
  padding-top: 16px;
}

.dmc-bakery-latest-post .dmc-col-1 .dmc-link-wrapper {
  position: relative;
}

.dmc-bakery-latest-post .dmc-col-1 .dmc-button-wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.dmc-bakery-latest-post .dmc-col-2 {
  width: 100%;
  max-width: 600px;
}

.dmc-bakery-latest-post .dmc-col-2 .dmc-button-wrap {
  margin-top: 30px;
}

.dmc-bakery-latest-post .post-title {
  margin-top: 22px;
  font-family: "Futura Heavy", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
}

.dmc-bakery-latest-post .section-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-bakery-latest-post .section-title span {
  color: #EF4D3E;
}

.dmc-bakery-latest-post .section-content {
  margin-top: 30px;
}

.dmc-copyright {
  padding: 46px 0 60px;
  font-family: "Futura Demi", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #D5D9D8;
}

.dmc-copyright a {
  color: #D5D9D8;
}

.capsule-page-header {
  max-width: 754px;
  margin: 0 auto !important;
  padding-bottom: 15px;
}

.capsule-page-header .wpb_text_column:nth-child(2) {
  padding: 0 52px;
}

.row-bg-gray {
  background: #f9f4f1;
}

.capsule-page-2-cols-text-2-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.capsule-page-2-cols-text-2-imgs .wpb_single_image {
  margin-bottom: 0;
}

.capsule-page-2-cols-text-2-imgs .wpb_single_image:nth-child(1) {
  margin-bottom: 52px;
}

.capsule-page-2-cols-text-2-imgs .wpb_single_image:nth-child(2) {
  padding-left: 52px;
}

.capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) {
  padding-top: 58px;
  width: 100%;
  max-width: calc(546px + (100vw - 1220px) / 2);
  margin-right: 52px;
  padding-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) .vc_column-inner {
  max-width: 494px;
}

.capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -52px;
}

.capsule-page-2-cols-img-text {
  margin-bottom: 82px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.capsule-page-2-cols-img-text:after,
.capsule-page-2-cols-img-text:before {
  display: none !important;
}

.capsule-page-2-cols-img-text .wpb_single_image {
  margin-bottom: 0;
}

.capsule-page-2-cols-img-text .vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: 480px;
  margin-right: 52px;
  margin-bottom: -82px;
}

.capsule-page-2-cols-img-text .vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: 490px;
  margin-right: 40px;
}

.f-categories {
  margin-bottom: 80px;
}

.f-categories .section-description {
  text-align: center;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
  margin-top: 20px;
}

.f-categories .featured-categories {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-categories .featured-category {
  width: 100%;
  max-width: 256px;
  margin-right: 50px;
}

.f-categories .featured-category:nth-child(4n) {
  margin-right: 0;
}

.f-categories .featured-category:nth-child(n+5) {
  margin-top: 46px;
}

.f-categories .featured-category .dmc-button-wrap {
  margin-top: -19px;
  position: relative;
}

.f-categories .featured-category .category-description {
  margin-top: 15px;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
  padding: 0 20px;
  text-align: center;
}

.section-all-categories {
  margin-top: 126px !important;
}

.section-4-categories {
  margin-top: 100px !important;
}

.dmc-bakery-all-categories .featured-categories {
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.start-here-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 85px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.start-here-page-header:before,
.start-here-page-header:after {
  display: none !important;
}

.start-here-page-header .vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: 494px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.start-here-page-header .vc_col-sm-6:nth-child(1) .wpb_text_column:nth-child(2) {
  padding-right: 54px;
}

.start-here-page-header .vc_col-sm-6:nth-child(1) .wpb_text_column:last-child {
  margin-bottom: 0;
}

.start-here-page-header .vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: 436px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 40px;
}

.start-here-page-header .vc_col-sm-6:nth-child(2) .wpb_wrapper,
.start-here-page-header .vc_col-sm-6:nth-child(2) .vc_column-inner {
  height: 100%;
}

.start-here-page-2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px !important;
}

.start-here-page-2-cols:before,
.start-here-page-2-cols:after {
  display: none !important;
}

.start-here-page-2-cols .wpb_single_image {
  margin-bottom: 0;
}

.start-here-page-2-cols .wpb_single_image img {
  max-width: initial;
}

.start-here-page-2-cols .wpb_single_image:nth-child(1) {
  margin-bottom: 52px;
}

.start-here-page-2-cols .wpb_single_image:nth-child(2) {
  padding-right: 52px;
}

.start-here-page-2-cols .vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: calc(100vw - (100vw - 1120px) / 2 - 52px - 440px - 90px);
  margin-right: 52px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: -42px;
}

.start-here-page-2-cols .vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: calc(100vw - 486px - 90px - 52px - (100vw - 1120px) / 2);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 52px;
  padding-bottom: 70px;
}

.start-here-page-2-cols .vc_col-sm-6:nth-child(2) .vc_column-inner {
  max-width: 440px;
}

.dmc-bakery-picture.style-picture-590x0,
.dmc-bakery-picture.style-picture-436x0 {
  height: 100%;
}

.dmc-bakery-picture.style-picture-590x0 .dmc-image-picture,
.dmc-bakery-picture.style-picture-590x0 .dmc-bakery-picture-inner,
.dmc-bakery-picture.style-picture-436x0 .dmc-image-picture,
.dmc-bakery-picture.style-picture-436x0 .dmc-bakery-picture-inner {
  height: 100%;
}

.dmc-bakery-picture.style-picture-436x0 {
  max-width: 436px;
}

.dmc-bakery-picture.style-picture-590x0 {
  max-width: 590px;
}

.dmc-bakery-connect {
  background: #f9f4f1;
  padding-top: 66px;
  padding-bottom: 86px;
}

.dmc-bakery-connect .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-bakery-connect .dmc-col-1 {
  width: 100%;
  max-width: 586px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-bakery-connect .dmc-col-1 .dmc-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dmc-bakery-connect .dmc-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 4px 0 0 20px;
  max-width: 540px;
}

.dmc-bakery-connect .dmc-col-2 .dmc-button-wrap {
  margin-top: 40px;
}

.dmc-bakery-connect .social-item {
  width: 100%;
  max-width: 182px;
  margin-right: 20px;
}

.dmc-bakery-connect .social-item:last-child {
  margin-right: 0;
}

.dmc-bakery-connect .social-item .dmc-button-wrap {
  position: relative;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.dmc-bakery-connect .section-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-bakery-connect .section-title span {
  color: #EF4D3E;
}

.dmc-bakery-connect .section-content {
  margin-top: 26px;
}

.community-page-2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px !important;
}

.community-page-2-cols .dmc-button-wrap {
  margin-top: 50px;
}

.community-page-2-cols .wpb_single_image {
  margin-bottom: 0;
}

.community-page-2-cols .wpb_single_image:nth-child(1) {
  margin-bottom: 52px;
}

.community-page-2-cols .vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: calc(100vw - 430px - 52px - 132px - (100vw - 1280px) / 2);
  margin-right: 52px;
}

.community-page-2-cols .vc_col-sm-6:nth-child(2) {
  width: 100%;
  max-width: 430px;
}

.who-we-are-page-header {
  margin-bottom: 52px !important;
}

.who-we-are-page-header .wpb_content_element:last-child {
  margin-bottom: 0;
}

.who-we-are-page-header .wpb_single_image {
  margin-bottom: 0;
}

.who-we-are-page-header .wpb_single_image img {
  max-width: initial;
}

.who-we-are-page-header > .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.who-we-are-page-header > .vc_row:before,
.who-we-are-page-header > .vc_row:after {
  display: none !important;
}

.who-we-are-page-header > .vc_row:nth-child(1) {
  margin-bottom: 52px;
}

.who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(1) .vc_column-inner {
  max-width: 440px;
}

.who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(2) .wpb_wrapper,
.who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(2) .vc_column-inner {
  height: 100%;
}

.who-we-are-page-header > .vc_row .wpb_single_image:nth-child(1) {
  margin-bottom: 52px;
}

.who-we-are-page-header .vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: calc(492px + (100vw - 1220px) / 2);
  margin-right: 104px;
}

.who-we-are-page-header .vc_col-sm-6:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.who-we-are-page-header .vc_col-sm-6:nth-child(2) .wpb_text_column {
  max-width: 450px;
  margin-left: 52px;
}

.who-we-are-page-2-cols {
  padding-top: 17px !important;
  margin-bottom: 82px !important;
}

.who-we-are-page-2-cols .wpb_content_element:last-child {
  margin-bottom: 0;
}

.who-we-are-page-2-cols > .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.who-we-are-page-2-cols > .vc_row:before,
.who-we-are-page-2-cols > .vc_row:after {
  display: none !important;
}

.who-we-are-page-2-cols > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(2) .wpb_wrapper,
.who-we-are-page-2-cols > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(2) .vc_column-inner {
  height: 100%;
}

.who-we-are-page-2-cols > .vc_row:nth-child(2) {
  margin-top: 50px;
}

.who-we-are-page-2-cols .vc_col-sm-6:nth-child(1) {
  width: 100%;
  max-width: 440px;
  margin-right: 52px;
}

.who-we-are-page-2-cols .vc_col-sm-6:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-bakery-feedback {
  background: #f9f4f1;
  padding-top: 68px;
  margin-bottom: 104px !important;
}

.dmc-bakery-feedback .dmc-image-picture {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 104px);
}

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

.dmc-bakery-feedback .section-inner .dmc-col-1 {
  width: 50%;
  position: relative;
}

.dmc-bakery-feedback .section-inner .dmc-col-2 {
  padding-top: 22px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 82px;
  padding-right: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-feedback .section-inner .dmc-col-2 .dmc-col-inner {
  max-width: 410px;
}

.dmc-bakery-feedback .section-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-bakery-feedback .section-title span {
  color: #EF4D3E;
}

.dmc-bakery-feedback .section-content {
  margin-top: 36px;
}

.dmc-bakery-feedback .dmc-button-wrap {
  margin-top: 38px;
}

.dmc-bakery-feedback .contact-list {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.dmc-bakery-feedback .contact-list .label {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
  margin-right: 16px;
}

.dmc-bakery-feedback .contact-list .contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-feedback .contact-list .contact-item {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #EF4D3E;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  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;
  margin-right: 14px;
}

.dmc-bakery-feedback .contact-list .contact-item:last-child {
  margin-right: 0;
}

.dmc-bakery-feedback .contact-list .contact-item:hover {
  background: #f37a6e;
}

.dmc-bakery-feedback .contact-list .contact-item i {
  color: #fff;
  font-size: 26px;
}

.dmc-bakery-feedback .contact-list .contact-item i.dmc-icon-facebook {
  font-size: 25px;
  margin-top: 2px;
}

.dmc-bakery-feedback .contact-list .contact-item i.dmc-icon-pinterest {
  margin-top: 1px;
}

.dmc-single-post.content .data-title-holder {
  margin-bottom: 32px;
}

.dmc-single-post.content .data-title {
  text-align: center;
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-single-post.content .data-category-holder {
  position: relative;
  z-index: 10;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.dmc-single-post.content .dmc-image-picture {
  padding-bottom: 66.25%;
}

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

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

.dmc-single-post.content .dmc-single-post-footer .post-info {
  font-family: "Futura Demi", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-single-post.content .dmc-single-post-footer .post-date:after {
  content: "•";
  display: inline-block;
  margin: 0 5px 0 9px;
}

.single-post-footer-info .posts-nav {
  margin-top: 44px;
  border-top: 5px solid #f9f4f1;
  border-bottom: 5px solid #f9f4f1;
  font-family: "Futura Heavy", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05px;
  line-height: 1.1;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-post-footer-info .posts-nav .next-prev-links:after,
.single-post-footer-info .posts-nav .next-prev-links:before {
  font-family: "Planetarian Life Glyphs", sans-serif;
  font-size: 9px;
  display: inline-block;
}

.single-post-footer-info .posts-nav .next-prev-links.prev-link {
  margin-right: 40px;
}

.single-post-footer-info .posts-nav .next-prev-links.prev-link:before {
  content: "\e906";
  margin-right: 17px;
}

.single-post-footer-info .posts-nav .next-prev-links.next-link {
  margin-left: 40px;
}

.single-post-footer-info .posts-nav .next-prev-links.next-link:after {
  content: "\e905";
  display: inline-block;
  margin-left: 17px;
}

.single-post-footer-info .post-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.single-post-footer-info .post-about .dmc-col-1 {
  width: 100%;
  max-width: 162px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-post-footer-info .post-about .dmc-col-1 img {
  border-radius: 100%;
}

.single-post-footer-info .post-about .dmc-col-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-post-footer-info .post-about .section-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1;
}

.single-post-footer-info .post-about .section-content {
  margin-top: 20px;
}

.single-post-footer-info .post-about .dmc-button-wrap {
  margin-top: 23px;
}

.single-post-footer-info .comments-nav {
  margin-top: 50px;
  border-top: 5px solid #f9f4f1;
  border-bottom: 5px solid #f9f4f1;
  padding-top: 30px;
  padding-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-post-footer-info .comments-nav .leave-a-comment {
  color: #EF4D3E;
}

.single-post-footer-info .comments-nav .leave-a-comment:hover {
  color: #f37a6e;
}

.single-post-footer-info .comments-nav .show-comments {
  color: #FAC452;
}

.single-post-footer-info .comments-nav .show-comments:hover {
  color: #fbd37d;
}

.single-post-footer-info .comments-nav .separator {
  width: 50px;
  height: 5px;
  -webkit-transform: rotate(-235deg);
  -ms-transform: rotate(-235deg);
  transform: rotate(-235deg);
  background: #f9f4f1;
  margin: 0 85px;
}

.dmc-single-post-related-section {
  background: #f9f4f1;
  padding-top: 58px;
  padding-bottom: 76px;
}

.dmc-single-post-related-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-single-post-related-section .dmc-col-1 {
  width: 100%;
  max-width: 354px;
  margin-right: 40px;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}

.dmc-single-post-related-section .dmc-col-1 .dmc-button-wrap {
  margin-top: 50px;
}

.dmc-single-post-related-section .dmc-col-2 {
  width: 100%;
  max-width: 710px;
}

.dmc-single-post-related-section .section-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}

.dmc-single-post-related-section .section-title span {
  color: #EF4D3E;
}

.dmc-single-post-related-section .related-category {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

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

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

.dmc-single-post.content-related:first-child {
  margin-right: 40px;
}

.dmc-single-post.content-related .data-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05px;
  line-height: 1.3;
  max-width: 300px;
  margin: 24px auto 0;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-single-post.content-feed {
  width: 100%;
  max-width: 374px;
  margin-right: 27px;
  margin-bottom: 50px;
}

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

.dmc-single-post.content-feed .data-category-holder {
  text-align: center;
  padding: 0 20px;
  margin-top: 13px;
}

.dmc-single-post.content-feed .data-category {
  font-family: "Futura Demi", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-single-post.content-feed .data-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05px;
  line-height: 1.3;
  margin: 10px auto 0;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-taxonomy-feed .dmc-single-post.content-feed {
  max-width: calc((100% - 54px) / 3);
}

.dmc-single-post.content-base-feed-post {
  width: 100%;
  max-width: 330px;
  margin-right: 28px;
  margin-bottom: 30px;
}

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

.dmc-single-post.content-base-feed-post:nth-last-child(1),
.dmc-single-post.content-base-feed-post:nth-last-child(2) {
  margin-bottom: 0;
}

.dmc-single-post.content-base-feed-post .data-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1;
  margin: 10px auto 0;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wprm-recipe-container {
  margin-top: -30px;
  padding-top: 60px;
  margin-bottom: 30px;
}

.wprm-recipe-jump.wprm-block-text-normal {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #EF4D3E !important;
  background: #f9f4f1;
  padding: 13px 18px 12px;
  min-width: 128px;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wprm-recipe-jump.wprm-block-text-normal:hover {
  color: #f37a6e !important;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-header {
  background: #f9f4f1;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-image {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 91px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-image img {
  border-radius: 100%;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-name {
  margin-top: -64px;
  text-align: center;
  font-family: "Futura Heavy", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05px;
  line-height: 1.1;
  padding: 0 20px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-1 .dmc-group-inner {
  border-top: 5px solid #fff;
  padding-top: 30px;
  padding-bottom: 36px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-1 .dmc-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 460px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .data-holder {
  margin-bottom: 3px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .data-holder:after {
  content: "/";
  display: inline-block;
  margin: 0 28px 0 22px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .data-holder:nth-child(2n):after {
  display: none;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .data-holder .data-label,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-details-unit,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-details,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-details-label {
  font-family: "Futura Demi", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .data-holder .data-label,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-details-label {
  padding-right: 3px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-content {
  border-left: 5px solid #f9f4f1;
  border-right: 5px solid #f9f4f1;
  padding: 26px 24px 40px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-1 {
  margin-top: 30px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-2 .wprm-recipe-link {
  background: #f9f4f1;
  color: #2C413D !important;
  font-family: "Futura Demi", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 19px 20px 20px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-2 .wprm-recipe-link:last-child {
  margin-right: 0;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-2 .wprm-recipe-link:hover {
  color: #EF4D3E !important;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-group-name,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-header {
  font-family: "Futura Heavy", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1;
  font-weight: normal !important;
  margin-bottom: 14px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template ul li {
  padding-left: 4px;
  margin-left: 36px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template ul li::marker {
  font-size: 26px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template ul.wprm-recipe-instructions li {
  padding-left: 4px;
  margin-left: 36px;
  margin-bottom: 10px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template ul.wprm-recipe-instructions li::marker {
  font-size: 20px;
  font-family: "Futura Heavy", sans-serif;
}

.wprm-recipe.wprm-recipe-template-planetarian-template ul.wprm-recipe-instructions li:last-child {
  margin-bottom: 0;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-instructions-container,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-ingredients-container,
.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-equipment-container {
  margin-top: 26px;
  border-top: 5px solid #f9f4f1;
  padding-top: 34px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-notes-container {
  background: #fff;
  border-top: 5px solid #f9f4f1;
  border-left: 5px solid #f9f4f1;
  border-right: 5px solid #f9f4f1;
  padding: 26px 24px 120px;
  margin-bottom: -91px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-notes-container .wprm-recipe-header {
  color: #EF4D3E;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-ig-footer {
  background: #f9f4f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-ig-footer .dmc-col-1 {
  margin-right: 20px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-ig-footer h4 {
  font-family: "Futura Demi", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 4px;
}

.wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-ig-footer .dmc-icon {
  font-size: 50px;
  margin-bottom: 6px;
  cursor: default;
}

.dmc-wprm-rating.style-inline {
  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;
  margin-bottom: 26px;
}

.dmc-wprm-rating.style-inline .rating-label {
  padding-right: 6px;
}

.dmc-wprm-rating.style-inline .wprm-recipe-rating .wprm-rating-star {
  padding: 0 3px;
}

.dmc-wprm-rating.style-inline .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #2C413D;
  stroke: #2C413D;
}

.dmc-wprm-rating.style-inline .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-empty svg * {
  stroke: #2C413D;
}

.dmc-wprm-rating.style-default {
  text-align: center;
  margin-top: 30px;
}

.dmc-wprm-rating.style-default .wprm-recipe-rating {
  margin-top: 13px;
}

.dmc-wprm-rating.style-default .wprm-recipe-rating .wprm-rating-star {
  padding: 0 6px;
}

.dmc-wprm-rating.style-default .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #FAC452;
  stroke: #FAC452;
}

.dmc-wprm-rating.style-default .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-empty svg * {
  fill: #D5D9D8;
  stroke: #D5D9D8;
}

.dmc-wprm-rating .rating-label {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

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

#dmc-comments .dmc-comments-heading {
  margin-bottom: 34px;
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1;
  text-align: center;
}

#dmc-comments .dmc-comments-heading span {
  color: #A8BFA9;
}

#dmc-comments .comment-form {
  padding-bottom: 38px;
}

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

#dmc-comments .comment-form-input-wrapper .comment-form-filed {
  margin-right: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#dmc-comments .comment-form-input-wrapper .comment-form-filed:last-child {
  margin-right: 0;
}

#dmc-comments input[type=text],
#dmc-comments input[type=email] {
  font-family: "Futura Heavy", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1;
  padding: 10px 15px 12px;
  border: 1px solid #2C413D;
}

#dmc-comments input[type=text]::-webkit-input-placeholder,
#dmc-comments input[type=email]::-webkit-input-placeholder {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #D5D9D8;
}

#dmc-comments input[type=text]::-moz-placeholder,
#dmc-comments input[type=email]::-moz-placeholder {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #D5D9D8;
}

#dmc-comments input[type=text]:-ms-input-placeholder,
#dmc-comments input[type=email]:-ms-input-placeholder {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #D5D9D8;
}

#dmc-comments input[type=text]::-ms-input-placeholder,
#dmc-comments input[type=email]::-ms-input-placeholder {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #D5D9D8;
}

#dmc-comments input[type=text]::placeholder,
#dmc-comments input[type=email]::placeholder {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #D5D9D8;
}

#dmc-comments textarea {
  min-height: 100px;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
  padding: 10px 15px 12px;
  border: 1px solid #2C413D;
}

#dmc-comments textarea::-webkit-input-placeholder {
  color: #D5D9D8;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

#dmc-comments textarea::-moz-placeholder {
  color: #D5D9D8;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

#dmc-comments textarea:-ms-input-placeholder {
  color: #D5D9D8;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

#dmc-comments textarea::-ms-input-placeholder {
  color: #D5D9D8;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

#dmc-comments textarea::placeholder {
  color: #D5D9D8;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

#dmc-comments .dmc-button-wrap {
  margin-top: 40px;
  text-align: center;
}

#dmc-comments input[type=submit] {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #EF4D3E;
}

#dmc-comments input[type=submit]:hover {
  color: #f37a6e;
}

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

#dmc-comments .comment-list .children .comment {
  padding-left: 46px;
}

#dmc-comments .comment-list .comment {
  margin-top: 50px;
}

#dmc-comments .comment-list .comment article {
  padding-right: 20px;
}

#dmc-comments .comment-list .comment.is-owner > article {
  background: #f9f4f1;
  padding-left: 46px;
  margin-left: -46px;
  padding-top: 46px;
  padding-bottom: 76px;
}

#dmc-comments .comment-list .data-comment-author {
  font-family: "Futura Heavy", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1;
}

#dmc-comments .comment-list .data-comment-content {
  margin-top: 15px;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
}

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

#dmc-comments .comment-list .data-comment-footer .data-comment-date:after {
  content: "•";
  display: inline-block;
  margin: 0 9px 0 8px;
}

#dmc-comments .comment-reply-title {
  margin: 24px 0 10px;
  font-family: "Futura Demi", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

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

#dmc-comments .comment-form-wprm-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

#dmc-comments .comment-form-wprm-rating label {
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  padding-right: 14px;
}

#dmc-comments .comments-number {
  font-family: "Futura Heavy", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05px;
  line-height: 1;
  text-align: center;
  margin-top: 34px;
}

.logged-in-as {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.dmc-hr {
  height: 5px;
  background: #f9f4f1;
}

.dmc-taxonomy-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 45px;
  letter-spacing: 0.05px;
  line-height: 1;
  line-height: 56px;
  text-align: center;
  margin-bottom: 32px;
}

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

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

.dmc-feed-nav {
  margin-top: 50px;
  font-family: "Futura Demi", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-feed-nav .dmc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 5px solid #f9f4f1;
  border-bottom: 5px solid #f9f4f1;
  padding-top: 30px;
  padding-bottom: 36px;
}

.dmc-feed-nav a {
  color: #EF4D3E;
}

.dmc-feed-nav a:hover {
  color: #f37a6e;
}

.dmc-feed-nav .nav-holder {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.dmc-feed-nav .nav-holder.prev {
  text-align: right;
}

.dmc-feed-nav .separator {
  width: 50px;
  height: 5px;
  -webkit-transform: rotate(-235deg);
  -ms-transform: rotate(-235deg);
  transform: rotate(-235deg);
  background: #f9f4f1;
  margin: 0 85px;
}

.dmc-taxonomy-description {
  text-align: center;
  margin-bottom: 44px;
}

.dmc-single-post.content-base-feed {
  margin-bottom: 100px;
}

.dmc-single-post.content-base-feed:nth-child(odd) .dmc-col-1 {
  margin-right: 52px;
}

.dmc-single-post.content-base-feed:nth-child(even) .dmc-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dmc-single-post.content-base-feed:nth-child(even) .dmc-col-1 {
  margin-left: 52px;
}

.dmc-single-post.content-base-feed .dmc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
}

.dmc-single-post.content-base-feed .dmc-row .dmc-col-1 {
  width: 100%;
  max-width: 436px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.dmc-single-post.content-base-feed .dmc-row .dmc-col-1 .dmc-image-link-wrapper {
  height: 100%;
}

.dmc-single-post.content-base-feed .dmc-row .dmc-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-single-post.content-base-feed .dmc-image-picture {
  height: 100%;
}

.dmc-single-post.content-base-feed .main-data-title {
  text-align: center;
  font-family: "Futura Heavy", sans-serif;
  font-size: 34px;
  letter-spacing: 0.05px;
  line-height: 1;
  margin-bottom: 30px;
}

.dmc-single-post.content-base-feed .data-excerpt {
  text-align: center;
  max-width: 640px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto 20px;
}

.single-base-feed-short .feed-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-bakery-bases-feed .dmc-posts-feed {
  margin-top: 70px;
}

.taxonomy-description {
  margin-bottom: 44px;
  text-align: center;
}

.dmc-bakery-formulas-feed .taxonomy-custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-bakery-formulas-feed .taxonomy-custom-nav .c-nav-item {
  margin-right: 52px;
  font-family: "Futura Heavy", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1;
}

.dmc-bakery-formulas-feed .taxonomy-custom-nav .c-nav-item.active {
  color: #EF4D3E;
  text-decoration: underline;
}

.dmc-bakery-formulas-feed .taxonomy-custom-nav .c-nav-item:last-child {
  margin-right: 0;
}

.single-post-linked-posts {
  background: #f9f4f1;
  padding-top: 58px;
  padding-bottom: 26px;
  margin-top: 50px;
}

.single-post-linked-posts .section-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05px;
  line-height: 1.1;
  text-align: center;
}

.single-post-linked-posts .section-title span {
  color: #EF4D3E;
}

.dmc-single-post.content-short {
  margin-bottom: 20px;
}

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

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

.dmc-single-post.content-short .dmc-col-1 {
  width: 100%;
  max-width: 64px;
  margin-right: 10px;
}

.dmc-single-post.content-short .data-category {
  font-family: "Futura Demi", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.dmc-single-post.content-short .data-title {
  font-family: "Futura Heavy", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05px;
  line-height: 1.1;
  margin-top: 10px;
}

.dmc-bakery-picture.only-mobile,
.wpb_single_image.only-mobile {
  display: none;
}

.dmc-image-download {
  position: relative;
}

.dmc-image-download .dmc-i-d-trigger {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Futura Demi", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  background: #EF4D3E;
  color: #fff;
  padding: 10px 20px 9px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

.dmc-image-download .dmc-i-d-trigger:hover {
  background: #f37a6e;
}

.dmc-icon-close {
  width: 12px;
  height: 12px;
}

.dmc-icon-close span {
  background: #2C413D;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe {
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-popup-content-holder {
  background: #f9f4f1;
  padding: 20px 20px 30px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-popup-content-holder .dmc-inner {
  margin: 0 auto;
  max-width: 600px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-popup-inner {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(44, 65, 61, 0.1);
  box-shadow: 2px 2px 10px 2px rgba(44, 65, 61, 0.1);
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-popup-close {
  position: absolute;
  top: 0;
  right: 0;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe h2 {
  font-family: "Futura Heavy", sans-serif;
  font-size: 45px;
  letter-spacing: 0.05px;
  line-height: 1;
  margin-bottom: 10px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.5;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-mc-newsletter-holder {
  margin-top: 20px;
}

#dmc-popups .dmc-popup.dmc-popup-subscribe .dmc-mc-newsletter-holder .mailerlite-form .mailerlite-subscribe-button-container {
  margin-top: 0;
}

/**
DMC SASS

@version 1.1.0

*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1348px) {
  .dmc-single-post.content-base-feed .dmc-row .dmc-col-1 {
    max-width: 400px;
  }

  .dmc-single-post.content-base-feed-post {
    max-width: calc((100% - 28px) / 2);
  }
}

@media only screen and (max-width: 1280px) {
  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) > .vc_column-inner {
    margin-left: -124px;
  }
}

@media only screen and (max-width: 1279px) {
  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3) {
    max-width: 76px;
  }

  .f-categories .featured-category {
    margin-right: 40px;
    max-width: calc((100% - 120px) / 4);
  }
}

@media only screen and (max-width: 1262px) {
  .dmc-header-row-1 .dmc-col-1 {
    max-width: 250px;
  }

  .dmc-header-row-1 {
    padding: 0;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #dmc-search-popup.style-side {
    top: 120px;
  }

  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) {
    max-width: calc(834px - (1262px - 100vw));
  }

  .dmc-bakery-connect .dmc-col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 560px;
  }

  .dmc-header-row-1 .dmc-menu-wrapper {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1220px) {
  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) {
    max-width: 546px;
  }
}

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

@media only screen and (max-width: 1134px) {
  .limited-width-848-p-52,
  body .vc_row.limited-width-848-p-52,
  body .vc_section.limited-width-848-p-52,
  .limited-width-1024-p-52,
  body .vc_row.limited-width-1024-p-52,
  body .vc_section.limited-width-1024-p-52,
  body .vc_section.dmc-padding-main,
  .dmc-padding-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dmc-header-row-1 .dmc-col-1 {
    max-width: 200px;
  }

  .dmc-menu-wrapper .menu > li {
    margin-right: 30px;
  }

  .dmc-header-row-2 {
    right: 10px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) .wpb_single_image:nth-child(2) {
    padding-left: 40px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) .wpb_single_image:nth-child(1) {
    margin-bottom: 40px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) {
    margin-left: 40px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3) {
    margin-left: 40px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) {
    margin-right: 40px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2) {
    margin-right: 40px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(1) {
    margin-bottom: 40px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(2) {
    padding-right: 40px;
  }

  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 534px;
    margin-right: 40px;
    padding-left: 40px;
  }

  .capsule-page-2-cols-text-2-imgs .wpb_single_image:nth-child(1) {
    margin-bottom: 40px;
  }

  .capsule-page-2-cols-text-2-imgs .wpb_single_image:nth-child(2) {
    padding-left: 40px;
  }

  .dmc-bakery-connect .dmc-col-1 {
    max-width: 470px;
  }

  .who-we-are-page-header .vc_col-sm-6:nth-child(1) {
    max-width: 440px;
    margin-right: 40px;
  }

  .who-we-are-page-header .wpb_single_image img {
    max-width: 100%;
  }

  .who-we-are-page-header > .vc_row .wpb_single_image:nth-child(1) {
    margin-bottom: 40px;
  }

  .who-we-are-page-header .vc_col-sm-6:nth-child(2) .wpb_text_column {
    max-width: 100%;
    margin-left: 0;
  }

  .dmc-bakery-feedback {
    padding-top: 40px;
    margin-bottom: 80px !important;
  }

  .dmc-bakery-feedback .section-inner .dmc-col-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dmc-single-post.content-related:first-child {
    margin-right: 20px;
  }

  .dmc-single-post-related-section .dmc-col-1 {
    margin-right: 20px;
    padding-left: 20px;
    padding-top: 0;
  }

  .dmc-single-post.content-feed .data-title {
    padding: 0 10px;
    font-size: 24px;
  }

  .dmc-single-post.content-base-feed:nth-child(odd) .dmc-col-1 {
    margin-right: 40px;
  }

  .dmc-single-post.content-base-feed:nth-child(even) .dmc-col-1 {
    margin-left: 40px;
  }

  .dmc-single-post.content-base-feed-post {
    max-width: calc((100% - 20px) / 2);
  }

  .dmc-single-post.content-base-feed-post {
    margin-right: 20px;
  }

  .dmc-bakery-newsletter.style-download .section-inner-inner {
    max-width: 500px;
  }
}

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

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

  .dmc-bakery-heading .dmc-bakery-heading-title,
  .dmc-single-post-related-section .section-title,
  #dmc-comments .dmc-comments-heading,
  .single-post-footer-info .post-about .section-title,
  .dmc-single-post.content .data-title,
  .dmc-bakery-feedback .section-title,
  .dmc-bakery-latest-post .section-title,
  .dmc-bakery-newsletter .section-title-holder h2,
  .dmc-bakery-heading .dmc-bakery-heading-title-advanced h1,
  .dmc-bakery-heading .dmc-bakery-heading-title-advanced h2,
  .dmc-page-creator.template-default .wpb_text_column h1,
  .dmc-page-creator.template-default .wpb_text_column h2 {
    font-size: 46px;
  }

  #dmc-single-post,
  .dmc-main-page {
    margin-top: 40px;
  }

  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) {
    padding: 26px 20px 0;
  }

  .limited-width-848-p-52,
  body .vc_row.limited-width-848-p-52,
  body .vc_section.limited-width-848-p-52,
  .limited-width-1024-p-52,
  body .vc_row.limited-width-1024-p-52,
  body .vc_section.limited-width-1024-p-52,
  body .vc_section.dmc-padding-main,
  .dmc-padding-main {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  #dmc-search-popup.style-side {
    top: 80px;
  }

  .dmc-icon-hamburger-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
  }

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

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

  #dmc-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

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

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

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

  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) {
    max-width: calc(100% - 200px);
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3) {
    max-width: 40px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) .wpb_single_image:nth-child(1) {
    margin-bottom: 20px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) .wpb_single_image:nth-child(2) {
    padding-left: 20px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) {
    margin-left: 20px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3) {
    margin-left: 20px;
  }

  .dmc-bakery-heading .dmc-bakery-heading-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-categories .featured-categories {
    margin-top: 40px;
  }

  .f-categories .featured-category {
    margin-right: 20px;
    max-width: calc((100% - 60px) / 4);
  }

  .f-categories .featured-category .category-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
  }

  .f-categories {
    margin-bottom: 50px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) {
    margin-right: 20px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) > .vc_column-inner {
    margin-left: -160px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(1) {
    margin-bottom: 20px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) .wpb_single_image:nth-child(2) {
    padding-right: 20px;
  }

  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1),
  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3) {
    max-width: 300px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2) {
    margin-right: 20px;
  }

  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) {
    margin-right: 20px;
    max-width: 514px;
    padding-left: 20px;
  }

  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) {
    max-width: 450px;
  }

  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(2) {
    margin-top: -40px;
  }

  .start-here-page-header .vc_col-sm-6:nth-child(2) {
    margin-left: 20px;
  }

  .start-here-page-header .vc_col-sm-6:nth-child(1) {
    max-width: 400px;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(2) {
    max-width: 100%;
    padding-right: 20px;
  }

  .start-here-page-2-cols .wpb_single_image:nth-child(1) {
    margin-bottom: 20px;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(1) {
    max-width: calc(100vw - (100vw - 1120px) / 2 - 40px - 440px - 90px);
    margin-right: 40px;
  }

  .start-here-page-2-cols .wpb_single_image:nth-child(1) {
    margin-left: -96px;
  }

  .dmc-bakery-connect {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dmc-bakery-connect .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-bakery-connect .dmc-col-2 {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }

  .dmc-bakery-connect .dmc-col-2 .dmc-button-wrap {
    margin-top: 24px;
  }

  .dmc-copyright {
    padding: 40px 0 40px;
  }

  .dmc-page-creator.template-default .wpb_text_column {
    font-size: 18px;
  }

  .who-we-are-page-header .vc_col-sm-6:nth-child(1) {
    margin-right: 20px;
  }

  .who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(1) .wpb_text_column:nth-child(1) {
    margin-bottom: 20px;
  }

  .dmc-page-creator.template-default .wpb_text_column p {
    margin-bottom: 20px;
  }

  .who-we-are-page-header > .vc_row:nth-child(1) {
    margin-bottom: 40px;
  }

  .who-we-are-page-header {
    margin-bottom: 40px !important;
  }

  .who-we-are-page-2-cols {
    padding-top: 0 !important;
    margin-bottom: 40px !important;
  }

  .who-we-are-page-2-cols .vc_col-sm-6:nth-child(1) {
    margin-right: 20px;
  }

  .who-we-are-page-2-cols > .vc_row:nth-child(2) {
    margin-top: 30px;
  }

  .dmc-bakery-feedback .section-inner .dmc-col-1 {
    display: none;
  }

  .dmc-bakery-feedback .section-inner .dmc-col-2 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dmc-bakery-feedback .section-inner .dmc-col-2 .dmc-col-inner {
    max-width: 100%;
  }

  .dmc-bakery-feedback .section-content {
    margin-top: 20px;
  }

  .dmc-content-style-1 p {
    margin-bottom: 20px;
  }

  .dmc-content-style-1 h3 {
    font-size: 34px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-name {
    font-size: 34px;
  }

  .single-post-footer-info .posts-nav .next-prev-links.next-link:after {
    display: none;
  }

  .single-post-footer-info .posts-nav .next-prev-links.next-link,
  .single-post-footer-info .posts-nav .next-prev-links.prev-link {
    display: block;
  }

  .single-post-footer-info .posts-nav .next-prev-links.next-link:before,
  .single-post-footer-info .posts-nav .next-prev-links.prev-link:before {
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
    margin-left: 0;
  }

  .single-post-footer-info .posts-nav .next-prev-links.next-link:before {
    font-family: "Planetarian Life Glyphs", sans-serif;
    font-size: 9px;
    content: "\e904";
    text-align: right;
  }

  #dmc-comments .dmc-comments-heading {
    margin-bottom: 20px;
  }

  .dmc-single-post-related-section .dmc-col-1 {
    max-width: 290px;
  }

  .dmc-single-post.content-related .data-title {
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .dmc-taxonomy-feed .dmc-single-post.content-feed {
    max-width: calc((100% - 40px) / 3);
  }

  .dmc-single-post.content-feed {
    margin-right: 20px;
  }

  .dmc-single-post.content-feed .data-title {
    font-size: 18px;
  }

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

  .dmc-taxonomy-title {
    margin-bottom: 20px;
  }

  .dmc-single-post.content-base-feed:nth-child(odd) .dmc-col-1 {
    margin-right: 20px;
  }

  .dmc-single-post.content-base-feed:nth-child(even) .dmc-col-1 {
    margin-left: 20px;
  }

  .dmc-single-post.content-base-feed .dmc-row .dmc-col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .dmc-single-post.content-base-feed-post .data-title {
    font-size: 18px;
    padding: 0 10px;
  }

  .single-post-linked-posts .section-title {
    font-size: 32px;
  }

  .dmc-single-post.content-feed .data-category-holder {
    margin-top: 6px;
  }

  .dmc-bakery-newsletter.style-download .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-bakery-newsletter.style-download .section-image {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .dmc-bakery-newsletter.style-download .section-inner-inner {
    margin-right: 0;
  }
}

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

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

  .dmc-page-creator.template-default .wpb_text_column h3,
  .dmc-bakery-heading .dmc-bakery-heading-title,
  .dmc-single-post-related-section .section-title,
  #dmc-comments .dmc-comments-heading,
  .single-post-footer-info .post-about .section-title,
  .dmc-single-post.content .data-title,
  .dmc-bakery-feedback .section-title,
  .dmc-bakery-latest-post .section-title,
  .dmc-bakery-newsletter .section-title-holder h2,
  .dmc-bakery-heading .dmc-bakery-heading-title-advanced h1,
  .dmc-bakery-heading .dmc-bakery-heading-title-advanced h2,
  .dmc-page-creator.template-default .wpb_text_column h1,
  .dmc-page-creator.template-default .wpb_text_column h2 {
    font-size: 32px;
  }

  #dmc-single-post,
  .dmc-main-page {
    margin-top: 30px;
  }

  .dmc-content-style-1,
  .dmc-page-creator.template-default .wpb_text_column {
    font-size: 18px;
    line-height: 1.5;
  }

  .vc_row.home-page-3-cols .wpb_single_image,
  .community-page-2-cols .wpb_single_image,
  .start-here-page-2-cols .wpb_single_image,
  .who-we-are-page-header .wpb_single_image,
  .l-stick-img-text-r-2-imgs .wpb_single_image,
  .l-2-imgs-text-stick-img .wpb_single_image,
  .capsule-page-2-cols-text-2-imgs .wpb_single_image,
  .capsule-page-header .wpb_single_image,
  .capsule-page-2-cols-img-text .wpb_single_image {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }

  .vc_row.home-page-3-cols .wpb_single_image:last-child,
  .community-page-2-cols .wpb_single_image:last-child,
  .start-here-page-2-cols .wpb_single_image:last-child,
  .who-we-are-page-header .wpb_single_image:last-child,
  .l-stick-img-text-r-2-imgs .wpb_single_image:last-child,
  .l-2-imgs-text-stick-img .wpb_single_image:last-child,
  .capsule-page-2-cols-text-2-imgs .wpb_single_image:last-child,
  .capsule-page-header .wpb_single_image:last-child,
  .capsule-page-2-cols-img-text .wpb_single_image:last-child {
    margin-bottom: 0 !important;
  }

  .dmc-bakery-picture.style-picture-590x0 .dmc-bakery-picture-inner,
  .dmc-bakery-picture.style-picture-436x0 .dmc-bakery-picture-inner {
    margin-left: -20px;
    margin-right: -20px;
  }

  .dmc-bakery-picture.style-picture-590x0,
  .dmc-bakery-picture.style-picture-436x0 {
    margin-bottom: 30px;
  }

  .dmc-bakery-picture.style-picture-590x0:last-child,
  .dmc-bakery-picture.style-picture-436x0:last-child {
    margin-bottom: 0 !important;
  }

  .community-page-2-cols .vc_col-sm-6:nth-child(2) .wpb_text_column,
  .start-here-page-video-row .wpb_text_column,
  .start-here-page-row-1 .wpb_text_column,
  .start-here-page-header .wpb_text_column,
  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(2),
  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(1),
  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) .wpb_text_column,
  .capsule-page-header .wpb_text_column {
    margin-bottom: 20px !important;
  }

  .community-page-2-cols .vc_col-sm-6:nth-child(2) .wpb_text_column:last-child,
  .start-here-page-video-row .wpb_text_column:last-child,
  .start-here-page-row-1 .wpb_text_column:last-child,
  .start-here-page-header .wpb_text_column:last-child,
  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(2):last-child,
  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(1):last-child,
  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) .wpb_text_column:last-child,
  .capsule-page-header .wpb_text_column:last-child {
    margin-bottom: 0 !important;
  }

  .who-we-are-page-row-1,
  .who-we-are-page-header {
    margin-bottom: 30px !important;
  }

  .dmc-image-download .dmc-i-d-trigger {
    font-size: 8px;
    letter-spacing: 1px;
    padding: 6px 10px 5px;
    top: -4px;
    right: -4px;
  }

  .start-here-page-2-cols .dmc-button-wrap {
    text-align: center;
  }

  .start-here-page-header h1 span:before {
    content: "\a";
    white-space: pre;
  }

  .dmc-bakery-newsletter.type-mini {
    margin-bottom: 10px;
  }

  .dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder {
    margin: 0 auto;
  }

  .community-page-2-cols .dmc-button-wrap {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
  }

  .community-page-2-cols {
    margin-bottom: 30px !important;
  }

  .community-page-2-cols .vc_col-sm-6:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .dmc-video-holder .dmc-youtube-embed .dmc-youtube-embed-cover.style-1 .bg:after {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 24px;
  }

  .dmc-video-holder .dmc-youtube-embed .dmc-youtube-embed-cover.style-1 .bg:before {
    width: 60px;
    height: 60px;
  }

  .dmc-bakery-video {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .start-here-page-row-1 .vc_col-sm-12 {
    max-width: 440px;
    margin: 0 auto;
  }

  .start-here-page-2-cols .wpb_single_image:nth-child(1) {
    margin-left: -20px;
    margin-bottom: 0;
  }

  .start-here-page-2-cols .wpb_single_image.vc_align_right {
    text-align: center;
  }

  .dmc-bakery-picture.only-desktop,
  .wpb_single_image.only-desktop {
    display: none;
  }

  .dmc-bakery-picture.only-mobile,
  .wpb_single_image.only-mobile {
    display: block;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(1) {
    max-width: 100%;
    margin: 0;
  }

  .start-here-page-2-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .vc_row.start-here-page-row-1 {
    padding-top: 30px !important;
  }

  .dmc-page-creator.template-default .vc_row.start-here-page-row-1 .wpb_text_column h2 {
    font-size: 25px;
  }

  .start-here-page-header {
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .start-here-page-header .vc_col-sm-6:nth-child(2) {
    display: none;
  }

  .dmc-icon-hamburger-wrap,
  .dmc-header-row-1 {
    height: 60px;
  }

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

  .dmc-search-popup-open #dmc-search-popup {
    width: 100%;
    top: 60px;
  }

  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(1),
  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(3) {
    display: none;
  }

  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) {
    max-width: 100%;
    padding-top: 0;
  }

  .vc_row.home-page-3-cols .dmc-button-wrap,
  .l-2-imgs-text-stick-img .dmc-button-wrap,
  .l-stick-img-text-r-2-imgs .dmc-button-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(3),
  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(3),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(1) {
    display: none;
  }

  .l-stick-img-text-r-2-imgs,
  .l-2-imgs-text-stick-img {
    padding-top: 30px;
  }

  .section-4-categories {
    margin-top: 30px !important;
  }

  .f-categories .featured-categories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f-categories .featured-category {
    margin-right: 20px !important;
    margin-bottom: 20px;
    max-width: calc((100% - 20px) / 2);
  }

  .f-categories .featured-category:nth-child(2n) {
    margin-right: 0 !important;
  }

  .f-categories {
    margin-bottom: 10px;
  }

  .dmc-copyright {
    padding: 36px 0 36px;
  }

  .capsule-page-header .wpb_text_column:nth-child(2) {
    padding: 0;
  }

  .capsule-page-2-cols-img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .capsule-page-2-cols-img-text .vc_col-sm-6:nth-child(1) {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .section-all-categories {
    margin-top: 80px !important;
  }

  .f-categories .featured-category:nth-child(n+5) {
    margin-top: 0;
  }

  .start-here-page-header .vc_col-sm-6:nth-child(1) .wpb_text_column:nth-child(2) {
    padding-right: 0;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(2) {
    padding-left: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(2) .wpb_text_column {
    margin-bottom: 30px !important;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(2) .wpb_single_image {
    margin-top: 30px;
  }

  .start-here-page-2-cols .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin: 0 auto;
  }

  .community-page-2-cols .vc_col-sm-6:nth-child(1) {
    display: none;
  }

  .dmc-bakery-connect .social-item {
    margin-right: 4px;
  }

  .dmc-bakery-connect .social-item .dmc-button-wrap {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
  }

  .dmc-button-wrap.style-1 .dmc-button {
    font-size: 10px;
    padding: 10px 10px 9px;
    min-width: 90px;
    letter-spacing: 1px;
  }

  .dmc-bakery-connect .section-title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
  }

  .dmc-bakery-connect .section-content {
    margin-top: 14px;
  }

  .dmc-bakery-newsletter .section-title-holder h2 {
    font-size: 32px;
    line-height: 1;
  }

  .dmc-bakery-newsletter .section-content {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-mc-newsletter-holder {
    margin: 30px auto 0;
  }

  .dmc-bakery-newsletter {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .who-we-are-page-header > .vc_row:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .who-we-are-page-header > .vc_row:nth-child(1) .vc_col-sm-6:nth-child(1) .vc_column-inner {
    max-width: 100%;
  }

  .who-we-are-page-header > .vc_row {
    -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;
  }

  .who-we-are-page-header .vc_col-sm-6:nth-child(1) {
    margin-right: 0;
  }

  .who-we-are-page-2-cols > .vc_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .who-we-are-page-2-cols {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .who-we-are-page-2-cols .vc_col-sm-6:nth-child(1) {
    margin-right: 0;
    max-width: 100%;
  }

  .dmc-bakery-feedback .section-inner .dmc-col-2 {
    padding-top: 0;
  }

  .dmc-bakery-feedback .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .dmc-bakery-feedback .contact-list .label {
    margin-right: 0;
  }

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

  .wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-notes-container {
    padding: 20px 20px 120px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template .wprm-recipe-name {
    font-size: 28px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-content {
    padding: 20px 20px 40px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template .dmc-wprm-group-2 .wprm-recipe-link {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template ul li::marker {
    font-size: 20px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template ul li {
    padding-left: 0;
    margin-left: 20px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template ul.wprm-recipe-instructions li::marker {
    font-size: 16px;
  }

  .wprm-recipe.wprm-recipe-template-planetarian-template ul.wprm-recipe-instructions li {
    padding-left: 4px;
    margin-left: 20px;
  }

  .single-post-footer-info .posts-nav .next-prev-links.prev-link:before {
    margin-right: 10px;
  }

  .single-post-footer-info .posts-nav .next-prev-links.next-link:after {
    margin-left: 10px;
  }

  .single-post-footer-info .posts-nav {
    font-size: 11px;
  }

  .single-post-footer-info .posts-nav .next-prev-links.prev-link {
    margin-right: 20px;
  }

  .single-post-footer-info .posts-nav .next-prev-links.next-link {
    margin-left: 20px;
  }

  .single-post-footer-info .post-about {
    -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;
  }

  .single-post-footer-info .post-about .dmc-col-1 {
    max-width: 128px;
  }

  .single-post-footer-info .post-about .dmc-col-2 {
    padding: 0;
    text-align: center;
  }

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

  #dmc-comments .comment-form-input-wrapper .comment-form-filed:last-child {
    margin-bottom: 0;
  }

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

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

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

  .dmc-single-post-related-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-single-post-related-section .dmc-col-1 {
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .dmc-single-post-related-section .dmc-col-1 .dmc-button-wrap {
    margin-top: 20px;
  }

  .dmc-single-post-related-section .dmc-col-2 {
    margin-top: 30px;
  }

  .dmc-single-post-related-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .dmc-taxonomy-title {
    font-size: 38px;
    line-height: 48px;
  }

  .dmc-taxonomy-feed .dmc-single-post.content-feed {
    max-width: calc((100% - 10px) / 2);
    margin-right: 10px !important;
  }

  .dmc-taxonomy-feed .dmc-single-post.content-feed:nth-child(2n) {
    margin-right: 0 !important;
  }

  .dmc-single-post.content-feed .data-title {
    font-size: 16px;
  }

  .dmc-single-post.content-base-feed .dmc-image-picture {
    height: 0;
    padding-bottom: 125%;
  }

  .dmc-bakery-bases-feed .dmc-posts-feed {
    margin-top: 40px;
  }

  .dmc-single-post.content-base-feed .main-data-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .dmc-single-post.content-base-feed .dmc-row .dmc-col-2 {
    margin-top: 20px;
  }

  .dmc-single-post.content-base-feed-post {
    max-width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }

  .dmc-single-post.content-base-feed {
    margin-bottom: 50px;
  }

  .dmc-single-post.content-base-feed:nth-child(even) .dmc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-single-post.content-base-feed:nth-child(odd) .dmc-col-1 {
    margin-right: 0;
  }

  .dmc-single-post.content-base-feed:nth-child(even) .dmc-col-1 {
    margin-left: 0;
  }

  .dmc-single-post.content .data-title-holder {
    margin-bottom: 20px;
  }

  .home-page-3-cols h1 {
    max-width: 300px;
    margin: 0 auto;
  }

  .vc_row.home-page-3-cols .wpb_single_image img {
    max-width: 100%;
  }

  .vc_row.home-page-3-cols {
    padding-bottom: 30px;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-top: 0;
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  .l-stick-img-text-r-2-imgs,
  .l-2-imgs-text-stick-img {
    margin-bottom: 30px !important;
  }

  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(2),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(2),
  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(1),
  .l-2-imgs-text-stick-img .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(1) {
    margin-bottom: 20px !important;
  }

  .l-stick-img-text-r-2-imgs .wpb_single_image,
  .l-2-imgs-text-stick-img .wpb_single_image {
    text-align: center !important;
  }

  .l-stick-img-text-r-2-imgs .dmc-button-wrap.align-left,
  .l-2-imgs-text-stick-img .dmc-button-wrap.align-left {
    text-align: center;
  }

  .section-4-categories .dmc-bakery-heading .dmc-bakery-heading-title-advanced h2 {
    font-size: 26px;
  }

  .f-categories .featured-categories {
    margin-top: 20px;
  }

  .dmc-bakery-latest-post .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-bakery-latest-post .dmc-col-1 {
    margin-right: 0;
  }

  .dmc-bakery-latest-post {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dmc-bakery-latest-post .post-title {
    margin-top: 10px;
    font-size: 22px;
    padding: 0 10px;
  }

  .dmc-bakery-latest-post .dmc-col-2 {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #2C413D;
  }

  .dmc-bakery-latest-post .section-content {
    margin-top: 20px;
  }

  .dmc-page-creator.template-default .capsule-page-header .wpb_text_column h1 {
    max-width: 250px;
    margin: 0 auto;
  }

  .capsule-page-header .wpb_text_column:last-child {
    margin-bottom: 0;
  }

  .capsule-page-header {
    padding-bottom: 0;
  }

  .capsule-page-2-cols-text-2-imgs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(1) {
    max-width: 100%;
    padding-right: 20px;
    margin-right: 0;
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-page-creator.template-default .capsule-page-2-cols-text-2-imgs .wpb_text_column h2 {
    max-width: 300px;
    margin: 0 auto;
  }

  .capsule-page-2-cols-text-2-imgs .vc_col-sm-6:nth-child(2) {
    margin: 30px 0 0;
    padding: 0 20px;
  }

  .capsule-page-2-cols-text-2-imgs .wpb_single_image {
    margin-bottom: 30px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .dmc-page-creator.template-default .vc_column-inner {
    padding-right: 0 !important;
  }

  .dmc-page-creator.template-default .capsule-kitchen-custom-row-1 .wpb_text_column h3 {
    line-height: 1.2;
    text-align: center;
  }

  .capsule-kitchen-custom-row-1 .wpb_text_column {
    margin-bottom: 30px !important;
  }

  .capsule-page-2-cols-img-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
  }

  .capsule-page-2-cols-img-text .vc_col-sm-6:nth-child(2) {
    margin-right: 0;
    text-align: center;
  }

  .capsule-page-2-cols-img-text .wpb_text_column {
    margin-bottom: 20px;
  }

  .section-all-categories {
    margin-top: 30px !important;
  }

  .section-all-categories .dmc-bakery-heading .dmc-bakery-heading-title-advanced h2 {
    font-size: 30px;
    max-width: 390px;
    margin: 0 auto;
  }

  .dmc-bakery-newsletter.style-download {
    padding-top: 30px;
  }

  #dmc-search-popup .dmc-popup-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vc_row.home-page-3-cols .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(2) {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-stick-img-text-r-2-imgs .wpb_text_column,
  .l-2-imgs-text-stick-img .wpb_text_column {
    margin-bottom: 20px !important;
  }

  .l-stick-img-text-r-2-imgs h2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .who-we-are-page-2-cols .dmc-bakery-picture.style-picture-590x0 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-bakery-picture.style-picture-590x0 .dmc-image-picture,
  .dmc-bakery-picture.style-picture-436x0 .dmc-image-picture {
    padding-bottom: 75%;
    height: 0;
  }

  .dmc-image-picture img {
    width: calc(100% + 1px);
  }

  .who-we-are-page-header > .vc_row:nth-child(2) .wpb_single_image:nth-child(2) {
    display: none;
  }

  .who-we-are-page-row-1 .wpb_text_column {
    margin-bottom: 20px;
  }

  .dmc-bakery-feedback {
    padding-top: 30px;
    margin-bottom: 60px !important;
  }

  .dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .mailerlite-subscribe-button-container {
    margin-top: 10px;
  }

  .dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .mailerlite-form-inputs,
  .dmc-bakery-newsletter.type-mini .dmc-mc-newsletter-holder .yikes-easy-mc-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-page-3-cols .vc_col-sm-4:nth-child(2) .wpb_text_column {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .dmc-single-post.content-base-feed .dmc-row {
    -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-popups .dmc-popup.dmc-popup-subscribe .dmc-popup-close {
    right: 4px;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe h2 {
    font-size: 30px;
    line-height: 1;
  }

  #dmc-popups .dmc-popup.dmc-popup-subscribe p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 510px) {
  .dmc-bakery-connect .dmc-col-1 .dmc-col-inner {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .dmc-bakery-connect {
    padding-top: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1404px) and (min-width: 1281px) {
  .l-stick-img-text-r-2-imgs .vc_col-sm-4:nth-child(1) > .vc_column-inner {
    margin-left: calc(100vw - 1404px);
  }
}