body .headerwrap {
  z-index: 100 !important;
}

#commentform .form-submit input,
.gform_button,
.btn {
  cursor: pointer;
}

.comment-list ul li {
  background: transparent;
  color: black;
  padding: 0;
  margin-left: 0;
}

.comment-list > li > ul > li {
  margin-left: -20px;
}

.comment-list ul li .comment-body {
  padding: 30px 40px 40px;
}

.comment-list ul.children li .comment-body {
  padding-bottom: 0;
}

.comment-list ul li.comment-author-admin > .comment-body {
  background: #ffffff;
  padding-bottom: 20px;
  /*margin-top: 40px;*/
}

.comment-list ul.children {
  padding-left: 20px;
}

.comment-list ul.children li:not(.comment-author-admin) {
  margin-bottom: 0;
}

.comment-list > li > ul.children {
  padding-left: 0;
}

.search .post-list .alm-reveal {
  width: 100%;
}

.home-ft-links a:hover .btn .v-align {
  color: #ffffff;
}

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

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

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

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-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-home-tabs-section {
  background: #fff;
  padding-bottom: 50px;
}

.dmc-hover-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-hover-tabs .dmc-content-col {
  width: 50%;
  position: relative;
}

.dmc-hover-tabs .dmc-list-col {
  width: 50%;
}

.dmc-hover-tabs .dmc-content-tab {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.dmc-hover-tabs.active {
  z-index: 11;
}

.dmc-bakery-tabs-ak {
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.dmc-bakery-tabs-ak .dmc-tabs-inner {
  position: relative;
}

.dmc-bakery-tabs-ak .dmc-tabs-navigation {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #bfbebc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  z-index: 20;
  width: 100%;
  max-width: 49%;
}

.dmc-bakery-tabs-ak .dmc-tab-label {
  font-family: "Biko",serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .65em;
  color: #bebbb7;
  border-right: 1px solid #bfbebc;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 10px 12px;
  text-align: center;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.dmc-bakery-tabs-ak .dmc-tab-label:hover {
  color: rgba(35, 31, 32, 0.5);
}

.dmc-bakery-tabs-ak .dmc-tab-label.dmc_active {
  color: #231f20;
}

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

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col {
  width: 100%;
  max-width: 532px;
  margin-right: 64px;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots {
  margin: 36px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li {
  font-family: "Biko",serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px;
  font-size: .55em;
  border-right: 1px solid #bfbebc;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li button {
  color: #bebbb7;
  padding: 0;
  border: 0;
  background: transparent;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li:last-child {
  border: 0;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots li.slick-active button {
  color: #231f20;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger:last-child {
  margin-bottom: 0;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger.active .nr {
  color: #231f20;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger .nr {
  font-family: "Biko",serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.25em;
  color: #bebbb7;
  margin-right: 45px;
}

.dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger .title {
  font-family: "Biko-Bold",serif;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.dmc-bakery-tab-ak-posts .data-title-holder {
  padding: 0 20px;
  margin-top: 34px;
  min-height: 66px;
}

.dmc-bakery-tab-ak-posts .data-title {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
}

.dmc-bakery-tab-ak-posts .dmc-link-wrapper:hover .data-title {
  color: rgba(35, 31, 32, 0.75);
}

.dmc-bakery-ak-heading {
  padding: 0 20px;
  margin-bottom: 42px;
  margin-top: 35px;
}

.dmc-bakery-ak-heading .data-title {
  text-align: center;
  font-size: 2.35em;
  margin: 0;
}

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

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

.dmc-two-images {
  margin-top: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-two-images .vc_col-sm-6 {
  width: 100%;
  max-width: 336px;
}

.dmc-two-images .vc_col-sm-6:first-child {
  margin-right: 21px;
}

.dmc-two-images .vc_col-sm-6 .dmc-bakery-post-image-half {
  margin-bottom: 13px;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column {
  padding-right: 15px;
  line-height: 26px;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column h2,
.dmc-two-images .vc_col-sm-6 .wpb_text_column h3,
.dmc-two-images .vc_col-sm-6 .wpb_text_column h4 {
  font-family: "Biko-Bold", serif;
  font-size: 20px;
  -webkit-box-shadow: inset 0 -10px 0 0px #F1DFD5;
  box-shadow: inset 0 -10px 0 0px #F1DFD5;
  display: inline;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column h2 {
  font-size: 24px;
}

.dmc-two-images .vc_col-sm-6 .wpb_text_column h4 {
  font-size: 18px;
}

.is-sticky + .searchformwrap {
  z-index: 101;
}

.blockUI.blockMsg.blockPage {
  display: none !important;
}

.comment-content a {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(239, 202, 185, 0.5)), to(rgba(239, 202, 185, 0.5)));
  background-image: -o-linear-gradient(left, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(239, 202, 185, 0.5) 0%, rgba(239, 202, 185, 0.5) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 10px;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-family: "Biko-Bold",serif;
}

.comment-content {
  word-break: break-word;
}

body.adthrive-device-phone .adthrive-footer.adthrive-sticky {
  bottom: 0 !important;
}

.sharewrap .dmc-sharing li.pinterest span {
  font-family: "FontAwesome" !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  font-weight: normal !important;
  color: black !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: auto !important;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  display: block !important;
  line-height: 1 !important;
}

.sharewrap .dmc-sharing li.pinterest span:before {
  font-size: 18px !important;
  content: "\f231";
}

.sharewrap .dmc-sharing li.pinterest span:hover {
  color: #efcab9 !important;
}

.sharewrap .dmc-sharing .share-label {
  font-family: "Biko", serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

.sharewrap .dmc-sharing ul {
  padding: 0;
  margin: 10px 0 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sharewrap .dmc-sharing li {
  margin-bottom: 14px;
}

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

.sharewrap .dmc-sharing li a {
  display: block;
  padding: 0 !important;
}

.sharewrap .dmc-sharing .dmc-icon {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  color: #231f20;
  opacity: 1;
  font-size: 18px;
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-pinterest:before {
  content: "\f231";
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-facebook:before {
  content: "\f09a";
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-twitter:before {
  content: "\f099";
}

.sharewrap .dmc-sharing .dmc-icon.dmc-icon-email:before {
  content: "\f003";
  font-size: 16px;
}

.sharewrap .dmc-sharing .dmc-icon:hover {
  color: #efcab9;
}

#sidebar-nav {
  z-index: 1000000000;
}

.is-sticky + .searchformwrap {
  z-index: 100000000;
}

.dmc-post-feed-1.dmc-home-featured-posts {
  margin-top: 60px;
  padding-left: 4%;
  padding-right: 4%;
}

.dmc-post-feed-1.dmc-blog-feed {
  padding-left: 4%;
  padding-right: 4%;
}

.dmc-post-feed-1.dmc-blog-feed .ajax-load-more-wrap .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-post-feed-1.dmc-type-reveal {
  padding-left: 4%;
  padding-right: 4%;
}

.dmc-post-feed-1.dmc-type-reveal .alm-listing.alm-ajax .alm-reveal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-post-feed-1 .dmc-section-inner {
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.dmc-single-post.content-feed-1 {
  width: calc((100% - (22px * 2))/3);
  max-width: 372px;
  margin-right: 22px;
  margin-bottom: 60px;
  text-align: center;
}

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

.dmc-single-post.content-feed-1 .data-category-holder {
  font-family: "Biko",serif;
  font-size: .55em;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 18px auto 0;
}

.dmc-single-post.content-feed-1 .data-category-holder:after {
  content: " ";
  width: 135px;
  height: 1px;
  background-color: #bfbebc;
  display: table;
  margin: 11px auto;
}

.dmc-single-post.content-feed-1 .data-title {
  font-size: 1.25em;
  margin-bottom: 0;
}

.dmc-convertkit-popup-form-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 30px;
}

.dmc-convertkit-popup-form-wrapper .formkit-form {
  max-width: 300px;
  margin: 0 auto;
}

.dmc-convertkit-popup-form-wrapper .formkit-field {
  margin-bottom: 14px;
}

.dmc-convertkit-popup-form-wrapper .formkit-input {
  outline: 0;
  border: 1px solid #231f20;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "Biko",serif;
  padding: 20px 25px 16px;
  font-size: .55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0;
  background: transparent;
  width: 100%;
  text-align: center;
}

.dmc-convertkit-popup-form-wrapper .formkit-input::-webkit-input-placeholder {
  color: #a7a9ac;
}

.dmc-convertkit-popup-form-wrapper .formkit-input::-moz-placeholder {
  color: #a7a9ac;
}

.dmc-convertkit-popup-form-wrapper .formkit-input:-ms-input-placeholder {
  color: #a7a9ac;
}

.dmc-convertkit-popup-form-wrapper .formkit-input::-ms-input-placeholder {
  color: #a7a9ac;
}

.dmc-convertkit-popup-form-wrapper .formkit-input::placeholder {
  color: #a7a9ac;
}

.dmc-convertkit-popup-form-wrapper .formkit-submit {
  font-size: 0.65em;
  background: #fff;
  color: #231f20;
  padding: 19px 24px 15px;
  border: none;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko",serif;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.dmc-convertkit-popup-form-wrapper .formkit-submit:hover {
  color: #f6f5f2;
  background: #231f20;
}

body #popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_zwgsqa .popupally-pro-close {
  top: 20px !important;
  right: 20px !important;
}

body #popup-box-pro-gfcr-4 .popupally-pro-outer-4-fluid_zwgsqa .popupally-pro-close,
body #popup-box-pro-gfcr-3 .popupally-pro-outer-3-fluid_zwgsqa .popupally-pro-close {
  width: 22px !important;
  height: 22px !important;
  background-image: url(../../themes/ambitiouskitchen/_static/images/icon-close-search.png) !important;
  top: 20px !important;
  right: 20px !important;
}

.dmc-footer-row-newsletter {
  padding: 50px 20px 50px;
  background: #fff;
}

.dmc-footer-row-newsletter > .dmc-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.dmc-convert-kit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dmc-convert-kit-form.style-single {
  padding-bottom: 30px;
}

.dmc-convert-kit-form.style-single .formkit-field {
  margin-bottom: 10px;
  width: 100%;
}

.dmc-convert-kit-form.style-single .formkit-input {
  width: 100%;
}

.dmc-convert-kit-form .section-title-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 35px;
  padding-top: 9px;
  max-width: 270px;
  width: 100%;
}

.dmc-convert-kit-form .section-title {
  line-height: normal;
  font-size: 1.25em;
  margin: 0;
}

.dmc-convert-kit-form .section-tagline {
  margin: 15px 0 0;
  font-weight: normal;
}

.dmc-convert-kit-form .section-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dmc-convert-kit-form .formkit-alert.formkit-alert-error {
  margin: 0;
}

.dmc-convert-kit-form .formkit-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-convert-kit-form .formkit-fields .formkit-field.dmc-margin-right {
  margin-right: 20px;
}

.dmc-convert-kit-form .formkit-input {
  border: 1px solid #231f20;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "Biko",serif;
  padding: 20px 25px 16px;
  font-size: .55em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  min-width: 240px;
  -webkit-appearance: none !important;
  margin: 0;
  outline: 0 !important;
}

.dmc-convert-kit-form .formkit-input::-webkit-input-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input::-moz-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input:-ms-input-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input::-ms-input-placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-input::placeholder {
  color: #a7a9ac;
}

.dmc-convert-kit-form .formkit-submit {
  font-size: 0.65em;
  background: #f6f5f2;
  color: #231f20;
  padding: 19px 24px 15px;
  border: none;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  cursor: pointer;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Biko",serif;
  outline: 0 !important;
}

.dmc-convert-kit-form .formkit-submit:hover {
  color: #f6f5f2;
  background: #231f20;
}

.dmc-convert-kit-form .dmc-full-width {
  width: 100%;
  margin-top: 10px;
}

.dmc-convert-kit-form input[type="checkbox"] {
  position: relative;
  left: initial;
  cursor: pointer;
}

.dmc-convert-kit-form .dmc-checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dmc-convert-kit-form .dmc-checkbox-row input {
  margin-right: 10px;
}

.dmc-convert-kit-form .dmc-checkbox-row label {
  margin-top: 2px;
  cursor: pointer;
  font-size: 0.45em !important;
}

.dmc-convert-kit-form .dmc-checkbox-row label a {
  text-decoration: underline !important;
}

#dmc-single-post .comment-form-wprm-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0;
  width: 48.8%;
  margin-top: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#dmc-single-post .comment-form-wprm-rating input[type="radio"] {
  position: relative;
  left: initial;
}

#dmc-single-post .comment-form-wprm-rating fieldset.wprm-comment-ratings-container {
  display: block;
}

#dmc-single-post .single-outer .comment-form-wprm-rating label {
  padding-top: 2px;
  font-size: .6em;
}

#dmc-single-post #commentform .wprm-rating-stars svg {
  position: absolute;
  top: 0;
  left: 0;
}

#dmc-single-post #commentform > input {
  margin-left: 0;
}

#dmc-single-post fieldset.wprm-comment-ratings-container span {
  width: 100px;
  height: 20px;
}

#dmc-single-post #commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dmc-taxonomy-title {
  font-family: "Biko-Bold",serif;
  font-weight: 400;
  line-height: 1.2;
}

.dmc-taxonomy-subtitle {
  font-family: MayWilde, cursive;
  font-size: 40px;
  margin: 0;
}

.dmc-taxonomy-description {
  max-width: 640px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.post-type-archive .page-title {
  margin: 0;
}

.post-type-archive .catnavouter .wrapper {
  border-bottom: 0;
}

.post-type-archive .catsubtitle .wrapper {
  border-bottom: 1px solid #bfbebc;
  padding-bottom: 30px;
}

@media screen and (min-width: 801px) {
  .search .alm-ajax .post-item {
    margin-left: 1.3%;
  }

  .search .alm-ajax .post-item:nth-child(3n - 1) {
    margin-left: 1.3%;
  }

  .search .alm-ajax .alm-reveal .post-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1262px) {
  .single-outer .main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .single-outer .main-row .primary {
    margin-right: 40px;
    max-width: 694px;
    width: calc( 100vw - 8vw - 40px - 360px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .single-outer .main-row .sidebar {
    width: 100%;
    max-width: 360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .single-outer > .wrapper.mainwrap > .section {
    border: 0;
    padding: 0;
  }

  .sharewrap {
    padding: 10px 0 0;
    width: 40px;
  }

  .sharewrap .sharetitle {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .didyoumake {
    padding-left: 0;
  }

  .comments-area {
    padding-left: 0;
  }

  .comments-area > * > * {
    width: 100%;
  }
}

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

  .dmc-bakery-tabs-ak .dmc-tabs-navigation {
    width: 43%;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col {
    margin-right: 30px;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger .nr {
    margin-right: 25px;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-tab-trigger {
    margin-bottom: 30px;
  }

  .dmc-bakery-tab-ak-posts .data-title-holder {
    margin-top: 25px;
  }

  #dmc-single-post .shopthispost .stp-product {
    width: 100px;
  }

  #dmc-single-post .shopthispost .stp-product img {
    max-width: 100px !important;
  }

  .dmc-convert-kit-form .section-title-holder {
    text-align: center;
    margin-right: 0;
    max-width: 100%;
  }

  .dmc-convert-kit-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dmc-convert-kit-form .section-form {
    margin-top: 16px;
  }

  .dmc-convert-kit-form .formkit-fields {
    -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-convert-kit-form .formkit-fields .formkit-field.dmc-margin-right {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .dmc-convert-kit-form .dmc-full-width {
    text-align: center;
  }

  .dmc-convert-kit-form .dmc-checkbox-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-convert-kit-form .dmc-checkbox-row label {
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .sharewrap {
    width: 100%;
    padding: 10px 20px;
  }

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

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

  .sharewrap .dmc-sharing ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .sharewrap .dmc-sharing li {
    margin-bottom: 0;
    margin-right: 20px;
  }

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

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

  .dmc-bakery-ak-heading .data-title {
    font-size: 1.7em;
  }

  .dmc-bakery-tabs-ak .dmc-tabs-navigation {
    position: relative;
    top: initial;
    width: auto;
    max-width: 100%;
    right: initial;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dmc-bakery-tabs-ak .dmc-tab-label {
    max-width: 280px;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-list-col {
    display: none;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col {
    margin: 0 auto;
  }

  .dmc-hover-tabs .dmc-content-tab {
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: auto;
  }

  .dmc-bakery-tabs-ak {
    margin-bottom: 80px;
  }

  body .footer-blurb .section {
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
  }

  body .footer-blurb .imgbox {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  body .footer-blurb .txtbox {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .single-outer .main-row .primary {
    margin-right: 20px;
    width: calc( 100vw - 8vw - 20px - 300px);
  }

  .single-outer .main-row .sidebar {
    max-width: 300px;
  }

  .adthrive-device-tablet .sidebar .adthrive-sidebar > div {
    padding: 0 !important;
  }

  .single-outer .wprm-recipe,
  .single-outer .easyrecipe {
    padding: 20px !important;
  }

  .postnl .section {
    width: 100%;
    margin-left: 0;
  }

  .postnl .postnl-right {
    max-width: 216px;
  }

  body #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_zwgsqa {
    width: 100% !important;
    height: 600px !important;
    left: 0;
    margin-left: 0;
    margin-top: -300px;
  }

  body #popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_zwgsqa {
    height: 600px !important;
    width: 100% !important;
  }

  body #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-1 {
    height: 100% !important;
    background-size: cover !important;
    width: 50% !important;
  }

  body #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-2 {
    font-size: 35px !important;
    line-height: 37px !important;
    left: 50% !important;
    margin-left: 30px;
    width: 290px !important;
  }

  body #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-3 {
    font-size: 18px !important;
    line-height: 26px !important;
    width: 300px !important;
    left: 50% !important;
    margin-left: 30px;
    top: 180px !important;
  }

  #dmc-preview-popup-form {
    left: 50%;
    margin-left: 30px;
    max-width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  .footer-blurb .imgbox {
    width: 61%;
  }

  .footer-blurb .txtbox {
    width: 36.5%;
    text-align: left;
  }
}

@media only screen and (max-width: 800px) {
  .homerecent .post-list .post-item {
    margin: 20px auto;
  }

  .homerecent .post-item,
  .latest-post-list .post-item,
  .errorlist .post-item {
    max-width: 273px;
  }
}

@media only screen and (max-width: 768px) {
  .cat-favorite .txtcol,
  .cat-favorite .imgcol {
    width: 100%;
    max-width: 603px;
    margin: 10px auto;
    float: none;
  }

  .single-parent {
    margin-top: 10px;
  }

  .single-outer .header-row .imgcol,
  .single-outer .header-row .txtcol {
    width: 100%;
    margin: 10px auto;
    max-width: 594px;
    float: none;
  }

  .single-outer .header-row .imgcol img {
    float: none;
  }

  .dmc-single-post.content-feed-1 {
    width: calc((100% - 22px)/2);
    margin-right: 22px !important;
  }

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

@media only screen and (max-width: 767px) {
  .shopthepost-widget .stp-outer {
    max-width: 100vw !important;
  }

  .dmc-bakery-tab-ak-posts .data-title {
    font-size: 1em;
  }

  .dmc-bakery-tab-ak-posts .dmc-hover-tabs .dmc-content-col .slick-dots {
    margin-top: 30px;
  }

  .about-section .col1 {
    float: none;
  }

  .about-section .col1.imgcol {
    width: 100%;
    max-width: 582px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section .col2 {
    float: none;
    width: 100%;
  }

  .about-section.about-intro .col2 {
    margin-top: 15px !important;
  }

  .about-third.about-section,
  .about-second.about-section {
    margin-bottom: 0;
  }

  .about-section .col1.txtcol {
    width: 100%;
  }

  .about-section .col2 .dmc-image-wrapper {
    max-width: 458px;
    margin: 0 auto;
  }

  .about-section .txtblock {
    width: 100%;
  }

  .dmc-single-post.content-feed-1 {
    width: calc((100% - 12px)/2);
    margin-right: 12px !important;
    margin-bottom: 40px;
  }

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

  .dmc-single-post.content-feed-1 .data-title {
    font-size: .95em;
  }

  body #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-1 {
    display: none;
  }

  body #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-2 {
    position: relative;
    left: initial !important;
    margin-left: 0;
    padding: 20px 20px 0;
    width: 100% !important;
    text-align: center !important;
    top: inherit !important;
    height: auto;
  }

  body #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-3 {
    position: relative;
    top: initial !important;
    left: initial !important;
    width: 100% !important;
    max-width: 300px;
    margin: 10px auto 0;
    text-align: center;
    height: auto;
  }

  body #popup-box-pro-gfcr-1 .popupally-pro-inner-1-fluid_zwgsqa {
    height: auto !important;
  }

  body #popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_zwgsqa {
    height: auto !important;
  }

  body #popup-box-pro-gfcr-1 .popupally-pro-outer-full-width-1-fluid_zwgsqa {
    height: auto !important;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #commentform > input {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  #sticky-wrapper:not(.is-sticky) + .searchformwrap {
    margin-top: -73px;
  }

  body.single-post.noob-is-sticky .sharewrap {
    display: block;
    top: 56px;
    bottom: initial;
  }

  #sticky-wrapper:not(.is-sticky) + .searchformwrap {
    z-index: 100000000;
  }

  .home-ft-links a {
    max-width: 277px;
  }

  body .also-list a {
    max-width: 279px;
  }

  .alm-listing {
    max-width: 578px;
    margin: 0 auto;
  }

  .postnl .postnl-right {
    max-width: 100%;
  }
}

@media only screen and (max-width: 670px) {
  .shopthepost-widget .stp-inner {
    margin-left: 0 !important;
    padding-left: 25px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .comment-list > li > ul > li {
    margin-left: 0;
  }

  .single-outer .main-row .primary {
    margin-right: 0;
  }

  .single-outer .shopthispost .shopthepost-widget {
    margin: 0 auto;
  }

  .sidefeature-posts {
    max-width: 370px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 650px) {
  .search-filter-results {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter-list .post-item {
    max-width: 273px;
  }
}

@media screen and (max-width: 650px) {
  .filter-list .post-item:nth-child(3n+1) {
    margin-left: 2.12%;
  }

  .filter-list .post-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 425px) {
  .single-outer .wprm-recipe .wprm-btn {
    padding: 9px 20px !important;
  }
}