/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
	color: #444 !important;
	text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
	content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
	content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
	content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
	display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
	page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
	max-width: 100% !important;
  }

  @page {
	margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
	orphans: 3;
	widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
	page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
	display: none;
  }

  /* line 86, ../scss/partials/_print.scss */
  body.single-recipe a:after, body.single-recipe a:visited:after {
	content: "";
	display: none;
  }
  /* line 91, ../scss/partials/_print.scss */
  body.single-recipe a abbr[title]:after, body.single-recipe a:visited abbr[title]:after {
	content: "";
	display: none;
  }
  /* line 96, ../scss/partials/_print.scss */
  body.single-recipe .sp-header, body.single-recipe .related-recipes-wrapper, body.single-recipe .recipe-image-wrapper, body.single-recipe .recipe-stars-author-print, body.single-recipe .sharrre, body.single-recipe .sp-footer-desktop {
	display: none;
  }
  /* line 99, ../scss/partials/_print.scss */
  body.single-recipe #content {
	margin-top: 0;
  }
  /* line 102, ../scss/partials/_print.scss */
  body.single-recipe #inner-content {
	padding-top: 0;
  }
  /* line 105, ../scss/partials/_print.scss */
  body.single-recipe .recipe-cats-social {
	border-bottom: none !important;
  }
  /* line 108, ../scss/partials/_print.scss */
  body.single-recipe .recipe-title .wpurp-recipe-title {
	margin-top: 24px !important;
	font-size: 24px;
  }
  /* line 113, ../scss/partials/_print.scss */
  body.single-recipe .recipe-top .recipe-meta {
	padding-bottom: 0 !important;
  }
  /* line 115, ../scss/partials/_print.scss */
  body.single-recipe .recipe-top .recipe-meta .recipe-servings, body.single-recipe .recipe-top .recipe-meta .recipe-prep-time {
	margin-top: 0;
  }
  /* line 118, ../scss/partials/_print.scss */
  body.single-recipe .recipe-top .recipe-meta > .wpurp-rows-row {
	display: inline-block;
  }
  /* line 121, ../scss/partials/_print.scss */
  body.single-recipe .recipe-top .recipe-meta .recipe-prep-time, body.single-recipe .recipe-top .recipe-meta .recipe-cook-time {
	padding-left: 0;
  }
  /* line 125, ../scss/partials/_print.scss */
  body.single-recipe .recipe-top .recipe-meta .recipe-prep-time span, body.single-recipe .recipe-top .recipe-meta .recipe-prep-time input, body.single-recipe .recipe-top .recipe-meta .recipe-cook-time span, body.single-recipe .recipe-top .recipe-meta .recipe-cook-time input, body.single-recipe .recipe-top .recipe-meta .recipe-servings span, body.single-recipe .recipe-top .recipe-meta .recipe-servings input, body.single-recipe .recipe-top .recipe-meta .recipe-product-type span, body.single-recipe .recipe-top .recipe-meta .recipe-product-type input {
	font-size: 13px;
	font-weight: 400;
  }
  /* line 133, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients {
	padding-left: 0 !important;
	padding-right: 0 !important;
  }
  /* line 136, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients .wpurp-title {
	margin-bottom: 0 !important;
	font-size: 18px;
	text-transform: none;
  }
  /* line 141, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients {
	list-style: none;
	margin-left: 23px !important;
  }
  /* line 144, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients li.wpurp-recipe-ingredient {
	list-style: none !important;
	margin-bottom: 0;
  }
  /* line 147, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients li.wpurp-recipe-ingredient .recipe-ingredient-quantity-unit {
	width: auto;
	min-width: 7% !important;
  }
  /* line 150, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients li.wpurp-recipe-ingredient .recipe-ingredient-quantity-unit span {
	font-weight: 400;
	color: #333 !important;
	font-size: 14px;
  }
  /* line 156, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients li.wpurp-recipe-ingredient .wpurp-recipe-ingredient-name {
	width: auto;
	margin-left: 20px;
	float: none;
  }
  /* line 160, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients li.wpurp-recipe-ingredient .wpurp-recipe-ingredient-name a {
	color: #000 !important;
	font-size: 16px;
  }
  /* line 165, ../scss/partials/_print.scss */
  body.single-recipe .recipe-ingredients ul.wpurp-recipe-ingredients li.wpurp-recipe-ingredient .wpurp-recipe-ingredient-notes {
	float: none;
	width: auto;
	color: #333 !important;
  }
  /* line 175, ../scss/partials/_print.scss */
  body.single-recipe .wpurp-container .recipe-instructions .wpurp-title {
	font-size: 18px;
	margin-top: 5px !important;
	margin-bottom: 12px;
  }
  /* line 181, ../scss/partials/_print.scss */
  body.single-recipe .wpurp-container .recipe-instructions .wpurp-recipe-instructions .wpurp-recipe-instruction {
	padding-left: 0 !important;
	font-size: 15px !important;
	margin-bottom: 11px !important;
	border-bottom: 1px dashed #000 !important;
	padding-bottom: 11px !important;
	line-height: 1.4;
	list-style: none !important;
  }
  /* line 189, ../scss/partials/_print.scss */
  body.single-recipe .wpurp-container .recipe-instructions .wpurp-recipe-instructions .wpurp-recipe-instruction:before {
	display: none;
  }
  /* line 192, ../scss/partials/_print.scss */
  body.single-recipe .wpurp-container .recipe-instructions .wpurp-recipe-instructions .wpurp-recipe-instruction:last-child {
	border-bottom: none !important;
  }
}

.malinky-load-more {
  display: block;
  clear: both;
  border-top: 3px solid #51603e;
  margin-top: 0;
  padding-top: 15px;
  width: 100%;
}
