/* 
Theme Name: Aggie's Kitchen
Theme URL: http://www.aggieskitchen.com/
Description: Custom responsive theme for the Aggie's Kitchen.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 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, 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 COLUMN STYLES */
.col { 
	display: block;
	float:left;
	width: 100%;
}

.home .signature {display: none;}

@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.5%;
		margin-left: 0;
		max-width: 640px;
		float: left;
		display: inline-block;
	}
		.span_content_full { 
			width: 100%;
			margin-left: 0;
			max-width: 100%;
		}
	.span_sidebar { 
		width: 33%;
		min-width: 300px;
		max-width: 330px;
		float: right;
		display: inline-block;
	}
	.mobileheader, .slicknav_menu {
		display: none;
	}
}

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

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proxima_nova') format('svg');
    font-weight: bold;
    font-style: normal;
}

body                           {
	color: #6b6156;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
	letter-spacing: .005em;
	background: url(images/bg.jpg) #ffffff;
	margin: 0;
	padding: 0; }
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: #4e959b;
	/**text-decoration: underline**/ }
a:hover             {
	color: #9ec05d;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5              {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.2; }
h1                        {
	color: #9ec05d;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .05em; }
h2      {
	color: #9ec05d;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .05em; }
h3                       {
	color: #4e959b;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .05em; }
h4        {
	color: #9ec05d;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .05em; }
h5        {
	color: #bfbbb6;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-style: normal;
	font-size: 14px; }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                                       {
	margin: 0 auto;
	padding: 0px 20px;
	max-width: 1040px;
	overflow: hidden; }
.wrap                                       {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
	overflow: hidden; }
.clear {
	clear: both }
.sep {
	height: 11px;
	display: block;
	padding: 0;
	margin: 1px 0;
}
hr {
	height: 1px;
	outline: none;
	background: #bfbbb6;
	border: none;
}
#mobilenav {
	display: none;
}

/*---------CONTENT---------*/

.span_content {
	margin-top: 28px;}
h2.pagetitle, h2.archivetitle, h3.archivetitle   {
	margin: 0 0 20px }
h3.archivetitle   {
	margin: 0 0 20px }
.pagecontent, .archivecontent                  {
	background-color: #ffffff;
	padding: 20px;
}	
.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: #67b0ab;
	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 }


/*---------SIDEBAR---------*/

.sidebar                  {
	font-size: 87%;
	line-height: 1.5; }
.sidebar .header {
	margin: 0 0 20px;
}
.sidebar .header h1 {
	margin: 0;
}


.featured {
	width: 100%;
	 }
	.featured .item {
		float: left;
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 10px;
	}
	.featured .item:nth-of-type(3n) {
		margin-right: 0;
	}
	.featured img {
		width: 100%;
		height: auto;
		display: block;
	}
	.featured .title {
		display: none;
	}
	.featuredposts {
		overflow: hidden;
	}
.topsidebar   { }
.leftsidebar         {
	width: 45%;
	float: left }
.rightsidebar    {
	width: 160px;
	float: right }
.lowersidebar {
	clear: both;
}
.widget        {
	margin-bottom: 30px; }
.topsidebar .widget, .lowersidebar .widget        {
	background-color: rgba(255,255,255,.4);
	padding: 15px; }
h3.widgettitle    {
	margin: 0 0 8px;	
}

.widget a:link, .widget a:visited, .widget a:active      {
	color: #9ec05d;
	text-decoration: none }
.widget a:hover     {
	color: #4e959b;
	text-decoration: none }
.widget p    {
	margin: 0 0 10px }
.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}
.sidebar .ad { }
.topsidebar .ad {
	margin-bottom: 20px;
	padding-bottom: 12px;
}
.sidebar select     {
	width: 100%;
	color: #6b6156;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #ffffff;
	padding: 7px;
	border: none;
}
	
.about {
	
}
.about a {
	color: #4e959b !important;
	/**text-decoration: underline !important;**/
}
.about a:hover {
	color: #9ec05d !important;
}
.about .aboutimg {
	float: right;
	margin: -27px 0px 0px 5px;
}
.social {
	text-align: center;
	margin: 7px 0 -35px;
}
.social a {
	margin: 0;
	font-size: 30px;
	text-decoration: none !important;
}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.subscribe {
}
.subscribe h3.widgettitle {
	text-align: center;
}
.subscribe p {
	margin: 0;
	text-align: center;
	line-height: 1.4;
}
.emailform, .sidebar .searchform {
	margin: 10px 0 0;
	border: none;
	overflow: hidden;
}
.emailinput, .sidebar .searchinput {
	color: #bfbbb6;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 34px;
	background-color: #ffffff;
	padding: 0 8px;
	margin: 0 0 8px 0;
	width: 100%;
	height: 32px;
	border: none; }
.emailsubmit, .sidebar .searchsubmit {
	width: 100%;
	background-color: #9ec05d;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;	
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer; }
.emailsubmit:hover, .sidebar .searchsubmit:hover {
	color: #4e959b; }
.sidebar .searchinput {
	width: 75%;
}
.sidebar .searchsubmit {
	width: 25%;
}
.leftsidebar .featuredposts .featured {
	margin-bottom: 10px;
}
.leftsidebar .featuredposts img {
	width: 150px;
	height: 150px;
}
.recentposts, .featuredposts, .randomposts {
	overflow: hidden;
}
.recentposts { 
	overflow: hidden;
}
.recentposts h3 {
	margin-bottom: 13px; }
.recentposts img {
	width: 27%;
	margin-right: 3%;
	height: auto;
	float: left }
.recentposts .title {
	width: 70%;
	float: left; }
.recentposts .recent-item {
	margin-top: 2px;
	margin-bottom: 15px;
	padding: 0;
	background-image: none;
	overflow: hidden }
.recentposts h4 {
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0 2px; }
.recentposts .date {
	font-size: 10px;
	display: block;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: bold;
	display: block; }
.recentposts .date em {
	 text-transform: lowercase;
	letter-spacing: normal;
	font: italic 11px Arial, Helvetica, Geneva, sans-serif;
}
.lowersidebar .featuredposts, .lowersidebar .recentposts {
	padding: 0;
	background-color: transparent;
}
.lowersidebar .featuredposts h3 {
	display: none;
}
.lowersidebar .featuredposts {
	overflow: hidden;
}
.lowersidebar .featuredposts .item {
	width: 106px;
	height: 106px;
	margin: 0 11px 11px 0;
	float: left;
}
.lowersidebar .featuredposts .item:nth-of-type(3n) {
	margin-right: 0px;
}
.lowersidebar .featuredposts .item img {
	width: 106px;
	height: 106px;
}

/*---------POSTS---------*/

.post                  {
	margin-bottom: 50px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0 3% 10px;
}

.post img      {
	max-width: 108%;
	height: auto;
	margin: 0 -3.5%; }

.singlepost {
	margin-bottom: 0;
}
.postheader {
	margin: 0 -3.5% ;
	background-color: #9ec05d;
	padding: 20px;
	position: relative;
}
/**.postheader .arrow {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #9ec05d;
	position: absolute;
	bottom: -20px;
	left: 20px;
}**/
.singlepost .postheader {
	
}
.post p:first-of-type {
	margin-top: 0;
}
h2.posttitle  {
	color: #ffffff;
	margin: 0;
	padding: 0 }
h2.posttitle a  {
	color: #ffffff;
	text-decoration: none }
h2.posttitle a:hover  { 
	text-decoration: none;
	color: #d8e5be;
}
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta               {
	color: #d8e5be;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none; }
.postmeta em {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
}
.postmeta a   {
	color: #d8e5be;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #ffffff;
	text-decoration: none }

.postmeta .ccount {
	display: inline-block;
	float: right;
}
.postmeta .ccount a {
	display: inline-block;
	margin-left: 15px;
}
.metabottom                   {
	background: url(images/navbg.png) transparent;
	color: #6b6156;
	margin: 0;
	padding: 10px 20px;
	overflow: hidden; }
.metabottom a {
	color: #6b6156;
}
.metabottom a:hover {
	color: #9ec05d;
}
.metabottom .left      {
	line-height: 20px;
	width: 60%;
	float: left }
.metabottom .right      {
	line-height: 20px;
	text-align: right;
	width: 40%;
	float: right }
.metabottom2 {
	background-color: transparent;
	background-image: none;
	color: #bfbbb6;
	margin: 0 0 5px;
	padding: 0;
}
.metabottom2 a {
	color: #bfbbb6;
}
.post .more {
	margin: 20px 0 20px;
}
a.more-link {
	display: inline-block;
	color: #4e959b;
	font-size: 16px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold;
	text-decoration: none;
}
a.more-link:hover {
	color: #9ec05d;
}
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #6b6156;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #4e959b }
.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: #6b6156;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #6b6156;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	margin: 25px -20px;
	border-bottom: 4px solid #f8f8f7;
	padding: 0 20px 10px;
}
.recipe .postheader {
	min-height: 90px;
}
.recipe .postheader .arrow {
	
}
.recipe h2                     {
	color: #ffffff;
	margin: 0 0 5px; }
.recipe h3    {
	
	margin: 25px 0 10px;
	text-transform: uppercase;
	font-style: normal; }
.recipe h4 {
	
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
}
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .time           {
	margin: 0;
	color: #d8e5be;
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	color: #d8e5be;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
.recipe .time span  { }

.recipe .photo {
	display: block;
	height: auto;
	float: right;
	width: 150px;
	margin: 20px 0 10px;
	 }
.printbutton         {
	float: right;
	clear: right;
	height: auto;
	text-align: center;
}
.printbutton a {
	display: block;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	background-color: #4e959b;
	color: #ffffff;	
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 0;
	margin-bottom: 5px;
	text-align: center;
	width: 70px;
	height: 50px;
}
.printbutton a:hover {
	color: #d8e5be;
}
.printbutton a img {
	display: none;
}

.recipe .notes  {
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source   {
	color: #bfbbb6;
	margin-top: 25px;
	font-size: 11px;
	font-style: italic;
	clear: left }
.recipe .source p:last-of-type {
	margin-bottom: 0;
}
.postrecipe {
	margin: 30px 0;
}
.postrecipe p {
	color: #ffffff;
	background-color: #9ec05d;
	padding: 15px;
	font-size: 105%;
	line-height: 1.3;
}
	.postrecipe .fa-stack {
		float: left;
		color: #ffffff;
		font-size: 30px;
		margin-right: 10px;
	}
		.postrecipe .fa-stack .fa-inverse {
			color: #7cb027 !important;
		}
.postrecipe a {
	color: #c4ef72;
	font-weight: bold;
	text-transform: uppercase;
}
	.postrecipe a:hover, .postrecipe a:hover:before {
		color: #ffffff;
	}
.signature {
	color: #bfbbb6;
	font-size: 94%;
	margin-top: -7px;
}
.signature p {
	
}
.signature a {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.addthis_toolbox  {
	margin: 25px 0 25px }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
.innerpost {
	margin: 0px 0 70px;
	overflow: hidden;
	min-height: 250px;
	position: relative;
}
.innerpost .adspace:nth-of-type(1) {
	width: 300px;
	/* Edited by AdThrive on 9/3/2015
	position: absolute;*/
	left: 0;
	top: 0;
	z-index: 100;
}
.innerpost .adspace:nth-of-type(2) {
	background-color: rgba(255,255,255,.4);
	padding: 15px;
	/*Edited by AdThrive on 9/3/2015
	padding-left: 320px;*/
	width: 100%;
}
.innerpost .social {
	margin-top: 25px;
}
.innerpost .social a {
	color: #4e959b;
}

/*---------TEASER STYLES---------*/

.teaserpost {
	overflow: hidden;
	width: 100%;
}
.teaserpost .postthumb  {
	width: 40%;
	margin-left: -3.5%;
	margin-bottom: -16px;
	float: left }
.teaserpost .postthumb img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.teaserpost .postcontent {
	width: 60%;
	padding: 15px 0 0 0;
	float: right; }
.teaserpost .vcenter {
}

.teaserpost .more {
	margin: 0;
}

.teaserpost .metabottom {
	margin-top: 18px;
}
.teaserpost a.more-link {
	padding: 0;
}
.teaserpost a.more-link:hover {
	
}

/*---------ARCHIVE STYLES---------*/

.archives        {
	overflow: hidden }
.archivepost             {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-right: 3.5%;
	margin-bottom: 21px;
	width: 31%;
	float: left }
.archivepost.last, .archivepost:nth-of-type(3n) {
	margin-right: 0 }
.archivepost:nth-of-type(3n+1) {
	clear: left; }
.archivepost img     {
	width: 100%;
	height: auto }
.archivepost a  {
	text-decoration: none }
.archivepost .postmeta           {
	color: #6b6156;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	display: block;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal; }
.archivepost h4        {
	font-size: 14px;
	margin: 4px 0;
	color: inherit;
}
.archivepost a {
	color: #9ec05d;
}
.archivepost a:hover {
	color: #4e959b !important; }
.archiveslist      {
	color: #6b6156;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px; }
.archiveslist ul li      {
	color: #4e959b;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #6b6156;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #bfbbb6;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #4e959b }
.archiveslist a:active, .subcategories a:active   {
	color: #4e959b }
.archiveslist em     {
	color: #6b6156;
	font-size: 10.5px }
ul.subcategories li.categories:before {
	display: none;
}
.subcategories li ul li  {
	color: #4e959b;
	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: 20px }
.subcats h4 {
	color: #4e959b;
}
.relatedposts ul  {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 55px;
	overflow: hidden; }
.relatedposts ul li {
	margin-bottom: 0;
}
.relatedposts h4 {
	margin-top: 0;
	color: #4e959b;
}

.tagindex li:before  {
	display: none; }
.tagindex a     {
	font-size: 11px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	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: #bfbbb6;
	text-decoration: none }
.tagindex a:visited    {
	color: #6b6156;
	text-decoration: none }
.tagindex a:active   {
	color: #bfbbb6;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #4e959b }
.tagtitle   {
	color: #4e959b;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #bfbbb6;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #bfbbb6;
	font-size: 10px }
.tagtitle a:hover  {
	color: #4e959b }
	
.recipecats  {
	margin: 0;
	padding: 0;
	overflow: hidden }
.recipecats img.category_icon {
	margin: 0;
	padding: 0 }
.recipecats .recipecat  {
	text-align: center;
	list-style-type: none;
	margin: 0 3.5% 20px 0;
	padding: 0;
	background-image: none;
	width: 31%;
	float: left;
	position: relative; }
.recipecats .recipecat:nth-child(3n) {
	margin-right: 0;
}
.recipecats .recipecat img {
	width: 100%;
	height: auto;
	margin-bottom: 0px }
.recipecats .recipecat:nth-child(3n) {
	margin-right: 0 }
.recipecats .recipecat:nth-child(3n+1) {
	clear: left; }
.recipecats .recipecat .recipetitle { }
.recipecats .recipecat .icon { }
.recipecats span.title {
	display: block;
	width: 100%;
	color: #9ec05d;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .05em;
	text-align: center;
}
.recipecats a {
	color: #9ec05d;
	text-decoration: none }
.recipecats a:hover span.title {
	color: #4e959b;
}

/*---------FORMS---------*/

#submit, .submitbutton          {
	color: #fff;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 16px;
	background-color: #9ec05d;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
	padding: 6px 12px 5px;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #4e959b }
.commentinput, .styledinput, .captchainput            {
	color: #6b6156;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #ffffff;
	margin-bottom: 7px;
	padding: 7px;
	width: 100%;
	border: 1px solid #eceae9; }
.commentinput {
	border: none;
}
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #6b6156 }
.span_content .searchform {
	
}
.span_content .searchinput {
	color: #6b6156;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #ffffff;
	margin-bottom: 7px;
	padding: 7px;
	width: 250px;
	border: 1px solid #d9d9d9; }
.span_content .searchsubmit {
	display: inline-block;
	background-color: transparent;
	font: 100%/20px "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #9ec05d;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 5px;
	margin: -2px 0 0 0;
	border: none;
	cursor: pointer; }
.span_content .searchsubmit:hover {
	color: #4e959b; }
.wpcf7-form   {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	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 .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }

/*---------FOOTER---------*/

.footerad {
	text-align: center;
	width: 728px;
	margin: 20px auto;
}
.footer {
	width: 100%;
	padding: 0;
	overflow: hidden;
	color: #6b6156;
}
.footer .wrap {
	padding: 20px 20px;
}
.footerwidgets {
	overflow: hidden;
	padding: 15px 0;
}
.footerwidget {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 0;
	float: left;
}
.footerwidgets .footerwidget.widget-last {
	margin-right: 0;
}

.footerwidgets h3 {
	
}
.footerwidgets .subscribe {
	background-color: rgba(255,255,255,.4);
	padding: 15px;
}
.footerwidgets .subscribe .social {
	margin-top: 25px;
}
.footerwidgets .popular {
	overflow: hidden;
}
.footerwidgets .popular .item {
	width: 31%;
	float: left;
	margin: 0 3.5% 3px 0;
}
.item img {
	width: 100%;
	height: auto;
}
.footerwidgets .popular .item:nth-child(3n) {
	margin: 0 0px 3px 0;
}
.pinterest_rss_widget ul {
	margin: 0;
	padding: 0;
}
.pinterest_rss_widget ul li {
	margin: 0 3.5% 10px 0;
	padding: 0;
	background-image: none;
	width: 31% !important;
	float: left;
}
.pinterest_rss_widget ul li div {
	width: auto !important;
}
.pinterest_rss_widget ul li:nth-child(3n) {
	margin-right: 0;
}
.pinterest_rss_widget ul li img {
	width: 100% !important;
	height: auto !important;
}
.subfooter {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #6b6156;
	background-image: url(images/navbg.png);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	width: 100%;
	overflow: hidden;
}
.subfooter .wrap {
	overflow: hidden;
	padding: 15px 20px;
}
.subfooter a:link, .subfooter a:visited, .subfooter a:active        {
	color: #6b6156;
	text-decoration: none }
.subfooter a:hover        {
	color: #9ec05d }


.footernav       {
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	width: 70%;
	float: left }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 1px;
	padding: 0 }
.copyright               {
	color: #6b6156;
	font-size: 10px;
	text-align: right;
	width: 30%;
	float: right }
.copyright em {
	text-transform: lowercase;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	font-weight: normal;
}
/*Comments*/
#comments, #respond, #pings {
	color: #4e959b;
	margin-bottom: 10px;
}
#comments           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-top: 10px }
#commentlist li         {
	list-style-type: none;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 15px 15px 20px 75px }
#commentlist li.bypostauthor       {
	
	 }
#commentlist li p    {
	margin: 2px 0px 10px 0;
	padding: 0 }
.commentmeta      {
	color: #bfbbb6;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 7px;
	padding: 0;
	text-align: right; }
.commentmeta em       {
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	color: #bfbbb6;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
.commentmeta strong          {	
	float: left;
	color: #9ec05d;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold }
.commentmeta strong a            {
	color: #9ec05d;
	font-size: 15px;
	text-decoration: none }
.commentmeta strong a:hover         {
	color: #4e959b;
	text-decoration: underline }
.commentnumber       {
	display: inline }
.avatar   {
	display: inline;
	margin-top: 4px;
	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 }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li         {
	background-image: none;
	list-style-type: none;
	margin: 25px -15px -20px -75px;
	padding: 15px 15px 15px 75px;
	min-height: 85px;
	border-bottom: medium none }
#commentlist li ul li.bypostauthor {
	background-color: #9ec05d;
}
#commentlist li ul li.bypostauthor strong, #commentlist li ul li.bypostauthor strong a {
	color: #ffffff;
}
#commentlist li ul li.bypostauthor .commentmeta, #commentlist li ul li.bypostauthor .commentmeta em {
	color: #d8e5be;
}
#cancel_reply, #cancel_reply a       {
	color: #4e959b;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #4e959b;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #4e959b;
	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: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 15px;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
	height: 15px;
	clear: both }
#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: #6b6156;
	padding: 3px 5px; }
#wp_page_numbers li.space       {
	color: #6b6156;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.page_info         {
	color: #6b6156;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #9ec05d }
#wp_page_numbers li.active_page a     {
	color: #4e959b;
	background-color: transparent;
	border: none;
	font-weight: bold; }

/*---------PULLDOWN MENU---------*/

.topbar {
	width: 100%;
	padding: 0;
	background: url(images/navbg.png) transparent;
	font: 13px/40px "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.topbar .searchform {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.topbar .searchform:before {
	content: "///";
	color: #bfbbb6;
	margin-right: 8px;
	line-height: 25px;
	vertical-align: middle;
}
.topbar .searchform label {
	display: inline-block;
	text-transform: lowercase;
	letter-spacing: normal;
	line-height: 25px;
	vertical-align: middle;
	margin-right: 4px;
}
.topbar .searchbox {
	background-color: #ffffff;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 25px;
	vertical-align: middle; }

.topbar .searchinput {
	display: inline-block;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: transparent;
	color: #6b6156;
	line-height: 25px;
	float: left;
	padding: 0 8px;
	margin: 0;
	width: 83%;
	height: 25px;
	border: none; }
.topbar .searchsubmit {
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	vertical-align: middle;
	float: right;
	text-decoration: none;
	padding: 0;
	width: 16px;
	margin: 4px 5px;
	border: none;
	cursor: pointer; }
.topbar .searchsubmit:hover {
	color: #4e959b; }
.nav                   {
	width: auto;
	display: inline-block; }
.leftnav {
	float: left;
}
.rightnav {
	float: right;
	text-align: right;
}
.nav ul   {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold; }
.nav ul.submenu   {
	display: inline-block;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	text-align: right; }
.nav ul li      {
	margin: 0;
	padding: 0;
	height: 40px;
	float: left }
.nav ul li a      {
	color: #6b6156;
	text-decoration: none;
	height:40px;
	padding: 0px 15px;
	float: left }
.nav ul li a:hover, .nav ul li:hover > a  {
	background-color: #9ec05d;
	color: #ffffff; }
.nav li ul a:hover, .nav ul li li:hover > a {
	background-color: #9ec05d;
	color: #ffffff; }
.nav li ul       {
	font-size: 11px;
	background-color: #9ec05d;
	background-color: rgba(188,211,143,.9);
	margin-top: 40px;
	padding: 0;
	position: absolute;
	text-align: left;
	float: none;
	z-index: 9999;
	left: -999em;
	width: 150px;
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 3px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 3px 5px rgba(0,0,0,.15);
	border-top: none; }
.nav li ul li  {
	height: auto;
	margin: 0;
	padding: 0 }
.nav li:hover ul {
	left: auto }
.nav li ul li a   {
	height: auto;
	line-height: 1.5;
	padding: 7px 15px;
	color: #ffffff;
	width: 150px; }
.nav ul li li:hover > a, .nav ul li li a:hover   {
	background-color: #4e959b;
	color: #ffffff; }
.nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 150px;
	background-color: #4e959b; }
.nav li li ul a  {  }
.nav ul li li li:hover > a, .nav ul li li lia:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,.1) }
.nav li li:hover ul {
	visibility: visible }
.nav ul ul li:last-child > a  {
	border-bottom: none }
.nav ul ul ul li:first-child > a { }

/*---------for hidden pin collage images---------*/
.hiddenpinimage {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
}

/*----FONTELLO----*/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?29741747');
  src: url('fonts/fontello.eot?29741747#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?29741747') format('woff'),
       url('fonts/fontello.ttf?29741747') format('truetype'),
       url('fonts/fontello.svg?29741747#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;
  width: 1em;
  margin-right: .2em;
  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-print:before { content: '\e805'; } /* '?' */
.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'; } /* '?' */
