/* GENERAL */
body {
	font-family: 'Merriweather', serif;
	font-size: 14px;
}

input, select, textarea,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}


a, a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

.header-widget-area .genesis-nav-menu > li > a,
.theme-earthy a, .theme-earthy .post-info a, .theme-earthy .entry-content a {
	color: #0A8F1B;	
}

.btn.btn-primary,
#header-newsletter button[type=submit],
ul.socials li a,
#header-newsletter,
.sidebar .widget .widget-title,
a.more-link,
.theme-earthy button, 
.theme-earthy input[type="button"], 
.theme-earthy input[type="reset"], 
.theme-earthy input[type="submit"] {
	background-color: #0A8F1B;
}

.home .content-sidebar-wrap .featuredpost .post,
.recipes-bottom .widget,
.content .featuredpost a.link_recipe_index {
	border-color: #0A8F1B;
}

h1, h2, h3, h4, h5, h6,
.content h2,
.entry-title a,
.page .entry-content h3, .page .entry-content h2, .single .nrelate .nr_title, .single .entry-header .entry-title, .search .archive-description h1, .search .content .post .entry-header h2, .archive .content .post .entry-header h2, .home .featuredpost .post > h2,
.search .content .post .entry-header h2 a, .archive .content .post .entry-header h2 a, .home .featuredpost .post > h2 a {
	color: #0A8F1B;
}

.btn {
	border: 0px;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear
}

.btn:hover {
	opacity: 0.7;
}

.btn.btn-primary {
	color: #fff !important;
}

.container {
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
}

.widget.featuredpost .post:before, .widget.featuredpost .post:after,
.widget:before, .widget:after,
.widget-area:before, .widget-area:after,
.site-inner:before, .site-inner:after,
.wrap:before, .wrap:after {
	content: '';
	display: table;
}

.widget.featuredpost .post:after,
.widget:after,
.widget-area:after,
.site-inner:after,
.wrap:after {
	clear: both;
}

ul.socials {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.socials li {
	display: inline-block;
}

ul.socials li a {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

ul.socials li a:hover {
	opacity: 0.7;
}

.clear {
	clear: both;
}
/* END GENERAL */

/* HEADER */
#header-newsletter {
	color: #fff;
	padding: 10px 0px;
}

#header-newsletter .container {
	position: relative;
}

#header-newsletter .container:before {
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 58px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0A8F1B;
}

#header-newsletter h3 {
	color: #fff;
	margin: 6px 0px 0px;
	text-transform: none;
	font-size: 17px;
	font-weight: 300;
	float: left;
}

#header-newsletter form {
	float: right;
	max-width: 210px;
}

.top-ad {
	padding: 15px 0px 15px;
}

.top-ad .adthrive-ad {
	margin: 0px;
}

.site-header {
	border-bottom: 1px dotted rgba(84, 177, 60, 0.4);
	padding: 0px 0px 25px;
	position: relative;
}

.site-header .widgettitle {
	display: none;
}

.site-header ul.socials {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.site-header ul.socials li {
	margin-left: 2px;
}

.site-header .title-area {
	float: left;
	width: 300px;
}

.site-header .header-widget-area {
	float: right;
	width: 800px;
	padding-top: 12px !important;
}

.title-area h1, .title-area p {
	margin: 0px;
}

.title-area .site-title img {
	width: 280px;
	max-width: 100%;
	margin: 0px;
}

.header-widget-area .widget_nav_menu {
	float: left;
}

.header-widget-area .widget_search {
	float: right;
	width: 210px;
	margin-top: 2px;
}

.header-widget-area .genesis-nav-menu {
	border: 0px;
	margin: 0px;
	text-align: left;
}

.header-widget-area .genesis-nav-menu > li {
	position: relative !important;
	padding: 10px 15px;
}

.header-widget-area .genesis-nav-menu > li > a {
    font-weight: 600;
    padding: 0px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.header-widget-area .genesis-nav-menu > li > a:hover {
	opacity: 0.7;
}

.header-widget-area .genesis-nav-menu ul.sub-menu {
	top: 100%;
}

.header-widget-area .genesis-nav-menu ul.sub-menu a:hover {
	background-color: #f2f8f2;
}

@media only screen and (max-width: 1199px) {
	.site-header .wrap {
		max-width: 930px;
		overflow: visible;
	}

	.site-header .header-widget-area {
		width: 630px;
	}

	.header-widget-area .genesis-nav-menu > li {
		padding: 10px 6px;
	}

	.header-widget-area .widget_search {
		width: 132px;
	}
}

@media only screen and (max-width: 991px) {
	.site-header .wrap {
		max-width: 710px;
	}
	
	.site-header .header-widget-area,
	.site-header .title-area {
		float: none;
		width: auto;
	}

	.header-widget-area .widget_search {
		width: 200px;
	}

	.site-header ul.socials {
		display: none;
	}
}

@media only screen and (max-width: 940px) {
	.site-header .header-widget-area {
		position: relative;
	}

	.header-widget-area .widget {
		float: none !important;
	}

	.header-widget-area .menu-toggle {
		border: 0px;
		min-height: 36px;
	}

	.header-widget-area .menu-toggle span {
		position: relative;
		left: 0px;
		top: 16px;
		margin: 0px;
	}

	.header-widget-area .menu-toggle span,
	.header-widget-area .menu-toggle span:before,
	.header-widget-area .menu-toggle span:after {
		background-color: #0d7500;
	}

	.header-widget-area .widget_search {
		position: absolute;
		right: 0px;
		top: 12px;
		margin: 0px;
	}

	.header-widget-area .genesis-nav-menu > li {
		padding: 10px 0px;
		border-bottom: 1px solid #0d7500;
	}

	.header-widget-area .genesis-nav-menu ul.sub-menu {
		border: 0px;
	}

	.header-widget-area .genesis-nav-menu ul.sub-menu li {
		border: 0px;
	}

	.header-widget-area .genesis-nav-menu ul.sub-menu li a {
		padding: 8px 0px;
	}

	.header-widget-area .genesis-nav-menu .sub-menu-toggle {
		padding: 0px 5px;
		color: #0d7500;
		top: 7px;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		height: auto;
		line-height: 28px;
	}

	.header-widget-area .genesis-nav-menu .sub-menu-toggle:before {
		content: '+' !important;
	}

	.header-widget-area .genesis-nav-menu .sub-menu-toggle.active {
		opacity: 0.5;
	}
}

@media only screen and (max-width: 767px) {
	#header-newsletter h3 {
		float: none;
		margin: 0px 0px 10px;
	}

	#header-newsletter form {
		float: none;
	}
}
/* END HEADER */

/* FOOTER */
.footer-widgets .widget-area {
	float: left;
	margin: 0px;
}

.footer-widgets .widget-area.footer-widgets-1 {
	width: 30%;
	max-width: 200px;
}

.footer-widgets .widget-area.footer-widgets-2 {
	float: right;
	width: auto;
	max-width: 860px;
	padding: 0px 20px;
}

.footer-bottom {
	background-color: #f2f8f2;
	padding: 15px 20px;
	text-align: left;
	margin-bottom: 20px;
}

.footer-bottom .widget.widget_nav_menu {
	float: left;
	width: 70%;
	padding-top: 5px;
}

.footer-bottom .widget.widget_search {
	float: right;
	width: 30%;
	max-width: 210px;
}

.footer-bottom ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-bottom ul.menu li {
	display: inline-block;
	margin: 4px 12px 4px 0px;
}

.footer-bottom ul.menu li a {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.footer-bottom ul.menu li a:hover {
	opacity: 0.7;
}

.footer-bottom ul.sub-menu {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.footer-widgets .widget-area.footer-widgets-2 {
		width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	.footer-widgets .widget-area {
		float: none !important;
		margin: 0px auto;
		width: auto !important;
		max-width: none !important;
		padding: 15px 0px !important;
	}

	.footer-widgets .featured-content .entry, .footer-widgets .featuredpost .entry {
		width: 32.33%;
	}
}
@media only screen and (max-width: 480px) {
	.footer-widgets .featured-content .entry, .footer-widgets .featuredpost .entry {
		width: 48.5%;
	}
}
/* END FOOTER */

/* CONTENT */
.site-inner {
	width: auto;
	margin: 40px auto;
}

.site-container .site-inner, 
.site-container .site-footer {
	padding-left: 0px;
	padding-right: 0px;
}

.hide-page-title h1.entry-title {
	display: none;
}

.widget-area.home-top {
	margin-bottom: 40px;
}

.widget-area.home-top .row {
	margin-left: -8px;
	margin-right: -8px;
}

.widget-area.home-top .col-md-4,
.widget-area.home-top .col-md-6 {
	padding-left: 8px;
	padding-right: 8px;
}

.widget-area.home-bottom {
	border-top: 1px dotted rgba(84, 177, 60, 0.4);
	padding-top: 40px;
}

.content img {
	box-shadow: 2px 2px 6px 1px rgba(102,102,102,0.6);
}

.content .mpprecipe img {
	box-shadow: none;
}

.content .nut-circle {
	color: #fff;
}

.content .entry-content div.tve-leads-shortcode {
	clear: both;
}

.content .entry-content div.inline-yellow-form img {
	max-width: 250px;
	height: auto;
}

.content .entry-content div.inline-yellow-form .adthrive-ad {
	display: none !important;
	visibility: hidden !important;
}

form.default-form {
	position: relative;
}

form.default-form input[type=email] {
	border: 0px;
    height: 36px;
    padding: 4px 40px 4px 10px;
    outline: none;
    border-radius: 2px;
}

form.default-form button[type=submit] {
	position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    padding: 0px 0px;
    color: #fff;
    width: 28px;
    line-height: 28px;
    border-radius: 2px;
    outline: none;
}

form.default-form button[type=submit]:hover {
	opacity: 0.7;
}

@media only screen and (min-width: 1140px) {
	.content-sidebar .content-sidebar-wrap .content {
		width: 750px;
	}

	.content-sidebar .content-sidebar-wrap .sidebar {
		width: 300px;
	}
}
/* END CONTENT */

/* WIDGET */
.widget ul {
	list-style-position: inside;
}

.widget.widget_search .search-form {
	margin: 0px;
	position: relative;
}

.widget.widget_search .search-form input[type=search] {
	border: 0px;
    background-color: #f2f8f2;
    padding: 4px 40px 4px 10px;
    height: 36px;
    border-radius: 2px;
    background-image: none;
}

.widget.widget_search .search-form input[type=submit] {
	clip: auto;
	width: 28px;
	height: 28px;
	background-image: url(../images/search.png);
	background-color: #fff;
	background-position: center;
	text-indent: -9999px;
	right: 0px;
	top: 4px;
	right: 4px;
	border: 0px !important;
	margin: 0px;
	border-radius: 2px;
}

.recipes-top .widget.widget_search .search-form input[type=search],
.footer-bottom .widget.widget_search .search-form input[type=search] {
	background-color: #fff;
}

.widget_posts_tabbed ul.nav-tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	border: 0px;
	margin-bottom: 35px;
}

.widget_posts_tabbed ul.nav-tabs li {
	margin: 2px;
	float: none;
	display: inline-block;
}

.widget_posts_tabbed ul.nav-tabs li a {
	background-color: #f2f8f2 !important;
	color: #333 !important;
	border: 0px !important;
	border-radius: 0px;
	position: relative;
	display: inline-block;
	padding: 6px 20px;
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.widget_posts_tabbed ul.nav-tabs li a:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #0A8F1B;
	position: absolute;
	bottom: -8px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	opacity: 0;
}


.widget_posts_tabbed ul.nav-tabs li a:hover,
.widget_posts_tabbed ul.nav-tabs li.active a {
	background-color: #0A8F1B !important;
	color: #fff !important;
}

.widget_posts_tabbed ul.nav-tabs li.active a:before {
	opacity: 1;
}

.widget_posts_tabbed .tab-content {
	margin-bottom: 40px;
}

.widget_posts_tabbed .tab-post-item {
	position: relative;
	height: 362px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}

.widget_posts_tabbed .tab-post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.widget_posts_tabbed .tab-post-item h3 {
	position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    background-color: rgba(10,143,27,0.6);
    margin: 0px;
    color: #fff;
    line-height: 1.4;
    text-transform: none;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.widget_posts_tabbed .tab-post-item:hover {
	box-shadow: 2px 2px 6px 1px rgba(102,102,102,0.6);
}

.widget_posts_tabbed .tab-post-item:hover h3 {
	opacity: 1;
}

.widget .about-us {
	background-color: #f2f8f2;
	padding: 20px 15px;
}

.widget .about-us h4 {
	font-size: 14px;
	margin: 0px 0px 10px;
	line-height: 20px;
}

.widget .about-us p {
	margin: 0px;
}

.widget .about-us img {
	box-shadow: none;
	margin-bottom: 10px;
}

.widget .about-us form {
	clear: both;
	margin-top: 15px;
	max-width: 240px;
}

.widget .about-us .about {
	position: relative;
	padding-left: 155px;
	padding-bottom: 10px;
}

.widget .about-us .about img {
    border-radius: 50%;
    max-width: 120px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 15px;
}

.widget .featured-on {
	padding-top: 15px;
}

.widget .featured-on span {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #999;
}

.widget .featured-on img {
	box-shadow: none;
}

.after-post-area.widget-area {
	clear: both;
}

.after-post-area .widgettitle {
	display: none;
}

.after-post-area p {
	margin-bottom: 15px;
}

.after-post-area .subscriber {
	background-color: #f2f8f2;
	padding: 15px;
}

.after-post-area .subscriber form {
	margin-bottom: 15px;
	max-width: 210px;
}

.after-post-area .subscriber form + p {
	margin-bottom: 5px;
}

.widget .featured-post {
	position: relative;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
	-webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}

.widget .featured-post a.featured-post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.widget .featured-post h3 {
	position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    background-color: rgba(10,143,27,0.6);
    margin: 0px;
    color: #fff;
    line-height: 1.4;
    text-transform: none;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.widget .featured-post h3 a {
	color: #fff;
}

.widget .featured-post:hover {
	box-shadow: 2px 2px 6px 1px rgba(102,102,102,0.6);
}

.widget .featured-post:hover h3 {
	opacity: 1;
}
/* END WIDGET */

/* PRODUCTS */
.products .product-item {
	position: relative;
	padding: 15px 15px;
	border: 1px solid transparent;
}

.products .product-item img {
	box-shadow: none;
	display: block;
	margin: 0px auto 15px;
}

.products .product-item h2 {
	padding: 0px 0px;
	margin: 0px 0px 10px;
	text-align: center;
	min-height: 44px;
}

.products .product-item .product-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.products .product-item .btn {
	display: block;
	margin: 0px 0px;
}

.products .product-item:hover {
	border-color: #F2F8EE;
}

.widget_posts_tabbed.products-filter ul.nav-tabs li a:before {
	display: none;
}
/* END PRODUCTS */
.get_head > p {
  color: #0a8f1b;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: sans-serif;
  letter-spacing: 0.1rem;
}
.home-top .featuredpost .link_recipe_index {
  display: none !important;
}
#featured-post-24 .post p {
  padding-left: 0;
}
#featured-post-24 .post h2 {
  padding-left: 0;
}
#featured-post-3 .widget-wrap .post:first-child {
  display: none;
}
.paged #featured-post-3 .widget-wrap .post:first-child {
  display: block;
}
.paged .widget-area.home-top {
  display: none!important;
}
.home-top .featuredpost .post img {
  margin: 0 auto;
  width: 100%;
}
#featured-post-24 .post p:last-child {
 color: #000 !important;
}
a.read-more {
  background-color: #0a8f1b;
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 5px 0 0;
  padding: 5px 15px;
  transition: all 0.1s linear 0s;
  width: 120px;
}
a.read-more:hover {
  opacity: 0.7;
}
.wprm-recipe-snippets a {
  background: #0a8f1b none repeat scroll 0 0;
  color: #ffffff !important;
  font-weight: bold;
  margin-right: 20px;
  padding: 10px 20px !important;
}
.wprm-recipe-snippets {
  display: inline-block;
  margin: 20px 0 10px;
  text-align: center;
  width: 100%;
}

.tve-leads-shortcode .thrv_wrapper.tve_image_caption .tve_image {
	box-shadow: none;
}

.breadcrumb p {
	margin: 0px 0px;
}