/* 
Theme Name: Dang That's Delicious v3
Theme URL: http://www.dangthatsdelicious.com/
Description: Responsive theme for Dang That's Delicious.
Author: Purr Design
Author URI: http://www.purrdesign.com
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;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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

#page_wrap {
    margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* DEFAULT ROW STYLES */
.row {
    margin-bottom: 1.5em;
} /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col {
    display: block;
    float: left;
    width: 100%;
}

@media ( min-width : 800px ) {
    .col {
        margin-left: 2%;
    }
}

/* RESET MARGINS */
.col:first-child {
    margin-left: 0;
} /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {

    .span_content {
        margin-left: 0;
        width: 63%;
        max-width: 620px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 34%;
        min-width: 300px;
        max-width: 330px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1020px;
}

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

/*---------STRUCTURE---------*/

@font-face {
    font-family: 'ProximaNova';
    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#ProximaNova') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#ProximaNova') format('svg');
    font-weight: 300;
    font-style: normal;

}

body                           {
	color: #6f6e6b;
	font-size: 14.5px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	line-height: 23px;
	background-color: #fff;
	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: #5ecbc4;
	text-decoration: underline }
a:hover             {
	color: #9ee0dc;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 12px }
h1, h2, h3, h4, h5              {
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #5ecbc4;
	font-size: 28px;
	line-height: 30px; }
h2      {
	color: #5ecbc4;
	font-size:28px;
	line-height: 30px }
h3                       {
	color: #6f6e6b;
	font-size: 18px;
	line-height: 19px }
h4        {
	color: #5ecbc4;
	font-size: 18px;
	line-height: 19px; }
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both }

.clear {
	clear: both }
	
	
/*----Header----*/
.slicknav_menu {
	display: none;
}

.header {
	overflow: hidden;
	text-align: center;
	clear: both;
	 }
.header .logo    {
	margin: 45px 0 25px;
	width: 100%;
	clear: both;
	 }
	 .header .logo a {
	     display: inline-block;
	     width: 520px;
	     height: 92px;
	     background: url(images/logo.png) no-repeat;
	     background-size: 100% auto;
	 }
.headerad .adspace {
	background-color: #6f6e6b;
	text-align: center;
	padding: 15px 0;
}
.headerad .adspace .textwidget {
	text-align: center;
	margin: 0 auto;
}
.sep           { }

/*----Content----*/
.span_content {
	
}
.span_content img, .span_sidebar 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: #5ecbc4;
    content: '\2022';
    margin: -1px 6px 0 -10px;
    font-weight: bold;
    font-size: 100%;
    vertical-align: middle;
    display: inline-block;
}

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

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}

/*----Sidebar----*/
.span_sidebar                   {
	font-size: 94%;
	line-height: 1.6; }

.topsidebar   { }
.leftsidebar         {
	margin: 0;
	float: left;
	width: 40%; }
.rightsidebar    {
	margin: 0;
	width: 56%;
	float: right }
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
	margin: 0px 0 0;
}

.widget        {
	margin-bottom: 40px }
h3.widgettitle    {
	margin: 0 0 10px;
	text-transform: lowercase; }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #b7b6b5;
	text-decoration: none }
.widget a:hover     {
	color: #5ecbc4;
	text-decoration: none }
.widget ul   { }
.widget ul li           {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0 0 0 9px }
.widget p    {
	margin: 0 0 10px }
	
.sidebar select     {
	color: #a9a8a6;
	font-size: 12px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 5px;
	width: 100%;
	border: 1px solid #e2e2e1;
}
.screen-reader-text {
	display: none;
}
.sidebar .ad, .sidebar .center { 
	text-align: center;
}

.topsidebar h3.widgettitle, #lowersidebar h3.widgettitle {
	background: url(images/sepbg.png) center center repeat-x;
	text-align: center;
}
.topsidebar h3.widgettitle span, #lowersidebar h3.widgettitle span {
	margin: 0 auto;
	padding: 5px;
	display: inline-block;
	background-color: #ffffff;
}


.search-form  {
	border: 1px solid #e2e2e1; 
	height: 44px;
}
.search-input  {
	color: #b7b6b5;
	background-color: transparent;
	padding: 0 10px;
	width: 75%;
	vertical-align: middle;
	border: none;
	font: 13px/40px "ProximaNova", Arial, Helvetica, sans-serif;
	height: 44px;
	vertical-align: middle;
}

.search-submit  {
	font-family: "fontello";
	margin: 0 0 0 -4px;
	font-size: 15px;
	line-height: 40px;
	padding: 0 8px;
	height: 44px;
	border: none;
	color: #5ecbc4;
	background-color: transparent;
	text-align: right;
	width: 25%;
	vertical-align: middle; }
.search-submit:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	background-color: transparent;
}

	
.email-form  {
	color: #6f6e6b;
	clear: both;
	font: 13px/20px "ProximaNova", Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: relative;
	border: 1px solid #e2e2e1;
	}
.email-input {
	color: #b7b6b5;
	background-color: #fff;
	padding: 8px;
	width: 180px;
	border: none;
	font: 13px/20px "ProximaNova", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	float: left;
}
.email-input:focus {
	color: #6f6e6b }
.email-submit {
	color: #5ecbc4;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	padding: 5px 5px 1px 6px;
	height: 28px;
	float: right;
	position: absolute;
	right: 0;
	border-style: none;
	font: 14px/20px "ProximaNova", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.email-submit:hover {
	color: #9ee0dc }

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

.sidebar .featured .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

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

.featured img {
    width: 100%;
    height: auto;
    display: block;
}

.featured h4 {
	display: none;
}
	
.featured .post-meta {
    display: none;
}

.featured a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*Recent Posts Widget*/
.recent, .popular {
    overflow: hidden;
}

.recent .item, .popular .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    clear: left;
}

.recent img, .popular img {
    margin-right: 5%;
    width: 25%;
    height: auto;
    float: left;
    display: block;
}

.recent a img, .popular a img {
    display: block;
}

.recent .item:last-of-type, .popular .item:last-of-type {
    margin-bottom: 0;
}

.recentposts .item h4, .popular .item h4 a {
    margin: 10px 0 0;
    color: #5ecbc4;
}

.recent a:hover, .popular a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recent .post-meta, .popular .post-meta {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 4px 0 0;
    color: #b7b6b5;
}

/*Post Styles*/
.post                  {
	padding-bottom: 100px;
	margin-bottom: 70px;
	background: url(images/sep.png) center bottom no-repeat;
}
.singlepost {
}
h2.posttitle, h1.posttitle {
	color: #5ecbc4;
	margin: 0 0 4px;
	padding: 0; }
h2.posttitle a, h1.posttitle a  {
	color: #5ecbc4;
	text-decoration: none }
h2.posttitle a:hover, h1.posttitle a:hover  {
	color: #9ee0dc }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.post-meta                {
	color: #6f6e6b;
	font-size: 11px;
	line-height: 15px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 20px;
	overflow: hidden;
	background: url(images/metabg.png) 0 center no-repeat;
	padding-left: 29px;
}
.post-meta a {
	color: #6f6e6b;
	text-decoration: none;
}
.post-meta em   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b7b6b5;
	text-decoration: none;
	text-transform: lowercase; }
.post-meta a:hover, .post-meta a:hover strong          {
	color: #5ecbc4;
	text-decoration: none }
.post-meta .ccount {
	display: inline-block;
	float: right;
}
.post .more {
	margin-bottom: 30px;
}
.meta-bottom                    {
	background-image: none;
	padding-left: 0;
	margin-top: 30px; }
.meta-bottom .left      {
	width: 70%;
	float: left }
.meta-bottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.post a.more-link       {
	color: #5ecbc4;
	font-size: 20px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-transform: lowercase;
	display: block; }
.post a.more-link:hover     {
	color: #9ee0dc; }
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #6f6e6b;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #6f6e6b }

.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: #6f6e6b;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	width: 100% !important;
	max-width: 100%;
	text-align: left }
.wp-caption p   {
	color: #6f6e6b;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #6f6e6b;
	font-style: normal;
	background-color: #ffffff;
	background-image: url(images/stripebg2.png);
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	border: none }
.innerrecipe    {
	background-color: #ffffff;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.8);
	padding: 25px; }
.recipe h2 {
	margin: 0 0 7px;
}
.recipe h3                    {
	color: #5ecbc4;
	margin: 0 0 10px;
	clear: left; }
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .summary   {
	margin-top: 1px;
	margin-bottom: 15px;
	clear: left }
.recipe .notes  {
	color: #9a9997;
	border-top: 1px double #e2e2e1;
	font-size: 13px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source   {
	color: #9a9997;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 1px;
	clear: left }
.recipe .source p {
	margin: 0;
}
.recipe .time            {
	color: #6f6e6b;
	font: 11px/16px "ProximaNova", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px double #e2e2e1;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9a9997;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: normal; }
.recipe .left  {
	margin-bottom: 25px }
.recipe .photo {
	display: none;
	margin-bottom: 5px;
	width: 130px;
	height: 130px;
	float: right }
.printbutton          {
	font-size: 11px;
	line-height: 14px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	float: right;
	width: 80px;
	text-align: center;
	display: block; }
.printbutton a {
	width: 30px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #6f6e6b;
	margin-left: 8px;
}
.printbutton a:hover     {
	color: #5ecbc4;}
.printbutton img {
	margin: 0 0px 3px -1px;
	text-align: center; }
.addthis_toolbox  {
	margin-top: 0px;
	margin-bottom: 30px; }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
.addthis_toolbox span.h3 {
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #6f6e6b;
}
.innerpostads {
	overflow: hidden;
}
.innerpostads .adspace {
	width: 300px;
	margin-bottom: 60px;
	margin-right: 15px;
	margin-left: 15px;
	float: left; }
.innerpostads .adspace:last-child {
}
.postnav {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 60px;
	line-height: 16px;
}
.postnav strong {
	font-weight: normal;
	color: #5ecbc4;
	font-size: 16px;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: normal;
}
.postnav a       {
}
.postnav .prevpost a {
	float: left;
	text-align: left;
}
.postnav .nextpost a {
	float: right;
	text-align: right;
}
.postnav a:hover     {
	color: #5ecbc4;}

/*Archive Styles*/
h2.archivetitle     {
	margin-top: 0;
	margin-bottom: 15px }
.archives        {
	margin-bottom: 20px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archive-post             {
	width: 30%;
	margin-right: 5%;
	text-align: center;
	float: left }
	.archives .archive-post:nth-child(3n) {
		margin-right: 0 }
	.archives .archive-post:nth-child(3n+1) {
		clear: both; }
.archive-post img     {
	width: 100%;
	height: auto; }
.archive-post a  {
	text-decoration: none;
	color: #5ecbc4; }
.archive-post .post-meta           {
	color: #6f6e6b;
	font-size: 11px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .03em;
	display: block;
	float: none;
	padding-left: 0;
	background-image:none; }
.archive-post .title        {
	margin: 4px 0; }
.archive-post .title a:hover, .archive-post a:hover   {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	 }
.archiveslist      {
	color: #6b6963;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	padding-left: 11px;
	width: 30%;
	float: left }
.archiveslist ul li      {
	color: #6f6e6b;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #5ecbc4 }
.archiveslist a:active, .subcategories a:active   {
	color: #6f6e6b }
.archiveslist em     {
	color: #6f6e6b;
	font-size: 10.5px }

.subcategories li ul li  {
	color: #6f6e6b;
	font-size: 13px;
	line-height: 18px; }
	.subcategories li.categories {
		padding-left: 0;
		margin-left: 0;
	}
	.subcategories li.categories:before {
		display: none;
	}
.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: 30px;
	padding-bottom: 0px;
	border-bottom: 3px double #e2e2e1; }
.subcats h4 {
	color: #b7b6b5;
	text-transform: lowercase;
	padding-bottom: 20px;
	margin: 20px 0 17px;
	border-bottom: 3px double #e2e2e1;
}
.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3    {
	color: #6f6e6b }
.linkdirectory li ul li  {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	padding-bottom: 0;
	padding-left: 9px; }
.linkdirectory a:link {
	color: #6f6e6b;
	text-decoration: none }
.linkdirectory a:visited {
	color: #9ee0dc;
	text-decoration: none }
.linkdirectory a:active {
	color: #6f6e6b;
	text-decoration: none }
.linkdirectory a:hover {
	color: #9ee0dc;
	text-decoration: none }
.relatedposts  {
	margin-bottom: 20px }
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a     {
	font-size: 11px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5 }
.tagindex a:link   {
	color: #b7b6b5;
	text-decoration: none }
.tagindex a:visited    {
	color: #6f6e6b;
	text-decoration: none }
.tagindex a:active   {
	color: #b7b6b5;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #6f6e6b }
.tagtitle   {
	color: #6f6e6b;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #6f6e6b;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #6f6e6b;
	font-size: 10px }
.tagtitle a:hover  {
	color: #6f6e6b }
.relatedposts    {
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px; }
.relatedposts ul {
	margin: 0;
	padding: 0;
}
.relatedposts ul, relatedposts ul li  {
	list-style-type: none;
	margin: 0;
	padding: 0; }
.relatedposts ul.archives li.archive-post:last-child {
	margin-right: 0px;
}
.recipecats  {
	font-size: 15px;
	font-family: "ProximaNova", Arial, Helvetica, 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 }
/*---------TEASER STYLES---------*/

.teaser-post {
	overflow: hidden;
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.teaser-post h2 {
	font-size: 21px;
}
.teaser-post a {
	text-decoration: none;
}
.teaser-post .post-thumb {
	width: 40%;
	float: left;
	margin-right: 5%;
}
	.teaser-post .post-thumb img {
		width: 100%;
		height: auto;
		display: block;
	}
.teaser-post .post-content {
	width: 55%;
	float: right;
}
.teaser-post h2 {
    margin: 0;
}
.teaser-post .post-thumb a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.teaser-post .excerpt {
	margin: 12px 0 15px;
}


/*----FORMS----*/
#submit, .submitbutton           {
	color: #fff;
	font-size: 18px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	line-height: 18px;
	background-color: #5ecbc4;
	cursor: pointer;
	margin-top: 5px;
	padding: 6px 12px;
	border-style: none }
#submit:hover, .submitbutton:hover         {
	background-color: #9ee0dc }
.commentinput, .styledinput, .captchainput             {
	color: #b7b6b5;
	font-size: 13px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e2e2e1; }
.commentinput:focus, .styledinput:focus, .captchainput:focus        {
	color: #6f6e6b }
.commentinput {
	width: 475px }
.wpcf7-form    {
	font-family: "ProximaNova", Arial, Helvetica, 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 .captcha  {
	color: #6f6e6b;
	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                                     {
	margin: 0;
	width: 100%;
	background: url(images/stripebg2.png) #ffffff;
	padding: 1px 0;
}

.footerwidget    {
	width: 32%;
	background-color: #ffffff;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.8);
	float: left;
	margin: 40px 2% 40px 0;
	padding: 20px;
	font-size: 94%;
	line-height: 1.5; }
.footerwidget.widget-last   {
	margin-right: 0;
	float: right }
.footerwidget h3.widgettitle    {
	margin: 0 0 15px;
	color: #5ecbc4;
	 }
.footerwidget p {
	margin: 0 0 8px;
}
.footerwidget p:last-of-type, .footerwidget li:last-of-type {
	margin-bottom: 0;
}
.footerwidget a:link, .footerwidget a:visited, .footerwidget a:active {
	color: #6f6e6b; 
	text-decoration: none;
}
.footerwidget a:hover {
	color: #5ecbc4 }
.footer .about img {
	margin: -30px 0 5px 10px;
}
.footer .about a {
	color: #5ecbc4 !important;
	text-decoration: underline !important;
}
.footer .about a:hover {
	color: #9ee0dc !important;
}
.footer .featured {
	overflow: hidden;
}
.footer .featured .item {
	width: 22%;
	margin: 0 4% 4% 0;
	float: left;
}
.footer .featured .item:nth-child(4n) {
	margin-right: 0;
}
/*Sub Footer*/
.subfooter  {
	font-size: 11px;
	line-height: 16px;
	color: #6f6e6b;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	border-top: 3px solid #ffffff;
}
.subfooter a:link, .subfooter a:visited, .subfooter a:active        {
	color: #6f6e6b;
	text-decoration: none }
.subfooter a:hover        {
	color: #5ecbc4 }
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 0px;
	padding: 0 }
.copyright               {
	text-align: right;
	width: 30%;
	float: right }
.copyright em {
	text-transform: lowercase;
	font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: normal;
	font-size: 12px;
}
.footer .footerad    {
	clear: both;
	margin: 18px 0 5px;
	text-align: center; }
	
/*Comments*/
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	border-bottom: 3px double #e2e2e1;
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin: 10px 0 50px; }
#commentlist li           {
	margin: 0;
	padding: 20px 10px 20px 60px;
	border-top: 1px solid #e2e2e1;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#commentlist li.bypostauthor        {
 }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #eeedec;
	font-size: 24px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right }
.commentmeta          {
	color: #6f6e6b;
	font-size: 11px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #b7b6b5;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase }
.commentmeta a {
	color: #6f6e6b }
.commentmeta strong           {
	color: #5ecbc4;
	font-size: 15px;
	font-weight: normal;
	text-transform: none }
.commentmeta strong a            {
	color: #5ecbc4;
	font-size: 15px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #6f6e6b;
	text-decoration: underline }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 30px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #6f6e6b;
	background-image: url("images/bg.png");
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 4px 10px;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
}
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #6f6e6b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #6f6e6b; }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #56c8cc; }
.commentnav .alignright a {
	color: #6f6e6b;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #56c8cc;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 10px 30px 10px 0;
	padding: 13px 10px 0 73px;
	background: none; }
#cancel_reply, #cancel_reply a       {
	color: #6f6e6b;
	font-size: 11px;
	font-weight: bold }
.thdrpy a       {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #6f6e6b;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1px 3px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #fff;
	background-color: #6c6e70;
	text-decoration: none }
/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;

    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #b7b6b5;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #696969;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #5ecbc4;
}
/*Contact Form Styles*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
color: #ffffff;
background-color: #89d9db;
text-align: center;
}

div.wpcf7-mail-sent-ng {
color: #ffffff;
background-color: #5ecbc4;
text-align: center;
}

div.wpcf7-spam-blocked {
color: #ffffff;
background-color: #5ecbc4;
text-align: center;
}

div.wpcf7-validation-errors {
	color: #ffffff;
	background-color: #5ecbc4;
	text-align: center;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	display: block;
	background-color: transparent;
	color: #5ecbc4;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 2px;
	width: 300px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}


/*---------TOP DROPDOWN MENU---------*/
.top-bar {
	background: url(images/stripebg.png) #ffffff;
	height: 44px;
}
	.top-bar .social {
		width: 30%;
		float: right;
		text-align: right;
		line-height: 44px;
	}
	.top-bar .social a {
		font-size: 16px;
		text-decoration: none;
		padding: 4px;
	}
	.top-bar .social a:hover {
		color: #7ed6d0;
	}
#top-nav   {
	width: 70%;
	float: left;
	height: 44px;
	margin: 0;
	font-family: "ProximaNova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	line-height: 44px;
	display: inline-block;
	}

#top-nav li    {
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#top-nav li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #6f6e6b;
	}
#top-nav a:hover {
	color: #5ecbc4;
	background-color: #ffffff;
	}

/*Sub Menus Level 1 */
#top-nav ul ul { 
	display: none;
	position: absolute;
	top: 44px;
	background-color: #5ecbc4;
	font-size: 10px;
	line-height: 32px;
	text-align: left;
	}
#top-nav ul ul li {
	float: none;
	width: 150px;
	}
#top-nav ul ul li a {
	color: #ffffff;
	}
#top-nav ul ul li a:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,.2);
	}
#top-nav ul li:hover > ul {
	display: block;
	}
	
/*Sub Menus Level 2*/
#top-nav ul ul li ul {
	left: 150px;
	top: 0;
	}

/*---------MAIN DROPDOWN MENU---------*/

#main-nav   {
	height: 50px;
	margin: 0;
	font-family: "ProximaNova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	font-size: 18px;
	line-height: 48px;
	display: block;
	width: 100%;
	border-top: 1px solid #e2e2e1;
	border-bottom: 1px solid #e2e2e1;
	text-align: center;
	margin: 10px 0 35px;
	}

#main-nav li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#main-nav li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #6f6e6b;
	}
#main-nav a:hover {
	color: #5ecbc4;
	}

/*Sub Menus Level 1 */
#main-nav ul ul { 
	display: none;
	position: absolute;
	top: 48px;
	background-color: #5ecbc4;
	font-weight: normal;
	font-size: 13px;
	line-height: 32px;
	text-align: left;
	}
#main-nav ul ul li {
	float: none;
	width: 150px;
	}
#main-nav ul ul li a {
	color: #ffffff;
		}
	#main-nav ul ul li a:hover {
		color: #ffffff;
		background-color: rgba(255,255,255,.2);
		}
#main-nav ul li:hover > ul {
	display: block;
	}
	
/*Sub Menus Level 2*/
#main-nav ul ul li ul {
	background-color: #7ed6d0;
	left: 150px;
	top: 0;
	}
	
	/* Show indicator for menu items with children */
	#main-nav ul ul li.menu-item-has-children>a:after {
		content: '\e82b';
		font-family: "fontello";
		display: inline;
		margin: 0px 0 0 6px;
		color: #ffffff;
		float: right;
	}

	
/* Top Search */
#main-nav li.search {
	display: none;
}
.header-search {
	margin: 0;
	display: inline-block;
	position: relative;
	margin: 7px 0 0;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		color: #ffffff;
		padding: 5px 10px 5px 10px;
		margin-right: 30px;
		width: 55px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: italic 12px Georgia, "Times New Roman", Times, serif;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #fff;
		color: #424242;
	}
	
	.header-search .search-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		color: #5ecbc4;
		cursor: pointer;
		border-style: none;   
		padding: 0 2px;
		width: auto;
		margin: 0 0 0 -4px; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		right: 0;
	}
	.header-search .search-submit:hover {
		color: #7ed6d0;
	}

/* galleriffic */
.wp-galleriffic * {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:center;
	text-decoration:none;
	outline:none;
}

.wp-galleriffic {
	background-color: #6f6e6b;
	display:block;
	max-width:620px;
	overflow: hidden;
	padding-top: 8px;
}

.wp-galleriffic .slideshow-container,
.wp-galleriffic .loading-container {
	display:block;
	width:620px;
	position:relative;
}

.wp-galleriffic .slideshow-container {
	min-height: 439px;
	z-index:100;
	margin-bottom: 8px;
}
.wp-galleriffic img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 604px;
	width: auto !important;
	max-width: 604px;
	
}
.wp-galleriffic .loading-container {
	z-index:99;
}

.wp-galleriffic .loading,
.wp-galleriffic .slideshow {
	margin:0;
}

.wp-galleriffic .slideshow img,
.wp-galleriffic .loading img {
	vertical-align:middle;
	border:none;
}

.wp-galleriffic .thumbs-container {
	display:block;
	position:relative;
	width:100%;
}

.wp-galleriffic .thumbs-container ul {
	list-style:none;
	padding:0;
	margin: 0;
	width:620px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 0px;
	overflow: hidden;
}
.wp-galleriffic .thumbs-container img {
	border: 0;
	
}

.wp-galleriffic .thumbs-container ul li {
	margin: 0;
	padding: 0;
	display:block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.wp-galleriffic .thumbs-container ul li a {
	display:block;
}

.wp-galleriffic .thumbs-container ul li a:hover,
.wp-galleriffic .thumbs-container ul li.selected a {
}

.wp-galleriffic .thumbs-container ul li .thumb-caption {
	display:none;
}

.wp-galleriffic .controls,
.wp-galleriffic .main-caption {
	position:relative;
	z-index:101;
	overflow:hidden;
}

.wp-galleriffic .controls {
	text-align:right;
}

.wp-galleriffic .main-caption {
}

.wp-galleriffic .pagination a,
.wp-galleriffic .pagination .current {
	display:inline-block;
}

.wp-galleriffic .pagination .current {
}
.wp-galleriffic a.advance-link {
	display: block;
	position: relative;
}
.wp-galleriffic a.advance-link .next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 32px;
	width: 39px;
	padding: 4px;
	color: #ffffff;
	text-decoration: none;
}


/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?86037057');
  src: url('fonts/fontello.eot?86037057#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?86037057') format('woff'),
       url('fonts/fontello.ttf?86037057') format('truetype'),
       url('fonts/fontello.svg?86037057#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;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-rss:before { content: '\e809'; } /* '' */
.icon-rss-circled:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e80a'; } /* '' */
.icon-twitter-circled:before { content: '\e80b'; } /* '' */
.icon-instagram:before { content: '\e806'; } /* '' */
.icon-instagram-circled:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e80c'; } /* '' */
.icon-facebook-circled:before { content: '\e80d'; } /* '' */
.icon-gplus:before { content: '\e80e'; } /* '' */
.icon-gplus-circled:before { content: '\e80f'; } /* '' */
.icon-pinterest:before { content: '\e810'; } /* '' */
.icon-pinterest-circled:before { content: '\e811'; } /* '' */
.icon-stumbleupon:before { content: '\e812'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e813'; } /* '' */
.icon-snapchat:before { content: '\e804'; } /* '' */
.icon-snapchat-circled:before { content: '\e802'; } /* '' */
.icon-youtube:before { content: '\e807'; } /* '' */
.icon-youtube-circled:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e823'; } /* '' */
.icon-mail-circled:before { content: '\e822'; } /* '' */
.icon-heart:before { content: '\e827'; } /* '' */
.icon-heart-circled:before { content: '\e826'; } /* '' */
.icon-star:before { content: '\e829'; } /* '' */
.icon-star-circled:before { content: '\e828'; } /* '' */

.icon-comment:before { content: '\e805'; } /* '' */
.icon-print:before { content: '\e808'; } /* '' */
.icon-cancel:before { content: '\e814'; } /* '' */
.icon-menu:before { content: '\e815'; } /* '' */
.icon-clock:before { content: '\e81d'; } /* '' */
.icon-search:before { content: '\e81e'; } /* '' */

.icon-up:before { content: '\e82c'; } /* '' */
.icon-down:before { content: '\e820'; } /* '' */
.icon-left:before { content: '\e82a'; } /* '' */
.icon-right:before { content: '\e82b'; } /* '' */