/* 
Theme Name: Oh Sweet Basil
Theme URL: http://www.ohsweetbasil.com/
Description: Custom responsive blog theme for Oh Sweet Basil.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.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: 68%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 700px;
        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 {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1100px;
}

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

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

body {
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.8;
    color: #3c3a36;
    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: #3c3a36;
    text-decoration: underline;
}

a:hover {
    color: #438d5e;
    text-decoration: none;
}

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin: 25px 0
}

h1 {
    color: #3c3a36;
    font-size: 36px;
    
}

h2 {
    color: #3c3a36;
    font-size: 30px;
    }

h3 {
    color: #3c3a36;
    font-size: 24px;
}
	h3 em {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 14px;
		letter-spacing: .1em;
	}
	h3 i {
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: bold;
		font-style: normal;
	}

h4 {
    color: #3c3a36;
    font-size: 17px;
}

h5 {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #3c3a36;
    font-size: 14px;
    letter-spacing: .1em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	margin: 45px 0;
	background-size: auto 100%;
	background: url(images/sprig-small-right-45tall.png) center center no-repeat;
	background-size: auto 100%;
	height: 45px;
}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 45px;
	margin: 65px 0 0;
	border-top: 1px solid #eeeeee;
}
hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #EDEDED; 
	border-bottom: none;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-nav {
	text-align: right;
	float: right;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% -270px);
	width: calc(100% - 270px);
	margin: 25px 0 20px;
}
.top-nav .social {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.top-nav .social a {
	color: #9d9c9a;
	text-decoration: none;
	padding: 5px;
	font-size: 17px;
}
	.top-nav .social a:hover {
		color: #438d5e;
	}
	
.top-nav .header-search {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.header {	

}

.header .logo {
	overflow: hidden;
	margin: 40px 0;
	width: 260px;
	float: left;
}

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

/*---------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: 18px;
}

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

.span_content ul li:before {
    color: #3c3a36;
    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: 94%;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
	background: url(images/sprig-small-right-45tall.png) center bottom no-repeat;
	background-size: auto 45px;
	padding-bottom: 35px;
}

.widget {
    margin: 0 0 60px 0;
    text-align: center;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad img {
		display: inline-block;
	}
h3.widget-title {
 	margin: 0 auto 20px; 
}
	.midsidebar h3.widget-title {
		font-size: 18px;
	}
	h3.widget-title em {
		font-style: normal;
		display: block;
		margin-bottom: 5px;
	}
.hide-title h3.widget-title {
	display: none;
}
.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: #9d9c9a;
    font-size: 13px;
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #EDEDED;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
	margin-top: 0;
}
.about h3.widget-title {
	background: url(images/sprig-medium-bottom-125.png) center bottom / 125px auto no-repeat, url(images/sprig-medium-top-125.png) center top / 125px auto no-repeat;
	padding: 75px 0;
	margin-bottom: 20px;
}
	.widget_simpleimage.about h3.widget-title {
		display: none;
	}
.widget_simpleimage.about p.simple-image {
	margin-bottom: 15px;
}
.about a.more, .about p.more a {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	color: #3c3a36;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
}
		.about a.more:hover, .about a.more, .about p.more a:hover {
			color: #438d5e;
		}


.sidebar .widget.social {
	margin-top: -30px;
}
.widget.social p {
	margin: 0;
	display: inline;
}
	.widget.social a {
		font-size: 18px;
		padding: 5px;
		margin: 0;
		color: #3c3a36;
	}

	.widget.social a:hover {
		color: #438d5e;
		
	}

.email-form {
    clear: both;
    overflow: hidden;
}

.email-input {
    color: #3c3a36;
    font-size: 14px;
    line-height: 48px;
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #e1e1e0;
    padding: 0 15px;
    margin: 0;
    float: left;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 48px;
    vertical-align: middle;
}

.email-submit {
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 48px;
	color: #3c3a36;
	background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    height: 48px;
    width: 40px;
    vertical-align: middle;
    float: left;
    display: inline-block;
}

.email-submit:hover {
    color: #438d5e;
}

/* -- 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 */
	
}

/*Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .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;
	}
	
	.sidebar .featured .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	display: none;
}

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

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

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

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	color: #3c3a36;
}
	.sidebar .popular h4.title a {
		color: #3c3a36;
	}
	.sidebar .popular h4.title a:hover {
		color: #438d5e;
	}

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

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

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

.sidebar .category-posts .item h4 {
	margin: 10px 0;
	font-size: 12px;
}

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

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

.sidebar .recentposts .item h4 {
    margin: 10px 0 0;
    color: #3c3a36;
    font-size: 13px;
    display: none;
}


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

.post {
    margin-bottom: 0px;
}

	
h1.post-title, h2.post-title, h4.post-title {
    margin: 0 0 10px;
    color: #3c3a36;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #3c3a36;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #438d5e;
	}
.home-post {
	margin-bottom: 50px;
}	
.home-post>p:first-of-type {
	font-style: italic;
	font-size: 115%;
}
.post .edit {
    text-transform: none;
    letter-spacing: 0;
}


.post-meta {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #9d9c9a;
    font-size: 11px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: .1em;
    margin: 0 0 20px;
    overflow: hidden;
}
	.post-meta a {
	    color: #9d9c9a;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #438d5e;
	}
	.post-meta em {
		text-transform: none;
		letter-spacing: normal;
		font-style: normal;
	}
.post-meta .avatar {
	float: left;
	vertical-align: middle;
	margin: 0 6px 0 0;
	width: 26px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.post-date {
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	color: #3c3a36;
}
.post-cats a {
	font-size: 9px;
	letter-spacing: .08em;
	line-height: 15px;
	color: #ffffff;
	background-color: #3c3a36;
	display: inline-block;
	padding: 3px 8px 3px;
	margin: 0 1px 4px 0;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #438d5e;
	}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.4;
}	

.meta-bottom .left {
    width: 70%;
    float: left;
    text-align: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}	

.meta-centered {
	text-align: center;
	margin: 40px 0 0;
}
	.meta-centered .post-cats a {
		font-size: 11px;
	}
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: #9d9c9a;
    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: #438d5e;
}

a.more-link {
	font-family: "Playfair Display",Georgia, "Times New Roman", Times, serif;
	color: #3c3a36;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: bold;
	background: url(images/leaf1.png) left center no-repeat;
	background-size: 22px auto;
	padding-left: 26px;
}
	.teaser-post a.more-link {
		font-size: 16px;
		background-size: 18px auto;
		padding-left: 22px;
	}
	a.more-link:hover {
		color: #438d5e;
	}


.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 {
	margin: 35px 0;
	clear: both;
    padding: 25px 35px;
    background-color: #d5efe0;
    font-size: 16px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.7;
}
	.post blockquote p {
		
	}
	.post blockquote li {
		margin-bottom: 15px;
	}
		.post blockquote li:last-of-type {
			margin-bottom: 0;
		}
	.post blockquote h3 {
		font-size: 28px;
		letter-spacing: .02em;
		margin: 10px 0 20px;
	}
	.post blockquote strong {
		text-transform: uppercase;
		font-size: 90%;
		letter-spacing: .08em;
		font-weight: bold;
		color: #3c3a36;
	}


.wp-caption {
    text-align: left;
    max-width: 100% !important;
}

.wp-caption p {
    color: #9d9c9a;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}
	
/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 35px 0 35px;
    padding: 5%;
	background-color: #ffffff;
	position: relative;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.1);
	box-shadow: 0px 0px 7px rgba(0,0,0,.1);
}

.recipe h2 {
	margin: 0 0 5px;
	clear: none;
	font-size: 36px;
}
	
.recipe h3 {
	margin: 0px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 15px;
	margin: 20px 0 10px
}


.recipe ol, .recipe ul {
    margin-bottom: 0 !important;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #3c3a36;
}

.recipe-meta {
	margin: 0;
	clear: none;
}
	.recipe .yield:before {
		content: "";
		display: inline-block;
		background: url(images/leaf1.png) left center no-repeat;
		background-size: 22px auto;
		width: 22px;
		height: 22px;
		vertical-align: middle;
		float: left;
		margin-right: 5px;
	}
.recipe-meta strong {
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 115%;
}
.recipe-meta p {
	display: inline-block;
	margin: 0 10px 0 0;
}

.recipe .summary {
    font-style: italic;
    font-size: 115%;
    margin-bottom: 30px;
}
	.recipe .summary p {
		margin: 15px 0;
	}
.recipe .ingredients {
	
}


.recipe .notes {
	clear: both;
    color: #8e8e8e;
    font-style: italic;
    margin-top: 20px;
}
	.recipe .notes p {
		margin: 10px 0;
	}
.recipe h3#notes {
	margin: 30px 0 0;
}
.recipe .source {
    color: #9d9c9a;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}
	.recipe .source p {
		margin: 0;
		display: inline-block;
	}
.recipe .photo {
	width: 30%;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 15px 15px;
}
	
.recipe .printbutton {
	width: 30%;
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #3c3a36;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

.printbutton a:hover, .printbutton a:active {
 	background-color: #438d5e;   
}

.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-weight: normal;
	font-size: 92%;
	line-height: 1.6;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		
		display: inline;	
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
	}
		.recipe .nutrition p span {
			font-weight: normal;
		}
	.recipe .nutrition ul {
		margin: 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		.recipe .nutrition li:after {
			display: inline-block;
			content: ", ";
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition em {
		font-style: italic;
		margin-right: 5px;
	}
	.recipe .nutrition strong {
		font-weight: normal;
		font-style: italic;
	}
	.recipe .nutrition span {
		font-weight: bold;
	}
	
/*Recipe ratings*/
.rating {
    font-size: 13px;
    text-align: center;
    color: #88898a;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 30%;
	    float: right;
	    text-align: center !important;
	}
	.recipe .rating a.respond {
		font-size: 12px;
		font-weight: bold;
		display: block;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.rating div.rating-container {
	  margin: 0;
	  text-align: center;
	}

	.rating div.rating-container.crfp-group-1 a {
		text-decoration: none;
		font-size: 14px;
	}
		.rating div.rating-container.crfp-group-1 a strong {
			text-transform: uppercase;
			letter-spacing: .08em;
			font-size: 92%;
		}
	.rating .review-total {
		 margin-bottom: 10px;
		 color: #88898a;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #88898a;
		}
		.rating .review-total a:hover {
			color: #438d5e;
		}
	.rating .leave-a-review {
		color: #9d9c9a;
		margin-top: 15px;
		text-align: center;
	}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#commentlist div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#commentlist div.rating-container span.label, #commentlist div.rating-container label {
	display: none;
}

/* Instagram Callout */

.recipe-ps {
	margin: 0 0 35px;
	background-color: #f1f1f1;
	padding: 30px;
	line-height: 1.5;
}
	.recipe-ps h4 {
		color: #3c3a36;
		margin: 0 0 5px;
	}
	.recipe-ps p {
		margin: 0;
	}
	.recipe-ps i {
		color: #ffffff;
		font-size: 90px;
		line-height: .7;
		float: left;
		vertical-align: middle;
		margin-right: 20px;
	}
	.recipe-ps strong {
		
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}

/* Inner Post */


.author-box {
	border: 1px solid #eeeeee;
	padding: 4% 5%;
	margin: 40px 0;
	clear: both;
}

.author-box h3 {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 5px;
}

.author-box .post-meta {
	margin: 0;
}
.author-box .more {
}
.author-box a.more-link {
	text-decoration: none;
}
.author-box .author-social span:after {
	content: "/";
	display: inline-block;
	margin: 0 5px 0 8px;
}
	.author-box .author-social span:last-of-type:after {
		display: none;
	}

.author-box .avatar {
	width: 90px;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}
.author-box p {
	margin: 10px 0;
}

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 45px 0 0 0;
}

.inner-post .widget {
	margin: 0 0 35px;
}
.inner-post .subscribe {
	padding: 5%;
}
.inner-post .email-input {
	height: 52px;
	line-height: 52px;
	margin-bottom: 20px;
}
.inner-post .email-submit {
	height: 52px;
	line-height: 52px;
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% -170px);
    width: calc(100% - 170px);
}

/*Next/prev Posts*/
.post-nav {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
    margin: 50px 0;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #3c3a36;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ffffff;
		}

	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
		
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
		.post-nav div a {
			display: block;
			background-color: #ffffff;
		}
			.post-nav div a:hover {
				color: #438d5e;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 11px;
		color: #9d9c9a;
		padding: 0;
	    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	    font-weight: normal;
	    text-transform: uppercase;
	    letter-spacing: .1em;
	}



.related {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 30px;
		text-align: center;
	}

.related .archive-post {
	margin-bottom: 0;
}


/*---------HOMEPAGE POST STYLES---------*/

.homepage-featured {
	position: relative;
	margin: 0 0 40px;
	position: relative;
	background-color: #ffffff;
}
	.homepage-featured:after {
		content: "";
		display: block;
		background-color: #ffffff;
		position: relative;
		-moz-box-shadow: 0px 0px 7px rgba(0,0,0,.1);
		-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.1);
		box-shadow: 0px 0px 7px rgba(0,0,0,.1);
		position: absolute;
		height: 50%;
		width: 100%;
		bottom: 0;
		z-index: -1;
	}
	.not-homepage:after {
		height: 100%;
	}
.homepage-featured .subscribe {
	overflow: hidden;
	padding: 50px 100px 35px;
	background: url(images/sprig-small-right-80.png) right center / 80px auto no-repeat, url(images/sprig-small-left-80.png) left center / 80px auto no-repeat;

}
.homepage-featured .subscribe h3 {
	width: 310px;
	float: left;
	line-height: 1;
}
.homepage-featured .subscribe .textwidget {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: -moz-calc(100% - 310px);
	width: -webkit-calc(100% -310px);
	width: calc(100% - 310px);
	text-align: left;
	float: left;
}

/* Owl Carousel */
.owl-item a.overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: left;
	opacity:0.0;
	filter:alpha(opacity=0);
}
	.owl-item a.overlay:hover {
		opacity:1.0;
		filter:alpha(opacity=100);
	}
.owl-item .caption {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px;
	background-color: rgba(0,0,0,.6);
}
.owl-item h2.post-title {
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	margin: 0;
}
.owl-item .post-date {
	font-weight: bold;
}
.owl-item a {
	text-decoration: none;
}

.owl-carousel {
	clear: both;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin: -1px 0 0px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-theme .owl-controls {
    text-align: center;
    display: block;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.no-js .owl-carousel {
    display: block;
}

/*Custom Theme*/
.owl-custom .owl-nav {
	display: block;
    -webkit-tap-highlight-color: transparent;
    font-weight: normal;
}
.owl-custom .owl-nav .owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4002;
}
.owl-custom .owl-nav .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4002;
}
.owl-custom .owl-nav [class*='owl-'] {
    color: #ffffff;
    color: rgba(255,255,255,.9);
    font-size: 72px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.owl-custom .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}
.owl-custom .owl-nav .disabled {
    color: #ffffff;
    color: rgba(255,255,255,.3) !important;
    cursor: default;
}

/*Homepage Category Sections*/
.home-sections {
	clear: both;
	margin-top: 30px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}
	.home-section h3.widget-title {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 18px;
		letter-spacing: .1em;
		margin: 0 0 15px;
	}
	.home-section h3.widget-title a {
		color: #3c3a36;
	} 
	.home-section h3.widget-title a em {
		float: right;	
		font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-size: 12px;
		color: #9d9c9a;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		margin: 6px 0 0;
	}
		.home-section h3.widget-title a:hover em {
			color: #438d5e;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section a {
		text-decoration: none;
	}
.home-section h4 {
	color: #3c3a36;
	margin: 13px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section a:hover h4 {
		color: #438d5e;
	}



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

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 30px 0;
	font-size: 96%;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 12px;
	}
.teaser-post .post-date {
	
}

.teaser-post h2.post-title {
	font-size: 24px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 5px 0 15px;
}
	.teaser-post a h2.post-title {
		color: #3c3a36;
	}
	.teaser-post a:hover h2.post-title {
		color: #438d5e;
	}
.teaser-post .excerpt {
	margin: 0;
}

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

.teaser-post .more {
	margin: 0;
}
.teaser-post .meta-bottom {
	font-size: 10px;
	margin-top: 0;
}
.teaser-post .meta-bottom .ccount i {
	margin-left: 0;
}



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

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

.catdesc {
	margin-bottom: 30px;
}
.breadcrumb {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #9d9c9a;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 0;
    overflow: hidden;
}
	.breadcrumb a {
	    color: #9d9c9a;
	    text-decoration: none;
	    text-decoration: underline;
	    font-weight: normal;
	}
		.breadcrumb a:hover {
			color: #438d5e;
		}
	
.archives {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 4.25%;
    margin-bottom: 35px;
    width: 30.5%;
    float: left;
    text-align: left;
}

	.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;
    font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #3c3a36;
    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;
}
	
.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;
    padding-left: 10px !important;
    
}
	.archiveslist li {
	    margin: 0;
	    -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 a:link {
    color: #3c3a36;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #3c3a36;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #438d5e;
}

.archiveslist a:active {
    color: #3c3a36;
}
.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 90%;
	    font-style: italic;
	}

.subcats {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	padding: 25px;
}

.subcats h4 {
    margin: 0 0 10px;
}
.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: #3c3a36;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .1em;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		display: inline-block;
		padding: 4px 10px 2px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #438d5e;
	}
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.tagslist>li em {
	font-size: 90%;
	color: #88898a;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    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: #9d9c9a;
    text-decoration: none;
}

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

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

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #696969;
}

.tagtitle {
    color: #9d9c9a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

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

.tagtitle em {
    color: #9d9c9a;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    font-weight: normal;
    float: right;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
}

.tagtitle em a {
    color: #9d9c9a;
    font-size: 11px;
}

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

/*Recipe Subctes*/
.recipe-cats {
	overflow: hidden;
}
.recipe-cats .item {
    margin-right: 2%;
    margin-bottom: 25px;
    width: 23.5%;
    float: left;
    text-align: left;
}

	.recipe-cats .item:nth-child(4n) {
	    margin-right: 0;
	}
	
	.recipe-cats .item:nth-child(4n+1) {
	    clear: both;
	}
	
.recipe-cats .item img {
    width: 100%;
    height: auto;
}

.recipe-cats .item a {
    text-decoration: none;
}
	.recipe-cats a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
.recipe-cats .item h4 {
	color: #3c3a36;
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*Affiliate Items*/
.affiliate-items {
	overflow: hidden;
	margin: 55px 0 -10px;
}
.affiliate-items h3 {
	text-align: center;
	margin: 5px 0 15px;
}
.affiliate-items p.small, p.affiliate {
	text-align: center;
	color: #9d9c9a;
	font-style: italic;
	font-size: 11px;
}
	p.affiliate {
		text-align: center;
	}
	p.disclaimer {
		color: #9d9c9a;
		font-style: italic;
		font-size: 11px;
		text-align: center;
		max-width: 600px;
		margin: 12px auto;
	}
.shop .archive-post {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 23.5%;
    float: left;
    clear: none;
    text-align: center;
}

	.shop .archive-post:nth-child(4n) {
	    margin-right: 0;
	}
	
	.shop .archive-post:nth-child(4n+1) {
	    clear: both;
	}
	.shop .archive-post h4 {

	}
.shop-post .post-thumb {
	position: relative;
}
.shop-post .post-meta {
	margin: 0 0 -10px;
}
.shop-post .excerpt {
	margin: 8px 0;
}
.shop-post .more {
	margin: 0;
}
.shop-post a.smbutton {
	
}
	.shop-post a.smbutton:hover {
		
	}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.2;
    font-weight: bold;
    background-color: #3c3a36;
    border: none;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
		padding: 5px 10px 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
    background-color: #438d5e;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #eeeeee;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eeeeee;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.wpcf7-form {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
	margin: 8px 0;
}

.wpcf7-form .styledinput {
    display: block;
    margin: 0;
    width: 100%;
    float: left;
}

.wpcf7-form .submit {
    clear: both;
    margin-top: 15px;
}

.search-form {
	width: 100%;
    max-width: 350px;
    border: 1px solid #d8d7d6;
    overflow: hidden;
}

.search-form .search-input {
    color: #696969;
    font-size: 13px;
    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    line-height: 40px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 85%;
    height: 40px;
}

.search-form .search-submit {
    background-color: #ffffff;
   	color: #aeaeae;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    width: 15%;
    height: 40px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    position: relative;
    top: -1px;
    float: right;
}

.search-form .search-submit:hover {
	color: #3c3a36;
}

/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
}


/* Instagram Feed Styles */
.instagram {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
	.instagram h3 {
		display: none;
	}
	.instagram a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
ul.instagram-pics {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 89%;
	float: left;
}
	ul.instagram-pics li {
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 5px;
		width: -moz-calc(100% / 8);
		width: -webkit-calc(100% / 8);
		width: calc(100% / 8);
		float: left;
	}
	ul.instagram-pics li img {
		display: block;
		width: 100%;
		height: auto;
	}
.instagram p.clear {
	float: right;
	width: 11%;
	height: 0 !important;
	padding-bottom: 10.5% !important;
	background-color: #3c3a36;
	margin: 0;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	clear: none;
}
	.instagram p.clear a {
		background-color: #3c3a36;
		color: #ffffff;
		display: block;
		width: 100%;
		padding: 23% 0%;
		text-decoration: none;
		line-height: 1.2;
		font-size: 11px;
	}
		.instagram p.clear a:before {
			content: "\f16d";
			font-family: FontAwesome;
			display: block;
			font-weight: normal;
			font-size: 65px;
			font-size: 5vw;
		}
	.instagram p.clear:after {
		display: block;
		clear: both;
		content: "";
	}


/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #9d9c9a;
	clear: both;
	margin: 15px 0;
}

.sub-footer a {
    text-decoration: none;
    color: #9d9c9a;
}
.sub-footer a:hover {
    color: #438d5e;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 75%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}

.footer-nav li.top a {
    color: #3c3a36;
}


.sub-footer .social {
	width: 25%;
	float: right;
	text-align: right;
}
	.sub-footer .social a {
		font-size: 15px;
		padding: 2px 4px;
	}

.copyright {
	background: url(images/sprig-medium-bottom-125.png) center bottom / 95px auto no-repeat, url(images/sprig-medium-top-125.png) center top / 95px auto no-repeat;
	margin: 50px 0 30px;
	padding: 65px 0;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.copyright p {
	margin: 0;
}
.copyright .logo a {
    display: inline-block;
    margin: 3px auto 5px;
    width: 260px;
    height: 30px;
    background: url(images/logo-sm.png) no-repeat;
    background-size: 100% auto;
}
.copyright p.credit {
	color: #9d9c9a;
}
.copyright p.credit a {
	color: #9d9c9a;
	text-decoration: underline;
}



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

#comments, #pings           {
	margin-top: 5px }
#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 #eeeeee;
	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: #efefef;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #9d9c9a;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #9d9c9a;
	}
.comment-meta strong           {
	color: #3c3a36;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #3c3a36;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #438d5e;
	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 {
	color: #9d9c9a;
	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: #9d9c9a;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #3c3a36;
	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: #438d5e }
.comment-nav .alignright a {
	color: #9d9c9a;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #438d5e;
	text-decoration: none;
	background-color: transparent }
/*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: #3c3a36;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #3c3a36;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #438d5e;
	text-decoration: underline }

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

.pagination {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 30px 0;
    overflow: hidden;
    color: #9d9c9a;
}
.pagination .page-numbers {
    color: #9d9c9a;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #3c3a36 !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #438d5e;
}


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

#main   {
	margin: 0;
	margin-right: -20px;
	padding: 0;
	width: -moz-calc(100% - 260px);
	width: -webkit-calc(100% -260px);
	width: calc(100% - 260px);
	clear: right;
	float: right;
	text-align: right;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 17px;
	line-height: 50px;
	height: 50px;
	display: block;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
	
}
#main li    {
	display: inline-block;
	margin: 0 5px; 
	padding: 0;
	position: relative;
	}
	#main li.bold {
		font-weight: bold;
	}
#main li a  {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #3c3a36;
	-webkit-transition: none .2s ease-in-out;
	-moz-transition: none .2s ease-in-out;
	transition: none .2s ease-in-out
	}
#main a:hover, #main li:hover>a {
	color: #3c3a36;
	background: url(images/leaf1.png) center top no-repeat;
	background-size: 22px auto;
}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 6px 0;
	font-size: 11px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: .1em;
	background-color: #3c3a36;
	text-align: left;
	z-index: 2001;
	}
	
#main ul ul li {
	float: none;
	width: 160px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	color: #ffffff;
}
	#main ul ul li.bold a {
		font-weight: bold;
		font-size: 12px;
	}

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

	
	#main ul li.menu-item-has-children>a:after {
		content: '+';
		display: inline;
		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: #9d9c9a;
		color: rgba(255,255,255,.8);
		background-image: none;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #3c3a36;
	left: 200px;
	top: 0;
	margin: 0;
	}
	#main ul ul li ul:before {
		display: none;
	}
/* Top Search */

#main li.search {
	float: right;
	margin-right: 0;
	display: none;
}
	#main li.search ul, #top li.search ul { 
		padding: 0;
		height: 45px;
		}
		#main li.search ul li, #top li.search ul li {
			width: 200px;
			margin: 0;
			padding: 0;
			float: none;
		}
#main li.search a:hover {
	cursor: pointer;
}

#main li.search .search-form, #top li.search .search-form {
	border: none;
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
}
#main li.search .search-input, #top li.search .search-input {
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: left;
	float: none;
	width: 100%;
	height: 45px;
	margin: 0;
	color: #ffffff;
}
#main li.search .search-submit, #top li.search .search-submit {
	display: none;
}


/* Gravatar Replacements */
.author-box .avatar.replacement-large {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px 90px;
	height: 90px;
}
.avatar.replacement-large.carrian {
	background-image: url('images/carrian-grav-large.jpg');
}
.avatar.replacement-large.default {
	background-image: url('images/default-grav-large.jpg');
}
.post-meta .avatar.replacement-small {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	height: 26px;
}
.avatar.replacement-small.carrian {
	background-image: url('images/carrian-grav-small.jpg');
}
.avatar.replacement-small.default {
	background-image: url('images/default-grav-small.jpg');
}

/* Retina Gravatar replacement */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.avatar.replacement-large.carrian {
		background-image: url('images/carrian-grav-large@2x.jpg');
	}
	
	.avatar.replacement-large.default {
		background-image: url('images/default-grav-large@2x.jpg');
	}
	
	.avatar.replacement-small.carrian {
		background-image: url('images/carrian-grav-small@2x.jpg');
	}
	
	.avatar.replacement-small.default {
		background-image: url('images/default-grav-small@2x.jpg');
	}
}