@charset "UTF-8";

@media print {
  .post-header-shadow, .search-form, .modal-wrap, .modal__blocker, .rating-info, .recipe-action-buttons, span[itemprop='recipeCuisine'], .recipe-sauces__circles, .recipe__breadcrumbs, .header__search-toggle, .header__white-block, .header__hamburger-toggle, .sauce-products, .recipe-recirculation {
    max-width: 800px;
    margin: 0 auto
  }
  .recipe__breadcrumbs, .post-header-shadow, .header__search-toggle {
    display: none !important
  }
  footer, nav {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    border: none !important
  }
  .header, header {
    box-shadow: none;
    position: relative;
    width: 100px;
    float: left;
    margin-left: 40px
  }
  .header__contain {
    border: none
  }
  main {
    margin-top: 0
  }
  .search-form, .recipe-recirculation, .recipe-sauces__circle, .recipe-action-buttons, .sauce-products, .fb_iframe_widget, .card-grid.related, .recipe__button--print, .share__container, .fb-save {
    display: none !important
  }
  .recipe__title {
    margin-top: 0px
  }
  .archive__heading-content-wrapper {
    position: relative
  }
  .archive__heading-content-wrapper h1, .archive__heading-content-wrapper span {
    color: black !important
  }
  .archive__heading-img-wrapper {
    display: none
  }
  .archive__heading-img-wrapper .archive__heading-img {
    display: none
  }
  .recipe__info {
    margin: 0;
    padding: 0% 5%
  }
  .recipe__header-image {
    width: 100%;
    display: none
  }
  .recipe__sauces {
    padding: 0;
    border: none;
    margin-right: 20px;
    float: left !important
  }
  .recipe__info-content-wrap {
    padding: 0
  }
  .recipe__data {
    float: left;
    width: auto;
    padding: 0
  }
  .recipe__single-wrap {
    padding: 0
  }
  .header__logo, .header__logo:before, .header__hamburger-toggle, .header {
    display: none
  }
  .recipe__content-wrap, .recipe__info {
    border-top: none;
    border: none
  }
  .recipe__ingredients {
    width: 30%;
    float: left;
    clear: both
  }
  .recipe__prep {
    width: 70%;
    float: left
  }
  .email-collection {
    display: none
  }
  .archive__heading-img-wrapper::after {
    background-color: rgba(0, 0, 0, 0.5) !important
  }
  .archive__heading-above, .archive__heading-headline {
    color: #fff !important
  }
  .recipe__info-grouping .recipe__info {
    margin: 64px 24px;
    padding: 0
  }
  .recipe__info-grouping .recipe__info .recipe__sauces {
    font-weight: 900;
    display: block;
    width: 100%
  }
  .recipe__content-wrap {
    margin: 0 24px;
    padding: 0;
    display: flex;
    flex-direction: row
  }
  .recipe__content-wrap .recipe__ingredients {
    margin-right: 24px;
    flex-basis: 33.33%
  }
  .recipe__content-wrap .recipe-ingredients__list li {
    font-size: 10pt !important
  }
  .recipe__content-wrap .recipe-prep__list li {
    font-size: 10pt !important
  }
  .recipe-sauces {
    width: 100%
  }
  .recipe-sauces__names {
    display: flex;
    flex-direction: column
  }
  .related {
    display: none
  }
}