/* 
Theme Name: Bakerella
Theme URL: http://www.bakerella.com/
Description: Custom responsive blog theme for Bakerella.
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 : 800px ) {

    .span_content {
        margin-left: 0;
        width: -moz-calc(100% - 370px);
        width: -webkit-calc(100% -370px);
        width: calc(100% - 370px);
        float: left;
        display: inline-block;
        border-right: 1px dashed #c4eade;
        padding-right: 30px;
        margin-right: 30px;
    }

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

    .span_sidebar {
        width: 340px;
        float: right;
        display: inline-block;
        clear: right;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1065px;
}

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

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

body {
    font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 1.8;
    color: #65564f;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a, input[type=submit] {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	a.pinit-button {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		transition: none !important;
	}
a:link, a:visited, a:active {
    color: #ee6fa1;
    text-decoration: underline;
}

a:hover {
    color: #6bcbae;
    text-decoration: none;
}

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 25px 0
}

h1 {
    color: #53433b;
    font-size: 25px;
}

h2 {
    color: #53433b;
    font-size: 21px;
    }

h3 {
    color: #53433b;
    font-size: 15px;
}
	h3.divider {
		font-size: 21px;
	}
	h3 em {
		color: #ee6fa1;
		font-size: 10px;
	}
h4 {
    color: #a9a19d;
    font-size: 15px;
}

h5 {
    color: #6bcbae;
    font-size: 15px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto;
	border-bottom: 1px dashed #c4eade;
	height: 1px;
}

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

.top-bar {
	min-height: 28px;
	background: url(images/scallop@2x.png) left top repeat-x;
	background-size: auto 100%;
}
	

.header {
	border-bottom: 1px dashed #c4eade;
	margin-bottom: 35px;
}

.header .logo {
	float: left;
	margin: 30px 0 25px;
}

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

.header-ad {
	text-align: center;
	margin: 15px 0;
}
.top-search {
	float: right;
	width: 300px;
	margin: 54px 0 0;
}

/*---------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: #ee6fa1;
    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;
}


h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
	font-size: 95%;
	line-height: 1.6;
}
.leftsidebar {
	width: 160px;
	float: left;
}
.rightsidebar {
	width: 160px;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 40px;
    text-align: center;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad {
	text-align: center;
	border: 1px dashed #c4eade;
	padding: 20px;
}
h3.widget-title {
 	margin: 0 auto 20px; 
}
	.hide-title h3.widget-title {
		display: none;
	}
	h3.widget-title em {
		display: block;
		font-size: 10px;
		color: #ee6fa1;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		letter-spacing: .1em;
		margin: 5px 0;
	}
.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: #a9a19d;
    font-size: 13px;
    font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #edeceb;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
	color: #877c76;
}
	.about h3:before {
		width: 120px;
		height: 120px;
		background: url(images/about.jpg) no-repeat;
		background-size: 100% auto;
		content: "";
		display: block;
		margin: 0 auto 15px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.about .more a {
	font-size: 10px;
	color: #6bcbae;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
}
	.about .more a:hover {
		color: #ee6fa1;
	}
.about p {
	font-style: italic;
}
.sidebar .social {
	margin-top: -20px;
}
.sidebar .social a {
    text-decoration: none;
    color: #ee6fa1;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 2px 2px;
    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-color: #ee6fa1;
	padding: 15px 20px 20px;
}
	.sidebar .subscribe:after {
		content: "";
		display: block;
		height: 28px;
		background: #ffffff url(images/scallop@2x.png) center top repeat-x;
		background-size: auto 100%;
		margin: 5px -20px -20px;
	}
.subscribe h3.widget-title {
	margin: 0 0 10px;
	color: #53433b;
}
	.subscribe h3.widget-title em {
		color: #ffffff;
	}
.subscribe p {
	
}

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

.email-input {
    color: #696969;
    font-size: 13px;
    line-height: 42px;
    font-family: "Arvo", 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: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 42px;
	color: #ffffff;
	background-color: #6bcbae;
    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: #696969;
}


.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sidebar .pink.widget {
	background-color: #fbe2e9;
	padding: 15px;
	padding-bottom: 4px;
}

/*Featured Posts Widget*/

.sidebar .featured, .sidebar .popular {
    text-align: center;
    overflow: hidden;
}

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

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

.sidebar .featured .post-content, .sidebar .popular .post-content {
	display: none;
}

/*Random Posts Widget*/

.sidebar .random  {
    text-align: center;
    overflow: hidden;
}

.sidebar .random .item {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
    float: left;
}

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

.sidebar .random h4 {
	display: none;
}


/*Category Widget*/

.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 h4 {
   margin: 10px 0 0;
   color: #363636;
}

.sidebar .category-posts h4 a {
    color: #363636;
}

.sidebar .widget_categoryposts .more {
	text-align: center;
}
.sidebar .widget_categoryposts a.more-link {
	font-size: 11px;
	color: #6bcbae;
}
	.sidebar .widget_categoryposts a.more-link:hover {
		color: #ee6fa1;
	}

/*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: #363636;
}

.sidebar .recent .post-meta {
    font-size: 9px;
    margin: 0;
}

/*Taxonomy Images Widget*/

.recipe-cats {
	overflow: hidden;
}

.recipe-cats .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
    position: relative;
    text-align: center;
}

.recipe-cats .item:nth-of-type(2n) {
    margin-right: 0;
}
.recipe-cats .item a img {
    width: 100%;
    height: auto;
    display: block;
}
.recipe-cats .item a {
    display: block;
    text-align: center;
}
.recipe-cats .item a h4 {
   margin: 0 auto;
   color: #53433b;
   position: absolute;
   font-size: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
   width: 100%;
   text-align: center;
}
	.recipe-cats .item a h4 span {
		background-color: #ffffff;
		background-color: rgba(255,255,255,.7);
		padding: 3px 10px;
		display: inline-block;
		margin: 0 auto;
		max-width: 80%;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

.recipe-cats .item a:hover h4 span {
    background-color: #ffffff;
    background-color: rgba(255,255,255,.95);
}

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

.post {
    margin-bottom: 50px;
}

.post-title {
	margin-bottom: 25px;
}

h1.post-title, h2.post-title {
    margin: 5px 0 5px;
    color: #53433b;
}

h1.post-title a, h2.post-title a {
    text-decoration: none;
    color: #53433b;
}

h1.post-title a:hover, h2.post-title a:hover {
    color: #ee6fa1;
}

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}


	
.post-meta {
    color: #a9a19d;
    font-size: 11px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}
	.post-meta a {
	    color: #a9a19d;
	    text-decoration: none;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #ee6fa1;
}
.post-date {
	color: #ee6fa1;
}
.meta-bottom {
    clear: both;
    margin: 25px 0 0;
    overflow: hidden;
    font-weight: normal;
}	
	.meta-bottom a, .meta-bottom strong {
		font-weight: bold;
	}

.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: #a9a19d;
    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: #ee6fa1;
}

.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: #ee6fa1;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    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;
	}
	.post blockquote:before { 
		content: '\f10d';
		font-family: "FontAwesome";
		position: absolute;
		left: 0;
		top: 0;
		color: #fdf0f4;
		font-size: 60px;
		line-height: 1;
		z-index: 1; }
	.post blockquote:after { 
		content: '\f10e';
		font-family: "FontAwesome";
		position: absolute;
		right: 0;
		bottom: 0;
		color: #fdf0f4;
		font-size: 60px;
		line-height: 1;
		z-index: 1; }


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

.wp-caption p {
    color: #a9a19d;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 30px 0 25px;
    padding: 25px;
    background-color: #fdedf2;
    overflow: hidden;
}

.recipe h2 {
	margin: 4px 0;
	font-size: 19px;
}
.recipe h3 {
	margin: 15px 0 10px;
}
.recipe h4 {
	color: #ee6fa1;
	margin: 15px 0 8px;
	font-size: 11px;
}


.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: #ee6fa1;
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .instructions {
	
}
.recipe .summary {
    margin: 15px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 110%;
    color: #877c76;
    line-height: 1.6;
}
.recipe .recipe-title {
	text-align: center;
}
.recipe .post-meta {
    font-weight: normal;
}
	.recipe .yield {
		color: #ee6fa1;
	}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    font-weight: normal;
}
.recipe .time strong {
	font-weight: normal;
}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 30px;
    font-size: 90%;
    color: #6f7475;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #a9a19d;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe .photo {
    margin: 0 0 15px 15px;
    float: right;
    width: 25%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
	}
	

.recipe .printbutton {
	width: 25%;
    margin: 0 0 15px 15px;
    float: right;
    clear: right;
    text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	padding: 5px 4px 4px;
	color: #ffffff;
	background-color: #ee6fa1;
}
	.recipe .printbutton a:before {
		content: '\f02f';
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
		margin: 0 8px 0 0;
	}
.printbutton a:hover, .printbutton a:active {
 	background-color: #696969;   
}


/* Inner Post */

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 0 0 55px 0;
    font-size: 95%;
    line-height: 1.6;
}

.inner-post .widget {
}

.inner-post .widget.ad {
    width: 300px;
    margin: 0;
    padding: 0;
    border: none;
    float: left;
}


.inner-post .widget.subscribe {
    float: right;
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% -320px);
    width: calc(100% - 320px);
    clear: right;
    margin: 0;
    height: 250px;
}

.inner-post .widget.subscribe h3.widget-title {
	margin: 15px 0 5px;
	top: 0;
	
}
.inner-post .widget.subscribe p {
	margin: 0;
}
.inner-post .social {
	margin-top: 20px;
}
.inner-post .social a {
	color: #ffffff;
	font-size: 20px;
	padding: 4px;
}
	.inner-post .social a:hover {
		color: #53433b;
	}

/*Next/prev Posts*/
.post-nav {
    font-size: 11px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-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: #53433b;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ee6fa1;
		}
	.post-nav i {
		font-size: 42px;
		line-height: 1;
		vertical-align: middle;
		display: inline-block;
		margin-top: -6px;
	}
	.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: normal;
		font-style: normal;
		font-size: 9px;
		color: #a9a19d;
		background-color: #ffffff;
		padding: 0;
	}



.related {
	overflow: hidden;
	
	margin-top: 50px;
	margin-bottom: 50px;
}
	.related h3 {
		margin: 5px 0 15px;
	}

.shop {
	clear: both;
	background-color: #e1f4ee;
	padding: 25px;
	padding-bottom: 1px;
	margin-bottom: 35px;
}
.shop h3 {
	margin: 0;
}
.shop p.small, p.small {
	color: #6bcbae;
	margin: 3px 0 15px;
	font-style: italic;
	font-size: 80%;
}

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

.home-recent {
	overflow: hidden;
	background-color: #e1f4ee;
	padding: 15px;
	margin-bottom: 50px;
}
	.home-recent h3 {
		margin: 5px 0 15px;
	}
.teaser-post {
	width: 49%;
	float: left;
	overflow: hidden;
	margin: 0 0 2% 0;
}
	.teaser-post.odd {
		margin-right: 2%;
		clear: left;
	}
	.search-post {
		margin-bottom: 30px;
	}
.teaser-post h2 {
	
}
.teaser-post img {
	width: 100%;
	height: auto;
}
.teaser-post a {
	text-decoration: none;
}

.teaser-post .post-content {
	text-align: left !important;
}
.teaser-post .post-title {
    margin: 0;
}
.teaser-post .post-meta {
	
}
	.search-post .post-meta {
		margin-top: 10px;
	}
.teaser-post .post-thumb a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.teaser-post .excerpt {
	margin: 12px 0 15px;
}
.teaser-post .more {
	text-align: left;
}

a.more-link {
	color: #ee6fa1;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}
	.teaser-post a.more-link {
		font-size: 12px;
	}
a.more-link:hover {
    color: #6bcbae;
}

/*Overlay styles*/
.overlay {
	position: relative;
}
.overlay img {
	display: block;
	width: 100%;
	height: auto;
}
.overlay .post-content {
	position: absolute;
	z-index: 100;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	padding: 10px 15px;
}
	.home-featured .overlay .post-content {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	.home-featured .overlay:hover .post-content {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
.overlay h2 {
	font-size: 15px;
	margin: 0;
}
	.home-featured .overlay h2 {
		font-size: 13px;
	}
.overlay .post-date {
	font-size: 9px;
}
.home-featured .post-date {
	display: none;
}

/*---------HOMEPAGE STYLES---------*/
/*Homepage Featured Carousel*/
.home-featured {
	overflow: hidden;
	position: relative;
	margin: -36px 0 45px;
	background-color: #ffffff;
}
	.home-featured h3.widget-title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 999;
		color: #ffffff;
		display: block;
		background-color: #6bcbae;
		padding: 10px 30px;
		min-width: 25%;
		text-align: center;
	}
	.home-featured .featured .item {
		width: 19.6%;
		margin-right: .5%;
		float: left;
	}
	.home-featured .featured .item:nth-child(5) {
		margin-right: 0;
	}
	
/*Homepage Sections*/
.home-sections {
	overflow: hidden;
}
.home-section {
	overflow: hidden;
	margin: 20px 0 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #c4eade;
}
	.home-section:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
.home-section h3 {
	font-size: 21px;
}
.home-section .category-posts, .related .category-posts {
    text-align: center;
    overflow: hidden;
}

.home-section .category-posts .item, .related .category-posts .item {
    width: 23.125%;
    margin: 0 2.5% 2.5% 0;
    float: left;
}

.home-section .category-posts .item:nth-of-type(4n), .related .category-posts .item:nth-of-type(4n) {
    margin-right: 0;
}

.home-section .category-posts .item img, .related .category-posts .item img {
    width: 100%;
    height: auto;
    display: block;
}

.home-section .category-posts h4, .related .category-posts h4 {
   margin: 10px 0 0;
   color: #363636;
   font-size: 11px;
   text-align: left;
}

.home-section .category-posts a, .related .category-posts a {
    color: #363636;
    text-decoration: none;
}

.home-section .category-posts a:hover, .related .category-posts a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.home-section .more {
	text-align: center;
	margin-top: 5px;
}
.home-section a.more-link {
	font-size: 13px;
	color: #6bcbae;
}
	.home-section a.more-link:hover {
		color: #ee6fa1;
	}

/*---------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: #53433b;
    margin: 14px 0 0;
    -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: 10px;
}
	.shop-post .post-meta {
		margin-top: 0;
	}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist, .categories ul {
    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: #6b6963;
    text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
    color: #ee6fa1;
}

.archiveslist a:active, .subcategories a:active {
    color: #ee6fa1;
}
.archiveslist>li, .categories ul li {
	display: block;
	width: 33.33%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
	.archiveslist>li:nth-child(3n), .categories ul li:nth-child(3n) {
		padding-right: 0;
	}

.archiveslist ul {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
	.archiveslist ul li {
	    font-size: 80%;
	    font-style: italic;
	}
		.datearchives ul li {
			display: inline-block;
			width: 16%;
			float: left;
			margin: 0;
			padding: 0;
		}
	.archiveslist ul li:before {
		color: #919394;
	}
		.datearchives ul li:before {
			display: none;
		}

	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #ee6fa1 !important;
	}

.subcats {
	margin-bottom: 30px;
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 11px;
}
	ul.subcategories {
		margin: 0!important;
		padding: 0 !important;
	}
	li.categories {
		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: "Arvo", 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: #a9a19d;
    text-decoration: none;
}

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

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

.tagtitle {
    color: #a9a19d;
    text-transform: uppercase;
}

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

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

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

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



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

#submit, .submitbutton, #commentform #submit, a.smbutton {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    background-color: #ee6fa1;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    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: 13px;
    font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #696969;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #edeceb;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
    width: 100%;
}

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

.wpcf7-form p {
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    padding: 7px 0;
    width: 100px;
    float: left;
}

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

.wpcf7-form .submit {
    margin-left: 120px;
    clear: both;
}

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

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

.search-form .search-submit {
    color: #696969;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    background-color: transparent;
    cursor: pointer;
    width: 20%;
    height: 35px;
    border-style: none;
    vertical-align: middle;
    text-align: right;
    margin: -2px 0 0 -4px;
    float: left;
}

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

/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
}
.press .wrap {
	border-top: 1px dashed #c4eade;
	padding: 50px 0 45px;
	overflow: hidden;
}
	
	.press .press-item {
		width: 18%;
		margin-right: 2.5%;
		height: auto;
		float: left;
	}
		.press .press-item img {
			display: block;
			width: 100%;
			height: auto;
		}
		.press .wrap .press-item:nth-child(5n) {
			margin-right: 0;
		}

.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: 11.11%;
	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: 11.11%;
	height: 0;
	margin: 0;
	display: block;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		padding: 10px;
		color: #ffffff;
		background-color: #6bcbae;
		font-size: 12px;
		line-height: 1.3;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .08em;
		text-decoration: none;
		text-align: center;
		height: 0;
		padding-bottom: 100%;
		vertical-align: middle;
	}
	.sbi_follow_btn a:hover {
		background-color: #f185af;
	}
.instagram .fa-instagram {
	display: block;
	font-size: 52px;
	font-size: 4vw;
	font-style: normal;
	font-weight: normal;
	margin-top: 25%;
	margin-bottom: 4px;
}

/*subscribe*/
.scallop {
	min-height: 28px;
	background: url(images/scallop@2x.png) left top repeat-x;
	background-size: auto 100%;
}
.footer .subscribe {
	overflow: hidden;
	text-align: left;
	padding: 60px 0 25px;
}
.footer .subscribe .title {
	width: 290px;
	float: left;
}
	.footer .subscribe h3 {	
		font-size: 21px;
		margin: 0;
	}
	.footer .subscribe p {
		margin: 0;
		font-size: 14px;
		color: #ffffff;
	}
.footer .subscribe .email-form {
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% -290px);
	width: calc(100% - 290px);
	float: right;
	margin: 0;
	clear: none;
}
	.footer .subscribe .email-input {
		width: 65%;
		float: left;
		text-align: left;
		font-size: 13px;
		height: 52px;
		line-height: 52px;
		padding: 0 15px;
	}
	.footer .subscribe .email-submit {
		width: 33%;
		float: right;
		background-color: #f185af;
		font-size: 16px;
		height: 52px;
		line-height: 52px;
	}
		.footer .subscribe .email-submit:hover {
			background-color: #6bcbae;
		}

/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 20px 0 25px;
	color: #a1a1a1;
}

.sub-footer a {
    text-decoration: none;
    color: #a1a1a1;
}
.sub-footer a:hover {
    color: #ee6fa1;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    text-transform: lowercase;
    font-weight: normal;
}

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

.footer-nav li.top a {
    font-weight: bold;
    text-transform: uppercase;
    color: #ee6fa1;
}
.social-nav {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
	.social-nav li i {
		color: #6bcbae;
		margin-right: 5px;
	}
.copyright .logo a {
    display: inline-block;
    width: 155px;
    height: 45px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 11px;
}
.copyright {
	text-align: center;
	color: #a9a19d;
	margin: 70px 0 30px;
	line-height: 1.5;
}
	.copyright p {
		margin: 0;
	}
	.copyright strong {
		text-transform: uppercase;
		color: #53433b;
		font-size: 12px;
	}
	.copyright em {
		
	}
	.terms-nav li {
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 10px;
	}
	.terms-nav a {
		text-decoration: underline;
	}
		.terms-nav li:after {
			content: "|";
			color: #cbc6c4;
			margin: 0 4px 0 8px;
		}
		.terms-nav li:last-of-type:after {
			display: none;
		}
	.copyright .credit {
		color: #cbc6c4;
		margin-top: 15px;
	}
	


/*---------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 25px 25px 90px;
	border: 1px dashed #c4eade;
	list-style-type: none;
	position: relative;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #fdedf2; }
	
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta         {
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	font-weight: normal;
	 }
.comment-meta .comment-number {
	color: #6bcbae;
	font-size: 26px;
	line-height: 1;
	font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
	margin: -2px -10px 0 10px;
	letter-spacing: -.03em;
	float: right;
}
.comment-meta strong           {
	color: #53433b;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #53433b;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ee6fa1;
	text-decoration: underline }


#comment-list .avatar    {
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 15px 0px -75px; }
	
#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: #a9a19d;
	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: #a9a19d;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #ee6fa1;
	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: #ee6fa1 }
.comment-nav .alignright a {
	color: #a9a19d;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #ee6fa1;
	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;
}
	#comment-list li li.bypostauthor .avatar {
		display: none;
	}
	#comment-list li li.bypostauthor       {
		background-color: #fdedf2;
		padding: 25px; }
#cancel_reply, #cancel_reply a       {
	color: #ee6fa1;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #ee6fa1;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #ee6fa1;
	text-decoration: underline }

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

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

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

.pagination .page-numbers {
    color: #6bcbae;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #53433b;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ee6fa1;
}

/*----MAIN DROPDOWN Menu----*/

#main {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    height: 50px;
}

#main ul {
	display: inline-block;
    margin: 0 0 0 -15px;
}

#main .menu-item {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 50px;
}
	#main .menu-item:before {
		content: " ";
		float: left;
		color: #cbc6c4;
		font-weight: normal;
		border-left: 1px solid #cbc6c4;
		height: 20px;
		margin: 15px 0;
	}
	#main .menu-item:first-of-type:before {
		display: none;
	}
	#main ul ul .menu-item:before {
		display: none;
	}
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0px 15px;
    color: #53433b;
}

#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #ee6fa1;
    cursor: pointer;
}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
	margin-top: 0px;
    padding: 10px 0;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #ee6fa1;
}
	#main .sub-menu:after { 
		bottom: 100%; 
		left: 50%; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(222, 66, 111, 0); 
		border-bottom-color: #ee6fa1; 
		border-width: 10px; 
		margin-left: -10px; }
	
#main .sub-menu .menu-item {
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.2;
}
	#main .sub-menu .menu-item.bold a {
		font-weight: bold;
		text-transform: uppercase;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: .08em;
		line-height: 1.4;
		color: #53433b;
	}
#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 5px 12px;
}

#main .sub-menu .menu-item:first-of-type a {
    border-top: none;
}

#main .sub-menu .menu-item a:hover {
    color: #53433b;
}

#main .sub-menu .menu-item-has-children a {
}

#main .sub-menu .menu-item .sub-menu .menu-item a {
    border: none;
    padding: 10px 15px 10px 20px;
    margin-top: -12px;
    font-style: italic;
    background-color: transparent;
    font-size: 12px;
}

#main .sub-menu .menu-item .sub-menu .menu-item a:hover {
    color: rgba(255,255,255,.7);
}

#main li li a:after {
    display: none;
}
/* Top Search */
#main li.search {
	display: none;
}
