/*
 Custom fonts pulled from typography.com
 Chronicle ScreenSmart Book
 font: 400 "Chronicle SSm A", "Chronicle SSm B", sans-serif;
 Chronicle ScreenSmart Medium
 font: 500 "Chronicle SSm A", "Chronicle SSm B", sans-serif;
 Chronicle ScreenSmart Bold
 font: 600 "Chronicle SSm A", "Chronicle SSm B", sans-serif;
 Gotham Book
 font: 400 'Gotham SSm A', 'Gotham SSm B', sans-serif;
 Gotham Medium
 font: 500 'Gotham SSm A', 'Gotham SSm B', sans-serif;
 Gotham Bold
 font: 700 'Gotham SSm A', 'Gotham SSm B', sans-serif;
 Verlag Book
 font: 400 'Verlag A', 'Verlag B', sans-serif;
 Verlag Bold
 font: 700 'Verlag A', 'Verlag B', sans-serif;
  Verlag Black
 font: 800 'Verlag A', 'Verlag B', sans-serif;
 */
body {
	margin: 0;
	font: 300 12px/20px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	color: #0a2240;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.showsmall {
	display: none;
}

/* -- NAVIGATION -- */
#nav {
	background: #0c233f;
}
#nav .inside {
	width: 980px;
	margin: auto;
}
#nav a {
	color: #ba954f;
	text-decoration: none;
	text-transform: uppercase;
	font: 400 12px 'Verlag A', 'Verlag B', sans-serif;
	display: block;
	letter-spacing: .2em;
}
#nav a:hover {
	color: #FFF;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}
#nav li {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}
#nav li.home {
	padding-left: 15px;
}
#nav li.turning {
	padding-left: 80px;
	position: relative;
}
#nav li.image {
	padding: 5px 0 0 80px;
}
#nav li.buy {
	padding-left: 50px;
}
#nav li.join {
	padding-left: 25px;
}
#nav .turning .popup {
	display: none;
	position: absolute;
	top: 70px;
	left: -65px;
	width: 780px;
	background: #faf6f1;
	padding: 5px 20px;
	color: #ba954f;
	font: 400 14px/22px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
#nav .turning .popup:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 10px #faf6f1;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	display: block;
	position: absolute;
	top: -10px;
	left: 200px;
}

/* -- HEADER -- */
#header {
	text-align: center;
}

/* -- OBSESSED  -- */
#obsessed {
	background: url(/assets/images-v2-150/obsessed-bg.jpg) no-repeat fixed top center;
	background-size: cover;
}
#obsessed .copy {
	color: #FFF;
	font: 400 20px/35px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	width: 785px;
	margin:  auto;
	padding: 170px 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
}

/* -- ABOUT -- */
#about #section1 {
	background: url(/assets/images-v2-150/map.jpg) no-repeat fixed top center;
	background-size: cover;
	padding: 300px 0 150px 0;
}
#about #section1 .box {
	width: 650px;
	margin: auto;
	border: 2px solid #FFF;
	padding: 30px 0;
	color: #FFF;
}
#about #section1 .box .subheadline{
	text-transform: uppercase;
	font: 800 16px 'Verlag A', 'Verlag B', sans-serif;
	letter-spacing: .2em;
	text-align: center;
}
#about #section1 .box .headline {
	padding: 20px 0 0 33px;
	text-transform: uppercase;
	font: 400 85px/87px 'Verlag A', 'Verlag B', sans-serif;
	letter-spacing: .5em;
	text-align: center;
}

#about #section2 {
	background: url(/assets/images-v2-150/map.jpg) no-repeat fixed top center;
	background-size: cover;
	padding: 50px 0 100px 0;
}
#about #section2 .box {
	width: 760px;
	margin: auto;
	display: table;
}
#about #section2 .box .image {
	display: table-cell;
	width: 47%;
	vertical-align: middle;
}
#about #section2 .box .copy {
	display: table-cell;
	width: 53%;
	vertical-align: middle;
	color: #FFF;
	font: 400 24px/30px 'Verlag A', 'Verlag B', sans-serif;
	letter-spacing: .05em;
}

#about #section3 {
	background: url(/assets/images-v2-150/map.jpg) no-repeat fixed top center;
	background-size: cover;
	padding: 150px 0;
}
#about #section3 .headline {
	color: #FFF;
	font: 600 32px/52px 'Verlag A', 'Verlag B', sans-serif;
	width: 550px;
	margin: auto;
	letter-spacing: .15em;
	text-align: center;
}

#about #section4 {
	background: url(/assets/images-v2-150/map.jpg) no-repeat fixed top center;
	background-size: cover;
	padding: 100px 0;
}
#about #section4 .box {
	width: 900px;
	margin: auto;
	display: table;
}
#about #section4 .box .copy {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	color: #FFF;
	font: 400 24px/30px 'Verlag A', 'Verlag B', sans-serif;
	letter-spacing: .05em;
}
#about #section4 .box .image {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: right;
}

#about #section5 img {
	width: 100%;
	margin-bottom: 50px;
}

/* -- BUY BARS -- */
#buy {
}
#buy .left {
	position: sticky;
	top: 75px;
	left: 0;
	width: 50%;
}
#buy .left img {
	width: 100%;
}
#buy .right {
	float: right;
	width: 50%;
	margin-top: -300px;
}
#buy .right .copy {
	padding: 0 50px 300px 50px;
}
#buy .right .copy .large {
	font: 500 30px/40px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
}
#buy .right .copy .small {
	margin-top: 30px;
	font-size: 16px;
}
#buy .right .copy .button {
	padding-top: 50px;
}
#buy .right .copy .button a {
	display: inline-block;
	padding: 5px 10px;
	font: 600 13px 'Verlag A', 'Verlag B', sans-serif;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #0c233f;
	text-decoration: none;
	letter-spacing: .2em;
}
#buy .right .copy .button a:hover {
	color: #FFF;
	background: #0c233f;
}

/* -- RECIPE INTRO -- */
#recipe-intro {
	background: #ba954f;
	color: #FFF;
}
#recipe-intro .inside {
	display: table;
}
#recipe-intro .inside .col {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#recipe-intro .inside .left {
	font: 500 25px/35px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
	padding: 0 60px 0 80px;
}
#recipe-intro .inside .right {
	background: #FFF;
}
#recipe-intro .inside .right img {
	display: block;
	max-width: 100%;
}

/* -- RECIPE TITLE -- */
#recipe-title {
	padding: 25px 0 15px 0;
	background: #f5f5f7;
}
#recipe-title .inside {
	width: 775px;
	margin: auto;
}
#recipe-title .inside .title {
	font: 500 25px/35px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
	text-align: center;
	padding-bottom: 20px;
}
#recipe-title .inside .comingsoon {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 4px;
	padding: 10px 0;
}
#recipe-title .inside .comingsoon span {
	display: inline-block;
	background: #f5f5f7;
	padding: 10px;
	position: relative;
	z-index: 5;
}
#recipe-title .inside .comingsoon:before {
	content: "";
	position: absolute;
	width: 100%;
	border-top: 2px solid #000;
	top: 50%;
	left: 0;
	z-index: 1;
}
#recipe-title .copy {
	width: 650px;
	margin: auto;
	column-count: 2;
	column-gap: 40px;
	font-size: 15px;
}
#recipe-title .copy .name {
	text-align: center;
	padding: 10px 0;
	line-height: normal;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
#recipe-title .copy .name a {
	color: #0a2240;
	text-decoration: none;
}
#recipe-title .copy .name a:hover {
	text-decoration: underline;
}

/* -- RECIPES -- */
#recipes {
}
#recipes .inside {
	width: 980px;
	margin: auto;
}
#recipes .recipe {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#recipes .recipe .image,
#recipes .recipe .copy {
	vertical-align: middle;
}
#recipes .recipe .image {
	width: 627px;
	overflow: hidden;
}
#recipes .recipe .copy {
	width: 361px;
	display: table-cell;
	vertical-align: middle;
}
#recipes .recipe.imageright .copy {
	padding: 0 45px;
	order: 1;
}
#recipes .recipe.imageleft .copy {
	padding: 0 30px 0 80px;
	order: 2;
}
#recipes .recipe.imageright .image {
	order: 2;
}
#recipes .recipe.imageleft .image {
	order: 1;
}
#recipes .recipe .image img {
	display: block;
}
#recipes .recipe .image a {
	display: block;
	position: relative;
}
#recipes .recipe .image a:hover:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat url("/assets/images-v2-150/recipe-over.png");
}
#recipes .recipe .name {
	font: 30px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
	margin-bottom: 5px;
	font-style: italic;
}
#recipes .recipe .copy a {
	text-decoration: none;
	color: #0c2340;
}
#recipes .recipe .copy a:hover {
	color: #BA954F;
}
#recipes .recipe .chef {
	font-size: 17px;
	line-height: normal;
	margin-bottom: 5px;
}
#recipes .recipe .city {
	text-transform: uppercase;
}



/* -- RECIPE DETAIL PAGE -- */
#recipe-page h1 {
	font: 400 24px/normal 'Verlag A', 'Verlag B', sans-serif;
	text-transform: uppercase;
	margin: 40px 0 25px 0;
	color: #57514e;
}
#bio {
	padding: 30px 0;
}
#bio .bioquote {
	font: 300 22px/30px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
	color: #ba954f;
}
#bio .bioquote p {
	margin-top: 0;
}
#bio-copy {
	font-size: 16px;
	line-height: 28px;
	padding-right: 60px;
}
#bio-copy p:first-of-type {
	font-size: 23px;
}
.page-copy  a {
	color: #57514e;
	text-decoration: underline;
}
.page-copy  a:hover {
	text-decoration: none;
}
.page-copy {
	width: 530px;
}
.page-copy h2 {
	margin-bottom: 0;
}
.page-copy p {
	margin: 0 0 20px 0;
}
#recipe-page {
	margin: 0 auto;
	width: 940px;
	padding-bottom: 100px;
	position: relative;
	color: #57514e;
}
#recipe-page .page-copy ol, #recipe-page .page-copy ul {
	list-style-type: decimal;
	margin-left: 50px;
}
#recipe-page .page-copy li {
	list-style-type: disc;
	padding-bottom: 20px;
}
#recipe-page .callout {
	background: #eff4f7;
	padding: 20px;
	float: right;
	width: 340px;
	margin-top: 60px;
	position: relative;
}
#recipe-page .callout h2 {
	font: 500 16px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	margin-top: 0;
	width: 190px;
}
#recipe-images.callout,
#bio-image.callout {
	width: 380px;
	padding: 0;
	background: none;
	margin-top: 5px;
}
#recipe-images.callout img {
	margin-bottom: 30px;
}
#recipe-detail .yield {
	font-size: 17px;
}
#recipe-detail h2 {
	font: 500 17px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
#recipe-detail .tools,
.cookbook .tools {
	margin: 40px 0;
	border-top: 1px solid #d4d9da;
	border-bottom: 1px solid #d4d9da;
	padding: 20px 0;
	vertical-align: middle;
}
#recipe-detail .tools .button,
.cookbook .tools .button {
	border: 0;
	padding: 3px 30px;
	color: #FFF;
	font-weight: 700;
	background: #d69a2d;
	text-decoration: none;
	margin-left: 20px;
}
#recipe-detail .tools .button:hover,
.cookbook .tools .button:hover {
	background-color: #a11d24;
}
.sharing {
	min-width: 380px;
	display: inline-block;
}
.sharing * {
	vertical-align: middle !important;
}
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
	height: 22px !important;
}
.stButton .stArrow {
	height: 22px !important;
	line-height: 22px !important;
}
.stButton_gradient {
	display: inline !important;
}
#recipe-detail #related {
	margin: 50px 0;
}
#recipe-detail #related h2 {
	font: 500 16px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4d9da;
	margin: 0;
}
#recipe-detail #related ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#recipe-detail #related li {
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	width: 225px;
	margin: 0 30px 0 0;
	padding: 20px 0 0 0;
	text-align: center;
}
#recipe-detail #related li a {
	text-decoration: none;
	color: #57514e;
}
#recipe-detail #related li:hover p {
	color: #A11D24;
}
#recipe-detail #related li img {
	position: relative;
}
#recipe-detail #related li p {
	margin-top: 10px;
	border-top: 1px solid #d4d9da;
	padding-top: 10px;
}

/* -- PARTY -- */
#party {
	padding: 60px 0;
	background: #f5f5f7;
}
#party .inside {
	width: 980px;
	margin: auto;
}
#party .headline {
	text-align: center;
	font: 700 32px 'Verlag A', 'Verlag B', sans-serif;
	text-transform: uppercase;
	letter-spacing: .375em;
	margin-bottom: 20px;
}
#party .subheadline {
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: .031em;
	font: 500 22px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
}
#party .columns {
	display: table;
	width: 100%;
	margin-top: 70px;
	padding: 0 50px;
}
#party .columns .col {
	width: 33%;
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	padding: 0 20px;
}
#party .col .header {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}
#party .name {
	font-size: 18px;
}
#party .name a {
	color: #0a2240;
	text-decoration: none;
}
#party .name a:hover {
	text-decoration: underline;
}
#party .city {
	text-transform: uppercase;
}
#party .event {
	padding-bottom: 15px;
}

/* -- HASHTAG -- */
#hashtag {
	padding: 60px 0 90px 0;
	background: #ba954f;
	color: #FFF;
}
#hashtag .headline {
	text-align: center;
	font: 500 24px/24px "Chronicle SSm A", "Chronicle SSm B", sans-serif;
	letter-spacing: 1px;
	padding: 0 15px;
}
#hashtag p {
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 0 0;
	letter-spacing: 5px;
	font-size: 16px;
}

/* -- EXPLORE -- */
#explore {
	padding: 20px 0 60px 0;
}
#explore .title {
	background: #fff;
	border: 1px solid #ba954f;
	color: #ba954f;
	text-transform: uppercase;
	font: 500 15px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	width: 235px;
	margin: -41px auto 0 auto;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 2px;
}
#explore .inside {
	width: 780px;
	margin: auto;
	display: table;
	padding-top: 20px;
}
#explore .box {
	display: table-cell;
	width: 33%;
}
#explore .box a {
	color: #ba954f;
	text-decoration: none;
}
#explore .box a:hover {
	opacity: .8;
}
#explore .box .image {
	display: inline-block;
	width: 125px;
	vertical-align: middle;
}
#explore .box .copy {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
#explore .copy .subheadline {
	text-transform: uppercase;
	font: 300 10px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	margin-bottom: 3px;
	text-align: left;
}
#explore .copy .headline {
	font: 500 16px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	text-align: left;
}

/* --  SCREENS SMALLER THAN 980 -- */
@media (max-width: 980px) {
	.showsmall {
		display: block;
	}
	.hidesmall {
		display: none;
	}
	#nav .inside {
		width: 100%;
		position: relative;
		padding: 10px 0;
	}
	#nav ul {
		display: block;
	}
	#nav li {
		display: block;
		height: auto;
		padding: 7px 10px !important;
	}
	#nav li.image {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	#nav a {
		letter-spacing: .1em;
	}
	#nav .turning .popup {
		width: 100%;
		left: 0;
		top: 37px;
	}
	#nav .turning .popup::before {
		left: 60px;
	}
	#header img {
		width: 100%;
		max-width: 100%;
	}
	#obsessed .copy {
		width: 100%;
		padding: 50px 20px;
		font-size: 17px;
		line-height: 30px;
	}
	#about #section1 {
		padding: 50px 20px;
	}
	#about #section1 .box {
		width: 100%;
		padding: 30px 15px;
	}
	#about #section1 .box .subheadline {
		font-size: 14px;
		letter-spacing: .1em;
	}
	#about #section1 .box .headline {
		font-size: 35px;
		line-height: 50px;
		letter-spacing: .3em;
		padding: 20px 0 0 0;
	}
	#about #section2 {
		padding: 50px 20px;
	}
	#about #section2 .box {
		width: 100%;
		padding: 0;
		display: block;
	}
	#about #section2 .box .image {
		display: block;
		width: 100%;
		text-align: center;
	}
	#about #section2 .box .image img {
		max-width: 100%;
		height: auto
	}
	#about #section2 .box .copy {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
	}
	#about #section3 {
		padding: 50px 20px;
	}
	#about #section3 .headline {
		width: 100%;
		font-size: 25px;
		line-height: 35px;
	}
	#about #section4 {
		padding: 50px 20px;
	}
	#about #section4 .box {
		width: 100%;
		display: block;
	}
	#about #section4 .box .copy {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
	}
	#about #section4 .box .image {
		display: block;
		width: 100%;
		text-align: center;
	}
	#about #section4 .box .image img {
		max-width: 100%;
		height:auto
	}
	#about #section5 {
		padding: 50px;
		background: url(/assets/images-v2-150/map.jpg) no-repeat fixed top center;
		background-size: cover;
		color: #FFF;
	}
	#about #section5 .copy {
		font: 400 24px/30px 'Verlag A', 'Verlag B', sans-serif;
		text-align: center;
		letter-spacing: .05em;
	}
	#about #section5 .col {
		text-align: center;
		padding-top: 40px;
	}
	#about #section5 .col .title {
		font: 600 14px 'Verlag A', 'Verlag B', sans-serif;
		text-align: center;
		letter-spacing: .15em;
		text-transform: uppercase;
	}
	#about #section5 .col .arrow {
		content: '';
		width: 0;
		height: 0;
		border-top: solid 8px #FFF;
		border-left: solid 8px transparent;
		border-right: solid 8px transparent;
		display: inline-block;
	}
	#about #section5 .col .drop {
		padding: 0 20px 0 20px;
	}
	#buy {
		width: 100%;
		padding: 50px 20px;
		margin: 0;
	}
	#buy .left,
	#buy .right {
		float: none;
		width: 100%;
		position: relative;
	}
	#buy .right {
		margin-top: 100px;
	}
	#buy .right .copy {
		padding-bottom: 50px;
	}
	#recipe-intro .inside {
		padding: 0;
	}
	#recipe-intro .inside {
		display: block;
		width: 100%;
	}
	#recipe-intro .inside .left {
		padding: 30px;
	}
	#recipe-intro .inside .col {
		display: block;
		width: 100%;
	}
	#recipe-title .inside {
		width: 100%;
	}
	#recipe-title .copy {
		column-count: 1;
		column-gap: 0;
		width: auto;
	}
	#recipes .inside {
		width: 100%;
		padding: 20px 20px 0 20px;
	}
	#recipes .recipe {
		display: block;
		margin: 0 !important;
		width: 100% !important;
		padding-bottom: 40px;
	}
	#recipes .recipe .copy {
		width: 100% !important;
		padding: 15px 0 !important;
	}
	#recipes .recipe .image {
		text-align: center;
		width: auto;
	}
	#recipes .recipe .image a:hover:after {
		display: none;
	}
	#recipes .recipe img {
		max-width: 100%;
		height: auto;
		display: inline;
	}
	#recipes .recipe.columns .image,
	#recipes .recipe.columns .copy {
		display: block;
		width: 100%;
	}
	#recipes .recipe.block5 {
		padding: 0;
	}
	#recipes .recipe.block5 a {
		padding-bottom: 40px;
	}
	#party {
		padding: 50px 20px;
	}
	#party .inside {
		width: 100%;
	}
	#party .columns {
		display: block;
		margin: 0;
		padding: 0;
	}
	#party .columns .col {
		width: 100%;
		display: block;
		padding-bottom: 40px;
	}
	#hashtag {
		padding: 50px 20px;
	}
	#explore {
		padding: 20px 20px 50px 20px;
	}
	#explore .inside {
		width: 100%;
		display: block;
	}
	#explore .box {
		width: 100%;
		display: block;
		padding-bottom: 40px;
	}
	#explore .box .image {
		width: 100%;
		display: block;
		text-align: center;
	}
	#explore .box .image img {
		max-width: 100%;
		height: auto;
		display: inline;
	}
	#explore .box .copy {
		width: 100%;
		display: block;
	}
	#explore .copy .subheadline,
	#explore .copy .headline {
		text-align: center;
	}
	#recipe-page {
		width: 100%;
		padding-bottom: 20px;
	}
	.page-copy {
		width: 100%;
		padding: 0 20px;
	}
	#bio {
		padding: 0;
	}
	#recipe-images.callout,
	#bio-image.callout {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#recipe-images.callout img,
	#bio-image.callout img {
		max-width: 100%;
		height: auto;
		display: inline;
	}
	#bio .bioquote {
		padding: 20px 20px 0 20px;
	}
	#bio-copy {
		padding: 0 20px;
	}

}
