@charset "UTF-8";

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/**
DMC RESET

@version 1.1

*/

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

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

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

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

p {
  margin: 0;
}

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

ol {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
}

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

/**
DMC GENERAL

@version 1.1

*/

.dmc-clear {
  clear: both;
}

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

#mobile-indicator {
  display: none;
}

#tablet-indicator {
  display: none;
}

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

#landscape-indicator {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img.alignnone {
  display: block;
}

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

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

.slick-slide {
  outline: 0;
}

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

body .vc_row {
  margin: 0;
}

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

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

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

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

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

.dmc-selector {
  position: relative;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.dmc-selector input {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.dmc-body-inner .yikes-easy-mc-form .field-no-label,
.dmc-body-inner .yikes-easy-mc-form label {
  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.0

// todo add this SASS to the CORE, then process the THEME STYLE using the SASS from the CORE
 */

.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-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-bakery-banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmc-ig-wrapper.dmc_ig_style_6_col #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
  width: calc(100% / 6);
  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( (100% / 6) - ( (6 - 1) / 6 * 4px ));
  margin-right: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmc-social-accounts.style-horizontal .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-bakery-image img {
  display: block;
}

.dmc-empty-image {
  display: block;
  background: #7f8c8d;
  margin: 0 auto;
  padding-bottom: 100%;
  -webkit-transition: background .25s ease-in-out;
  -o-transition: background .25s ease-in-out;
  transition: background .25s 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-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: .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-selector {
  position: relative;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.dmc-selector input {
  display: none;
}

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

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

.dmc-search-form .dmc-search-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-background {
  position: relative;
  height: 100vh;
}

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

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

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

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

/**
DMC SASS

@version 1.0.1

*/

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

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

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

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

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

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

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

a {
  color: #231f20;
}

body {
  color: #231f20;
}

a {
  color: #231f20;
}

a:hover {
  color: #bab8bb;
}

.dmc-post-image-holder img:hover {
  opacity: .75;
}

.dmc_pfa_main_trigger,
a {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.dmc-button-wrap .dmc-button {
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.dmc-bakery-slider .slick-dots button {
  -webkit-transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
}

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

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

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

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

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

#dmc-front-page {
  margin-top: 0;
}

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

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

#dmc-main-header {
  padding-top: 110px;
}

.dmc-header-row-1 {
  height: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #f9d8cb;
  padding-bottom: 4px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-transition: height .15s ease-in-out;
  -o-transition: height .15s ease-in-out;
  transition: height .15s ease-in-out;
}

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

body.dmc-sticky-nav .dmc-header-row-1 {
  height: 66px;
}

body.dmc-sticky-nav .dmc-header-row-1 .dmc-logo.dmc-logo-type-sticky {
  display: block;
}

body.dmc-sticky-nav .dmc-header-row-1 .dmc-logo.dmc-logo-type-main {
  display: none;
}

.dmc-header-row-1 .dmc-logo.dmc-logo-type-sticky {
  display: none;
}

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

.dmc-header-row-1 .dmc-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 50px;
}

.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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper {
  width: 100%;
}

.dmc-header-row-1 .dmc-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

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

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

.dmc-header-row-1 .hamburger {
  /*height: 40px;
    width: 28px;
    margin-left: 10px;
    padding: 10px;*/
  height: 20px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  border: 1px solid transparent;
}

.dmc-header-row-1 .sw-topper {
  position: relative;
  top: 0;
  width: 24px;
  height: 2px;
  background: #231f20;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.dmc-header-row-1 .sw-bottom {
  position: relative;
  width: 24px;
  height: 2px;
  top: 5px;
  background: #231f20;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.dmc-header-row-1 .sw-footer {
  position: relative;
  width: 24px;
  height: 2px;
  top: 10px;
  background: #231f20;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.dmc-header-row-1 .hamburger.active {
  height: 28px;
}

.dmc-header-row-1 .hamburger.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dmc-header-row-1 .hamburger.active .sw-bottom {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dmc-header-row-1 .hamburger.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

.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 ul.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;
  padding-top: 24px;
}

.dmc-menu-wrapper.style-dropdown ul.sub-menu:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #bab8bb;
  margin-left: -12px;
}

.dmc-menu-wrapper.style-dropdown ul.sub-menu li {
  text-align: center;
  background: #bab8bb;
  padding: 7px 20px;
}

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

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

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

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

.dmc-menu-wrapper a {
  display: block;
  position: relative;
}

.dmc-menu-wrapper a:hover:before,
.dmc-menu-wrapper li.current-menu-parent > a:before,
.dmc-menu-wrapper li.current_page_item a:before {
  width: 100%;
}

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

.dmc-header-row-1 .dmc-menu-wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.dmc-header-row-1 .dmc-menu-wrapper ul:after {
  content: '|';
  display: inline-block;
  margin: 0 20px 0 10px;
}

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

.dmc-header-row-1 .dmc-menu-wrapper li.has-separator a:hover {
  color: #231f20;
  cursor: default;
}

.dmc-footer-row-2 .dmc-menu-wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.dmc-footer-row-2 .dmc-menu-wrapper ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-footer-row-2 .dmc-menu-wrapper li {
  padding: 0 10px;
  margin: 0 12px;
}

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

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

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

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

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

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

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

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

.dmc-search-form .dmc-icon-search {
  margin-right: 14px;
}

.dmc-search-form input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
}

.dmc-single-post.content {
  color: #31302f;
}

.dmc-single-post.content .dmc-single-post-header {
  background: #faf8f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 56px 20px 53px;
}

.dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner {
  width: 100%;
  max-width: 812px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-col-1 {
  width: 50%;
}

.dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-col-2 {
  width: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 38px 20px 38px;
}

.dmc-single-post.content .dmc-single-post-header .data-date {
  padding-left: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.dmc-single-post.content .dmc-single-post-header .data-title {
  margin-top: 25px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 39px;
  letter-spacing: 0.05px;
  line-height: 46px;
}

.dmc-single-post.content .dmc-single-post-content {
  max-width: 812px;
  margin: 32px auto 0;
}

.dmc-single-post.content .dmc-single-post-footer {
  max-width: 812px;
  margin: 30px auto 0;
}

.dmc-single-post.content .data-comments {
  margin-top: 28px;
}

.dmc-single-post.content .data-comments .dmc-comments-total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-single-post.content .data-comments .dmc-comments-total {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.dmc-single-post.content .data-comments .dmc-icon {
  margin-right: 14px;
}

.dmc-sharing .share-label {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 24px;
}

.dmc-sharing ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 !important;
  list-style: none !important;
}

.dmc-sharing li {
  margin-right: 18px;
  width: 100%;
  max-width: 142px;
  margin-bottom: 0 !important;
}

.dmc-sharing li:last-child {
  margin-right: 0;
}

.dmc-sharing .dmc-sharing-item,
.dmc-sharing a {
  width: 100%;
  max-width: 142px;
  background: #31302f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 10px 15px;
  display: block;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  text-align: center;
  cursor: pointer;
  line-height: normal !important;
  text-decoration: none !important;
}

.dmc-sharing .dmc-sharing-item:hover,
.dmc-sharing a:hover {
  background: #676766;
}

.dmc-single-post-related-section {
  background: #faf8f7;
  padding: 38px 0 75px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 63px;
}

.dmc-single-post-related-section .section-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
  text-align: center;
}

.dmc-single-post-related-section .dmc-posts-feed {
  margin-top: 40px;
}

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

.dmc-post-editor.dmc_content_style_1 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0.5px;
}

.dmc-post-editor.dmc_content_style_1 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.dmc-post-editor.dmc_content_style_1 h4 {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dmc-sharing-pre-content {
  margin-bottom: 20px;
}

.section-sidebar-wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-sidebar-wrapper-1 .section-sidebar-content {
  width: 100%;
  max-width: 924px;
  margin-right: 30px;
}

.section-sidebar-wrapper-1 .section-sidebar {
  width: 100%;
  max-width: 412px;
}

.section-sidebar-wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-sidebar-wrapper-2 .section-sidebar-content {
  width: 100%;
  max-width: 1028px;
}

.section-sidebar-wrapper-2 .section-sidebar {
  width: 100%;
  max-width: 284px;
  margin-right: 30px;
}

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

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

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

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

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

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

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

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

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

fieldset legend {
  padding: 0 10px;
}

.dmc_content_style_1,
.wpb_text_column {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
}

.dmc_content_style_1 b,
.dmc_content_style_1 strong,
.wpb_text_column b,
.wpb_text_column strong {
  font-weight: normal;
  font-family: "Roboto Bold", sans-serif;
}

.dmc_content_style_1 p,
.wpb_text_column p {
  margin-bottom: 18px;
}

.dmc_content_style_1 h6,
.dmc_content_style_1 h5,
.dmc_content_style_1 h4,
.dmc_content_style_1 h3,
.dmc_content_style_1 h2,
.dmc_content_style_1 h1,
.wpb_text_column h6,
.wpb_text_column h5,
.wpb_text_column h4,
.wpb_text_column h3,
.wpb_text_column h2,
.wpb_text_column h1 {
  margin-bottom: 18px;
}

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

.dmc_content_style_1 ul,
.wpb_text_column ul {
  list-style: disc;
  padding-left: 20px;
}

.dmc_content_style_1 ul li,
.wpb_text_column ul li {
  margin-bottom: 18px;
}

.dmc_content_style_1.version-2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 1.8;
}

.dmc_content_style_1.version-2 strong {
  font-weight: "Roboto Bold", sans-serif;
}

.roboto_slab_light_18_lh_30_ls_25 {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.25px;
}

.roboto_slab_light_35_lh_46_ls_5 {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
  line-height: 46px;
}

.feed-style-1 {
  margin-top: 25px;
}

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

.feed-style-2.loading {
  opacity: .5;
}

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

.feed-style-3 .posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ajax-loader-wrapper {
  margin-top: 30px;
  text-align: center;
}

.ajax-loader-wrapper .loader-type-button {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.content-feed-style-1 {
  width: 100%;
  max-width: 288px;
  margin-right: 30px;
  margin-bottom: 70px;
}

.content-feed-style-1 .data-title {
  margin-top: 17px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.content-feed-style-2 {
  width: 100%;
  max-width: 320px;
  margin-right: 34px;
  margin-bottom: 50px;
}

.content-feed-style-2 .data-title {
  margin-top: 17px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.content-feed-style-3 {
  width: 100%;
  max-width: 244px;
  margin-right: 26px;
}

.content-feed-style-3:last-child {
  margin-right: 0;
}

.content-feed-style-3 .data-title {
  margin-top: 13px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.25px;
}

.dmc-taxonomy-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  text-transform: lowercase;
}

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

.dmc-footer-row-1 {
  background: #faf8f7;
  padding: 47px 0 76px;
}

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

.dmc-footer-row-1 .dmc-header-footer-inner > .dmc-col-1 {
  width: 100%;
  max-width: 932px;
  margin-right: 40px;
}

.dmc-footer-row-1 .dmc-header-footer-inner > .dmc-col-2 {
  width: 100%;
  max-width: 420px;
}

.dmc-footer-row-1 .section-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
}

.dmc-footer-row-1 .anne-info {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-footer-row-1 .anne-info > .dmc-col-1 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dmc-footer-row-1 .anne-info > .dmc-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  padding: 35px 62px 30px 42px;
}

.dmc-footer-row-1 .anne-info .section-tagline-holder {
  position: absolute;
  top: 57px;
  left: 0;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dmc-footer-row-1 .anne-info .section-tagline {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px 14px;
  background: #31302f;
  width: 182px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.dmc-footer-row-1 .anne-info a.section-tagline:hover {
  background: #676766;
}

.dmc-footer-row-1 .anne-info .dmc-social-accounts {
  margin-top: 38px;
}

.dmc-footer-row-1 .anne-info .dmc-social-accounts .section-label {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 30px;
}

.dmc-footer-row-1 .anne-info .dmc-social-accounts .links-wrapper {
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 12px;
}

.dmc-footer-row-1 .anne-info .dmc-social-accounts .links-wrapper a {
  margin-right: 30px;
}

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

.dmc-footer-row-2 {
  background: #f9d8cb;
  padding: 84px 0 67px;
  position: relative;
}

.dmc-back-to-top-holder {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dmc-back-to-top-holder .dmc-btt-label {
  color: #fff;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #31302f;
  width: 182px;
  display: block;
  padding: 12px 10px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.dmc-back-to-top-holder .dmc-btt-label:hover {
  background: #676766;
}

.dmc-mc-form-style-1 {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 107px;
}

.dmc-mc-form-style-1 .dmc-mc-form-section-inner {
  background-color: #fff;
  padding: 20px 38px 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-mc-form-style-1 .data-title {
  font-family: "Ayustina", sans-serif;
  font-size: 50px;
  text-align: center;
  line-height: 20px;
  margin-top: -20px;
}

.dmc-mc-form-style-1 .data-content {
  margin-top: 50px;
}

.dmc-mc-form-style-1 .dmc-mc-form {
  margin-top: 20px;
}

.dmc-mc-form-style-1 .dmc-mc-form input[type=email],
.dmc-mc-form-style-1 .dmc-mc-form input[type=text] {
  background: #faf8f7;
  color: #231f20;
  border: none;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 20px 15px;
}

.dmc-mc-form-style-1 .dmc-mc-form input[type=email]::-webkit-input-placeholder,
.dmc-mc-form-style-1 .dmc-mc-form input[type=text]::-webkit-input-placeholder {
  color: #bab8bb;
}

.dmc-mc-form-style-1 .dmc-mc-form input[type=email]::-moz-placeholder,
.dmc-mc-form-style-1 .dmc-mc-form input[type=text]::-moz-placeholder {
  color: #bab8bb;
}

.dmc-mc-form-style-1 .dmc-mc-form input[type=email]:-ms-input-placeholder,
.dmc-mc-form-style-1 .dmc-mc-form input[type=text]:-ms-input-placeholder {
  color: #bab8bb;
}

.dmc-mc-form-style-1 .dmc-mc-form input[type=email]::-ms-input-placeholder,
.dmc-mc-form-style-1 .dmc-mc-form input[type=text]::-ms-input-placeholder {
  color: #bab8bb;
}

.dmc-mc-form-style-1 .dmc-mc-form input[type=email]::placeholder,
.dmc-mc-form-style-1 .dmc-mc-form input[type=text]::placeholder {
  color: #bab8bb;
}

.dmc-mc-form-style-1 .dmc-mc-form label {
  margin-bottom: 14px;
}

.dmc-mc-form-style-1 .dmc-mc-form .yikes-easy-mc-submit-button {
  background: #31302f;
  max-width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 10px 15px;
  display: block;
  margin: 20px auto 0;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.dmc-mc-form-style-1 .dmc-mc-form .yikes-easy-mc-submit-button:hover {
  background: rgba(49, 48, 47, 0.75);
}

.dmc-single-post-newsletter {
  max-width: 420px;
  margin: 40px auto 0;
  padding-top: 0 !important;
}

.dmc-single-post-newsletter.dmc-mc-form-style-1 .data-title {
  margin-top: 0 !important;
  line-height: normal !important;
}

.dmc-single-post-newsletter.dmc-mc-form-style-1 .data-content {
  margin-top: 20px !important;
}

.dmc-button-wrap.style-5 .dmc-button,
.dmc-button-wrap.style-4 .dmc-button,
.dmc-button-wrap.style-3 .dmc-button,
.dmc-button-wrap.style-2 .dmc-button,
.dmc-button-wrap.style-1 .dmc-button {
  background: #231f20;
  color: #fff;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-button-wrap.style-5 .dmc-button:hover,
.dmc-button-wrap.style-4 .dmc-button:hover,
.dmc-button-wrap.style-3 .dmc-button:hover,
.dmc-button-wrap.style-2 .dmc-button:hover,
.dmc-button-wrap.style-1 .dmc-button:hover {
  background: rgba(35, 31, 32, 0.75);
}

.dmc-button-wrap.style-4 .dmc-button,
.dmc-button-wrap.style-3 .dmc-button,
.dmc-button-wrap.style-5 .dmc-button {
  background: #31302f;
}

.dmc-button-wrap.style-4 .dmc-button:hover,
.dmc-button-wrap.style-3 .dmc-button:hover,
.dmc-button-wrap.style-5 .dmc-button:hover {
  background: rgba(49, 48, 47, 0.75);
}

.dmc-button-wrap.style-4 .dmc-button,
.dmc-button-wrap.style-3 .dmc-button,
.dmc-button-wrap.style-1 .dmc-button {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 20px 14px;
}

.dmc-button-wrap.style-2 .dmc-button {
  font-family: "Roboto Medium", sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 9px 19px 11px;
  min-width: 132px;
}

.dmc-button-wrap.style-4 .dmc-button {
  width: 100%;
}

.dmc-button-wrap.style-5 .dmc-button {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 34px 16px;
}

.dmc-button-wrap.variant-red .dmc-button {
  background-color: #e60023;
}

.dmc-button-wrap.variant-red .dmc-button:hover {
  background-color: rgba(230, 0, 35, 0.75);
}

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

.dmc-copyright {
  margin-top: 57px;
  color: #ce9380;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

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

.dmc-bakery-ff-recipe-index {
  padding-bottom: 90px;
}

.dmc-bakery-ff-recipe-index .section-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  line-height: 21px;
}

.dmc-bakery-ff-recipe-index .section-search {
  margin-top: 38px;
  margin-bottom: 29px;
}

.dmc-bakery-ff-recipe-index .section-search input[type="text"] {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #faf8f7;
  color: #bab8bb;
  padding: 14px 10px 14px 40px;
}

.dmc-bakery-ff-recipe-index .section-search input[type="text"]::-webkit-input-placeholder {
  color: #bab8bb;
}

.dmc-bakery-ff-recipe-index .section-search input[type="text"]::-moz-placeholder {
  color: #bab8bb;
}

.dmc-bakery-ff-recipe-index .section-search input[type="text"]:-ms-input-placeholder {
  color: #bab8bb;
}

.dmc-bakery-ff-recipe-index .section-search input[type="text"]::-ms-input-placeholder {
  color: #bab8bb;
}

.dmc-bakery-ff-recipe-index .section-search input[type="text"]::placeholder {
  color: #bab8bb;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter {
  margin-top: 9px;
}

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

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-head {
  cursor: pointer;
  padding: 12px 22px 13px 20px;
  background: #231f20;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-head .label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-head i {
  font-family: "Theme Name Glyphs", sans-serif;
  font-style: normal;
  font-size: 8px;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-head i:after {
  content: "\e906";
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-wrap {
  padding: 22px 20px 20px 20px;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

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

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

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item input[type="radio"],
.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item input[type="checkbox"] {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #231f20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-right: 14px;
  margin-bottom: 3px;
  -webkit-appearance: none;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item input[type="radio"]:checked,
.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item input[type="checkbox"]:checked {
  background: #231f20;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item label {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.dmc-bakery-ff-recipe-index .ff-recipe-index-filter .filter-item .filter-children {
  padding: 19px 10px 0 22px;
}

.ff-signature-wrapper {
  padding: 0 20px 32px;
  text-align: center;
}

.ff-signature-wrapper .ff-mv-signature .line {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  padding-right: 3px;
}

.ff-signature-wrapper .ff-mv-signature .name {
  font-family: "Ayustina", sans-serif;
  font-size: 42px;
}

.ff-mv-date-rating-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.ff-mv-date-rating-group .ff-mv-date-author {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: lowercase;
  line-height: 26px;
}

.ff-mv-date-rating-group .ff-mv-rating {
  margin-left: 50px;
}

.ff-mv-button-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ff-mv-button-list > div {
  margin-right: 14px;
}

.ff-mv-button-list > div:last-child {
  margin-right: 0;
}

.ff-mv-button-list .ff-mv-pin-button .mv-pinterest-btn,
.ff-mv-button-list .ff-mv-print-button .mv-create-print-button {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: normal;
  background: #231f20;
  color: #fff;
  padding: 12px 20px 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 136px;
  text-align: center;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.ff-mv-button-list .ff-mv-pin-button .mv-pinterest-btn:hover,
.ff-mv-button-list .ff-mv-print-button .mv-create-print-button:hover {
  background: rgba(35, 31, 32, 0.75);
}

.ff-mv-button-list .ff-mv-pin-button .mv-pinterest-btn {
  position: relative;
}

.ff-mv-button-list .ff-mv-pin-button .mv-pinterest-btn .mv-create-pin-button {
  position: absolute;
  top: 0 !important;
  right: initial !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  opacity: 0 !important;
  cursor: pointer;
}

.dmc-content-inner .mv-create-card {
  max-width: 100%;
  margin: 22px auto 30px;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.25px;
}

.dmc-content-inner .mv-create-card p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.25px;
  margin-bottom: 18px;
}

.dmc-content-inner .mv-create-card .mv-create-wrapper {
  padding: 30px 35px 10px;
  border: 20px solid #faf8f7;
  border-width: 43px 45px 60px 45px;
}

.dmc-content-inner .mv-create-card .mv-create-title-primary {
  max-width: 100% !important;
  float: none !important;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
  line-height: normal !important;
  margin: 0 !important;
}

.dmc-content-inner .mv-create-card .mv-create-image-container {
  width: 100% !important;
  float: none !important;
  max-width: 100% !important;
  margin: 10px 0 0 !important;
}

.dmc-content-inner .mv-create-card .mv-create-reviews {
  margin: 0;
}

.dmc-content-inner .mv-create-card .mv-create-reviews .mv-review-status,
.dmc-content-inner .mv-create-card .mv-create-reviews .mv-create-aggregated-review {
  display: none;
}

.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star {
  color: #bab8bb;
}

.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star-hover-area:focus ~ .star-hover,
.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star-hover-area:hover ~ .star-hover {
  fill: var(--mv-star-fill-hover, #ea8796);
}

.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star-hover:focus,
.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star-hover:focus ~ .star-hover,
.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star-hover:hover,
.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings .star-hover:hover ~ .star-hover {
  fill: var(--mv-star-fill-hover, #ea8796);
}

.dmc-content-inner .mv-create-card .mv-create-reviews .mv-review-form div.mv-star-ratings.mv-rating-user-5 .rating-5,
.dmc-content-inner .mv-create-card .mv-create-reviews div.mv-star-ratings.mv-rating-user-5 .rating-5 {
  fill: var(--mv-star-fill-hover, #c06472);
}

.dmc-content-inner .mv-create-card .mv-create-reviews .mv-review-form .mv-star-ratings.mv-rating-5 .rating-5,
.dmc-content-inner .mv-create-card .mv-create-reviews .mv-star-ratings.mv-rating-5 .rating-5 {
  fill: var(--mv-star-fill-hover, #c06472);
}

.dmc-content-inner .mv-create-card .mv-create-description {
  margin-top: 15px;
}

.dmc-content-inner .mv-create-card .mv-create-times {
  margin: 0;
}

.dmc-content-inner .mv-create-card .mv-create-times .mv-create-time {
  margin: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  border-color: #bab8bb !important;
}

.dmc-content-inner .mv-create-card .mv-create-times .mv-create-time-label {
  opacity: 1 !important;
}

.dmc-content-inner .mv-create-card .mv-create-times .mv-create-time-format {
  opacity: 1 !important;
}

.dmc-content-inner .mv-create-card .mv-create-header {
  margin-bottom: 0;
}

.dmc-content-inner .mv-create-card .mv-create-times {
  margin-top: 15px;
  border-top: 1px solid #bab8bb;
  border-bottom: 1px solid #bab8bb;
  padding: 19px 0;
}

.dmc-content-inner .mv-create-card .ff-mv-yield {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #bab8bb;
}

.dmc-content-inner .mv-create-card .mv-create-time-label,
.dmc-content-inner .mv-create-card .ff-mv-yield .ff-mv-label {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  line-height: normal !important;
  text-transform: uppercase;
  text-align: center;
}

.dmc-content-inner .mv-create-card .mv-create-time-format,
.dmc-content-inner .mv-create-card .ff-mv-yield .ff-mv-value {
  margin-top: 8px;
  font-size: 1em !important;
  line-height: 26px;
  text-align: center;
}

.dmc-content-inner .mv-create-card .mv-create-ingredients {
  margin-top: 27px;
}

.dmc-content-inner .mv-create-card .mv-create-ingredients h4 {
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin: 16px 0 2px;
}

.dmc-content-inner .mv-create-card .mv-create-notes,
.dmc-content-inner .mv-create-card .mv-create-instructions {
  border-top: 1px solid #bab8bb;
  margin-top: 34px;
}

.dmc-content-inner .mv-create-card .mv-create-title-secondary {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  margin: 20px 0 7px;
  line-height: normal;
}

.dmc-content-inner .mv-create-card ol,
.dmc-content-inner .mv-create-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dmc-content-inner .mv-create-card li {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.25px;
  margin: 0;
  padding: 0;
}

.dmc-content-inner .mv-create-card ol {
  counter-reset: item;
}

.dmc-content-inner .mv-create-card ol > li {
  counter-increment: item;
  list-style-type: none;
}

.dmc-content-inner .mv-create-card ol > li::before {
  content: counters(item, "", decimal-leading-zero);
  display: inline-block;
  padding-right: 4px;
  font-family: "Roboto Bold", sans-serif;
}

.dmc-content-inner .mv-create-card .mv-create-notes ul {
  list-style: disc;
  padding-left: 20px;
}

.home_page_top_row {
  background: #faf8f7;
  padding-top: 52px !important;
  padding-bottom: 60px !important;
}

.home_page_recent_posts {
  padding-top: 34px !important;
  padding-bottom: 60px !important;
}

.home_page_featured_posts {
  background: #faf8f7;
  margin-bottom: 42px !important;
}

.home_page_tabs_section {
  background: #faf8f7;
}

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

.dmc-row-2-col-2-3-1-3 .vc_col-sm-8 {
  width: 100%;
  max-width: 1056px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 36px;
}

.dmc-row-2-col-2-3-1-3 .vc_col-sm-4 {
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-row-2-col-2-3-1-3 .vc_col-sm-4 > .vc_column-inner {
  height: 100%;
}

.dmc-row-2-col-2-3-1-3 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.dmc-row-2-col-2-3-1-3 .wpb_raw_html {
  margin-bottom: 0 !important;
}

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

.dmc-row-2-col-3-4-1-4 .vc_col-sm-6 {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(1) {
  max-width: 1034px;
  margin-right: 37px;
}

.dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(2) {
  max-width: 320px;
}

.dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(2) > .vc_column-inner {
  height: 100%;
}

.dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.dmc-row-2-col-3-4-1-4 .wpb_raw_html {
  margin-bottom: 0 !important;
}

.dmc-single-post.content-spotlight {
  color: #31302f;
}

.dmc-single-post.content-spotlight a {
  color: #31302f;
}

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

.dmc-single-post.content-spotlight .dmc-col-1 {
  width: 100%;
  max-width: 578px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dmc-single-post.content-spotlight .dmc-col-2 {
  width: 100%;
  max-width: 500px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 34px 0 32px;
  margin-left: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.dmc-single-post.content-spotlight .dmc-col-2 .dmc-col-inner {
  background: #fff;
  padding: 37px 47px 20px;
}

.dmc-single-post.content-spotlight .data-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 39px;
  letter-spacing: 0.05px;
  line-height: 46px;
}

.dmc-single-post.content-spotlight .data-title a:hover {
  color: #bab8bb;
}

.dmc-single-post.content-spotlight .data-excerpt {
  margin-top: 17px;
}

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

.dmc-single-post.content .data-categories,
.dmc-single-post.content-spotlight .data-categories {
  margin-top: 23px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.dmc-single-post.content .data-categories .data-category,
.dmc-single-post.content-spotlight .data-categories .data-category {
  color: #c06472;
}

.dmc-single-post.content .data-categories .data-category:hover,
.dmc-single-post.content-spotlight .data-categories .data-category:hover {
  color: rgba(192, 100, 114, 0.75);
}

.dmc-single-post.content .data-categories .data-category:after,
.dmc-single-post.content-spotlight .data-categories .data-category:after {
  content: ',';
  color: #c06472;
}

.dmc-single-post.content .data-categories .data-category:last-child:after,
.dmc-single-post.content-spotlight .data-categories .data-category:last-child:after {
  display: none;
}

.widget_dmc-widget-about,
.dmc-bakery-ff-welcome-widget {
  padding-top: 34px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_dmc-widget-about .dmc-widget-inner,
.dmc-bakery-ff-welcome-widget .dmc-widget-inner {
  background: #fff;
  padding: 0 30px 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_dmc-widget-about .section-title-holder,
.dmc-bakery-ff-welcome-widget .section-title-holder {
  -webkit-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  transform: translateY(-38px);
  margin-bottom: -35px;
}

.widget_dmc-widget-about .section-title,
.dmc-bakery-ff-welcome-widget .section-title {
  font-family: "Ayustina", sans-serif;
  font-size: 42px;
  text-align: center;
}

.widget_dmc-widget-about .section-content,
.dmc-bakery-ff-welcome-widget .section-content {
  margin-top: 14px;
}

.widget_dmc-widget-about .dmc-button-wrap,
.dmc-bakery-ff-welcome-widget .dmc-button-wrap {
  margin-top: 24px;
}

.widget_dmc-widget-about .dmc-social-accounts,
.dmc-bakery-ff-welcome-widget .dmc-social-accounts {
  margin-top: 47px;
}

.widget_dmc-widget-about .dmc-social-accounts .dmc-social-accounts-inner,
.dmc-bakery-ff-welcome-widget .dmc-social-accounts .dmc-social-accounts-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget_dmc-widget-about .dmc-social-accounts .links-wrapper,
.dmc-bakery-ff-welcome-widget .dmc-social-accounts .links-wrapper {
  font-family: "Theme Name Glyphs", sans-serif;
  font-size: 12px;
}

.widget_dmc-widget-about .dmc-social-accounts .links-wrapper a,
.dmc-bakery-ff-welcome-widget .dmc-social-accounts .links-wrapper a {
  margin-right: 30px;
}

.widget_dmc-widget-about .dmc-social-accounts .links-wrapper a:last-child,
.dmc-bakery-ff-welcome-widget .dmc-social-accounts .links-wrapper a:last-child {
  margin-right: 0;
}

.widget_dmc-widget-about {
  background: #faf8f7;
  padding-top: 92px;
  padding-bottom: 56px;
}

.widget_dmc-widget-about .dmc-widget-inner {
  max-width: 300px;
  margin: 0 auto;
}

.widget_dmc-widget-about .section-content {
  text-align: center;
}

.dmc-bakery-ff-recent-posts .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-bakery-ff-recent-posts .section-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  text-transform: lowercase;
}

.dmc-bakery-ff-recent-posts .dmc-col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-bakery-ff-recent-posts .dmc-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 7px;
}

.dmc-bakery-ff-recent-posts .dmc-posts-feed {
  margin-top: 28px;
}

.dmc-bakery-ff-featured-posts {
  padding-top: 38px;
  padding-bottom: 80px;
}

.dmc-bakery-ff-featured-posts .section-title {
  text-align: center;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
  text-transform: lowercase;
}

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

.dmc-bakery-ff-recent-posts .content-feed-style-2,
.dmc-single-post-related-section .content-related-post,
.dmc-bakery-ff-featured-posts .content-featured-post {
  margin-bottom: 0;
  margin-right: 37px;
}

.dmc-bakery-ff-recent-posts .content-feed-style-2:last-child,
.dmc-single-post-related-section .content-related-post:last-child,
.dmc-bakery-ff-featured-posts .content-featured-post:last-child {
  margin-right: 0;
}

.home_page_tabs_section .dmc-bakery-tabs {
  padding-bottom: 75px;
}

.vertical-button-holder {
  position: absolute;
  height: 41px;
  top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
  -ms-transform: rotate(-90deg) translate(-100%, 0);
  transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #31302f;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 182px;
}

.vertical-button-holder .vertical-button {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}

.dmc-bakery-tabs {
  padding-bottom: 60px;
}

.dmc-bakery-tabs .dmc-group-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 18px;
}

.dmc-bakery-tabs .dmc-group-1 .section-title {
  font-family: "Ayustina", sans-serif;
  font-size: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dmc-bakery-tabs .dmc-group-1 .dmc-tabs-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}

.dmc-bakery-tabs .dmc-group-1 .dmc-tab-label {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 64px;
}

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

.dmc-bakery-tabs .dmc-group-1 .dmc-tab-label:hover {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #c06472;
}

.dmc-bakery-tabs .dmc-group-1 .dmc-tab-label.dmc_active {
  font-family: "Roboto Medium", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #c06472;
}

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

.dmc-bakery-tab-category-posts .dmc-col-1 {
  position: relative;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 930px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dmc-bakery-tab-category-posts .dmc-col-1 .posts-holder {
  position: relative;
  height: 445px;
}

.dmc-bakery-tab-category-posts .dmc-col-1 .posts-holder .post-holder-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dmc-bakery-tab-category-posts .dmc-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 35px 30px 0 42px;
}

.dmc-bakery-tab-category-posts .dmc-col-2 .dmc-button-wrap {
  margin-top: 50px;
}

.dmc-bakery-tab-category-posts .col-title-holder {
  top: 71px;
  left: 0;
  z-index: 10;
}

.dmc-bakery-tab-category-posts .post-holder-item {
  display: none;
}

.dmc-bakery-tab-category-posts .post-holder-item.show {
  display: block;
}

.dmc-bakery-tab-category-posts .selected-posts .selected-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
  cursor: pointer;
}

.dmc-bakery-tab-category-posts .selected-posts .selected-post:last-child {
  margin-bottom: 0;
}

.dmc-bakery-tab-category-posts .selected-posts .selected-post.active .s-post-number {
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.dmc-bakery-tab-category-posts .selected-posts .selected-post.active .s-post-title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.25px;
}

.dmc-bakery-tab-category-posts .selected-posts .s-post-number {
  font-family: "Roboto Medium", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-right: 30px;
}

.dmc-bakery-tab-category-posts .selected-posts .s-post-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.25px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.dmc-bakery-tab-category-posts .selected-posts .s-post-title:hover {
  color: rgba(35, 31, 32, 0.75);
}

.dmc-single-post.content-tab-featured .dmc-single-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}

.dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 445px;
  width: 100%;
}

.dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 445px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 80px 20px 42px;
  width: 100%;
}

.dmc-single-post.content-tab-featured .data-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
}

.dmc-single-post.content-tab-featured .data-excerpt {
  margin-top: 22px;
}

.dmc-single-post.content-tab-featured .dmc-read-more-holder {
  margin-top: 44px;
}

.dmc-bakery-ff-featured-categories .dmc-bakery-ff-featured-categories-inner {
  padding: 37px 0 72px;
}

.dmc-bakery-ff-featured-categories .section-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.dmc-bakery-ff-featured-categories .section-title {
  text-align: center;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
}

.dmc-bakery-ff-featured-categories .section-category {
  width: 100%;
  max-width: 256px;
  margin-right: 28px;
}

.dmc-bakery-ff-featured-categories .section-category:last-child {
  margin-right: 0;
}

.dmc-bakery-ff-featured-categories .section-category img {
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.dmc-bakery-ff-featured-categories .section-category:hover img {
  opacity: .75;
}

.dmc-bakery-ff-featured-categories .section-category .data-title {
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 0 20px;
  text-align: center;
  text-transform: lowercase;
}

.dmc-bg-nude {
  background-color: #faf8f7;
}

.home_page_pinterest_feed {
  margin-bottom: 42px !important;
}

.dmc-bakery-pinterest-feed {
  margin-top: 46px;
  padding-bottom: 60px;
}

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

.dmc-bakery-pinterest-feed .dmc-col-1 {
  width: 100%;
  max-width: 1028px;
  margin-right: 30px;
}

.dmc-bakery-pinterest-feed .dmc-col-2 {
  padding-top: 20px;
}

.dmc-bakery-pinterest-feed .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-pinterest-feed .section-holder-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-bakery-pinterest-feed .section-holder-title .section-title {
  font-family: "Ayustina", sans-serif;
  font-size: 48px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-profile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-profile .dmc-pinterest-avatar {
  margin-right: 32px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-profile .dmc-pinterest-avatar img {
  border-radius: 100px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-profile .dmc-pinterest-follow .dmc-button {
  min-width: 136px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-wrapper {
  margin-top: 50px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder {
  width: 100%;
  max-width: calc((100% - 34px - 34px)/3);
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 25px 20px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-image-holder {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 150%;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .data-holder-title {
  min-height: 64px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .data-title {
  margin-top: 18px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 11px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder {
  position: relative;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder:hover .pin-more-window {
  display: block;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window {
  display: none;
  position: absolute;
  top: -11px;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 80px;
  z-index: 20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window ul li {
  margin-bottom: 6px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window ul li:last-child {
  margin-bottom: 0;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window ul li span {
  display: none;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window ul li .dmc-pin-trigger {
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window ul li .dmc-pin-trigger:hover {
  color: rgba(35, 31, 32, 0.75);
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window-inner {
  background: #fff;
  padding: 12px 6px;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-icon span {
  background: #848482;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 2px;
  display: block;
}

.dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-icon span:last-child {
  margin-right: 0;
}

.widget_dmc-widget-newsletter,
.dmc-newsletter-widget {
  background-color: #fff;
  text-align: center;
  margin-top: 28px;
}

.widget_dmc-widget-newsletter .dmc-newsletter-widget-inner,
.dmc-newsletter-widget .dmc-newsletter-widget-inner {
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_dmc-widget-newsletter .data-title,
.dmc-newsletter-widget .data-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
}

.widget_dmc-widget-newsletter .data-content,
.dmc-newsletter-widget .data-content {
  margin-top: 5px;
}

.widget_dmc-widget-newsletter .data-image,
.dmc-newsletter-widget .data-image {
  margin: 10px auto 0;
}

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

.widget_dmc-widget-newsletter .dmc-button-wrap .dmc-button,
.dmc-newsletter-widget .dmc-button-wrap .dmc-button {
  min-width: 136px;
}

.widget_dmc-widget-newsletter {
  background: #faf8f7;
  margin-top: 32px;
  padding: 50px 0;
  margin-bottom: 32px;
}

.widget_dmc-widget-newsletter .dmc-newsletter-widget-inner {
  background: #fff;
  max-width: 300px;
  margin: 0 auto;
}

.widget_dmc-widget-ad {
  background: #faf8f7;
  padding: 45px 0;
}

.widget_dmc-widget-ad .dmc-widget-inner {
  margin: 0 auto;
  max-width: 300px;
}

.widget_dmc-widget-top-posts {
  margin-top: 40px;
}

.widget_dmc-widget-top-posts .data-holder-title {
  padding-left: 55px;
}

.widget_dmc-widget-top-posts .data-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
}

.widget_dmc-widget-top-posts .dmc-top-posts {
  margin-top: 15px;
}

.widget_dmc-widget-top-posts .dmc-top-posts .section-title {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 56px;
}

.widget_dmc-widget-top-posts .dmc-top-posts .top-posts-wrapper {
  margin-top: 22px;
}

.widget_dmc-widget-top-posts .dmc-top-posts .top-post-item {
  padding: 18px 20px 20px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #faf8f7;
  margin-bottom: 7px;
}

.widget_dmc-widget-top-posts .dmc-top-posts .top-post-item:last-child {
  margin-bottom: 0;
}

.widget_dmc-widget-top-posts .dmc-top-posts .top-post-item .number {
  font-family: "Roboto Medium", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-right: 28px;
  margin-top: 1px;
}

.widget_dmc-widget-top-posts .dmc-top-posts .top-post-item .top-post-title {
  font-family: "Roboto Light", sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.25px;
  max-width: 250px;
}

.widget_dmc-widget-top-categories .dmc-widget-inner {
  background: #faf8f7;
  padding: 56px 20px 0;
}

.widget_dmc-widget-top-categories .data-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: lowercase;
}

.widget_dmc-widget-top-categories ul {
  margin-top: 37px;
}

.widget_dmc-widget-top-categories li {
  text-align: center;
  margin-bottom: 20px;
}

.widget_dmc-widget-top-categories li:last-child {
  margin-bottom: 0;
}

.widget_dmc-widget-top-categories li a {
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #bab8bb;
}

.widget_dmc-widget-top-categories li a:hover {
  color: rgba(186, 184, 187, 0.75);
}

.widget_dmc-widget-popular-posts {
  background: #faf8f7;
  padding: 80px 0 48px;
}

.widget_dmc-widget-popular-posts .widget-holder-title {
  background: #fff;
  max-width: 300px;
  margin: 0 auto;
}

.widget_dmc-widget-popular-posts .widget-title {
  font-family: "Ayustina", sans-serif;
  font-size: 42px;
  text-align: center;
  -webkit-transform: translateY(-37px);
  -ms-transform: translateY(-37px);
  transform: translateY(-37px);
  margin-bottom: -37px;
}

.content-popular-post {
  background: #fff;
  max-width: 300px;
  margin: 0 auto 36px !important;
  padding: 27px 0 37px;
}

.content-popular-post:last-child {
  margin-bottom: 0 !important;
}

.content-popular-post .dmc-single-post-inner {
  max-width: 244px;
  margin: 0 auto;
}

#dmc-search-page,
#dmc-home-page,
#dmc-category-page {
  padding-bottom: 50px;
}

.dmc-feed-paginate {
  margin-top: 10px;
  text-align: center;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dmc-feed-paginate .page-numbers {
  display: inline-block;
  margin-right: 5px;
  padding: 4px;
}

.dmc-feed-paginate .page-numbers:after {
  content: '/';
  display: inline-block;
  color: #231f20;
  margin-left: 18px;
}

.dmc-feed-paginate .page-numbers.prev:after,
.dmc-feed-paginate .page-numbers.next:after,
.dmc-feed-paginate .page-numbers.dots:after,
.dmc-feed-paginate .page-numbers:nth-last-child(2):after {
  display: none;
}

.dmc-feed-paginate .page-numbers.current {
  font-family: "Roboto Bold", sans-serif;
  color: #bab8bb;
}

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

#dmc-comments .dmc-comments-heading {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
}

#dmc-comments .dmc-comments-inner {
  max-width: 924px;
}

#dmc-comments .dmc-comments-inner-inner {
  max-width: 812px;
  margin: 0 auto;
}

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

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

#dmc-comments .dmc-comments-field {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}

#dmc-comments .dmc-comments-field.style-left {
  padding-right: 12px;
}

#dmc-comments .dmc-comments-field.style-right {
  padding-left: 12px;
}

#dmc-comments .dmc-comments-field.style-textarea {
  width: 100%;
}

#dmc-comments .dmc-comments-field.style-submit {
  width: 100%;
  text-align: center;
  margin-top: 47px;
}

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

#dmc-list-comments .section-line {
  width: 100%;
  height: 1px;
  background: #bab8bb;
}

#dmc-list-comments .dmc-total-number-of-comments {
  margin-top: 34px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
}

#dmc-list-comments .data-comment-author {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dmc-list-comments .data-comment-content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-top: 4px;
  margin-bottom: 22px;
}

#dmc-list-comments .comment-reply-link {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#dmc-list-comments .data-comment-date:before {
  content: '·';
  display: inline-block;
  margin: 0 5px 0 4px;
}

#dmc-list-comments .comment {
  margin-top: 15px;
  margin-bottom: 40px;
}

#dmc-list-comments .children .comment > article {
  padding: 30px 40px;
  margin-left: 17px;
}

#dmc-list-comments .comment.is-owner > article {
  background: #faf8f7;
  background: #faf8f7;
}

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

#dmc-list-comments .comment-author-avatar {
  margin-right: 15px;
}

#dmc-list-comments .comment-author-avatar img {
  border-radius: 100%;
}

#cancel-comment-reply-link {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.comment-author-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-author-link-wrapper img {
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.comment-author-link-wrapper:hover img {
  opacity: .75;
}

.comment-form-subscriptions {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #31302f;
  margin-top: 7px;
}

.comment-form-subscriptions label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form-subscriptions input[type="checkbox"] {
  background: #faf8f7;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  margin-right: 12px;
  cursor: pointer;
  outline: 0;
}

.comment-form-subscriptions input[type="checkbox"]:checked {
  background: rgba(35, 31, 32, 0.75);
}

textarea.dmc-textarea-style-2,
textarea.dmc-textarea-style-1,
input.dmc-input-style-1 {
  background: #faf8f7;
  color: #231f20;
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

textarea.dmc-textarea-style-2::-webkit-input-placeholder,
textarea.dmc-textarea-style-1::-webkit-input-placeholder,
input.dmc-input-style-1::-webkit-input-placeholder {
  color: #bab8bb;
}

textarea.dmc-textarea-style-2::-moz-placeholder,
textarea.dmc-textarea-style-1::-moz-placeholder,
input.dmc-input-style-1::-moz-placeholder {
  color: #bab8bb;
}

textarea.dmc-textarea-style-2:-ms-input-placeholder,
textarea.dmc-textarea-style-1:-ms-input-placeholder,
input.dmc-input-style-1:-ms-input-placeholder {
  color: #bab8bb;
}

textarea.dmc-textarea-style-2::-ms-input-placeholder,
textarea.dmc-textarea-style-1::-ms-input-placeholder,
input.dmc-input-style-1::-ms-input-placeholder {
  color: #bab8bb;
}

textarea.dmc-textarea-style-2::placeholder,
textarea.dmc-textarea-style-1::placeholder,
input.dmc-input-style-1::placeholder {
  color: #bab8bb;
}

input.dmc-input-style-1 {
  padding: 14px 20px 15px;
}

textarea.dmc-textarea-style-2,
textarea.dmc-textarea-style-1 {
  padding: 14px 20px 15px;
  min-height: 200px;
}

textarea.dmc-textarea-style-2 {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-transform: none;
}

.dmc-error-message {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin: 40px auto;
  text-align: center;
}

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

.dmc-error-message .dmc-search-form input {
  border-bottom: 1px solid #231f20;
  text-align: center;
}

.dmc-next-prev-navigation-wrapper {
  margin-top: 60px;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.25px;
}

.dmc-next-prev-navigation-wrapper .dmc-next-prev-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dmc-next-prev-navigation-wrapper .dmc-col-1 {
  margin-right: 20px;
}

.dmc-next-prev-navigation-wrapper .dmc-col-2 {
  margin-left: 20px;
}

.dmc-ad-holder {
  width: 100%;
}

.ad-pinterest-feed,
.ad-widget {
  max-width: 300px;
  margin: 0 auto;
}

.ad-home-page-recent-posts {
  max-width: 320px;
  margin: 0 auto;
}

.ad-about-page-footer,
.ad-home-footer,
.ad-home-top-posts {
  max-width: 728px;
  margin: 0 auto;
}

#footer_branding {
  display: none;
}

.dmc-bakery-testimonials-slider {
  padding: 100px 55px 62px;
  background: #faf8f7;
}

.dmc-bakery-testimonials-slider .section-title {
  font-family: "Ayustina", sans-serif;
  font-size: 50px;
  line-height: 41px;
  text-align: center;
  position: relative;
  z-index: 20;
}

.dmc-bakery-testimonials-slider .section-content {
  margin-top: -24px;
}

.dmc-bakery-testimonials-slider-item {
  background: #fff;
  padding: 70px 30px 54px;
  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-bakery-testimonials-slider-item .data-content {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-align: center;
}

.dmc-bakery-testimonials-slider-item .data-author-group {
  color: #bab8bb;
  font-family: "Roboto Medium", sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 36px;
  display: block;
}

.dmc-bakery-testimonials-slider-item .data-author-group > div {
  margin-bottom: 7px;
}

.dmc-bakery-testimonials-slider-item .data-author-group > div:last-child {
  margin-bottom: 0;
}

.dmc-bakery-testimonials-slider-item a.data-author-group:hover {
  color: rgba(186, 184, 187, 0.75);
}

.dmc-pinterest-sharer-mask {
  position: relative;
}

.dmc-pinterest-sharer-mask:hover .dmc-pinterest-sharer-label {
  background: #676766;
}

.dmc-pinterest-sharer-mask a,
.dmc-pinterest-sharer-mask span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmc-nude-background {
  background-color: #faf8f7;
}

.dmc-page-creator .wpb_text_column p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #31302f;
  margin-bottom: 30px;
}

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

.dmc-page-creator .wpb_text_column h1,
.dmc-page-creator .wpb_text_column h2 {
  margin-bottom: 33px;
}

.dmc-about-page-intro .wpb_button,
.dmc-about-page-intro .wpb_content_element,
.dmc-about-page-intro ul.wpb_thumbnails-fluid > li,
.dmc-bordered-image-section .wpb_button,
.dmc-bordered-image-section .wpb_content_element,
.dmc-bordered-image-section ul.wpb_thumbnails-fluid > li,
.favorite-snapshots-section .wpb_button,
.favorite-snapshots-section .wpb_content_element,
.favorite-snapshots-section ul.wpb_thumbnails-fluid > li,
.partnership-opportunities-section .wpb_button,
.partnership-opportunities-section .wpb_content_element,
.partnership-opportunities-section ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

#dmc-page .dmc-bakery-tabs .dmc-group-1 {
  padding-top: 36px;
}

#dmc-page .dmc-bakery-tabs .dmc-group-1 .section-title-holder {
  padding-left: 40px;
}

#dmc-page .dmc-bakery-tabs .dmc-group-1 .section-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
  line-height: 46px;
  margin-bottom: 28px;
}

#dmc-page .dmc-bakery-tabs .dmc-group-1 .dmc-tab-label {
  margin-right: 90px;
}

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

#dmc-page .dmc-bakery-tabs .dmc-group-1 .dmc-tabs-navigation {
  padding-right: 40px;
}

#dmc-page .dmc-bakery-tabs .dmc-tabs-content .dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-2 {
  padding-top: 40px;
}

#dmc-page .dmc-bakery-tabs .dmc-tabs-content .dmc-single-post.content-tab-featured .data-title {
  margin-bottom: 0;
  line-height: 42px;
}

#dmc-page .dmc-bakery-tabs .dmc-tabs-content .dmc-single-post.content-tab-featured .data-excerpt {
  margin-top: 20px;
}

#dmc-page .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-col-2 {
  padding: 35px 40px 0 42px;
}

#dmc-page .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-col-2 .selected-posts .selected-post {
  margin-bottom: 20px;
}

body .dmc-about-page-intro {
  background: #faf8f7;
  margin-top: -52px;
  padding-top: 52px;
  padding-bottom: 22px;
}

body .dmc-about-page-intro .vc_col-sm-6:first-child {
  padding-right: 39px;
}

body .dmc-about-page-intro .vc_col-sm-6:last-child {
  padding-left: 40px;
}

body .dmc-about-page-intro h1,
body .dmc-about-page-intro h2 {
  margin-top: 12px;
}

body .in-the-press-blcok {
  padding-top: 42px;
  padding-bottom: 45px;
}

body .in-the-press-blcok .in-the-press-title {
  text-align: center;
  margin-bottom: 15px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 35px;
  letter-spacing: 0.05px;
  line-height: 46px;
}

body .dmc-bordered-image-section {
  padding-top: 62px;
  padding-bottom: 86px;
}

body .dmc-bordered-image-section .vc_single_image-wrapper {
  padding: 61px 58px;
  background-color: #faf8f7;
}

body .dmc-bordered-image-section .vc_row .vc_col-sm-6:last-child {
  margin-left: -25px;
}

body .dmc-bordered-image-section h2 {
  margin-top: 20px;
}

body .favorite-snapshots-section {
  background-color: #faf8f7;
  padding-bottom: 69px;
  padding-top: 40px;
}

body .favorite-snapshots-section .vc_row:nth-child(2) .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .favorite-snapshots-section h2 {
  margin-bottom: 40px !important;
}

body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget {
  width: 100%;
  max-width: 322px;
  background-color: #fff;
}

body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget .dmc-bakery-ff-favorite-snapshot-widget-inner {
  padding: 26px;
  display: block;
}

body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget .dmc-bakery-ff-favorite-snapshot-widget-title {
  padding: 0 20px;
  margin-bottom: 8px;
  margin-top: 12px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget:last-child {
  margin-right: 0 !important;
}

body .dmc-advertising-section {
  padding: 48px 30px 66px 30px;
}

body .dmc-work_with_me_intro {
  padding-bottom: 62px;
}

body .dmc-work_with_me_intro > .vc_row > .wpb_column:first-child {
  padding-right: 35px;
}

body .dmc-work_with_me_intro > .vc_row > .wpb_column:last-child {
  padding-left: 35px;
}

body .dmc-work_with_me_intro > .vc_row > .wpb_column:last-child > .vc_column-inner {
  background-color: #faf8f7;
  padding-top: 55px;
  padding-bottom: 58px;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget {
  margin-right: -15px;
  position: relative;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget p:last-child {
  margin-bottom: 0;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 10px;
  right: -43px;
  background-color: #bab8bb;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget {
  text-align: center;
  padding-left: 70px;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget .dmc-bakery-ff-past-partnership-widget-title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget ul {
  color: #bab8bb;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget ul li {
  margin-bottom: 20px;
  text-align: center;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget ul li a {
  text-decoration: none;
  color: #bab8bb;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget ul li a:hover {
  color: #231f20;
  text-decoration: none;
}

body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget .dmc-bakery-ff-past-partnership-widget-button {
  margin-top: 67px;
}

body .dmc-work_with_me_intro .dmc-past-partnership-block {
  padding-left: 90px;
}

body .dmc-bakery-ff-work-with-me-widget {
  padding-left: 55px;
}

body .dmc-bakery-ff-work-with-me-widget .dmc-bakery-ff-work-with-me-widget-image {
  margin-bottom: 25px;
}

body .dmc-bakery-ff-work-with-me-widget .dmc-bakery-ff-work-with-me-widget-image img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

body .dmc-bakery-ff-work-with-me-widget .dmc-bakery-ff-work-with-me-widget-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 39px;
  letter-spacing: 0.05px;
  line-height: 46px;
  margin-bottom: 20px;
}

body .dmc-bakery-ff-work-with-me-widget .dmc-button-wrap {
  margin-top: 55px;
}

body .partnership-opportunities-section {
  padding-top: 40px;
  padding-bottom: 93px;
  background-color: #faf8f7;
}

body .partnership-opportunities-section h2 {
  text-align: center;
  margin-bottom: -6px !important;
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 39px;
  letter-spacing: 0.05px;
  line-height: 46px;
}

body .partnership-opportunities-section p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

body .partnership-opportunities-section p:last-child {
  margin-bottom: 0;
}

body .partnership-opportunities-section .vc_row {
  margin-bottom: 45px;
}

body .partnership-opportunities-section .vc_row .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .partnership-opportunities-section .vc_row:last-child {
  margin-bottom: 0;
}

body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget {
  padding: 35px 35px 53px 35px;
  background: #fff;
  text-align: center;
  margin: 0 25px;
  width: 33%;
}

body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget .dmc-bakery-ff-partnership-opportunities-widget-title {
  font-family: "Roboto Slab Light", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05px;
  margin-bottom: 20px;
  margin-top: 17px;
}

body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget .dmc-bakery-ff-partnership-opportunities-widget-content {
  width: 100%;
  max-width: 300px;
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
}

body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget:first-child {
  margin-left: 0;
}

body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget:last-child {
  margin-right: 0;
}

body .get-in-touch-sponsored-post-section {
  padding-top: 67px;
  padding-bottom: 79px;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget {
  padding-right: 40px;
  padding-top: 27px;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #faf8f7;
  text-align: center;
  padding: 0 38px 34px 38px;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner br {
  display: none;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner p {
  width: 100%;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner .dmc-bakery-ff-get-in-touch-widget-title {
  font-family: "Ayustina", sans-serif;
  font-size: 50px;
  line-height: 41px;
  margin-top: -8px;
  margin-bottom: 35px;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner .dmc-bakery-ff-get-in-touch-widget-content {
  margin-bottom: 28px;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner input {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  color: #231f20;
  border: none;
  outline: none;
  text-transform: uppercase;
  height: 41px;
  line-height: 41px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner input::-webkit-input-placeholder {
  color: #bab8bb;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner input::-moz-placeholder {
  color: #bab8bb;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner input:-ms-input-placeholder {
  color: #bab8bb;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner input:-moz-placeholder {
  color: #bab8bb;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner .dmc-bakery-ff-get-in-touch-widget-button {
  margin-top: 25px;
  width: 100%;
}

body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner .dmc-bakery-ff-get-in-touch-widget-button .dmc-button {
  width: auto;
  margin-bottom: 0;
}

body .dmc-bakery-ff-sponsored-post .vertical-button-holder {
  padding-left: 20px;
  padding-right: 20px;
}

body .dmc-bakery-ff-sponsored-post .post-holder {
  position: relative;
  height: 445px;
}

body .dmc-bakery-ff-sponsored-post .post-holder .post-holder-item {
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
}

body .dmc-bakery-ff-sponsored-post .post-holder .post-holder-item .dmc-single-post-inner .dmc-post-col-2 {
  background-color: #faf8f7;
  padding: 42px 80px 20px 52px;
}

.dmc-bakery-slider {
  padding: 0 70px;
}

.dmc-bakery-slider a:focus {
  outline: none;
}

.dmc-slick-slider-testimonials .slick-arrow,
.dmc-bakery-slider .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background-image: url("/wp-content/themes/fannetastic/sprites/sprite.png");
  background-size: 1500px 1500px;
  background-position: -1px -2px;
  cursor: pointer;
}

.dmc-slick-slider-testimonials .slick-arrow.prev-arrow,
.dmc-bakery-slider .slick-arrow.prev-arrow {
  left: auto;
  right: 0;
  background-position: -12px -2px;
}

.dmc-slick-slider-testimonials .slick-arrow {
  top: 150px;
  left: -30px;
}

.dmc-slick-slider-testimonials .slick-arrow.prev-arrow {
  left: auto;
  right: -30px;
}

.mv-create-print-view .ff-signature-wrapper {
  display: none;
}

.archive .feed-style-1 .posts-wrapper article:nth-of-type(3n) {
  margin-right: 0;
}

.feed-recipes.feed-style-2 article:nth-of-type(3n) {
  margin-right: 0;
}

/**
DMC SASS

@version 1.0.1

*/

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

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

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

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

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

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

.limited-width-1392,
body .vc_row.limited-width-1392,
body .vc_section.limited-width-1392 {
  max-width: 1392px;
  -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 ]===- */

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

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

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

@media only screen and (max-width: 1452px) {
  .dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(1) {
    margin-right: 30px;
  }

  .dmc-single-post-related-section .content-related-post,
  .dmc-bakery-ff-featured-posts .content-featured-post,
  .dmc-bakery-ff-recent-posts .content-feed-style-2 {
    margin-right: 0;
  }

  .dmc-single-post-related-section .dmc-posts-feed .posts-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 1440px) {
  .section-sidebar-wrapper-1.style-taxonomy .content-feed-style-1 {
    max-width: calc((100% - 60px)/3);
  }

  .section-sidebar-wrapper-1.style-taxonomy .content-feed-style-1 .data-title {
    text-align: center;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-top-categories .dmc-widget-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts .content-popular-post {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feed-style-3 .posts-wrapper {
    margin: 0 -20px;
  }

  .home_page_recent_posts .content-feed-style-3 {
    max-width: 25%;
    margin-right: 0;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feed-style-2 .posts-wrapper {
    margin: 0 -20px;
  }

  .content-feed-style-2 {
    max-width: 33.33%;
    margin-right: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body .dmc-bakery-ff-sponsored-post .post-holder .post-holder-item {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 1422px) {
  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget {
    margin-right: 30px;
    max-width: calc((100% - (30px * 3)) / 4);
  }
}

@media only screen and (max-width: 1366px) {
  .dmc-footer-row-1 .anne-info > .dmc-col-1 {
    width: 50%;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-1 .dmc-image-holder {
    height: 100%;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-1 .dmc-image-holder img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-2 {
    padding: 25px 32px 20px 32px;
  }

  .dmc-mc-form-style-1 {
    padding-top: 73px;
  }
}

@media only screen and (max-width: 1348px) {
  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget {
    margin-right: 20px;
    max-width: calc((100% - (20px * 3)) / 4);
  }
}

@media only screen and (max-width: 1340px) {
  .section-sidebar-wrapper-1 .section-sidebar {
    max-width: 360px;
  }
}

@media only screen and (max-width: 1280px) {
  #dmc-main-header {
    padding-top: 40px;
  }

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

  .dmc-logo-type-main img {
    max-height: 30px !important;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-2 {
    padding: 25px 20px 20px 20px;
  }

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

  .dmc-footer-row-1 .dmc-header-footer-inner > .dmc-col-2 {
    max-width: 30%;
  }

  .dmc-mc-form-style-1 .dmc-mc-form-section-inner {
    padding: 20px;
  }

  .dmc-mc-form-style-1 {
    padding-top: 75px;
  }

  body .dmc-work_with_me_intro > .vc_row > .wpb_column:first-child {
    padding-right: 15px;
  }

  body .dmc-work_with_me_intro > .vc_row > .wpb_column:last-child {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1152px) {
  .dmc-header-row-1 .dmc-col-1 {
    padding-right: 30px;
  }

  .dmc-logo-type-main img {
    max-height: 22px !important;
  }

  .dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-2 {
    padding: 25px 20px 25px 20px;
  }

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

  .dmc-bakery-tab-category-posts .dmc-col-2 {
    padding: 15px 20px 0 30px;
  }

  .dmc-bakery-tab-category-posts .selected-posts .selected-post.active .s-post-title {
    line-height: 23px;
  }

  .dmc-bakery-tab-category-posts .selected-posts .selected-post {
    margin-bottom: 25px;
  }

  .dmc-bakery-tab-category-posts .dmc-col-2 .dmc-button-wrap {
    margin-top: 20px;
  }

  .content-feed-style-2 {
    margin-bottom: 30px;
  }

  #sidebar .widget_dmc-widget-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  #sidebar .widget_dmc-widget-newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  #sidebar .widget_dmc-widget-ad {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dmc-work_with_me_intro .vc_col-sm-4 {
    width: 100%;
  }

  .dmc-work_with_me_intro .vc_col-sm-8 {
    width: 100%;
  }

  body .dmc-work_with_me_intro > .vc_row > .wpb_column:first-child {
    padding: 0;
  }

  body .dmc-work_with_me_intro > .vc_row > .wpb_column:last-child {
    padding: 0;
  }

  body .partnership-opportunities-section {
    padding-bottom: 60px;
  }

  .get-in-touch-sponsored-post-section .vc_col-sm-4 {
    width: 100%;
  }

  .get-in-touch-sponsored-post-section .vc_col-sm-8 {
    width: 100%;
  }

  body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget {
    padding: 0;
    margin-bottom: 40px;
  }

  .dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-2 {
    max-width: 500px;
  }

  body .get-in-touch-sponsored-post-section {
    padding-bottom: 20px;
  }
}

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

@media only screen and (max-width: 1134px) {
  .dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder {
    max-width: calc((100% - 34px)/2);
  }

  .dmc-work_with_me_intro > .vc_row > .vc_col-sm-4 {
    margin-top: 30px;
  }
}

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

  .section-sidebar-wrapper-1.style-taxonomy .content-feed-style-1 {
    max-width: calc((100% - 40px)/3);
    margin-right: 20px;
  }

  .section-sidebar-wrapper-1.style-taxonomy .section-sidebar-content {
    margin-right: 20px;
  }

  .section-sidebar-wrapper-1.style-taxonomy .section-sidebar {
    margin-top: 0;
  }

  .dmc-single-post.content-spotlight .dmc-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .section-sidebar-wrapper-1:not(.style-taxonomy) {
    display: block;
  }

  .section-sidebar-wrapper-1 .section-sidebar-content {
    margin-left: auto;
    margin-right: auto;
  }

  .section-sidebar-wrapper-1 .section-sidebar {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  body.dmc-sticky-nav .dmc-header-row-1 {
    height: 50px;
  }

  .archive .feed-style-1 .posts-wrapper article:nth-of-type(3n) {
    margin-right: 0;
  }

  .dmc-single-post-related-section .content-related-post {
    padding: 0 10px;
  }

  .dmc-single-post-related-section .dmc-posts-feed .posts-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .dmc-footer-row-1 .dmc-header-footer-inner > .dmc-col-2 {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .dmc-bakery-ff-featured-categories .section-category {
    margin-right: 20px;
  }

  .dmc-bakery-ff-recent-posts .feed-style-3 .posts-wrapper {
    margin: 0 -10px;
  }

  .dmc-bakery-ff-recent-posts .content-feed-style-2 {
    max-width: 33.33%;
    padding: 0 10px;
  }

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

  .dmc-header-row-1 {
    height: 50px;
    padding: 0;
  }

  .dmc-header-row-1 .header-menu-wrapper {
    position: fixed;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 20px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }

  .dmc-header-row-1 .header-mobile-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: normal;
    cursor: pointer;
    display: block;
  }

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

  .dmc-header-row-1 .dmc-menu-wrapper li {
    font-size: 16px;
    border-bottom: 1px solid #bab8bb;
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-header-row-1 .dmc-menu-wrapper li a {
    display: block;
    width: 100%;
  }

  .dmc-header-row-1 .dmc-menu-wrapper li.has-separator {
    display: none;
  }

  .dmc-header-row-1 .dmc-menu-wrapper ul:after {
    display: none;
  }

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

  .dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper {
    width: 100%;
  }

  .dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper .dmc-menu {
    height: 100%;
  }

  .dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper .dmc-menu .menu-main-menu-container {
    height: 100%;
  }

  .dmc-header-row-1 .dmc-col-2 .dmc-menu-wrapper .dmc-menu .menu-main-menu-container .menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .dmc-header-row-1 .dmc-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .mobile-menu-open .dmc-header-row-1 .header-menu-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .dmc-search-input-wrap {
    padding: 0 10px;
  }

  .dmc-search-form input[type="text"] {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }

  .dmc-search-form .dmc-icon-search {
    margin-right: 5px;
  }

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

  .dmc-row-2-col-2-3-1-3 {
    display: block;
  }

  .dmc-row-2-col-2-3-1-3 .vc_col-sm-8 {
    width: 100%;
    float: none;
  }

  .dmc-row-2-col-2-3-1-3 .vc_col-sm-4 {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    float: none;
    margin-top: 40px;
  }

  .ff-ad-300x300 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .dmc-row-2-col-2-3-1-3 .vc_col-sm-4 {
    margin-top: 40px;
  }

  .dmc-bakery-tabs .dmc-group-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-bakery-tabs .dmc-group-1 .section-title-holder {
    width: 100%;
    text-align: center;
  }

  .dmc-bakery-tabs .dmc-group-1 .dmc-tabs-navigation {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .dmc-bakery-tabs .dmc-group-1 .dmc-tab-label {
    margin-right: 35px;
    text-align: center;
  }

  .dmc-bakery-tabs .dmc-tabs-content {
    height: auto;
  }

  .dmc-bakery-tabs .dmc-tab {
    position: static;
  }

  .dmc-bakery-tabs .dmc-single-post.content-tab-featured .dmc-single-post-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-col-1 .posts-holder .post-holder-item {
    position: static;
  }

  .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-col-1 .posts-holder {
    height: auto;
  }

  .dmc-bakery-tabs .dmc-single-post.content-tab-featured .dmc-single-post-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-bakery-tab-category-posts .selected-posts .selected-post {
    margin-bottom: 35px;
  }

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

  .dmc-bakery-ff-featured-categories .section-category .data-title {
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
  }

  .dmc-bakery-ff-featured-posts .section-posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .dmc-bakery-ff-featured-posts .content-featured-post {
    margin-right: 0;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .dmc-footer-row-1 .dmc-header-footer-inner {
    display: block;
  }

  .dmc-footer-row-1 .dmc-header-footer-inner > .dmc-col-1 {
    margin-right: 0;
    max-width: 100%;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-2 {
    padding: 25px 32px 20px 32px;
  }

  .dmc-mc-form-style-1 .dmc-mc-form-section-inner {
    padding: 20px 38px 20px;
  }

  .section-sidebar-wrapper-2 .section-sidebar {
    max-width: 220px;
  }

  .content-feed-style-2 {
    max-width: 50%;
  }

  .content-feed-style-2 img {
    width: 100%;
  }

  .content-feed-style-2 .dmc-empty-image {
    width: 100%;
  }

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

  #sidebar .widget_dmc-widget-about {
    padding-top: 62px;
    padding-bottom: 46px;
  }

  #sidebar .widget_dmc-widget-about .dmc-widget-inner {
    max-width: 480px;
    text-align: center;
  }

  #sidebar .widget_dmc-widget-newsletter .dmc-newsletter-widget-inner {
    max-width: 480px;
  }

  #sidebar .widget_dmc-widget-ad .dmc-widget-inner {
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .widget_dmc-widget-top-posts .data-holder-title {
    padding: 0;
    text-align: center;
  }

  .widget_dmc-widget-top-posts .dmc-top-posts .section-title {
    text-align: center;
    padding: 0;
  }

  body .dmc-about-page-intro {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  body .dmc-about-page-intro .vc_col-sm-6 {
    width: 100%;
    padding: 0;
  }

  body .dmc-about-page-intro .vc_col-sm-6 .wpb_single_image {
    text-align: center;
    margin-top: 30px;
  }

  body .dmc-about-page-intro .vc_col-sm-6:last-child {
    padding-left: 0;
  }

  body .dmc-about-page-intro .vc_col-sm-6:first-child {
    padding-right: 0;
  }

  body .in-the-press-blcok {
    padding-bottom: 0;
  }

  body .in-the-press-blcok.section-content {
    padding: 0;
  }

  .dmc-bordered-image-section .vc_col-sm-6 {
    width: 100%;
  }

  .dmc-bordered-image-section .vc_col-sm-6 .wpb_single_image {
    text-align: center;
    margin-bottom: 30px;
  }

  body .favorite-snapshots-section {
    padding-bottom: 40px;
  }

  body .dmc-bordered-image-section {
    padding-top: 50px;
  }

  body .dmc-bordered-image-section .vc_row .vc_col-sm-6:last-child {
    margin-left: 0;
  }

  body .dmc-advertising-section {
    padding: 40px 30px;
  }

  body .partnership-opportunities-section .vc_row .wpb_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget {
    width: 100%;
    margin: 0 0 40px;
    padding-bottom: 30px;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget {
    padding-left: 30px;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget:after {
    right: -25px;
  }

  body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget .dmc-bakery-ff-partnership-opportunities-widget-content {
    max-width: 460px;
  }

  body .dmc-bakery-ff-sponsored-post .post-holder {
    height: auto;
  }

  body .dmc-bakery-ff-sponsored-post .post-holder .post-holder-item {
    width: 100%;
    left: 0;
    position: relative;
  }

  .dmc-single-post.content-tab-featured .dmc-single-post-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-1 {
    max-width: 100%;
    padding-left: 40px;
  }

  .dmc-tabs .dmc-single-post.content-tab-featured .dmc-single-post-inner .dmc-post-col-1 {
    padding: 0;
  }

  .dmc-single-post.content-tab-featured .dmc-single-post-inner img {
    width: 100%;
  }

  body .dmc-bakery-ff-sponsored-post .post-holder .post-holder-item .dmc-single-post-inner .dmc-post-col-2 {
    max-width: 100%;
    padding: 30px;
  }

  .dmc-bakery-ff-sponsored-post .vertical-button-holder {
    left: 0;
    z-index: 1;
    top: 20px;
  }
}

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

  body .favorite-snapshots-section .vc_row:nth-child(2) .wpb_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget {
    max-width: 322px;
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }

  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget:nth-child(2n) {
    margin-right: 0 !important;
  }

  .dmc-row-2-col-3-4-1-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(1) {
    max-width: 100%;
    margin-right: 0;
  }

  .dmc-row-2-col-3-4-1-4 .vc_col-sm-6:nth-child(2) {
    max-width: 100%;
    margin-top: 40px;
  }

  #dmc-comments {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder:nth-child(2) .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window {
    right: 110px;
  }

  .section-sidebar-wrapper-1.style-taxonomy .section-sidebar {
    margin-top: 50px;
  }

  .section-sidebar-wrapper-1.style-taxonomy {
    display: block;
  }

  .section-sidebar-wrapper-1.style-taxonomy .section-sidebar-content {
    margin-right: auto;
  }

  .dmc-bakery-pinterest-feed .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-pinterest-feed .dmc-col-1 {
    margin-right: 0;
  }
}

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

  .section-sidebar-wrapper-1.style-taxonomy .content-feed-style-1 {
    max-width: calc((100% - 20px)/2);
    margin-right: 20px;
  }

  .dmc-sharing .share-label {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder {
    max-width: 100%;
  }

  .dmc-bakery-pinterest-feed .dmc-pinterest-feed-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .dmc-bakery-pinterest-feed .dmc-pinterest-profile {
    margin-top: 20px;
  }

  .dmc-bakery-pinterest-feed .section-holder-title .section-title {
    font-size: 32px;
    text-align: center;
  }

  .dmc-bakery-pinterest-feed .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-bakery-ff-recent-posts .content-feed-style-2 {
    padding: 0;
    max-width: 320px;
    margin-bottom: 30px;
  }

  .dmc-bakery-ff-recent-posts .feed-style-3 .posts-wrapper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dmc-single-post.content-spotlight .data-title {
    font-size: 28px;
    line-height: 34px;
  }

  body .favorite-snapshots-section .vc_row:nth-child(1) .wpb_wrapper {
    text-align: center;
  }

  body .favorite-snapshots-section .vc_row:nth-child(2) .wpb_wrapper {
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
  }

  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget {
    width: 100%;
    max-width: 322px;
    margin-right: 0 !important;
  }

  .section-sidebar-wrapper-1.style-taxonomy {
    display: block;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts .widget-holder-title {
    max-width: 100%;
  }

  .section-sidebar-wrapper-1.style-taxonomy .dmc-popular-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts .content-popular-post {
    width: 50%;
    max-width: 50%;
    margin-bottom: 10px !important;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts .content-popular-post:nth-child(3) {
    margin-bottom: 0 !important;
  }

  .section-sidebar-wrapper-1.style-taxonomy .content-feed-style-3 .data-title {
    text-align: center;
  }

  .dmc-work_with_me_intro > .vc_row > .vc_col-sm-4 > .vc_column-inner {
    padding: 0 !important;
  }

  #dmc-comments .dmc-comments-field {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #dmc-list-comments .children .comment > article {
    margin-left: 10px;
    padding: 20px 20px;
  }

  .dmc-bakery-pinterest-feed .dmc-pinterest-feed-pin-holder .dmc-pinterest-feed-pin-tools .pin-more-holder .pin-more-window {
    right: 110px;
  }

  .dmc-bakery-testimonials-slider {
    padding: 80px 20px 40px;
  }

  .dmc-slick-slider-testimonials .slick-arrow {
    left: -15px;
  }

  .dmc-slick-slider-testimonials .slick-arrow.prev-arrow {
    right: -15px;
  }

  .dmc-sharing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-sharing ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
  }

  .dmc-sharing ul li {
    width: 50%;
    margin-bottom: 20px !important;
    margin-right: 20px;
  }

  .dmc-sharing ul li:nth-child(2n) {
    margin-right: 0;
  }

  .dmc-sharing ul li:nth-child(3),
  .dmc-sharing ul li:nth-child(4) {
    margin-bottom: 0 !important;
  }

  .dmc-page-inner .section-sidebar-wrapper-1.style-taxonomy article:nth-of-type(3n) {
    margin-right: 20px;
  }

  .dmc-page-inner .section-sidebar-wrapper-1.style-taxonomy article:nth-of-type(2n) {
    margin-right: 0;
  }

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

  .dmc-single-post.content-spotlight .dmc-col-1 {
    width: 100%;
    float: none;
    max-width: 100%;
  }

  .dmc-single-post.content-spotlight .dmc-col-1 img {
    width: 100%;
  }

  .home_page_recent_posts .content-feed-style-3 img {
    width: 100%;
  }

  .dmc-single-post.content-spotlight .dmc-col-2 {
    margin-left: 0;
    max-width: 100%;
  }

  .dmc-single-post.content-spotlight .dmc-col-2 .dmc-col-inner {
    padding: 30px;
    text-align: center;
  }

  .dmc-row-2-col-2-3-1-3 .vc_col-sm-4 {
    max-width: 100%;
  }

  .home_page_recent_posts .content-feed-style-3 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .dmc-bakery-ff-featured-posts .content-featured-post {
    width: 50%;
  }

  .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-tab-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dmc-bakery-tab-category-posts .dmc-col-2 {
    padding: 25px 0 0;
  }

  .dmc-empty-image {
    width: 244px;
    max-width: 100%;
  }

  .ff-ad-728x90 {
    max-width: 100%;
  }

  .dmc-bakery-ff-featured-posts {
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .dmc-bakery-ff-featured-posts .section-title {
    margin-bottom: 20px;
  }

  .dmc-bakery-ff-featured-categories .section-categories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
  }

  .dmc-bakery-ff-featured-categories .section-category {
    max-width: 33.33%;
    margin-right: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .content-feed-style-2 .data-title {
    text-align: center;
  }

  .dmc-bakery-ff-featured-categories .section-title {
    margin-bottom: 30px;
  }

  .dmc-bakery-ff-featured-categories .dmc-bakery-ff-featured-categories-inner {
    padding-bottom: 30px;
  }

  .dmc-footer-row-2 .dmc-menu-wrapper li {
    margin: 0;
    padding: 0 14px;
  }

  .section-sidebar-wrapper-2 {
    display: block;
  }

  .section-sidebar-wrapper-2 .section-sidebar {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .dmc-single-post.content .dmc-single-post-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-col-1 {
    width: 100%;
  }

  .dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-col-2 {
    width: 100%;
  }

  .dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-image-holder img {
    width: 100%;
  }

  .dmc-single-post-related-section .dmc-posts-feed .posts-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  #dmc-single-post .dmc-single-post-related-section .dmc-single-post {
    max-width: 50%;
    width: 50%;
    padding: 0 20px;
  }

  .dmc-single-post-related-section {
    padding-bottom: 40px;
  }

  .dmc-content-inner .mv-create-card .mv-create-wrapper {
    border-width: 20px;
    padding: 20px;
  }

  body .in-the-press-blcok {
    padding-bottom: 20px;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget {
    margin: 0 0 30px;
    padding: 0 30px;
    text-align: center;
  }

  body .dmc-bakery-ff-work-with-me-widget .dmc-bakery-ff-work-with-me-widget-image {
    text-align: center;
  }

  body .dmc-bakery-ff-work-with-me-widget .dmc-button-wrap {
    margin-top: 20px;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget:after {
    display: none;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget {
    padding-left: 0;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget .dmc-bakery-ff-past-partnership-widget-button {
    margin-top: 40px;
  }

  body .dmc-work_with_me_intro {
    padding-bottom: 40px;
  }

  body .partnership-opportunities-section h2 {
    font-size: 34px;
    line-height: 42px;
  }

  body .partnership-opportunities-section {
    padding-bottom: 0;
  }

  body .dmc-work_with_me_intro > .vc_row > .wpb_column:last-child > .vc_column-inner {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 620px) {
  .dmc-footer-row-1 .anne-info {
    display: block;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-1 {
    width: 100%;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-1 img {
    width: 100%;
  }

  .dmc-bakery-ff-featured-categories .section-category {
    max-width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .limited-width-1452-p-30,
  body .vc_row.limited-width-1452-p-30,
  body .vc_section.limited-width-1452-p-30,
  .dmc-padding-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_page_top_row {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .dmc-bakery-ff-recent-posts .section-header {
    display: block;
  }

  .dmc-bakery-ff-recent-posts .dmc-col-1 {
    text-align: center;
    margin-bottom: 10px;
  }

  .dmc-bakery-ff-recent-posts .section-header .dmc-button-wrap {
    text-align: center;
  }

  .dmc-single-post.content-spotlight .dmc-col-2 {
    padding-top: 20px;
  }

  .dmc-single-post.content-spotlight .dmc-col-2 .dmc-col-inner {
    padding: 20px;
  }

  .dmc-bakery-tabs .dmc-group-1 .section-title {
    font-size: 38px;
  }

  #dmc-page .dmc-bakery-tabs .dmc-group-1 .dmc-tab-label {
    margin: 0 0 10px;
  }

  #dmc-page .dmc-bakery-tabs .dmc-group-1 .dmc-tabs-navigation {
    padding-right: 0;
  }

  #dmc-page .dmc-bakery-tabs .dmc-group-1 .section-title-holder {
    padding-left: 0;
  }

  #dmc-page .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-col-2 {
    padding: 0;
    margin-top: 30px;
  }

  .dmc-bakery-tabs .dmc-group-1 .dmc-tabs-navigation {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }

  .dmc-bakery-tabs .dmc-group-1 .dmc-tab-label {
    margin: 0 0 10px;
  }

  .dmc-bakery-tabs .dmc-single-post.content-tab-featured .data-title {
    font-size: 24px;
  }

  .dmc-bakery-tabs .dmc-single-post.content-tab-featured .data-excerpt {
    margin-top: 15px;
  }

  .dmc-bakery-tabs .vertical-button-holder {
    height: 35px;
  }

  .dmc-bakery-tabs .dmc-bakery-tab-category-posts .dmc-col-1 {
    padding-left: 35px;
  }

  .ff-ad-300x300 {
    max-width: 100%;
  }

  .dmc-bakery-ff-welcome-widget .dmc-widget-inner {
    padding: 0 20px 30px;
  }

  .feed-style-3 .posts-wrapper {
    margin: 0 -15px;
  }

  .home_page_recent_posts .content-feed-style-3 {
    padding: 0 15px;
  }

  .dmc-bakery-ff-featured-posts .section-posts {
    margin: 0 -15px;
  }

  .dmc-bakery-ff-featured-posts .content-featured-post {
    padding: 0 15px;
  }

  .dmc-bakery-ff-featured-categories .section-categories {
    margin: 0 -15px;
  }

  .dmc-bakery-ff-featured-categories .section-category {
    padding: 0 15px;
  }

  .dmc-footer-row-2 {
    padding: 60px 0;
  }

  .dmc-footer-row-2 .dmc-menu-wrapper ul {
    display: block;
    text-align: center;
  }

  .dmc-footer-row-2 .dmc-menu-wrapper ul li {
    margin-bottom: 15px;
    padding: 0;
  }

  .dmc-copyright {
    margin-top: 30px;
  }

  .dmc-bakery-ff-recipe-index .section-title {
    text-align: center;
  }

  .feed-style-2 .posts-wrapper {
    margin: 0 -15px;
  }

  .content-feed-style-2 {
    padding: 0 15px;
  }

  .content-feed-style-2 .data-title {
    font-size: 16px;
  }

  .dmc-taxonomy-title {
    text-align: center;
  }

  .dmc-content-inner .mv-create-card .mv-create-times {
    display: block;
  }

  .dmc-content-inner .mv-create-card .mv-create-times .mv-create-time,
  .dmc-content-inner .mv-create-card .mv-create-times .ff-mv-yield {
    border: none !important;
  }

  .ff-mv-button-list .ff-mv-pin-button .mv-pinterest-btn,
  .ff-mv-button-list .ff-mv-print-button .mv-create-print-button {
    min-width: auto;
  }

  .widget_dmc-widget-top-posts .dmc-top-posts .top-post-item {
    padding-left: 30px;
  }

  #dmc-single-post .dmc-single-post-related-section .dmc-single-post {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  #sidebar .widget_dmc-widget-newsletter {
    padding: 20px;
  }

  #sidebar .widget_dmc-widget-about {
    padding: 20px;
    padding-top: 50px;
  }

  #sidebar .widget_dmc-widget-ad {
    padding: 20px;
  }

  .dmc-bakery-slider {
    padding: 0 40px;
  }

  body .dmc-bordered-image-section .vc_single_image-wrapper {
    padding: 0;
  }

  body .dmc-advertising-section {
    padding: 40px 20px;
  }

  body .dmc-bordered-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .limited-width-1372-p-40,
  body .vc_row.limited-width-1372-p-40,
  body .vc_section.limited-width-1372-p-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .roboto_slab_light_35_lh_46_ls_5 {
    font-size: 27px;
    line-height: 42px;
  }

  body .favorite-snapshots-section h2 {
    margin-bottom: 30px !important;
  }

  body .favorite-snapshots-section {
    padding-bottom: 20px;
  }

  .dmc-page-creator .wpb_text_column h1,
  .dmc-page-creator .wpb_text_column h2 {
    margin: 0 0 20px !important;
  }

  .dmc-single-post.content-tab-featured .data-title {
    font-size: 30px;
  }

  body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget .dmc-bakery-ff-partnership-opportunities-widget-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  body .partnership-opportunities-section h2 {
    font-size: 30px;
  }

  body .partnership-opportunities-section .vc_row {
    margin-bottom: 0px;
  }

  body .partnership-opportunities-section p {
    font-size: 14px;
    line-height: 26px;
  }

  body .partnership-opportunities-section .dmc-bakery-ff-partnership-opportunities-widget .dmc-bakery-ff-partnership-opportunities-widget-content {
    margin-bottom: 20px;
  }

  body .dmc-bakery-ff-work-with-me-widget .dmc-bakery-ff-work-with-me-widget-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts .content-popular-post {
    max-width: 100%;
    width: 100%;
  }

  .section-sidebar-wrapper-1.style-taxonomy .widget_dmc-widget-popular-posts {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .mobile-menu-open .dmc-header-row-1 .header-menu-wrapper {
    width: 100%;
  }

  .home_page_recent_posts .content-feed-style-3 {
    width: 100%;
    max-width: 100%;
  }

  .home_page_recent_posts .content-feed-style-3 img {
    width: 100%;
  }

  .dmc-empty-image {
    width: 100%;
  }

  .dmc-bakery-ff-featured-categories .section-category {
    max-width: 100%;
  }

  .dmc-bakery-ff-featured-categories .section-category img {
    width: 100%;
  }

  .dmc-bakery-ff-featured-posts .content-featured-post {
    max-width: 100%;
    width: 100%;
  }

  .content-feed-style-2 {
    max-width: 100%;
  }

  .dmc-footer-row-1 .section-title {
    text-align: center;
  }

  .dmc-footer-row-1 .anne-info > .dmc-col-2 {
    padding: 25px;
  }

  .dmc-mc-form-style-1 .dmc-mc-form-section-inner {
    padding: 20px;
  }

  .dmc-mc-form-style-1 .data-title {
    font-size: 42px;
  }

  .dmc-mc-form-style-1 .data-content {
    margin-top: 30px;
  }

  .dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-col-2 {
    padding: 20px;
  }

  .dmc-content-inner .mv-create-card .mv-create-title-primary {
    text-align: center;
  }

  .ff-mv-date-rating-group {
    display: block;
  }

  .ff-mv-date-rating-group .ff-mv-rating {
    margin: 0;
  }

  .ff-mv-date-rating-group .ff-mv-date-author {
    text-align: center;
  }

  body .get-in-touch-sponsored-post-section .dmc-bakery-ff-get-in-touch-widget-inner {
    padding: 0 20px 34px;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-work-with-me-widget {
    padding: 0 20px;
  }

  body .dmc-work_with_me_intro .dmc-bakery-ff-past-partnership-widget ul li {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .content-feed-style-2 {
    max-width: 100%;
  }

  .roboto_slab_light_35_lh_46_ls_5 {
    font-size: 24px;
    line-height: 36px;
  }

  .dmc-page-creator .wpb_text_column p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1452px) and (min-width: 1280px) {
  .dmc-single-post.content-spotlight .dmc-col-2 {
    margin-left: calc( 100vw - 60px - 300px - 36px - 578px - 500px);
  }
}

@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  .dmc-single-post.content-spotlight .dmc-col-2 {
    margin-left: calc( 100vw - 60px - 300px - 36px - 578px - 450px);
  }
}

@media only screen and (max-width: 1348px) and (min-width: 1024px) {
  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget .dmc-bakery-ff-favorite-snapshot-widget-inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 1262px) and (min-width: 1153px) {
  .dmc-bakery-testimonials-slider {
    padding: 100px 30px 62px;
  }

  .dmc-slick-slider-testimonials .slick-arrow {
    left: -20px;
  }

  .dmc-slick-slider-testimonials .slick-arrow.prev-arrow {
    right: -20px;
  }
}

@media only screen and (max-width: 1134px) and (min-width: 1024px) {
  body .favorite-snapshots-section .dmc-bakery-ff-favorite-snapshot-widget .dmc-bakery-ff-favorite-snapshot-widget-title {
    padding: 0 4px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 6px;
  }

  .section-sidebar-wrapper-1 .section-sidebar-content {
    margin-right: 20px;
  }

  .dmc-sharing .share-label {
    margin-right: 10px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .dmc-sharing ul li {
    width: 25%;
    margin-right: 10px;
  }

  .dmc-single-post.content .dmc-single-post-header .dmc-single-post-header-inner .dmc-col-2 {
    padding: 20px 30px 20px;
  }

  .dmc-single-post.content .dmc-single-post-header .data-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .dmc-single-post.content-spotlight .dmc-col-2 {
    padding-top: 20px;
  }

  .dmc-single-post.content-spotlight .dmc-col-2 .dmc-col-inner {
    padding: 20px 30px 20px;
  }

  .dmc-single-post.content-spotlight .dmc-col-2 {
    margin-left: -100px;
  }

  .dmc-single-post.content-spotlight .data-title {
    font-size: 34px;
    line-height: 40px;
  }
}

@media print {
  .ff-signature-wrapper {
    display: none;
  }
}