/* Home Page */

#image-home {
	margin-bottom: 30px;
	line-height: 0;
}
#image-home img {
	max-width: 100%;
	height: auto;
}
#home-nav-list {
	margin-bottom: -5px;
}
#home-nav-list ul {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#home-nav-list ul li {
	margin: 0 10px 10px 0;
	float: left;
	width: calc(50% - 10px);
}
#home-nav-list ul li a {
	background: url('../images/recipes/icon-page.png') no-repeat 15px center #f7f7f7;
	font: normal 16px "Poppins", sans-serif;
	font-weight: 400;
    color: #555;
    border-radius: 60px;
    line-height: 60px;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 80px;
}
#home-nav-list ul li a:hover {
	background-color: #f0f0f0;
	color: #bf6200;
}
#highlight-wrapper {
	margin: 0 -10px 20px 0;
	overflow: hidden;
}
.highlight-archive {
	margin: 0 10px 10px 0;
	width: calc(50% - 10px);
	float: left;
}
.highlight-archive a {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 20px;
	height: 90px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.highlight-archive a:hover .highlight-data ul li.highlight-title {
	color: #930;
	text-decoration: underline;
}
.highlight-thumb {
	line-height: 0;
	margin-right: 20px;
	width: 120px;
	float: left;
}
.highlight-thumb img {
	max-width: 100%;
	height: auto;
}
.highlight-data {
	overflow: hidden;
}
.highlight-data ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.highlight-data ul li {
	font: normal 12px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 150%;
}
.highlight-data ul li.highlight-title {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 150%;
	padding-bottom: 10px;
}
#section-links ul {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#section-links ul li {
	margin-right: 10px;
	width: calc(25% - 10px);
	float: left;
}
#section-links ul li a {
	background-color: #f7f7f7;
	font: normal 12px "Poppins", sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 40px;	
	border-radius: 40px;
	display: block;
	text-decoration: none;
	text-align: center;	
}
#section-links ul li a:hover {
	background-color: #f0f0f0;
	color: #930;
}

/* Archives */

#archive-wrapper {
	
}
.archive {
	border-bottom: 1px solid #e3e3e3;
}
.archive:last-of-type {
	border-bottom: 0;
}
.archive a {
	display: block;
	padding: 30px 0;		
	text-decoration: none;
	overflow: hidden;
}
.archive:first-of-type a {
	padding: 10px 0 30px 0;
}
.archive-thumb {
	width: 160px;
	height: 120px;
	margin-right: 30px;
	float: left;
	line-height: 0;
}
.archive-thumb img {
	width: 100%;
	height: auto;
}
.archive-content {
	overflow: hidden;
}
.archive-content h4 {
	font: normal 16px "Poppins", sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 150%;
	margin: 0 0 10px 0;
}
.archive a:hover .archive-content h4 {
	color: #930;
	text-decoration: underline;
}
.archive-meta {
	margin-bottom: 10px;
}
.archive-meta p {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
}
.archive-category {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 150%;
}
.archive-category span {
	background-color: #f7f7f7;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
}

/* Single Post */

#recipe-post h1 {
	font: normal 32px "Oswald", sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 150%;
	margin: 0 0 5px 0;
}
#recipe-contributor {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
	margin-bottom: 30px;
}
#recipe-image {
	margin-bottom: 40px;
	line-height: 0;
	text-align: center;
}
#recipe-image img {
	width: 100%;
	height: auto;
}
#recipe-content {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
#recipe-content h3 {
	font: normal 16px "Poppins", sans-serif;
	font-weight: 600;
	color: #333;
	line-height: 180%;
	margin: 0 0 30px 0;	
}
.ingredient-list {
	margin-bottom: 40px;
}
.ingredient-row {
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	padding: 10px 0;
}
.il-quantity {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
	float: left;
	width: 20%;
}
.il-ingredient {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 180%;
	float: right;
	width: 80%;
}
.recipe-directions {
	padding-bottom: 30px;
}
.recipe-directions:last-of-type {
	padding-bottom: 0;
}
.recipe-directions p {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
	margin: 0 0 20px 0;
}
.recipe-directions em {
	font: italic 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
}
.recipe-directions strong {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 600;
	color: #444;
	line-height: 180%;
}
.recipe-directions ol, ul {
	margin: 0 0 20px 15px;
	padding: 0;
}
.recipe-directions li {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
}
.recipe-yield {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 40px;
}
.recipe-yield span {
	color: #333;
}
.recipe-notes p {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	line-height: 180%;
}
#recipe-meta {
	
}
#recipe-meta ul {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#recipe-meta ul li {
	width: calc(33.3% - 10px);
	margin-right: 10px;
	float: left;
}
#recipe-meta ul li a {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;		
	display: block;
	text-decoration: none;
	padding-left: 50px;
	line-height: 50px;
	border-radius: 50px;	
}
#recipe-meta ul li.region a {
	background: url('../images/recipes/icon-region-single.png') no-repeat 10px center #f7f7f7;
}
#recipe-meta ul li.culture a {
	background: url('../images/recipes/icon-culture-single.png') no-repeat 10px center #f7f7f7;
}
#recipe-meta ul li.category a {
	background: url('../images/recipes/icon-category-single.png') no-repeat 10px center #f7f7f7;
}
#recipe-meta ul li a:hover {
	color: #bf6200;
	background-color: #f0f0f0;
}

/* Recipe Sponsor */

.recipe-sponsor {
	padding: 15px;
	line-height: 0;
}
.recipe-sponsor img {
	max-width: 100%;
	height: auto;
}

/* Page - Cultures */

#culture-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#culture-list ul li {
	margin-bottom: 10px;
}
#culture-list ul li:last-child {
	margin-bottom: 0;
}
#culture-list ul li a {
	background: url('../images/recipes/icon-culture.png') no-repeat 15px center #f7f7f7;	
	font: normal 16px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	border-radius: 60px;
	line-height: 60px;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 80px;
}
#culture-list ul li a:hover {
	background-color: #f0f0f0;
	color: #bf6200;	
}

/* Page - Categories */

#recipe-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#recipe-categories ul li {
	margin-bottom: 10px;
}
#recipe-categories ul li:last-child {
	margin-bottom: 0;
}
#recipe-categories ul li a {
	background: url('../images/recipes/icon-page.png') no-repeat 15px center #f7f7f7;	
	font: normal 16px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	border-radius: 60px;
	line-height: 60px;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 80px;
}
#recipe-categories ul li a:hover {
	background-color: #f0f0f0;
	color: #bf6200;	
}

/* Page - Videos */

#recipes-video ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#recipes-video ul li {
	margin-bottom: 10px;
}
#recipes-video ul li:last-child {
	margin-bottom: 0;
}
#recipes-video ul li a {
	background: url('../images/recipes/icon-video.png') no-repeat 15px center #f7f7f7;	
	font: normal 16px "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	border-radius: 60px;
	line-height: 60px;
	display: block;
	text-decoration: none;
	padding: 0 20px 0 80px;
}
#recipes-video ul li a:hover {
	background-color: #f0f0f0;
	color: #bf6200;
}

/* Video Playlist */

#channel-wrapper h1 {
	font: normal 32px "Oswald", sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 150%;
	margin: 0 0 30px 0;
}
#video-container {
	background-color: #000;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
	line-height: 0;
	margin-bottom: 50px;
}
#video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#channel-recipes h2 {
	font: normal 18px "Poppins", sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 180%;
	margin: 0 0 30px 0;
	padding: 10px 20px;
	border: 1px solid #e3e3e3;
	background-color: #f7f7f7;
	border-radius: 4px;
}
#more-recipes {

}
#video-menu {
	padding: 15px;
}
#video-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#video-menu ul li {
	margin-bottom: 10px;
}
#video-menu ul li:last-of-type {
	margin-bottom: 0;
}
#video-menu ul li a {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
    color: #555;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #e3e3e3;
    display: block;
    text-decoration: none;
    line-height: 50px;
    padding: 0 30px;
}
#video-menu ul li a:hover {
	color: #930;
	background-color: #fafafa;
}

/* Global */

#page-intro {
	padding-bottom: 20px;
}
#page-intro p {
	font: normal 14px "Poppins", sans-serif;
	font-weight: 400;
    color: #555;
	line-height: 180%;
	margin: 0 0 20px 0;
}

/* Media Queries */

@media screen and (max-width: 1260px) {
	
#recipe-meta ul {
	margin: 0;
}
#recipe-meta ul li {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
}
#recipe-meta ul li:last-of-type {
	margin: 0;
}

}