/* 
Theme Name: Damn Delicious
Theme URL: http://www.damndelicious.net/
Description: Custom responsive blog theme for Damn Delicious.
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"], input[type="search"] {
    -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 : 801px ) {

    .span_content {
        margin-left: 0;
        width: 76%;
        width: -moz-calc(100% - 300px - 4%);
        width: -webkit-calc(100% - 300px - 4%);
        width: calc(100% - 300px - 4%);
        max-width: 760px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 300px;
        float: right;
        clear: right;
        display: block;
    }
}
.wrapper {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
}

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

@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.7;
	color: #595959;
	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: #121212;
	text-decoration: underline;
}
a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
	.single-post-content p a, .search-post p a {
		border-bottom: 1px solid #cfcece;
		box-shadow: inset 0 -3px 0 #cfcece;
		text-decoration: none;
	}
	.single-post-content p a:hover, .search-post p a:hover {
		color: #121212;
		border-bottom: 1px solid #cfcece;
		box-shadow: inset 0 -20px 0 #cfcece;
		text-decoration: none;
	}
	a.pib-hover-btn-link {
		border-bottom: none !important;
		box-shadow: none !important;
	}
		

p {
	margin: 20px 0;
}
h1, h2, h3, h4, h5 {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #121212;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	letter-spacing: .15em;
}
h4 {
	font-size: 16px;
	letter-spacing: .15em;
}
h5 {
	color: #aeaeae;
	font-size: 14px;
	letter-spacing: .15em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clear {
	clear: both;
}
.sep {
	height: 1px;
	border-bottom: 1px solid #ececec;
	width: 100%;
	display: block;
	clear: both;
	margin: 35px 0;
}
.fork {
	display: block;
	height: 8px;
	background: url(images/fork.png) center no-repeat;
	background-size: auto 100%;
}
/*---------HEADER---------*/
.header {
	border-bottom: 1px solid #ececec;
}
	body.home .header {
		border-bottom: none;
	}
	body.home.paged .header {
		border-bottom: 1px solid #ececec;
	}
.header .logo {
	overflow: hidden;
	margin: 25px 0 20px;
	width: 290px;
	float: left;
	text-align: center;
}

	.header .logo a {
	    display: inline-block;
	    margin: 0 auto;
	    width: 290px;
	    height: 175px;
	    background: url(images/logo.png) no-repeat;
	    background-size: 100% auto;
	}

.top-nav {
	margin: 35px 0 30px;
	text-align: right;
	float: right;
	width: -moz-calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	width: calc(100% - 370px);
}

.top-nav .social {
	display: inline-block;
	vertical-align: middle;
}
	.top-nav .social a {
		font-size: 14px;
		color: #121212;
		padding: 2px;
		text-decoration: none !important;
	}
		.top-nav .social a:hover {
			color: #a0a0a0;
		}
.header-search {
	display: inline-block;
	vertical-align: middle;
	width: 275px;
	margin-left: 20px;
}


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

.span_content {
	
}

.span_content img, .span_sidebar img {
    max-width: 100%;
    height: auto;
}

.span_content ul, .span_content ol {
    margin: 25px 0;
    padding: 0;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #121212;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 12px;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}

.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%; }

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}

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

.sidebar {
	font-size: 88%;
}
.leftsidebar {
	width: 47%;
	float: left;
}
.rightsidebar {
	width: 47%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}
.widget {
	margin-bottom: 50px;
	text-align: center;
}
.widget.center, .widget.center .textwidget {
	text-align: center;
}
h3.widget-title {
	margin: 0 auto 10px;
}

.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}

.sidebar select {
	color: #aeaeae;
	font-size: 12.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ececec;
}
.screen-reader-text {
	display: none;
}

.about {
	text-align: center;
}
.about p {
	margin: 0 0 0px;
}
	.about:after {
		content: "";
		display: block;
		height: 8px;
		margin: 35px auto 0;
		background: url(images/fork.png) center no-repeat;
		background-size: auto 100%;
		display: none;
	}
.about p.more {
}
.about p.more a {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	text-indent: -9999px;
	width: 130px;
	height: 32px;
	display: inline-block;
	margin: 0 auto;
	background: url(images/moreabout.png) no-repeat;
	background-size: 100% auto;
}
	.about p.more a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.about h3.widget-title {
	
}
.subscribe {
	clear: both;
	border-bottom: 1px solid #ececec;
	margin-bottom: 40px;
}
	.subscribe .wrap {
		padding: 35px 0 30px;
		margin: 0 auto;
		max-width: 870px;
		text-align: center;
		overflow: hidden;
	}
	
	body.home .subscribe, .footer .subscribe {
		border-bottom: none;
		margin-bottom: 0;
	}
	body.home.paged .subscribe {
		border-bottom: 1px solid #ececec;
	}
	body.home .subscribe .wrap, .footer .subscribe .wrap {
		
		padding: 45px 0 45px;
	}
	body.home.paged .subscribe .wrap {
		
			padding: 35px 0 30px;
	}
	
.subscribe h3.widget-title {
	font-size: 13px;
	display: inline-block;
	float: left;
	text-align: left;
	margin: 0;
	width: 450px;
	height: 52px;
	line-height: 52px;
}
	.subscribe h3.widget-title em {
		width: 180px;
		height: 52px;
		display: inline-block;
		text-indent: -9999px;
		background: url(images/latestrecipes.png) no-repeat;
		background-size: 100% auto;
		margin: 0 6px;
	}
	
	.sidebar .subscribe h3.widget-title {
		width: 100%;
		line-height: 1;
		margin: 0 0 15px;
		float: none;
		text-align: center;
	}
	.sidebar .subscribe h3.widget-title em {
		margin: 0 auto;
		display: block;
	}
	
.subscribe .textwidget {
	display: inline-block;
	float: right;
	width: -moz-calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	width: calc(100% - 450px);
}
	.sidebar .subscribe .textwidget {
		float: none;
		width: 100%;
	}
.email-form {
    clear: both;
    position: relative;
    overflow: hidden;
}

.email-input {
    color: #333333;
    font-size: 13px;
    line-height: 48px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
    border: 1px solid #ececec;
    padding: 0 15px;
    margin: 0;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 48px;
}
	.email-input::placeholder {
		color: #999999;
	}
	.sidebar .email-input {
		width: 100%;
		float: none;
		margin: 15px 0 0;
	}
.email-submit {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 0;
	background-color: transparent !important;
	color: #121212;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    width: 100px;
    float: right;
    text-align: right;
    height: 48px;
    line-height: 48px;
}
	.sidebar .email-submit {
		float: none;
		text-align: center;
		width: 100%;
	}
	.email-submit:hover {
	    color: #afaeaf;
	}

.cookbook h3.widget-title {
	display: none;
}
.cookbook p {
	margin: 0 0 5px;
	font-size: 15px;
}	
.cookbook .links {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
	color: #afaeaf;
	letter-spacing: .15em;
}
/* -- Custom Content Widgets -- */
.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.sidebar .item .post-meta {
	color: #999999;
	font-size: 10px;
}
.sidebar .item h4 {
	margin: 15px 0 8px;
	font-size: 14px;
}

/*Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	
}

/*Popular Posts Widget*/
.sidebar .popular-posts {
	
}
.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

	.sidebar .popular .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.sidebar .popular h4.title {
	
}


/*Category Widget*/
.sidebar .widget_categoryposts {
	
}
.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

.sidebar .category-posts .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

	.sidebar .category-posts .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.sidebar .category-posts .item h4 {
	
}

/*Recent Posts Widget*/
.sidebar .recentposts {
	
}
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

	.sidebar .recent .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.sidebar .recentposts .item h4 {
    
}

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

.post {
	margin-bottom: 50px;
}

h1.post-title, h2.post-title {
	margin: 0;
	text-align: center;
}
h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #121212;
	border-bottom: 0px solid #ffffff;
	box-shadow: inset 0 -15px 0 #ffffff;
}
	h1.post-title a:hover, h2.post-title a:hover {
		text-decoration: none;
		border-bottom: 1px solid #cfcece;
		box-shadow: inset 0 -10px 0 #cfcece;
	}

.post .edit {
	text-transform: lowercase;
	letter-spacing: 0;
}
.post-meta {
	color: #aeaeae;
	font-size: 10px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: 30px;
}
	.post-date {
		margin: 0 0 5px;
		font-size: 12px;
	}
.post-meta a {
	color: #aeaeae;
	text-decoration: none;
}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #121212;
	text-decoration: none;
}

.post-meta em {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
}
.post-meta i {
	font-size: 90%;
	margin-right: 5px;
}
.post-meta .spacer {
	color: #cfcece;
	margin: 0 10px;
}
.single-post-content .fork {
	margin: 25px auto 30px;
}
.meta-bottom {
	clear: both;
	margin: 30px 0 0;
	overflow: hidden;
	text-align: left;
}

.meta-bottom .left {
	width: 70%;
	float: left;
	text-align: left;
	display: inline-block;
}
.meta-bottom .right {
	text-align: right;
	width: 30%;
	float: right;
	line-height: 36px;
}

.meta-centered {
	text-align: center;
}
.post-cats {
	margin: 0 0 10px;
}
.post-cats a {
	color: #ffffff;
	background-color: #121212;
	display: inline-block;
	padding: 2px 12px 1px;
	margin: 2px;
}
	.post-cats a:hover {
		background-color: #afaeaf;
		color: #ffffff;
	}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #aeaeae;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #8c8c8c;
}
.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: #aeaeae;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1;
}
.wp-caption {
	text-align: left;
	max-width: 100% !important;
}
.wp-caption p {
	color: #727272;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}
.wp-nutrition-label {
	margin: 0 auto !important;
}
/* Recipe Styles*/

.recipe {
	font-style: normal;
	margin: 145px 0 35px;
	border: 1px solid #ececec;
	font-size: 90%;
}
.recipe .recipe-title {
	background-color: #ececec;
	padding: 0 25px 25px;
	text-align: center;
}
.recipe .photo {
	width: 200px;
	float: none;
	display: block;
	margin: 0 auto -90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #ffffff;
	position: relative;
	top: -100px;
}
	.recipe .photo2 {
		display: none;
	}
.recipe .recipe-content {
	padding: 25px;
}
.recipe h2 {
	margin: 15px 0 10px;
	font-size: 30px;
	text-align: center;
}
.recipe h3 {
	margin: 0 0 10px;
	font-size: 18px;
}
.recipe h4 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #aeaeae;
}
.recipe p, .recipe ol, .recipe ul {
	margin-top: 5px;
	margin-bottom: 12px;
}
.recipe ol li:last-of-type, .recipe ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.recipe ul li:before {
	
}
.recipe .instructions img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
.recipe .summary {
	margin: -5px 0 25px;
	font-style: italic;
	font-size: 115%;
	text-align: center;
}

.recipe .time {
	color: #aeaeae;
	font-size: 12px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
}
.recipe .time strong {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.recipe .printbutton {
	margin: -20px auto 10px;
	text-align: center;
}
.printbutton a {
	margin: 0;
	display: inline-block;
	color: #ffffff;
	background-color: #121212;
	font-size: 13px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	text-align: center;
	padding: 10px 25px;
}

.printbutton a:hover, .printbutton a:active {
	color: #ffffff;
	background-color: #afaeaf;
}
.recipe .left {
	margin-bottom: 30px;
}
.recipe .notes {
	margin-top: 25px;
	border: 1px solid #ececec;
	padding: 20px 20px 5px;
	font-size: 92%;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
	color: #aeaeae;
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
	clear: left;
}
.recipe .source p {
	margin: 0;
}

.recipe-ps {
	margin: 0;
	background-color: #ececec;
	padding: 35px 25px;
	line-height: 1.5;
	font-size: 110%;
}
	.recipe-ps p {
		margin: 0;
	}
	.recipe-ps a {
		font-weight: bold;
	}
	.recipe-ps i {
		font-size: 80px;
		line-height: .6;
		float: left;
		vertical-align: middle;
		color: #ffffff;
		margin-right: 20px;
	}
	.recipe-ps h4 {
		color: #121212;
		margin: 3px 0 8px;
		font-size: 16px;
	}
	.recipe-ps strong {
		color: #404041;
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 14px;
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}
	
/* Inner Post */
ul.shareaholic-share-buttons, .shareaholic-share-buttons-animation-wrapper {
	margin-right: 10px !important;
}

.author-box {
	margin: 45px 0 35px;
	padding: 25px;
	border: 1px solid #ececec;
	overflow: hidden;
}
.author-box .avatar {
	float: right;
	margin: 0 0 10px 15px;
}
.author-box .social {
	width: 150px;
	float: right;
	clear: right;
	margin: 0 0 10px 15px;
}
.author-box .social a, .author-social a {
	font-size: 12px;
	padding: 1px;
	text-decoration: none !important;
}
	.fa-inverse {
		font-size: 85%;
	}
.author-box h4 {
	margin: 0 0 15px;
}
.author .span_content .avatar {
	float: right;
	margin: 5px 0 10px 15px;
}
.author-post h4.title {
	color: #121212;
}
.author-post .author-meta {
	font-size: 15px;
}
.author-post .author-meta p {
	margin: 8px 0;
}
.author-post .author-meta p.location {
	font-style: italic;
	color: #aeaeae;
	font-size: 13px;
}
.inner-post {
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 35px 0 1px;
}
.inner-post .subscribe h3.widget-title {
	width: 100%;
	float: none;
	text-align: center;
}
.inner-post .subscribe {
	padding: 50px 25px;
	background-color: #ececec;
	border: 1px solid #ececec;
}
.inner-post .subscribe .textwidget {
	width: 100%;
	float: none;
	text-align: center;
}

.inner-post .subscribe .email-form {
	max-width: 600px;	
	margin: 15px auto 0;
}

.post-nav {
	color: #121212;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	margin: 50px 0;
	overflow: hidden;
}
.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}
.post-nav a {
	color: #121212;
	text-decoration: none;
}
	.post-nav a:hover {
		color: #afaeaf;
	}
.post-nav .nav-previous {
	float: left;
	width: 47%;
	position: relative;
}
.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 47%;
	position: relative;
}

.post-nav em {
	display: block;
	color: #aeaeae;
	font-size: 10px;
	font-style: normal;
	padding-bottom: 4px;
}

.post-nav a:hover h4 {
	color: #121212;
}
.addthis_toolbox {
	clear: both;
	margin-top: 30px;
}
.ssba-wrap {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}
/*---------TEASER STYLES---------*/

.teaser-post {
	width: 48%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	text-align: center;
}
	.search-post {
		margin-bottom: 20px;
	}
	.teaser-post.odd {
		margin-right: 4%;
		clear: left;
	}
.teaser-post a {
	text-decoration: none;
}
.teaser-post h2.post-title {
	margin: 0;
}
	.search-post h2.post-title {
		margin: 15px 0 0;
	}
.teaser-post .fork {
	margin: 20px 0;
}
.teaser-post .post-meta {
	margin: 15px 0 8px;
}
.teaser-post p {
	margin: 10px 0 15px;
}
a.more-link {
	font-size: 13px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
	cursor: pointer;
	border: none;
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 175px;
	height: 45px;
	background: url(images/continuereading.png) no-repeat;
	background-size: 100% auto;
}
	a.more-link:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}

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

/* HOMEPAGE FEATURED AREA */

.home-featured {
	padding: 0 .5%;
	overflow: hidden;
}

	.home-featured .item {
		width: 24%;
		margin-right: .5%;
		margin-left: .5%;
		float: left;
	}
	.home-featured .item img {
		width: 100%;
		height: auto;
		display: block;
	}

.home-featured a.overlay {
	position: relative;
	display: block;
	text-align: center;
}

.home-featured a.overlay .caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(18,18,18,.4);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
	.home-featured a.overlay:hover .caption {
		opacity: 1;
	}
	.home-featured a.overlay .caption h2 {
		font-size: 14px;
		display: inline-block;
		background-color: #ffffff;
		max-width: 90%;
		padding: 8px 15px;
		margin: 0 auto;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
/* HOMEPAGE SECTIONS */	
.homepage-sections {
	clear: both;
}
.homepage-section {
	padding-bottom: 20px;
	margin: 40px 0;
	border-bottom: 1px solid #ececec;
}
	.homepage-section:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
.homepage-section h3.widget-title {
	text-align: left;
	margin: 0 0 20px;
	background-color: transparent;
	display: block;
	color: #121212;
	text-align: left;
}
.homepage-section h3 a {
	text-decoration: none;
	color: #121212;
}
.homepage-section h3 em {
	float: right;
	letter-spacing: normal;
	text-transform: lowercase;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #aeaeae;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.homepage-section h3 a:hover, .homepage-section h3 em:hover {
	color: #afaeaf !important;
}
.homepage-section .category-posts {
	clear: both;
	overflow: hidden;
}
.homepage-section .category-posts .item {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
}
	.homepage-section .category-posts .item:nth-child(3n) {
		margin-right: 0;
	}
.homepage-section .category-posts h4 {
	font-size: 16px;
	margin: 15px 0;
}
.homepage-section .category-posts a {
	display: block;
	text-decoration: none;
}
	.homepage-section .category-posts a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.homepage-section .category-posts img {
	display: block;
	width: 100%;
	height: auto;
}

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

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

h1.archivetitle {
	font-size: 20px !important;
}

h1.pagination-header {
	margin-top: 20px;
}

.archives, .wp-cpl-sc-wrap {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}
.archive-post {
	font-size: 12px;
	line-height: 15px;
	margin-right: 3.5%;
	margin-bottom: 25px;
	width: 31%;
	float: left;
	text-align: center;
}
.archive-post:nth-child(3n) {
	margin-right: 0;
}
.archive-post:nth-child(3n+1) {
	clear: both;
}
.wp-cpl-sc-post {
	font-size: 12px;
	line-height: 15px;
	margin-right: 2%;
	margin-bottom: 25px;
	width: 23.5%;
	float: left;
	text-align: center;
}
.wp-cpl-sc-post:nth-child(4n) {
	margin-right: 0;
}
.wp-cpl-sc-post:nth-child(4n+1) {
	clear: both;
}
.archive-post img {
	width: 100%;
	height: auto;
}
.archive-post a {
	text-decoration: none;
}
.archive-post .post-meta {
	margin: 0;
}
.archive-post h4, .wp-cpl-sc-post h2 {
	font-size: 18px;
	margin: 9px 0 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.recipe-cats h4 {
	font-size: 16px;
	color: #121212;
}
.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* For IE8 and earlier */
}
.archiveslist {
	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 {
	font-size: 11px;
}
.archiveslist a:link, .subcategories a:link {
	color: #6b6963;
	text-decoration: none;
}
.archiveslist a:visited, .subcategories a:visited {
	color: #919394;
	text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
	color: #595959;
}
.archiveslist a:active, .subcategories a:active {
	color: #595959;
}
.archiveslist em {
	color: #aeaeae;
	font-size: 10.5px;
}
.subcategories li:before {
	display: none;
}
.subcats {
	border: 1px solid #ececec;
	margin-bottom: 30px;
	padding: 20px 15px 5px;
	text-align: center;
}
.subcats h4 {
	
}
.subcats ul.subcategories {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.subcats ul.subcategories li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.subcats ul.subcategories li ul li a {
	color: #aeaeae;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 5px 10px 4px;
}
.subcats ul.subcategories li ul li a:hover {
	color: #121212;
	cursor: pointer;
}
ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}
.tagindex li:before {
	display: none;
}
.tagindex a {
	font-family: "proximanova";
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
}
.tagindex a:link {
	color: #919394;
	text-decoration: none;
}
.tagindex a:visited {
	color: #aeaeae;
	text-decoration: none;
}
.tagindex a:active {
	color: #919394;
	text-decoration: none;
}
.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #afaeaf;
}
.tagtitle {
	color: #aeaeae;
	text-transform: uppercase;
}
.tagtitle a {
	text-decoration: none;
	text-transform: none;
}
.tagtitle em {
	color: #aeaeae;
	letter-spacing: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 10px;
	float: right;
}
.tagtitle em a {
	color: #aeaeae;
	font-size: 11px;
}
.tagtitle a:hover {
	color: #595959;
}
/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"] {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	background-color: #121212;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	cursor: pointer;
	margin-top: 5px;
	padding: 9px 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-style: none;
	text-decoration: none;
}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {
	background-color: #afaeaf;
}
.commentinput, .styledinput, .captchainput, #commentform input {
	color: #595959;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #e2e2e2;
}
.gform_wrapper {
	width: 100%;
	max-width: 450px;
}
.gform_wrapper input[type=text], .gform_wrapper textarea {
	color: #595959;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #e2e2e2;
	width: 100%;
}
ul.gform_fields, ul.gform_fields li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gform_fields li {
	margin-bottom: 15px;
}
ul.gform_fields li:before {
	display: none;
}
.commentinput, #commentform input {
	width: 100%
}
#commentform textarea {
	color: #595959;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ececec;
	width: 100%
}
#commentform #submit {
	width: auto;
}
.wpcf7-form {
	width: 100%;
}
.wpcf7-form .formfield {
	overflow: hidden;
}
.wpcf7-form p {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left;
}
.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 400px;
	float: left;
}
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both;
}
.search-form {
	border: 1px solid #e2e2e2;
	overflow: hidden;
}
.search-form .search-input {
	color: #595959;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	padding: 0 12px;
	border: none;
	float: left;
	vertical-align: middle;
	width: 80%;
}
.search-form .search-submit {
	color: #121212;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	background-color: transparent;
	font-family: "Font Awesome 5 Pro";
	cursor: pointer;
	width: 20%;
	border-style: none;
	vertical-align: middle;
	text-align: right;
	float: right;
	padding: 0 10px;
	margin: 0;
}
.search-form .search-submit:hover {
	color: #595959;
}

.header-search .search-form {
	height: 44px;
	overflow: hidden;
}
.header-search .search-input {
	height: 44px;
	line-height: 44px;
	color: #595959;
	background-color: transparent;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: -moz-calc(100% - 44px);
	width: -webkit-calc(100% - 44px);
	width: calc(100% - 44px);
	border: none !important;
}
	.header-search .search-input::placeholder {
		color: #afaeaf;
	}
.header-search .search-submit {
	height: 44px;
	line-height: 44px;
	width: 44px;
	font-size: 17px;
	color: #121212;
	text-align: center;
	padding: 0;
	margin: 0;
	float: right;
	border: none !important;
}
.header-search .search-submit:hover {
	color: #121212;
}

/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
}
.footer-widget {
	overflow: hidden;
	padding: 0 .5%;
	position: relative;
}
	
.footer-widget h3.widget-title {
	font-size: 14px;
	position: absolute;
	z-index: 101;
	left: 50%;
	top: 50%;
	display: inline-block;
	background-color: #ffffff;
	padding: 10px 20px 9px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	white-space: nowrap;
}
.footer-widget .item {
	width: 15.66667%;
	float: left;
	margin: 0 .5%;
}
	.footer-widget .item img {
		width: 100%;
		height: auto;
		display: block;
	}
.footer-widget a {
	display: block;
}
	.footer-widget a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.sub-footer {
	clear: both;
	border-top: 1px solid #ececec;
	overflow: hidden;
	font-size: 10px;
	color: #a0a0a0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	padding: 30px 0;
}
.sub-footer .footer-nav {
	width: 75%;
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin-right: 15px;
	}
	.sub-footer a {
		color: #a0a0a0;
		text-decoration: none;
	}
		.sub-footer a:hover {
			color: #595959 !important;
			text-decoration: underline;
		}
	.sub-footer .top a {
		color: #121212;
	}
.sub-footer .copyright {
	width: 25%;
	float: right;
	text-align: right;
}

/*---------COMMENTS---------*/

#comments, #pings {
	margin-top: 5px
}
#respond {
	margin-top: 65px
}
h3#comments, h3#reply-title {
	font-size: 21px;
}
#comment-list {
	font-size: 94%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
#comment-list li {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #ececec;
	list-style-type: none;
}
#comment-list li:before {
	display: none;
}
#comment-list li.bypostauthor {
	background-color: #f2f2f2;
	padding: 25px 25px 10px;
}
.comment-meta {
	margin: 0;
	text-align: left;
}
.comment-meta strong {
	color: #121212;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.comment-meta strong a {
	color: #121212;
	text-decoration: underline
}
.comment-meta a:hover {
	color: #afaeaf;
	text-decoration: underline
}
#comment-list .avatar {
	float: right;
	margin: 0 0px 10px 10px;
}
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0
}
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}
#commentform {
	margin-bottom: 30px;
	width: 100%
}
#commentform label {}
#commentform p {
	margin-bottom: 5px
}
.wp-smiley {
	vertical-align: middle
}
.comment-nav {
	color: #aeaeae;
	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: #aeaeae;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}
.comment-nav .current {
	color: #121212;
	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: #121212
}
.comment-nav .alignright a {
	color: #aeaeae;
	text-decoration: none
}
.comment-nav .alignright a:hover {
	color: #121212;
	text-decoration: none;
	background-color: transparent
}
/*threaded comments*/

#comment-list li ul {
	margin: 0;
	padding: 0
}
#comment-list li li {
	margin: 0px 0 0;
	padding: 25px 25px 15px;
	border: none;
}
#cancel_reply, #cancel_reply a {
	color: #121212;
	font-size: 11px;
	font-weight: bold
}
.thdrpy, .thdrpy a {
	color: #121212;
	font-size: 11px;
	text-decoration: none
}
.thdrpy a:hover {
	color: #121212;
	text-decoration: underline
}
/*---------PAGE NUMBERS---------*/

.home-pagination {
	margin: 30px 0 50px;
	clear: both;
	text-align: center;
}
.home-pagination h4 {
	color: #121212;
	font-size: 12px;
	text-align: center;
}
.pagination {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	clear: both;
	text-align: center;
	font-size: 13px;
}
.pagination .page-numbers {
	color: #aeaeae;
	padding: 5px 10px;
	border: solid 1px #ececec;
	text-decoration: none;
}
.pagination span.page-numbers.current {
	color: #ffffff;
	background-color: #121212;
	font-weight: bold;
}
.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover {
	color: #fff;
	background-color: #aeaeae;
}
/*----MAIN Menu----*/

#main {
	margin: 0;
	width: auto;
	display: inline-block;
	float: right;
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% -300px);
	width: calc(100% - 300px);
	clear: right;
	text-align: right;
}
#main ul {
	margin: 0 -15px 0 0;
	padding: 0;
}
#main li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin: 0 4px;
	padding: 0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 16px;
	line-height: 30px;
}
#main>ul>li {
	padding-bottom: 10px;
	margin-bottom: -10px;
}
#main a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0;
	color: #121212;
}

	#main>ul>li>a {
		border-bottom: 5px solid #ffffff;
	}
	#main>ul>li>a:hover, #main>ul>li.menu-item-has-children:hover>a {
		color: #121212;
		border-bottom: 5px solid #cfcece;
	}
		
/* Navigation submenu */

#main .menu-item:hover .sub-menu {
	display: block;
}
#main .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
	padding: 10px 0;
	margin-top: 0px;
	width: 160px;
	z-index: 2000;
	background-color: #cfcece;
}
#main .sub-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 66, 111, 0);
	border-bottom-color: #121212;
	border-bottom-color: rgba(18,18,18, .9);
	border-width: 10px;
	margin-left: -10px;
	display: none;
}
#main .sub-menu .menu-item {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	display: block;
}
#main .sub-menu .menu-item a {
	display: block;
	width: 160px;
	height: auto;
	padding: 5px 15px;
}
#main .sub-menu .menu-item:first-of-type a {
	border-top: none;
}
#main .sub-menu .menu-item a:hover {
	color: #626262;
}
#main li.recipes>.sub-menu {
	width: 490px;
	padding: 15px 15px 2px;
}
#main li.recipes .sub-menu:after {
	bottom: 100%;
	left: 90px;
}
#main li.recipes .sub-menu li {
	width: 45%;
	float: left;
	text-align: left;
	line-height: 1.2;
	margin: 0 0 5px;
	padding: 0;
}
#main li.recipes>.sub-menu>li:first-child {
	width: 55%;
}
#main li.recipes .sub-menu li a {
	padding: 5px;
	width: auto;
	text-align: left;
}
#main li.recipes .sub-menu li .sub-menu {
	width: auto;
	display: inline-block;
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0 0 5px !important;
	left: 0;
	right: 0;
}
#main li.recipes .sub-menu li .sub-menu:after {
	display: none;
}
#main li.recipes .sub-menu li .sub-menu li {
	display: block;
	width: 50%;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
#main li.recipes .sub-menu li .sub-menu li a {
	color: #ffffff;
}
#main li.recipes .sub-menu li .sub-menu li.bold a {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
}
#main li.recipes .sub-menu li .sub-menu li a:before {
	content: '\f101';
	font-family: "Font Awesome 5 Pro";
	font-size: 90%;
	vertical-align: middle;
	margin: -2px 4px 0 0;
}
#main li.recipes .sub-menu li .sub-menu li.bold a:before {
	display: none;
}
#main li.recipes .sub-menu li .sub-menu li a:hover {
	color: #626262;
}