@media print {
    #site-header,
    #mobile-navigation,
    .post-nav-links,
    .post-header--callouts,
    .post-featured-image,
    .post-print,
    #recipe-section--related-recipes,
    #site-footer,
    .post-description--anchor-link,
    .aiosrs-rating-wrap,
    .post-description--description iframe { display: none !important; }

    .post-header--title {
        margin-bottom: 20px !important;
        font-size: 20px !important;
    }
    .post-description--ingredients {
        margin-bottom: 20px !important;
    }
    .post-description--ingredients *,
    .post-description--description * {
        font-size: 12px !important;
    }
    #instructions {
        margin-top: 20px !Important;
    }
	/*.recipe-title,
	.recipe-title-detail { padding: 10px 0; }

	.recipe-slider.slider-large { display: none; }

	.shell,
	.recipe-title .shell,
	.recipe-content .shell { max-width: 100%; }

	.section-ingredients { width: 40% !important; min-width: 40% !important; max-width: 40% !important; float: left !important; overflow: hidden !important; }
	.section-ingredient { max-width: 100% !important; }
	.recipe-content .section-post { width: 55% !important; float: right !important; overflow: hidden !important; }

	.ingredient li { padding: 2px 0; }
	.ingredient li strong { width: 30% !important; font-size: 12px !important; }
	.ingredient li span { width: 60% !important; padding-right: 5px !important; font-size: 12px !important; }

	.recipe-content .post h2 { font-size: 30px !important; }
	.recipe-content .post p { font-size: 15px !important; }

	.single-crb_recipe .recipe-meta { display: none; }
	.single-crb_recipe .recipe-title .entry { padding-bottom: 0; }
	.single-crb_recipe .recipe-content { margin-top: -10px; padding-top: 0; }
	.single-crb_recipe .recipe-title,
	.single-crb_recipe .section-ingredient { background: none; }

    .single-crb_recipe .shell {
      display: flex;
      flex-direction: column;
    }
    .single-crb_recipe .section-post {
      order: 1;
      float: none !important;
      width: 100% !important;
    }
    .single-crb_recipe .section-ingredients {
      order: 2;
      width: 100% !important;
      float: none !important;
      max-width: 100% !important;
      min-width: 100% !important;
    }
    .single-crb_recipe p img {
      max-width: 50% !important;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .single-crb_recipe .recipe-title {
      padding-top: 50px;
  }*/
}
