/* 
Theme Name: Well Plated
Theme URL: http://www.wellplated.com
Description: Responsive theme for Well Plated.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.2.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, 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;
	text-align: left; 
	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: 62%;
		margin-left: 0;
		max-width: 600px;
	}
		.span_content_full { 
			width: 100%;
			margin-left: 0;
			max-width: 100%;
		}
	.span_sidebar { 
		width: 34%;
		max-width: 330px;
	}
}


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

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?470953');
  src: url('fonts/fontello.eot?470953#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?470953') format('woff'),
       url('fonts/fontello.ttf?470953') format('truetype'),
       url('fonts/fontello.svg?470953#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

body                           {
	color: #323232;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.7;
	background: url(images/watercolor-top.jpg) center top no-repeat #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 4px solid #40b9b6; }
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: #40b9b6;
	text-decoration: underline }
a:hover             {
	color: #f9a797;
	text-decoration: none }
p    {
	margin: 20px 0 }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5              {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px }
h1                        {
	color: #40b9b6;
	font-size: 34px; }
h2      {
	color: #40b9b6;
	font-size: 26px; }
	.post h2 {
		font-size: 21px;
	}
h3 {
	color: #40b9b6;
	font-size: 24px;
}
	.post h3 {
		font-size: 17px;
	}
h4        {
	color: #40b9b6;
	font-size: 17px; }
h5        {
	color: #40b9b6;
	font-size: 15px; }

.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                                       {
	background: url(images/watercolor-bottom.jpg) left bottom no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1050px;
	padding: 0 20px;
	overflow: hidden;
	padding-bottom: 1px; }
.wrap                                       {
	margin-right: auto;
	margin-left: auto;
	max-width: 1050px;
	padding: 0 20px; }
.clear {
	clear: both }
	
/*----Header----*/
.slicknav_menu {
	display: none;
}
.header {
	margin: 0 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f0;
	clear: both;
	 }
.header .logo    {
	width: 225px;
	height: 135px;
	float: left;
	margin: 30px 0;
	 }
	.header .logo a    {
		width: 225px;
		height: 135px;
		background-image: url(images/logo2.jpg);
		background-size: 100% auto;
		display: block;
		 }
.header .logo img {

}


.header .social {
	clear: right;
	text-align: right;
	margin: 0;
}
.social a {
	width: 30px;
	height: 30px;
	background: url(images/icons.png) no-repeat;
	background-size: 210px 30px;
	display: inline-block;
	margin-left: 5px;
}
	.social a.rss {
		background-position: 0 0;
	}
	.social a.facebook {
		background-position: -30px 0;
	}
	.social a.twitter {
		background-position: -60px 0;
	}
	.social a.pinterest {
		background-position: -90px 0;
	}
	.social a.instagram {
		background-position: -120px 0;
	}
	.social a.gplus {
		background-position: -150px 0;
	}
	.social a.youtube {
		background-position: -180px 0;
	}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
	}


/*----Content----*/
#content                             {
	display: inline-block;
	margin: 0 10px;
	float: left; }
#content img {
	max-width: 100%;
	height: auto;
}
h2.pagetitle, h2.archivetitle, h2.searchtitle  {
	margin-top: 0 }
.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: #40b9b6;
	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 }
.sep {
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
	height: 1px;
	display: block;
	clear: both;
}
hr {
	 border: 0; 
	 height: 0; 
	 border-top: 1px solid rgba(0, 0, 0, 0.1); 
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*----Sidebar----*/
.sidebar                  {
	font-size: 90%;
	line-height: 1.6;
	display: inline-block;
	margin: 0 10px;
	margin-top: 0px;
	float: right;
	clear: right;
	min-width: 300px;
	max-width: 330px;
	z-index: 10; }
.topsidebar   { }
.leftsidebar         {
	margin: 0;
	float: left;
	width: 49%; }
.rightsidebar    {
	margin: 0;
	width: 49%;
	float: right }
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
	margin: 0;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget        {
	margin-bottom: 33px }
h3.widgettitle    {
	color: #40b9b6;
	font-size: 19px;
	margin: 0 0 13px;
	text-transform: lowercase; }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #40b9b6;
	text-decoration: none }
.widget a:hover     {
	color: #f9a797;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	 }
.widget p    {
	margin: 0 0 10px }
.topsidebar .ad, .lowersidebar .ad { 
	text-align: center;
	background-color: #eaf7f7;
	padding: 15px 0 14px;
}
.sidebar .ad .textwidget {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
.sidebar select     {
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #5b5b5b;
	background-color: #ffffff;
	padding: 6px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e6e6; }
.screen-reader-text {
	display: none;
}
.about {
	background: url(images/splash.jpg) 0 top no-repeat;
	margin-top: -25px;
	padding-top: 40px;
}
.about h3 {
	margin: 0;
	padding: 30px 0 8px;
	display: none;
}
.about strong {
	font-weight: bold;
	color: #40b9b6;
}
.about .more a, .about a.more {
	font-weight: bold;
	color: #40b9b6;
}
		.about .more a:hover, .about a.more:hover {
			color: #f9a797;
		}

.about p {
	display: inline;
}
.about p.simple-image {
	margin: 0 0 5px 15px;
	width: 35%;
	float: right;
	position: relative;
}

	.about p.simple-image img {
		width: 100%;
		height: auto;
		display: block;
	}
	
.social2 {
	display: inline-block;
	float: left;
	text-align: center;
	margin: -20px 0 25px;
}
.social2 a:before {
	font-family: "fontello";
	font-size: 26px;
	display: inline-block;
	color: #40b9b6;
	text-decoration: none;
	margin: 0px 2px;
}
.social2 a:hover:before {
	color: #f9a797;
}
.social2:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
}
.subscribe {
	clear: both;
	overflow: hidden;
	padding: 15px 25px;
	background-color: #40b9b6;
	color: #96d9d7;
	color: rgba(255,255,255,.75);
	font-size: 14px;
	text-align: center;
}
.subscribe h3 {
	margin: 0 auto;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	width: 270px;
	height: 52px;
	background: url(images/nevermissarecipe.png) center no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
.subscribe p {
	margin: -8px 0 15px;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
.subscribe strong {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.buttons {
	overflow: hidden;
}
.buttons a.button {
	width: 48%;
	display: inline-block;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #40b9b6;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 15px;
	margin-top: 2px;
}
.buttons a.button:nth-of-type(2) {
	float: right;
}
.buttons a.button:hover {
	background-color: #f9a797;
}

.emailform {
	
}
	.sidebar .subscribe .emailform {
		margin-bottom: 15px;
	}
.emailinput {
	border: none;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #5b5b5b;
	background-color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	vertical-align: middle;
}

.emailsubmit {
	width: 60%;
	text-align: center;
	color: #ffffff;
	background-color: #96d9d7;
	border: none;
	margin: 10px 0 0;
	padding: 0px 8px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	vertical-align: middle;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.emailsubmit:hover {
	color: #ffffff;
	background-color: #f9a797;
}
.input-group {
	overflow: hidden;
	color: #ffffff;
	font-size: 90%;
	line-height: 1;
	vertical-align: middle;
	margin: 9px 0 0;
	text-align: left;
	width: 40%;
	float: left;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: bold;
}
.input-group strong {
	color: #ffffff;
	display: none;
	float: left;
	padding-top: 5px;
	vertical-align: middle;
	line-height: 1;
}
.input-group ul, .input-group ul li {
	display: inline-block;
}
.input-group ul li {
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.widget.rss {
	margin-top: -25px;
}
.widget.rss p {
	margin: 0;
	text-align: center;
}
.widget.rss strong {
	text-transform: uppercase;
	letter-spacing: .04em;
}
.widget.rss a:before {
	margin: 0 5px 0 15px;
}
.searchform {
	border: 1px solid #f3f0ed;
	height: 42px;
	max-width: 350px;
}

.searchinput {
	border: none;
	font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #323232;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	width: 80%;
	vertical-align: middle;
	margin-bottom: 8px;
}

.searchsubmit {
	width: 20%;
	text-align: right;
	color: #40b9b6;
	background-color: transparent;
	border: none;
	margin: 0 0 0 -4px;
	padding: 0px 8px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	vertical-align: middle;
	font-family: "fontello";
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: -5px;
}
.searchsubmit:hover {
	color: #f9a797;
	
}

.searchsubmit {
    width: 33px;
    position: absolute;
    top: 0px;
    right: 0;
	}
	
.searchform {
    position: relative;
	}
	
.searchinput {
    width: 100%;
	}


.sidebar .popular {
	overflow: hidden;
}
.sidebar .popular .item {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	margin-bottom: 10px;
}
	.sidebar .popular .item:nth-child(3n) {
		margin-right: 0;
	}
	.sidebar .popular .item img {
		width: 100%;
		height: auto;
		display: block;
	}
	.sidebar .popular .item a {
		display: block;
	}
	.sidebar .popular a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.sidebar .featured, .sidebar .recent {
	overflow: hidden;
}
.sidebar .featured .item, .sidebar .recent .item {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	text-align: center;
	position: relative;
}
	.sidebar .featured .item:nth-child(2n), .sidebar .recent .item:nth-child(2n) {
		margin-right: 0;
	}
	.sidebar .featured .item a, .sidebar .recent .item a {
		display: block;
	}
	.sidebar .featured .item img, .sidebar .recent .item img {
		display: block;
		width: 100% !important;
		height: auto;
	}

.sidebar .featured a h4, .sidebar .recent a h4 {
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 101%;
	text-align: center;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.85);
	padding: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
	.sidebar .featured a:hover h4, .sidebar .recent a:hover h4 {
		opacity: 1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
.featured a:hover, .sidebar .recent a:hover {
	
}

/*---Sidebar Tabs---*/
.h18 {
	border: none !important;	
}

.h18 .tabs-content{
    background: #ffffff;
    border: 1px solid #eeeeee;
	padding: 5px;
}


.h18 .tabs-content-inner{
	padding: 10px;
}

.h18 select.tabs-menu{
	width:100%;
	padding: 5px;
	border: 0 !important;  
    -webkit-appearance: none;
    -moz-appearance: none;  
}

.h18 ul.tabs-menu{
	background: none;
}
.h18 ul.tabs-menu li{
	margin: 0;
	border:0;
}


.h18 ul.tabs-menu li a{
	color: #989898;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: none;
	font-weight: 600;
	background: transparent;
	border: 1px solid rgba(255,255,255,0);
	border-top: 1px solid #ffffff;
	padding: 8px 15px;
	margin-bottom: -1px;
}
.h18 ul.tabs-menu li a:hover{
	color: #f9a797;
	background: transparent;
}
.h18 ul.tabs-menu li a{
	display: block;
}

.h18 ul.tabs-menu li.selected a{
	color: #40b9b6;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
.tabs-content a.button {
	width: 48%;
	display: inline-block;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #40b9b6;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 15px;
	margin-top: 2px;
}
.tabs-content a.button:nth-of-type(2) {
	float: right;
}
.tabs-content a.button:hover {
	background-color: #f9a797;
}


/*----Post Styles----*/
.post                  {
	overflow: hidden;
	margin-bottom: 35px; }
.singlepost {
	
}
.post h2.posttitle, .post h1.posttitle {
	margin: 0 0 4px;
	text-align: left;
	 }

h2.posttitle a, h1.posttitle a  {
	color: #40b9b6;
	text-decoration: none }
h2.posttitle a:hover, h1.posttitle a:hover  {
	color: #f9a797 }
.postimage {
	margin-bottom: 15px;
}
.postimage img {
	width: 100% !important;
	height: auto;
}
.postmeta               {
	color: #adadad;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 25px; }
.postmeta em {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: normal;
}
.postmeta a   {
	color: #adadad;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #f9a797;
	text-decoration: none }
.postmeta .ccount {
	display: inline-block;
}
.postmeta .ccount a:before {
	content: '//';
	color: #eaeaea;
	margin: 0 10px;
	font-size: 10px;
}
.metabottom                   {
	text-align: left;
	clear: both;
	margin: 25px 0;
	padding: 12px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea; }
	.metamore {
		border-top: none;
		padding: 0 0 25px;
	}
.metabottom .left      {
	width: 80%;
	float: left;
	padding: 7px 0; }
.metabottom .right {
	text-align: right;
	width: 20%;
	float: right;
	padding:7px 0; }
	.metamore .right {
		padding: 20px 0 0;
	}
.metabottom .ccount a:before {
	display: none;
}
.more {
	margin: 0;
}
a.more-link {
	color: #40b9b6;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-indent: -9999px;
	display: inline-block;
	background: url(images/readmore2.png) left center no-repeat;
	background-size: 100% auto;
	width: 172px;
	height: 57px;
}
	a.more-link:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
	.teaserpost a.more-link {
		width: 140px;
		height: 46px;
	}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link  {
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	background-color: #9b9998;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 0px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background-color: #323232 }
.post img {
	max-width: 100% !important;
	height: auto;
}


.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: #5b5b5b;
	font-size: 16px;
	font-style: italic;
	margin: 25px 0;
	padding: 20px 25px;
	display: block; }
.post blockquote p:last-of-type {
	margin-bottom: 8px;
}
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #5b5b5b;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
	
/*Recipe Styles*/

.recipe                        {
	font-style: normal;
	font-weight: normal;
	margin: 25px 0;
	overflow: hidden;
	padding: 25px;
	border: 1px solid #eaeaea;
	background: #ffffff url(images/watercolor-top.jpg) center top no-repeat;
}
.recipe ol:last-of-type, .recipe li:last-of-type   {
	margin-bottom: 0;
	 }

.recipe h2 {
	margin: 0;
	font-size: 30px;
}

.recipe .time {
	color: #5b5b5b;
	font-size: 12px;
	margin-bottom: 20px;
	 }
.recipe .time p {
	display: inline-block;
	margin: 0 12px 0 0;
}
.recipe .time strong {
	text-transform: uppercase;
	font-weight: bold;
	color: #323232;
}
.recipe .summary   {
	color: #5b5b5b;
	font-style: italic;
	font-size: 112%;
	margin: 10px 0;
 }
	
.recipe .summary p {
	margin: 0;
}
.recipe h3 {
	margin-bottom: 10px;
	font-size: 24px;
}
.recipe h4 {
	color: #989898;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 10px;
}
.recipe .photo {
	float: right;
	width: 140px !important;
	height: 140px !important;
	height: auto;
	margin: 10px 0 10px 15px; }

.recipe .ingredients {
	margin-bottom: 25px;
}
.recipe .notes  {
	color: #5b5b5b;
	font-style: italic;
	margin-top: 15px;
	padding: 10px 0 0;
	margin-bottom: 0;
	clear: left;
	border-top: 1px solid #dedede; }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .nutrition {
	color: #989898;
	font-size: 13px;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin-top: 20px;
	 }
	.recipe .nutrition h4 {
		color: #40b9b6;
		font-size: 18px;
		margin: 0 4px 0 0;
		display: inline-block;	
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
	}
	.recipe .nutrition ul {
		margin: 2px 0 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: #5b5b5b;
	}
		.recipe .nutrition li:after {
			content: ", ";
			margin: 0 1px;
			color: #989898;
			font-weight: normal;
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition strong {
		color: #5b5b5b;
	}
	.recipe .nutrition span {
		color: #989898;
		font-weight: normal;
	}
	
.recipe .source   {
	color: #989898;
	font-style: italic;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0;
	clear: left }
.recipe .source a {
	color: #989898;
	text-decoration: underline;
}
.recipe .source a:hover {
	text-decoration: none;
	color: #f9a797;
}
.recipe .source p {
	margin: 0;
}
.printbutton         {
	width: 140px;
	float: right;
	clear: right;
	margin: 10px 0 10px 15px;
	padding: 0;
	text-align: center; }
.printbutton a {	
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #40b9b6;
	margin: 0px;
	padding: 5px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.printbutton a:hover, .printbutton a:hover:before {
	color: #ffffff;
	background-color: #f9a797;
	
}

/*Recipe ratings*/
.rating {
    font-size: 12px;
    text-align: center;
    color: #858685;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 140px;
	    float: right;
	    text-align: center !important;
	}
	.recipe .rating a.more-link {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .08em;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.rating div.rating-container {
	  margin: 0;
	  text-align: center;
	}

	.rating div.rating-container.crfp-group-1 a {
		text-decoration: none;
		font-size: 14px;
	}
		.rating div.rating-container.crfp-group-1 a strong {
			text-transform: uppercase;
			letter-spacing: .08em;
			font-size: 92%;
		}
	.rating .review-total {
		 margin-bottom: 10px;
		 color: #989898;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #989898;
		}
		.rating .review-total a:hover {
			color: #40b9b6;
		}
	.rating .leave-a-review {
		color: #989898;
		margin-top: 15px;
		text-align: center;
	}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#commentlist div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#commentlist div.rating-container span.label, #commentlist div.rating-container label {
	display: none;
}
.recipe-ps {
	margin: -25px 0 35px;
	background-color: #40b9b6;
	color: #ffffff;
	padding: 25px;
	line-height: 1.5;
	font-size: 14px;
}
	.recipe-ps p {
		margin: 0;
	}
	.recipe-ps a {
		color: #ffffff;
		
	}
	.recipe-ps p:before {
		content: '\e807';
		font-family: "fontello";
		font-size: 60px;
		line-height: .7;
		float: left;
		vertical-align: middle;
		color: #ffffff;
		color: rgba(255,255,255,.6);
		margin-right: 15px;
	}
	.recipe-ps strong {
		text-transform: uppercase;
		letter-spacing: .05em;
		font-weight: bold;
		font-size: 15px;
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}
	
/*Below Post*/

.disclaimer {
	color: #989898;
	font-size: 85%;
	font-style: italic;
}
.recipe-buttons {
	text-align: center;
	margin: -5px 0 20px;
}
a.button {	
	display: inline-block;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: .03em;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #40b9b6;
	margin: 0 5px;
	padding: 2px 12px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	a.jump {
		border: 1px solid #f1f1f0;
		display: inline-block;
		padding: 2px 10px;
		margin-right: 12px;
	}
a.button:hover, a.jump:hover {
	color: #ffffff;
	background-color: #f9a797;
	
}
	a.button i:before {
		font-size: 80%;
		line-height: 1;
		vertical-align: text-top;
		margin: 3px 0 0 5px;
	}
	
	
.addthis_sharing_toolbox, .addthis_sharing_toolbox div {
	text-align: center;
	margin: 0 auto;
}
.share {
	overflow: hidden;
	margin: -25px 0 45px;
	background-color: #eaf7f7;
	padding: 10px 10px 4px 13px;
}
.share h4 {
	display: inline-block;
	float: left;
	margin: 6px 0 0;
}
.share .addthis_sharing_toolbox {
	display: inline-block;
	float: right;
	margin: 0 !important;
}
.share .addthis_sharing_toolbox a {
	margin-left: 10px !important;
}
.authorbox {
	overflow: hidden;
	margin-bottom: 50px;
	font-size: 95%;
}
.authorbox img {
	width: 25%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.authorbox .social2 {
	text-align: left;
}
.authorbox strong {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
}
.innerpostads {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.innerpostads .widget {
	
}
  .innerpostads .widget.subscribe {
	width: 100%;
	float: none;

} 


.postnav {
	overflow: hidden;
	padding: 1px 2px;
	margin: -20px 0 50px;
}
.postnav .left {
	width: 50%;
	float: left;
	text-align: l;
}
.postnav .right {
	width: 50%;
	float: right;
	text-align: right;
}
.postnav a {
	font-weight: normal;
	color: #5b5b5b;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	background: url(images/splash.jpg) left top no-repeat;
	min-height: 79px;
	min-width: 150px;
	text-align: center;
	padding-top: 20px;
}
	.postnav .left a {
		text-align: left;
		background-position: left top;
	}
	.postnav .right a, .postnav .right a em {
		text-align: right;
		background-position: right top;
	}
.postnav a em {
	font-weight: normal;
	color: #40b9b6;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-style: normal;
}
.postnav a:hover em {
	color: #f9a797;
	
}
/*---------TEASER STYLES---------*/

.teaserpost {
	width: 100%;
	margin-bottom: 40px;
}
.teaserpost h2.posttitle {
	text-align: left;
	margin: 0 0 4px;
	font-size: 24px;
	line-height: 1.1;
}
.teaserpost .postthumb  {
	width: 40%;
	float: left }
.teaserpost .postthumb img {
	width: 100% !important;
	height: auto;
}
.teaserpost .postcontent {
	width: 60%;
	float: right;
	padding-left: 25px; }
	.teaserpost .postcontent p {
		margin: 15px 0;
	}
.teaserpost .vcenter {
	
}
.teaserpost .postmeta {
	text-align: left;
	margin: 0;
}
.teaserpost .more {
	margin: 0;
}

.teaserpost .metabottom .left {
	
}

/*----Related Post Styles----*/
.relatedposts {
	margin-bottom: 50px;
	overflow: hidden;
}

/*----Archive Styles----*/

h2.archivetitle, h2.pagetitle     {
	color: #40b9b6;
	margin-top: 0;
	margin-bottom: 20px }
.archives {
	overflow: h;
}
.archives .archivepost {
	width: 23.5%;
	float: left;	
	margin-right: 2%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
}
.archives .archivepost img {
	margin: 0;
	width: 100% !important;
	height: auto;
	display: inline-block;
}
.archives .archivepost a {
	text-decoration: none;
}
.archives .archivepost a h4 {
	text-decoration: none;
	color: #40b9b6;
	font-size: 17px;
}
.archives .archivepost a:hover h4 {
	color: #f9a797;
}
.archives .archivepost .postmeta {
	color: #9b9998;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .03em;
	text-align: center;
}
.archives .archivepost:nth-child(4n) {
	margin-right: 0px;
}	
.archives .archivepost:nth-child(4n+1) {
	clear: both;
}	
	
.archives .archivepost h4 {
	margin: 4px 0;
	text-align: center;
	font-size: 12px;
}
.archives .archivepost a .posttitle h4 {
	color: #ffffff;
	height: auto;
	overflow: hidden;
}
.archiveslist      {
	color: #5b5b5b;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	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 li   {
	
	 }
.archiveslist ul li      {
	}
.archiveslist a:link  {
	color: #323232;
	text-decoration: none }
.archiveslist a:visited  {
	color: #5b5b5b;
	text-decoration: none }
.archiveslist a:hover   {
	color: #40b9b6 }
.archiveslist a:active   {
	color: #40b9b6 }
.archiveslist em     {
	color: #5b5b5b;
	font-size: 10.5px }
.subcats {
	background-color: #eaf7f7;
	padding: 15px 15px 11px 15px;
	margin: 0 0 40px;
	text-align: center;
}
.subcats h4 {
	margin: 0 0 10px;
	text-align: center;
}
.subcats ul li:before {
	display: none;
}
.subcats ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.subcats ul li  { 
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.subcategories li ul li a {
	display: inline-block;
	color: #ffffff;
	background-color: #40b9b6;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px;
	margin: 4px 8px 4px 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .03em;
}
.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #f9a797;
}
.span_content .tagindex li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tagindex li:before {
	display: none;
}
.tagindex a     {
	font-size: 13px;
	line-height: 21px;
	width: 22px;
	height: 22px;
	text-align: center;
	display: block;
	margin-right: 2px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #5b5b5b;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #5b5b5b;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #40b9b6 }
.tagtitle   {
	color: #9b9998;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #9b9998;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin-left: 11px;
	letter-spacing: normal;
	font-weight: normal;
	float: right }
.tagtitle em a  {
	color: #9b9998;
	font-size: 11px }
.tagtitle a:hover  {
	color: #323232 }
	
ul.threecol {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.threecol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 32%;
	float: left;	
	margin-right: 2%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
}
	ul.threecol li:before {
		display: n;
	}
ul.threecol li:nth-child(3n) {
	margin-right: 0;
}
ul.threecol li:nth-child(3n +1) {
	margin-right: 0;
}
/*Search*/
.searchpost   {
	margin-bottom: 20px;
	overflow: hidden }
.searchpost .postthumb  {
	margin-right: 39%;
	width: 31%;
	float: left }
.searchpost .postthumb img {
	width: 100% !important;
	height: auto; }
.searchpost .postmeta {
	text-align: left;
	margin: 0;
}
.searchpost h2 {
	font-size: 24px;
	margin: 4px 0 0;
}
.searchpost h2 a {
	text-decoration: none;
}
.searchpost p {
	margin: 10px 0;
}
.searchpost a.more-link {
	
}
/*----Forms----*/
#submit, .submitbutton, a.submitbutton         {
	color: #fff;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #40b9b6;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 8px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
	    }
#submit:hover, .submitbutton:hover        {
	background-color: #f9a797 }
.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform textarea            {
	color: #5b5b5b;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, 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: #323232 }
#commentform input[type=text], #commentform textarea {
	width: 100%; }
.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, 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: #323232;
	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                                     {
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	padding-top: 45px;
	margin-top: 0;
}
.footer a:link, .footer a:visited, .footer a:active {
	 }
.footer a:hover        {
	 }

.footerwidgets {
	overflow: hidden;
}
.footerwidgets h3 {
	
}
.footerwidgets .widget {
	width: 33%;
	max-width: 330px;
	margin-bottom: 50px;
	float: left;
}
.footerwidgets a {
	text-transform: uppercase;
	font-weight: bold;
}
.footerwidgets .subscribe .social, .innerpostads .subscribe .social {
	float: none;
	text-align: left;
	clear: both;
	margin: 15px 0 0;
	
}
.footerwidgets .featuredposts {
	overflow: hidden;
	width: 62%;
	max-width: 620px;
	float: right;
}
.footerwidgets .featuredposts .item {
	width: 23%;
	margin-right: 2.666%;
	float: left;
}
.footerwidgets .featuredposts .item:last-of-type {
	margin-right: 0;
}
.footer .featuredposts h4 {
	display: none;
}
.footer .featuredposts .item img {
	width: 100% !important;
	height: auto;
}
.footer .featuredposts .item a:hover img {
	
}
.footer .featuredposts .item h4 {
	display: none;
}


.subfooter                                     {
	background-color: #40b9b6;
	width: 100%;
	overflow: hidden;
	color: #96d9d7;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 0;
	margin: -1px 0 0;
}
.subfooter .wrap  {
	margin-right: auto;
	margin-left: auto;
	max-width: 1020px;
	padding: 20px 22px;
	width: 100%; }
.subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #96d9d7;
	text-decoration: none }
.subfooter a:hover {
	color: #ffffff;
	text-decoration: none }
.footernav       {
	text-align: center;
	display: block;
	width: 100%;
	 }
.footernav li    {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .02em;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav li.top a {
	font-weight: bold;
	color: #ffffff;
}
.copyright               {
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
	 }
.copyright em {
	text-transform: lowercase;
	font-style: normal;
}

.footerad    {
	width: 728px;
	height: 90px;
	max-width: 100%;
	overflow: hidden;
	margin: 20px 0px 0; 
	float: left;
}
.footerad.kdbadge {
	display: inline-block;
	width: 200px;
	float: right;
	margin: 20px 0px 0;
}
/*----Comments----*/
h4#comments, h4#pings, h4#respond, h4.related {
	margin-top: 0;
}
#comments, #pings  { }
#respond            {
	margin-top: 35px }
#commentlist          {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0; }
#commentlist li {
	list-style-type: none;
	margin: 0 0 20px;
	border: 1px solid #f3f0ed;
	padding: 20px 20px;
	overflow: hidden; }
#commentlist li:before {
	display: none !important;
}
#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    {
	background-color: #eaf7f7; }
#commentlist li p    {
	font-size: 95%;
	margin: 2px 0px 6px 0;
	padding: 0 }
#commentlist li p:last-of-type    {
	margin-bottom: 0; }
.leaveacomment {
	margin-bottom: 50px;
}
.leaveacomment a.submitbutton {
	font-size: 12px;
	text-decoration: none;
}
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.commentmeta         {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #9a9b9c;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0 }

.commentmeta a {
	color: #9a9b9c }
.commentmeta strong           {
	color: #40b9b6;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	 }
.commentmeta strong a            {
	color: #40b9b6;
	text-decoration: none;
	 }
.commentmeta a:hover         {
	color: #f9a797; }
.commentmeta a.comment-edit-link, .commentmeta a.comment-reply-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	width: 48px;
	height: 48px;
	display: inline;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 40px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }

.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #9b9998;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 15px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px; }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav span.page-numbers, .commentnav a.page-numbers {
	color: #9b9998;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px solid #eeeded }
.commentnav span.current {
	color: #323232;
	font-weight: bold;
	background-color: #fff;
	border: none; }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #40b9b6 }
.commentnav .alignright a {
	color: #9b9998;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #f9a797;
	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: 0;
	padding: 5px 10px;
	border: none; }
#commentlist li ul li.bypostauthor, #commentlist li ul li.comment-author-wellplatedcommunications           {
	background-color: #eaf7f7;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 15px 15px 10px;
	border: none; }
#cancel_reply, #cancel_reply a       {
	color: #323232;
	font-size: 11px;
	font-weight: bold }
	
.thdrpy a  {
	text-decoration: none;
	color: #fff;
	font-size: 9px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	background-color: #9b9998;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1px 5px }
.thdrpy a:hover {
	color: #fff;
	background-color: #40b9b6 }

/*----DROPDOWN Menu----*/
#main_nav {
	float: right;
	margin: 40px 0 20px;
	width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
}
	#main_nav .searchform {
		display: none;
	}
#main_nav ul {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 21px;
	font-weight: 600;
	text-transform: lowercase;
	float: right;
	}
	
	#main_nav li {
	float: left;
	position: relative;
	width: auto;
	list-style: none;
	}
	
	#main_nav > ul > li > a, h1 {
	
	}
	
	#main_nav a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: #323232;
	}
		#main_nav li.menu-item-9310 a {
			color: #40b9b6;
		}
	
	#main_nav ul li a {
		border-bottom: 4px solid #ffffff;
	}
		#main_nav ul ul a {
			border-bottom: none;
			color: #40b9b6;
		}
	
	#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	font-size: 13px;
	font-weight: normal;
	}
	
	#main_nav ul ul li {
		width: 150px;
	}
	
	#main_nav ul ul ul {
	left: 100%;
	top: 0;
	}
	
	#main_nav li:hover a, #main_nav li:hover li a, #main_nav a:hover {
	color: #40b9b6;
	border-color: #40b9b6;
	}
		#main_nav li.menu-item-9310:hover a, #main_nav li.menu-item-9310 a:hover {
			color: #f9a797;
			border-color: #f9a797;
		}
	#main_nav li li:hover, #main_nav li li:hover li {
	background: #eaeaea;
	}
	
	#main_nav li li li:hover {
	background: #40b9b6;
	color: #ffffff;
	}
		#main_nav li li li:hover a {
		color: #ffffff;
		}
	
	#main_nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	}
	
	#main_nav li.search {
		display: none;
	}
	
/*----PAGE NUMBERS----*/
.postnavigation {
	clear: both;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.postnavigation h2.screen-reader-text {
	display: none;
}
.nav-links {
	text-align: center;
}
.nav-links a, .nav-links span.current         {
	color: #9b9998;
	padding: 5px 8px;
	display: inline-block;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #f3f0ed; }
.nav-links a:hover         {
	color: #fff;
	background-color: #40b9b6 }
.nav-links span.current     {
	border: none;
	color: #323232;
	font-weight: bold;
	border:  none;
	background-color: #ffffff }
.nav-links a.prev {
	border:  none;
	float: left;
}
.nav-links a.next {
	border:  none;
	float: right;
}

    
/* ---- FONTELLO ---- */

 [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-rss:before { content: '\e800'; } /* '' */
.icon-rss-circled:before { content: '\e80d'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-facebook-circled:before { content: '\e80a'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */
.icon-twitter-circled:before { content: '\e808'; } /* '' */
.icon-gplus:before { content: '\e803'; } /* '' */
.icon-gplus-circled:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e804'; } /* '' */
.icon-pinterest-circled:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e807'; } /* '' */
.icon-instagram-circled:before { content: '\e80e'; } /* '' */
.icon-youtube-circled:before { content: '\e806'; } /* '' */
.icon-youtube:before { content: '\e80f'; }

.icon-print:before { content: '\e805'; } /* '' */
.icon-comment:before { content: '\e809'; } /* '' */
.icon-plus:before { content: '\e813'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-left-open:before { content: '\f053'; } /* '' */
.icon-right-open:before { content: '\f054'; } /* '' */
.icon-up-open:before { content: '\f077'; } /* '' */
.icon-down-open:before { content: '\f078'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */