/* BOLERPLATE */

@page {
	size: auto;   /* auto is the initial value */
	margin: 15mm 25mm 25mm 25mm;
}

html {
	background-color: transparent;
}

body {
 /*  -webkit-print-color-adjust:exact !important; */
 font-family: "proxima-nova",sans-serif;
 font-size: 11px;
 color: black;
}

.cd-main-content {
	margin-top: 0;
}

a,
a:visited {
  text-decoration: underline;
}

h1 {
	font-size: 2em;
	margin: 0 0 .2rem 0;
	line-height: 1em;
}

h4 {
	font-size: 1.8em;
	font-weight: 600;
}

h5 {
	font-size: 1.4em;
	font-weight: 300;
}

p {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: .6rem;
}

p.recipe-date {
	font-size: .8em;
}

div.recipe-prefixed{
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 300;
	margin-bottom: .5em;
	letter-spacing: -.03rem;
}

div.recipe-prefixed strong {
	font-weight: 600;
}

.recipe-detail-widget {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.table th {
	font-size: .8em;
	line-height: 1em;
	padding: .6em .6em .6em .6em;
	border-top: 1px solid darken($gray-lighter, 5%);
	width: 10%;
}
.table td {
	font-size: .8em;
	padding: .6em .6em .6em .6em;
	border-top: 1px solid darken($gray-lighter, 5%);
	line-height: 1em;
}

/*
    a[href]:after {
        content: " (" attr(href) ")";
    }
 */

abbr[title]:after {
    content: " (" attr(title) ")";
}

/*
 * Don't show links for images, or javascript/internal links
 */

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group; /* h5bp.com/t */
}

tr,
.nobreak {
    page-break-inside: avoid;
}

img.instructions {
    max-width: 50% !important;
		margin-top: 5mm;
		margin-bottom: 5mm;
		display: block;
		float: clear;
}

img.hero {
    max-width: 50% !important;
		float: right;
		margin-left: 5mm;
		margin-bottom: 5mm;
}

div.branding p {
	margin-bottom: 0;
}

div.branding {
	text-align: right;
}

div.branding img {
	width: 40%;
	margin-bottom: 2rem;
}

ol {
	padding-left: 1rem;
}
ol li {
	line-height: 1.2em;
	margin-bottom: .5rem;
}


p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}


/* UTILITIES */

.clear, .clearfix{
	clear:both;
	float: none;
}

.noprint,
.cd-nav {
	display: none;
	}

.print {
	display: initial;
	width: 100%;
	font-size: 10px;
}

.print.for-email {
	display: none;
}

.imageholder {
	position: absolute;
	bottom:0;
	}
