/* 
Theme Name: Vicki Bensinger
Theme URL: http://www.vickibensinger.com
Description: Custom theme for Vicki Bensinger.
Version: 3.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;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}


/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {
	.span_content { 
		width: 64%;
		margin-left: 0;
		max-width: 680px;
		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: 320px;
		float: right;
		display: inline-block;
	}
}
.wrapper {
	margin: 0 auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1080px; }
.wrap {
	margin: 0 auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1080px; }

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

body                           {
	color: #626164;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.7;
	background-color: #ffffff;
	margin: 0;
	padding: 0 }
a, input[type=submit] {
    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: #8b0094;
	text-decoration: underline }
a:hover             {
	color: #8abe1c;
	text-decoration: none }
p    {
	margin-top: 18px;
	margin-bottom: 18px }
h1, h2, h3, h4, h5              {
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.1;
	color: #1f1d21;
	margin-top: 18px;
	margin-bottom: 18px }
h1                        {
	font-size: 28px; }
h2      {
	font-size: 20px; }
h3                       {
	font-size: 18px; }
h4        {
	font-size: 15px; }
h5        {
	font-size: 15px; }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

.clear {
	clear: both }
.screen-reader-text {
	display: none;
}
.sep {
	display: block;
	height: 1px;
	width: 100%;
	margin: 35px 0 50px;
	border-bottom: 1px solid #eaeaea;
}
/*---------HEADER---------*/

.slicknav_menu, .mobilesocial {
	display: none;
}
.header {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	 }
	 
.header .logo    {
	margin: 40px auto;
	padding: 0;
	float: none;
	text-align: center; }
	.header .logo a {
		display: inline-block;
		width: 650px;
		height: 130px;
		background: url(images/logo2016.png) no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
	}
.tagline {
	margin: 60px 0 0;
	padding: 0;
	float: right;
}
.topbar {
	border-top: 1px solid #1f1d21;
	border-bottom: 1px solid #1f1d21;
}


/*---------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: #97c91c;
	font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	content: '\2022'; /* '' */
	margin: 0 6px 0 -10px;
	font-size: 15px;
}
.span_content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
h1.pagetitle, h2.pagetitle {
	margin-top: 0;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.sidebar                  {
	color: #79777a;
	font-size: 90%;
	line-height: 1.5; }
.topsidebar   { }
.midsidebar {
	overflow: hidden;
}
.leftsidebar         {
	width: 48%;
	float: left; }
.rightsidebar    {
	width: 48%;
	float: right; }
.widget        {
	margin-bottom: 40px }
.widget a {
	text-decoration: none;
}
.widget p {
	margin: 10px 0;
}
	.widget p:last-of-type {
		margin-bottom: 0;
	}
h3.widgettitle    {
	margin-top: 0; }

.about { 
	padding: 15px;
	margin-bottom: 0px;
	border: 1px solid #eaeaea;
}
.classes {
	padding: 15px;
	padding-top: 145px;
	background: url(images/culinaryclassesbg.jpg) no-repeat #ffffff;
	border: 1px solid #eaeaea;
}
.aboutimg {
	float: right;
	margin: -30px 0 10px 10px;
}
.about a, .classes a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #8b0094;
}
	.about a:hover, .classes a:hover {
		color: #97c91c;
	}
.widget strong {
	text-transform: uppercase;
}
.widget p.social {
	margin: 17px 0 3px;
}
.social a {
	margin-right: 2px;
	font-size: 32px;
	color: #1f1d21;
}
	.social a:last-of-type {
		margin-right: 0;
	}
.social a:hover {
	color: #97c91c;
}

.subscribe { 
	color: #8f8e90;
	background-color: #1f1d21;
	padding: 15px 15px 10px 15px;}
.subscribe h3 {
	color: #ffffff;
	margin: 0;
}
.subscribe p {
	margin: 3px 0 8px;
}
.subscribe .emailform  {
	background-color: #ffffff;
	 }
.subscribe .newsletter {
	margin: 10px 0 0;
}
.subscribe .newsletter a {
	background: url(images/newsletter.png) left 4px no-repeat;
	padding-left: 19px;
	font: 10px/15px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ffffff;
}
.subscribe .newsletter a em {
	font: italic 12px/18px;
	text-transform: lowercase;
	letter-spacing: normal;
}
.subscribe .newsletter a:hover {
	color: #97c91c;
}
.rss {
	margin-top: -30px;
	overflow: hidden;
}
.rss h3 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
}
.rss .textwidget {
	display: inline-block;
	float: right;
	vertical-align: middle;
}
.rss a {
	color: #8f8e90;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-left: 10px;
	vertical-align: middle;
}
	.rss a:hover {
		color: #8abe1c;
	}
.rss a:before { 
	content: '\e800'; 
	font-family: fontello;
	color: #8b0094;
	margin-right: 4px;
	font-weight: normal;
}
	
.sidebar select     {
	color: #949190;
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	background-color: #ffffff;
	padding: 6px;
	width: 100%;
	border: 1px solid #eaeaea }

.searchform, .emailform  {
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	max-width: 340px; }
.searchinput, .emailinput  {
	color: #8f8e90;
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	line-height: 35px;
	background-color: #fff;
	padding: 0 10px;
	width: 85%;
	height: 35px;
	vertical-align: middle;
	border-style: none }
	.span_content .searchform {
		border: 1px solid #eaeaea;
		height: auto;
	}
	.emailinput {
		width: 80%;
	}
	.searchinput:focus, .emailinput:focus {
		color: #1f1d21 }
.emailsubmit, .searchsubmit  {
	color: #8b0094;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 5px;
	height: 35px;
	float: right;
	border-style: none;
	font: 14px/35px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	width: 20%;
	text-align: center;
	margin: 0 0 0 -4px;
	}
.searchsubmit  {
	font-family: "fontello";
	font-size: 16px;
	width: 15%;
	line-height: 32px;
	text-align: right;
	padding-right: 2%;
	font-weight: normal;
	margin: 0 0 0 -4px;
	}
.searchsubmit:hover, .emailsubmit:hover  {
	color: #8abe1c; }

/*RECENT POSTS*/
.recentposts img {
	margin-right: 4%;
	width: 27%;
	height: auto;
	float: left }
.recentposts .item {
	margin-top: 2px;
	margin-bottom: 15px;
	overflow: hidden; }
.recentposts h4 {
	font-weight: normal;
	font-weight: normal;
	margin: 10px 0 3px;
	color: #ffffff; }
.recentposts .postmeta {
	color: #666666;
	font-size: 10px;
	letter-spacing: .05em;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
.recentposts .postmeta em {
	color: #666666;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	font-size: 11px;
	text-transform: lowercase }
.recentposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
/*FEATURED POSTS*/
.featuredposts, .popular {
	overflow: hidden;
}
.featuredposts .item, .popular .item {
	width: 48%;
	margin: 0 4% 4% 0;
	padding: 0;
	text-align: center;
	float: left;
	position: relative;
}
	.featuredposts .item:nth-child(2n), .popular .item:nth-child(2n) {
		margin-right: 0;
	}
.featuredposts .item img, .popular .item img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
.featuredposts h4, .popular h4 {
	margin: 0;
	font-size: 14px;
}
.featuredposts h4 a, .popular h4 a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 100;
	color: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	 }
	.featuredposts h4 a span, .popular h4 a span {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 10px 15px;
		
		background-color: #131111;
		background-color: rgba(19,17,18,.6);
	}
	.featuredposts h4 a:hover, .popular h4 a:hover {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		 }
.featuredposts .postmeta, .popular .item .postmeta {
	text-align: center;
	display: none;
}
	
/*---------POST---------*/
.post                  {	
	margin-bottom: 40px; }
h1.posttitle, h2.posttitle {
	margin: 0 0 10px;
	padding: 0 }
h1.posttitle a, h2.posttitle a  {
	color: #1f1d21;
	text-decoration: none }
h1.posttitle a:hover, h2.posttitle a:hover  {
	color: #97c91c }
.postmeta               {
	margin: 0 0 20px;
	color: #93908f;
	font-size: 11px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px }
	.postdate {
		color: #8b0094;
		font-weight: bold;
	}
	.postmeta .spacer {
		margin: 0 10px;
	}
.postmeta a   {
	color: #93908f;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #97c91c;
	text-decoration: none }
.postmeta .ccount {
	display: inline-block;
	margin-left: 15px;
}
.ccount a:before { 
	content: '\e802';
	font-family: fontello;
	color: #8b0094;
	font-size: 90%;
	margin-right: 7px; }
.postmeta .right    {
	float: right;
}
.metabottom                   {
	clear: both;
	margin: 25px 0 0;
	padding: 15px 2px;
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea; }
	.homepost .metabottom {
		border: none;
	}
.metabottom .left      {
	 }
.metabottom .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: #949190;
	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: #1f1d21 }

.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: #949190;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #949190;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	background-color: #ffffff;
	margin: 25px 0 15px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid #1f1d21 }
.post .recipe img {
	max-width: 100%;
	height: auto;
}
.recipe h2                     {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px }
.recipe h3                    {
	font-style: normal;
	font-weight: normal;
	margin: 15px 0 10px;
	clear: left; }
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	margin-bottom: 5px;
}
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .summary   {
	font-size: 120%;
	font-style: italic;
	margin: 5px 0 25px;
	clear: left }
.recipe .right {
	margin-top: 25px;
	clear: both;
}
.recipe .yield {
	margin-bottom: 5px;
}
.recipe .time           {
	line-height: 1.6;
	margin: 0 0 25px; }
.recipe .time p {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
	padding: 0 }
.recipe .postmeta strong  {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 115%;
	letter-spacing: normal;
	font-style: italic;
	 }
.recipe .ingredients {
	margin-bottom: 15px }
.recipe .photo {
	margin: 0 0 10px 15px;
	width: 170px;
	height: 170px;
	float: right }
.printbutton {
	margin: 10px 0 0 10px;
	float: right;
	clear: right;
	width: 170px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; }
.printbutton a {
	color: #1f1d21;
	font-size: 14px;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px;
	border: 1px solid #1f1d21;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.printbutton a:hover {
	background-color: #97c91c;
}
.recipe .notes  {
	color: #949190;
	margin-top: 20px;
	margin-bottom: 0;
	clear: left }
.recipe .source   {
	color: #949190;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: left }
.recipe .source p {
	margin: 0;
}

.addthis_toolbox  {
	margin-top: 25px }
	
.relatedposts {
	overflow: hidden;
	margin: 25px 0;
}
.relatedposts h3 {
	margin: 20px 0
}

	
.innerpost {
	overflow: hidden;
	position: relative;
	margin-bottom: 55px;
}

.innerpost .subscribe {
	text-align: center;
	padding: 40px;
	 }
.innerpost .subscribe h3 {
	font-size: 40px;
}
.innerpost .subscribe .emailform {
	margin: 10px auto;
	width: 100%;
	max-width: 500px;
}
	.innerpost .subscribe .emailinput {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.innerpost .subscribe .emailsubmit {
		height: 42px;
		line-height: 42px;
		text-align: right;
		padding-right: 10px;
		font-size: 16px;
	}
.innerpost .subscribe .social {
	margin: 20px 0 0;
}
.innerpost .subscribe .social a {
	font-size: 32px;
	color: #ffffff;
}
.innerpost .subscribe .social a:hover {
	color: #97c91c;
}	
.innerpost a {
	text-decoration: none;
}
.postnav   {
	font-size: 11px;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4 }

/*---------HOMEPAGE---------*/
/*Carousel*/

.owl-carousel {
	margin: -36px 0 45px;
}
.owl-carousel .owl-item {
	padding: 0;
	margin: 0;
}
	.owl-item img {
		width: 100%;
		height: auto;
		display: block;
	}
	.owl-item a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.owl-item a .caption {
		text-align: center;
		z-index: 100;
		margin: 0 auto;
		position: absolute;
		left: 20%;
		right: 20%;
		top: 50%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
		display: block;
		height: auto;
		color: #ffffff;
		background-color: #131111;
		background-color: rgba(19,17,18,.6);
		padding: 0 30px 25px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		display: none;
	}

	.owl-item a:hover .caption  {
		background-color: #131111;
		background-color: rgba(19,17,18,.8);
	}
	
	.owl-item .postmeta {
		color: #ffffff;
		background-color: #8b0094;
		display: inline-block;
		margin: 0px auto 0;
		position: relative;
		top: -12px;
		letter-spacing: .08em;
		padding: 5px 10px;
		font-size: 12px;
	}
	.owl-item h2.posttitle {
		color: #ffffff;
		font-size: 30px;
		line-height: 1.3;
		margin: 0;
	}
.owl-theme .owl-controls {
	
}

/* Next/Prev */
.owl-theme .owl-controls .owl-buttons {
	
	overflow: hidden;
	
}
.owl-theme .owl-controls .owl-next, .owl-theme .owl-controls .owl-prev {
	font-size: 42px;
	font-family: "fontello";
	line-height: 50px;
	width: 50px;
	height: 50px;
	font-weight: normal;
	color: #ffffff;
	color: rgba(255,255,255,.7);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.owl-theme .owl-controls .owl-next {
	right: 5px;
	float: right;
}
.owl-theme .owl-controls .owl-prev {
	left: 5px;
	float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	left: 3px;
	color: #ffffff;
}
	.owl-theme .owl-controls .owl-buttons .owl-next:hover {
		left: auto;
		right: 3px;
	}

/* Pagination*/
.owl-theme .owl-controls .owl-pagination {
	display: none;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*Homepage Teaser Posts*/

.teaserpost {
	overflow: hidden;
	margin-bottom: 40px;
	 }
.teaserpost .postthumb  {
	width: 46%;
	float: left;
	 }
	 .teaserpost .postthumb img  {
	 	width: 100%;
	 	height: auto;
	 	 }
.teaserpost .postcontent {
	width: 54%;
	padding-left: 4%;
	float: right;
	 }

.teaserpost h2.posttitle {
	
}
.teaserpost .postmeta {
	
}
.teaserpost p {
	margin: 12px 0;
	font-size: 95%;
}



a.more-link     {
	color: #8b0094;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
	letter-spacing: .05em;
}
	.teaser-post a.more-link {
		font-size: 12px;
	}
a.more-link:hover     {
	color: #8abe1c; }
	
/*---------ARCHIVES---------*/

.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	text-align: center;
	overflow: hidden }
.archivepost             {
	width: 30%;
	margin-right: 5%;
	float: left }
	.archives .archivepost:nth-child(3n) {
		margin-right: 0 }
	.archives .archivepost:nth-child(3n+1) {
		clear: left; }
.archivepost img     {
	width: 100%;
	height: auto }
.archivepost a  {
	text-decoration: none;
	overflow: hidden; }
.archivepost h4.title {
	margin: 5px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
	
	 }
.archivepost a:hover, .archivepost a:hover h4.title   {
	color: #8abe1c; }


.archiveslist      {
	overflow: hidden;
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px
	 }
.archiveslist li   {
	 }
.archiveslist ul li      {
	color: #8b0094;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link  {
	color: #1f1d21;
	text-decoration: none }
.archiveslist a:visited  {
	color: #949190;
	text-decoration: none }
.archiveslist a:hover   {
	color: #8b0094 }
.archiveslist a:active   {
	color: #8b0094 }
.archiveslist em     {
	color: #949190;
	font-size: 10.5px }
.subcats {
	background-color: #1f1d21;
	padding: 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.subcats h4 {
	margin: 0 0 10px;
}
.subcats ul {
	margin-bottom: 0;
}
.subcats ul li.categories:before {
	display: none;
}
.subcategories li ul li  {
	 }
.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 }
.subcategories a:link  {
	color: #ffffff;
	text-decoration: none }
.subcategories a:visited  {
	color: #bcbbbc;
	text-decoration: none }
.subcategories a:hover   {
	color: #8b0094 }
.subcategories a:active   {
	color: #8b0094 }
.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3    {
	font-size: 18px;
	color: #8b0094; }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #1f1d21;
	text-decoration: none }
.linkdirectory a:visited {
	color: #949190;
	text-decoration: none }
.linkdirectory a:active {
	color: #8b0094;
	text-decoration: none }
.linkdirectory a:hover {
	color: #8b0094;
	text-decoration: none }
	
.relatedposts  {
	overflow: hidden;
	margin-bottom: 15px }


.tagindex li:before  {
	display: none; }
.tagindex a     {
	font-size: 12px;
	font-family: "Oswald", "Arial Black", "Impact", 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: #93908f;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #93908f;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #8b0094 }
.tagtitle   {
	clear: both;
	color: #8b0094;
	text-transform: uppercase;
	margin: 15px 0 5px;
	font-size: 18px; }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #949190;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #93908f;
	font-size: 10px }
.tagtitle a:hover  {
	color: #8b0094 }
.tagslist {
	overflow: hidden;
	text-transform: capitalize;
}

.recipecats  {
	font-size: 15px;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	line-height: 17px;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden }
.recipecats li {
	text-align: center;
	list-style-type: none;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 140px;
	float: left }
.recipecats li img {
	margin-bottom: 3px }
.recipecats li:nth-child(4n+4) {
	margin-right: 0 }
.recipecats li:nth-child(4n+5) {
	clear:left; }
.recipecats li .recipetitle { }
.recipecats li .icon { }
.recipecats a {
	text-decoration: none }
	
/*---------FORMS---------*/
#submit, .submitbutton, #commentform #submit, a.smbutton          {
	color: #1f1d21;
	font-size: 18px;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	border: 1px solid #1f1d21;
	text-decoration: none;    }
	a.smbutton {
		font-size: 13px;
		padding: 8px 15px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover        {
	background-color: #97c91c }
.commentinput, .styledinput, .captchainput, #commentform input            {
	color: #212121;
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3  }
#commentform textarea            {
	color: #212121;
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	width: 100%;
	border: 1px solid #e4e3e3  }
#commentform #submit {
	width: auto;
}
.wpcf7-form   {
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: bold;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	color: #8b0094;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #8b0094;
	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  {
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
	
/*---------FOOTER---------*/
.footer                                     {
	color: #1f1d21;
	background-color: #ffffff;
	border-top: 1px solid #1f1d21;
	width: 100%;
	padding: 20px 0;
	margin: 30px 0 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em; }
.footer .wrap  {
	 }
.footer a:link, .footer a:visited, .footer a:active        {
	color: #1f1d21;
	text-decoration: none }
.footer a:hover        {
	color: #97c91c }
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline;
	margin: 0 15px 0 1px;
	padding: 0 }
	.footernav li.top a {
		color: #8b0094;
	}
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright               {
	color: #8f8e90;
	text-align: right;
	width: 30%;
	float: right }
.copyright a {
	color: #8f8e90 !important;
	text-decoration: underline !important;
}
.footerad    {
	text-align: center;
	clear: both;
	margin: 0px auto 25px; }
	
/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 30px 0;
	padding: 20px;
	list-style-type: none;
	border: 1px solid #eaeaea;
}

#comment-list li.bypostauthor       {
	background: #f1f1f0;
	padding: 20px;
	margin: 0;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta         {
	margin: 0;
	font-size: 11px;
	 }

.comment-meta strong   {
	color: #1f1d21;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 18px;
	font-weight: normal;
	 }
.comment-meta strong a    {
	color: #1f1d21; }
.comment-meta a:hover         {
	color: #97c91c;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	margin: 0 0 0 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 80px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #93908f;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #93908f;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #8b0094;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #8b0094 }
.comment-nav .alignright a {
	color: #93908f;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #8b0094;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul.children {
	margin: 0;
	margin-top: 20px;
	padding: 0 }
#comment-list li ul li {
	margin: 0;
	border: none;
}
	#comment-list li ul li:before {
		display: none;
	}
	
#cancel_reply, #cancel_reply a       {
	color: #8b0094;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #8b0094;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #8b0094;
	text-decoration: underline }
/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #949190;
    padding: 5px 10px;
    border: solid 1px #f4f4f4;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #8b0094;
	    border-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    background-color: #8b0094;
    color: #ffffff;
}


	
/*----MAIN Menu----*/
#main_nav {
	text-align: left;
	margin: 0 auto;
	
}
#main_nav ul {
	display: inline-block;
	font-family: "Oswald", "Arial Black", "Impact", sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: .05em;
	width: 100%;
	margin: 0;
	vertical-align: middle;
	}
	
	#main_nav li {
		display: inline-block;
		position: relative;
		width: auto;
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
	}
	
	#main_nav > ul > li {
	}
	
	#main_nav a {
		text-align: center;
		display: block;
		text-decoration: none;
		padding: 5px 10px 7px;
		color: #1f1d21;
	}
		#main_nav a:hover {
			color: #8abe1c;
			cursor: pointer;
		}
		
	/* Navigation submenu */
	#main_nav .menu-item:hover .sub-menu {
		display: block;
	}
	#main_nav .sub-menu {
		display: none;
		position: absolute;
		font-weight: normal;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
		width: 160px;
		z-index: 2000;
		background-color: #1f1d21;
		font-size: 12px;
		line-height: 28px;
		font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
	}
	#main_nav .sub-menu .menu-item {
		margin: 0;
	}
	#main_nav .sub-menu .menu-item a {
		color: #ffffff;
		display: block;
		width: 160px;
		padding: 2px 10px;
		text-align: left;
	}
	#main_nav .sub-menu .menu-item:first-of-type a {
		border-top: none;
	}
	#main_nav .sub-menu .menu-item a:hover {
		color: #ffffff;
		background-color: rgba(255,255,255,.2);
	}
		#main_nav .sub-menu .menu-item-has-children a {
			
		}
		#main_nav .sub-menu .menu-item .sub-menu .menu-item a {
			border: none;
			padding: 10px 15px 10px 20px;
			margin-top: -12px;
			font-style: italic;
			background-color: transparent;
			font-size: 12px;
		}
		#main_nav .sub-menu .menu-item .sub-menu .menu-item a:hover {
			color: rgba(255,255,255,.7);
		}
	#main_nav li li a:after {
		display: none;
	}
#main_nav li.search {
	float: right;
	font-size: 16px;
	color: #1f1d21;
}
	#main_nav li.search .sub-menu {
		padding: 10px;
		width: 300px;
		right: 0;
		left: auto;
	}
	#main_nav li.search .searchinput {
		width: 100%;
	}
	#main_nav li.search .searchsubmit {
		display: none;
	}

/*FONTELLO*/

@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'; } /* '' */