/* 
Theme Name: Italian Food Forever
Theme URL: http://www.italianfoodforever.com/
Description: Custom responsive blog theme for Italian Food Forever.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
    -webkit-appearance: none;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

    .span_content {
        margin-left: 0;
        width: 68%;
        max-width: 740px;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 28%;
        min-width: 300px;
        float: right;
        display: inline-block;
        clear: right;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1130px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1130px;
}

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'uniformextracondensed';
    src: url('fonts/uniformextracondensed-medium-webfont.woff2') format('woff2'),
         url('fonts/uniformextracondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lavanderiasturdy';
    src: url('fonts/lavanderia_regular-webfont.woff2') format('woff2'),
         url('fonts/lavanderia_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 1.8;
    color: #3E3A3B;
    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: #88A980;
    text-decoration: underline;
}

a:hover {
    color: #DCB200;
    text-decoration: none;
}

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 25px 0
}

h1 {
    color: #3E3A3B;
    font-size: 38px;
}

h2 {
    color: #3E3A3B;
    font-size: 28px;
    }

h3 {
    color: #3E3A3B;
    font-size: 28px;
}

	h3 em {
		font-family: "lavanderiasturdy";
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 150%;
		line-height: .75;
		color: #88A980;
		font-style: normal;
		display: block;
	}
	
h4 {
    color: #3E3A3B;
    font-size: 21px;
}

h5 {
    color: #88A980;
    font-size: 15px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px auto;
	height: 10px;
	border-bottom: 1px solid #EBEBEB;
	background-size: auto 100%;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-bar {
	background-color: #F3F3F3;
	height: 50px;
	padding: 0;
	text-align: right;
}

	.top-bar .social {
		display: inline-block;
		padding: 13px 0;
	}
	.top-bar .social a {
		color: #88A980;
		font-size: 20px;
		padding: 5px;
		text-decoration: none;
	}
		.top-bar .social a:hover {
			color: #DCB200;
		}
	.top-bar .header-search {
		display: inline-block;
		margin: 10px 0 7px 20px;
	}
	.top-bar .social:after {
		display: inline-block;
		color: #D8D7D7;
		content: "//";
		font-weight: normal;
		letter-spacing: 0;
		margin: 0 0 0 15px;
	}
.header {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 50px;
}
	body.home.blog .header {
		border: none;
		margin-bottom: 0;
	}
.header .logo {
	float: left;
	margin: -35px 0;
	position: relative;
	z-index: 1001;
}

.header .logo a {
    display: inline-block;
    width: 207px;
    height: 207px;
    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: #88A980;
    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: 15px;
	line-height: 1.5;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 50px;
    text-align: center;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad {
	text-align: center;
	border: 1px solid #eaeaea;
	padding: 20px;
}
h3.widget-title {
 	margin: 0 auto 20px; 
}	
		h3.widget-title em {
			font-size: 110%;
		}
.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: #9E9C9D;
    font-size: 14px;
    font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #EBEBEB;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: left;
	background: url(images/flower-1.png) left top no-repeat;
	background-size: 115px auto;
	padding: 15px 0 0 0;
}
.about h3.widget-title {
	text-align: center;
	margin-bottom: 20px;
}

.about p {
	margin: 0 0 5px;
}
.about p.simple-image {
	width: 90px;
	float: right;
	margin: 5px 0 10px 10px;
}
.about .more a, .widget_simpleimage .more a {
	color: #88A980;
	font-family: "lavanderiasturdy";
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 24px;
	color: #88A980;
	font-style: normal;
}
	.about .more a:hover, .widget_simpleimage .more a:hover {
		color: #DCB200;
	}
.sidebar .social {
	margin-top: -30px;
}
.sidebar .social a {
    text-decoration: none;
    color: #3E3A3B;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.sidebar .social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.subscribe {
	text-align: center;
	background: #DCB200 url(images/flower-2.png) -30px -20px no-repeat;
	background-size: 230px auto;
	padding: 25px 20px;
}
.subscribe h3, .about h3 {
	font-size: 38px;
	margin: 0 0 15px;
}
.subscribe h3 em, .about h3 em {
	font-size: 36px;
}
.subscribe h3 em {
	color: #ffffff;
}
.subscribe p {
	line-height: 1.5;
	margin: -12px 0 0;
}

.email-form {
    clear: both;
    margin-top: 15px;
}

.email-input {
    color: #696969;
    font-size: 15px;
    line-height: 42px;
    font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 42px;
}

.email-submit {
    font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: .03em;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 40px;
	color: #ffffff;
	background-color: #88A980;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 18px;
    margin: 0 auto 0;
    height: 42px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.email-submit:hover {
    background-color: #3E3A3B;
}

.subscribe .checkboxes {
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	margin: 10px 0 0;
}
.subscribe .checkboxes strong {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: normal;
	letter-spacing: .08em;
	color: #3E3A3B;
}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
		.subscribe .checkboxes li {
			margin-left: 5px;
		}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		content: '\f00c';
		font-family: "FontAwesome";
		font-style: normal;
		line-height: 15px;
		text-align: center;
		padding: 0;
		height: 15px;
		width: 15px;
		margin: 0 5px 0 0;
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #DCB200;
	}


.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*Featured Posts Widget*/

.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    text-align: center;
    margin-bottom: 25px;
}

.sidebar .featured .item .post-image {
	position: relative;
	text-align: center;
}


.sidebar .featured .post-image .post-meta {
	font-size: 13px;
	font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #88A980;
	display: inline-block;
	padding: 2px 15px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.sidebar .featured h4.title, .sidebar .featured a h4.title {
	margin: 10px 0;
	color: #3E3A3B;
}

/*Popular Widget*/

.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 .item:nth-of-type(2n+1) {
	    clear: left;
	}

.sidebar .popular h4 {
   margin: 10px 0;
   color: #3E3A3B;
   font-size: 18px;
}

.sidebar .popular h4 a {
    color: #3E3A3B;
}


/*Category Widget*/

.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 h4 {
   margin: 10px 0;
   color: #3E3A3B;
   font-size: 18px;
}

.sidebar .category-posts h4 a {
    color: #3E3A3B;
}

.sidebar .widget_categoryposts .more {
	text-align: center;
}
.sidebar .widget_categoryposts a.more-link {
	font-size: 11px;
	color: #ffffff;
	background-color: #88A980;
	padding: 5px 10px;
}
	.sidebar .widget_categoryposts a.more-link:hover {
		background-color: #DCB200;
	}

/*Recent Posts Widget*/
.sidebar .recent {
    overflow: hidden;
}

.sidebar .recent .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

.sidebar .recent img {
    margin-right: 5%;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

.sidebar .recent a img {
    display: block;
}

.sidebar .recent .item:last-of-type {
    margin-bottom: 0;
}

.sidebar .recentposts .item h4 {
    margin: 10px 0 0;
    color: #3E3A3B;
}

.sidebar .recent .post-meta {
    font-size: 14px;
    margin: 0;
}

/*---------POSTS---------*/

.post {
    margin-bottom: 0px;
}

.post-title {
	margin-bottom: 25px;
}

h1.title, h2.title {
    margin: 0 0 5px;
    color: #3E3A3B;
}
h1.title a, h2.title a {
    text-decoration: none;
    color: #3E3A3B;
}

h1.title a:hover, h2.title a:hover {
    color: #DCB200;
}

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}


	
.post-meta {
	font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #9E9C9D;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

	.post-meta a {
	    color: #88A980;
	    text-decoration: none;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #DCB200;
}

.meta-bottom {
	color: #9E9C9D;
    clear: both;
    margin: 0;
    padding: 15px 0;
    overflow: hidden;
    font-weight: normal;
}	
	.meta-bottom a, .meta-bottom strong {
		
	}

.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
.meta-more {
	line-height: 20px;
}	


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: #9E9C9D;
    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: #88A980;
}

.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: #88A980;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin: 30px 0 40px;
    padding: 10px 15px;
    position: relative;
}
	
	.post blockquote p {
		margin: 0;
		position: relative;
		z-index: 10;
	}


.wp-caption {
    max-width: 100% !important;
    margin: 0 auto;
}

.wp-caption p {
    color: #9E9C9D;
    font-size: 85%;
    font-style: italic;
    text-align: center;
    margin-top: 4px;
    padding:  0;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 30px 0 25px;
    padding: 5%;
	background: url(images/flower-3.png) -30px -30px no-repeat #F3F3F3;
	background-size: 300px auto;
	overflow: hidden;
}

.recipe h2 {
	margin: 4px 0;
	font-size: 38px;
}
.recipe h3 {
	margin: 15px 0 10px;
	font-family: "lavanderiasturdy";
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 28px;
	font-style: normal;
	display: block;
	color: #88A980;
}
.recipe h4 {
	margin: 15px 0 8px;
	font-size: 18px;
	font-weight: normal !important;
}
.recipe h4 b, .recipe h4 strong{
	font-weight: normal !important;
}

.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 {
	
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .instructions {
	
}
.recipe .summary {
    margin: 15px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 115%;
    text-align: center;
}

.recipe .post-meta {
    margin-bottom: 25px;
}
	.recipe .yield {
		margin: 0;
	}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
}
.recipe .sep {
	margin: 20px 0 30px;
	background-image: url(images/sep2.png);
}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 0px;
    font-size: 94%;
    line-height: 1.6;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe .photo {
    margin: 0 0 0 15px;
    float: right;
    width: 30%;
}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
		display: block;
	}
	

.recipe .printbutton {
	width: 30%;
    margin: 15px 0 0;
    float: right;
    clear: right;
    text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: normal;
	font-size: 20px;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 6px 20px;
	color: #ffffff;
	background-color: #88A980;
}
	.printbutton a i {
		margin-right: 6px;
	}
.printbutton a:hover, .printbutton a:active {
 	background-color: #b3c4af;   
}


/* Inner Post */

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 45px 0 0 0;
}

.inner-post .widget {
	margin: 0;
}






/*Next/prev Posts*/
.post-nav {
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    margin: 25px 0 55px;
    overflow: hidden;
    font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #3E3A3B;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #88A980;
		}

	.post-nav .nav-previous {
		float: left;
		width: 49%;
	}
		.post-nav .nav-previous i {
			float: left;
			margin-right: 12px;
		}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 49%;
	}
		.post-nav .nav-next i {
			float: right;
			margin-left: 12px;
		}

	.post-nav em {
		display: block;
		font-weight: bold;
		font-style: normal;
		font-size: 10px;
		color: #88A980;
		background-color: #ffffff;
		padding: 0 0 3px;
	}



.related {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 10px 0;
}
	.related h3 {
		margin: 5px 0 30px;
		text-align: center;
	}

.related .archive-post {
	margin-bottom: 0;
}

/*---------HOMEPAGE POST STYLES---------*/
/*Carousel*/

.owl-carousel {
	margin: 0 0 45px;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-item {
	padding: 0;
	margin: 0;
}
	.owl-item img {
		width: 100%;
		height: auto;
		display: block;
	}
	.owl-item a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.owl-item a .caption {
		text-align: center;
		z-index: 100;
		margin: 0 auto;
		position: absolute;
		left: 20%;
		right: 20%;
		top: 50%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
		display: block;
		height: auto;
		color: #ffffff;
		background-color: #ffffff;
		background-color: rgba(255,255,255,.8);
		padding: 0 30px 25px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity:0.0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}

	.owl-item a:hover .caption  {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
		
	}
	
	.owl-item .post-meta {
		color: #ffffff;
		background-color: #88A980;
		display: inline-block;
		margin: 0px auto 0;
		position: relative;
		top: -12px;
		letter-spacing: .03em;
		padding: 2px 15px;
		font-size: 16px;
	}
	.owl-item h2.post-title {
		font-size: 32px;
		line-height: 1.3;
		margin: 0;
	}
.owl-theme .owl-controls {
	
}

/* Next/Prev */
.owl-theme .owl-controls .owl-buttons {
	
	overflow: hidden;
	
}
.owl-theme .owl-controls .owl-next, .owl-theme .owl-controls .owl-prev {
	font-size: 32px;
	font-family: "fontawesome";
	line-height: 50px;
	width: 50px;
	height: 50px;
	font-weight: normal;
	color: #3E3A3B;
	color: rgba(62,58,59,.5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	text-align: center;
}
.owl-theme .owl-controls .owl-next {
	right: 0px;
	float: right;
}
.owl-theme .owl-controls .owl-prev {
	left: 0px;
	float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	color: #3E3A3B;
}
	.owl-theme .owl-controls .owl-buttons .owl-next:hover {
		left: auto;
	}

/* Pagination*/
.owl-theme .owl-controls .owl-pagination {
	position: absolute;
	top: 0;
	z-index: 2001;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*Homepage Latest Post*/
.block-title {
	background-color: #88A980;
	color: #ffffff;
	font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: normal;
	margin: 0;
	padding: 7px 15px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}


/*Homepage Sections*/
.home-sections {
	clear: both;
}
.home-section {
	overflow: hidden;
	position: relative;
}
.home-section .block-title {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 15px;
	background-color: transparent;
	padding: 8px 2px;
	font-family: "lavanderiasturdy";
	text-transform: none;
	letter-spacing: normal;
	font-size: 32px;
	line-height: 1;
	color: #88A980;
	font-style: normal;
	display: block;
}
	.home-section .block-title a {
		color: #88A980;
		display: block;
	}
	
	.home-section .block-title a em {
		color: #9E9C9D;
		font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-style: italic;
		float: right;
		display: inline-block;
		padding: 15px 2px 8px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.home-section .block-title a:hover em {
		color: #DCB200 !important;
	}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
	.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 {
	margin: 10px 0;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 18px;
}
	.home-section a:hover h4 {
		color: #DCB200;
	}
	
.home-section .more {
	clear: both;
	text-align: left;
}
/*---------TEASER STYLES---------*/

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 40px 0;
	font-size: 94%;
	position: relative;
}
	.teaser-post.odd {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
	}

.teaser-post .post-title {
	text-align: left;
	margin: 10px 0 15px;
}
.teaser-post .excerpt p {
	margin: 0 0 10px;
}
.teaser-post .more {
	margin: 0;
}
a.more-link {
	color: #88A980;
	font-family: "lavanderiasturdy";
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 38px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
}
	.teaser-post a.more-link {
		font-size: 30px;
	}
a.more-link:hover {
	color: #DCB200;
}



/*---------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: 4.25%;
    margin-bottom: 25px;
    width: 30.5%;
    float: left;
    text-align: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}

	.shop-post {
	    margin-right: 2%;
	    margin-bottom: 15px;
	    width: 23.5%;
	    text-align: left;
	}
	
		.shop-post:nth-child(3n) {
		    margin-right: 2%;
		}
		
		.shop-post:nth-child(3n+1) {
		    clear: none;
		}
		.shop-post:nth-child(4n) {
		    margin-right: 0;
		}
		
		.shop-post:nth-child(4n+1) {
		    clear: both;
		}
		

.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}

.archive-post h4 {
	color: #3E3A3B;
    margin: 10px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	.shop-post h4 {
		font-size: 11px;
	}
.archive-post p.excerpt {
	font-size: 85%;
	line-height: 1.6;
	margin: 15px 0;
}
.archive-post .post-meta {
	margin-top: 15px;
}
	.shop-post .post-meta {
		margin-top: 0;
	}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    color: #6b6963;
    overflow: hidden;
    padding-left: 12px !important;
    
}
.archiveslist a:link, .subcategories a:link {
    color: #6b6963;
    text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
    color: #919394;
    text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
    color: #88A980;
}

.archiveslist a:active, .subcategories a:active {
    color: #696969;
}
.archiveslist>li {
	display: block;
	width: 33.33%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
	.archiveslist>li:nth-child(3n) {
		padding-right: 0;
	}

.archiveslist ul {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 80%;
	    font-style: italic;
	}
	.archiveslist ul li:before {
		color: #919394;
	}
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #88A980 !important;
	}

.subcats {
	margin: 40px 0 30px;
}

.subcats h4 {
    margin: 0 0 10px;
}
.subcats ul {
	overflow: hidden;
}
	.subcats ul li ul {
		padding-left: 12px;
	}
	.subcats ul li ul li {
		display: block;
		width: 33.33%;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
	}
	 
	li.categories:before {
		display: none;
	}


ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "Gentium Basic", Georgia, "Times New Roman", Times, 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: #919394;
    text-decoration: none;
}

.tagindex a:visited {
    color: #9E9C9D;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #696969;
}

.tagtitle {
    color: #9E9C9D;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #9E9C9D;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
}

.tagtitle em a {
    color: #9E9C9D;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #696969;
}



/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    background-color: #88A980;
    font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-style: none;
}
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
    background-color: #5e5e5e;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #696969;
    font-size: 14px;
    font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #EBEBEB;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EBEBEB;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    margin: 10px 0 0;
}

.wpcf7-form .styledinput {
    width: 100%;
}

.wpcf7-form .submit {
   
}

.search-form {
	width: 100%;
    max-width: 390px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
}
	.sidebar .search-form {
	}
	
.search-form .search-input {
	color: #696969;
	font-size: 15px;
	font-family: "Gentium Basic", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% -50px);
	width: calc(100% - 50px);
	height: 46px;
}
.search-form .search-submit {
    color: #88A980;
    background-color: #ffffff;
    font-size: 26px;
    line-height: 46px;
    cursor: pointer;
    width: 50px;
    height: 46px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: -3px 0 0;
    float: right;
}
	
.search-form .search-submit:hover {
	color: #DCB200;
}

.header-search {
	float: right;
	text-align: right;
	margin: -2px 0 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
}
	.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;
		padding: 0 10px;
		margin-right: 29px;
		height: 25px;
		line-height: 25px;
		width: 40px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		font-size: 15px;
		font-style: italic;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #fff;
		color: #535252;
	}
	
	.header-search .search-submit {
		font-size: 18px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #9E9C9D;
		cursor: pointer;
		border-style: none;   
		padding: 0 3px;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
	}
		.header-search .search-submit:hover {
			color: #DCB200;
		}


/*---------FOOTER---------*/

.footer {
	overflow: hidden;
	margin-top: 50px;
	clear: both;
}

/*Instagram*/
.instagram {
	clear: both;
	margin-bottom: -1px;
}
	.instagram .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
.sbi_images, #sb_instagram {
	overflow: hidden;
	width: 100%;
}
.sbi_item {
	width: 12.5%;
	float: left;
}
.sbi_item a, .sbi_item img {
	display: block;
	width: 100%;
	height: auto;
}
#sbi_load {
	padding: 0 !important;
}
.sbi_follow_btn {
	float: left;
	width: 12.5%;
	height: 0;
	margin: 0;
	display: block;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		padding: 10px;
		color: #ffffff;
		background-color: #DCB200;
		text-decoration: none;
		text-align: center;
		height: 0;
		padding-bottom: 100%;
		vertical-align: middle;
	}
	.sbi_follow_btn a:hover {
		background-color: #88A980;
	}
.instagram .fa-instagram {
	display: block;
	font-size: 60px;
	font-size: 5vw;
	font-style: normal;
	font-weight: normal;
	line-height: 2.3;
}

/*Sub-footer*/
.sub-footer {
	clear: both;
    overflow: hidden;
	font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 15px;
	padding: 25px 0 25px;
	color: #9E9C9D;
	background-color: #F3F3F3;
}

.sub-footer a {
    text-decoration: none;
    color: #9E9C9D;
}
.sub-footer a:hover {
    color: #DCB200;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 70%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.footer-nav li.top a {
    text-transform: uppercase;
    color: #88A980;
}


.copyright {
	width: 30%;
	float: right;
	text-align: right;
}
	.copyright p {
		margin: 0;
	}
	.copyright em {
		font-style: normal;
	}
	


/*---------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: 20px 0;
	padding: 25px;
	border: 1px solid #EBEBEB;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #eeeeee; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #9E9C9D;
	margin: 0;
	letter-spacing: .08em;
	font-size: 11px;
	 }
	.comment-meta a {
		color: #9E9C9D;
	}
.comment-meta strong           {
	color: #3e3a3b;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #3E3A3B;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #88A980;
	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: #9E9C9D;
	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: #9E9C9D;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #88A980;
	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: #88A980 }
.comment-nav .alignright a {
	color: #9E9C9D;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #88A980;
	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: #88A980;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #88A980;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #88A980;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    clear: both;
    text-align: center;
    margin: 20px 0 0;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #3E3A3B;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #88A980;
}

/*---------MAIN DROPDOWN MENU---------*/



#main   {
	margin: 40px 0 40px;
	padding: 0;
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% -220px);
	width: calc(100% - 220px);
	float: right;
	font-family: "uniformextracondensed", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 60px;
	height: 60px;
	display: block;
	text-align: right;
	
}

#main ul {
	margin: 0;
}
#main li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#main li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #3E3A3B;
	}
	#main li.browse a {
		color: #88A980;
		font-family: "lavanderiasturdy";
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 29px;
		font-weight: normal !important;
	}
	#main li.heart>a:after {
		font-family: "fontawesome";
		content: "\f004";
		font-size: 60%;
		display: inline-block;
		vertical-align: middle;
		margin: -7px 0 0 5px;
	}
#main a:hover, #main li:hover>a {
	color: #DCB200;
	}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 57px;
	left: 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 18px;
	background-color: #EBEBEB;
	text-align: left;
	z-index: 2001;
	}

#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 9px 20px;
	border: none;
	color: #3E3A3B;
}
	
#main ul li:hover > ul {
	display: block;
	}
	
	/* 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: #88A980;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #88A980;
	left: 180px;
	top: 0;
	}
	#main ul ul:after {
		display: none;
	}

