body {
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 2.3em;
}

p, ul, ol {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: 400;
	font-style: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}

/* HEADER STYLES */

#header-bar {
	display: none;
}

.desktophide {
	display: none;
}

.maintitles {
	display: none;
}

.brandspace {
	display: none;
}

.recipemain .buttons {
	display: none;
}

/* CTA AND BASE SECTION */

.boxcta {
	border: 1px solid #ffffff;
	background-color: #434343;
	padding: 20px 30px 16px 30px;
}

.notop {
	margin-top: 0;
}

.cta {
	margin: 20px auto;
}

.base {
	margin: 20px auto;
}

.base p {
	font-size: 0.9em;
}

img#twitter {
	display: none;
}

.base #logos {
	display: none;
}

.base a {
	color: #000000;
}

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

.recipemain h3 {
	padding-top: 20px;
}

.recipemain h4 {
	line-height: 1.8em;
	margin-top:  40px;
}

.recipemain ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

.recipemain ul li {
	margin-left: 0;
	padding-bottom: 8px;
}

.recipemain ol {
	margin-left: -24px;
}

.recipemain ol li {
	padding-bottom: 8px;
	padding-left: 10px;
}

.buttons {
	margin-bottom: 20px;
}

a.button {
	display: inline-block;
	font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #cd0a21;
	padding: 14px 20px;
	margin: 20px 30px 20px 0;
	border: 2px solid #000000;
	cursor: pointer;
}

a.button:hover {
	border: 2px solid #ffffff;
	color: #000000;
	text-decoration: none;
}


























