/* 
Theme Name: Spend with Pennies
Theme URL: http://www.spendwithpennies.com/
Description: Custom responsive blog theme for Spend with Pennies.
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: 1090px;
}

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

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

@font-face {
    font-family: 'uniformextracondensed';
    src: url('fonts/uniformextracondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/uniformextracondensed-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'uniform';
    src: url('fonts/uniform-regular-webfont.woff2') format('woff2'),
         url('fonts/uniform-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uniform';
    src: url('fonts/uniform-medium-webfont.woff2') format('woff2'),
         url('fonts/uniform-medium-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.8;
    color: #515254;
    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: #65acd4;
    text-decoration: underline;
}

a:hover {
    color: #74d1c1;
    text-decoration: none;
}

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "uniformextracondensed", Impact, "Arial Black", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.1;
    margin: 25px 0
}

h1 {
    color: #515254;
    font-size: 46px;
    
}

h2 {
    color: #515254;
    font-size: 36px;
    }
h3 {
    color: #515254;
    font-size: 28px;
}
	h3.widget-title {
		font-size: 36px;
	}
	h3 em {
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		font-style: normal;
		color: #aeaeae;
		font-size: 11px;
		letter-spacing: .15em;
	}

h4 {
    color: #515254;
    font-size: 24px;
}

h5 {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #aeaeae;
    font-size: 11px;
    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;
	border-top: 1px solid #eeeeee;
	background-size: auto 100%;
}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 45px;
	margin: 65px 0 0;
	border-top: 1px solid #eeeeee;
}
	.sep2:after {
		display: block;
		content: "";
		width: 45px;
		height: 45px;
		border-left: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
		background: url(images/favicon-fade.png) center center no-repeat;
		background-size: auto 100%;
		background-color: #ffffff;
		margin: -23px auto 0;
		position: relative;
		z-index: 1001;
	}
.heart {
	display: block;
	clear: both;
	width: 12px;
	height: 12px;
	margin: 10px auto;
	background: url(images/heart.png) center center no-repeat;
	background-size: auto 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .heart {
	background-image: url(images/heart@2x.png);
  }
}
hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #EDEDED; 
	border-bottom: none;
}

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

.top-bar {
	background-color: #74d1c1;
	background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.6) 0%, rgba(101,172,212,0.6) 50%, rgba(116,209,193,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.6) 0%,rgba(101,172,212,0.6) 50%,rgba(116,209,193,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(167,154,212,0.6) 0%,rgba(101,172,212,0.6) 50%,rgba(116,209,193,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	min-height: 8px;
}
.top-nav {
	margin-top: 30px;
}
.top-nav .social {
	display: inline-block;
	margin-left: 10px;
}
.top-nav .social a {
	color: #aeaeae;
	text-decoration: none;
	padding: 2px;
	font-size: 14px;
}
	.top-nav .social a:hover {
		color: #74d1c1;
	}
	
.header {	
	margin-bottom: 40px;
}

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

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

.header .header-ad {
	overflow: hidden;
	margin: 25px 0 0;
	width: 728px;
	float: right;
}

/*---------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: #a79ad4;
    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/favicon-fade.png) center bottom no-repeat;
	background-size: 45px 45px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.widget {
    margin: 0 0 50px 0;
    text-align: center;
}
	.sidebar .widget-first.about {
		margin-top: -70px;
	}
.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; 
}
	h3.widget-title em {
		font-style: normal;
		display: block;
	}
.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: #a1a1a1;
    font-size: 13px;
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-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 {

}

.about .more a {
	font-family: "uniformextracondensed", Impact,"Arial Black", sans-serif;
	color: #515254;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: normal;
}
		.about .more a:hover {
			color: #74d1c1;
		}

.about p.simple-image {
	margin: 0 auto 25px;
	width: 170px;
}
	.about p.simple-image img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.sidebar .widget.social {
	margin-top: -20px;
}
.widget.social p {
	margin: 0;
	display: inline;
}
	.widget.social a {
		font-size: 26px;
		padding: 5px;
		margin: 0 5px;
		color: #eeeeee;
	}

		.widget.social a:nth-of-type(5n+1) {
			color: #a79ad4;
		}
		.widget.social a:nth-of-type(5n+2) {
			color: #8997e8;
		}
		.widget.social a:nth-of-type(5n+3) {
			color: #65acd4;
		}
		.widget.social a:nth-of-type(5n+4) {
			color: #66c6d3;
		}
		.widget.social a:nth-of-type(5n+5) {
			color: #74d1c1;
		}
		.widget.social a:nth-of-type(5n+6) {
			color: #a7e4d9;
		}
	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		opacity:0.7;
		filter:alpha(opacity=70);
		
	}
.subscribe {
}

.subscribe p {
	
}
.subscribe h3.widget-title {
 	
}
.email-form {
    clear: both;
    margin-top: 15px;
    overflow: hidden;
}

.email-input {
    color: #606164;
    font-size: 13px;
    line-height: 48px;
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: none;
    padding: 0 15px;
    margin: 0;
    float: left;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% -100px);
    width: calc(100% - 100px);
    height: 48px;
    vertical-align: middle;
}

.email-submit {
    font-family: "uniformextracondensed", Impact, Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 48px;
	color: #ffffff;
	background-color: #a79ad4;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0;
    height: 48px;
    width: 100px;
    vertical-align: middle;
    float: left;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.email-submit:hover {
    background-color: #74d1c1;
}

/* -- 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: #606164;
}
	.sidebar .popular h4.title a {
		color: #606164;
	}
	.sidebar .popular h4.title a:hover {
		color: #74d1c1;
	}

/*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: #606164;
    font-size: 13px;
    display: none;
}


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

.post {
    margin-bottom: 0px;
}

	
h1.post-title, h2.post-title, h4.post-title {
    margin: 0 0 10px;
    color: #515254;
    text-align: center;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #515254;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #74d1c1;
	}
	
.home-post>p:first-of-type {
	color: #8e8e8e;
	font-size: 18px;
	line-height: 1.7;
}
.post .edit {
    text-transform: none;
    letter-spacing: 0;
}


.post-meta {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #a1a1a1;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .15em;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}
	.post-meta a {
	    color: #a1a1a1;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #74d1c1;
	}
	.post-date {
		margin: 0;
	}
.jump-buttons {
	text-align: center;
	margin: -15px 0 20px;
}
	.jump-buttons a {
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		color: #ffffff !important;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .15em;
		font-size: 9px;
		background-color: #74d1c1;
		display: inline-block;
		padding: 3px 8px;
		text-decoration: none !important;
	}
		.jump-buttons a:hover {
			color: #ffffff;
			background-color: #a79ad4;
		}
		
.post-cats a {
	font-size: 9px;
	letter-spacing: .08em;
	line-height: 15px;
	color: #ffffff !important;
	background-color: #a79ad4;
	display: inline-block;
	padding: 3px 8px;
	margin: 2px 1px;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #74d1c1;
	}

.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: #a1a1a1;
    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: #74d1c1;
}

a.more-link {
	font-family: "uniformextracondensed", Impact,"Arial Black", sans-serif;
	color: #515254;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: normal;
}
	.teaser-post a.more-link {
		font-size: 24px;
	}
	a.more-link:hover {
		color: #74d1c1;
	}


.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: 5% 6%;
    background-color: #d5efe0;
    background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%, rgba(101,172,212,0.3) 50%, rgba(116,209,193,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
	.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: #65acd4;
	}


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

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

p.disclosure {
    color: #a1a1a1;
    font-size: 84%;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
}
	p.disclosure {
		margin-bottom: 0;
	}
.more-content {
	text-align: center;
	border: 1px solid #EDEDED;
	padding: 15px;
}
	.more-content h2 {
		margin: 8px 0 15px;
		font-size: 32px;
	}
	.more-content p {
		margin: 8px 0;
	}
	.more-content p.pinit {
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		color: #a1a1a1;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .08em;
	}
	.more-content p.pinit img {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		margin-top: -3px;
	}
	.more-content p.follow, .recipe .pinterest-follow {
		font-style: italic;
		font-size: 14px;
	}
		.recipe .pinterest-follow {
			margin-top: 20px;
			background-color: #ececec;
			margin-left: 15px;
			display: inline-block;
			padding-right: 15px;
		}
		.more-content p.follow a:before, .recipe .pinterest-follow a:before {
			content: "";
			display: inline-block;
			width: 40px;
			height: 40px;
			background-image: url(images/avatar.jpg);
			background-size: 100% auto;
			vertical-align: middle;
			margin-right: 8px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
		}
		.recipe .pinterest-follow a:before {
			margin-left: -15px;
		}
		
	a.pin {
		color: #ffffff;
		background-color: #db0e5a;
		display: inline-block;
		padding: 4px 12px;
		margin: 0 0 7px;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-size: 14px;
	}
		a.pin:hover {
			background-color: #e76394;
		}
	
/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 150px 0 35px;
    padding: 30px;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #eeeeee;
}

.recipe h2 {
	margin: 8px 0;
	clear: none;
	text-align: center;
	font-size: 36px;
}
	
.recipe h3 {
	font-size: 24px;
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	color: #a1a1a1;
	padding: 0 0 5px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	margin: 20px 0 5px
}


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


.recipe-meta {
	margin: 0;
	clear: none;
}
	
.recipe-meta strong {
	
}
.recipe-meta p {
	display: inline-block;
	margin: 0 10px 0 0;
}
.recipe .heart {
	clear: none;
	margin: 15px auto;
}
.recipe .summary {
    margin: -10px 0 30px;
    color: #8e8e8e;
    font-size: 115%;
    line-height: 1.7;
    text-align: center;
}
	.recipe .summary p {
		margin: 15px 0;
	}
.recipe .ingredients {
	
}
.recipe .instructions strong {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 95%;
}

.recipe .notes {
	clear: both;
    color: #8e8e8e;
    font-style: italic;
}
	.recipe .notes p {
		margin: 10px 0;
	}
.recipe h3#notes {
	margin: 30px 0 0;
}
.recipe .source {
    color: #a1a1a1;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}
	.recipe .source p {
		margin: 0;
	}
	
.recipe .photo.sw-pinit {
    width: 100%;
}
.recipe img.photo,
.recipe .photo img {
	width: 200px;
	height: auto;
	display: block;
	margin: -130px auto 20px;
	float: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
	
.recipe .printbutton {
	width: 180px;
	margin: 0 auto 30px;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #a79ad4;
	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: #74d1c1;   
}

.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-weight: normal;
	color: #8e8e8e;
	font-size: 92%;
	line-height: 1.6;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		font-size: 14px;
		line-height: 1;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		letter-spacing: .1em;
		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.smbutton {
		display: inline-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: #74d1c1;
		}
	.rating .leave-a-review {
		color: #a1a1a1;
		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;
}

/* WP Recipe Maker recipe image */
.wprm-recipe-container .wprm-recipe-sc .wprm-recipe-image-container {
   max-width: 150px;
}

/* Instagram Callout */

.recipe-ps {
	margin: 0 0 35px;
	background-color: #d5efe0;
	background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%, rgba(101,172,212,0.3) 50%, rgba(116,209,193,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px;
	line-height: 1.5;
}
	.recipe-ps h4 {
		color: #515254;
		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: 140px 0 40px;
	clear: both;
	text-align: center;
}
	.contributors .author-box {
		width: 31%;
		float: left;
		overflow: hidden;
		margin: 0 3.5% 40px 0;
		font-size: 90%;
		text-align: center;
		clear: none !important;
		border: none;
		padding: 0;
	}
		.contributors .author-box:nth-child(3n) {
			margin-right: 0;
		}
		.contributors .author-box:nth-child(3n+1) {
			clear: left !important;
		}

.author-box h3 {
	font-size: 36px;
	margin: 0 0 10px;
	text-align: center;
}
.author-box h4 {
	margin: 0;
}
.author-box .avatar {
	margin: -130px auto 15px;
}
	.author-box .avatar img {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.contributors .author-box .avatar {
		margin: 0 auto 15px;
		max-width: 90%;
		height: auto;
	}
.author-box .post-meta {
	margin: 0;
}
.author-box .more {
	text-align: center;
}
.author-box a.more-link {
	font-size: 20px !important;
	text-decoration: none !important;
	text-align: center;
}
	.contributors .author-box .more a {
		font-size: 12px !important;
		font-style: italic;
	}
.author-box .social {
	text-align: center;
}
	.author-box .social a {
		color: #acacac;
		font-size: 18px;
		padding: 2px 6px;
	}
		.author-box .social a:nth-of-type(5n+1) {
			color: #a79ad4;
		}
		.author-box .social a:nth-of-type(5n+2) {
			color: #8997e8;
		}
		.author-box .social a:nth-of-type(5n+3) {
			color: #65acd4;
		}
		.author-box .social a:nth-of-type(5n+4) {
			color: #66c6d3;
		}
		.author-box .social a:nth-of-type(5n+5) {
			color: #74d1c1;
		}
	
	.author-box .social a:hover {
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	.contributors .author-box .social a {
		font-size: 16px;
	}
.contributors .author-box .blogname {
	padding: 0;
	margin: 0 0 10px;
	line-height: 1;
}
.contributors .author-box .blogname a {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #aeaeae;
	font-size: 11px;
	letter-spacing: .15em;
}
.contributors .author-box .usertitle {
	font-size: 13px;
	margin: -5px 0 5px;
}
.inner-post {
    position: relative;
    overflow: hidden;
    margin: 45px 0 0 0;
}
.inner-post .subscribe {
	background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%, rgba(101,172,212,0.3) 50%, rgba(116,209,193,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 6%;
	text-align: left;
}
	.inner-post .subscribe h3.widget-title:before {
		content: "";
		display: block;
		float: left;
		width: 170px;
		height: 170px;
		margin: -20px 15px 20px -10px;
		background: url(images/ebook-promo2.png) no-repeat;
		background-size: 100% auto;
	}

.inner-post .subscribe p {
	margin: 0 0 20px !important;
}
.inner-post .subscribe p.mc-unsub-msg {
	text-align: center;
	padding-top: 15px;
}
.inner-post .subscribe h3 {
	font-size: 46px;
	margin: 3px 0 10px;
}
.inner-post .subscribe .email-form {
	margin: 30px 0 0;
	clear: both;
}
	.inner-post .subscribe .email-input {
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
	}
	.inner-post .subscribe .email-submit {
		width: 170px;	
	}
/*Next/prev Posts*/
.post-nav {
	font-family: "uniformextracondensed", Impact,"Arial Black", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
    text-decoration: none;
    margin: 0px 0 75px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #515254;
		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: #74d1c1;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 10px;
		color: #a1a1a1;
		padding: 0 0 5px;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	    font-weight: bold;
	    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: -40px 0 40px;
	padding-bottom: 15px;
}
	.homepage-featured:after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		top: 20%;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%, rgba(101,172,212,0.3) 50%, rgba(116,209,193,0.3) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(167,154,212,0.3) 0%,rgba(101,172,212,0.3) 50%,rgba(116,209,193,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
		.not-homepage:after {
			top: 0;
		}
		
		/* speed fix change. added body tag to give this class precedence
		over home-featured, they share a div together  */
		body .footer-featured {
			margin: 50px 0 0;
			padding-left: 15px;
			padding-right: 15px;
		}
	.homepage-featured .wrap {
		overflow: visible;
		padding: 0 6%;
		width: 100%;
		max-width: 100%;
	}
.homepage-featured .subscribe {
	text-align: center;
	overflow: hidden;
	background: url(images/favicon-fade.png) 44% 60% no-repeat;
	background-size: 124px 124px;
	padding: 50px 0;
}
	.not-homepage .subscribe {
		padding: 39px 0 25px;
		background-size: 100px 100px;
	}
.homepage-featured .subscribe h3 {
	margin: 0;
	display: inline-block;
	font-size: 46px;
	line-height: 48px;
	vertical-align: middle;
	width: 320px;
	padding: 3px 10px 0 0;
}
.homepage-featured .subscribe .textwidget, .homepage-featured .subscribe .classic-text-widget {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: -moz-calc(100% - 330px);
	width: -webkit-calc(100% -330px);
	width: calc(100% - 330px);
	max-width: 470px;
	text-align: left;
}
	.mimi_field label {
		font-size: 12px;
		font-style: italic;
	}
.owl-item a.overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(45,45,45,.6);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	opacity:0.0;
	filter:alpha(opacity=0);
}
	.owl-item a.overlay:hover {
		opacity:1.0;
		filter:alpha(opacity=100);
	}
.owl-item .caption {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 15px;
}
.owl-item h2.post-title {
	color: #ffffff;
	font-size: 36px;
	line-height: 1;
	margin: 5px 0 10px;
}
.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: -6%;
	-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: -6%;
	-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,.6);
    font-size: 124px;
    font-size: 9vw;
    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;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}
	.home-section h3.widget-title {
		
	}
	.home-section h3.widget-title a {
		color: #515254;
	} 
	.home-section h3.widget-title a em {
		float: right;	
		font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
		font-style: italic;
		font-size: 15px;
		color: #a1a1a1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		margin: -25px 0 0;
	}
		.home-section h3.widget-title a:hover em {
			color: #74d1c1;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	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: #515254;
	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: #74d1c1;
	}

.home-section .more {
	clear: both;
}

.home-section .more a.smbutton {
	display: inline-block;
	padding: 8px 20px;
}

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

.teaser-post {
	width: 47.5%;
	float: left;
	overflow: hidden;
	margin: 30px 0;
	font-size: 96%;
	text-align: center;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 5%;
		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 {
	margin: -30px 0 0;
}
	.teaser-post .post-date span {
		background-color: #ffffff;
		padding: 2px 15px;
		display: inline-block;
	}
.teaser-post h2.post-title {
	-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: #515254;
	}
	.teaser-post a:hover h2.post-title {
		color: #74d1c1;
	}
.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;
}

.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: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
	
.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	font-size: 24px;
	color: #515254;
    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: #606164;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #606164;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #74d1c1;
}

.archiveslist a:active {
    color: #a79ad4;
}
.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;
	text-align: center;
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 18px;
}
.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: #a79ad4;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #74d1c1;
	}
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: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-right: 2px;
    width: 20px;
    height: 22px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

.tagtitle {
    margin-bottom: 5px;
}

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

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

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

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

/*Breadcrumbs*/
.breadcrumb {
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #a1a1a1;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    clear: both;
    margin: 0;
}
	.breadcrumb a {
	    color: #a1a1a1;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #74d1c1;
	}
	
/*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: #a1a1a1;
	font-style: italic;
	font-size: 11px;
}
	p.affiliate {
		text-align: center;
	}
.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 .archive-post .post-meta {
		margin: 0;
	}
.shop-post .post-thumb {
	position: relative;
}
.shop-post .price {
	display: inline-block;
	margin: 0;
	font-size: 10px;
	color: #ffffff;
	background-color: #74d1c1;
	position: absolute;
	padding: 0 8px;
	top: 0;
	right: 0;
	letter-spacing: normal;
}
.shop-post .excerpt {
	font-size: 85%;
	line-height: 1.5;
	margin: 8px 0;
}
.shop-post .more {
	margin: 0;
}
.shop-post a.smbutton {
	
}
	.shop-post a.smbutton:hover {
		
	}
	
/* Video Posts */

.video-post a.video-overlay {
	position: relative;
	display: block;
	text-align: center;
}
.video-post a.video-overlay:after {
	content: "\f01d";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	color: #ffffff;
	font-family: "FontAwesome";
	font-size: 150px;
	line-height: 1.25;
	text-align: center;
	margin: 0 auto;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.videos .video-post:nth-child(3n+1) {
    clear: both;
}

/*---------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: #a79ad4;
    border: none;
	font-family: "uniform", 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: #74d1c1;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #eeeeee;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eeeeee;
	width: 100%
}
#commentform #submit, #commentform input[type=radio], #commentform input[type=checkbox] {
	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: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

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

.wpcf7-form p {
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;

}

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

.wpcf7-form .submit {
    clear: both;
}

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

.search-form .search-input {
    color: #696969;
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 50px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 85%;
    height: 50px;
}

.search-form .search-submit {
    background-color: #ffffff;
   	color: #a79ad4;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
    width: 15%;
    height: 50px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: right;
}

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

	
.header-search {
	float: left;
	text-align: left;
	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;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-style: normal;
		font-size: 11px;
		color: #a1a1a1;
		padding: 0 10px;
		margin-right: 29px;
		height: 25px;
		line-height: 25px;
		width: 60px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #fff;
		color: #606164;
	}
	
	.header-search .search-submit {
		font-size: 18px;
		font-weight: normal;
		line-height: 44px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #a1a1a1;
		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: #74d1c1;
		}



/*---------FOOTER---------*/
.footer {
	clear: both;
}
	.footer .wrap {
	}
.footer .widget {

}

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


/*Sub-footer*/
.sub-footer {
    font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
    overflow: hidden;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 20px 0;
	background-color: #ffffff;
	color: #7e7e7e;
}

.sub-footer a {
    text-decoration: none;
    color: #7e7e7e;
}
.sub-footer a:hover {
    color: #ffffff;
}

.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 {
    font-weight: bold;
    color: #ffffff;
}


.sub-footer .copyright {
	width: 30%;
	float: right;
	text-align: right;
}

.copyright {
	text-align: center;
	font-size: 10px;
}
	.copyright em {
		font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-weight: normal;
		font-size: 11px;
	}



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

#comments, #pings           {
	margin-top: 5px }
#respond, #comments            {
	margin-top: 65px }
#comment-list          {
	font-size: 90%;
	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: #d5efe0;
	background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.2) 0%, rgba(101,172,212,0.2) 50%, rgba(116,209,193,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.2) 0%,rgba(101,172,212,0.2) 50%,rgba(116,209,193,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(167,154,212,0.2) 0%,rgba(101,172,212,0.2) 50%,rgba(116,209,193,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #a1a1a1;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left !important;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #a1a1a1;
	}
.comment-meta strong           {
	color: #515254;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #515254;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #74d1c1;
	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 .nav-links {
	color: #a1a1a1;
	font-size: 12px;
	line-height: 15px;
	text-align: left; }
	.comment-nav .nav-links {
		overflow: hidden;
	}
	.comment-nav .nav-links .nav-previous {
		width: 50%;
		float: left;
	}
	.comment-nav .nav-links .nav-next {
		width: 50%;
		float: right;
		text-align: right;
	}
	
	.comment-nav .nav-links a {
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		color: #ffffff !important;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .15em;
		font-size: 9px;
		background-color: #74d1c1;
		display: inline-block;
		padding: 3px 8px;
		text-decoration: none !important;
	}
		.comment-nav .nav-links a:hover {
			color: #ffffff;
			background-color: #a79ad4;
		}
/*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: #65acd4;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #65acd4;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #74d1c1;
	text-decoration: underline }

/* comment gravatar replacement */
#comment-list li>div.comment:before {	
	content: '';
	display: block;
	height: 60px;
    width: 60px;
	background-size: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    float: right;
    margin: 0 0 10px 10px;
    background: url('images/guests-replacement-grav.png') no-repeat center;
}

#comment-list li.bypostauthor>div.comment:before {	
    background: url('images/author-replacement-grav.png') no-repeat center;
}

#comment-list li.comment-author-holly>div.comment:before,
#comment-list li.comment-author-holly.bypostauthor>div.comment:before {	
    background: url('images/holly-replacement-grav.jpg') no-repeat center;
}

@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) {

 	#comment-list li>div.comment:before {
		background-image: url('images/guests-replacement-grav@2x.png');
		background-size: 60px;
	}

	#comment-list li.bypostauthor>div.comment:before {	
    	background-image: url('images/author-replacement-grav@2x.png');
    	background-size: 60px;
	}

	#comment-list li.comment-author-holly>div.comment:before,
	#comment-list li.comment-author-holly.bypostauthor>div.comment:before {	
    	background-image: url('images/holly-replacement-grav@2x.jpg');
    	background-size: 60px;
	}
}

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

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

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

#top   {
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% -210px);
	width: calc(100% - 210px);
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 10px;
	line-height: 46px;
	height: 46px;
	float: right;
	text-align: right;
}

#top ul {
	margin: 0;
	width: auto;
	display: inline-block;
}
#top li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #aeaeae;
	}
	
#top a:hover, #top li:hover>a {
	color: #74d1c1;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	padding: 5px 0 10px;
	font-size: 10px;
	line-height: 24px;
	background-color: #606164;
	text-align: left;
	z-index: 2001;
	width: 160px;
	margin: 0;
	}
	
#top ul ul li {
	float: none;
	display: block;
	margin: 0;
	}
#top ul ul li a {
	width: 100%;
	border: none;
}

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

	/* Show indicator for menu items with children */
	#top ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#top ul ul a:hover, #top ul ul li:hover>a {
		
		}

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

#main   {
	margin: 20px -20px 0 0;
	padding: 0;
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% -210px);
	width: calc(100% - 210px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: bold;
	font-family: "uniformextracondensed", Impact,"Arial Black", sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	height: 65px;
	display: block;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
}
#main li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
	
#main li a  {
	display: block;
	padding: 0 15px 15px;
	text-decoration: none;
	color: #515254;
	}
#main a:hover, #main li:hover>a {
	color: #a79ad4;
	}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 0;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .05em;
	font-weight: 400;
	background-color: #a79ad4;
	text-align: left;
	z-index: 2001;
	}
	
#main ul ul li {
	float: none;
	width: 200px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 5px 15px;
	border: none;
	color: #ffffff;
}
	#main ul ul li.bold a {
		font-weight: 600;
		color: #515254 !important;
	}

#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: #ffffff;
		background-color: rgba(255,255,255,.2);
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #a79ad4;
	left: 200px;
	top: 0;
	margin: 0;
	}
	#main ul ul li ul:before {
		display: none;
	}
/* Top Search */
#main .logo {
	display: none;
}
#main li.search {
	float: right;
	margin-right: 0;
}
	#main li.search ul, #top li.search ul { 
		padding: 0;
		height: 45px;
		left: auto;
		right: 0;
		}
		#main li.search ul li, #top li.search ul li {
			width: 220px;
			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;
}


/*Sticky Menu*/
@media ( min-width : 800px ) {
	#main.stickynav {
	    -webkit-transition: height 0.3s;
	    -moz-transition: height 0.3s;
	    -ms-transition: height 0.3s;
	    -o-transition: height 0.3s;
	    transition: height 0.3s;
	}
	#main.stickynav.smaller {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2001;
		background-color: #ffffff;
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
	}
		#main.stickynav.smaller:after {
			content: "";
			display: block;
			width: 100%;
			height: 5px;
			position: fixed;
			top: 45px;
			left: 0;
			right: 0;
			z-index: 1000;
			background-color: #ffffff;
			background: -moz-linear-gradient(-45deg,  rgba(167,154,212,0.9) 0%, rgba(101,172,212,0.6) 50%, rgba(116,209,193,0.9) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(-45deg,  rgba(167,154,212,0.9) 0%,rgba(101,172,212,0.6) 50%,rgba(116,209,193,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(135deg,  rgba(167,154,212,0.9) 0%,rgba(101,172,212,0.6) 50%,rgba(116,209,193,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da79ad4', endColorstr='#4d74d1c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		}
	
	#main.stickynav.smaller li a  {
		
		}
}