/* 
Theme Name: Emily Bites
Theme URL: http://www.emilybites.com
Description: Custom theme for Emily Bites.
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;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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: 68%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 620px;
        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 30px;
    width: 100%;
    max-width: 1040px;
    background-color: #ffffff;
}

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

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

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

@font-face {
    font-family: 'museo_slab';
    src: url('fonts/museo_slab_500italic-webfont.eot');
    src: url('fonts/museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500italic-webfont.woff') format('woff'),
         url('fonts/museo_slab_500italic-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_500italic-webfont.svg#museo_slab500_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'museo_slab';
    src: url('fonts/museo_slab_300-webfont.eot');
    src: url('fonts/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_300-webfont.woff') format('woff'),
         url('fonts/museo_slab_300-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_300-webfont.svg#museo_slab300') format('svg');
    font-weight: 300;
    font-style: normal;

}

body                           {
	color: #666c71;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7;
	background: url(images/chevron.png) repeat #ffffff;
	margin: 0;
	padding: 0; }
	
a, input[type=submit], button {
    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: #39417d;
	text-decoration: underline }
a:hover             {
	color: #ed7fa4;
	text-decoration: none }
p    {
	margin: 20px 0; }
h1, h2, h3, h4, h5              {
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 18px 0; }
h1                        {
	color: #39417d;
	font-size: 32px; }
h2      {
	color: #39417d;
	font-size: 26px; }
h3                       {
	color: #39417d;
	font-size: 18px; }
h4        {
	color: #39417d;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal; }
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
	clear: both }

/*---------HEADER---------*/
.topbar {
	background-color: #39417d;
	padding: 8px 0;
	color: #9ca0be;
	text-align: center;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-size: 10.5px;
	min-height: 4px;
	overflow: hidden;
}
.topbar h3.widgettitle {
	display: none;
}
.topbar p, .footer .subscribe p {
	display: inline;
	vertical-align: middle;
	color: #9ca0be;
	font-style: italic;
	margin: 0;
	padding: 0;
}
	.footer .subscribe p {
		display: block;
	}
	.footer .subscribe a.smbutton {
		margin: 10px 0 0 0 !important;
		font-size: 12px;
		font-style: normal;
		padding: 6px 12px;
	}
.topbar p strong, .footer .subscribe p strong {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	font-style: normal;
	margin-right: 4px;
}
.topbar form, .footer form {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0 0 10px;
}
.topbar .emailinput, .footer .emailinput {
	color: #ffffff;
	font-size: 10px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	height: 18px;
	background-color: #4d548a;
	padding: 2px 8px;
	margin: 0;
	width: 170px;
	border: none; }
	.topbar .emailinput::placeholder, .footer .emailinput::placeholder {
		color: #9ca0be;
	}
.topbar .emailsubmit, .footer .emailsubmit {
	color: #ffffff;
	font-size: 12px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
	padding: 0px 4px;
	margin: 0;
	height: 30px;
	display: inline-block;
	margin-top: -4px;
	border-style: none }
.topbar .emailsubmit:hover, .footer .emailsubmit:hover {
	color: #ed7fa4 }


.header {
	padding: 0px;
	border-bottom: 1px solid #dbdad9;
	margin: 0 0 30px;
}
.header .logo {
	overflow: hidden;
	margin: 20px 0;
	width: 278px;
	float: left;
	text-align: center;
}

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

.sep           { }
.topnav {
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: normal;
	float: right;
	display: inline-block;
	margin-top: 10px;
}
.topnav ul li {
	display: inline-block;
}

.topnav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.topnav .search-form {
	display: inline-block;
	margin: 0;
	position: relative;
	top: 4px;
}
.topnav .search-input {
	border: 1px solid #dbdad9;
	width: 120px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a3a6a9;
	padding: 3px 6px;
}
.topnav .search-input:focus {
	color: #666c71;
}
.topnav .search-submit {
	color: #b2b5b8;
	border: none;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 10px;
	vertical-align: middle;
	padding: 5px;
	cursor: pointer;
}
.topnav .search-submit:hover {
	color: #39417d;
}
/*---------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: #ed7fa4;
    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---------*/

.span_sidebar {
	position: relative;
	font-size: 90%;
	 }
.topsidebar   { }
.leftsidebar         {
	width: 48%;
	float: left; }
.rightsidebar    {
	width: 48%;
	float: right; }
.widget        {
	margin-bottom: 30px }
.widget p {
	margin: 10px 0;
}
h3.widgettitle    {
	color: #39417d;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .03em;
	margin: 0 0 10px; }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #666c71;
	text-decoration: none }
.widget a:hover     {
	color: #ed7fa4;
	text-decoration: none }
.widget select     {
	color: #a3a6a9;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6;
	padding: 10px;
	width: 100%;
	border: 1px solid #e0e1e2 }
.screen-reader-text {
	display: none;
}

.about {
	
}
.about img {
	float: left;
	margin: 0 15px 0px 0;
}
.about .more a {
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	color: #ffffff;
	background-color: #39417d;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .02em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 13px 3px;
}
.about .more a:hover {
	background-color: #ed7fa4;
}

.span_sidebar .social {
	background: url(images/social.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 39px;
	height: 285px;
	text-align: center;
	padding-top: 46px;
	text-align: center;
	float: right;
	position: absolute;
	top: 2px;
	right: -49px;
}
.span_sidebar .social a {
	display: block;
	width:33px;
	height: 33px;
	margin-left: 3px;
	margin-bottom: -4px;
}
.span_sidebar .social a:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.span_sidebar .social h3 {
	display: none;
}
/* -- 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: #666c71;
	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; }
	
.postbubbles               {
	color: #ffffff;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	width: 46px;
	margin-left: -54px;
	float: left; }
.postbubbles .date {
	width: 46px;
	height: 46px;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: -.03em;
	background: url("images/date.png") no-repeat;
}
.postbubbles .date .month {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	letter-spacing: normal;
	padding-top: 7px;
	font-weight: 300;
}
.postbubbles .date .day {
	font-size: 18px;
	font-weight: 300;
	display: block;
	text-align: center;
}
.postbubbles .ccount a {
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	line-height: 25px;
	background: url("images/bubble.png") no-repeat;
	margin: -5px 0 0 11px;
	padding: 0 0 0 .5px;
}
.postbubbles .ccount a:hover {
	color: rgba(255,255,255,.7);
}
.postbubbles a   {
	color: #ffffff;
	text-decoration: none }


h1.posttitle, h2.posttitle   {
	margin: 0;
	padding: 0px 0 10px }
h1.posttitle a, h2.posttitle  a  {
	text-decoration: none }
h1.posttitle a:hover, h2.posttitle a:hover  { 
	text-decoration: none;
}
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta               {
	color: #a3a6a9;
	font-size: 10px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .02em;
	text-decoration: none;
	margin-bottom: 20px; }
.postmeta em {
	font-style: italic;
	color: #a3a6a9;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
}
.postmeta a   {
	color: #a3a6a9;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #39417d;
	text-decoration: none }

.metabottom                   {
	margin-top: 20px;
	min-height: 25px;
	line-height: 25px;
	overflow: hidden; }
.metabottom .ccount {
	margin-left: 0;
}
.metabottom .left      {
	line-height: 20px;
	width: 60%;
	float: left }
.metabottom .right      {
	line-height: 20px;
	text-align: right;
	width: 40%;
	float: right }
.metabottom a.more-link {
	display: inline-block;
	color: #ffffff;
	background-color: #39417d;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .02em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 13px 4px;
}
.metabottom a.more-link:hover {
	background-color: #ed7fa4;
}
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: #a3a6a9;
	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: #666c71 }

.post p a {
	margin: 0 !important;
}
.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: #a3a6a9;
	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: #666c71;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #666c71;
	font-style: normal;
	margin-bottom: 15px;
	padding: 30px 30px 25px 30px;
	border: 1px solid #eff0f0 }

.recipe h2                     {
	color: #ed7fa4;
	margin: 0 0 5px; }
.recipe h3   {
	color: #39417d;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .03em;
	margin: 15px 0 5px; }
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .time           {
	margin: 0 0 20px;
	color: #a3a6a9;
	font-size: 11px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .03em;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: normal;
}
.recipe .time span  { }
.recipe .ingredients {
	margin-bottom: 25px }
.recipe .photo {
	display: block;
	width: 35%;
	height: auto;
	float: right;
	margin-right: -3px; }
	.recipe .photo img {
		width: 100%;
		height: auto;
		display: block;
	}
.printbutton         {
	float: right;
	width: 36px;
	height: 114px;
	margin-right: -49px;
}
.printbutton a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 62px
}
.printbutton a:nth-of-type(2) {
	height: 52px
}
.recipe .notes  {
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .notes strong {
	font-weight: normal;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
}
.recipe .source   {
	color: #a3a6a9;
	font-size: 11px;
	font-style: italic;
	margin-top: 20px;
	clear: left }
.recipe .source p:last-of-type {
	margin-bottom: 0;
}
.shareaholic-share-buttons li:before {
	display: none;
}
.postnav   {
	font-size: 11px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4 }

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

.teaser-post {
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.teaser-post .postthumb  {
	width: 40%;
	height: auto;
	float: left }
.teaser-post .postthumb img {
	width: 100%;
	height: auto;
	display: block;
}
.teaser-post .postcontent {
	width: 60%;
	padding-left: 15px;
	float: right; }

.teaser-post h2.posttitle {
	padding-bottom: 4px;
}

.teaser-post .more {
	margin: 0;
}

.teaser-post .metabottom {
	margin-top: 18px;
}
.teaser-post a.more-link {
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	color: #39417d;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .02em;
	text-decoration: none;
}
.teaser-post a.more-link:hover {
	color: #ed7fa4;
}


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

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

.archives {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 3.95%;
    margin-bottom: 35px;
    width: 30.7%;
    float: left;
    text-align: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+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 {
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 5px;
	font-size: 9px;
	color: #919394;
	font-weight: bold;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    text-transform: capitalize;
    
}
	.archiveslist li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 10px !important;
	list-style-type: circle !important;
	    -webkit-column-break-inside: avoid; /* Chrome, Safari */
	    page-break-inside: avoid;           /* Theoretically FF 20+ */
	    break-inside: avoid-column;         /* IE 11 */
	    display:table;                      /* Actually FF 20+ */
	}
	.archiveslist li:before {
		
	}
.archiveslist a:link {
    color: #1b1b1b;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #1b1b1b;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #ed7fa4;
}

.archiveslist a:active {
    color: #ed7fa4;
}


.archiveslist ul {
	margin: 8px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
		margin-bottom: 0;
		padding-bottom: 0;
	    font-size: 85%;
	    line-height: 1.4;
	    font-style: italic;
	}

.subcats {
	margin-bottom: 40px;
	padding: 25px 25px 20px;
	text-align: center;
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #1b1b1b;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0;
}
	.subcats ul li ul {
		margin: 0;
		padding: 0;
	}
	.subcats ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	.subcats li:before {
		display: none;
	}

	.subcats ul li a {
		color: #ffffff !important;
		text-decoration: none;
		background-color: #ed7fa4;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #39417d;
	}
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-right: 2px;
    width: 20px;
    height: 22px;
    float: left;
    border: solid 1px #f6f5f5;
}

.tagindex a:link {
    color: #696969;
    text-decoration: none;
}

.tagindex a:visited {
    color: #a6a6a6;
    text-decoration: none;
}

.tagindex a:active {
    color: #ed7fa4;
    text-decoration: none;
}

.tagindex a:hover {
    color: #39417d;
    text-decoration: none;
}
.tagslist li em {
	color: #a6a6a6;
	margin-left: 5px;
	font-size: 90%;
}
.tagtitle {
    margin-bottom: 5px;
    font-weight: bold;
    color: #a6a6a6;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #39417d;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    font-weight: normal;
    float: right;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #39417d;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #696969;
}

/*Breadcrumbs*/
.breadcrumb {
	text-transform: uppercase;
    color: #919394;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    clear: both;
    margin: 0 0 15px;
}
	.breadcrumb a {
	    color: #919394;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #ed7fa4;
	}


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

#submit, .submitbutton, #commentform #submit, a.smbutton {
	display: inline-block;
	color: #ffffff;
	background-color: #39417d;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .02em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	padding: 5px 13px 4px;
	margin-top: 10px;
	cursor: pointer;
}
	a.smbutton {
		display: inline-block;
		text-decoration: none;
		background-color: #ed7fa4;
		color: #ffffff !important;
		padding: 2px 10px;
		margin: 0 0 0 10px;
		font-size: 10px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
	background-color: #ed7fa4;
}
.commentinput, .styledinput, .captchainput, #commentform input            {
	color: #919394;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #e2e2e2 }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #666c71 }
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EDEDED;
	width: 100%
}
#commentform #submit, #commentform input[type=checkbox] {
	width: auto;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
.wpcf7-form   {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #39417d;
	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 }
#content .search-form {
	
}
#content .search-input {
	border: 1px solid #dbdad9;
	width: 170px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a3a6a9;
	padding: 3px 5px;
}
#content .search-input:focus {
	color: #666c71;
}
#content .search-submit {
	color: #b2b5b8;
	border: none;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 11px;
	vertical-align: middle;
	padding: 4px;
	cursor: pointer;
}
#content .search-submit:hover {
	color: #39417d;
}
/*---------FOOTER---------*/

.footer                                     {
	clear: b;
	color: #9ca0be;
	overflow: hidden;
	margin: 0;
	padding: 35px 30px 25px;
	background-color: #39417d; }
.footer a:link, .footer a:visited, .footer a:active        {
	color: #9ca0be;
	text-decoration: none }
.footer a:hover        {
	color: #ffffff }
.footer .footerwidgets    {
	overflow: hidden;
}
.footer .footerwidget    {
	margin: 0 0 20px;
	float: left }

.footer .footerwidget.subscribe {
	float: left;
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% -300px);
	width: calc(100% - 300px);
	max-width: 650px;
}
.footer .footerwidget.subscribe p strong{
	display: block;
}
.footer .footerwidget.social {
	float: right;
	width: 230px;
	text-align: right;
	position: relative;
	margin: 30px 0 0;
}
	.footer .footerwidget.social a:nth-of-type(1) {
		color: #f9c45f;
	}
	.footer .footerwidget.social a:nth-of-type(2) {
		color: #5abbc2;
	}
	.footer .footerwidget.social a:nth-of-type(3) {
		color: #4f5997;
	}
	.footer .footerwidget.social a:nth-of-type(4) {
		color: #d73500;
	}
	.footer .footerwidget.social a:nth-of-type(5) {
		color: #4eb35e;
	}
.fa-stack .fa-inverse {
	font-size: 85%;
}
.footer .footerwidget h3.widgettitle    {
	margin: 0;
	line-height: 15px;
	color: #ffffff;
	display: none; }

.footer form {
	margin: 10px 0 0;
	width: 100%;
}
.footer .emailinput {
	font-size: 14px;
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	height: 36px;
	line-height: 36px;
	margin: 0;
	float: left;
}
.footer .emailsubmit {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	float: right;
}

.subfooter  {
	clear: both;
	overflow: hidden;
	background-color: #4d548a;
	font-size: 10px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .02em;
	float: none;
	padding: 20px 0 18px;
	margin: 0 0 -25px 0;
	color: #ffffff;
	clear: both; }
.subfooter a {
	color: #ffffff;
	text-decoration: none;
}
.subfooter a:hover {
	color: #ed7fa4;
}
.footernav       {
	width: 60%;
	float: left }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 1px;
	padding: 0 }
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright               {
	text-align: right;
	width: 40%;
	float: right }
.copyright em {
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
}
.footerad    {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 1px;
	margin-right: auto;
	margin-left: auto; }

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

#comments, #pings           {
	margin-top: 5px }
	h3#comments {
		text-transform: none;
		letter-spacing: normal;
		line-height: 1.5;
		font-size: 18px;
	}
	h3#comments strong {
		text-transform: uppercase;
		letter-spacing: .08em;
	}
#respond, #comments            {
	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: 25px;
	border: 1px solid #EDEDED;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}
#comment-list li.bypostauthor>div.comment {
	background-color: #f4f4f4;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #666c71;
	margin: 0;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #666c71;
		text-decoration: none;
	}
.comment-meta strong           {
	color: #39417d;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #39417d;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ed7fa4;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 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 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: left;}
	.comment-nav-bottom {
		margin-bottom: 25px;
	}
.comment-nav .nav-links {
	overflow: hidden;
}
.comment-nav .nav-previous {
	float: left;
	width: 48%;
}
.comment-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-nav a {
	color: #666c71;
	text-decoration: none;
}
	.comment-nav a:hover {
		color: #ed7fa4;
	}


/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #ed7fa4;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #ed7fa4;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #ed7fa4;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 20px 0 30px;
    overflow: hidden;
    color: #666c71;
}
.pagination .page-numbers {
    color: #666c71;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #39417d !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #ffffff;
	background-color: #ed7fa4;
}


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




#main   {
	margin: 30px -15px 0 0;
	padding: 0;
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% -290px);
	width: calc(100% - 290px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: normal;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 13px;
	line-height: 50px;
	height: 50px;
	display: block;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
}
#main li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
	
#main li a  {
	display: block;
	padding: 0 13px;
	text-decoration: none;
	color: #4f4943;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
	}
	#main a:hover, #main li:hover>a {
		color: #39417d;
	}
	#main li.menu-item-has-children a {
		background-image: none!important;
	}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	padding: 8px 0;
	font-size: 10px;
	line-height: 1.3;
	background-color: #39417d;
	text-align: left;
	z-index: 2001;
	}
	
#main ul ul li {
	float: none;
	width: 170px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 5px 15px;
	border: none;
	color: #ffffff;
}
	#main ul ul li.bold a {
		font-weight: bold;
		color: #ffffff;
	}

#main ul li:hover > ul {
	display: block;
	}
	

	
	#main ul li.menu-item-has-children>a:after {
		content: '\f078';
		font-family: FontAwesome;
		font-weight: normal;
		font-size: 80%;
		display: inline-block;
		vertical-align: middle;
		margin: -2px 0 0 3px;
		display: none;
	}

	/* Show indicator for menu items with children */
	#main ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#main ul ul a:hover, #main ul ul li:hover>a {
		color: #ffffff;
		background-color: #39417d;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	left: 170px;
	top: 0;
	margin: 0;
	}
	#main ul ul li ul:before {
		display: none;
	}
	
	
/* WRPM Customizations */

.wprm-recipe.wprm-recipe-template-custom {
	padding: 30px
}
	
.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 5px !important;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 30px 0 15px !important
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	display: block;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .02em;
	border: none;
	margin-top: 8px;
	cursor: pointer;
}

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
	opacity: 0.7
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 12px 0 20px;
	font-size: 110%;
	font-style: italic;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
    width: 35%;
    float: right !important
}

.wprm-recipe.wprm-recipe-template-custom .metabottom {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container {
	color: #a3a6a9;
	font-size: 12px;
	font-family: "museo_slab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase !important;
	font-weight: normal;
	letter-spacing: .02em;
	text-decoration: none;
	display: inline-block;
	line-height: 1.5;
	margin-right: 15px; }
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
		
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container .wprm-recipe-details-label {
	font-style: italic;
	color: #a3a6a9;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-size: 13px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container .wprm-recipe-details-unit {
		font-size: 100%;
		text-transform: uppercase;
		letter-spacing: .02em;
	}
.wprm-recipe.wprm-recipe-template-custom small {
	opacity: 0.7;
	font-size: 90%;
	font-style: italic;
}