/**
 * Theme Name: StrapPress Child
 * Theme URI: http://.com
 * Author:
 * Author URI: http://.com
 * Version: 1.2.0.0
 * Copyright (C) 2011-2014 Brag Interactive
 * License: GNU General Public License, version 3 (GPLv3)
 * License URI: license.txt
 * Description: StrapPress Child Theme
 * Template: strappress
 *
 * @lastUpdated	   06/24/2015
 * @updatedBy		 Bo Carlson (bo@fictiontribe.com)
 *
--------------------------------------------------------------
Custom Child Theme Styles
--------------------------------------------------------------

Let's stay organized with comment headers above sections

1. Global
2. Navigation
	2b. Navigation Mega Menu
3. Body, Containers, Background
4. Home Page
5. Social Icons
6. Varieties
7. Recipes
7b. Recipes Reviews
8. Recipes Sort
9. Search Results
10. Overview Page Masonry
11. Footer
12. Media Queries

--------------------------------------------------------------
1. Global
--------------------------------------------------------------
 */
.mochabg{
	background: #7b716d;
}
.tanbg{
	background: #d7d2c6;
}
.tealbg{
	background: #008c95;
}
.greenbg{
	background: #94b492;
}
hr {
	border-top:none
}
/*start new stuff*/
header.header-main{
	display: block;
	position: relative;
	height: 150px;
	width: 100%;
	max-width: 1140px;
	max-height: 150px;
	margin: 0px auto;
	border: 0;
}
#logo{
	display: inline-block;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	z-index: 10000;
}
#logo img {
	padding: 24px 0 0;
	max-width: 122px;
}
/*end new stuff*/
.title-404 {
	color:#558c2b
}
/*#wrapper {
	min-height: 720px;
}*/
.page .page-title {
	font-size:42px;
	width: 74%;
	float: left;
}
.pear-green-btn {
	color:#fff;
	background-color:#008c95;
	border-color:#008c95;
	border-radius:0
}
.btn:hover, .btn:focus {
	color: #e8d8b3;
}
a:focus {
	color: inherit;
}
.nopadding {
	padding:0 !important
}
.row {
	margin:0
}
body {
	font-family:'Open Sans',sans-serif
}
body.custom-background {
	background-repeat: round !important;
}
a {
	color: #008c95;
}
a:hover {
	color: #63bb46;
}
#widgets a {
	text-decoration:none;
	color:#fff
}
h1,h1 a,h1 a:hover {
	font-family:'Oswald',sans-serif;
	color:#555759;
	text-transform:uppercase;
	font-size:42px;
	font-weight:700
}
h2 {
	font-family:'Open Sans',sans-serif;
	font-size:28px;
	color:#555759;
	font-weight:700
}
h3 {
	line-height: 1.4em;
}
.page-header-fullwidth {
	padding-top:40px;
	margin-right:-15px
}
.page-header-fullwidth.top-vpad {
	padding-top: 20px;
}
.nudge .page-header-fullwidth.top-vpad {
	padding-top: 0;
}
.page .row,.page .row.footer-bottom-row{
	padding:0 0 4%
}
.page-id-1559 .post-entry .row {
	padding:0
}
.page-id-1559 .post-entry .col-lg-6:first-child {
	padding-left:0
}
.page article {
	margin-bottom:60px
}
.page .masonry article {
	margin-bottom:0
}
#custom-masonry .row,#custom-masonry.row,.page-id-1528 .row,.page-id-2262 .row,.page-id-2259 .row,.page-id-686 .row,.page-id-688 .row {
	padding:0
}
.page-id-1528 article,.page-id-2262 article,.page-id-2259 article,.page-id-686 article,.page-id-688 article {
	margin-bottom:0
}
.btn-primary {
	background-color:#7AC13F;
	border-color:#7AC13F;
	border-radius:0
}
.form-control {
	border-radius:0
}
.top40 {
	margin-top:40px
}
#social-menu{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 88px;
}
#social-menu i.fa{
	margin: 13px 0 0;
	padding: 0 15px 0 0;
	font-size: 23px;
	color: #404041;
}
#social-menu i.fa:hover {
	color: #7ac142;
}
.clear{
	clear: both;
}
/**
--------------------------------------------------------------
2. Navigation
--------------------------------------------------------------
 *
 * Full site main menu
 */
#pear-menu {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: auto;
	font-size: 13px;
	font-weight: normal;
	color: #404041;
}
#pear-menu > ul {
	display: block;
	margin: 84px 0 0 0;
	padding: 0 0 0 150px;
	text-align: left;
	list-style: none;
}
#pear-menu > ul li {
	display: inline-block;
	cursor: pointer;
	padding: 15px 22px 24px 15px;
}
#pear-menu > ul li a {
	text-decoration: none;
	color: #404041;
	text-transform: uppercase;
}
#pear-menu .fa-caret-down{
	position: absolute;
	margin: 5px 0 0 -2px;
	padding: 0;
	font-size: 12px;
	line-height: 8px;
}
/*
 *Full site menu drawers
 */
#pears-submenu-container {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	box-shadow: 0px 0px 2px 1px rgba( 100,100,100,0.1);
	z-index: 10000;
}
.pears-submenu {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 15px;
	width: 100%;
	font-weight: 400;
	text-align: left;
}
.pears-submenu{
	min-height: 252px;
}
.pears-submenu a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}
.drawer-img-links{
	position: absolute;
	display: block;
	top: 15px;
	left: 15px;
	margin-left: 228px;
	height: 225px;
	overflow: hidden;
}
.pears-submenu ul{
	display: inline-block;
	width: 208px;
	margin: 0 20px 0 0;
	padding: 0 0 0 8px;
	list-style: none;
	vertical-align: top;
}
.pears-submenu ul li {
	padding: 6px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
div.pears-submenu ul li a:hover {
	text-decoration: underline !important;
}
.pears-submenu a.menu-img {
	display: inline-block;
	width: 200px;
	margin: 0 20px 0 0;
	font-size: 13px;
	vertical-align: top;
}
.menu-img div{
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 0 8px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.menu-img img{
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 200px;
}
/*
 * Mobile site menu
 */
 #pear-mobile-menu {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	margin: 108px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #404041;
	text-transform: uppercase;
	background: transparent;
	z-index: 10000;
}
.pear-hamburger {
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	padding: 8px;
	cursor: pointer;
}
#pear-mobile-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#pear-mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #454545;
}
#pear-menuoptions {
	display: none;
}
#pear-mobile-menu li ul {
	background: #676767;
	display: none;
}
li.pear-mobile-drawer{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	font-size: 17px;
	line-height: 23px;
}
li.pear-mobile-drawer a{
	display: inline-block;
	padding: 10px;
}
.pear-mobile-drawer ul li {
	margin: 0;
	padding: 0;
	background: #676767;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pear-mobile-drawer ul li:first-child{
	border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.pear-mobile-drawer ul li:last-child{
	border-bottom: 0;
}
.pear-mobile-drawer ul li a{
	padding: 8px 16px;
}
/* 3. Body, Containers, Background
-------------------------------------------------------------- */
body.custom-background {
	background-size:cover;
}
.container {
	max-width:1140px;
	width:100%;
	background:#fff;
	padding-right:0;
	padding-left:0;
}
/* 4. Home Page
-------------------------------------------------------------- */
/* Version 2 HomePage Styles */
.page-template-template-homepage-2-php #wrapper {
	clear:both;
	margin:0 auto;
	padding:0;
	position:relative
}
.page-template-template-homepage-2-php .row {
	padding:0
}
.metaslider #metaslider_2185 .caption-wrap {
	height:100%;
	background: rgb(0,0,0);
	background:rgba(0,0,0,0.5);
	opacity:1;
	width:30%
}
.metaslider #metaslider_2185 .caption {
	padding:17px 35px
}
.metaslider-flex .flex-direction-nav a,.metaslider-flex .flex-direction-nav a {
	background-image:none;
	background-size:38px;
	background:#008c95;
	height:28px;
	width:58px;
	border-radius:50%;
	text-indent:22px;
	padding:0;
	font-size:2em;
	color:#FFF;
	-webkit-transform:scale(1,2);
	-moz-transform:scale(1,2);
	-ms-transform:scale(1,2);
	-o-transform:scale(1,2);
	transform:scale(1,2);
	line-height:.95em;
	display:inline-block;
	text-decoration:none
}
#metaslider_2651 .flex-direction-nav a.flex-prev,
#metaslider_2185 .flex-direction-nav a.flex-prev,
#metaslider_2188 .flex-direction-nav a.flex-prev {
	text-indent:18px
}
.flexslider .slides p {
	font-size:medium;
	font-weight:300;
	line-height:1.4em
}
.flexslider .slides h3 {
	text-transform:uppercase
}
#metaslider_2651.flexslider:hover .flex-next,
#metaslider_2185.flexslider:hover .flex-next {
	right:-24px
}
#metaslider_2651.flexslider:hover .flex-next,
#metaslider_2188.flexslider:hover .flex-next {
	right:0px
}
#metaslider_2651.flexslider:hover .flex-prev,
#metaslider_2185.flexslider:hover .flex-prev {
	left:-24px
}
#metaslider_2651.flexslider:hover .flex-prev,
#metaslider_2188.flexslider:hover .flex-prev {
	left:0px
}
.red-row {
	background:#bd3c43
}
.red-row img {
	margin:6% 0;
	max-width:420px
}
.red-row .text {
	color:#fff;
	margin-top:10%
}
.row .text h3 {
	font-weight:700;
	font-size:2em
}
.red-row .text p,.white-row p,.blue-row p,.dark-row p {
	font-weight:100;
	line-height:1.6em;
	font-size:1.1em
}
.red-row .text a {
	color:#fff;
	font-weight:500;
	line-height:3em
}
.white-row .text a {
	color:#3cacbd
}
.col-row-6 {
	width:44%;
	margin-left:5%;
	display:inline-block;
	vertical-align:top;
	float:left
}
.blue-row {
	background-color:#3cacbd;
	color:#fff
}
.blue-row h2 {
	color:#fff
}
.blue-row p {
	font-weight:100
}
.col-row-6.right.lg-image {
	margin-left:0;
	width:61%
}
.col-row-6.right.lg-image img {
	position:absolute;
	top:-42px
}
.col-row-6.right.lg-image p {
	position:relative
}
.col-row-6.half-col {
	width:30%
}
.vert-spc {
	padding:3% 0
}
.overlap {
	height:425px
}
.col-row-6.right {
	margin-left:1.5%
}
.dark-row {
	background-color: #7C716D
}
.dark-row h2 {
	color: #fff;
	line-height:2.6em
}
#metaslider_container_2638,
#metaslider_container_2188 {
	padding-bottom: 40px
}

.metaslider.variety-s .flex-viewport,#metaslider_2188 .flex-viewport {
	margin:auto
}
.metaslider.variety-s .flex-viewport,#metaslider_2188 .flex-viewport,
.metaslider.variety-s .flex-viewport,#metaslider_2651 .flex-viewport {
	max-width: 1100px;
}
.metaslider.variety-s .caption-wrap,.metaslider #metaslider_2651 .caption-wrap,
.metaslider.variety-s .caption-wrap,.metaslider #metaslider_2188 .caption-wrap {
	position: static;
	background: transparent;
	opacity: 1;
	font-weight: 300;
	padding: 10px 0
}
#metaslider_2188.flexslider .slides li {
	margin-right: 25px !important
}
.metaslider .caption {
	  padding: 5px 0 !important;
}
.home-row .flex-direction-nav {
	position: relative;
	bottom: 140px;
}
.home-row.growers .flex-direction-nav {
	bottom: 156px;
}
.home-row.back-tint {
	background-attachment: fixed;
	max-height: 540px;
	background-size: cover;
}

/* End New HomePage Styles */


/* Home Version 3 Styles */

body.page-template-template-homepage-3-php.custom-background {
	background-image: none;
}
.bknd {
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  height: 100%;
}
.hero-contain {
	max-height: 650px;
	width: 100%;
	height: 650px;
	margin-bottom: 5px;
}
.hero-cta {
	padding: 0 0 44% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 47%;
	background-size: 32%;
	background-position: 50% 35%;
}
.intro-img {
	width: 100%;
	text-align: center;
	position: fixed;
	z-index: 0;
}
.intro-img img {
    width: 28%;
    padding-top: 2%;
    float: left;
    z-index: 1;
    margin-left: 2%;
}
/*
.bknd img {
  width: 39%;
  margin-top: 11%;
}
*/
.border-img {
	background: url('includes/images/border-texture.png') center center no-repeat transparent;
	background-size: 100% 100%;
	display: block;
	position: relative;
	height: 150px
}
.pos-border {
	margin-top: -75px;
	background: transparent;
	z-index: 10;
	position: relative;
	border: 70px solid transparent;
	-moz-border-image: url('includes/images/border-texture.png') 220 3 stretch; /* Firefox */
	-webkit-border-image: url('includes/images/border-texture.png') 220 3 stretch; /* Safari */
	-o-border-image: url('includes/images/border-texture.png') 220 3 stretch; /* Opera */
	border-image: url('includes/images/border-texture.png') 220 3 stretch;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.post-slider .metaslider{
	margin: 3% auto !important;
}
.post-slider {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 3% 0;
}
.post-slider .caption,
.variety-s .var-excerpt h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #555759;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1em;
}
.variety-s .var-excerpt h2 {
	line-height: 1.2em;
	margin-top: 0;
}
.post-slider .metaslider-flex .flex-direction-nav a, .post-slider .metaslider-flex .flex-direction-nav a {
  background: #008c95;
}
.metaslider-flex {
	overflow: hidden;
}
.section-sub {
	font-family: 'Open Sans',sans-serif;
	font-size: 28px;
	color: #555759;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 20px;
	position: absolute;
	top: 34%;
	margin: auto;
	left: 0;
	right: 0;
}
.ripeness .section-sub,
.post-slider .section-sub {
	position: static;
}
.section-title {
	font-family: 'Oswald',sans-serif;
	font-size: 54px;
	color: #c1c97e;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 8px;
}
/*.ripeness .home-width {
	position: absolute;
	left: 20%;
}*/
.ripeness {
	background: #d7d2c5;
	padding-top: 3%;
	overflow: hidden;
	position: relative;
	max-height: 450px;
}
.ripeness-tree {
	background-image: url('includes/images/tree-transition.png');
	opacity: 0.2;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 0;
	width: 28%;
	height: 450px;
	max-width: 448px;
}
.section-sub.brown {
	color: #fff;
	line-height: 0;
}
.section-title.brown {
	color: #7c706c;
	line-height: 70px;
}
.hand {
	padding: 19% 0;
	width: 41%;
	display: inline-block;
	margin-left: 7%;
	vertical-align: bottom;
	position: relative;
	left: -410px;
	z-index: -1;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.5s ease-in;
}
.hand.hand-in {
	position: relative;
	left: 0;
	z-index: 0;
}
.hand-left {
	width: 41%;
	display: inline-block;
	top: 22%;
	padding: 11% 0;
	position: absolute;
	left: -410px;
	z-index: -1;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.5s ease-in;
}
.hand-in.hand-left {
	position: absolute;
	left: 0;
	z-index: 0;
}
.way-anchor {
	position: relative;
	bottom: -100px;
}
.home-width {
	max-width: 1060px;
	width: 100%;
	margin: auto;
}
.home-right {
	width: 49%;
	display: inline-block;
	position: relative;
	bottom: 140px;
	padding-left: 5%;
}
.home-center {
	position: relative;
	background: #fff;
	width: 390px;
	height: 400px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	-webkit-box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.8);
	overflow: hidden;
}
.home-center .btn {
	position: inherit;
	top: 64%;
	left: 0;
	right: 0;
	margin: auto;
}
.stitch {
  padding: 9%;
  position: relative;
}
.home-center .section-title,
.tint .section-title {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: auto;
}
.tint .section-sub,
.tint .section-title {
	position: static;
	padding-bottom: 3.5%;
}
.tint {
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	padding: 3% 0;
}
.tint .section-title {
	color: #fff;
}
.tint .section-sub {
	color: #c4d72d;
}
.graphic {
	width: 37%;
	display: inline-block;
}
.tint .home-right {
	bottom: 0;
	padding-left: 15%;
	top: 40px;
}

/* End Version 3 Styles */
.variety-s .flex-viewport {
	max-width:1012px !important
}

.variety-s .flex-direction-nav a {
	top:34%
}

.variety-s .flexslider:hover .flex-prev {
	left:5px
}

.variety-s .flexslider:hover .flex-next {
	right:5px
}

.variety-s .read-more,.var-excerpt a:hover {
	color:#008c95
}

.variety_icons [class^="icon-"]:before,.variety_icons [class*=" icon-"]:before,.variety_icons [class^="icon-"]:after,.variety_icons [class*=" icon-"]:after {
	color:#fff;
	font-size:40px;
	padding-right:12px
}
body.page-template-ripening-handling-full-width section.post-entry ul li{
	display: list-item;
	list-style-type: initial!important;
}
.single .category-varieties .post-entry {
	margin-left:15px;
}
.new-single-title h1 {
	width: 75%;
	float: left;
}
.new-title {
	width: 78%;
	display: inline-block;
}
.new-head {
	margin-top: 20px;
}
.v-pad {
	padding-left:0;
}

.icon-icon-baljar.Hide,.icon-icon-bbq.Hide,.icon-icon-oven.Hide,.icon-icon-blender.Hide,.icon-icon-cheese.Hide,.icon-icon-fryingpan.Hide,.icon-icon-lettuce.Hide,.icon-icon-pear.Hide {
	display:none
}

.icon.icon-fork {
	margin-left:-7px;
	padding-right:8px
}

.herofruit {
	background-size:contain;
	position:static;
	height:450px;
	background-repeat:no-repeat;
	background-position: 40%;
}

.widget-small-copy {
	font-weight:400;
	text-transform:none !important;
	font-size:16px !important
}

#widget-title-one {
	background-color:#287481;
	color:#fff;
	width:250px;
	height:70px;
	font-size:large
}

.widget_sp_image {
	padding:20px 10px 0
}

#widget_sp_image-2 p {
	background-color:#287481;
	max-width:250px;
	height:70px;
	color:#fff;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
	margin-top:-10px
}

#widget_sp_image-3 p {
	background-color:#287481;
	max-width:250px;
	height:70px;
	color:#fff;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
	margin-top:-10px
}

#widget_sp_image-4 p {
	background-color:#558c2b;
	max-width:530px;
	color:#fff;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
	height:39px;
	margin-top:-10px
}

#widget_sp_image-4 {
	margin-top:0
}

#widget_sp_image-5 {
	margin-top:-284px
}

#widget_sp_image-5 p {
	background-color:#850004;
	max-width:530px;
	height:70px;
	color:#fff;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
	margin-top:-10px
}

#widget_sp_image-6 p {
	background-color:#7C716D;
	max-width:530px;
	height:70px;
	color:#fff;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
	margin-top:-10px
}

#widget_sp_image-7 p {
	background-color:#7C716D;
	max-width:530px;
	height:70px;
	color:#fff;
	font-size:18px;
	padding:10px;
	text-transform:uppercase;
	margin-top:-10px
}

.widget_sp_image img {
	margin:0
}

.panel-primary>.panel-heading,.panel-primary {
	background-color:#7ac142;
	border-color:#7ac142
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-color:#7ac142;
	background-color:#fff
}

.panel-group .panel {
	border-radius:0
}

.panel-primary>.panel-heading {
	text-transform:uppercase
}
.accordion-toggle:hover {
	color:#fff;
}

#content-full {
	max-width:1035px;
	margin:20px auto
}

.page #content-full {
	margin:0 auto
}

.recipeList li {
	list-style:none
}
#post-1433 li,
#post-1476 li {
	list-style: disc;
}

.event-image {
	float:left;
	margin-right:30px
}

.date {
	font-weight:700
}

.location {
	margin-bottom:14px
}

/* 5. Social Icons
-------------------------------------------------------------- */

.social-icons.navbar-right a {
    color:#555759;
    font-size:20px;
    margin-left:15px
}

.navbar-right {
    padding-right:5px
}
.page .social-icons {
    width: 200px;
}

.navbar-collapse .social-icons {
    line-height:normal;
    margin:56px 0 0;
    font-size:32px
}
.hentry .social-icons {
    float: left;
}
.hentry .essb_links.essb_template_grey-blocks-retina .essb_link_facebook a {
  color: #7C716D!important;
}

.social-icons a {
    color:#fff;
    font-size:20px;
    margin-left:15px
}
.social-icons a:hover {
    color: #7ac142;
}

.social-icons-footer {
    text-align:left !important;
    margin-left:-15px !important;
    padding-top:20px !important
}

#footer .fa-youtube:before {
    content:"\f16a"
}

.variety-container.col-md-4.nopadding {
    width:38.2%
}

.variety-heading-youtube.col-md-7 {
    width:61.8%
}

#Container .col-md-4 {
    width:31%
}

.isotope.variety {
    margin-left:30px;
    min-height:500px
}

#Filters fieldset {
    width:300px;
    display:inline-block
}

#Filters {
	margin-top:30px;
	text-align:center
}

#Filters select {
	background:#333;
	color:#fff;
	border-radius:0 !important;
	padding:5px;
	font-size:1.4em
}

#filters {
	width:80%;
	text-align:center;
	margin:auto
}

.ui-group {
	display:inline-block
}

.ui-group.first {
	margin-right:20px
}

.button.is-checked {
	background:#7ac142;
	border:1px solid
}

.sort-height {
	min-height:500px
}

.mix {
	text-align:center;
	padding:0 !important
}

.variety-container-detail {
	width:100%;
	display:inline-block;
	float:left
}

.variety-heading-herofruit {
	display:inline-block;
	float:left;
}

/* 5. Home carousel
-------------------------------------------------------------- */
.carousel-caption {
	left:0;
	width:30%;
	height:100%;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.5);
	text-align:left;
	padding-left:3%;
	padding-right:3%;
	text-shadow:none;
	top:0
}

.carousel-caption p {
	font-size:medium;
	opacity:1;
	font-weight:300
}

.carousel-control .icon-prev,.carousel-control .icon-next {
	width:50px;
	height:50px;
	margin-top:-15px
}

.carousel-control.left,.carousel-control.right {
	background-image:none;
	z-index:999
}

.carousel-control .icon-prev {
	margin-left:-105px
}

.carousel-control .icon-prev:before {
	content:'\2039'
}

.carousel-control .icon-next {
	margin-right:-105px
}

span.icon-prev,span.icon-next {
	border-radius:50%;
	background:#7ac142;
	width:100px;
	height:100px;
	float:left;
	margin:0 20px 20px 0
}

.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	filter:alpha(opacity=100);
	opacity:1
}

/*	6 Varities
-------------------------------------------------------------- */
.variety-container {
	height:397px
}

.variety-heading {
	max-width:435px;
	background-color:#7ac142;
	height:100%;
	float:left;
	padding:50px 30px 0 50px
}

.variety-entry {
	padding:0 35px;
	color:#7C716D
}

.variety_icons {
	padding-top: 6%;
}

.variety-heading-youtube {
	background-color:#7ac142;
	max-height:397px;
	float:right
}

.variety-heading-youtube p {
	padding:0
}

.variety-container-detail {
	border-bottom-color:#588c30;
	border-bottom-style:solid;
	border-bottom-width:7px;
	min-height:457px;
	background: #7AC142;
}

.variety-heading-detail {
	width:57%;
	background-color:#7ac142;
	min-height:450px;
	float:left;
	padding:50px 0 0 50px
}

.variety-heading-herofruit {
	width:43%;
	background-color:#7ac142;
	min-height:457px;
	float:right;
	position:relative
}

.herofruit {
	background-repeat: no-repeat;
	background-size: 100%;
	width:100%;
	background-position: 50% 50%;
}

.herofruit img {
	width:100%
}

.variety-detail-subheading {
	text-transform:uppercase;
	font-size:2em;
	font-weight:900;
	color:#555759;
	padding-top:25px;
	padding-bottom:10px;
	font-family:'Open-sans',sans-serif
}

.variety-detail-subheading-details {
	color:#555759
}

.iconpadder {
	padding-right:15px
}

.variety_header_sub_detail {
	font-weight:700;
	font-size:12pt;
	color:#7C716D;
	padding-top:10px;
	line-height:2.2em
}

.variety-heading-entrytext {
	color:#555759;
	font-size:28px;
	font-weight:600;
	font-family:'Oswald',sans-serif
}

.h1-variety {
	font-family:'Oswald',sans-serif;
	color:#fff;
	letter-spacing:.05em;
	text-transform:uppercase;
	font-size:56px;
	font-weight:700
}

.variety-header-copy {
	font-weight:300;
	text-transform:none !important;
	font-size:16px !important;
	color:#fff
}

.learn-btn {
	color:#fff;
	background-color:#555759;
	border-color:#555759;
	border-radius:0;
	margin-top:20px
}

.page-id-688 #content-blog {
	width:100%;
	margin:auto;
	max-width:1130px
}

/*	7. Recipes
-------------------------------------------------------------- */
.drop-sort {
	text-align:left;
	display:inline;
	margin:0;
	padding:15px 4px 17px 0;
	list-style:none
}

.drop-sort li {
	display:inline-block;
	margin-right:0;
	margin-left:0;
	position:relative;
	padding:15px 20px;
	background:#595959;
	color:#fff;
	cursor:pointer;
	z-index:1;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}

.drop-sort li:hover {
	background:#7ac043;
	color:#fff
}

.logged-in .drop-sort li .drop-inner {
	top:49px
}

.drop-sort li .drop-inner {
	padding:0;
	position:absolute;
	top:44px;
	left:0;
	width:600px;
	display:none;
	opacity:0;
	visibility:hidden;
	background-color:#7ac043;
	border-bottom:5px solid #568c2e;
	-webkit-transiton:opacity .2s;
	-moz-transition:opacity .2s;
	-ms-transition:opacity .2s;
	-o-transition:opacity .2s;
	-transition:opacity .2s
}

@-moz-document url-prefix() {
	.drop-sortlidrop-innertop:43px
}


.drop-sort li .drop-inner.drop-right {
	width:415px
}

.drop-sort li .drop-inner li {
	background:#7ac043;
	display:block;
	color:#fff
}

.drop-sort li .drop-inner li:hover {
	background:#568c2e
}

.drop-sort li:hover .drop-inner {
	display:block;
	opacity:1;
	visibility:visible
}

.drop-sort li .drop-inner li {
	padding:7px 10px
}

#portfolio-filter {
	margin:9px 0 10px
}

#portfolio-filter .drop-sort li {
	top:1px
}

#portfolio-filter .drop-sort > li {
	top:0
}

#portfolio-filter li a,#portfolio-filter.reset a {
	font-size:1.3em;
	color:#fff
}

#portfolio-filter.reset a:hover {
	text-decoration:none
}

#portfolio-filter.reset {
	padding:0 20px
}

#portfolio-filter .drop-inner li a {
	font-size:1.1em
}

.btn.active {
	-webkit-box-shadow:inset 3px 3px 0 rgba(0,0,0,.125);
	-moz-box-shadow:inset 3px 3px 0 rgba(0,0,0,.125);
	-ms-box-shadow:inset 3px 3px 0 rgba(0,0,0,.125);
	-o-box-shadow:inset 3px 3px 0 rgba(0,0,0,.125);
	box-shadow:inset 3px 3px 0 rgba(0,0,0,.125)
}

.btn-default.active {
	background-color:transparent;
	border-color:#568c2e
}

.page-template-template-decor-php .col-lg-12,
.page-template-template-poached-php .col-lg-12,
.page-template-template-kids-recipes-php .col-lg-12,
.page-template-recipe-sort-php .col-lg-12,
.page-template-template-recipe-sort-php .col-lg-12 {
	padding:0 18px
}

.thumbnail {
	border:none
}

.page-template-template-decor-php .thumbnail,
.page-template-template-poached-php .thumbnail,
.page-template-template-kids-recipes-php .thumbnail,
.page-template-template-portfolio-php .thumbnail,
.page-template-recipe-sort-php .thumbnail {
	padding:0;
	border-bottom:3px solid #7ac142;
	border-radius:0
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #c1c97e;
}

#custom-masonry .col-lg-4,
.page-template-template-decor-php #wrapper .col-lg-4,
.page-template-template-poached-php #wrapper .col-lg-4,
.page-template-template-kids-recipes-php #wrapper .col-lg-4,
.page-template-template-portfolio-php #wrapper .col-lg-4,
.page-template-recipe-sort-php #wrapper .col-lg-4 {
	width:31%;
	padding:0;
	margin:9px;
	background:#7C716D
}
.page-template-recipe-sort-php #wrapper .col-lg-4 {
   /* margin: 1%;*/
}


#custom-masonry .col-lg-4 {
	width:28%;
	margin:2%
}

#custom-masonry .col-lg-4 {
	background:#FFF
}

.page-template-template-decor-php .col-lg-4 h4,
.page-template-template-poached-php .col-lg-4 h4,
.page-template-template-kids-recipes-php .col-lg-4 h4,
.page-template-template-portfolio-php .col-lg-4 h4,
.page-template-recipe-sort-php .col-lg-4 h4 {
	padding:0 10px
}

.page-template-template-decor-php .col-lg-4 a,
.page-template-template-poached-php .col-lg-4 a,
.page-template-template-kids-recipes-php .col-lg-4 a,
.page-template-template-portfolio-php .col-lg-4 a,
.page-template-recipe-sort-php .col-lg-4 a {
	color:#fff;
	line-height:1.3em
}

/*.page-template-recipe-sort-php .col-lg-4 > a {
	display: inline-block;
	max-height: 340px;
}*/

.page-template-template-decor-php .col-lg-a:hover,
.page-template-template-poached-php .col-lg-a:hover,
.page-template-template-kids-recipes-php .col-lg-a:hover,
.page-template-template-portfolio-php .col-lg-4 a:hover,
.page-template-recipe-sort-php .col-lg-4 a:hover {
	text-decoration:none
}

.page-template-template-decor-php .thumbnail>img,
.page-template-template-poached-php .thumbnail>img,
.page-template-template-kids-recipes-php .thumbnail>img,
.page-template-template-portfolio-php .thumbnail>img,
.page-template-recipe-sort-php .thumbnail>img {
	width:100%
}

.filter-title {
	max-width:1062px;
	margin:30px auto
}

.border-fill {
	border-bottom:5px solid #555759;
	width:100%
}

#custom-masonry .border-fill {
	border-bottom:1px solid #ccc
}

.height-fill {
	border-bottom:20px solid #fff;
	z-index:10
}

#quicksearch {
	width:95%
}

.recipe-search-box {
	border-color:#555759;
	border-width:15px 20px;
	border-style:solid;
	background-color:#fff
}

#quicksearch {
	width:94%;
	height:33px;
	border:none
}

.search-icon {
	float:left;
	padding:10px;
	height:20px;
	margin-top:-4px
}
.search-pad {
	padding: 0% 3.3% 2% 3.3%;
}
select.search-pad {
	margin: 2% 3.3% 2% 3.3%;
	width: 300px;
	font-size: 1.3em;
	padding: 0.4%;
}
.recipe-search-go {
	display:none
}
.recipe-menu label.fancy-check {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
}

label.fancy-check input[type="checkbox"] {display:none;}
label.fancy-check span {
	display:inline-block;
	border:2px solid #d7d2c5;
	border-radius:0;
	width:22px;
	height:22px;
	background:#FFF;
	vertical-align:middle;
	margin:3px 6px;
}
label.fancy-check :checked + span {
	background:#FFF;
	background-image: url('includes/images/check-mark.png');
	background-size: contain;
}
/* END SEARCH CHECKBOXES */

/*BC - Start new box CSS*/
div.recipe-search-wrap,
div.tiles-wrap,
div.article-grid-wrap{
	position: relative;
	display: block;
	/*visibility: hidden;*/
	min-height: 400px;
	width: auto !important;
	/*max-width: 1100px !important;*/
	margin: 5px 30px;
	padding: 0;
}
div.article-grid-wrap{
	margin: 5px 0;
}
div.tile-wrap{
	display: block;
	float: left;
	width: 33.33%;
	padding: 10px;
}
div.tile-wrap .type-meter{
	position: relative;
	display: block;
	padding: 0 16%;
}
div.tile-wrap h2,
div.tile-wrap a{
	color: #945738;
}
div.tile-wrap .type-meter div.type-meter-title{
	margin: 0;
	padding: 4px;
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	/*text-decoration: none!important;*/
	/*text-align: left;*/
}
div.tile-wrap a:hover{
	text-decoration: none;
}
div.tile-wrap h1{
	margin: 10px 0 30px;
}
div.tile-wrap a:hover h1{
	text-decoration: underline;
}
div.tile-wrap .type-meter .bar{
	position: relative;
	display: block;
	background: #f8f2d8;
}
div.tile-wrap .type-meter .bar div{
	display: inline-block;
	width: 10%;
}
div.tile-wrap .type-meter .bar div.score{
	background: #7ac141;
}
div.tile-wrap .type-meter .half{
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 0 0 4px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}
div.tile-wrap .type-meter .half.text-right{
	text-align: right;
}
/*Recipe Search CSS*/
.recipe-search-wrap div.tiles{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: #7c716d;
	border-bottom: 5px solid #555759;
}
.recipe-search-wrap div.tiles a{
	color: #fff;
}
.recipe-search-wrap div.tiles a.thumbnail{
	padding: 0;
	background: #fff url('includes/images/loading.gif') no-repeat center center;
	border-bottom: 3px solid #7ac142;
	border-radius: 0;
}
.recipe-search-wrap a.thumbnail img{
	width: 100%;
}
.recipe-search-wrap div.tiles a.text-link{
	position: relative;
	/*display: inline-block;*/
	display: block;
	padding: 0 10px;
	font-size: 18px;
	line-height: 1.3em;
}
.recipe-search-wrap div.tiles div.review-box{
	position: relative;
	padding: 10px 0;
	text-align: right;
}
.recipe-search-wrap .author-rating{
	background: url('includes/images/empty-star.png') top left repeat-x;
	position: absolute;
	left: 90px;
	height: 20px;
	width: 100px !important;
	font-size: 12px;
	line-height: 1.5;
}
/*Variety CSS*/
div.tile-wrap.variety{
	text-align: center;
}
div.tile-wrap.variety a.img-link{
	display: block;
}
div.tile-wrap.variety a.img-link img{
	display: inline-block;
}
/*Nutrition CSS*/
div.read-more{
	margin: 10px 0 0;
}
.article-grid-wrap .tiles{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.article-grid-wrap .tiles .thumbnail{
	text-align: left;
}
.article-grid-wrap .tiles .thumbnail img{
	margin: 0;
}
/*BC - End new box CSS*/

.reg-title {
	border-bottom:1px solid #ccc;
	margin-bottom:70px
}

.bottom-20 {
	margin-bottom:20px
}

.recipe-overview .recipe-title {
	position: relative;
	top: 326px;
	padding-left: 3%;
}
.Portrait .recipe-overview-info .recipe-title {
	display: none;
}
.Portrait.recipe-overview .recipe-title {
  position: relative;
  padding-top: 2%;
  padding-left: 14%;
  top:0;
}
.v-pad .recipe-title {
  width: 80%;
  display: block;
  float: left;
  position: static;
  top: 0;
  left: 0;
  margin-top: 20px;
}
.v-pad .social-share-page {
	margin-top: 20px;
}
.v-pad .recipe-title h1 {
  color: #555759;
  padding-left: 20px;
  text-shadow: none;
}

.masonry-title {
	padding:0 0 13px;
	float:left;
	width:100%;
	margin-top:46px;
	border-bottom:1px solid #ccc
}

.masonry-title h1 {
	margin-bottom:0;
}

.vid-text {
	width:38%;
	margin-left:2%;
	float:left
}

.vid-left {
	width:60%;
	float:left;
	margin-bottom:60px
}

.recipe-title-h1,.recipe-title-h1 a,.recipe-title-h1 a:hover {
	font-family:'Oswald',sans-serif;
	font-size:28px;
	color:#7C716D;
	text-transform:uppercase;
	color: #FFF;
	text-shadow: 2px 2px 10px #000000;
}

.modal-dialog {
	width:100%;
	max-width:1140px;
	border-radius:0
}

.modal-content {
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	border:none
}

.modal-header {
	border:none;
	min-height:1px;
	height:45px;
	padding:0
}

.modal-footer {
	background:#fff;
	border:none
}

button.close {
	opacity:1;
	font-size:3em;
	font-weight:100;
	padding:10px;
	line-height:27px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc
}

.overlay {
	width:100%;
	height:100%;
	position:absolute;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.8);
	z-index:5
}

#loading-indicator {
	top:75px;
	position:relative;
	left:45%;
	z-index:10
}

.social-share-page {
	float:right;
	padding-right:12px;
	width:20%
}
.Portrait .social-share-page {
	float: left;
	display: block;
	width: 260px;
	position: relative;
	bottom: -30%;
	left: 4%;
}
.recipe-overview-info {
	padding:0;
	color:#fff;
	min-height:122px;
	overflow:auto;
	width:100%;
	display:inline-block;
	float:left;
	padding-bottom:33%;
}
#single-project {
	padding:0;
}
.Portrait .recipe-overview-info {
	width:38%;
	overflow:hidden;
	height:400px;
}
.Portrait .recipe-bar {
	height: 400px;
}
.Landscape .recipe-bar .recipe-title {
	display: none;
}

.recipe-value-container {
	width:60px;
	height:60px;
	float:left;
	margin-right:26px;
	border-radius:50%;
	border-width:1px;
	border-style:solid;
}

.recipe-value-data {
	font-size:28px;
	min-width:50px;
	display:block;
	text-align:center;
	margin-top:8px;
	min-height:40px;
}

.recipe-legend {
	width:80px;
	float:left;
	padding-left:0;
	font-weight:100;
	font-size:10pt;
	text-align:left;
	margin-top:16px;
}
.servings {
	padding-left: 5px;
}
.recipe-legend.serving {
	padding-left: 4px;
}
.recipe-value-block {
	float:left;
	margin-left:15px;
	color: #FFF;
}

.recipe-legend-block {
	float:left;
	width:250px;
	clear:left;
	margin-top:-5px
}
.recipe-bar {
	background-color: #7c716d;
	display: inline-block;
	position: static;
	width: 100%;
	padding: 3% 1%;
}
.Portrait .recipe-bar {
	width: 62%;
}
.recipe-block-left {
	float:left;
	width:40%
}

.recipe-block-right {
	float:right;
	width:77%
}

.recipe-detail {
	width:100%
}
.recipe-description {
	padding: 18px 0 2px 24px;
}
.lower-recipe {
	width:62%;
	float:left
}

.recipe-review {
	width:38%;
	float:left
}

.Portrait {
	max-width:1060px
}

.recipe-detail {
	width:100%;
	display:inline-block
}

.Portrait .recipe-overview-info {
	padding:0
}
.directions p,
.decor .directions p,
.decor .bullet p {
	padding-left: 24px;
}
/*.decor-overview .Portrait .recipe-overview-info {
	float:left
}

.decor-img {
	float:left;
	width:30%;
	background-size:cover !important;
	height:323px;
	border-bottom:5px solid #403E33
}*/

.Portrait .recipe-block-left {
	width: 85%;
	padding-left: 12%;
	margin-top: 3%;
}

.Portrait .recipe-block-right {
	width:64%;
	float:left;
	margin:4% 2% 0 4%
}
/*
.decor .Portrait .recipe-block-right {
	width:90%
}
*/
.Portrait .height-render {
	border-bottom:5px solid #403e32
}
/*
.decor .directions {
	padding-left:0
}
*/
.greenbar-heading {
	padding:10px 0 0 23px;
	margin:20px 0;
	height:60px;
	text-transform:none;
	font-family:'Open Sans',sans-serif;
	font-size:28px;
	color:#fff;
	background-color:#94b492
}

.nobullet,li {
	display:block;
	margin-left:-8px;
	line-height:200%;
	list-style: none;
}
.bullet li {
	list-style: inherit;
	line-height: 22px;
	margin-bottom: 6px;
}

.decor .directions ul,
.decor .bullet ul {
	padding-left:50px;
}

li.essb_item.nolightbox {
	width:37px
}

article.type-recipe,article.category-decorating-with-pears {
	max-width:1060px;
	width:100%;
	margin:40px auto
}

article li {
	display:list-item
}

#single-project .video {
	padding-left:15px;
	padding-top:15px
}

.essb_links.essb_template_grey-blocks-retina li a {
	border:none;
	transition:all .5s ease
}

.essb_links.essb_template_grey-blocks-retina .essb_link_facebook a:hover,.essb_links.essb_template_grey-blocks-retina .essb_link_twitter a:hover,.essb_links.essb_template_grey-blocks-retina .essb_link_pinterest a:hover,.essb_links.essb_template_grey-blocks-retina .essb_link_mail a:hover,.essb_links.essb_template_grey-blocks-retina .essb_link_print a:hover {
	border:none !important
}

.single-recipe .essb_links.essb_template_clear-retina .essb_icon,
.single .decor .essb_links.essb_template_clear-retina .essb_icon {
	border-radius: 0;
}

.recipe-sidebar {
	width:30%;
	display:inline-block;
	margin:20px 0 0 84px
}

.recipe-feature {
	background:#7C716D;
	margin-bottom:20px
}

.recipe-sidebar .recipe-overview-stars {
	float:none;
	display:inline-block;
	padding-left:0
}

.recipe-overview-stars .author-rating {
	width:100px
}

.recipe-sidebar .btn {
	color:#fff
}

.recipe-sidebar h2 {
	letter-spacing:0;
	background:#FFF;
	color:#555759;
	padding:12px;
	font-weight:400;
	font-family:'Oswald',sans-serif;
	border:3px solid #555759;
	margin:0 0 20px
}

.recipe-thumb .thumbnail {
	margin-bottom:0;
	padding:0
}

.recipe-thumb img {
	border-bottom:3px solid #7ac142;
	width:100%
}
.recipe-thumb img:hover	 {
	border-color: #c1c97e;
}

.recipe-thumb .small-title {
	padding:10px
}

.recipe-thumb .check-height {
	margin-top:0
}

.recipe-thumb h4 a {
	color:#fff;
	padding:0
}

.recipe-thumb h4 a:hover {
	text-decoration:none
}

.side-float {
	float:right
}

h6#comments {
	display:none
}

.author-rating {
	width:100px !important
}

.commentlist {
	border-top:1px solid #ccc
}

.commentlist li:nth-child(even) {
	background:#ECECEC;
	border-radius:0
}

#respond {
	margin-top:20px
}

.page-id-686 .author-rating,.page-id-2259 .author-rating,.page-id-2262 .author-rating {
	background:url('includes/images/empty-star.png') top left repeat-x;
	position:absolute;
	bottom:22px;
	left:90px;
	height:20px;
	width:100px !important
}

.page-id-686 .author-rating > span,.page-id-2259 .author-rating > span,.page-id-2262 .author-rating > span {
	background:url('includes/images/green-star.png') top left repeat-x;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:20px
}

/*	7b. Recipes Reviews
-------------------------------------------------------------- */
/* old system */
.reviewrecipebtn {
	padding-top:18px
}

.recipe-overview-stars {
	float:left;
	padding-left:10px;
	color:#fff
}

.stars_yellow {
	color:#efed0e
}

.btn-grn {
	color:#fff;
	background-color:#558C2B;
	border-color:#FFF
}

.btn-grn:hover,.btn-grn:focus,.btn-grn:active,.btn-grn.active,.open .dropdown-toggle.btn-grn {
	color:#fff;
	background-color:#2B7A24;
	border-color:#FFF
}

.btn-grn:active,.btn-grn.active,.open .dropdown-toggle.btn-grn {
	background-image:none
}

.btn-grn.disabled,.btn-grn[disabled],fieldset[disabled] .btn-grn,.btn-grn.disabled:hover,.btn-grn[disabled]:hover,fieldset[disabled] .btn-grn:hover,.btn-grn.disabled:focus,.btn-grn[disabled]:focus,fieldset[disabled] .btn-grn:focus,.btn-grn.disabled:active,.btn-grn[disabled]:active,fieldset[disabled] .btn-grn:active,.btn-grn.disabled.active,.btn-grn[disabled].active,fieldset[disabled] .btn-grn.active {
	background-color:#558C2B;
	border-color:#FFF
}

.btn-grn .badge {
	color:#558C2B;
	background-color:#fff
}

/* end old system */
/* new system */
.author-rating > span,.author-rating {
	background-size:20px !important
}

.rating-options > .btn-rating:hover:before,.rating-options > .btn-rating.active:before,.rating-options > .btn-rating:hover ~ .btn-rating:before,.rating-options > .btn-rating.active ~ .btn-rating:before {
	width:20px !important;
	height:20px !important;
	background-size:20px !important
}

.btn-group>.btn,.btn-group-vertical>.btn {
	float:none!important
}

.rating-options > .btn-rating > img {
	width:20px;
	height:20px
}

.average-rating .author-rating {
	width:100px
}

.project-entry .average-rating {
	display:none
}
.recipe-overview .review-count {
	color: #fff;
	  text-shadow: 1px 1px 3px #000000;
}
.recipe-sidebar .review-count {
	  text-shadow:none;
}
.review-wrap {
	min-height: 23px;
}

/* Post Update: added custom function */
.mage-author-rating > span {
	background-image: url('/wp-content/uploads/2015/03/green-star.png') !important;
}
.mage-author-rating > span,
.mage-rating-options > .mage-rating-btn:hover:before,
.mage-rating-options > .mage-rating-btn.active:before,
.mage-rating-options > .mage-rating-btn:hover ~ .mage-rating-btn:before,
.mage-rating-options > .mage-rating-btn.active ~ .mage-rating-btn:before {
	background-size: contain !important;
}
.mage-author-rating > span {
	height: auto !important;
}
.mage-author-rating {
	width: 92px !important;
	background-size: contain !important;
}
.mage-author-rating > span,
.mage-rating-options > .btn-rating:hover:before,
.mage-rating-options > .btn-rating.active:before,
.mage-rating-options > .btn-rating:hover ~ .btn-rating:before,
.mage-rating-options > .btn-rating.active ~ .btn-rating:before {
	background-size: contain !important;
}

/* end new system */
/*	8. Recipes Sort
-------------------------------------------------------------- */
.isotope {
	height:75%
}

/* clear fix */
.isotope:after {
	content:'';
	display:block;
	clear:both
}

.caret {
	display:none
}

.recipe-header {
	background-color:#d7d2c5;
	width:100%
}

button.btn.btn-default.dropdown-toggle {
	color:#fff;
	background-color:transparent;
	border-color:transparent;
	font-size:18px;
	padding:10px 28px
}

ul.dropdown-menu > li {
	line-height:100%
}

/* ---- .item ---- */

.iso-wrap {
	position: relative;
	width:100%;
	max-width:1140px
}

.page-template-recipe-sort .iso-wrap{
	height: 400px;
	background: url('includes/images/loading.gif') no-repeat center center;
	overflow: hidden;
}
/*#portfolio-list {
	width:95% !important;
	margin: 0 auto;
	background: #fff;
	max-width:1104px!important;
}*/
.page-template-recipe-sort #portfolio-list{
	/*visibility: hidden;*/
}
.btn-default,.btn-default:hover,.btn-default:active,.btn-default:focus {
	background-color:transparent;
	border-color:transparent
}

.btn-default:active {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}

.project-links {
	text-align:right
}

.video {
	padding-left:0
}

/*	9. Search Results
-------------------------------------------------------------- */
.padding15 {
	padding:15px
}

#post-not-found {
	min-height:300px
}

.read-more {
	clear:none
}

.search-excerpt {
	color:#558c2b
}

strong.search-excerpt {
	background:none
}

/*	10. Masonry Overview Page
-------------------------------------------------------------- */
h2.grnbold,h2.grnbold a,h2.grnbold a:hover,h1.grnbold,h1.grnbold a,h1.grnbold a:hover {
	font-family:'Oswald',sans-serif;
	color:#7ac142;
	text-transform:uppercase;
	font-size:22px;
	font-weight:300
}

.drkcopy {
	color:#7C716D
}

.teallink a,.teallink a:hover {
	color:#3cacbd
}

.thethingrayline {
	border-bottom-color:#ccc;
	border-bottom-width:thin;
	border-bottom-style:solid
}

.lazytown-container .top {
	background:transparent url('includes/images/lazytown-cover.png') top left no-repeat;
	width:100%;
	height:835px;
	display:block;
	clear:both;
	position:relative;
	margin-bottom:20px
}
.below-content {
	padding: 0 4.5%;
}

/*	Misc pages
-------------------------------------------------------------- */
.page-id-2520 .fluid-width-video-wrapper iframe {
	width:500px;
	height:281px;
	top:300px
}

.page-id-2520 .fluid-width-video-wrapper {
	background:transparent url('includes/images/lazytown-cover.png');
	background-repeat:no-repeat;
	background-size:cover;
	height:827px
}

/*	11. Footer
-------------------------------------------------------------- */
#footer {
	padding-top:0;
	background:#555759;
	border-top:10px solid #7e8082;
	color: #fff;
}

#footer .container {
	background:#555759
}

#footer {
	color:#fff
}

.footer-heading {
	font-size:12pt
}

.footer-heading-lrg {
	font-size:15pt
}

.footer-text-body {
	font-size:small;
	letter-spacing:.03em;
	padding:8px 0;
	font-weight:300;
	max-width:250px
}

.footer-logo {
	margin:0 0 30px
}

#footer a.footer-links {
	color:#3cacbd;
	font-size:9pt;
	line-height:25px;
	margin-top:10px;
	font-weight:300;
	text-decoration:none
}

a.footer-links:hover {
	color:#fff;
	text-decoration:none
}

a.footer-links-lrg {
	color:#fff;
	text-decoration:none
}

a.footer-links-lrg:hover {
	color:#7ac142;
	text-decoration:none
}

.footer-bottom-row {
	margin: 0 0 4%;
	/*padding:26px 0 90px*/
}

.copyright {
	font-size:smaller;
	font-weight:300;
	padding-left:50px
}

.scroll-top a {
	color:#7ac142;
	font-size:2em
}

.footer-icon {
	margin:9px
}

.footer-icon.fa-rss,
.footer-icon.fa-cutlery,
.footer-icon.fa-user,
.footer-icon.fa-random {
	background:#008c95;
	padding:12px 15px;
	border-radius:50%;
	font-size:1.5em
}
.footer-icon.fa-random {
	padding: 12px 12px;
}
.footer-row-first {
	margin: 50px 0 0;
	padding: 0;
}
.footer-row-first div:last-child:after{
	content:'';
	display:block;
	clear:both
}
.footer-column-first {
	padding-left:50px
}

.email-form {
	width:300px;
	height:40px;
	color:#333;
	padding-left:10px;
	margin:10px 0
}

#to-top {
	font-size:.6em;
	text-decoration:none
}

.scroll-top {
	text-align:right
}

.scroll-top a:hover {
	text-decoration:none
}

.partner {
	width:68px
}

.partner:first-child {
	margin-left:0;
	margin-right:45px
}
#msg .success {
	color: #7ac142;
}
#msg .error {
	color: red;
}
/*.tiles {
	display: none;
	width: 28%;
}*/

/*	11.5 Site Search*/
/*-------------------------------------------------------------- */

.search-wrap {
	width: 336px;
	position: absolute;
	right: 0;
	top: 33px;
}
.form-search,
.show-icon {
	display: inline-block;
}
.form-search {
	width: 300px;
}
.show-icon {
	position: absolute;
	z-index: 99;
	right: 10px;
	top: 6px;
}
.show-icon:hover{
	color: #7ac142;
}
.show-search {
	font-size: 22px;
	z-index: 99;
}
#searchsubmit {
	color: #fff;
	background-color: #008c95;
	border-color: #008c95;
	border-radius: 0;
	z-index: 99;
}

.search-results h1 a {
	text-shadow: none;
	color: #555759;
}
.search-results h1 a:hover {
	text-shadow: none;
	color: #7ac142;
}
.search-excerpt {
	color: #7ac142;
}
.search-results article img {
	max-width: 200px;
}



/**
--------------------------------------------------------------
12. News Template
--------------------------------------------------------------
*/

.page-template-news .node-title a{
	font-family:'Oswald',sans-serif;
	color:#7ac142;
	text-transform:uppercase;
	font-size:22px;
	font-weight:300
}

.newsThumb h1.grnbold{
	margin-bottom: 0px;
}

.news-main { 
  font-family: Open Sans, sans-serif; 
  margin: 2rem; 
}
.news-main p { 
  line-height: 1.8; 
}
.news-main .curve { 
  width: 45%; height: auto;
  min-width: 150px;
  float: right;
  margin-left:15rem; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}

.page-template-sweet-spot .row {
	padding-bottom: 0;
	margin-top: 15px;
}

body.page-template-sweet-spot {
	background-image: url("http://localhost:8888/usapears/wp-content/uploads/2015/03/spring-background-web-dim.jpg");
	background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    background-size: cover;
}

.page-template-sweet-spot .content-wrap{
	padding: 0 30px;
}

.news-main .page-template-sweet-spot ul li {
	/*list-style: disc;*/
	font-size: 16px;
	font-weight: 600;
	color: #4c4c4c;
}

.page-template-sweet-spot .news-main li:before{ 
	content:'\00b7 '; 
	font-size:70px;
	 position: relative;
  	top: 19px;
	 margin-right: 7px;
	 color: #4c4c4c;
}
	
.page-template-sweet-spot .news-main .icons a i {
	/*float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 20px;
	color: #666666;
	font-size: 1.2em;*/
}

.page-template-sweet-spot .news-main .icons a:hover i {
	color: #60863b;

}
.page-template-sweet-spot .news-main .social-icons {
	float: right;
    padding-right: 12px;
   
}

.page-template-sweet-spot .essb_links.essb_template_grey-blocks-retina .essb_hide_name li a {
       padding: 3px 9px 6px 8px;
}

.page-template-sweet-spot div.social-icons ul li {
	list-style: none;

}

.page-template-sweet-spot div.social-icons li:before{ 
	display: none;
}

.essb_links.essb_template_grey-blocks-retina li a span.essb_network_name {
	display: none;
}

 .essb_links.essb_template_grey-blocks-retina .essb_hide_name a .essb_icon {
    margin-right: 0;
}

.social-icons .essb_links.essb_template_grey-blocks-retina li a{
	border: none;
}

.social-icons .essb_links.essb_template_grey-blocks-retina li a:hover {
	border: none!important;
}

.page-template-sweet-spot .essb_links.essb_template_grey-blocks-retina li a {
       padding: 2px 8px 6px 8px!important;
}
.page-template-sweet-spot .essb_links.essb_template_grey-blocks-retina li a:hover {
       padding: 2px 8px 6px 8px!important;
}

/**
--------------------------------------------------------------
13. Media Queries
--------------------------------------------------------------
*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a[href^="http:"]::after {
		content: " [" attr(href)"]";
		color: blue;
	}

	#social-menu,
	#pear-menu,
	#pear-mobile-menu,
	.recipe-detail .recipe-sidebar,
	#respond,
	#footer, header, .search-wrap,
	.recipe-overview-info, #respond,
	.project-entry {
		display: none !important;
	}

	.recipe-overview-info { display: none !important; }

	#logo img { width: 0; }

	.recipe-overview .recipe-title { top: 60px; }

	.directions p, .nobullet ul li { page-break-inside: avoid; }

	.greenbar-heading { page-break-after: avoid; }

	.directions { page-break-before: avoid; }

	.directions, .directions p, .recipe-detail, .lower-recipe {
		display: block;
		float: none;
	}

	@page { margin: .5cm 1cm; }

	@page :first { margin-top: 2cm; }

	p {
		orphans: 3;
		widows: 3;
	}
}


@media screen and (min-width: 1800px) {
	.way-anchor {
		position: relative;
		bottom: 250px;
	}
	.intro-img img {
		width: 30%;
		padding-top: 2%;
		float: left;
		z-index: 1;
		margin-left: 2%;
	}
	.hero-contain {
		height: 850px;
		max-height: 850px;
	}
}
@media screen and (max-width: 1799px) {
	.bknd {
		background-position-y: 0;
	}
	.hero-cta {
		background-position-y: 26%;
	}
	.way-anchor {
		position: relative;
		bottom: 230px;
	}
	.hero-contain {
		height: 850px;
	}
}
@media screen and (max-width: 1630px) {
	.hero-contain {
		height: 700px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 1590px) {
	.hero-cta {
		background-position-y: 23%;
	}
	.way-anchor {
		bottom: 340px;
	}
	.graphic {
		margin-left: 5%;
	}
	.intro-img img {
		padding-top: 2%;
		width: 28%;
	}
}
@media screen and (max-width: 1400px) {
	.hero-cta {
		background-position-y: 20%;
	}
	.intro-img img {
		padding-top: 2%;
	}
}
@media screen and (max-width: 1340px) {
	.hero-cta {
		background-position-y: 19%;
	}
	.hero-contain {
		height: 560px;
	}
	.intro-img img {
		padding-top: 2%;
	}
}
@media screen and (max-width: 1200px) {
	#footer .col-lg-4 {
		width: 33.333333%;
		float: left;
	}
	.nudge.v-pad {
		margin-top: -20px;
	}
	.partner {
		width: 60px;
	}
	.partner:first-child {
		margin-right: 30px;
	}
	.intro-img img {
		padding-top: 2%;
	}
}
@media screen and (max-width: 1140px) {
	#logo img {
		margin-left: 13px
	}
	.bknd {
		background-attachment: inherit;
		background-position-y: -70px;
	}
	.hero-cta {
		background-attachment: inherit;
		background-position-y: 43%;
		padding: 0 0 55% 0;
	}
	.intro-img {
		position: static;
	}
	.intro-img img {
		padding-top: 2%;
		position: static;
	}
	.container>.navbar-header {
		padding-left: 2%;
	}
	#mega-menu-wrap-top-bar {
		display: none;
	}
	#wprmenu_bar {
		z-index: 1000;
		padding:16px 16px;
		height:52px;
	}
	.post-slider {
		max-width: 1100px;
		margin: 3% auto;
		width: 95%;
		padding: 3% 0 0;
	}
	#metaslider_2651.flexslider:hover .flex-next,
	#metaslider_2188.flexslider:hover .flex-next {
		right: 0px;
	}
	#metaslider_2651.flexslider:hover .flex-prev,
	#metaslider_2188.flexslider:hover .flex-prev {
		left: 0px;
	}
	.home-center {
		padding: 13% 0;
	}
	.home-center .btn {
		top: 84%;
	}
	/*.iso-wrap {
		width: 100%;
		margin: 0 auto;
		max-width: 1140px !important;
	}*/
	.page-template-recipe-sort-php #wrapper .col-lg-4 {
		width: 30%;
		margin: 1%;

	}
	#portfolio-list {
		margin: 0 auto;
		max-width: 1140px !important;
		width: 97% !important;
	}
	.recipe-sidebar {
	  margin: 20px 0 0 8%;
	}
	.Portrait .social-share-page {
		left: -5%;
	}
	.Portrait .recipe-block-left {
		padding-left: 3%;
	}
	.Portrait.recipe-overview .recipe-title {
		padding-left: 5%;
	}
	.navbar-right {
		padding-right: 2%;
	}

	.variety-container-detail {
		background: #7AC142;
	}
}

@media screen and (max-width: 1060px) {
	.recipe-sidebar {
	  width: 30%;
	  margin: 20px 0 0 4%;
	}
	.Landscape .social-share-page {
		width: 210px;
	}
	.v-pad .recipe-title {
		width: 270px;
	}
	.v-pad .social-share-page {
		width: 210px;
	}

}
@media (max-width: 1024px) {
#custom-masonry .col-lg-4,
.page-template-template-decor-php #wrapper .col-lg-4,
.page-template-template-poached-php #wrapper .col-lg-4,
.page-template-template-kids-recipes-php #wrapper .col-lg-4,
.page-template-template-portfolio-php #wrapper .col-lg-4,
.page-template-recipe-sort-php #wrapper .col-lg-4 {
	  margin: 9px;
	  padding: 0;
	  width: 36%!important;
	}
	/*.recipe-overview.Landscape .recipe-title {
		top: 310px;
	  padding-left: 3%;
	}*/
	.recipe-overview.Landscape .recipe-title {
		top: 4px;
	}

}
@media screen and (max-width: 992px) {
	.variety-container.col-md-4.nopadding {
		width: 100%;
	}
	.variety-container {
		height: auto;
	}
	.variety-container.nopadding {
		padding: 0 0 0 2.5% !important;
		background: #7ac142;
		max-height: 943px;
	}
	.page-id-688 .col-lg-12.nopadding {
		background: #7ac142;
	}
	.variety-heading {
		background-color: #7ac142;
		height: 100%;
		float: left;
		padding: 50px 30px 30px 0;
		max-width: 750px;
	}
	.variety-heading-youtube.col-md-7 {
		width: 100%;
	}
	.variety-heading-youtube iframe {
		padding: 0 0 2% 2%;
	}
	.variety-heading-youtube {
		background-color: #7ac142;
		max-height: 397px;
		float: none;
		display: inline;
		margin: auto;
	}
	.variety-heading-youtubepadding.nopadding {
		padding: 0 0 0 2.5% !important;
		background: #7ac142;
	}
	.herofruit {
		right: 5%;
	}
}
@media screen and (max-width: 980px) {
	.content-right,.sidebar-content {
		float:none
	}

	#hero-image .fluid-width-video-wrapper {
		margin:20px 0 0
	}

	.widget-wrapper {
		padding-left:0
	}

	.widget-wrapper-left {
		padding-left:0
	}

	.footer-menu,#footer .social-icons,.copyright,.powered {
		text-align:center;
		float:none
	}

	#widget_sp_image-5 {
		margin-top:0
	}
	.bknd {
		background-position-y: 26%;
	}
	.hero-cta {
	  padding: 0 0 48% 0;
	  background-position-y: 42%;
	}
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.home-center {
		padding: 16% 0;
	}
	.tint .home-right {
		padding-left: 10%;
		top: 40px;
	}
	#metaslider_2651.flexslider .slides li,
	#metaslider_2188.flexslider .slides li {
		width: 230px !important;
	}
	.home-row .flex-direction-nav {
		bottom: 115px;
	}
	.email-form {
		width: 96%;
	}
	.intro-img img {
		padding-top: 2%;
		width: 43%;
	}
	#metaslider_container_2188 {
		padding-bottom: 0;
	}
}
@media (max-width: 960px) {
	.navbar-inverse .navbar-collapse {
		position: fixed;
		top: 0%;
		width: 100%;
		right: 0%;
		background-color: #000;
	}
	.suppa_menu_location .suppa_rwd_button span.suppa-reorder,
	.suppa_menu_location .suppa_rwd_top_button_container span.suppa_rwd_text {
		color: #FFF !important;
	}
	.suppa_menu_location .suppaMenu_rwd_wrap .suppa_rwd_menus_container {
		border-top: 1px solid #000 !important;
	}
	nav .navbar .container {
		margin-top: 40px;
	}

}
@media (max-width: 920px) {
	#custom-masonry .col-lg-4,
	.page-template-template-decor-php #wrapper .col-lg-4,
	.page-template-template-poached-php #wrapper .col-lg-4,
	.page-template-template-kids-recipes-php #wrapper .col-lg-4,
	.page-template-template-portfolio-php #wrapper .col-lg-4,
	.page-template-recipe-sort-php #wrapper .col-lg-4 {
		width: 45% !important;
	}
	.herofruit {
		right: 10%;
	}
}
@media (max-width: 890px) {
	.intro-img img {
		padding-top: 2%;
	}
	.lower-recipe {
		width: 92%;
		margin-left: 1%;
	}
	.recipe-sidebar {
		width: 40%;
		margin: 20px 0% 0 3%;
	}
	.Portrait .social-share-page {
		bottom: -25%;
	}
	.herofruit {
		right: 18%;
	}
	.category-varieties .flexslider .slides li {
		width: 230px !important;
	}
	.variety-s .var-excerpt h2 {
		font-size: 14px;
	}
}
@media (max-width: 860px) {
	.bknd {
		background-position-y: 24%;
	}
	.home-center {
		padding: 18% 0;
	}
	.tint .home-right {
		padding-left: 6%;
	}
	.intro-img img {
		padding-top: 2%;
	}
	/*.herofruit {
		width: 110%;
		right: 6%;
	}*/
	.herofruit {
		width: 120%;
		right: 0;
	}
}
@media (max-width: 768px) {
	.navbar-header {
		width: 100%;
	}
	.bknd {
	  padding: 0;
	  background-repeat: no-repeat;
	  background-size: 100%;
	  background-attachment: inherit;
	  background-position: 100% top;
	}
	.hero-contain {
		height: 460px;
	}
	.hero-cta {
		background-attachment: inherit;
		background-repeat: no-repeat;
		background-size: 32%;
		background-position: 50% 33%;
	}
	.intro-img img {
		padding-top: 2%;
	}
	.navbar-toggle {
		display: none;
	}
	.container>.navbar-header {
		padding-left: 0;
	}
	#wprmenu_menu.left {
		width: 100%;
	}
	.home-center {
		padding: 17% 0;
		width: 310px;
		height: 310px;
	}
	body {
	  overflow-x: hidden;
	}
	/*recipe-sort CSS*/
	div.tile-wrap{
		display: block;
		float: left;
		width: 50%;
		padding: 10px;
	}
	.recipe-block-left {
	  float: left;
	  width: 100%;
	}
	/*.recipe-search-wrap div.tiles{
		width: 30%;
	}*/
	.social-share-page {
	  float: right;
	  padding: 15px 0 0;
	  width: 100%;
	}
	.nopadding {
	  float: left;
	  padding: 0 !important;
	}
	.post-title a {
	  font-size: 23px!important;
	}
	.col-lg-12.nopadding {
	  width: 100%;
	}
	.nopadding {
	  float: left;
	  padding: 0 !important;
	  width: 100%;
	}
	.caption-wrap .caption {
	  padding: 0 6px !important;
	  text-align: left;
	  width: 100%;
	}
	.footer-column-first {
	  padding-left: 15px;
	}
	.email-form {
	  width: 100% !important;
	}
	.social-icons-footer {
	  margin-left: 44px !important;
	}
	.home-right.ripeness {
		position: absolute;
		bottom: 32%;
	}
	.section-title {
		font-size: 42px;
		margin-top: 0;
	}
	.section-sub {
		font-size: 24px;
	}
	.section-title.brown {
		line-height: 40px;
		margin-top: 16px;
	}
	.home-center .section-title,
	.tint .section-title {
		line-height: 50px;
	}
	.metaslider-flex .flex-direction-nav a, .metaslider-flex .flex-direction-nav a {
		height: 18px;
		width: 38px;
		text-indent: 15px;
		font-size: 1.5em;
	}
	#metaslider_2651 .flex-direction-nav a.flex-prev,
	#metaslider_2185 .flex-direction-nav a.flex-prev,
	#metaslider_2188 .flex-direction-nav a.flex-prev {
		text-indent: 11px;
	}
	.home-row .flex-direction-nav {
		bottom: 96px;
	}
	.home-row.growers .flex-direction-nav {
		bottom: 135px;
	}
	#footer .col-lg-4 {
		width: 43%;
	}
	.footer-icon {
		margin: 9px 9px 9px 0;
	}
	.footer-column-second {
		margin-bottom: 4%;
	}
	.Portrait .recipe-overview-info {
		width: 100%;
		height: 650px;
	}
	.Portrait .recipe-bar {
		height: 200px;
		width: 100%;
	}
	.Portrait.recipe-overview .recipe-title {
		padding-top: 0;
		top: -105px;
	}
	.Portrait .recipe-block-left {
	  position: relative;
	  bottom: 95px;
	}
	.Portrait .social-share-page {
	  position: relative;
	  bottom: 70px;
	  left: 4%;
	}
	.Portrait .recipe-bar {
		height: 210px;
	}
	article.type-recipe, article.category-decorating-with-pears {
		margin: 0px auto;
	}
	.review-wrap {
		position: relative;
		bottom: 6px;
	}
	.Portrait.recipe-overview .recipe-title.moveUp {
		top: -132px;
	}
	.Landscape .recipe-block-left {
		width: 280px;
	}
	.herofruit {
		right: -9%;
		top: 17%;
		background-size: 100% !important;
	}
	.variety_icons {
		padding-bottom: 4%;
	}
	.variety-container-detail {
		min-height: 0;
	}
	.v-pad .recipe-title {
		margin-top: 34px;
	}
	.container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.home-row.back-tint {
		background-attachment: fixed;
		max-height: 540px;
		background-size: contain;
	}

/* Check the neck */

.page-template-sweet-spot .social-icons {
	float: left;
}


}
/*handles regular/mobile menu changes*/
@media screen and (min-width: 750px) {
	#pear-mobile-menu{
		display: none;
	}
}
@media screen and (max-width: 749px) {
	#pear-menu{
		display: none;
	}
	#social-menu{
		top: 15px;
	}
	.search-wrap {
		top: 66px;
	}
}
/*end menu*/
@media screen and (max-width: 720px) {
	.variety-heading-youtube iframe {
		width: 100%;
		padding: 0;
	}
	.h1-variety {
		line-height: 1em;
		padding-bottom: 3%;
	}
	.herofruit {
		background-position: 50% 100%;
	}
}
@media screen and (max-width: 699px) {
	.variety-heading-detail {
		width: 70%;
	}
	.variety-heading-herofruit {
		width: 30%;
	}
	.herofruit {
		background-position: 50% 20%;
	}
}
@media screen and (max-width: 650px) {
	.recipe-search-go {
		display:inline
	}
	#quicksearch {
		width:70%;
		height:33px;
		border:none
	}
	.content-right,.sidebar-content {
		float:none
	}
	#hero-image .fluid-width-video-wrapper {
		margin:20px 0 0
	}
	#hero-image {
		margin:20px 10px
	}
	.menu li,.top-menu,.footer-menu li,.sub-header-menu li {
		float:none;
		text-align:center
	}
	.widget-wrapper {
		padding-left:0
	}
	.widget-wrapper-left {
		padding-left:0
	}
	#footer {
		text-align:center
	}
	#footer .social-icons {
		text-align:center
	}
	.copyright {
		text-align:center
	}
	.powered {
		text-align:center
	}
	.carousel-caption {
		display:none
	}
	.bknd {
		/*background-position-y: 25%;*/
		background-attachment: scroll !important;
	}
	.hero-cta {
		padding: 0 0 54% 0;
		/*background-position-y: 30%;*/
	}
	.post-slider {
		margin: 8% auto;
	}
	.home-right.ripeness {
		position: static;
		width: 58%;
		padding-left: 0;
		padding-bottom: 3%;
	}
	.hand {
		margin-left: 0;
	}
	.graphic {
		margin-left: 2%;
	}
	#footer .col-lg-4 {
		width: 100%;
	}
	.footer-text-body {
		max-width: 100%;
	}
	.email-form {
		width: 50% !important;
	}
	#footer .pear-green-btn {
		padding: 10px;
		border: none;
		margin-left: 1%;
	}
	.social-icons-footer {
		width: 100%;
		margin: 0 auto !important;
		text-align: center !important;
	}
	.icon-links {
		width: 40%;
		margin: auto;
		text-align: left;
	}
	.scroll-top {
		text-align: center;
	}
	#custom-masonry .col-lg-4,
	.page-template-template-decor-php #wrapper .col-lg-4,
	.page-template-template-poached-php #wrapper .col-lg-4,
	.page-template-template-kids-recipes-php #wrapper .col-lg-4,
	.page-template-template-portfolio-php #wrapper .col-lg-4,
	.page-template-recipe-sort-php #wrapper .col-lg-4 {
		width: 94% !important;
	}
	.Portrait .social-share-page {
		padding-top: 0;
		bottom: 60px;
	}
	.recipe-sidebar {
		width: 58%;
	}
	.Portrait .recipe-block-left {
	  position: relative;
	}
	.variety-heading-detail {
		padding: 50px 0 0 20px;
	}
	.intro-img img {
		padding-top: 2%;
		width: 50%;
	}
}
@media (max-width: 600px) {
	.hero-contain {
		height: 360px;
	}
	/*#portfolio-list .col-lg-4 {
	  width: 84% !important;
	}*/
	.lower-recipe {
	  float: left;
	  width: 100%;
	}
	.recipe-detail {
		width: 95%;
	}
	.recipe-sidebar {
			display: inline-block;
			margin: 0 5%;
			width: 95%;
	}
	.variety-container.col-md-4.nopadding {
			width: 56%;
	}
	.new-title {
	  display: inline-block;
	  font-size: 32px;
	  text-align: center;
	  width: 100%;
	}
	.social-share-page {
		display: none;
	}
	
	.page-template-sweet-spot .social-share-page {
		display: inline-block!important;
	}

	article .social-share-page {
		display: block;
	}
	.vid-left {
			width: 100%;
	}
	.vid-text {
			width: 100%;
	}
	iframe {
			width: 100% !important;
	}
	.variety-container.col-md-4.nopadding {
			width: 100%;
	}
	.variety-heading-youtube.col-md-7 {
			width: 100%;
	}
	.mix {
			width: 100% !important;
	}
	.tint .home-right {
		width: 56%;
	}
	.Portrait .recipe-overview-info {
		height: 0;
		padding-top: 100%;
	}
	.Landscape .recipe-bar {
		height: 124px;
	}
	.variety-heading-youtube p {
		padding: 0 0 -5px;
		margin: -7px;
	}
	.variety-heading-youtube iframe {
		height: 320px;
	}
	.page .social-icons {
		width: 100%;
	}
	.new-head .essb_links {
		text-align: center;
	}
}
@media screen and (max-width: 590px) {
	.herofruit {
		background-position: 50% 90%;
	}
	.variety_icons {
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.border-img {
		background: none;
	}
	.home-center {
		padding: 20% 0;
	}
	.home-right.ripeness {
		bottom: 14%;
	}
	.tint .home-right {
		padding-left: 2%;
	}
	.icon-links {
		width: 44%;
	}
	.email-form {
		width: 78% !important;
	}
	.Landscape .social-share-page {
		width: 100%;
	}
	.Landscape .recipe-bar {
		height: 183px;
	}
	.Landscape .social-share-page {
		padding: 36px 0 0;
	}
	.h1-variety {
		z-index: 10;
		position: relative;
	}
	.v-pad .social-share-page {
		width: 100%;
		margin-top: 0;
		float: left;
		padding: 0 5px;
	}
	.v-pad .recipe-title h1 {
		margin-bottom: 0;
	}
	.v-pad .recipe-title {
		width: 100%;

	}
}
@media screen and (max-width: 500px) {
	.hero-cta {
	  padding: 0 0 54% 0;
	 /* background-position-y: 29%;*/
	  background-size: 40%;
	}
	.home-center {
		padding: 22% 0;
	}
	.nutrition .section-sub {
		font-size: 20px;
	}
	.graphic {
		vertical-align: text-bottom;
	}
	.home-right.nutrition {
		position: static;
		vertical-align: baseline;
	}
	.icon-links {
		width: 52%;
	}
	.Landscape .social-share-page {
		padding: 16px 0 0;
	}
	.Landscape .recipe-bar {
		height: 160px;
	}
	.variety-detail-subheading {
		font-size: 1.5em;
		line-height: 1.2em;
	}
}
@media screen and (max-width: 480px) {
	.content-right,.sidebar-content {
		float:none
	}
	#hero-image .fluid-width-video-wrapper {
		margin:20px 0 0
	}
	#hero-image {
		margin:20px 10px
	}
	.featured-title {
		font-size:35px
	}
	.footer-menu li {
		float:none;
		text-align:center
	}
	.widget-wrapper {
		padding-left:0
	}
	.widget-wrapper-left {
		padding-left:0
	}
	/*recipe-sort CSS*/
	div.tile-wrap{
		display: block;
		float: left;
		width: 100%;
		padding: 10px;
	}
	#footer {
		text-align:center
	}
	#footer .social-icons {
		text-align:center
	}
	.copyright {
		text-align:center
	}
	.powered {
		text-align:center
	}
	.home-center {
		padding: 27% 0;
	}
	.icon-links {
		width: 80%;
	}
	.variety-header-copy {
		z-index: 10;
	}
	.herofruit {
		background-position: 50% 90%;
	}
	.variety_icons [class^="icon-"]:before,
	.variety_icons [class*=" icon-"]:before,
	.variety_icons [class^="icon-"]:after,
	.variety_icons [class*=" icon-"]:after {
		font-size: 30px;
	}
	.h1-variety {
		z-index: 10;
		position: relative;
	}
	.form-search {
		width: 200px;
	}
	.search-wrap {
		width: 235px;
	}


}
@media screen and (max-width: 400px) {
	.hero-contain {
		height: 190px;
	}
	.partner {
		width:90px
	}
	.partner:first-child {
		margin-left: 0;
		margin-right: 0;
	}
	.form-search {
		width: 200px;
	}
	.search-wrap {
		width: 235px;
	}
}
@media screen and (max-width: 374px) {
	.home-right.ripeness {
		width: 56%;
	}
	.section-sub {
		font-size: 18px;
	}
	.section-title {
		font-size: 36px;
	}
	.home-center .section-title, .tint .section-title {
		line-height: 40px;
	}
	.home-center {
		width: 270px;
		height: 270px;
	}
	.home-center .btn {
		top: 80%;
	}
}
@media print {
	.no-print,
	.no-print * {
		display:none !important
	}
}
