html {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;

	background: #2f2c29;
    background: rgba(47, 44, 41, 1);
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;

	font-family: "Ideal Sans A", "Ideal Sans B";
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #2f2c29;
    color: rgba(47, 44, 41, .8);
    -webkit-font-smoothing: subpixel-antialiased;

	background: #f5f2eb;
    background: rgba(245, 242, 235, 1);
}

section, div {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;

      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
}

img {
	max-width: 100%;
}

::selection {
	background: #2f2c29;
	background: rgba(47, 44, 41, 1);
	color: #FFFFFF;
	color: rgba(255, 255, 255, 1);
}
a:focus {
	outline: none;
}













@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-UltraCondensed.eot');
	src: url('../fonts/WTFForma03-UltraCondensed.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-UltraCondensed.woff2') format('woff2'),
		 url('../fonts/WTFForma03-UltraCondensed.woff') format('woff'),
		 url('../fonts/WTFForma03-UltraCondensed.ttf')  format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-ExtraCondensed.eot');
	src: url('../fonts/WTFForma03-ExtraCondensed.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-ExtraCondensed.woff2') format('woff2'),
		 url('../fonts/WTFForma03-ExtraCondensed.woff') format('woff'),
		 url('../fonts/WTFForma03-ExtraCondensed.ttf')  format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-Condensed.eot');
	src: url('../fonts/WTFForma03-Condensed.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-Condensed.woff2') format('woff2'),
		 url('../fonts/WTFForma03-Condensed.woff') format('woff'),
		 url('../fonts/WTFForma03-Condensed.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-SemiCondensed.eot');
	src: url('../fonts/WTFForma03-SemiCondensed.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-SemiCondensed.woff2') format('woff2'),
		 url('../fonts/WTFForma03-SemiCondensed.woff') format('woff'),
		 url('../fonts/WTFForma03-SemiCondensed.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-Regular.eot');
	src: url('../fonts/WTFForma03-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-Regular.woff2') format('woff2'),
		 url('../fonts/WTFForma03-Regular.woff') format('woff'),
		 url('../fonts/WTFForma03-Regular.ttf')  format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-Wide.eot');
	src: url('../fonts/WTFForma03-Wide.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-Wide.woff2') format('woff2'),
		 url('../fonts/WTFForma03-Wide.woff') format('woff'),
		 url('../fonts/WTFForma03-Wide.ttf')  format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Forma';
	src: url('../fonts/WTFForma03-ExtraWide.eot');
	src: url('../fonts/WTFForma03-ExtraWide.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WTFForma03-ExtraWide.woff2') format('woff2'),
		 url('../fonts/WTFForma03-ExtraWide.woff') format('woff'),
		 url('../fonts/WTFForma03-ExtraWide.ttf')  format('truetype');
	font-weight: 700;
	font-style: normal;
}

















h1, h2.h1 {
    margin: 0 0 0px 14px;
    padding: 0;
    font-family: "Forma";
	font-style: normal;
	font-weight: 100;
    letter-spacing: 0em;
    text-align: left;
    font-size: 120px;
    line-height: .8;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

h3, p.recipe-time, p.recipe-serves, #nav a, #recipes section a {
    margin: 0;
	padding: 0;
	font-family: "Operator A", "Operator B";
	font-style: normal;
	font-weight: 600;
    letter-spacing: .1em;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
}

li {
	list-style-type: none;
	font-family: "Ideal Sans A", "Ideal Sans B";
	font-style: italic;
	font-weight: 400;
    letter-spacing: -.01em;
    text-align: left;
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
}


p, #details li {
	list-style-type: none;
	font-family: "Ideal Sans A", "Ideal Sans B";
	font-style: italic;
	font-weight: 400;
    letter-spacing: .02em;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
}

p.recipe-time, p.recipe-serves {
    font-size: 9px;
}

p.recipe-serves .p-yield {
	margin: 5px 0 0;
	padding: 0;
    font-family: "Forma";
	font-style: normal;
	font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    font-size: 34px;
    line-height: .9;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

p.recipe-new {
    margin: 0;
	padding: 0;
	font-family: "Operator A", "Operator B";
	font-style: normal;
	font-weight: 600;
    letter-spacing: .1em;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
}

p.recipe-time span {
    margin: 9px 0 -3px;
    padding: 0;
    font-family: "Forma";
    font-style: normal;
    font-weight: 200;
    letter-spacing: .01em;
    text-align: center;
    font-size: 52px;
    line-height: .9;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}



@media (min-width: 600px) {

	h1, h2.h1 {
		font-weight: 200;
	}

}
@media (min-width: 850px) {

	h1, h2.h1 {
		font-weight: 300;
	    font-size: 144px;
	    line-height: .9;
	}

}
@media (min-width: 1000px) {

	h1, h2.h1 {
		margin-left: -2px;
	}
}
@media (min-width: 1200px) {

	h1, h2.h1 {
		font-weight: 400;
	}
	li {
	    font-size: 34px;
	    line-height: 30px;
	    margin-bottom: 15px;
	}
	p, #details li {
	    letter-spacing: 0em;
	    font-size: 21px;
	    line-height: 20px;
	    margin-bottom: 10px;
	}

}
@media (min-width: 1600px) {

	h1, h2.h1 {
		font-weight: 500;
	}

}
@media (min-width: 1800px) {

	h1, h2.h1 {
		font-weight: 600;
	}

}
@media (min-width: 2000px) {

	h1, h2.h1 {
		font-weight: 700;
	}

}










#nav {
	position: absolute;
    top: 10px;
    left: -10px;
    width: 100%;
    padding: 0 0 0 14.285%;
    box-sizing: border-box;
    z-index: 100;
}

#nav div {
	display: none;
	float: left;
	text-decoration: none;
	width: 50%;
	position: relative;
	padding: 0 10px 0;
	margin: 0 0 -5px;
	box-sizing: border-box;
}
#nav .logo {
	width: 80%;
	display: block;
}
#nav .back {
	display: block;
}
#nav a, .link_recipe h3 {
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
}
#nav a, #nav h2, .link_recipe h3 {
	line-height: 14px;
}

#nav a:after, .link_recipe h3:after {
	height: 2px;
	bottom: 5px;
}
#nav div.logo a:after {
	display: none;
}
#nav .back svg {
    fill: currentColor;
    float: left;
    opacity: 1;
}
#nav .back a:hover svg {
	transform: translateX(-5px);
}
#nav a svg, .link_recipe h3 svg {
    display: block;
    position: relative;
	float: right;
	width: 14px;
    margin: 3px 4px -3px 0;
    opacity: 0;

    -webkit-transition: all linear 100ms;
       -moz-transition: all linear 100ms;
            transition: all linear 100ms;
}
#nav a:hover svg, .link_recipe:hover h3 svg {
	transform: translateX(5px);
	opacity: 1;
}


@media (min-width: 800px) {

	#nav .logo {
		width: 46%;
	}
	#nav div {
		width: 25%;
		display: block;
	}
	#nav .back {
		width: 50%;
	    padding-top: 8px;
	}

}

@media (min-width: 1000px) {

	#nav {
		top: 0;
	}
	#nav div {
		width: 14.285%;
	    padding: 20px 10px 0;
	}

}













article.h-recipe {
    position: relative;
    padding: 120px 0;
    overflow: auto;
}

article section.recipe_section {
	overflow: visible;
	width: 100%;
    margin-bottom: 80px;
}

article section {
	position: relative;
	margin-bottom: 60px;
	display: block;
	width: 100%;
}
article section:after, #recipes section {
    content: '';
    display: table;
    clear: both;
}

.detail_info {
	overflow: auto;
	margin-bottom: 100px;
}

.photo_pinterest, a.social {
	display: none;
}

ul, ol {
    margin: 0;
    width: 100%;
    padding: 0 10px 0 14.528%;
    box-sizing: border-box;
}

h3 {
    margin: 0;
    position: absolute;
    left: -132px;
    top: 4px;
    transform: rotate(-90deg);
    transform-origin: right top;
    text-align: right;
    width: 140px;
}

ol {
   list-style: none;
   counter-reset: item;
}
ol li {
	counter-increment: item;
    padding-left: 30px;
}
ol li:before {
	content: counter(item)'\2014';
	display: inline-block;
    margin-left: -30px;
}

p.recipe-serves, p.recipe-time, p.recipe-new {
	display: block;
	position: absolute;
    text-align: center;
    box-sizing: border-box;
}

p.recipe-serves {
    left: 20%;
    bottom: -57px;
    top: auto;
    width: 65px;
    height: 65px;
    transform: rotate(-15deg);
    padding: 4px 0 0;
    margin-left: -21px;
}
p.recipe-time {
    left: 20%;
    bottom: -49px;
    top: auto;
	width: 62px;
	height: 77px;
	transform: rotate(5deg);
    padding: 0;
    margin-left: 33px;
}
p.recipe-new {
	left: 280px;
	top: 30px;
	width: 80px;
	transform: rotate(-8deg);
    padding: 3px 0 0;
}
.sticker {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
}
.recipe-serves .sticker_insert {
	position: absolute;
	z-index: -1;
	top: 9%;
    left: 10%;
    width: 80%;
}
.recipe-time .sticker_insert {
	position: absolute;
	z-index: -1;
	top: 4.5%;
    left: 5%;
    width: 90%;
}
.recipe-serves .p-yield, .recipe-time span {
	display: block;
}

@media (min-width: 850px) {

	article.h-recipe {
	    padding: 12.5% 7.1425% 10% 14.285%;
	}

}

@media (min-width: 1000px) {

	article section {
		width: 50%;
	    float: left;
	    overflow: auto;
	    padding-right: 20px;
	    box-sizing: border-box;
        margin-bottom: 40px;
	}

	ul, ol {
	    padding: 0;
	}

	h3 {
        position: relative;
	    transform: none;
	    left: 0;
	    text-align: left;
	    top: 0;
	    width: auto;
        margin-bottom: 5px;
	}

}

@media (min-width: 1200px) {

	h3 {
        margin-bottom: 15px;
	}
	p.recipe-serves, p.recipe-time, p.recipe-new {
	    margin-bottom: 20px;
	}
	ol li {
	    padding-left: 48px;
	}
	ol li:before {
	    margin-left: -48px;
	}

}

















#recipes section {
    padding: 12.5% 0% 10% 0%;
}
#recipes section div.link_recipe {
    display: block;
    position: relative;
    float: left;
    padding: 100px 7.1425% 100px 17px;
}
#recipes section h2 {
    display: inline;
    margin: 0 -10px 0 0;
    left: -1px;
    position: relative;
}
#recipes section a {
	display: inline-block;
    position: relative;
    padding: 12px 80px 13px 22px;
    margin: 40px 0 0 0;
    box-shadow: 0 0 0 2px rgba(47, 44, 41, .8);
}
#recipes section a:hover svg {
    right: 14px;
}
#recipes section a svg {
	position: absolute;
    display: block;
    width: 14px;
    right: 20px;
    top: 17px;

    -webkit-transition: all ease-in-out 250ms;
       -moz-transition: all ease-in-out 250ms;
            transition: all ease-in-out 250ms;
}
#recipes section .link_recipe .next {
    position: absolute;
    left: 14.285%;
    bottom: 25px;
    top: auto;
}
#recipes p.recipe-time, #recipes p.recipe-serves {
	margin-bottom: 120px;
}
#recipes .intro_text {
    padding: 0px 7.1425% 100px 14.285%;
}
#recipes .intro_text p {
    width: 100%;
    line-height: 18px;
    margin-top: 40px;
    max-width: 550px;
}

@media (min-width: 1000px) {

	#recipes section h2 {
	    margin: 0 -30px 0 0;
	    left: -5px;
	}
	#recipes .intro_text p {
	    width: 50%;
	    line-height: 24px;
    	margin-top: 0px;
    	max-width: none;
	}
	#recipes section div.link_recipe {
	    padding: 100px 7.1425% 100px 14.285%;
	}

}


















/*     R E C I P E S     */

.sticker_insert {
	fill: rgba(255, 255, 255, 1);
}




#pearlssouthwestsalad {
	background: rgba(245, 213, 88, 1);
	color: rgba(77, 34, 33, 1);
}
#pearlssouthwestsalad h1, #pearlssouthwestsalad h2.h1 {
	color: rgba(234, 96, 80, 1);
	color: rgba(255, 255, 255, 1);
}
#pearlssouthwestsalad .sticker_insert {
	fill: rgba(245, 213, 88, 1);
}
#pearlssouthwestsalad .sticker, #pearlssouthwestsalad .recipe-time .sticker_insert {
	fill: rgba(234, 96, 80, 1);
}
#pearlssouthwestsalad .recipe-serves {
	color: rgba(188, 78, 75, 1);
}
#pearlssouthwestsalad .recipe-serves .p-yield, #pearlssouthwestsalad .recipe-time {
	color: rgba(245, 213, 88, 1);
}
#pearlssouthwestsalad .recipe-time .sticker {
	fill: rgba(77, 34, 33, 1);
}




#peararugulasalad {
	background: rgba(245, 242, 235, 1);
	color: rgba(47, 44, 41, .8);
}
#peararugulasalad .sticker_insert {
	fill: rgba(245, 242, 235, 1);
}
#peararugulasalad h1, #peararugulasalad h2.h1 {
	color: rgba(153, 179, 97, 1);
}
#peararugulasalad .sticker, #peararugulasalad .recipe-time .sticker_insert {
	fill: rgba(188, 78, 75, 1);
}
#peararugulasalad .recipe-serves {
	color: rgba(188, 78, 75, 1);
}
#peararugulasalad .recipe-serves .p-yield, #peararugulasalad .recipe-time {
	color: rgba(245, 242, 235, 1);
}
#peararugulasalad .recipe-time .sticker {
	fill: rgba(102, 83, 70, 1);
}




#californiaedamamesalad {
	background: rgba(178, 196, 130, 1);
	color: rgba(47, 44, 41, .8);
}
#californiaedamamesalad .sticker_insert {
	fill: rgba(47, 44, 41, 1);
}
#californiaedamamesalad h1, #californiaedamamesalad h2.h1 {
	color: rgba(255, 255, 255, 1);
}
#californiaedamamesalad .sticker, #californiaedamamesalad .recipe-time .sticker_insert {
	fill: rgba(245, 213, 88, 1);
}
#californiaedamamesalad .recipe-serves {
	color: rgba(245, 213, 88, 1);
}
#californiaedamamesalad .recipe-serves .p-yield, #californiaedamamesalad .recipe-time {
	color: rgba(245, 242, 235, 1);
}
#californiaedamamesalad .recipe-time .sticker {
	fill: rgba(47, 44, 41, 1);
}
#californiaedamamesalad .recipe-serves .p-yield {
	color: rgba(47, 44, 41, 1);
}




#applecheddarsalad {
	background: rgba(77, 112, 77, 1);
	color: rgba(245, 242, 235, 1);
}
#recipes #applecheddarsalad a {
	box-shadow: 0 0 0 2px rgba(245, 242, 235, 1);
}
#applecheddarsalad a svg, #applecheddarsalad .sticker_insert {
	fill: rgba(245, 242, 235, 1);
}
#applecheddarsalad h1, #applecheddarsalad h2.h1 {
	color: rgba(255, 182, 102, 1);
}
#applecheddarsalad .sticker, #applecheddarsalad .recipe-time .sticker_insert {
	fill: rgba(235, 104, 83, 1);
}
#applecheddarsalad .recipe-serves {
	color: rgba(235, 104, 83, 1);
}
#applecheddarsalad .recipe-serves .p-yield, #applecheddarsalad .recipe-time {
	color: rgba(245, 242, 235, 1);
}
#applecheddarsalad .recipe-time .sticker {
	fill: rgba(175, 67, 56, 1);
}




#gransdatesalad {
	background: rgba(245, 242, 235, 1);
	color: rgba(47, 44, 41, .8);
}
#gransdatesalad h1, #gransdatesalad h2.h1 {
	color: rgba(36, 81, 39, 1);
}
#gransdatesalad .sticker, #gransdatesalad .recipe-time .sticker_insert {
	fill: rgba(129, 64, 54, 1);
}
#gransdatesalad .recipe-serves {
	color: rgba(129, 64, 54, 1);
}
#gransdatesalad .recipe-time {
	color: rgba(245, 242, 235, 1);
}
#gransdatesalad .recipe-serves .p-yield {
	color: rgba(235, 104, 83, 1);
}
#gransdatesalad .recipe-time .sticker, #gransdatesalad .sticker_insert {
	fill: rgba(235, 104, 83, 1);
}



#abelscajunroast {
	background: rgba(226, 137, 77, 1);
	color: rgba(47, 44, 41, .8);
}
#abelscajunroast h1, #abelscajunroast h2.h1 {
	color: rgba(245, 242, 235, 1);
}
#abelscajunroast .sticker, #abelscajunroast .recipe-time .sticker_insert {
	fill: rgba(160, 61, 45, 1);
}
#abelscajunroast .sticker_insert {
	fill: rgba(245, 242, 235, 1);
}
#abelscajunroast .recipe-serves {
	color: rgba(129, 64, 54, 1);
}
#abelscajunroast .recipe-time {
	color: rgba(226, 137, 77, 1);
}
#abelscajunroast .recipe-serves .p-yield {
	color: rgba(245, 242, 235, 1);
}
#abelscajunroast .recipe-time .sticker {
	fill: rgba(53, 46, 40, 1);
}



#autumnroast {
	background: rgba(245, 188, 65, 1);
	color: rgba(47, 44, 41, .8);
}
#autumnroast h1, #autumnroast h2.h1 {
	color: rgba(88, 122, 33, 1);
}
#autumnroast .sticker, #autumnroast .recipe-time .sticker_insert {
	fill: rgba(88, 122, 33, 1);
}
#autumnroast .sticker_insert {
	fill: rgba(245, 242, 235, 1);
}
#autumnroast .recipe-serves {
	color: rgba(129, 64, 54, 1);
}
#autumnroast .recipe-time {
	color: rgba(226, 137, 77, 1);
}
#autumnroast .recipe-serves .p-yield {
	color: rgba(245, 242, 235, 1);
}
#autumnroast .recipe-time .sticker {
	fill: rgba(226, 137, 77, 1);
}



ariasasparagussalad
italiansausagesoup






































