/* 
Theme Name: Desserts with Benefits
Theme URL: http://www.dessertswithbenefits.com
Description: Custom blog theme for Desserts with Benefits.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	border-collapse: collapse; 
	border-spacing: 0; }
input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }


/* MAIN CONTAINER */
.container { 
	max-width: 100%;
	margin: 0 auto; }
#page_wrap {
	margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }


/* DEFAULT ROW STYLES */
.row { margin-bottom: 1.5em; } /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float:left;
	width: 100%;
}

@media ( min-width : 800px ) {
	.col {
		margin-left: 2%;
	}
}

/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
/* @media ( min-width : 800px ) {*/

	.span_content { 
		margin-left: 0;
		/*width: 63%;
		max-*/width: 600px;
		float: left;
		display: inline-block;
	}
		.span_content_full { 
			width: 100%;
			margin-left: 0;
			max-width: 100%;
		}
	.span_sidebar { 
		/*width: 34%;
		min-width: 300px;
		max-*/width: 300px;
		float: right;
		display: inline-block;
	}
/*}*/

/*---------STRUCTURE---------*/

@font-face {
    font-family: 'Nevis-Bold';
    src:url('fonts/Nevis-Bold.ttf.woff') format('woff'),
        url('fonts/Nevis-Bold.ttf.svg#Nevis-Bold') format('svg'),
        url('fonts/Nevis-Bold.ttf.eot'),
        url('fonts/Nevis-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: bold;
    font-style: normal;
}


body                           {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	color: #53514c;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-top: 4px solid #d73500;
}
a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active          {
	color: #b8d33d;
	text-decoration: underline }
a:hover             {
	color: #d73500;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #53514c;
	font-size: 26px; }
h2      {
	color: #53514c;
	font-size: 18px; }
h3                       {
	color: #d73500;
	font-size: 18px; }
h4        {
	color: #b8d33d;
	font-size: 15px;
}
h5        {
	color: #fbad1d;
	font-size: 13px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 10px;
	/*width: 100%;
	max-*/width: 980px; }
.wrap {
	margin: 0 auto 0;
	padding: 0 10px;
	/*width: 100%;
	max-*/width: 980px; }
.clear {
	clear: both }
.sep {
	height: 1px;
	border-bottom: 1px solid #f0f0f0;
	clear: both;
}
/*---------HEADER---------*/
.slicknav_menu {
	display: none;
}	
.header {
	margin-bottom: 48px;
	position: relative;
}
.header .logo    {
	margin: 25px auto 35px;
	text-align: center; }
	.header .logo a {
		display: inline-block;
		margin: 0 auto;
		width: 510px;
		height: 90px;
		background: url(images/logo.png) no-repeat;
		background-size: 100% auto;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
		.header .logo a {
			display: inline-block;
			margin: 0 auto;
			width: 510px;
			height: 90px;
			background: url(images/logo@2x.png) no-repeat;
			background-size: 100% auto;
		}
	}
.headerad {
	text-align: center;
	
	margin: -20px 0 -25px;
}
.headerad .textwidget {
	text-align: center;
	display: inline-block;
}

.headersearch {
	float: right;
	display: inline-block;
	width: auto;
	text-align: left;
	margin: 0;
	position: absolute;
	top: -15px;
	right: 0;
}
	.headersearch input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.headersearch input::-webkit-search-decoration,
	.headersearch input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.headersearch input[type=search] {
		border: none;
		background-color: transparent;
		color: #53514c;
		padding: 5px 0 5px 10px;
		width: 50px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 11px;
		border: 1px solid #ffffff;
	}
	.headersearch input[type=search]:focus {
		width: 130px;
		background-color: transparent;
		color: #53514c;
		border: 1px solid #ededed;
	}
	
	.headersearch .searchsubmit {
		color: #a1a1a1;
		font-size: 15px;
		font-weight: normal;
		line-height: 15px;
		background-color: transparent;
		font-family: "fontello";
		cursor: pointer;
		border-style: none;   
		margin: 0 0 0 -4px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.headersearch .searchsubmit:hover {
		color: #fbad1d;
		 }
		 
/*---------CONTENT---------*/
.span_content                            {
	 }
	
.span_content img, .wp-caption {
	max-width: 100%;
	height: auto;
}
.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 15px }
.span_content ul li  {
	list-style-type: none;
	margin: 0 0 3px 10px;
	padding: 0; }
.span_content ul li:before {
	color: #b8d33d;
	font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	content: '\2022'; /* '' */
	margin: 0 6px 0 -10px;
	font-size: 15px;
}
.span_content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }

h1.pagetitle, h2.archivetitle {
	margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar                  {
	 }
.leftsidebar         {
	width: 47%;
	float: left }
.rightsidebar    {
	width: 47%;
	float: right; }
.midsidebar {
	
}
.lowersidebar {
	clear: both;
}
.widget        {
	margin-bottom: 40px;
	text-align: center; }
.widget.centered, .widget.centered .textwidget {
	text-align: center;
}
h3.widgettitle    {
	text-align: center;
	margin: 0 0 12px; }
		
.widget a {
	text-decoration: none;
}
.widget p    {
	margin: 0 0 10px }
.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}
.sidebar .ad { 
	text-align: center;
}
	.sidebar .ad h3.widgettitle {
		display: none;
	}
.topsidebar .ad .textwidget, .lowersidebar .ad .textwidget {
	width: 300px;
	margin: 0 auto;
}
.sidebar select     {
	color: #a1a1a1;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 30px;
	height: 30px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #e2e2e2 }
.sidebar .screen-reader-text {
	display: none;
}

.subscribe {
	border: 1px solid #ececec;
	padding: 20px 20px 22px;
	position: relative;
	margin-top: 50px;
}
.subscribe h3 {
	margin: 6px 0 10px;
}
.subscribe h4 {
	background: url(images/ribbon.png) no-repeat;
	width: 130px;
	height: 36px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 10;
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -65px;
}
.subscribe h4 span {
	-webkit-transform: rotate(11deg) ;
	-moz-transform: rotate(11deg) ;
	-o-transform: rotate(11deg) ;
	-ms-transform: rotate(11deg) ;
	transform: rotate(11deg) ;
	writing-mode: lr-tb;
	display: inline-block;
}
.subscribe p {
	font-size: 95%;
	line-height: 1.6;
}
.emailform  {
	clear: both;
	margin: 14px 0 0; }
.emailinput {
	color: #a1a1a1;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 36px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	padding: 0 10px;
	margin: 0 0 10px 0;
	width: 100%;
	height: 36px;
	vertical-align: middle; }

.emailsubmit {
	color: #ffffff;
	font-size: 15px;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 35px;
	background-color: #d73500;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0px 10px;
	margin: 0;
	height: 36px;
	width: 100%;
	vertical-align: middle; }
	
.emailsubmit:hover {
	background-color: #53514c }

.social {
	text-align: center;
	margin: -10px 0 20px;
}
.social a {
	color: #fbad1d;
	text-decoration: none;
	font-size: 28px;
	margin: 0 2px;
	display: inline-block;
}
	.social a.icon-rss {
		color: #fbad1d;
	}
	.social a.icon-pinterest {
		color: #d73500;
	}
	.social a.icon-twitter {
		color: #23d0e2;
	}
	.social a.icon-facebook {
		color: #3d63bf;
	}
	.social a.icon-instagram {
		color: #724319;
	}
	.social a.icon-gplus {
		color: #d73500;
	}
	
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

/*Browse Recipes Widget*/
.browse-recipes ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.browse-recipes ul li {
	margin: 0 14px 15px 0;
	padding: 0;
	display: block;
	float: left;
	width: 90px;
	height: 90px;
}
.browse-recipes ul li a {
	color: #ffffff;
	background-color: #b8d33d;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
	.browse-recipes ul li a:hover {
		background-color: #d73500;
	}
	.browse-recipes ul li:nth-child(3n) {
		margin-right: 0;
	}

.featured a, .popular a, .recent a, .categoryposts a {
	display: block;
}
/*Featured Posts Widget*/
.featured, .popular {
	text-align: center;
	overflow: hidden;
	 }
.featured .item, .popular .item {
	width: 140px;
	margin: 0 20px 20px 0;
	float: left;
}
	.featured .item:nth-of-type(2n), .popular .item:nth-of-type(2n) {
		margin-right: 0;
	}
.featured img, .popular img {
	width:  100%;
	height: auto;
	display: block;
}
.featured h4, .popular h4 {
	color: #53514c;
	margin: 10px 0 6px;
	display: none;
}
.featured .postmeta, .popular .postmeta {
	display: none;
}
.featured a:hover, .popular a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }

/*Category Posts Widget*/
.sidebar .categoryposts {
	text-align: center;
	overflow: hidden;
	 }
.sidebar .categoryposts .item {
	width: 48%;
	margin: 0 4% 12px 0 !important;
	float: left;
}
	.sidebar .categoryposts .item:nth-of-type(2n) {
		margin-right: 0 !important;
	}
.sidebar .categoryposts img {
	width:  100%;
	height: auto;
	display: block;
}
.sidebar .categoryposts h4 {
	color: #53514c;
	margin: 10px 0 6px;
	font-size: 16px;
	display: none;
}
	.sidebar .categoryposts h4 a {
		color: #53514c;
	}
.sidebar .categoryposts .postmeta {
	display: none;
}
.sidebar .categoryposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }


/*Recent Posts Widget*/
.recentposts {
	overflow: hidden;
}
.recentposts .item {
	margin-bottom: 15px;
	overflow: hidden;
	 }
.recentposts img {
	margin-right: 10px;
	width: 90px;
	height: auto;
	float: left;
	display: block;
	 }
	 .recentposts a img {
	 	display: block;
	 }
.recentposts .item:last-of-type {
		margin-bottom: 0;
	}
.recentposts h4 {
	margin: 5px 0;
	color: #53514c;
	text-align: left;
	font-size: 14px;
}
.recentposts a {
	color: #53514c !important;
}
.recentposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
	 }
.recentposts .postmeta {
	font-size: 9px;
	margin: 0;
	text-align: left;
}
.recentposts .postmeta em {
	font-size: 10px;
}


/*---------POSTS---------*/

.post {
	margin-bottom: 45px;}
.singlepost {
	
}
.post-title {
	
}
.post-title h1 {
	text-align: center;
	margin: 8px 0;
}
.post-title h1 a {
	text-decoration: none;
	color: #53514c;
	background-color: #ffffff;
	display: inline-block;
	padding: 0 10px;
}
.post-date {
	background: url(images/ribbon.png) no-repeat;
	width: 130px;
	height: 36px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: -10px auto 8px;
	position: relative;
	z-index: 10;
}
.post-date span {
	-webkit-transform: rotate(11deg) ;
	-moz-transform: rotate(11deg) ;
	-o-transform: rotate(11deg) ;
	-ms-transform: rotate(11deg) ;
	transform: rotate(11deg) ;
	writing-mode: lr-tb;
	display: inline-block;
}
.post-title h1 a:hover, .post-title h2 a:hover {
	color: #d73500;
}
.post-cats {
	line-height: 15px;
	margin-bottom: 25px;
	text-align: center;
}
	.post-cats h2 {
		margin: 0;
		line-height: 15px;
	}
.post-cats a {
	color: #ffffff;
	background-color: #b8d33d;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	line-height: 9px;
	height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 6px;
	margin: 2px 2px;
	display: inline-block;
	-webkit-padding-before: 5px;
}
	.post-cats a:hover {
		background-color: #d73500;
	}
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta               {
	color: #53514c;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 25px; }
.postmeta a   {
	color: #53514c;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #d73500;
	text-decoration: none }
.postmeta em {
	font-weight: normal;
	color: #a1a1a1;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
.postmeta .ccount a:before { 
	font-family: "fontello";
	font-size: 9px;
	content: '\e802';
	color: #fbad1d;
	vertical-align: text-top;
	margin: 1px 4px 0 0;
	 }
.metabottom {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
.metabottom .left      {
	width: 80%;
	float: left;
	display: inline-block; }
.metabottom .right      {
	text-align: right;
	max-width: 20%;
	float: right }

.metabottom.more {
	line-height: 40px;
}
a.more-link     {
	color: #fbad1d;
	font-size: 13px;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: center;
	font-weight: bold;
	text-decoration: none; }
a.more-link:hover     {
	color: #d73500; }

a.post-edit-link, a.comment-edit-link  {
	color: #fff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #a1a1a1;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #53514c }
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #a1a1a1;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #a1a1a1;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #53514c;
	font-style: normal;
	margin: 65px 0 65px;
	padding: 0 30px;
	border: 1px solid #ededed;
}

.recipe h2                     {
	text-align: center;
	margin: 0; }

.recipe h3                    {
	clear: left;
	font-size: 14px;
	letter-spacing: .03em; }
	
	.recipe h3#directions, .recipe h3#notes {
		margin-top: 30px;
	}
.recipe .yield {
	background: url(images/ribbon.png) no-repeat;
	width: 130px;
	height: 36px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: -20px auto 12px;
	position: relative;
	z-index: 10;
}
.recipe .yield p {
	-webkit-transform: rotate(11deg) ;
	-moz-transform: rotate(11deg) ;
	-o-transform: rotate(11deg) ;
	-ms-transform: rotate(11deg) ;
	transform: rotate(11deg) ;
	writing-mode: lr-tb;
	display: inline-block;
	margin: 0;
}

.recipe h4                    {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: normal;
	color: #a1a1a1; }
.recipe p, .recipe ol, .recipe ul       {
	margin-top: 5px;
	margin-bottom: 12px }
	.recipe ol li:last-of-type, .recipe ul li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
.recipe .summary   {
	margin-top: -10px;
	margin-bottom: 30px;
	clear: left;
	text-align: center;
	font-size: 120%; }
	

.recipe .time, .recipe .nutrition           {
	text-align: center;
	color: #727272;
	font-size: 10px;
	line-height: 1.4;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none;
	margin-bottom: 25px;
	margin: 5px 0 25px;
	text-align: center;
}
.recipe .nutrition {
	float: right;
	clear: right;
	width: 160px;
	text-align: center;
	margin: 0 0 15px 15px;
	font-size: 12px;
	}

.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong, .recipe .nutrition p  {
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	color: #a1a1a1;
	letter-spacing: normal;
	font-size: 11px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	.recipe .nutrition p {
		margin: 1px 0 2px;
	}
	.recipe .nutrition img {
		margin-bottom: 7px;
		width: 100%;
		height: auto;
	}
.recipe .time span, .recipe .nutrition strong  {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	color: #53514c;
	 }
	 .recipe .nutrition strong {
	 	font-size: 9px !important; 
	 	letter-spacing: normal !important;
	 }

.recipe .photo {
	display: block;
	width: 140px;
	height: auto;
	clear: right;
	float: right;
	margin: 10px 0 0 10px;
	display: none;
}
.recipe .printbutton         {
	margin: 20px 0 -16px;
	text-align: center;
}
.printbutton a {
	margin: 0 auto;
	display: inline-block;
	background-color: #d73500;
	color: #ffffff;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 15px;
}
.printbutton a:before { 
	font-family: "fontello";
	content: '\e805';
	margin: 0 7px 0 0;
	position: relative;
	top: 2px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
.printbutton a:hover {
	background-color: #b8d33d;
}
.printbutton img {
	vertical-align: middle;
	margin-right: 1px;
}

.recipe .left {
	margin-bottom: 25px;
}
.recipe h3#notes {

}
.recipe .notes  {
	color: #727272;
	font-style: italic;
	}
.recipe .source   {
	color: #a1a1a1;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	clear: left }


.innerpost {
	clear: both;
	overflow: hidden;
	margin: 0 0 55px;
	padding-top: 25px;
}
.innerpost .widget {
	width: 300px;
	float: left;
}
.innerpost .widget-first {

}
.innerpost .widget.subscribe {
	float: right;
	margin-top: 0px;
	width: 290px;
	padding: 15px;
	padding-bottom: 0;
	height: 250px;
	font-size: 96%;
	line-height: 1.3;
}
.innerpost .widget.subscribe p {
	margin: 0;
}
.innerpost .widget.subscribe h3.widgettitle {
	margin: 13px 0 5px;
}
.innerpost .widget.subscribe .emailform {
	margin-top: 10px;
}
.innerpost .social {
	text-align: center;
	margin: 10px 0 0;
}
.relatedposts {
	overflow: hidden;
	margin-bottom: 50px;
}

/*---------TEASER STYLES---------*/

.teaserpost {
	width: 47%;
	margin: 0 0 50px 0;
	float: left;
	text-align: center;
	}
	.teaserpost.oddpost {
		margin-right: 6%;
		clear: left;
	}
.teaserpost .postthumb img {
	width: 100%;
	height: auto;
}
.teaserpost .post-title h1 {
	font-size: 18px;
}
.teaserpost .post-date {
	margin: -27px auto 8px;
}
.teaserpost .post-cats {
	margin-bottom: 12px;
}	 
.teaserpost p.excerpt {
	text-align: center;
}
.teaserpost .metabottom {
	margin: 0;
	padding: 0;
	border: none;
	 }
.teaserpost .metabottom:before {
	border-top: 1px solid #eeeeee;
	display: block;
	width: 20%;
	margin: 16px auto 17px;
	content: "";
}

	 
/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle     {
	margin-top: 0;
	margin-bottom: 25px }
.catdesc {
	display: none;
}
.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archivepost             {
	font-size: 12px;
	line-height: 15px;
	margin-right: 3.5%;
	margin-bottom: 20px;
	width: 31%;
	float: left;
	text-align: center; }
.archivepost:nth-child(3n) {
	margin-right: 0 }
	.archivepost:nth-child(3n+1) {
		clear: both; }
.archivepost img     {
	width: 100%;
	height: auto }
.archivepost a  {
	text-decoration: none }
.archivepost .postmeta {
	color: #a1a1a1;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	margin: 0;
}
.archivepost h4        {
	color: #53514c;
	margin: 6px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
.archivepost a {
	color: #53514c;
}
.archivepost a:hover, .archivepost a:hover h4   {
	color: #b8d33d; }
	
.archiveslist      {
	color: #6b6963;
	font-size: 13px;
	line-height: 21px;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px; }
.archiveslist li   {
	 }
.archiveslist ul li      {
	color: #b8d33d;
	font-size: 11px; }
.archiveslist a:link, .subcategories a:link  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #919394;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #b8d33d }
.archiveslist a:active, .subcategories a:active   {
	color: #b8d33d }
.archiveslist em     {
	color: #a1a1a1;
	font-size: 10.5px }
	
.subcategories li:before {
	display: none;
}
.subcats    {
	border: 1px solid #ededed;
	margin-bottom: 30px;
	padding: 20px 15px 5px; }
.subcats h4 {
	color: #53514c;
	text-align: center;
	margin: 0 0 10px;
}
.subcats ul.subcategories {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.subcats ul.subcategories li ul li  {
	display: inline-block; 
	margin: 0;
	padding: 0;
}
.subcats ul.subcategories li ul li a {
	color: #a1a1a1;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 5px 10px;
}
.subcats ul.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #b8d33d;
	cursor: pointer;
}
ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}
.tagindex li:before  {
	display: none; }
.tagindex a     {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5 }
.tagindex a:link   {
	color: #919394;
	text-decoration: none }
.tagindex a:visited    {
	color: #a1a1a1;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #b8d33d }
.tagtitle   {
	color: #a1a1a1;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #a1a1a1;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tagtitle em a  {
	color: #a1a1a1;
	font-size: 11px }
.tagtitle a:hover  {
	color: #b8d33d }


/*---------FORMS---------*/

#submit, .submitbutton          {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	background-color: #b8d33d;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	margin-top: 5px;
	padding: 9px 16px 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #53514c }
.commentinput, .styledinput, .captchainput, #commentform textarea            {
	color: #919394;
	font-size: 13px;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #e2e2e2 }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #53514c }
	
#commentform input, #commentform textarea {
	display: block; }
#commentform textarea {
	width: 100%;
}
#commentform label {
	display: block;
}
	
.wpcf7-form   {
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }

.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
.searchform {
	max-width: 350px;
	border: 1px solid #e2e2e2;
}
.searchform .searchinput {
	color: #585854;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 35px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	width: 80%;
}
.searchform .searchsubmit {
	color: #d73500;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	background-color: transparent;
	font-family: "fontello";
	cursor: pointer;
	text-align: right;
	width: 20%;
	border-style: none;   
	margin: 0 0 0 -4px; 
}
.searchform .searchsubmit:hover        {
	color: #b8d33d; }


/*---------FOOTER---------*/

.footer                                     {
	overflow: hidden;
	padding: 70px 0 60px;
	margin-top: 25px;
	background-color: #f6f6f6; }
.footer .wrap {
	padding: 0;
}
.footer .footerwidget    {
	margin: 0;
	padding: 0;
	border: none;
	width: 320px;
	float: left;
	 }
.footer .subscribe  {
	float: left;
	width: 730px;
	border: none;
	padding: 0; }
	.footer .subscribe h3 {
		display: inline-block;
		width: 330px;
		float: left;
		text-align: right;
		margin: 0;
	}
	.footer .subscribe p {
		display: inline-block;
		width: 330px;
		float: left;
		text-align: right;
		clear: left;
		margin: 0;
	}
	.footer .subscribe .emailform {
		width: 385px;
		float: left;
		clear: none;
		margin: -20px 0 0 15px;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		height: 40px;
	}
	.footer .subscribe .emailinput {
		width: 60%;
		margin: 0;
		height: 40px;
		line-height: 40px;
		border: none;
	}
	.footer .subscribe .emailsubmit {
		width: 40%;
		margin: 0 0 0 -4px;
		height: 40px;
		line-height: 40px;
		border: none;
	}
.footer .social {
	width: 250px;
	float: right;
	text-align: right;
	margin: -5px 0 0;
}
	.footer .social a {
		font-size: 32px;
		margin: 0 2px;
	}
	
.subfooter  {
	font-size: 11px;
	line-height: 1.3;
	overflow: visible;
}
.subfooter .wrap {
	overflow: visible;
	padding: 12px 0 12px;
}
.footernav       {	
	margin: 0;
	padding: 0;
	width: 65%;
	float: left;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.footernav:before {
	background-image: url(images/cupcapple.png);
	background-size: 40px 50px;
	content: "";
	display: block;
	width: 40px;
	height: 50px;
	float: left;
	margin-top: -30px;
	margin-right: 10px;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
		.footernav:before {
			background: url(images/cupcapple@2x.png) no-repeat;
			background-size: 40px 50px;
		}
	}
.footernav li    {
	display: inline-block;
	margin: 0 20px 0 1px;
	padding: 0 }
.subfooter a {
	text-decoration: none;
	color: #a1a1a1;
}
.subfooter a:hover {
	color: #b8d33d;
}
.footernav li.top a {
	font-weight: bold;
	color: #53514c;
}
.copyright               {
	width: 35%;
	color: #a1a1a1;
	float: right;
	text-align: right;
	margin: 0; }
	.copyright em {
		color: #a1a1a1;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: none;
		font-style: italic;
	}
	.copyright strong {
		font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
	}
.footerad {
	clear: both;
	text-align: center;
	margin: 30px auto 20px;
}
.footerad.ad {
	text-align: center;
	width: 728px;
	margin-top: 50px;
}
.footerad p em {
	color: #cbcac9;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-style: italic;
}
/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#comment-list          {
	font-size: 13px;
	line-height: 21px;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #ededed;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 30px 60px;
	border-top: 1px solid #ededed;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #fff;
	padding: 13px 10px 13px 73px }

.comment-meta         {
	color: #a9a8a5;
	font-size: 10px;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0 }
.comment-meta em {
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.comment-meta a {
	color: #a9a8a5;
	text-decoration: none; }
.comment-meta strong           {
	color: #fbad1d;
	font-size: 12px;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: bold; }
.comment-meta strong a            {
	color: #fbad1d;
	text-decoration: none }
.comment-meta a:hover         {
	color: #d73500;
	text-decoration: underline }
.comment-meta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#comment-list .avatar    {
	float: left;
	margin-left: -60px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #a1a1a1;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #a1a1a1;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #b8d33d;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #b8d33d }
.comment-nav .alignright a {
	color: #a1a1a1;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #b8d33d;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 25px 0 0;
	border: 1px solid #ededed; }
#cancel_reply, #cancel_reply a       {
	color: #b8d33d;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #b8d33d;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #b8d33d;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none }
	
#wp_page_numbers     {
	font-size: 12px;
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	line-height: 42px;
	padding-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee; }
	
	#wp_page_numbers li:before {
		display: none;
	}
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: right;
	width: 100% }
#wp_page_numbers li {
	display: inline-block }
#wp_page_numbers a         {
	color: #53514c;
	padding: 3px 5px; }
#wp_page_numbers li.space       {
	color: #a1a1a1;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover      {
	color: #d73500;
	background-color: #fff;
	border: none;
	font-weight: bold; }
#wp_page_numbers li.page_info         {
	color: #a9a8a5;
	text-transform: lowercase;
	font: italic 12px/41px Georgia, "Times New Roman", Times, serif;
	float: left; }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #b8d33d }
#wp_page_numbers li.active_page a     {
	color: #d73500;
	background-color: #fff;
	border: none;
	font-weight: bold;
}
/*----MAIN Menu----*/
#main_nav {
	margin: 0;
	width: 100%;
	display: block;
	clear: both;
	background-color: #fbad1d;
	text-align: center;
	height: 40px;
	position: relative;
}
	#main_nav:after, #main_nav:before {
	    margin-top:0;
	    content: "";
	    float:left;
	    border:20px solid #fbad1d;
	    background-color: #ffffff;
	}
	
	#main_nav:after {
	    border-right-color:transparent;
	    position: absolute;
	    float: right;
	    top: 0;
	    right: 0;
	}
	
	#main_nav:before {
	    border-left-color:transparent;
	    position: absolute;
	    float: right;
	    top: 0;
	    left: 0;
	}
	
#main_nav ul {
	font-family: "Nevis-Bold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .02em;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	width: auto;
	}
	
	#main_nav li {
		float: left;
		position: relative;
		width: auto;
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}
	#main_nav li:first-child {
		margin-left: 0;
	}
	
	#main_nav > ul > li {
		padding-bottom: 10px;
		margin-bottom: -10px;
	}
	
	#main_nav a {
		text-align: center;
		display: block;
		text-decoration: none;
		padding: 0 20px 0;
		color: #ffffff;
	}
		#main_nav a:hover, #main_nav li:hover a {
			color: #ffffff;
			background-color: #d73500;
			cursor: pointer;
		}
		
	/* Navigation submenu */
	#main_nav .menu-item:hover .sub-menu {
		display: block;
	}
	#main_nav .sub-menu {
		display: none;
		position: absolute;
		text-align: center;
		left: 50%;
		margin-top: 0;
		margin-left: -70px;
		padding: 0;
		width: 141px;
		z-index: 2000;
		background-color: #d73500;
		text-transform: none;
		line-height: 32px;
		font-size: 94%;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
	}
	
	#main_nav .sub-menu .menu-item {
		margin: 0;
	}
	#main_nav .sub-menu .menu-item a {
		color: #ffffff;
		display: block;
		width: 141px;
	}
	#main_nav .sub-menu .menu-item:first-of-type a {
		border-top: none;
	}
	#main_nav .sub-menu .menu-item a:hover {
		color: #ffffff;
		background-color: #b8d33d;
	}
		#main_nav .sub-menu .menu-item-has-children a {
			
		}
		#main_nav .sub-menu .menu-item .sub-menu .menu-item a {
			border: none;
			padding: 10px 15px 10px 20px;
			margin-top: -12px;
			font-style: italic;
			background-color: transparent;
			font-size: 12px;
		}
		#main_nav .sub-menu .menu-item .sub-menu .menu-item a:hover {
			color: rgba(255,255,255,.7);
		}
	#main_nav li li a:after {
		display: none;
	}

		 
/* ---- FONTELLO ---- */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?20310027');
  src: url('fonts/fontello.eot?20310027#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?20310027') format('woff'),
       url('fonts/fontello.ttf?20310027') format('truetype'),
       url('fonts/fontello.svg?20310027#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;


}
 
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e80a'; } /* '' */
.icon-gplus:before { content: '\e80b'; } /* '' */
.icon-instagram:before { content: '\e80e'; } /* '' */
.icon-pinterest:before { content: '\e80c'; } /* '' */
.icon-rss:before { content: '\e80d'; } /* '' */

.icon-rss-1:before { content: '\e800'; } /* '' */
.icon-twitter-1:before { content: '\e803'; } /* '' */
.icon-facebook-1:before { content: '\e804'; } /* '' */
.icon-instagram-1:before { content: '\e806'; } /* '' */
.icon-gplus-1:before { content: '\e807'; } /* '' */
.icon-pinterest-1:before { content: '\e809'; } /* '' */

.icon-plus:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-left:before { content: '\f053'; } /* '' */
.icon-right:before { content: '\f054'; } /* '' */
.icon-up:before { content: '\f077'; } /* '' */
.icon-down:before { content: '\f078'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */