/*
Theme Name: Budget Bytes
Theme URL: http://www.budgetbyes.com/
Description: Custom responsive blog theme for Budget Bytes.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
    -webkit-appearance: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

    .span_content {
        margin-left: 0;
        width: 65%;
        max-width: 800px;
        float: left;
        display: inline-block;
    }

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

    .span_sidebar {
        width: 32%;
        min-width: 300px;
        max-width: 400px;
        float: right;
        clear: right;
        display: block;
    }
}
.wrapper {
    background-color: #fff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1290px;
}

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

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


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

a:hover {
    color: #57a600;
    text-decoration: none;
}

p {
    margin: 25px 0;
}

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

h1 {
    color: #2a2a2a;
    font-size: 36px;

}

h2 {
    color: #2a2a2a;
    font-size: 24px;
    }

h3 {
    color: #2a2a2a;
    font-size: 18px;
}

h4 {
    color: #2a2a2a;
    font-size: 18px;
}

h5 {
    color: #2a2a2a;
    font-size: 15px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 22px;
	margin: 25px 0;
	border-top: 1px solid #EDEDED;
}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 5px;
	border-top: 1px solid #EDEDED;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #EDEDED;
	border-bottom: none;
}

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

.header {
	margin-bottom: 0px;
	height: 105px;
}

	
.header .logo {
	text-align: center;
	overflow: hidden;
	margin: 15px 0 5px;
	width: 454px;
	float: left;
}

.header .logo a {
    display: inline-block;
    margin: 0 auto;
    width: 454px;
    height: 76px;
    /*background: url(images/logo.png) no-repeat;*/
    background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/logo.png) no-repeat;
    background-size: 100% auto;
}

.header-stuff {
	float: right;
	width: -moz-calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	width: calc(100% - 460px);
	text-align: right;
	margin-top: 30px;
}
	.header-stuff .social {
		display: inline-block;
		float: none;
		vertical-align: middle;
		margin: 0 30px 0 0;
	}
		.header-stuff .social a {
			color: #2a2a2a;
			font-size: 18px;
			padding: 5px;
		}
		.header-stuff .social a:hover {
			color: #57a600;
		}
	.header-stuff .search-form {
		width: 170px;
		border: 2px solid #2a2a2a;
		height: 40px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
		.header-stuff .search-form .search-input {
			height: 40px;
			line-height: 40px;
			font-size: 15px;
			padding: 0 10px 5px;
		}
		.header-stuff .search-form .search-submit {
			height: 40px;
			line-height: 40px;
			padding: 0 6px 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;
    margin-left: 20px;
}

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

.span_content ul li:before {
    color: #fbc41b;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    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;
}

.widget {
    margin-bottom: 50px;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
h3.widget-title {
 	margin: 0 auto 20px;
}

.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: #696969;
	background-color: #fff;
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 45px;
    height: 45px;
    padding: 10px;
    width: 100%;
    border: 2px solid #2a2a2a;
}
.sidebar .screen-reader-text, .home-post-nav .screen-reader-text {
    display: none;
}


.start-here {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
	.start-here a {
		text-transform: none;
		color: #57a600;
	}
		.start-here a:hover {
			color: #fbc41b;
		}
	.start-here p {
		margin: 0;
	}
.sidebar .about {
	margin-top: -70px;
}
.sidebar .about h3.widget-title {
	/*background: url(images/bubble.png) no-repeat;*/
    background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/bubble.png) no-repeat;
	background-size: 100% auto;
	width: 105px;
	height: 85px;
	text-align: center;
	padding: 17px 0 0;
	margin: 0 0 -15px 55%;
	position: relative;
	z-index: 101;
}

.sidebar .about a {
	font-weight: bold;
	text-transform: uppercase;
	color: #2a2a2a;
}
	.sidebar .about a:hover {
		color: #fbc41b;
	}

.sidebar .about img {
	float: right;
	width: 30%;
	margin: 0 0 0 10px;
}
.sidebar .widget.social {
	margin-top: -20px;
	text-align: center;

}
	.widget.social a {
		font-size: 18px;
		padding: 0;
		margin: 0 2px;
		color: #2a2a2a;
	}
		.widget.social a .circle-solid {
			position: absolute;
			top: 2px;
			left: 3px;
		}
		.widget.social a .circle-outline {
			-webkit-text-stroke: 2px #2a2a2a;
			-webkit-text-fill-color: transparent;
		}

	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */

	}
.subscribe {
	text-align: center;
	background: #fff;
	padding: 25px;
	border: 3px solid #2a2a2a;
	margin-top: 70px;
}

.subscribe p {

}
.subscribe h3.widget-title {
 	color: #2a2a2a;
 	font-size: 34px;
 	margin: 0;
 }
 	.subscribe h3.widget-title em {
 		font-style: normal;
 			-webkit-text-stroke: 2px #2a2a2a;
 			-webkit-text-fill-color: #fff;
 	}
 	/*.subscribe h3.widget-title:before {
 		content: "";
 		display: block;
 		margin: -55px auto 20px;
 		width: 76px;
 		height: 55px;
 		background: url(images/envelope.png) no-repeat;
		background: url(//i2.wp.com/budgetbytes.com/wp-content/themes/budgetbytes2018/images/envelope.png) no-repeat;
 		background-size: 100% auto;
 	}*/
 	
.email-form {
    clear: both;
    margin: 18px 0 5px;
}

.email-input {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 48px;
    font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    background-color: #fff;
    border: 2px solid #2a2a2a;
    padding: 0 15px;
    margin: 0 0 18px 0;
    width: 100%;
    height: 48px;
}
	.email-input::placeholder {
		color: #949494;
	}
.email-submit {
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .08em;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 46px;
	color: #2a2a2a;
	background-color: #fcc51c;
	border: 2px solid #2a2a2a;
    text-align: center;
    cursor: pointer;
    padding: 0px 18px;
    margin: 0 auto 0;
    height: 48px;
    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: #57a600;
	}

.sidebar .widget_simpleimage {
	position: relative;
	text-align: center;
}
.sidebar .widget_simpleimage h3 {
	display: none;
}

.sidebar .widget_simpleimage p {
	margin: 0;
}

.sidebar .widget_simpleimage p.more a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: Montserrat;
	text-shadow: 2px 2px 2px #2a2a2a;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}
	
/* -- 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: #2a2a2a;
}
	.sidebar .popular h4.title a {
		color: #2a2a2a;
	}
	.sidebar .popular h4.title a:hover {
		color: #57a600;
	}

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


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

.post {
    margin-bottom: 0px;
}


h1.title, h2.title, h4.title {
    margin: 0;
}
	h1.post-title {
		margin: 0;
		-webkit-text-stroke: 2px #2a2a2a;
		-webkit-text-fill-color: #fff;
	}


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


.post-meta {
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #6d6d6d;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .08em;
    margin: 0 0 20px;
    clear: both;
    overflow: hidden;
}
	.post-meta a {
	    color: #6d6d6d;
	    text-decoration: none;
	}
	.post-date, .post-price, .cost, .yield {
		color: #fbc41b;
	}
	.post-meta a.skip {
		color: #2a2a2a;
		margin-left: 5px;
	}
	.post-meta .spacer {
		color: #2a2a2a;
		margin-left: 5px;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #57a600;
}

#breadcrumbs {
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #6d6d6d;
    font-weight: bold;
    font-size: 11px !important;
    letter-spacing: .08em;
    color: #696969;
}
	#breadcrumbs a {
	    color: #6d6d6d;
	    text-decoration: underline;
	}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.5;
}
	.meta-bottom a, .meta-bottom strong {

	}

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

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


a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #6d6d6d;
    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: #fbc41b;
}

.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: #fbc41b;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin: 30px 0 40px;
    padding: 10px 15px;
    position: relative;
}

	.post blockquote p {
		margin: 0;
		position: relative;
		z-index: 10;
	}


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

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

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 35px 0 35px;
    padding: 30px;
	background-color: #fff;
	position: relative;
	border: 3px solid #2a2a2a;
}

.recipe h2 {
	font-size: 36px;
	-webkit-text-stroke: 2px #2a2a2a;
	-webkit-text-fill-color: #fff;
	margin: 4px 0;
	line-height: 1.1;
}

.recipe h3 {
	font-size: 18px;
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 14px;
	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: #57a600;
}

.recipe-meta {
	margin: 0;
	clear: none;
}
.recipe-meta.time {
	margin: 0 0 20px;
}
.recipe-meta p {
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 0;
}

.recipe .summary {
    margin: 15px 0 0;
    clear: left;
    font-style: italic;
    font-size: 110%;
    text-align: center;
}

.recipe .ingredients {

}
.recipe .ingredients strong {
	background-color: #fbc41b;
	color: #fff;
	font-size: 70%;
	padding: 2px 7px;
	margin-left: 10px;
}

.recipe .notes {
	clear: both;
	font-style: italic;
    margin-top: 25px;
}
	.recipe .notes p {
		margin-top: 0;
	}
.recipe .notes h3 {
	font-style: normal;
}
.recipe .source {
    color: #6d6d6d;
    font-size: 80%;
    margin-top: 15px;
    clear: left;
}
	.recipe .source p {
		margin: 0;
		display: inline-block;
	}
.recipe .photo {
	width: 30%;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 15px 15px;
}

.recipe .printbutton {
	width: 30%;
    margin: 0;
    float: right;
	clear: right;
	margin: 0 0 15px 15px;
}

.printbutton a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 14px;
	font-weight: bold;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 8px 15px 7px;
	color: #fff;
	background-color: #2a2a2a;
	border: 2px solid #2a2a2a;
	text-align: center;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

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



/* Inner Post */

.shareaholic-share-buttons-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	left: -4px;
}
.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 !important;
	padding: 0 !important;
}
	.shareaholic-share-buttons-container ul.shareaholic-share-buttons li:before {
		display: none !important;
	}


.inner-post {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0 0;
    padding-top: 30px;
}

.inner-post .widget {
	margin: 0 0 35px;
}

.inner-post .social a {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
}
.inner-post .social i {
	font-size: 130%;
	vertical-align: middle;
	display: inline-block;
	margin: -4px 5px 0 13px;
}


/*Next/prev Posts*/
.post-nav {
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    margin: 55px 0 25px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #2a2a2a !important;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #fbc41b !important;
		}

	.post-nav .nav-previous {
		float: left;
		width: 49%;
	}

	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 49%;
	}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 10px;
		color: #fbc41b;
		background-color: #fff;
		padding: 0 0 3px;
	    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	    font-style: normal;
	    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---------*/

.home-featured {
	overflow: hidden;
	margin-bottom: 40px;
}
.home-featured .item {
	background-color: #2a2a2a;
	overflow: hidden;
	position: relative;
}
	.home-featured .item a {
		text-decoration: none;
	}
		.home-featured .item a:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
		}
.home-featured .item .post-image {
	width: 55%;
	float: left;
}
	.home-featured .item .post-image img {
		width: 100%;
		height: auto;
		display: block;
	}

.home-featured .item .caption {
	float: right;
	color: #fff;
	width: 45%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 4%;
}
.home-featured .item .caption h2 {
	margin: 0 0 4px;
	font-size: 22px;
}
	.home-featured .item .caption h2 a {
		color: #fff;
	}
	.home-featured .item .caption .post-meta {
		margin: 0;
	}
	.home-featured .item .caption .post-date {
		color: #fff;
		background-color: #fbc41b;
		display: inline-block;
		padding: 2px 10px;
	}
.home-featured .cost {
	color: #949494;
}



/*Homepage Recent Sections*/
.recent-posts {
	margin-top: 40px;
	clear: both;
}
.recent-posts.teaser-posts {
	overflow: hidden;
}
	.recent-posts.teaser-posts .teaser-post {
		width: 31%;
		margin-right: 3.5%;
	}
	.recent-posts.teaser-posts .teaser-post:nth-child(3n) {
		margin-right: 0;
	}
	.recent-posts.teaser-posts .teaser-post:nth-child(3n+1) {
		clear: left;
	}
	
.more-posts {
	clear: both;
	text-align: center;
}


/*Homepage Subscribe*/
.home-section.subscribe {
	/*background: url(images/subscribe-bg.jpg) left center no-repeat;*/
	background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/subscribe-bg.jpg) left center no-repeat;
	background-size: cover;
	border: none;
	text-align: center;
	padding: 30px 5% 30px 40%;
}
	.home-section.subscribe h3.divider {
		font-size: 50px;
		letter-spacing: .02em;
		line-height: 1;
		margin: 0;
	}
	.home-section.subscribe h3.divider:after {
		display: none;
	}
	.home-section.subscribe h3.divider span {
		background-color: transparent;
	}
	.home-section.subscribe h3.divider em {
		display: block;
	}
.home-section.subscribe p {
	margin: 15px 0 20px;
}
.home-section.subscribe .email-form {
	max-width: 575px;
	margin: 0 auto;
}
.home-section.subscribe .email-input {
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	margin-right: 20px;
	float: left;
}
.home-section.subscribe .email-submit {
	width: 200px;
	float: left;
}
/*Homepage Category Sections*/

.home-section {
	overflow: hidden;
	text-align: left;
	margin: 50px 0
}

.home-section h3.widget-title {
	
}

.home-section h3.widget-title a {
	color: #2a2a2a;
}

.home-section h3.widget-title a:hover em {
	
}

	h3.divider {
		text-align: center;
		font-size: 24px;
	}
	h3.divider span {
		background-color: #fff;
		padding: 0 15px;
		margin: 0 auto;
		text-align: center;
		display: inline-block;
	}
	h3.divider:after {
		display: block;
		content: "";
		height: 1px;
		width: 100%;
		border-bottom: 2px solid #2a2a2a;
		margin: -16px 0 40px;
	}
	
.home-section {
	clear: both;
}

.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	float: left;
	text-align: left;
	overflow: hidden;
}

	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}
	
.home-section .five-across .item, .home-section.five-across .item {
	width: 18%;
	margin-right: 2.5%;
	float: left;
	text-align: left;
	clear: none;
}

	.home-section .five-across .item:nth-child(5n), .home-section.five-across .item:nth-child(5n) {
		margin-right: 0;
	}
	
	.home-section .five-across .item:nth-child(5n+1), .home-section.five-across .item:nth-child(5n+1) {
		clear: left;
	}


.home-section .item img {
	width: 100%;
	height: auto;
	display: block;
}
.home-section a {
	text-decoration: none;
	display: inline-block;
}
	.home-section a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

.home-section h4 {
	font-size: 18px;
	color: #2a2a2a;
	margin: 15px 0 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section .five-across .item h4, .home-section.five-across .item h4 {
		font-size: 15px;
	}
.home-section .post-meta {
	margin: 0;
}
.more-centered {
	clear: both;
	text-align: center;
	margin: 0px;
}


/*Homepage About Sections*/
.home-about {
	background-color: #2a2a2a;
	text-align: left;
	position: relative;
	overflow: visible;
}

.home-about-section {
	clear: none !important;
	margin: 0 !important;
}
.home-about-section.about {
	width: 62%;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 7% 30px 30px;
}
	
.home-about-section.about, .home-about-section.social {
	padding-left: 315px;
}
	
	.home-about-section.about:before {
		content: "Hi, I'm Beth!";
		font-family: Montserrat;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		line-height: 1.3;
		font-size: 19px;
		/*background: url(images/bubble-reverse.png) no-repeat;*/
		background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/bubble-reverse.png) no-repeat;
		background-size: 100% auto;
		width: 118px;
		height: 94px;
		display: block;
		text-align: center;
		padding: 20px 10px 0;
		margin: 0;
		position: absolute;
		top: -20px;
		left: 15%;
		z-index: 101;
		color: #2a2a2a;
	}
	.home-about-section.about h3.widget-title {
		color: #fff;
	}
	
	.home-about-section.about p {
		display: inline;
	}
	
	.home-about-section.about a {
		text-decoration: underline;
		display: inline;
	}
		.home-about-section.about a:hover {
			color: #fbc41b;
		}
	
	.home-about-section.about img {
		float: left;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: auto;
		height: 100%;
	}
	
.home-about-section.social {
	width: 62%;
	float: left;
	clear: left;
	color: #fff;
	margin: 0;
	font-family: Montserrat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: .1em;
}
	.home-about-section.social h3.widget-title {
		display: none;
	}

	.home-about-section.social a {
		font-size: 18px;
		padding: 2px;
		margin: 0 0 0 10px;
		color: #fff;
		display: inline-block;
	}
		
.home-about-section.app {
	width: 38%;
	float: right;
	background-color: #fbc41b;
	clear: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	.home-about-section.app p {
		margin: 0;
	}
	.home-about-section.app a {
		display: inline-block;
	}
	.home-about-section.app h3.widget-title {
		display: none;
	}


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

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	font-size: 96%;
	position: relative;
}
	.teaser-post.odd {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {

	}

	.teaser-post a {
		text-decoration: none;
		display: inline-block;
	}
		.teaser-post a:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
		}
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
	}
.teaser-post .post-image {
	position: relative;
	margin-bottom: 20px;
}

.teaser-post h2 {
	color: #2a2a2a !important;
	font-size: 18px;
	margin: 15px 0 4px;
}
	.teaser-post a h2 {
		color: #2a2a2a !important;
	}
.teaser-post .post-meta, .cat-post .post-meta {
	margin: 0;
	font-size: 10px;
}
.teaser-post .excerpt {
	clear: both;
	margin: 15px 0;
}
	.teaser-post .excerpt p {
		margin: 0;
	}

.teaser-post .more {
	margin: 0;
}
a.more-button {
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	color: #fff !important;
	background-color: #2a2a2a;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 15px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}
	a.more-button:hover {
		background-color: #57a600;
	}
a.more-link {
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	color: #2a2a2a !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}
	a.more-link span {
		-webkit-text-stroke: 1.5px #2a2a2a;
		-webkit-text-fill-color: #fff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	a.more-link:hover, span.more-link:hover {

	}
		a.more-link:hover span {
			color: #e4b420;
			-webkit-text-fill-color: #e4b420;
		}
		
	.teaser-post a.more-link {
		font-size: 16px;
	}

.home-featured a.more-link {
	color: #ffffff !important;
}
	.home-featured a.more-link span {
		-webkit-text-stroke: 1.5px #fff;
		-webkit-text-fill-color: #2a2a2a;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.home-featured a.more-link:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}



/*---------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;
	color: #2a2a2a;
}
	.archive-post a:hover h4 {
		color: #fbc41b;
	}

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #2a2a2a;
    margin: 10px 0 -10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	letter-spacing: .005em;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 15px;
}


.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 {
		-webkit-column-break-inside: avoid;
		    -moz-column-break-inside:avoid;
		    -moz-page-break-inside:avoid;
		    page-break-inside: avoid;
		    break-inside: avoid-column;
	}
.archiveslist a:link {
    color: #2a2a2a;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #2a2a2a;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #fbc41b;
}

.archiveslist a:active {
    color: #fbc41b;
}
.archiveslist>li {
	margin: 0 !important;
	padding: 0 !important;
}

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

	.archiveslist ul li a {
	    color: #6d6d6d !important;
	}

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

.subcats {
	margin-bottom: 40px;
	text-align: center;
	border: 2px solid #2a2a2a;
	padding: 25px;
}

.subcats h4 {
    margin: 0 0 10px;
}
.subcats ul {
	overflow: hidden;
	margin: 0;
	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: #fff !important;
		text-decoration: none;
		background-color: #2a2a2a;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		display: inline-block;
		padding: 4px 10px 2px;
		margin: 2px 2px 5px;
		border: 2px solid #2a2a2a;
	}
	.subcats ul li a:hover {
		background-color: #fbc41b;
	}
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
	color: #6d6d6d;
}
.tagindex li:before {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.facets {
	text-align: center;
	overflow: hidden;
	margin-bottom: 35px;
	padding-top: 8px;
}
.facets button {
	margin-top: -8px;
	position: relative;
	vertical-align: middle;
	margin-left: 10px;
}
.facets .facetwp-facet {
	margin: 0 10px;
	margin-top: 0px;
	display: inline-block;
    width: auto;
	text-align: left;
	vertical-align: middle;
}

.facetwp-facet .fs-label-wrap {
	border: 2px solid #2a2a2a;
	display: block;
	width: 100%;
	color: #696969;
	font-size: 15px;
	line-height: 20px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}

/*Affiliate Items*/
.affiliate-items {
	overflow: hidden;
	margin: 35px 0 0px;
}
.affiliate-items h3 {
	margin: 5px 0;
}
.affiliate-items p.small, p.affiliate {
	margin: 0 0 15px;
	color: #6d6d6d;
	font-style: italic;
	font-size: 13px;
}
	p.affiliate {
		text-align: left;
	}
.shop .archive-post {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 23.5%;
    float: left;
    text-align: center;
    clear: none;
}

	.shop .archive-post:nth-child(4n) {
	    margin-right: 0;
	}

	.shop .archive-post:nth-child(4n+1) {
	    clear: both;
	}
	.shop .archive-post h4 {
		font-size: 13px;
		margin: 8px 0 3px;
	}
	.shop .archive-post .post-meta {
		margin: 0;
	}
.shop-post .post-thumb {
	position: relative;
}
.shop-post .price {
	display: inline-block;
	margin: 0;
	color: #fbc41b;
	background-color: #fff;
	padding: 0 8px;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: normal;
}
.shop-post .excerpt {
	font-size: 90%;
	line-height: 1.5;
	margin: 8px 0;
}
.shop-post .more {
	margin: 0;
}
.shop-post a.more-link {
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
	background-color: #2a2a2a;
	border: 2px solid #2a2a2a;
}
	.shop-post a.more-link:hover {
		background-color: #fbc41b;
	}

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

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

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 13px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 2px solid #2a2a2a;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }

#commentform textarea, .cntctfrm_input textarea {
	color: #696969;
	font-size: 13px;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 2px solid #2a2a2a;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.wpcf7-form {
    font-family: "Montserrat", 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%;
    border: 2px solid #2a2a2a;
    overflow: hidden;
}

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

.search-form .search-submit {
    background-color: #fff;
   	color: #fbc41b;
    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: #57a600;
}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin: 50px 0 50px;
}
	.footer .wrap {
		overflow: hidden;
	}
.footer .widget {
	margin: 0;
	width: 45%;
	text-align: left;
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 1.9;
	margin-right: 10%;
}
	.footer .widget.widget_nav_menu {
		width: 15%;
		margin: 0;
		float: right;
	}
.footer .widget a {
	color: #2a2a2a;
}
	.footer .widget a:hover {
		color: #57a600;
	}
.footer .widget h3 {
	text-align: left;
	font-size: 14px;
	margin: 10px 0 10px;
}
.footer .about {
	padding-left: 67px;
}
.footer .about h3 {
	width: 315px;
	height: 50px;
	text-indent: -9999px;
	/*background: url(images/logo-sm.png) no-repeat;*/
	background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/logo-sm.png) no-repeat;
	background-size: 100% auto;
	margin: 0 0 0 -67px;
}
.footer .about strong {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 95%;
}
.footer .copyright {
	clear: both;
	color: #b7b7b7;
	padding-left: 67px;
	font-size: 11px;
}

.back-to-top a.top {
	width: 65px;
	height: 65px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*background: url(images/top.png) no-repeat;*/
	background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/top.png) no-repeat;
	background-size: 100% auto;
}

.cd-top {
	font-weight: normal;
	/*background: url(images/top.png) center center no-repeat;*/
	background: url(//budgetbytes.com/wp-content/themes/budgetbytes2018/images/top.png) center center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 65px;
	width: 65px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1001;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible
  opacity: .5;*/
}
.no-touch .cd-top:hover, .cd-top:hover {
  opacity: .7;
}


/* Instagram Feed Styles */
.instagram-footer {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
	.instagram-footer h3 {
		display: none;
	}
	.instagram-footer a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}

.instagram-footer .featured-group-post {
	
}

.instagram-footer .featured-group-post .item {
	width: -moz-calc(100% / 7);
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	float: left;
}
	.instagram-footer .featured-group-post .item img	{
		width: 100%;
		height: auto;
		display: block;
	}
	.instagram-footer .featured-group-post a {
		display: block;
	}
		.instagram-footer .featured-group-post a:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
		}
#sbi_load {
	padding: 0 !important;
}

#sbi_load .sbi_follow_btn {
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 1001;
	font-family: Montserrat;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #2a2a2a !important;
	border-radius: 0 !important;
}

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

#comments, #pings           {
	margin-top: 5px }
#respond, #comments            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 30px 0;
	padding: 25px;
	border: 2px solid #2a2a2a;
	list-style-type: none !important;
}
	#comment-list li:before {
		display: none !important;
	}

#comment-list li.bypostauthor       {
	background-color: #f0f0f0;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #6d6d6d;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #6d6d6d;
	}
.comment-meta strong           {
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #2a2a2a;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #fbc41b;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	margin: 0 0 10px 10px; }

#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }


#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	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: #6d6d6d;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #57a600;
	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: #fbc41b }
.comment-nav .alignright a {
	color: #6d6d6d;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #fbc41b;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0 0 -10px 0;
	padding: 0 }
#comment-list li li {
	margin: 0;
	border: none;
}
	#comment-list li li.bypostauthor {
		margin-top: 15px;
	}
#cancel_reply, #cancel_reply a       {
	color: #fbc41b;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #fbc41b;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #fbc41b;
	text-decoration: underline }

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

.pagination {
    clear: both;
    text-align: right;
    margin: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.pagination .page-numbers {
    color: #2a2a2a;
    margin: 0 8px;
    text-decoration: none;
    display: inline-block;
}
	.pagination .page-numbers.dots {
		color: #d8d8d8;
		font-weight: normal;
	}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #fbc41b;
	    -webkit-text-stroke: 1px #2a2a2a;
	    -webkit-text-fill-color: #fff;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
	color: #57a600;
}

.pagination h2 {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}
.pagination .nav-links {
	display: inline-block;
}

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

#main {
	clear: both;
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-family: "Montserrat", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 47px;
	height: 50px;
	display: block;
	background-color: #fff;
	border-top: 2px solid #2a2a2a;
	border-bottom: 2px solid #2a2a2a;
}
	body.home #main {
		margin-bottom: 0;
	}
	body.home.paged #main {
		margin-bottom: 40px;
	}
	
#main ul {
	float: none;
	margin: 0 auto;
	text-align: center;
}

#main li {
	display: inline-block;
	margin: 0 -2px;
	padding: 0 0 3px;
	position: relative;
}

#main li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #2a2a2a;
}

#main a:hover, #main li:hover>a, #main a:hover, #main li a:hover {
	color: #58a700;
	cursor: pointer;
}

/*Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.3;
	background-color: #fff;
	border: 2px solid #2a2a2a;
	border-top: none;
	text-align: left;
	z-index: 2001;
}

#main ul ul li {
	float: none;
	width: 200px;
	margin: 0;
}

#main ul ul li a {
	width: 100%;
	padding: 7px 15px;
	border: none;
}

#main ul ul li.bold a {
	font-weight: bold;
	text-transform: uppercase;
	color: #fbc41b !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: #58a700 !important;
}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	left: 200px;
	top: -10px;
	margin: 0;
	border: 2px solid #2a2a2a;
}

#main ul ul li ul:before {
	display: none;
}


/*Sticky Menu*/
@media ( min-width : 800px ) {
	.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;
	}
	.stickynav.smaller {
		position: fixed;
		z-index: 2001;
		margin: 0;
		top: 0;
		left: 0;
		text-align: center;
		background-color: #fff;
	}
	
	.stickynav.smaller #main {
		
	}
	.stickynav.smaller + .wrapper { padding-top: 100px; }
}



/*WPRM Custom Styles*/

.wprm-recipe.wprm-recipe-template-custom {
    padding: 25px;
	margin: 35px 0;
}

.wprm-recipe .wprm-container-float-right {
	width: 30%;
	max-width: 200px;
	float: right;
	margin: 0 0 15px 20px;
}
.wprm-recipe h2.wprm-recipe-name, .wprm-recipe h3.wprm-recipe-header, .wprm-recipe h4.wprm-recipe-group-name {
    text-transform: uppercase;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: .08em;
}
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
		font-size: 30px;
		font-weight: bold;
		-webkit-text-stroke: 2px #2a2a2a;
		-webkit-text-fill-color: #fff;
		display: inline;
		clear: none !important;
	}
	.wprm-recipe h3.wprm-recipe-header {
		margin: 25px 0 10px !important;
	}
	.wprm-recipe h4.wprm-recipe-group-name {
		font-size: 12px;
		margin: 15px 0 8px !important;
		color: #6d6d6d;
	}

.wprm-recipe .wprm-recipe-servings-container, .wprm-recipe .wprm-recipe-author-container, .wprm-recipe .wprm-recipe-details-container {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 1.7;
}
	.wprm-recipe-details-label {
		color: #6d6d6d;
		text-transform: uppercase;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: .08em;
		font-size: 12px;
		font-weight: bold;
	}
	.wprm-recipe-details {
		color: #6d6d6d;
	}
		.wprm-recipe-details-unit {
			font-size: 100%;
		}
	.wprm-recipe .wprm-recipe-icon {
		width: 12px;
		height: 12px;
	}
.wprm-recipe .wprm-recipe-ingredient-notes {
    color: #fcc51c;
	font-weight: bold;
	font-size:88%;
}

.wprm-recipe .wprm-recipe-print, .wprm-recipe .wprm-recipe-jump {
	text-transform: uppercase;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em;
	text-decoration: none !important;
	font-size: 11px;
	padding: 8px 10px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.wprm-recipe-snippet {
    margin: 10px 0 15px ;
	text-align: left !important;
}
	.wprm-recipe-snippet a.wprm-recipe-link {
		margin-right: 15px;
		color: #2a2a2a !important;
		background-color: #fff !important;
		border: 2px solid #2a2a2a !important;
		font-size: 12px;
	}
        a.mobile-close {
        font-size: 15px;
        display: none;
}

	
	@media ( max-width : 600px ) {
		.wprm-recipe {
		    padding: 15px !important;
		}
		.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
			font-size: 26px;
		}
        a.close.mobile-close {
        display: block;
        position: unset !important;
        left: 0;
        text-align: left;
        float: none;
        background: #000;
        max-width: 59px;
        padding: 10px;
        width: 100%;
        display: block;
        color: #fff;
        margin-top: 10px !important;
}
        a.close {
            display: none;
        }
	}
	@media ( max-width : 500px ) {
		.wprm-recipe .wprm-container-float-right {
			width: 100%;
			max-width: 200px;
			float: none !important;
			margin: 0 auto 15px !important;
		}
	}
	
/*!Roundup Templates*/
.wprm-recipe-template-custom-roundup {
	padding: 0 !important;
	display: block !important;
	flex: none !important
}
.wprm-recipe-roundup-item a.wprm-recipe-roundup-link {
	text-transform: uppercase;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	text-decoration: none !important;
	font-size: 11px !important;
	margin: 0;
	font-weight: bold;
}
	.wprm-recipe-roundup-item a.wprm-recipe-roundup-link:hover {
		background-color: #fbc41b !important;
	}
.wprm-recipe-roundup-item .wprm-recipe-image {
    min-width: auto !important;
    width: 100% !important;
	flex: none !important
}
	.wprm-recipe-roundup-item .wprm-recipe-image img {
		width: 100% !important;
		height: auto;
		display: block;
	}
	
	.wprm-recipe-roundup-item .wprm-recipe-image .dpsp-pin-it-wrapper {
		display: block;
		width: 100% !important;
	}
.wprm-recipe-roundup-item .wprm-recipe-roundup-summary-container {
	width: 100% !important;
	flex: none !important;
	clear: both;
    padding: 20px !important;
}
.wprm-recipe-roundup-item h3 {
	font-size: 18px;
    letter-spacing: .1em !important;
}

.wprm-recipe-roundup-item .wprm-recipe-summary {
	font-size: 15px !important;
	line-height: 1.6;
	margin: 11px 0 20px;
}

.wprm-recipe-roundup-item .wprm-recipe-details-container {
	margin: 5px 0;
}
.wprm-recipe-roundup-item .wprm-recipe-details-container, .wprm-recipe-roundup-item .wprm-recipe-details-container * {
		color: #6d6d6d;
		text-transform: uppercase;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: .08em !important;
		font-size: 12px !important;
		font-weight: bold !important;
	}