/* 
Theme Name: Eat Good 4 Life Version 2.11
Theme URL: http://www.eatgood4life.com
Description: Responsive theme for Eat Good 4 Life.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.12
*/

/* 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_1 { width: 4.375%; }
	.span_2 { width: 10.75%; }
	.span_3 { width: 17.125%; }
	.span_4 { width: 23.5%; }
	.span_5 { width: 29.875%; }
	.span_6 { width: 36.25%; }
	.span_7 { width: 42.625%; }
	.span_8 { width: 49.0%; }
	.span_9 { width: 55.375%; }
	.span_10 { width: 61.75%; }
	.span_11 { width: 68.125%; }
	.span_12 { width: 74.5%; }
	.span_13 { width: 80.875%; }
	.span_14 { width: 87.25%; }
	.span_15 { width: 93.625%; }
	.span_16 { width: 100%; }
	
	.span_content { 
		width: 63%;
		margin-left: 0;
		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: 330px;
		float: right;
		display: inline-block;
	}
}

/*---------STRUCTURE---------*/

body                           {
	color: #7e7a79;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	background-color: #fff;
	margin: 0;
	padding: 0; }
a  {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none }
a:link, a:visited, a:active          {
	color: #8eae22;
	text-decoration: underline }
a:hover             {
	color: #f38e48;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px }
h1                        {
	color: #8eae22;
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .03em; }
h2      {
	color: #8eae22;
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .03em; }
h3                       {
	color: #8eae22;
	font-size: 18px;
	line-height: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .03em; }
h4        {
	color: #46423f;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 25px;
	margin-bottom: 15px; }
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1020px; }
.wrap {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1020px; }
.clear {
	clear: both }


/*---------HEADER---------*/
.slicknav_menu {
	display: none;
}

.header {
	text-align: center;
	background-color: #ffffff;
	padding: 5px 0;
	 }
.header h1.logo    {
	clear: both;
	margin: 0px 0 32px;
	}
	.header h1.logo a {
		display: inline-block;
		width: 460px;
		height: 85px;
		background: url(images/logo.png) no-repeat;
		background-size: 100% auto;
	}

/*TOP MENU*/
.headerbar {
	width: 100%;
	text-align: center;
	background-color: #f38e48;
	height: 35px;
	color: #f9c6a3;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 0;
	
}
.headerbar a {
	color: #f9c6a3;
	text-decoration: none;
	font-weight: normal;
}
.headerbar a strong {
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
}
.headerbar a:hover {
	color: #ffffff;
}
.topbar                   {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.topbar .searchform {
	float: right;
	text-align: left;
	width: auto;
	margin-top: 5px;
}
.topbar .searchinput  {
	color: #afadac;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	width: 140px;
	vertical-align: middle;
	border: 1px solid #e9e9e9 }
.topbar .searchinput:focus {
	color: #908d8c;	
}
.topbar .searchsubmit  {
	color: #908d8c;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-style: none;
	font: 11px/11px "Abel", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	}
.topbar .searchsubmit:hover  {
	color: #f38e48; }




/*---------CONTENT---------*/
.span_content                            {
	 }
	
.span_content img {
	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: #f38e48;
	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 }
h3.divider, h4.divider {
	color: #8eae22;
	background: url("images/sep.png") no-repeat right 4px;
	margin: 25px 0 20px;
}
.divider {
	clear: both;
	display: block;
	width: 100%;
	height: 8px;
	background: url("images/bg.png") repeat;
	margin: 25px 0 40px;
}
.divider span {
	display: inline-block;
	background-color: #ffffff;
	padding: 0 7px 0 0;
}

/*---------SIDEBAR---------*/
.sidebar                  {
	color: #908d8c;
	font-size: 12px;
	line-height: 19px;
	z-index: 10; }
.leftsidebar {
	width: 47%;
	max-width: 150px;
	float: left }
.rightsidebar {
	width: 160px;
	float: right; }
.midsidebar {
	
}
.lowersidebar {
	clear: both;
}

.widget        {
	margin-bottom: 30px }
h3.widgettitle    {
	color: #46423f;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 0px;
	margin-bottom: 8px; }
.widget a      {
	color: #908d8c;
	text-decoration: none }
.widget a:hover     {
	color: #f38e48;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	margin: 0 0 6px;
	padding: 0 }
.widget p    {
	margin: 0 0 10px }

.topsidebar .ad { 
	text-align: center;
}
	.topsidebar .ad .textwidget {
		width: 300px;
		margin: 0 auto;
	}
.about { 
	margin-bottom: 18px;
}
.about img {
	float: right;
	margin-left: 5px;
}
.social {
	text-align: center;
	margin-bottom: 25px;
}
.social a {
	margin: 2px 5px;
	color: #f38e48;
}
	.social a:before {
		font-size: 28px;
	}
	.social a:hover {
		opacity: .7;
	}
	.social a:nth-child(3n+1) {
		color: #f38e48;
	}
	.social a:nth-child(3n+2) {
		color: #8eae22;
	}
	.social a:nth-child(3n+3) {
		color: #ee736e;
	}
.sidebar select     {
	color: #afadac;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #ffffff;
	padding: 3px 3px 3px 5px;
	width: 100%;
	border: 1px solid #d3cec1 }
.sidebar .screen-reader-text {
	display: none;
}
.leftsidebar .widget {
	margin-bottom: 30px; }

.leftsidebar .sep {
	width: 75px;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.emailform  {
	height: 37px; }
.emailinput  {
	color: #afadac;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 37px;
	height: 37px;
	background-color: transparent;
	padding: 0 10px;
	width: 70%;
	vertical-align: middle;
	border: 1px solid #e9e9e9; }
.emailinput:focus {
	color: #908d8c;	
}
.emailsubmit  {
	color: #ffffff;
	background-color: #f38e48;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: -4px;
	padding: 0 10px;
	width: 30%;
	height: 37px;
	vertical-align: middle;
	border: 1px solid #f38e48;
	font: 15px/32px "Abel", Arial, Helvetica, sans-serif;

	}
.emailsubmit:hover  {
	background-color: #8eae22;
	border: 1px solid #8eae22; }
.box {
	text-align: center;
	background-color: #8eae22;
	padding: 10px;
	margin-bottom: 20px;
}
.box a h4 {
	color: #ffffff;
	margin: 2px 0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	}
.box p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	opacity: .5;
}
.box a:hover p {
	opacity: 1;
}
.box2 {
	background-color: #f38e48;
}
.box3 {
	background-color: #ee736e;
}
.leftsidebar .popularposts ul li {
	font: 14px/17px "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px; 
	background-image: none;
	overflow: hidden;
	text-align: center;
}
.leftsidebar .popularposts img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.leftsidebar .popularposts li a {
	color: #8eae22;
}
.leftsidebar .popularposts li:nth-child(3n+2) a {
	color: #f38e48;
}
.leftsidebar .popularposts li:nth-child(3n+3) a {
	color: #ee736e;
}
.leftsidebar .popularposts li a:hover {
	color: #46423f;
}

.recentposts {
	font-size: 15px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: .05em; }
.recentposts h3 {
	margin-bottom: 15px;
}
.recentposts img {
	margin-right: 3%;
	width: 25%;
	height: auto;
	float: left }
.recentposts .item {
	padding: 0;
	margin: 0 0 15px;
	overflow: hidden;
	list-style-type: none; }
.recentposts h4 {
	color: #8eae22;
	margin: 10px 0 5px;
	font-weight: normal }

.recentposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
	 }
	
	
#blogherads ul {
	
}
#blogherads ul li {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	margin-top: 2px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
}
/*Post Styles*/
.post                  {
	margin-bottom: 40px; }
h2.posttitle {
	color: #8eae22;
	margin: 4px 0 20px 0;
	padding: 0 }
h2.posttitle a  {
	color: #8eae22;
	text-decoration: none }
h2.posttitle a:hover  {
	color: #f38e48 }
.postmeta               {
	color: #afadac;
	font-size: 11px;
	line-height: 15px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em }
.postmeta a   {
	color: #afadac;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #f38e48;
	text-decoration: none }
.ccount     {
	display: inline-block; }
.metabottom .ccount, .postmeta .right    {
	float: right;
}
.metabottom                   {
	margin-top: 20px }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom a  { }
.metabottom a:hover  { }
a.post-edit-link, a.comment-edit-link, a.comment-reply-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #afadac;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background-color: #908d8c }

.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 p.small {
	font-size: 80%;
}
.post blockquote        {
	color: #afadac;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #afadac;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	margin: 20px 0;
	padding: 15px;
	background: url(images/bg.png) #ffffff;
}
.innerrecipe                          {
	padding: 30px;
	background-color: #ffffff;
}
.recipe h2                     {
	color: #f38e48;
	margin-top: 0;
	margin-bottom: 4px }
.recipe h3                    {
	color: #f38e48;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	clear: left; }
.recipe p        {
	 }
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .notes  {
	border-top: 1px solid #e9e9e9;
	color: #afadac;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 0;
	clear: left }
.recipe .notes p:last-child, .recipe .directions p:last-child, .recipe .directions li:last-child {
	margin-bottom: 0;
}
.recipe .source p   {
	color: #afadac;
	font-size: 12px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .time           {
	color: #afadac;
	font-size: 12px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 2px; }
.recipe .time p {
	font-size: 11px;
	display: inline;
	margin: 0;
	padding: 0 }
.recipe .time strong  {
	font-weight: normal;
	 }
.recipe .time span  {
	margin-right: 15px }
.recipe .photo {
	float: right;
	width: 120px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block; }
p.printbutton         {
	width: 120px;
	text-align: center;
	float: right;
	clear: right;
	margin: 0 0 15px 25px; }
.printbutton a {
	display: inline-block;
	width: 35px;
	font-size: 10px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #afadac;
}
.printbutton a:hover {
	color: #f38e48;
}
.printbutton img, .postmeta img, .post h2 img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none }

	
.innerpostads {
	overflow: hidden;
	min-height: 250px;
	position: relative;
	overflow: hidden;
}
.innerpostads .adspace {
	width: 300px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.innerpostads .subscribe {
	padding-left: 320px;
	min-height: 250px;
	margin-bottom: 55px;
}

.innerpostads .social a {
	margin: 2px 4px;
}
.innerpostads p {
	
}
.innerpostads h3.widgettitle {
	
}
.innerpostads .emailform {
	background-color: #ffffff;
	margin-bottom: 20px;
	width: 100%;
}
.innerpostads .emailinput {
	
}
.innerpostads .emailinput:focus {
	
}
.innerpostads .emailsubmit {
	
}
.innerpostads .emailsubmit:hover {
	
}

/*Homepage Featured Posts*/
.homefeatured {
	overflow: hidden;
	margin-bottom: 40px;
	/*background-image: url(images/bg.png);*/
	padding: 30px 0;
	margin-top: -40px;
}
.homefeatured .wrap {
	
}
.homefeatured h3.widgettitle {
	display: none;
	color: #f38e48;
}
.homefeatured .featured .item {
	width: 32.3%;
	max-width: 320px;
	float: left;
	margin-right: 1.55%;
	position: relative;
	text-align: center;
}
.homefeatured .featured .item:nth-child(3n) {
	margin-right: 0;
}
.homefeatured .featured .item img {
	width: 100%;
	height: auto;
}
.homefeatured .featured .item a .caption {
	position: absolute;
	bottom: 17px;
	left: auto;
	right: auto;
	display: block;
	width: 90%;
	margin: 0 5%;
	padding: 10px;
	background-color: rgba(255,255,255,.8);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.homefeatured h4 {
	color: #8eae22;
	text-align: center;
	font-size: 22px;
	line-height: 1.1;
	margin: 2px 0 0;
}
.homefeatured .featured .item a:hover .caption {
	background-color: #ffffff;
}
/*Teaser Posts*/
.teaserpost {
	overflow: hidden;
	width: 47%;
	margin-bottom: 55px;
	float: left; }
.oddpost {
	margin-right: 6%;
	clear: left;
}
.teaserpost .postthumb  {
	margin-bottom: 12px;
	}
.teaserpost .postthumb img {
	width: 100%;
	height: auto;
}
.teaserpost p {
	margin: 0;
	margin-bottom: 14px;
}
.teaserpost .postmeta .ccount {
	margin: 0;
	
	float: none;
}
.teaserpost .postcontent {
	 }
.teaserpost .metabottom {
	margin: 0;
	padding: 0;
	margin-top: 13px;
}
.teaserpost .metabottom .left {
	width: 50%;
}
.teaserpost .metabottom .right {
	width: 50%;
	text-align: right;
}
.teaserpost h2.posttitle {
	color: #8eae22;
	margin: 3px 0 10px;
	font-size: 20px;
}
.teaserpost h2.posttitle a {
	color: #8eae22;
}
.teaserpost h2.posttitle a:hover {
	color: #f38e48;
}
a.more-link     {
	color: #f38e48;
	font-size: 16px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase; }
a.more-link:hover     {
	color: #f7b07f; }
	
/*Category Post Styles*/
.homepagesection {
	clear: both;
	overflow: hidden;
	margin-bottom:50px;
	
}
.homepagesection h3.widgettitle {
	color: #f38e48;
	font-size: 22px;
	line-height: 22px;
}
	.homepagesection h3.widgettitle a {
		color: #f38e48 !important;
		text-decoration: none;
	}
	.homepagesection h3.widgettitle a em {
		float: right;
		font-size: 11px;
		color: #c7c6c5;
	}
	.homepagesection h3.widgettitle a:hover em {
		color: #f38e48;
	}
.categoryposts {
	overflow: hidden;
}
.categoryposts .item {
	width: 31%;
	margin-right: 3.5%;
	float: left;
	text-align: center;
}
	.categoryposts .item:nth-child(3n) {
		margin-right: 0;
	}
.categoryposts .item img {
	display: block;
	width: 100%;
	height: auto;
}
.categoryposts a {
	text-decoration: none;
}
.categoryposts a h4 {
	margin: 9px 0;
	line-height: 1.2;
	color: #8eae22;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.categoryposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.categoryposts a:hover h4 {
	color: #f38e48;
}
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle     {
	margin-top: 0;
	margin-bottom: 15px }
.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archivepost             {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 15px;
	width: 30%;
	float: left }
.archives .archivepost:nth-child(3n) {
	margin-right: 0 }
	.archives .archivepost:nth-child(3n+1) {
		clear: both; }
.archivepost img     {
	width: 100%;
	height: auto}
.archivepost a  {
	text-decoration: none }
.archivepost a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.archivepost .postmeta           {
	 }
.archivepost h4        {
	font-size: 16px;
	color: #8eae22;
	margin: 5px 0; }
.archiveslist      {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px; }

.archiveslist ul li      {
	color: #f38e48;
	font-size: 11px; }
.archiveslist a:link, .subcategories a:link  {
	color: #908d8c;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #afadac;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #f38e48 }
.archiveslist a:active, .subcategories a:active   {
	color: #f38e48 }
.archiveslist em     {
	color: #afadac;
	font-size: 10.5px }
li.categories:before {
	display: none;
}
.subcategories li ul li  {
	color: #f38e48;
	font-size: 13px;
	line-height: 18px; }
.subcategories li ul {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px }
.subcats    {
	margin-bottom: 40px }
.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3    {
	color: #afadac }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #908d8c;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #908d8c;
	text-decoration: none }
.linkdirectory a:hover {
	color: #f38e48;
	text-decoration: none }

	.tagindex li:before {
		display: none;
	}
.tagindex a     {
	font-size: 12px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #afadac;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #afadac;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #f38e48 }
.tagtitle   {
	color: #afadac;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #afadac;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #afadac;
	font-size: 11px }
.tagtitle a:hover  {
	color: #f38e48 }
.relatedposts    {
	margin-bottom: 55px;
	overflow: hidden; }

/*----FORMS----*/
#submit, .submitbutton          {
	color: #fff;
	font-size: 16px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	background-color: #8eae22;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 3px;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #f38e48 }
.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform textarea            {
	color: #afadac;
	font-size: 13px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #908d8c }
.commentinput, #commentform input[type=text], #commentform textarea {
	width: 100% }
#content .searchform {
	float: left;
	width: 300px;
	margin-top: 5px;
}
#content .searchinput  {
	color: #afadac;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	width: 220px;
	vertical-align: middle;
	border: 1px solid #e9e9e9 }
#content .searchinput:focus {
	color: #908d8c;	
}
#content .searchsubmit  {
	color: #908d8c;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-style: none;
	font: 14px/11px "Abel", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	}
#content .searchsubmit:hover  {
	color: #f38e48; }

.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-family: "Abel", Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #f38e48;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
/*Footer*/
.footer                                     {
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 100%;
	overflow: hidden;
	background-color: #8eae22;
	margin-top: 30px;
}
.footer .wrap  {
	background-image: none; }
.footer a {
	text-decoration: none;
}
.footer .footerwidget    {
	padding: 20px 0;
	 }
.footer h3.widgettitle    {
	margin-top: 2px;
	margin-bottom: 15px;
	color: #ffffff;
	text-align: center;
	 }
.footer .popular-posts .item {
	width: 15%;
	margin-right: 2%;
	float: left;
}	
.footer .popular-posts .item img {
	width: 100%;
	height: auto;
}
.footer .popular-posts .item:last-of-type {
	margin-right: 0;
}
.popular-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.subfooter  {
	font-size: 12px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	padding-top: 3px;
	float: none;
	clear: both;
	border-top: 3px solid #9ab638 }
.subfooter a:link, .subfooter a:visited, .subfooter a:active        {
	color: #c6d690;
	text-decoration: none }
.subfooter a:hover        {
	color: #ffffff }
.footernav       {
	width: 65%;
	float: left }
.footernav li    {
	display: inline;
	margin: 0 15px 0 1px;
	padding: 0 }
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright               {
	color: #c6d690;
	text-align: right;
	width: 35%;
	float: right }
.footerad    {
	text-align: center;
	margin: 20px auto 10px; }
/*Comments*/
h4#comments, h4#pings, h4#respond {
	color: #8eae22;
	margin-top: 30px;
	text-transform: uppercase;
}
a#cancel-comment-reply-link {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #afadac;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 10px; }
#commentlist li           {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0 10px 20px 60px;
	border-bottom: 1px solid #f4f2ed; }
	#commentlist li:before {
		display: none;
	}
#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 }
#commentlist li.bypostauthor, #commentlist li.comment-author-simone63         {
	background-color: #fff;
	background-image: url("images/bg2.png");
	padding: 13px 10px 13px 73px }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #f4f2ed;
	font-size: 24px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right }
.commentmeta         {
	color: #afadac;
	font-size: 10px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #afadac;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	text-transform: lowercase }
.commentmeta a {
	color: #afadac }
.commentmeta strong           {
	font-family: "Abel", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #f38e48;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase; }
.commentmeta strong a            {
	color: #f38e48;
	font-size: 13px;
	text-decoration: underline }
.commentmeta a:hover         {
	color: #8eae22;
	text-decoration: underline }
.commentmeta a.comment-edit-link, .commentmeta a.comment-reply-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #afadac;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	background-image: url("images/bg2.png");
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #afadac;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #8eae22;
	font-weight: normal;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #f38e48; }
.commentnav .alignright a {
	color: #afadac;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #f38e48;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 10px 0px 10px 0;
	padding: 13px 10px 13px 60px;
	border-bottom: medium none }
#cancel_reply, #cancel_reply a       {
	color: #f38e48;
	font-size: 11px;
	font-weight: bold }
.thdrpy a  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #afadac;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	padding: 1px 3px }
.thdrpy a:hover {
	color: #fff;
	background-color: #908d8c }
/*----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: 11px;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	margin: 10px 0 30px;
	width: 100%;
	height: 25px;
	clear: both }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: center;
	width: 100% }
#wp_page_numbers li {
	display: inline }
	#wp_page_numbers li:before {
		display: none; }
#wp_page_numbers a         {
	color: #afadac;
	padding: 3px 5px;
	background-color: #ffffff;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #afadac;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.page_info         {
	color: #afadac;
	text-transform: uppercase;
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
	letter-spacing: .01em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #f38e48 }
#wp_page_numbers li.active_page a     {
	color: #ffffff;
	background-color: #8eae22 }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }
	
/*MAIN MENU*/
#main_nav                   {
	font-family: "Abel", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .03em;
	width: auto;
	height: 40px;
	background-color: #8eae22;
	overflow: hidden;
	margin: 0 0 40px;
}
#main_nav ul   {
	display: inline-block;
	margin: 0 auto;
	padding: 0; }
#main_nav ul li      {
	margin: 0 15px 0 0;
	padding: 0px;
	height: 40px;
	float: left }
#main_nav ul li a      {
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left }
#main_nav ul li a:hover, #main_nav ul li:hover > a  {
	color: #f38e48;
	background-color: #ffffff }
#main_nav li ul a:hover, #main_nav ul li li:hover > a {
	color: #ffffff; }
#main_nav li ul       {
	display: block;
	text-align: left;
	font-size: 14px;
	background-color: #FFFFFF;
	text-transform: lowercase;
	letter-spacing: normal;
	margin-top: 40px;
	padding-left: 0px;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 178px;
	-moz-box-shadow: 0px 1px 3px rgba(81,43,12,.1);
	-webkit-box-shadow: 0px 1px 3px rgba(81,43,12,.1);
	box-shadow: 0px 1px 3px rgba(81,43,12,.1) }
#main_nav li ul li  {
	margin: 0;
	height: auto;
	padding: 0 }
#main_nav li:hover ul {
	left: auto }
#main_nav li ul li a   {
	color: #f38e48;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 11px;
	line-height: 20px;
	width: 180px;
	border-bottom: 1px solid #f4f2ed }
#main_nav ul li li:hover > a, #main_nav ul li li a:hover   {
	color: #FFFFFF;
	background-color: #f38e48 }
#main_nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 180px;
	background-color: #FFFFFF;}
#main_nav li li ul a  {
	border-bottom: 1px solid #eaf7f7;  }
#main_nav ul li li li:hover > a, #main_nav ul li li lia:hover {
	color: #ffffff;
	background-color:  #f38e48; }
#main_nav li li:hover ul {
	visibility: visible }
#main_nav ul ul li:last-child > a  {
	border-bottom: none }
#main_nav ul ul ul li:first-child > a { }

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?56010795');
  src: url('fonts/fontello.eot?56010795#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?56010795') format('woff'),
       url('fonts/fontello.ttf?56010795') format('truetype'),
       url('fonts/fontello.svg?56010795#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;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-rss2:before { content: '\e800'; } /* '?' */
.icon-plus:before { content: '\e801'; } /* '?' */
.icon-comment:before { content: '\e802'; } /* '?' */
.icon-youtube:before { content: '\e803'; } /* '?' */
.icon-yummly:before { content: '\e804'; } /* '?' */
.icon-more:before { content: '\e806'; } /* '?' */
.icon-print:before { content: '\e807'; } /* '?' */
.icon-twitter:before { content: '\e808'; } /* '?' */
.icon-facebook:before { content: '\e80a'; } /* '?' */
.icon-gplus:before { content: '\e80b'; } /* '?' */
.icon-pinterest:before { content: '\e80c'; } /* '?' */
.icon-rss:before { content: '\e80d'; } /* '?' */
.icon-instagram:before { content: '\e80e'; } /* '?' */
.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'; } /* '?' */