@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);
@import url(http://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);

* {
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.offcanvas-left,
.offcanvas-right,
.hidden-print,
.search-toggle,
.navbar-toggle,
.social-icons,
.main-nav,
.subnav,
.sp-box-recipe-social,
.btn,
.information-wrapper,
.fb-section,
.similar-recipes,
.related-recipes,
footer,
#sb-container {
	display: none !important;
}

.text-fancy { font-family: 'Rock Salt', cursive; }
em { font-style: normal; }

nav .container { text-align: center; }
.navbar-logo img {
	width: 244px;
	/*margin: 78px 0 40px;*/
	margin: 0;
}
h1 {
	margin: 0;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	line-height: 38px;
}
h4 {

	font-weight: normal;
	font-size: 22px;
	margin: 0 0 30px;
}
a {
	color: #000000;
	text-decoration: none;
}

.title-section p {
	max-width: 600px;
	margin: 0 auto 30px;
}

.recipe-details-table {
	width: 100%;
	margin: 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 20px 0 32px;
	display: block;
}
.recipe-details-table tbody {
	display: block;
}
.recipe-details-table tr { display: inline; }
.recipe-details-table td {
	display: inline-block;
	margin: 0 10px;
}
.recipe-details-table td .text-fancy { font-size: 28px; }

.recipe-list {
	margin: 0 40px;
}
.ingredients,
.instructions {
	width: 46%;
	margin-right: 4%;
	float: left;
	text-align: left;
	font-size: 12px;
}
.ingredients h2,
.instructions h2 {
	text-align: left;
	margin: 40px 0 20px;
}
.ingredients .row {
	width: 100%;
	clear: both;
}
.ingredients .row > div {
	text-align: left;
	float: left;
	padding-bottom: 12px;
}
.ingredients .subtitle {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.ingredients .quantity {
	width: 36%;
	margin-right: 2%;
}
.ingredients .ingredient {
	width: 60%;
	margin-right: 2%;
}


.instruction {
	padding-bottom: 12px;
	display: block;
	text-align: left;
}
.instructions h3,
.instructions p {
	text-align: left;
}

#nutritionInfo {
	display: none;
}
