@charset "UTF-8";
.fa, .home-section .section-title:before, .recent-posts article p.meta .post-date:before, .recent-posts article p.meta .categories:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-fw, .home-section .section-title:before, .recent-posts article p.meta .post-date:before, .recent-posts article p.meta .categories:before {
  width: 1.28571em;
  text-align: center; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

html {
  font-size: 1em; }

body {
  background-color: #F9F9F9;
  color: #333;
  font: 400 1em/1.45 "Open Sans", sans-serif;
  overflow-x: hidden; }

p {
  font: 400 1em/1.45 "Open Sans", sans-serif;
  margin-bottom: 1.3em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 3.998em; }

h2 {
  font-size: 1.999em; }

h3 {
  font-size: 1.414em; }

h4 {
  font-size: 1.414em; }

small,
.font_small {
  font-size: 0.707em; }

p {
  font: 400 1em/1.45 "Open Sans", sans-serif; }

.page-title,
.post .title,
.page .title,
.entry-title {
  font: 300 1.999em/1.2 "Roboto Condensed", sans-serif; }

.post-meta {
  font: 400 0.9em/1.45 "Open Sans", sans-serif; }

.entry {
  font: 400 1em/1.45 "Open Sans", sans-serif; }
  .entry p {
    font: 400 1em/1.8 "Open Sans", sans-serif;
    margin-bottom: 1.4em; }
  .entry .wp-caption-text {
    font: 400 0.9em/1.45 "Open Sans", sans-serif; }

#navigation {
  font: 400 1em/1.45 "Open Sans", sans-serif; }

.widget h3 {
  font: 300 1.414em/1.45 "Roboto Condensed", sans-serif; }
.widget p {
  font: 400 1em/1.45 "Open Sans", sans-serif; }

#tabs .inside li a {
  font: 400 0.707em/1.45 "Open Sans", sans-serif; }
#tabs .inside li span.meta {
  font: 400 0.707em/1.45 "Open Sans", sans-serif; }

.widget_woodojo_tabs .tabbable .tab-content li a {
  font: 400 0.707em/1.45 "Open Sans", sans-serif; }
.widget_woodojo_tabs .tabbable .tab-content li span.meta {
  font: 400 0.707em/1.45 "Open Sans", sans-serif; }

a:link, a:visited {
  color: #6EC095;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #4caf7b; }

#header-container {
  background: #F9F9F9; }

#header {
  padding: 2.499em 0; }

.page-template-template-homepage-php #content {
  padding-bottom: 0; }

#nav-container {
  border: 0;
  border: 0;
  background: none; }
  #nav-container #navigation ul#main-nav > li:first-child {
    border-left: 0; }

#logo {
  margin: 0; }
  #logo .site-title {
    font: 300 1em/1.2 "Roboto Condensed", sans-serif;
    margin: 0 0 .5em; }
    #logo .site-title a {
      font: 300 1.414em/1.2 "Roboto Condensed", sans-serif;
      text-transform: uppercase; }
  #logo .site-description {
    font: 400 0.9em/1.45 "Open Sans", sans-serif; }

.page-title, .post .title, .page .title {
  text-transform: uppercase; }

.archive_header {
  font-weight: 300; }

a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
.woochimp_skin_general button,
.woochimp_skin_general button:focus,
button.button {
  background: none;
  color: #6EC095 !important;
  border: 2px solid #6EC095;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  a.button:hover,
  a.home-page-button,
  a.comment-reply-link:hover,
  #commentform #submit:hover,
  .submit:hover,
  input[type=submit]:hover,
  input.button:hover,
  .woochimp_skin_general button:hover, 
  .woochimp_skin_general button:active,
  button.button:hover {
    background: #6EC095;
    color: #fff !important; }
  a.button:active,
  a.comment-reply-link:active,
  #commentform #submit:active,
  .submit:active,
  input[type=submit]:active,
  input.button:active,
  button.button:active {
    color: #fff !important;
    border-color: #4caf7b;
    background: #4caf7b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.home-section {
  padding: 2.618em 1.618em 0;
  margin: 0 -1.618em; }
  .home-section .section-title {
    margin: 0 0 1.414em;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1.414em; }
    .home-section .section-title:before {
      content: "";
      color: #6EC095;
      margin-right: .327em; }

.js.csstransitions.csstransforms3d .hero .hero-container {
  opacity: 0; }

.hero {
  background: url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.505em 5.874em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .hero h1.section-title {
    display: block;
    margin: 0 0 1em;
	line-height: 2 !important; }
    .hero h1.section-title span {
      background-color: rgba(110, 192, 149, 0.7);
      padding: .202em;
      border-radius: 4px;
      -webkit-box-shadow: 0.618em 0 0 0 rgba(110, 192, 149, 0.7), -0.618em 0 0 0 rgba(110, 192, 149, 0.7);
      box-shadow: 0.618em 0 0 0 rgba(110, 192, 149, 0.7), -0.618em 0 0 0 rgba(110, 192, 149, 0.7); 
	 }
    .hero h1.section-title:before {
      display: none; }
  .hero p {
    display: inline;
    background-color: rgba(76, 85, 103, 0.8);
    padding: .202em;
    line-height: 2 !important;
    -webkit-box-shadow: 0.618em 0 0 0 rgba(76, 85, 103, 0.8), -0.618em 0 0 0 rgba(76, 85, 103, 0.8);
    box-shadow: 0.618em 0 0 0 rgba(76, 85, 103, 0.8), -0.618em 0 0 0 rgba(76, 85, 103, 0.8); }
  .hero .cta {
    margin-top: 1.618em; }
    .hero .cta .button {
      font-size: 1.387em; }

.featured-products ul.products {
  margin-bottom: 0; }

.recent-products {
  background: #fff; }
  .recent-products ul.products {
    margin-bottom: 0; }
  .recent-products .section-title:before {
    content: "\f192"; }

.recent-posts .section-title:before {
  content: "\f15b"; }
.recent-posts article {
  padding: 0;
  border: 0; }
  .recent-posts article h1 {
    font-size: 1.414em;
    margin: 0 0 .25em;
    color: #222; }
    .recent-posts article h1 a {
      color: #222; }
  .recent-posts article p.meta {
    color: #959595; }
    .recent-posts article p.meta .post-date {
      margin-right: 5px; }
      .recent-posts article p.meta .post-date:before {
        content: "";
        color: #6EC095;
        margin-right: .327em; }
    .recent-posts article p.meta .categories:before {
      content: "";
      color: #6EC095;
      margin-right: .327em; }
  .recent-posts article p {
    margin-bottom: 15px; }

.recent-comments .section-title:before {
  content: "\f086"; }
.recent-comments ul {
  margin: 0;
  list-style: none; }
  .recent-comments ul li {
    margin: 0 0 40px;
    list-style: none; }
    .recent-comments ul li img {
      border-radius: 100%;
      float: left;
      margin: 0 20px 0 0; }
    .recent-comments ul li h3 {
      font-size: 1.414em;
      margin: 0 0 10px; }
    .recent-comments ul li a {
      color: #555555; }
      .recent-comments ul li a:hover {
        text-decoration: none; }

.widget {
  font-size: inherit; }
  .widget h3 {
    padding: 0;
    border: 0;
    margin: 0 0 .5em;
    color: #8EB936; }
  .widget ul li {
    margin: 0 0 .3em; }

.widget_recent_comments li {
  border: 0; }

.searchform,
#searchform {
  background: #fff; }

#footer-widgets-container {
  background: #4C5567; }
  #footer-widgets-container #footer-widgets {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto; }

#footer-widgets {
  margin: 0 -1.618em;
  padding: 1.414em 1.681em 1em;
  background: #4C5567;
  color: #ddd;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  #footer-widgets .widget {
    font-size: inherit;
    color: #ddd; }
    #footer-widgets .widget h3 {
      color: #fff;
      margin: 0 0 1.414em; }
    #footer-widgets .widget p {
      color: #ddd; }
    #footer-widgets .widget ul {
      list-style: none; }
      #footer-widgets .widget ul li {
        margin-bottom: 1em; }
    #footer-widgets .widget .textwidget {
      color: #ddd; }
  #footer-widgets .widget_woo_blogauthorinfo .avatar {
    border: 0;
    padding: 0;
    background: none;
    margin-top: .3em; }

.full-width #footer-widgets {
  margin-bottom: 0; }

#footer {
  background: #4C5567;
  border: 0;
  padding: 0px 1.618em 0;
  color: #ddd;
  margin: 0 -1.618em; }

#footer-container {
  background: #4C5567; }
  #footer-container #footer {
    margin-left: auto;
    margin-right: auto; }

.onsale {
  background: #6EC095;
  border-radius: 3px;
  top: 1em;
  left: 1em;
  z-index: 999; }

.quantity .plus,
.quantity .minus {
  background: #6EC095; }

.woocommerce .summary h1.product_title {
  font-size: 1.999em;
  margin: 0 0 .5em;
  text-transform: uppercase; }
.woocommerce .summary .star-rating {
  margin: 0 0 .8em; }
.woocommerce .summary .woocommerce-review-link {
  display: block;
  margin: 0 0 .5em; }
.woocommerce .summary p.price {
  margin-bottom: .3em; }
.woocommerce .woocommerce-tabs {
  border-top: 0;
  margin-bottom: 1.999em;
  background: #fff;
  padding: 1.99em 1.99em 1em;
  border-radius: 3px; }
  .woocommerce .woocommerce-tabs ul.tabs {
    margin-bottom: .3em; }
    .woocommerce .woocommerce-tabs ul.tabs li {
      margin-right: .53em;
	  margin-bottom: .53em; }
      .woocommerce .woocommerce-tabs ul.tabs li a {
        border: 2px solid #6EC095;
        border-radius: 2px; }
        .woocommerce .woocommerce-tabs ul.tabs li a:hover {
          text-decoration: none; }
      .woocommerce .woocommerce-tabs ul.tabs li.active a {
        border: 2px solid #6EC095;
        color: #fff;
        background: #6EC095; }
        .woocommerce .woocommerce-tabs ul.tabs li.active a:hover {
          background: #6EC095;
          color: #fff; }
  .woocommerce .woocommerce-tabs .panel h2 {
    font-size: 1.414em; }
.woocommerce .related h2, .woocommerce .upsells h2 {
  font-size: 1.414em; }
.woocommerce #main .onsale {
  top: 2.5em;
  left: 1em; }
.woocommerce .cart-collaterals h2 {
  font-size: 1.414em; }

#reviews img.avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

ul.products li.product {
  text-align: left !important; }
  ul.products li.product h3 {
    margin-top: 0;
    margin-bottom: .25em;
    font-size: 1.414em; }
  ul.products li.product .price {
    margin-bottom: .45em; }

.widget ul.product_list_widget li img {
  background: none;
  border: 0;
  padding: 0; }
.widget ul.product_list_widget li .star-rating {
  margin-top: .35em; }

#comments {
  margin-top: 20px; }
  #comments h3 {
    font-weight: 300; }
  #comments .avatar {
    margin: 0 1.414em 1em 0; }
  #comments .comment .comment-container {
    padding: 1.999em; }
  #comments .comment.thread-even {
    border: 0;
    background: #fff; }
  #comments .comment .comment-head {
    margin: 0 0 1.414em 0; }
    #comments .comment .comment-head .name {
      display: block;
      font-size: 1.2em; }
    #comments .comment .comment-head .edit,
    #comments .comment .comment-head .date,
    #comments .comment .comment-head .perma {
      font-size: inherit; }
  #comments .comment .reply a {
    color: #6EC095 !important;
    background: none; }
  #comments .reply {
    right: 1.99em;
    top: 1.99em; }

#respond .comment-reply-title {
  font-weight: 300; }
  #respond .comment-reply-title small {
    font-family: "Open Sans", sans-serif; }

#commentform input.txt,
#commentform textarea {
  font: 400 1em/1.45 "Open Sans", sans-serif;
  padding: .707em; }
#commentform input.txt {
  width: 250px; }
#commentform label {
  display: block;
  font-size: .85em;
  margin: 0 5px 5px 0; }
#commentform .hide {
  display: none; }

.post {
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.search .page {
  padding: 0 0 40px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.alignleft {
  float: left;
  margin: 5px 1.414em 1.414em 0; }

.alignright {
  float: right;
  margin: 5px 0 1.414em 1.41em; }

.aligncenter {
  text-align: center;
  margin-bottom: 1.414em; }

.entry img,
img.thumbnail,
#portfolio .group.portfolio-img img {
  border: 0;
  background: none; }

.entry .wp-caption {
  margin-bottom: 1.3em;
  border: 0;
  background: #fff;
  padding: .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .entry .wp-caption img {
    margin: 0;
    padding: .3em 0 0; }
.entry .wp-caption-text {
  margin: .5em 0 .3em; }

.post-meta a:hover,
p.tags a:hover {
  color: #fff;
  text-decoration: none; }

.post-more {
  font-size: inherit;
  display: none; }
  .post-more .post-comments {
    margin-left: .8em; }

.post-meta a:hover,
.post-more a:hover {
  color: #692270; }

#post-author {
  display:none !important;
  border: 0;
  border-radius: 3px;
  background: #fff;
  margin: .3em 0 1.999em;
  padding: 1.999em; }
  #post-author .profile-content {
    font-size: inherit; }
  #post-author .profile-image .avatar {
    margin: 0 1.999em 0 0; }
  #post-author h4 {
    font-size: 1.414em; }

#connect {
  display: none !important; 	
  border: 0;
  border-radius: 3px;
  background: #fff;
  padding: 1.999em; }
  #connect .related-posts h4 {
    font-size: 1.414em; }

.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
  border: 2px solid #6EC095;
  background: none;
  color: #6EC095; }
.woo-pagination a:hover {
  background: #6EC095;
  color: #fff !important; }

.projects ul.projects li.project a h3,
.projects-page ul.projects li.project a h3 {
  color: #6EC095;
  font-size: 1.2em; }
.projects ul.projects li.project a:hover h3,
.projects-page ul.projects li.project a:hover h3 {
  color: #4caf7b; }
.projects ul.projects li.project img,
.projects-page ul.projects li.project img {
  border: 0;
  background: none; }

@media only screen and (max-width: 767px) {
  #content {
    padding-top: 0; }
	
.nav-toggle { display: none !important;	
}

  #navigation ul.rss.cart-enabled {
    right: 96px;
    top: 16px; } }
@media only screen and (min-width: 768px) {
  .home-section {
    padding-left: 0;
    padding-right: 0; }

  .full-width .home-section {
    padding-top: 1.0em;
    padding-bottom: 1.2em; }
  .full-width .hero {
    padding: 9.505em 5.874em; }

  .page-template-template-homepage-php #nav-container {
    margin: 0; }
  .page-template-template-homepage-php #content {
    padding-bottom: 0; }

  .full-header ul.nav {
    margin: 0 -1em; }

  #top {
    background: #fff;
    line-height: 1.5;
    font-size: .9em; }
    #top ul.nav li a {
      color: #999; }
    #top ul.nav > li.current_page_item a, #top ul.nav > li.current_page_parent a, #top ul.nav > li.current-menu-ancestor a, #top ul.nav > li.current-cat a, #top ul.nav > li.current-menu-item a {
      background: #F9F9F9;
      color: #999; }
    #top ul.nav > li:hover {
      background: #4C5567;
      color: #ddd; }
      #top ul.nav > li:hover.current_page_item a, #top ul.nav > li:hover.current_page_parent a, #top ul.nav > li:hover.current-menu-ancestor a, #top ul.nav > li:hover.current-cat a, #top ul.nav > li:hover.current-menu-item a {
        background: #4C5567;
        color: #ddd; }
      #top ul.nav > li:hover a {
        color: #ddd; }
    #top ul.nav > li a:hover {
      background: #4C5567;
      color: #ddd; }
    #top ul.nav ul {
      background: #4C5567; }
      #top ul.nav ul li a {
        color: #ddd !important; }

  #nav-container {
    background: #6EC095;
    margin: 0 0 3em; }

  #navigation {
    background: #6EC095; }
    #navigation ul.nav li a {
      display: block;
      color: #fff;
      font-size: inherit; }
    #navigation ul.nav li.parent a:after {
      color: #4C5567; }
    #navigation ul.nav li.parent:hover a:after {
      color: #ddd; }
    #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
      background: #4C5567;
      color: #fff; }
    #navigation ul.nav li.current_page_item.parent a:after, #navigation ul.nav li.current_page_parent.parent a:after, #navigation ul.nav li.current-menu-ancestor.parent a:after, #navigation ul.nav li.current-cat.parent a:after, #navigation ul.nav li.current-menu-item.parent a:after {
      color: #ddd; }
    #navigation ul.nav ul {
      left: 0;
      background: #4C5567;
      padding: 0.3em 0; }
      #navigation ul.nav ul li a {
        color: #ddd !important; }
    #navigation ul.nav > li:hover {
      color: #ddd;
      background: none; }
      #navigation ul.nav > li:hover > a {
        background: #4C5567;
        color: #ddd; }
      #navigation ul.nav > li:hover > ul {
        left: 0px; }
    #navigation ul.nav > li a:hover {
      color: #ddd;
      background: #4C5567; }
    #navigation ul.rss li a {
      color: #fff; }
      #navigation ul.rss li a:before {
        line-height: 3.1; }
    #navigation ul.cart a.cart-contents + ul,
    #navigation ul.cart a.search-contents + ul,
    #navigation ul.nav-search a.cart-contents + ul,
    #navigation ul.nav-search a.search-contents + ul {
      background: #4C5567;
      top: 99%; }
    #navigation ul.cart li:hover a.cart-contents,
    #navigation ul.cart li:hover a.search-contents,
    #navigation ul.nav-search li:hover a.cart-contents,
    #navigation ul.nav-search li:hover a.search-contents {
      background: #4C5567; }
    #navigation .widget p {
      color: #ddd; }
    #navigation ul.cart {
      color: #ddd; }
      #navigation ul.cart .cart_list {
        color: #ddd; }
        #navigation ul.cart .cart_list a {
          color: #6EC095; }
      #navigation ul.cart .total {
        border: 0; }
    #navigation ul.nav-search #searchform,
    #navigation ul.nav-search .searchform {
      background: none; }
      #navigation ul.nav-search #searchform input#s, #navigation ul.nav-search #searchform input.s,
      #navigation ul.nav-search .searchform input#s,
      #navigation ul.nav-search .searchform input.s {
        color: #ddd; }
      #navigation ul.nav-search #searchform .submit,
      #navigation ul.nav-search .searchform .submit {
        top: 1.414em; }
        #navigation ul.nav-search #searchform .submit:before,
        #navigation ul.nav-search .searchform .submit:before {
          color: #ddd; }

  .recent-posts {
    width: 48%; }

  .recent-comments {
    width: 48%; }

  #connect .related-posts {
    border: 0;
    padding: 0; }

  #footer-widgets-container #footer-widgets {
    padding-left: 0;
    padding-right: 0; }

  #footer-container #footer {
    padding-left: 0;
    padding-right: 0; } }
	
	/** Code amendments **/
	
	ul.prod-categories li.prod-cat {
		display:inline-block;
		width:30.75%;
		vertical-align: top;
	}
	ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}	
	
	li.grapevine {
	background: url(/wp-content/uploads/2015/11/purple-bullets.png) no-repeat left top;
	height: 54px;
	padding-left: 44px;
	padding-top: 3px;
	}
	
.sku_wrapper { 
display:none !important;
} 

ul.products .count { 
display:none !important; 
}

/** Christmas cake recipe styling **/

.postid-1168 #inner-wrapper {
 background-image:url(/wp-content/uploads/2015/10/Christmas-Background-471.jpg)!important;
	background-repeat:no-repeat;
    background-attachment:fixed;
	max-width: 99% !important;
}

.postid-1168 p {
color: #fff !important;
}


.postid-1168 span.trail-end { 
color: #fff !important;
}

.postid-1168 ul.products li.product .price {
    display: block;
    color: #fff;
}

#home-page-pull .col-full .home-section {
height: inherit; 
}

#home-page-pull {
margin-top: 30px;
}

/** Styling for Bootstrap page elements **/

a.accordion-toggle.collapsed {
color: #8DB935;
text-decoration:none;
font-size: 1.414em;
}

a.accordion-toggle.collapsed:hover {
color: #8DB935;
}

a.accordion-toggle {
color: #8DB935;
text-decoration:none;
font-size: 1.414em;
}	

a.accordion-toggle:hover {
color: #8DB935;
text-decoration:none;
}	 

/** Styling for product sorting  **/

select.wppp-select {
font-size:12px;
}

select.orderby {
font-size:12px;
}	

/** Grape Tree Guarantee front page image **/

img.wp-image-1258 {
float: left;
max-width: 25%;
height:inherit;
margin-right: 10px;
margin-bottom: 1px;
}

#gt-background {
max-width: 100%;
height: inherit;	
background-color: #D3E0A8;
border-radius: 20px;
padding: 10px;
margin-top: 10px;
}

/** Posts and recipes **/

img.attachment-post-thumbnail.wp-post-image {
height: inherit;
}

.nav-prev {
max-width: 50%;
}

.nav-next {
max-width: 50%;
}

.ingredients-list {
width: 1040px !important;
}

/** Don't display strikethrough prices **/

p.price del { 
display: none !important;
}

/* Remove shipping calculator button */

a.shipping-calculator-button {
display: none;
}

/* Remove background on breadcrumbs */

.breadcrumb {
background: transparent;
border-bottom: none;
margin-bottom: 0em;
margin-top: 1em;
}

/* Remove breadcrumb 'you are here' text */

.breadcrumb-title {
display: none !important;
}

/* Remove archive header on blog listings */

.archive_header {
display: none;
}

/* Align product sorting dropdown menus */
	
.form-wppp-select {
margin-right: 1px;
margin-left: 0px !important;
float:left !important;
}

/* Remove comments on job listings */

.h5.nocomments {
display: none !important;
}

/** Nutritional information table styling **/

.tg  {border-collapse:collapse;border-spacing:0; max-height:100%; width:inherit;}
.tg td{font-family:Arial, sans-serif;font-size:12px;font-weight:bold;padding:10px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:bold;padding:10px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-2zfs{background-color:#ebf1de}
.tg .tg-jmss{background-color:#9bbb59}
.tg .tg-5u8i{background-color:#9bbb59}
.tg .tg-iptr{background-color:#ebf1de;vertical-align:top}
.tg .tg-mzy3{background-color:#9bbb59;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}

/** Email signup button border colour and radius **/

.woochimp_skin_general button:hover, 
.woochimp_skin_general button:active, 
.woochimp_skin_general button, 
.woochimp_skin_general button:focus {

border-radius: 5%;
border: 2px solid #6ec095;}

/** Email signup input field widths **/

.woochimp_skin_general .woochimp_widget_content input {
width: 300px;
}

.input#rememberme {

margin-right: 5px; margin-top: 8.5px;
	
}

/** Checkout fields border colour **/

input,
textarea {border-color:#6EC095 !important;}

a.checkout-button.button.alt.wc-forward {margin-bottom: 10px !important;}

/** BBE labels **/

#bbe-label {
display:inline-block;	
max-width: inherit;	
height: inherit;	
background-color: #6EC095;
border-radius: 5px;
padding: 10px;
margin-top: 10px;
color: #fff;
}

/** Mailchimp popop CSS **/

 .mc-modal {
 z-index: 1900 !important;
  }

.try-these {
margin-bottom: 10px;
margin-top: 10px;
}

.mc-modal-bg {
background: #ffffff;
background-colour: #ffffff;
}

/** Feefo logo bootm margin **/

.feefologoright {
margin-bottom: 50px;
}

/** Remove Primary menu - replaced with Mega Max Menu **/

/** Remove primary menu **/

#nav-container { display: none; } 

/** Remove Rich Snippet Box on Prduct page **/

#snippet-box {
      display: none;
}

/** Remove password strength text **/

.woocommerce-password-strength {
display: none !important;
}

/** Home page button hover styles **/

a.home-page-button:hover {
background-color: #fff !important;
color: #6EC095!important;
}