@charset "UTF-8";

/*
Version: 1.0.5
Theme Name: Intangible Void

Author: 30 Acres
Author URI:
Theme URI:
*/
.mobileonly {
  display: none !important;
}

.tsbf-brown-text {
  color: #866C4F;
}

/*=== General Button Styles ===*/
input:hover,
input:focus,
input:active {
  outline: none;
}

textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

/*=== Social Header ===*/
ul.social_head {
  margin: 0;
  margin-top: 30px;
  padding: 0;
}

ul.social_head li {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}

.social_head a:hover {
  border-bottom: none;
}

/*=== Share Buttons ===*/
ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline-block;
  margin-top: 60px;
}

ul.share-buttons li a {
  display: inline-block;
  padding: 5px 25px;
  padding-top: 7px;
  border: solid 1px;
  border-radius: 20px;
  color: #737061;
  border: solid 1px #737061;
}

ul.share-buttons li a:hover {
  background-color: #737061;
}

ul.share-buttons li a:hover h6,
ul.share-buttons li a:hover i {
  color: #F3F2EF;
}

ul.share-buttons li a h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
}

ul.share-buttons li a h6 i {
  margin-right: 15px;
}

/*=== Oembed ===*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=== Responsive Tabs ===*/
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs-panel.r-tabs-state-default {
  visibility: hidden !important;
}

.r-tabs-panel.r-tabs-state-active {
  visibility: visible !important;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .product-benefits-template-default .benefits-diff {
    padding-bottom: 0px !important;
  }

  .center.single_news.blog_slide_item.relly.product_benefit_desc,
  .benefits-points li .benefit-point-content,
  .benefit_facts_content {
    padding: 30px !important;
  }

  .benefits-points li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .benefit_facts_main .benefit_facts_title {
    font-size: 24px !important;
  }

  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

/*=== Accordion ===*/
.product_section {
  margin-bottom: 100px;
}

.product_section .lcol {
  width: 45%;
  position: absolute;
  bottom: -100px;
  left: 20%;
  z-index: 9999;
}

.product_section .lcol h2 {
  position: absolute;
  top: 0px;
  left: 80px;
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  font-weight: 600;
}

.product_section .lcol .white_section {
  padding: 40px;
  background-color: #f3f2ef;
  position: relative;
  top: 100px;
}

.product_section .rcol {
  width: 55%;
}

.product_section .rcol .offset_mini_title {
  position: absolute;
  z-index: 100;
  left: -210px;
  top: 140px;
  width: 80%;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}

/*=== Maps ===*/
.map_wrap {
  position: relative;
  margin-top: -280px;
}

.acf-map {
  width: 100%;
  height: 390px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.map_wrap .map_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: block;
}

/*=== Helpers ===*/
.center {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}

.tab.center {
  max-width: 1100px;
  position: relative;
  z-index: 100;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

.taright {
  text-align: right;
}

.tacenter {
  text-align: center;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/*=== Content Style ===*/
.content_style a {
  border-bottom: solid 1px #B78752;
}

/*=== Images ===*/
img {
  width: 100%;
  height: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

/*=== Header and Body ===*/
.inner_wrap {
  overflow-x: hidden;
  position: relative;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #f7f6f4;
  overflow-x: hidden;
}

#wpadminbar {
  z-index: 999999;
}

.body_inner {
  overflow-x: hidden;
}

header {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

header .center {
  max-width: 1250px;
  width: 100%;
  z-index: initial;
}

a#logo {
  display: block;
  text-align: center;
  margin-top: 0;
  float: left;
  width: 210px;
  margin: 10px;
  z-index: 999;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
}

#head_cont {
  z-index: 600;
  position: relative;
}

a#logo:hover {
  opacity: 0.8;
}

div#main {
  margin-top: 115px;
  margin-bottom: 80px;
}

#page_banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

main#main {
  margin-top: 0;
  margin-bottom: 0;
}

/*=== Res Menu Button ===*/
#menu-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  cursor: pointer;
  display: block;
  z-index: 100;
}

#menu-btn .st0 {
  fill: #03034a;
}

/*=== Social ===*/
.social_head ul {
  margin: 0;
  padding: 0;
}

.social_head ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

ul#social {
  margin: 0;
  padding: 0;
}

ul#social li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

ul#social li a {
  display: block;
}

/*=== Scroll Bar ===*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #F3F2EF;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #8c8b7b;
}

.where_to_now .relly h2 {
  color: #A4A794;
}

/*=== Helpers ===*/
.clearfix:after,
ul.instagram-pics:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.abso_center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.relly {
  position: relative;
  z-index: 200;
}

.marg_top {
  margin-top: 60px;
}

.xsml_pad {
  padding: 10px 0;
}

.sml_pad {
  padding: 20px 0;
}

.med_pad {
  padding: 10px 0;
}

.lrg_pad {
  padding: 60px 0;
}

.xlrg_pad {
  padding: 80px 0;
}

.tsbf-header-row {
  min-height: 555px;
}

@media screen and (max-width: 800px) {
  .tsbf-header-row {
    min-height: 385px;
  }
}

@media screen and (max-width: 767px) {
  .tsbf-header-row {
    min-height: 305px;
  }
}

.featured_banner {
  min-height: 670px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 10;
  position: relative;
}

.featured_banner .down_arrow {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 100;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.featured_banner .down_arrow img {
  max-width: 25px;
  width: 100%;
}

.new.bg_background {
  min-height: 670px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*-webkit-transition: all 7s linear; transition: all 7s linear;*/
  opacity: 1.2;
}

.single-recipes .featured_banner,
.tax-recipes_category .featured_banner,
.single-recipes .new.bg_background,
.tax-recipes_category .new.bg_background {
  min-height: 440px;
}

.single-recipes .featured_banner.inside .featured_content,
.tax-recipes_category .featured_banner.inside .featured_content {
  padding-top: 21%;
}

.single-recipes .featured_banner.inside .featured_content .featured_banner_title,
.tax-recipes_category .featured_banner.inside .featured_content .featured_banner_title {
  margin-left: 0;
}

.single-recipes .featured_banner.inside .featured_content .featured_banner_title h2,
.tax-recipes_category .featured_banner.inside .featured_content .featured_banner_title h2 {
  padding-left: 0;
}

.page-template-page-single .featured_banner,
.tax-recipes_category .featured_banner,
.page-template-page-tabbed .featured_banner,
.page-template-page-single .new.bg_background,
.tax-recipes_category .new.bg_background,
.page-template-page-tabbed .new.bg_background {
  min-height: 440px;
}

.single-post .featured_banner,
.single-post .new.bg_background {
  min-height: 360px;
}

.product-benefits-template-default .featured_banner,
.product-benefits-template-default .new.bg_background {
  min-height: 360px;
}

.static-fish img {
  opacity: 0;
}

.page-template-page-tabbed .featured_banner.inside .featured_content {
  padding-top: 21%;
}

.page-template-page-single .signup_registration,
.single-post .signup_registration,
.tax-recipes_category .signup_registration,
.page-template-page-tabbed .signup_registration,
.single-recipes .signup_registration {
  top: 170px;
}

/*.featured_banner:hover .new.bg_background { transform: scale(1.18); -webkit-transform: scale(1.18); }*/
.home .featured_banner_inner .featured_banner_cont {
  padding-left: 50px;
}

.image_inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dark_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(30, 33, 36, 0.4); */
  z-index: 1;
}

.white_text * {
  color: #ffffff;
}

.featured_content.white_text {
  text-shadow: 1px 1px 8px rgba(128, 128, 128, 0.5), -1px -1px 8px rgba(128, 128, 128, 0.5), 1px -1px 8px rgba(128, 128, 128, 0.5), -1px 1px 8px rgba(128, 128, 128, 0.5);
}

.featured_content.white_text h1,
.featured_content.white_text h2 {
  text-shadow: 0 0 20px #888;
}

.white_button,
.grey_button,
.brown_button {
  padding: 7px 15px;
  padding-left: 40px;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 2px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 19px auto;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}

.more_info {
  padding: 4px 12px;
  display: inline-block;
  line-height: 20px;
  font-size: 11px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  letter-spacing: 1px;
  margin: 10px auto;
  font-weight: 600;
  border: solid 1.2px #B69C7F;
  color: #B69C7F;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.more_info:hover {
  background-color: #B69C7F;
  color: white;
}

.white_button {
  background-color: #ffffff;
  color: #BCA080;
  background-image: url("../../assets/images/svg/arrow-brown.svg");
}

.white_button:hover {
  color: #BCA080;
  background-position: center left 8px;
}

.grey_button {
  background-color: #FCFCFC;
  color: #C7B096;
  background-image: url("../../assets/images/svg/arrow-brown.svg");
}

.grey_button:hover {
  color: #C7B096;
  background-position: center left 8px;
}

.brown_button {
  background-color: #B78752;
  color: #ffffff;
  background-image: url("../../assets/images/svg/arrow-white.svg");
}

.brown_button:hover {
  color: #ffffff;
  background-position: center left 8px;
}

.white_section {
  background-color: #ffffff;
}

.bottom_triangle {
  position: absolute;
  z-index: 250;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  display: block;
}

.bottom_triangle svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.bg_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.offset_left_title {
  margin-left: -30px;
  margin-bottom: 35px;
}

.comment_form_parent {
  margin-top: 60px;
}

.comment_form_parent .offset_left_title {
  margin-left: 0px;
}

.top_offset_title {
  position: absolute;
  top: -52px;
  left: 20%;
  color: #B78752;
}

h3.top_offset_title {
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  font-weight: 600;
}

.small_center {
  margin-top: 150px;
}

/*=== Where To Links ===*/
.wt_title {
  margin-bottom: 65px;
}

.wt_title h2 {
  margin: 0;
  color: #A4A793;
}

.wt_title h2:last-child {
  margin-left: 20px;
}

.where_to_links {
  widows: 80%;
  margin: auto;
  position: relative;
  z-index: 999;
}

.where_to_item {
  float: left;
  width: 33.3333%;
  text-align: center;
}

.where_to_item img {
  width: 100%;
  max-width: 185px;
  padding: 0 10px;
}

.where_to.rec_cross_bg {
  position: absolute;
  width: 120%;
  height: 230px;
  top: 60px;
  left: -10%;
  bottom: inherit;
  z-index: 1;
  background-image: url("../../assets/images/svg/cross-bg.svg");
  background-size: 10px;
  background-repeat: repeat;
}

/*=== Page Styles ===*/
/*== Featured Banner Inside ==*/
.featured_banner.inside .center {
  max-width: 930px;
  width: 100%;
}

.featured_banner.inside .featured_content {
  padding-top: 30%;
  max-width: 430px;
  padding-left: 40px;
}

.page-template-page-stores .featured_banner.inside .featured_content {
  xxpadding-top: 160px;
}

.featured_banner.inside .featured_content .featured_banner_title:after {
  display: none;
}

.featured_banner.inside .featured_content h1,
.featured_banner.inside .featured_content h2 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "futura-pt", sans-serif !important;
  text-transform: lowercase !important;
  color: #fff;
}

.featured_banner_inner .relly {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
}

.featured_banner_inner .featured_banner_title,
.featured_banner_inner .featured_banner_cont {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/*==  ==*/
/*=== AOS ===*/
.aos-animate {
  z-index: 100;
}

/*= Feature Banner =*/
.featured_banner {
  background-color: #1E2124;
}

.featured_banner_inner {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.featured_content {
  padding-top: 19%;
}

.featured_content .featured_banner_title {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -30px;
}

.featured_content .featured_banner_title p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Karla", sans-serif;
}

.featured_content .featured_banner_title:after {
  content: "";
  width: 130%;
  height: 1px;
  display: block;
  background-color: #ffffff;
}

.featured_content .featured_banner_cont h1 {
  font-size: 70px;
  letter-spacing: 0.54px;
  line-height: 74px;
  font-family: "futura-pt", sans-serif;
}

.featured_content .featured_banner_cont h2 {
  font-size: 70px;
  letter-spacing: 0.54px;
  line-height: 74px;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600;
  color: #fff;
  padding-left: 0px;
}

/*= Staps =*/
.image_stamp {
  position: relative;
  max-width: 140px;
  position: absolute;
  right: 0;
  top: -72px;
  z-index: 99;
}

/* .image_stamp img { max-width: 140px; position: absolute; right: 0; top: -72px; z-index: 99; } */
/*= Single Intro Text =*/
.single_intro_text {
  padding: 40px 0px 50px;
}

.single_intro_text h2 {
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0.8px;
  font-family: "Karla";
  font-weight: normal;
}

/*= Responsive slide =*/
.responsive_slide_bg {
  display: none;
}

.responsive_slide_bg .slide_offset_cont {
  display: none;
}

/*=  recipe Slide =*/
.h .recipe_slide {
  z-index: 100;
}

.h.recipe_term .recipe_term_item_inner .lcol {
  width: 50%;
  position: absolute;
}

.h.recipe_term .recipe_term_item_inner .rcol {
  min-height: 450px;
  width: 50%;
  padding: 80px 40px;
  background-color: #ffffff;
  text-align: center;
}

.h.recipe_term .recipe_term_item_inner .rcol .h_recipe_title {
  margin-bottom: 50px;
}

.h.recipe_term .recipe_term_item_inner .rcol .reci_link {
  margin-top: 50px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 3px;
  font-size: 16px;
}

.h.recipe_term .recipe_term_item_inner .rcol p {
  line-height: 1.2;
  font-size: 13px;
  font-family: "futura-pt", sans-serif;
}

.h.recipe_term .recipe_slide .recipe_term_item {
  max-width: 100%;
  float: left;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h .h_rec_all_button {
  position: absolute;
  left: -40px;
  bottom: 110px;
  z-index: 110;
}

.rec_cross_bg {
  position: absolute;
  width: 45%;
  height: 385px;
  bottom: -30px;
  left: -44px;
  z-index: 1;
  background-image: url("../../assets/images/svg/cross-bg.svg");
  background-size: 10px;
  background-repeat: repeat;
}

/*=  recipe nav =*/
.recipe_slide_bg.res ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 0px;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 15px);
}

.recipe_term ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 60px;
  width: auto;
  text-align: center;
}

.recipe_term ul.slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.recipe_term ul.slick-dots li button {
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: none;
  text-indent: -99999px;
  padding: 0;
  margin: 0 6px;
  background-color: transparent;
  border: solid 1px #B69C7F;
  box-sizing: border-box;
}

.recipe_term ul.slick-dots li button:hover {
  background-color: #B69C7F;
}

.recipe_term ul.slick-dots li.slick-active button {
  background-color: #B69C7F;
}

ul.slick-dots li:focus,
ul.slick-dots li button:focus {
  outline: none;
  cursor: pointer;
}

.rec_left {
  position: absolute;
  width: 12px;
  right: 250px;
  bottom: 7px;
  z-index: 200;
  cursor: pointer;
}

.rec_right {
  position: absolute;
  width: 12px;
  right: 25px;
  bottom: 7px;
  z-index: 200;
  cursor: pointer;
}

/*= Res Slide =*/
.responsive_slide {
  padding-top: 60px;
}

.responsive_slide .slick-dots {
  position: absolute;
  width: 100%;
  top: -30px;
  border-top: solid 1px #B78752;
  margin: 0;
  padding: 0;
}

.responsive_slide .slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 20%;
  height: 5px;
}

.responsive_slide .slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: pink;
  text-indent: -99999999px;
  width: 0;
  height: 5px;
  background-color: #B78752;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.responsive_slide .slick-dots li.slick-active button {
  width: 100%;
}

/*= Side Col Slide =*/
.right_nav_slide {
  widows: 90%;
}

.right_nav_slide .wide.lcol {
  width: 100%;
}

.right_nav_slide .small.rcol {
  width: 24%;
  position: absolute;
  right: -240px;
  float: none;
}

.right_nav_slide_item .slide_offset_cont {
  position: absolute;
  left: -82px;
  top: 18%;
  z-index: 250;
  width: 310px;
}

.right_nav_slide_item .slide_offset_cont .bordered_title {
  display: inline-block;
  border-bottom: solid 1px;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
}

.right_nav_slide_item .slide_offset_cont .main_title {
  text-align: center;
  color: #B69C7F;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 8px;
  margin: 30px 0;
  margin-bottom: 35px;
  font-weight: 100;
}

.right_nav_slide_item .slide_image_content .slide_image_inner {
  width: 100%;
  min-height: 800px;
  float: right;
  background-image: url("../../assets/images/ripped-paper.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.right_nav_slide_item .slide_image_content .slide_image_inner img {
  display: block;
  width: 60%;
  top: 48%;
}

.right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont {
  position: absolute;
  bottom: 160px;
  width: 100%;
  z-index: 200;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_image_outline_text h2 {
  font-size: 110px;
  line-height: 90px;
  margin-bottom: 50px;
  letter-spacing: 9px;
  font-weight: 300;
  color: white;
  text-shadow: -1px -1px 0 #ACACAC, 1px -1px 0 #ACACAC, -1px 1px 0 #ACACAC, 1px 1px 0 #ACACAC;
}

.right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_excerpt {
  width: 80%;
  margin: auto;
}

.right_nav_slide_container ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 100%;
  text-align: center;
}

.right_nav_slide_container ul.slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.right_nav_slide_container ul.slick-dots li button {
  width: 13px;
  height: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: none;
  text-indent: -99999px;
  padding: 0;
  margin: 0 6px;
  background-color: transparent;
  border: solid 1px #B69C7F;
  box-sizing: border-box;
}

.right_nav_slide_container ul.slick-dots li button:hover {
  background-color: #B69C7F;
}

.right_nav_slide_container ul.slick-dots li.slick-active button {
  background-color: #B69C7F;
}

.slick_nav_container {
  width: 90%;
  float: right;
}

.slick_nav_container .slick_nav {
  background-color: transparent;
  border: none;
  width: 25px;
  bottom: 57px;
  position: absolute;
  opacity: 0.5;
}

.slick_nav_container .slick_nav:focus {
  outline: none;
}

.slick_nav_container .slick_nav:hover {
  opacity: 1;
}

.slick_nav_container .slick_prev {
  left: 33%;
}

.slick_nav_container .slick_next {
  right: 33%;
}

.right_nav_slide_container .slick-dots:first-of-type {
  display: none !important;
}

.right_nav_slide_container .h_slide_container .slick-dots:first-of-type {
  display: block !important;
}

/*= Right Side Slick Nav Animation =*/
.right_nav_slide_item .bordered_title {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.right_nav_slide_item:first-child .bordered_title,
.right_nav_slide_item.slick-active .bordered_title {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.right_nav_slide_item .main_title {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.right_nav_slide_item:first-child .main_title,
.right_nav_slide_item.slick-active .main_title {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.right_nav_slide_item .white_button {
  opacity: 0;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.right_nav_slide_item:first-child .white_button,
.right_nav_slide_item.slick-active .white_button {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/*= Right Side Slick Nav =*/
.slick_nav_container {
  width: 90%;
  float: right;
}

.h_slide_container .slick-arrow {
  background-color: transparent;
  border: none;
  width: 25px;
  bottom: 95px;
  position: absolute;
  opacity: 0.5;
  z-index: 200;
  text-indent: -999999999px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h_slide_container .slick-arrow:focus {
  outline: none;
}

.h_slide_container .slick-arrow:hover {
  opacity: 1;
}

.h_slide_container .slick-prev {
  left: 33%;
  background-image: url("../../assets/images/svg/slide-arrow-left.svg");
}

.h_slide_container .slick-next {
  right: 33%;
  background-image: url("../../assets/images/svg/slide-arrow-right.svg");
}

.right_slide_nav_item {
  cursor: pointer;
  padding-bottom: 127px;
  text-transform: uppercase;
  position: relative;
  opacity: 0.4;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.right_slide_nav_item:hover,
.right_slide_nav_item.slick-current {
  opacity: 1;
}

.right_slide_nav_item:after {
  content: "";
  width: 1.3px;
  background-color: #736F63;
  height: 0px;
  display: block;
  position: absolute;
  top: 45px;
  left: 11px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.right_slide_nav_item.slick-current:after {
  background-color: #736F63;
  height: 90px;
}

.right_slide_nav_item:last-child {
  padding-bottom: 0;
}

.right_slide_nav_item span {
  display: inline-block;
  font-weight: 600;
}

.right_slide_nav_item h6 {
  display: inline-block;
  font-weight: 300;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.right_slide_nav_item:last-child:after,
.right_slide_nav_item:last-child:before {
  display: none;
}

/*=  Blog Item =*/
.blog_single_item {
  position: relative;
  margin-bottom: 80px;
}

.blog_single_item .lcol {
  width: 50%;
  position: absolute;
  top: 80px;
  left: 40px;
  z-index: 500;
}

.blog_single_item .lcol h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
}

.blog_single_item .lcol .cream_section {
  background-color: #f3f2ef;
  padding: 40px 0;
  padding-right: 60px;
  padding-left: 20px;
}

.blog_single_item .rcol {
  width: 50%;
}

.blog_single_item .rcol .offset_left_title {
  position: absolute;
  top: 0px;
  left: -45%;
  width: 70%;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  border-bottom: solid 1px;
  padding-left: 5px;
}

.blog_single_item .rcol .white_button {
  position: absolute;
  right: -30px;
  top: 30%;
}

/*= Icon Image Slide =*/
.right_nav_slide_item {
  position: relative;
}

.icon_slide_images {
  margin-bottom: 70px;
  position: absolute;
  z-index: 1000;
  top: -20px;
  right: 0;
  width: 100%;
  max-width: 930px;
  padding: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  top: 38%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.icon_slide_images .icon_item {
  width: 100%;
  max-width: 50%;
  text-align: center;
  margin: auto;
  z-index: 120;
  float: left;
  width: 50%;
  padding-bottom: 0;
  padding: 20px 0;
}

.icon_slide_images .icon_item img {
  display: block;
  width: 48%;
  margin: auto;
}

.icon_slide_images .slide_image_content .slide_image_inner .slide_main_cont {
  position: absolute;
  bottom: 110px;
}

/*=  Recipe =*/
.h.recipe_term {
  padding-top: 170px;
}

/*
. .recipe_term .border_bottom {
border: none;
}

. .recipe_term h2 {
margin-bottom: 10px;
z-index: 8000;
color: #B78752;
}
*/
/*= Comment =*/
.comment_form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 500;
}

.comment_form .rcol {
  width: 54%;
  margin-top: 40px;
}

.comment_form .rcol textarea {
  resize: none;
}

.rec_cross_bg.comment {
  left: inherit;
  right: -60px;
  width: 70%;
  z-index: 0;
}

#gform_1 textarea {
  text-transform: lowercase;
  font-size: 18px;
}

img.gform_ajax_spinner {
  display: none;
}

.comment_form_parent .lcol {
  width: 38%;
}

.comment_form_parent .lcol p {
  font-style: italic;
}

.comment_form_parent .rcol .offset_left_title {
  margin-left: -70px;
  margin-bottom: 0;
  top: 35px;
  position: absolute;
  z-index: 1000;
  color: #b78752;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 20px;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
}

/*=  Res =*/
.page-template-page-stores .inside_shelf::-webkit-scrollbar {
  display: none;
}

.inside_shelf::-webkit-scrollbar {
  width: 0;
  height: 5px;
  display: none;
}

.recipe_term h2 {
  display: block;
  padding: 50px 0px;
  padding-bottom: 30px;
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.recipe_slide_bg {
  display: block;
}

.recipe_slide_bg.res {
  display: none;
}

.h_rec_all_button a {
  margin-right: -35%;
}

/*= Parallax =*/
.relly.lax {
  z-index: 1;
  height: 0;
}

.parallax {
  z-index: 1;
  height: 0;
  max-width: 300px;
  display: inline-block;
  opacity: 0.4;
}

.parallax.one {
  max-width: 180px;
  margin-right: 30px;
}

.parallax.two {
  max-width: 280px;
  margin-top: 150px;
}

.wa.parallax.two {
  margin-top: 80px;
}

.parallax.two {
  max-width: 300px;
}

.wa.parallax.four {
  padding-top: 60px;
  max-width: 300px;
}

/*=== We Are ===*/
.body_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.offset_image_right_cols .lcol {
  float: left;
  width: 55%;
  position: relative;
  top: 110px;
}

.offset_image_right_cols .lcol .about_cont {
  padding: 40px 60px;
}

.offset_image_right_cols .lcol .about_cont h3 {
  position: absolute;
  top: -49px;
  left: 20px;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1;
}

.offset_image_right_cols .rcol .left_offset_mini_title {
  position: absolute;
  left: -80px;
  top: 10px;
  width: 250px;
  border-bottom: solid 1px;
}

.wa_centered {
  margin-top: 150px;
}

/*=== Tabs Page ===*/
.tabs_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab_menu {
  text-align: center;
  position: relative;
  z-index: 200;
  transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
}

.tab_menu ul {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  width: 80%;
  margin: auto;
}

.tab_menu ul li {
  margin: 0;
  padding: 0;
  border-right: solid 1px #F2F2EF;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.tab_menu ul li:last-child {
  border-right: none;
}

.tab_menu ul li a {
  padding: 25px 10px;
  font-size: 16px;
  letter-spacing: 0.8px;
  display: block;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}

.tab_menu ul li a:hover {
  background-color: #B78752;
  color: #F5F4F1;
}

.tab_menu ul li.current-menu-item a {
  background-color: #B78752;
  color: #F5F4F1;
}

#responsiveTabs #responsiveTabs_posts {
  overflow: hidden;
}

#responsiveTabs ul {
  float: left;
  width: 33.33333%;
  /*
  background-color: #FDFDFD;

  */
  margin: 0;
  padding: 0;
}

#responsiveTabs_posts ul {
  float: left;
  width: 33.33333%;
  /*
  background-color: #FDFDFD;

  */
  margin: 0;
  padding: 0;
}

#responsiveTabs ul li,
#responsiveTabs_posts ul li {
  display: block;
  position: relative;
}

#responsiveTabs ul li a,
#responsiveTabs_posts ul li a {
  display: block;
  /*   padding: 30px 40px; */
}

#responsiveTabs ul li a:after,
#responsiveTabs_posts ul li a:after {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #B69C7F;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
#responsiveTabs ul li a:hover:after, #responsiveTabs ul li.active a:after, #responsiveTabs_posts ul li a:hover:after, #responsiveTabs ul li.r-tabs-state-active a:after, #responsiveTabs_posts ul li.r-tabs-state-active a:after {
width: 105%;
background-color: #B69C7F;
}
*/
#responsiveTabs ul li a p,
#responsiveTabs_posts ul li a p {
  margin: 0;
  line-height: 19px;
  font-size: 16px;
  padding: 11px 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #A4A793;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Karla", sans-serif;
}

#responsiveTabs ul li.active a p,
#responsiveTabs ul li a:hover p {
  color: #B78752;
}

#responsiveTabs_posts ul li a:hover p,
#responsiveTabs ul li.r-tabs-state-active a p,
#responsiveTabs_posts ul li.r-tabs-state-active a p {
  color: #B78752;
}

#responsiveTabs .tab_content_container,
#responsiveTabs_posts .tab_content_container {
  float: right;
  width: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*
  background-color: #ffffff;
  -webkit-box-shadow: -3px 0px 6px 0px rgba(207, 207, 207, 0.3);
  box-shadow: -3px 0px 6px 0px rgba(207, 207, 207, 0.3);
  */
}

#responsiveTabs .tab_content_container .tab_content_container_inner,
#responsiveTabs_posts .tab_content_container .tab_content_container_inner {
  padding: 0 80px;
  padding-right: 0;
}

#responsiveTabs .tab_content_container .r-tabs-panel .tab_content_inner,
#responsiveTabs_posts .tab_content_container .r-tabs-panel .tab_content_inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #E9EAE6;
}

#responsiveTabs .tab_content_container .r-tabs-panel .tab_content_inner:last-child,
#responsiveTabs_posts .tab_content_container .r-tabs-panel .tab_content_inner:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.tab_content_container_inner .tab-1 .tab_content_inner {
  border-top: solid 1px #b69d82;
}

.tab_content_inner {
  padding: 50px 0;
  border-bottom: solid 1px #b69d82;
}

.tab_content_inner h3 {
  color: #b69d82;
}

#responsiveTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

#responsiveTabs .tabs_inner {
  width: 25%;
  /*   background-color: #FDFDFD; */
  margin: 0;
  padding: 0;
}

#responsiveTabs .tabs_inner ul {
  width: 100%;
}

#responsiveTabs .tabs_inner ul li {
  position: relative;
  z-index: 20;
}

#responsiveTabs .tabs_inner ul li a.active:after {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 105%;
  height: 3px;
  background-color: #B69C7F;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#responsiveTabs .tabs_inner ul.fixed {
  position: fixed;
  top: 10px;
  width: 100%;
  max-width: 370px;
  background-color: transparent;
}

#responsiveTabs .tab_content_container {
  float: none;
  position: relative;
  z-index: 10;
}

#accordion_tabs.res {
  display: none;
}

/*=== Tabbed Post ===*/
#responsiveTabs_posts {
  background-color: #fdfdfd;
}

.post_tabs_container {
  margin-top: 50px;
  position: relative;
  z-index: 200;
  /* margin-bottom: 100px;*/
}

.post_tabs_container ul.tab_nav {
  margin: 0;
  padding: 0;
}

.post_tabs_container ul.tab_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 33.33333%;
  text-align: center;
}

.post_tabs_container ul.tab_nav li a {
  padding: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  background-color: rgba(235, 230, 225, 0.4);
}

.post_tabs_container ul.tab_nav li a:hover {
  color: #B78752;
  background-color: #FDFDFD;
  margin-bottom: 0;
}

.post_tabs_container ul.tab_nav li a.active_menu_tab {
  color: #B78752;
  background-color: #FDFDFD;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.post_tabs_container ul.tab_nav li a p {
  margin: 0;
}

/*=== Post Tab Inside ===*/
.post_left_tabs #responsiveTabs_posts .tab_content_container .tab_content_container_inner {
  padding: 0;
}

.post_left_tabs #responsiveTabs_posts .tab_content_container .tab_content_container_inner .r-tabs-panel {
  padding: 0;
}

.tab_post_single_container .tab_post_item_feature {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tab_post_single_container .tab_post_item_content_box {
  position: relative;
  padding: 25px 50px;
}

.tab_post_single_container .tab_post_item_content_box a {
  right: -5px;
  top: 40px;
  font-size: 9px;
  padding: 3px 10px;
  padding-left: 40px;
}

.tab_post_single_container .tab_post_item_title {
  position: absolute;
  max-width: 270px;
  padding: 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: -10px;
  background-color: #ffffff;
}

.tab_post_single_container .tab_post_item_excerpt {
  width: 65%;
}

.tab_post_single_container .tab_post_item_content {
  display: none;
}

.post_static_item .tab_post_item_feature {
  xxmin-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*= BG Image Slide Tab =*/
.test.tabbed ul.slick-dots {
  position: absolute;
  background-color: transparent !important;
  bottom: 90px;
  right: 40px;
  text-align: right;
}

/*= Post Slide =*/
.blog_slide_item {
  width: 100%;
  display: block;
}

.tab_post_item_feature {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tab_post_item_title {
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
  padding-bottom: 0;
  padding-top: 25px;
  width: 60%;
  display: inline-block;
  background-color: #ffffff;
}

.tab_post_item_title h5 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #B78752;
}

.post_static_item .tab_post_item_content_box,
.post_style_slide .tab_post_item_content_box {
  padding: 30px;
  min-height: 270px;
}

.post_static_item .tab_post_item_content_box a,
.post_style_slide .tab_post_item_content_box a {
  position: absolute;
  margin: 0;
  right: -20px;
  top: 80px;
}

.post_static_item .tab_post_item_excerpt {
  max-width: 330px;
  width: 100%;
}

.post_style_slide .tab_post_item_excerpt {
  max-width: 330px;
  width: 100%;
}

.post_style_slide .slick-arrow {
  background-color: transparent;
  border: none;
  width: 25px;
  bottom: 78px;
  position: absolute;
  opacity: 0.5;
  z-index: 200;
  text-indent: -999999999px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_style_slide .slick-arrow:focus {
  outline: none;
}

.post_style_slide .slick-arrow:hover {
  opacity: 1;
}

.post_style_slide .slick-prev {
  left: 33%;
  background-image: url("../../assets/images/svg/slide-arrow-left.svg");
}

.post_style_slide .slick-next {
  right: 33%;
  background-image: url("../../assets/images/svg/slide-arrow-right.svg");
}

.post_style_slide.index .slick-dots {
  right: 20px;
  width: auto;
  text-align: right;
  top: 375px;
  bottom: inherit;
  background-color: transparent !important;
}

.tab_content_container_inner .post_style_slide .slick-dots {
  right: 20px;
  width: auto;
  text-align: right;
  top: 375px;
  bottom: inherit;
  background-color: transparent !important;
}

/*=== We Are ===*/
.page-template-page-who-we-are .offset_image_left_cols {
  padding-top: 80px;
  padding-bottom: 370px;
}

.offset_image_left_cols .lcol {
  position: absolute;
  z-index: 1;
  left: 80px;
  width: 50%;
}

.offset_image_left_cols .lcol .left_offset_mini_title {
  position: absolute;
  top: 30px;
  left: -75px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}

.offset_image_left_cols .lcol h2 {
  position: absolute;
  top: 90px;
  left: -40px;
  z-index: 100;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1;
}

.offset_image_left_cols .rcol {
  position: relative;
  top: 100px;
  z-index: 10;
  width: 55%;
}

.offset_image_left_cols .rcol .white_section {
  padding: 70px 80px;
  padding-bottom: 150px;
}

.offset_left_two {
  position: absolute;
  z-index: 200;
  width: 100%;
  background-color: #ffffff;
  left: -50%;
  bottom: -150px;
}

.we_are_slide_container {
  position: absolute;
  z-index: 200;
  width: 100%;
  background-color: #ffffff;
  padding: 70px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -65%;
  bottom: -220px;
  max-width: 450px;
}

.we_are_slide_container .bordered_title {
  position: absolute;
  left: 130px;
  top: -180px;
  width: 230px;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}

.we_are_slide_container .offset_title_two {
  position: absolute;
  top: -110px;
  left: 140px;
  color: #928C6B;
}

.we_are_slide_container .we_are_slide .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  text-indent: -999999px;
  width: 30px;
  position: absolute;
  bottom: 0px;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}

.we_are_slide_container .we_are_slide .slick-arrow:focus {
  outline: none;
}

.we_are_slide_container .we_are_slide .slick-prev {
  left: 10px;
  background-image: url("../../assets/images/svg/slide-arrow-left-breakfast.svg");
}

.we_are_slide_container .we_are_slide .slick-next {
  left: 60px;
  background-image: url("../../assets/images/svg/slide-arrow-right-breakfast.svg");
}

.we_are_slide_container .offset_slide_item {
  margin-bottom: 60px;
  position: relative;
}

.we_are_slide_container .offset_slide_item:last-child {
  margin: 0;
}

.we_are_slide_container .offset_slide_item h6.num_title {
  position: absolute;
  left: -62px;
  top: -1px;
  font-weight: 300;
  font-size: 18px;
}

.we_are_slide_container .offset_slide ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -55px;
  right: inherit;
  left: 15%;
  width: 70%;
  text-align: center;
}

.offset_slide_fran ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -55px;
  right: inherit;
  left: 15%;
  width: 70%;
  text-align: center;
  bottom: 40px;
}

.we_are_slide_container .offset_slide ul.slick-dots li,
.offset_slide_fran ul.slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.we_are_slide_container .offset_slide ul.slick-dots li button,
.offset_slide_fran ul.slick-dots li button {
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: none;
  text-indent: -99999px;
  padding: 0;
  margin: 0 5px;
  background-color: transparent;
  border: solid 1px #B69C7F;
  box-sizing: border-box;
}

.we_are_slide_container .offset_slide ul.slick-dots li button:hover,
.we_are_slide_container .offset_slide ul.slick-dots li.slick-active button {
  background-color: #B69C7F;
}

.offset_slide_fran ul.slick-dots li button:hover,
.offset_slide_fran ul.slick-dots li.slick-active button {
  background-color: #B69C7F;
}

.we_are_slide_container .offset_slide {
  width: 100%;
}

.we_are_slide_container .offset_slide .slick-arrow {
  background-color: transparent;
  border: none;
  width: 25px;
  bottom: -60px;
  position: absolute;
  opacity: 0.5;
  text-indent: -9999999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 15%;
}

.offset_slide_fran .slick-arrow {
  background-color: transparent;
  border: none;
  width: 25px;
  bottom: -60px;
  position: absolute;
  opacity: 0.5;
  text-indent: -9999999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 15%;
  bottom: 34px;
  z-index: 100;
}

.we_are_slide_container .offset_slide .slick-arrow:focus,
.offset_slide_fran .slick-arrow:focus {
  outline: none;
}

.we_are_slide_container .offset_slide .slick-arrow:hover,
.offset_slide_fran .slick-arrow:hover {
  opacity: 1;
}

.we_are_slide_container .offset_slide .slick-prev,
.offset_slide_fran .slick-prev {
  left: 0;
  background-image: url("../../assets/images/svg/post-nav-left.svg");
}

.we_are_slide_container .offset_slide .slick-next,
.offset_slide_fran .slick-next {
  right: 0;
  background-image: url("../../assets/images/svg/post-nav-right.svg");
}

.we_are_slide .offset_slide {
  height: 0;
  overflow: hidden;
}

.loaded .we_are_slide .offset_slide {
  height: 100%;
  overflow: visible;
}

/*=== We Do ===*/
.page-template-page-what-we-do .offset_image_left_cols {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-template-page-what-we-do .offset_image_left_cols .lcol {
  width: 40%;
  position: relative;
}

.page-template-page-what-we-do .offset_image_left_cols .lcol .right_offset_mini_title {
  position: absolute;
  z-index: 100;
  left: -60px;
  top: 20px;
  width: 80%;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}

.page-template-page-what-we-do .offset_image_left_cols .rcol {
  padding: 70px 70px;
  width: 57%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion_section.xlrg_pad {
  padding-bottom: 0;
}

.accordion_section .lcol {
  width: 53%;
  margin-left: 80px;
  position: relative;
  z-index: 100;
  margin-top: 160px;
}

.accordion_section .lcol .left_offest_title {
  position: absolute;
  top: -61px;
  left: 40px;
  z-index: 100;
}

.accordion_section .lcol .left_offest_title h3 {
  color: #A4A793;
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  font-weight: 600;
}

.accordion_section .rcol {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 90;
  padding-right: 20px;
}

.accordion_section .rcol .offset_mini_title {
  position: absolute;
  left: -60%;
  top: 9px;
  width: 83%;
  padding-left: 3px;
  padding-bottom: 3px;
  border-bottom: solid 1px;
  z-index: 100;
}

.wedo_accord {
  padding: 60px 100px;
}

.wedo_accord h3 {
  font-size: 18px;
}

.wedo_accord h3:focus {
  outline: none;
}

/*= we do prod =*/
.product_section.xlrg_pad {
  padding-top: 0;
}

/*= We Do Parallax */
.wd.parallax.two {
  padding-top: 180px;
  margin-right: -110px;
  width: 230px;
}

.wd.parallax.four {
  padding-top: 180px;
}

/*=== Recipe ===*/
.recipe_term {
  width: 100%;
  padding: 80px 0px;
}

.recipe_term .center h2 {
  text-transform: uppercase;
  padding-bottom: 60px;
  color: #607595;
  padding-top: 30px;
}

.recipe_term:nth-child(2) .center h2 {
  color: #D3823F;
}

.recipe_term:nth-child(3) .center h2 {
  color: #BB9E7A;
}

.recipe_term .border_bottom {
  position: relative;
  padding-bottom: 50px;
  border-bottom: dotted 1px #607595;
}

.think_mini_border {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background-color: #607595;
}

.recipe_term:nth-child(2) .recipe_term .border_bottom {
  border-bottom: dotted 1px #D3823F;
}

.recipe_term:nth-child(2) .think_mini_border {
  background-color: #D3823F;
}

.recipe_term:nth-child(3) .recipe_term .border_bottom {
  border-bottom: dotted 1px #BB9E7A;
}

.recipe_term:nth-child(3) .think_mini_border {
  background-color: #BB9E7A;
}

.recipe_term .recipe_term_item {
  padding: 0 20px;
  padding-right: 90px;
  width: 340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.recipe_term .recipe_term_item .recipe_small_title.top {
  display: block;
}

.recipe_term .recipe_term_item .recipe_small_title.bottom {
  display: none;
}

.recipe_term .recipe_term_item:nth-child(even) .recipe_small_title.top {
  display: none;
}

.recipe_term .recipe_term_item:nth-child(even) .recipe_small_title.bottom {
  display: block;
}

.recipe_term .recipe_term_item a {
  display: block;
}

.recipe_term .recipe_term_item a h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.11px;
  line-height: 24px;
  margin: 0;
  white-space: pre-wrap;
  text-transform: uppercase;
}

.recipe_term .recipe_term_item:nth-child(1n) a h2 {
  color: #9D5E34;
}

.recipe_term .recipe_term_item:nth-child(2n) a h2 {
  color: #607595;
}

.recipe_term .recipe_term_item:nth-child(3n) a h2 {
  color: #DF828D;
}

.recipe_term .recipe_term_item:nth-child(4n) a h2 {
  color: #CF9432;
}

.recipe_term .recipe_term_item:nth-child(5n) a h2 {
  color: #889E9E;
}

.recipe_term .recipe_term_item:nth-child(6n) a h2 {
  color: #62A55F;
}

.recipe_term .recipe_term_item a p {
  margin: 0;
  font-size: 16px;
  color: #736F63;
  padding: 10px 0;
  padding-left: 25px;
  background-image: url("../../assets/images/svg/clock.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Karla", sans-serif;
  font-size: 18px;
}

.recipe_term .recipe_term_item .recipe_term_image {
  padding: 15px 0;
}

/*=== Inside Term ===*/
.recipe_slide_big,
.recipe_slide_bg.res {
  height: 0;
  overflow: hidden;
}

.loaded .recipe_slide_big,
.loaded .recipe_slide_bg.res {
  height: 100%;
  overflow: visible;
}

.recipe_term .recipe_slide_big .recipe_term_item {
  padding-right: 60px;
  padding-left: 0;
}

.recipe_term .recipe_slide_big .recipe_term_item a h2 {
  padding: 0;
}

.recipe_slide_bg.res .recipe_term_item.slick-slide .recipe_term_item_inner {
  width: 90%;
  margin: auto;
  padding-top: 5%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recipe_slide_bg.res .recipe_term_item.slick-slide.slick-current .recipe_term_item_inner {
  width: 100%;
  padding: 0;
}

.recipe_slide_big {
  padding-bottom: 80px;
  border-bottom: solid 1px #b88955;
  position: relative;
}

.breakfast .recipe_slide_big {
  border-bottom: solid 1px #A4A793;
}

.lunch .recipe_slide_big {
  border-bottom: solid 1px #D3823F;
}

.dinner .recipe_slide_big {
  border-bottom: solid 1px #e2949c;
}

.recipe_slide_big .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  text-indent: -999999px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.recipe_slide_big .slick-arrow:focus {
  outline: none;
}

.breakfast .recipe_slide_big .slick-prev {
  left: 10px;
  background-image: url("../../assets/images/svg/slide-arrow-left-breakfast.svg");
}

.breakfast .recipe_slide_big .slick-next {
  left: 150px;
  background-image: url("../../assets/images/svg/slide-arrow-right-breakfast.svg");
}

.lunch .recipe_slide_big .slick-prev {
  left: 10px;
  background-image: url("../../assets/images/svg/slide-arrow-left-lunch.svg");
}

.lunch .recipe_slide_big .slick-next {
  left: 150px;
  background-image: url("../../assets/images/svg/slide-arrow-right-lunch.svg");
}

.dinner .recipe_slide_big .slick-prev {
  left: 10px;
  background-image: url("../../assets/images/svg/slide-arrow-left-dinner.svg");
}

.dinner .recipe_slide_big .slick-next {
  left: 150px;
  background-image: url("../../assets/images/svg/slide-arrow-right-dinner.svg");
}

/*=== Tabbed Post ===*/
.tab_content_container_inner .right_nav_slide_item .slide_image_content .slide_image_inner {
  width: 100%;
  min-height: 350px;
  float: none;
  background-image: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.tab_content_container_inner .right_nav_slide_item .slide_image_content .slide_image_inner img {
  display: inline-block;
}

.tab_content_container_inner .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont {
  position: relative;
  margin-top: -200px;
  width: 100%;
  z-index: 200;
  bottom: 0;
  padding: 0 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.tab_content_container_inner .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_excerpt {
  width: 100%;
  text-align: left;
}

.tab_content_container_inner .brown_button {
  margin-right: -190px;
  margin-top: 60px;
}

.post_style_slide.index ul.slick-dots,
.tab_content_container_inner ul.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 60px;
  width: auto;
  text-align: center;
}

.post_style_slide.index ul.slick-dots li,
.tab_content_container_inner ul.slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block !important;
  vertical-align: middle;
}

.post_style_slide.index ul.slick-dots li button,
.tab_content_container_inner ul.slick-dots li button {
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  border: none;
  text-indent: -99999px;
  padding: 0;
  margin: 0 6px;
  background-color: transparent;
  border: solid 1px #B69C7F;
  box-sizing: border-box;
}

.post_style_slide.index ul.slick-dots li button:hover,
.post_style_slide.index ul.slick-dots li.slick-active button {
  background-color: #B69C7F;
}

.tab_content_container_inner ul.slick-dots li button:hover,
.tab_content_container_inner ul.slick-dots li.slick-active button {
  background-color: #B69C7F;
}

.post_style_slide.index ul.slick-dots li button:focus {
  outline: none;
  cursor: pointer;
}

ul.slick-dots li:focus,
ul.slick-dots li button:focus {
  outline: none;
  cursor: pointer;
}

.rec_left {
  position: absolute;
  width: 12px;
  right: 250px;
  bottom: 7px;
  z-index: 200;
  cursor: pointer;
}

.rec_right {
  position: absolute;
  width: 12px;
  right: 25px;
  bottom: 7px;
  z-index: 200;
  cursor: pointer;
}

/*=== Single Recipe ===*/
.white_recipe_button {
  padding: 7px 30px;
  padding-left: 50px;
  margin-top: 15px;
  display: inline-block;
  line-height: 2.5;
  background-color: white;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  color: #b5b6a6;
  background-image: url("../../assets/images/svg/left-arrow-green-button.svg");
  background-size: 10px;
  background-position: left 20px top 16.5px;
  background-repeat: no-repeat;
  font-family: "Karla", sans-serif;
  cursor: pointer;
}

.white_recipe_button:hover {
  color: #b5b6a6;
  background-color: whitesmoke;
}

article h2 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

article.recipes_category-breakfast h2 {
  color: #A4A793;
}

article.recipes_category-lunch h2 {
  color: #D3823F;
}

article.recipes_category-dinner h2 {
  color: #BB9E7A;
}

.post-prev img {
  width: 12px;
  margin-right: 15px;
}

.post-next img {
  width: 12px;
  margin-left: 15px;
}

#pn_prev img,
#pn_next img,
#pn_prev span,
#pn_next span {
  display: inline-block;
  vertical-align: middle;
}

.single_recipe_container {
  padding-bottom: 40px;
  border-bottom: dotted 2px rgba(150, 150, 150, 0.5);
}

.single_recipe_container .lcol {
  width: 50%;
}

.single_recipe_container .lcol.recipe_image img {
  width: 90%;
}

.single_recipe_container .lcol.recipe_image .white_button {
  position: absolute;
  right: -20px;
  bottom: 50px;
}

.single_recipe_container .rcol {
  width: 50%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single_recipe_container .rcol h2 {
  margin-top: 30px;
  margin-left: -90px;
  color: #A85424;
  z-index: 300;
  position: relative;
}

.single_recipe_container .rcol .ingredients {
  color: #9D5E34;
  margin-top: 40px;
}

.single_recipe_container .rcol .ingredients h5 {
  margin-top: 55px;
  margin-bottom: 20px;
}

.single_recipe_container .rcol .ingredients p {
  margin-top: 0;
  margin-bottom: 6px;
}

.method .lcol {
  width: 50%;
}

.method .lcol .recipe_three_col {
  float: left;
  width: 33.33333%;
  text-align: center;
  padding: 0 10px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: dotted 2px rgba(150, 150, 150, 0.5);
}

.method .lcol .recipe_three_col h5 {
  margin: 0;
  margin-bottom: 20px;
}

.method .lcol .recipe_three_col p {
  margin: 0;
  color: #9D5E34;
  text-transform: uppercase;
}

.method .rcol {
  width: 50%;
  padding-top: 15px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.method .rcol h5 {
  margin: 0;
  margin-bottom: 20px;
}

.method_section_item {
  padding-left: 40px;
  padding-bottom: 30px;
  position: relative;
}

.method_section_item .counter {
  position: absolute;
  left: 0;
  top: 0;
}

.single_recent_container {
  padding-top: 0;
}

.rec_term_title {
  padding-bottom: 60px;
  font-weight: 300;
}

.recipe_term.breakfast .rec_term_title {
  color: #A4A793;
}

.recipe_term.lunch .rec_term_title {
  color: #D3823F;
}

.recipe_term.dinner .rec_term_title {
  color: #e2949c;
}

.single .recipe_term {
  padding-top: 0;
}

/*=== Stores ===*/
.shelf {
  height: 440px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.inside_shelf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  overflow-x: scroll;
  padding: 0 100px;
  padding-left: 22%;
}

.inside_shelf::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

.inside_shelf::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
  border-bottom: dotted 1px #8C8B7B;
  width: 80px;
}

.inside_shelf::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #8C8B7B;
  width: 80px;
}

.scroll-arrow {
  width: 150px;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 99;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.store_item.content {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.map_lists {
  margin-bottom: 60px;
  margin-top: 0px;
}

.main_map_title {
  padding-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.state_item {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 70px;
  xxborder-bottom: dotted 1px #8C8B7B;
}

.state_item .shelf {
  height: 340px;
}

.state_item:last-child {
  margin-bottom: 0;
}

.state_item .think_mini_border {
  display: none;
}

.store_container {
  padding-bottom: 60px;
  border-bottom: solid 1px #b88955;
  position: relative;
}

.scroll_more .store_container:after {
  content: "scroll for more";
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 102px;
  font-size: 14px;
  color: #b88955;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  display: none;
}

.store_container .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  text-indent: -999999px;
  width: 30px;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

.store_container .slick-arrow:focus {
  outline: none;
}

.store_container .slick-prev {
  left: -20px;
  background-image: url("../../assets/images/svg/slide-arrow-left.svg");
}

.store_container .slick-next {
  right: -20px;
  background-image: url("../../assets/images/svg/slide-arrow-right.svg");
}

.store_item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
}

.store_item_inner {
  padding: 5px 0;
}

.store_item_inner .store_content {
  border-radius: 3px;
  padding: 15px 20px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  /*min-height: 305px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; */
}

.store_item_inner .store_content .sameheight {
  min-height: 190px;
}

.store_item .store_item_image {
  border-bottom: solid 3px #B78752;
  line-height: 0;
}

.store_item .store_item_inner h6 {
  font-weight: lighter;
  margin: 0;
}

.store_item .store_item_inner .store_title {
  margin-bottom: 10px;
}

.store_item .store_item_inner .store_title h6 {
  color: #B78752;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.11px;
  line-height: 24px;
  padding-bottom: 5px;
  padding-top: 5px;
}

ul.store_item_contact {
  padding: 0;
  margin-top: 15px;
}

ul.store_item_contact li {
  padding: 0;
  margin: 0;
}

ul.store_item_contact li a {
  display: block;
}

ul.store_item_contact li a h6 {
  line-height: 19px;
  color: #B78752;
}

.store_item .store_item_inner .store_address {
  margin-bottom: 15px;
}

.store_item .store_item_inner .store_address h6 {
  margin: 0;
  text-transform: none;
  color: #A4A793;
  opacity: 0.6;
  color: #736F63;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.89px;
  line-height: 18px;
}

.store_icon_list.inner_page {
  /*margin-top: 15px; padding-top: 15px; border-top: solid 1px #D5D5D5;*/
}

.store_item .store_item_inner h6 {
  display: inline-block;
}

.store_item .store_item_inner .store_opening_hours {
  text-transform: uppercase;
  opacity: 0.6;
  color: #736F63;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.89px;
  line-height: 18px;
}

.store_item .store_item_inner .store_phone_number,
.store_item .store_item_inner .store_email {
  color: #B78752;
  opacity: 0.6;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.89px;
  line-height: 18px;
  padding-top: 10px;
}

.store_item .store_item_inner .store_phone_number h6,
.store_item .store_item_inner .store_email h6 {
  color: #B78752;
}

.store_item_inner .acf-map {
  height: 103px;
  margin: 0;
}

ul.store_item_social {
  margin: 0;
  margin-top: 10px;
  padding-top: 25px !important;
  padding: 0;
  text-align: center;
}

ul.store_item_social li {
  margin: 0;
  margin-right: 0;
  padding: 0 10px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

ul.store_item_social li a {
  color: #B0AEA7;
  font-size: 20px;
}

ul.store_item_social li a:hover {
  color: #B78752;
}

.map_container {
  position: relative;
}

.store_item .map_container .map_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.store_icon_list.inner_page ul {
  margin: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}

.store_icon_list.inner_page ul li {
  text-align: center;
  margin: 0;
  padding: 0 10px;
  width: 30.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.store_icon_list.inner_page ul li a p {
  font-size: 12px;
  font-family: "Karla", sans-serif;
  margin: 0;
}

.store_icon_list.inner_page ul li:nth-child(1) a img {
  max-width: 14px;
  margin: auto;
}

.store_icon_list.inner_page ul li:nth-child(2) a img {
  max-width: 23px;
  margin: auto;
  position: relative;
  top: 0;
}

.store_icon_list.inner_page ul li:nth-child(3) a img {
  max-width: 23px;
  margin: auto;
}

/*=== Franchise ===*/
.contact_menu {
  margin-top: -108px;
}

.franchise_content {
  margin-bottom: 110px;
}

.franchise_content .left_offset_mini_title {
  position: relative;
  left: -30px;
  top: 31px;
  width: 90%;
}

.franchise_content .lcol {
  width: 60%;
  margin-top: 130px;
  position: relative;
}

.franchise_content .lcol h2.top_title {
  position: absolute;
  left: 40px;
  top: -30px;
  color: #B78752;
  font-size: 40px;
  z-index: 100;
}

.franchise_content .lcol .white_section {
  padding: 95px 60px;
  padding-bottom: 90px;
}

.franchise_content .lcol .left_offest_title {
  position: absolute;
  right: -40%;
  top: 100px;
  width: 60%;
  border-bottom: solid 1px #736F63;
  color: #736F63;
  z-index: 100;
}

.we_are_slide_container.franchise {
  position: relative;
  z-index: 200;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: 100%;
  max-width: 100%;
}

.we_are_slide_container.franchise .offset_slide_item {
  margin-bottom: 0;
  padding: 40px 10px;
  box-sizing: border-box;
  background-color: white;
}

.we_are_slide_container.franchise .offset_slide_item p {
  font-size: 14px;
}

.we_are_slide_container.franchise .slick-list {
  overflow: visible !important;
}

.we_are_slide_container.franchise h2 {
  position: absolute;
  top: -155px;
}

.franchise_content .rcol {
  width: 40%;
  position: relative;
}

.left_offset_mini_title {
  position: absolute;
  left: -100px;
  top: 40px;
  width: 90%;
  border-bottom: solid 1px #B69C7F;
  color: #B69C7F;
  z-index: 100;
}

.offset_form_title {
  color: #B78752;
  margin-top: 50px;
}

/*=== Blog Header ===*/
.is_webkit select {
  /* Tweaks for Safari + Chrome. */
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid;
  border: none;
  color: #000;
  outline: 0;
  padding: 6px;
  font-size: 12px;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

.contact_details h5 {
  color: #B69C7F;
  margin-bottom: 20px;
}

.contact_details p,
.contact_details a {
  font-size: 12px;
}

.contact_social ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

.contact_social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.contact_social ul li a {
  display: block;
  font-size: 20px;
  color: #736F63;
}

.tab_menu.cont_menu ul li {
  width: 33.33333%;
}

/*=== Blog List ===*/
.cat_list {
  text-align: center;
  padding-top: 50px;
}

.cat_list ul {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 100%;
}

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

.cat_list ul a {
  display: inline-block;
  border: 1px;
  padding: 3px 15px;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px;
  border-radius: 1px;
  font-size: 2;
  box-sizing: border-box;
  font-size: 12px;
}

.current-cat a {
  border: solid 1px;
  background-color: #B78752;
  color: white;
  box-sizing: border-box;
}

.cat_list ul a:hover {
  border: solid 1px;
  box-sizing: border-box;
  background-color: #B78752;
}

/*=== Blog Categories ===*/
.post_tabs_menu ul {
  margin: 0;
  padding: 0;
}

.post_tabs_menu ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post_tabs_menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 33.33333%;
  text-align: center;
}

.post_tabs_menu ul li a {
  padding: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  background-color: rgba(235, 230, 225, 0.4);
}

.post_tabs_menu ul li a:hover {
  color: #B78752;
  background-color: #FDFDFD;
  margin-bottom: 0;
}

.post_tabs_menu ul li.current-cat a {
  color: #B78752;
  background-color: #FDFDFD;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.post_tabs_menu ul.tab_nav li a p {
  margin: 0;
}

.old.post.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.old.post.list article {
  width: 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  margin: 1%;
}

.old.post.list .blog_item_feature {
  line-height: 0;
  display: block;
}

.old.post.list .blog_item_content_box {
  background-color: white;
  padding: 34px 25px 23px;
}

/*=== Blog Format ===*/
article {
  margin-bottom: 40px;
}

.post_style_slide.index .tab_post_item_title {
  max-width: 330px;
}

.post_style_slide.index .tab_post_item_content_box {
  background-color: #ffffff;
}

.post_style_slide.index .tab_post_item_excerpt {
  max-width: 70%;
}

.blog_slide_item a.slide_perma {
  display: block;
}

/*= Single Post =*/
.center.single_news {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 930px !important;
}

.center.single_news .blog_slide_item .tab_post_item_title {
  padding-bottom: 15px;
  padding-top: 25px;
  max-width: 430px;
  padding-right: 60px;
}

.center.single_news .blog_slide_item .tab_post_item_title h5 {
  margin: 0;
  line-height: 37px;
  font-family: "Karla", sans-serif;
}

.center.single_news .tab_post_item_content_box {
  max-width: 100%;
  background-color: white;
}

.center.single_news .tab_post_item_content_box .post_date {
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #B78752;
}

.center.single_news .tab_post_item_content_box .tab_post_item_excerpt {
  max-width: 100%;
  padding: 24px 0px;
}

.center.single_news .post_static_item .tab_post_item_content_box a,
.center.single_news .post_style_slide .tab_post_item_content_box a {
  position: relative;
  margin: inherit;
  right: inherit;
  top: inherit;
  font-family: Karla;
}

.center.single_news .pagination_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.center.single_news .pagination_post a {
  text-transform: uppercase;
}

.center.single_news .pagination_post i {
  position: relative;
  bottom: -2.5px;
  font-size: 24px;
}

.center.single_news .pagination_post .previous {
  width: 50%;
}

.center.single_news .pagination_post .next {
  width: 50%;
  text-align: right;
}

.related_posts {
  margin-top: 60px;
}

.related_posts article {
  margin-bottom: 0;
}

.old.post.list .post_date {
  /* padding-top: 15px; */
  text-transform: uppercase;
  font-size: 13px;
  color: #B78752;
}

/*=== Instagram ===*/
ul.instagram-pics {
  margin: 0;
  padding: 0;
}

ul.instagram-pics li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 16.6666%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  ul.instagram-pics li {
    width: 33.3333%;
  }
}

/*=== Footer ===*/
.res_signup,
.res_footer {
  display: none;
}

#foot_wrap {
  background-image: url("../../assets/images/footer-texture-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1000;
}

footer {
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 40px;
}

footer .wide.lcol {
  width: 68%;
  padding-left: 10px;
}

footer .wide.lcol .footer_wrap_inner {
  max-width: 850px;
  float: right;
  width: 850px;
}

footer .small.rcol {
  width: 30%;
  max-width: 450px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_col {
  float: left;
  width: 20%;
}

.footer_col ul.footer_social {
  text-align: left;
  margin-top: 25px;
}

.footer_col ul.footer_social li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
}

.footer_col.one .footer_text {
  width: 80%;
  padding-top: 15px;
}

.footer_col.one .footer_text p {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-family: "Karla", sans-serif;
}

.footer_col.one a {
  max-width: 170px;
  display: block;
}

.footer_col a {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
}

.footer_col h3,
.footer_col h6 {
  font-family: Karla;
  font-size: 16px;
  font-weight: bold;
  text-transform: lowercase;
  color: #fff;
  margin-bottom: 5px !important;
}

.footer_col ul {
  margin: 0;
  padding: 0;
}

.footer_col ul li {
  line-height: 2.2;
  list-style: none;
  text-align: left;
  font-family: "Karla", sans-serif;
  font-weight: 600;
}

.footer_col ul li a {
  color: #ffffff;
}

.footer_col ul li a:hover {
  color: #6c3800;
}

.footer_bottom {
  /* margin-top: 30px; padding-top: 15px;*/
  text-align: left;
  /*border-top: solid 1px rgba(255, 255, 255, 0.5);*/
}

.footer_bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-family: "Karla", sans-serif;
}

.mc_embed_signup p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-family: "Karla", sans-serif;
}

.mc-field-group {
  margin-top: 25px;
}

.mc-field-group .required.email {
  height: 90px;
  width: 70%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  border: none;
}

.mc-field-group .mailchimp_button {
  height: 90px;
  width: 30%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  border: none;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../assets/images/svg/plane.svg");
  background-size: 25px;
  cursor: pointer;
}

.mc-field-group .mailchimp_button:hover {
  background-color: whitesmoke;
}

/*=== Responsive Menus ===*/
/*= Menu Icons =*/
.menu_icon {
  display: none;
  color: #AD7346;
}

.right_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  line-height: 0;
  padding: 20px;
}

.right_close svg {
  width: 22px;
  height: 22px;
}

.left_close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 0;
  padding: 22px 25px;
}

.left_close svg {
  width: 18px;
  height: 18px;
}

/*= Res Menu Left =*/
.res_menu_left_container {
  display: block;
  position: fixed;
  left: -130%;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: #f7f7f6;
  z-index: 9999999;
  -webkit-box-shadow: 2px 0px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 6px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.res_menu_left_container.anime {
  left: 0;
}

@media screen and (max-width: 782px) {
  body.admin-bar .res_menu_left_container {
    top: 46px;
  }
}

@media screen and (min-width: 783px) {
  body.admin-bar .res_menu_left_container {
    top: 32px;
  }
}

.res_menu_left_container_inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.res_menu_left_container_inner::-webkit-scrollbar {
  width: 0 !important;
}

.res_left_title {
  padding: 18px 50px 30px 67px;
  background-color: #F8F2E9;
  text-align: center;
}

.res_left_title p {
  line-height: 1.5;
  margin: 0;
  color: #AD7346;
  font-size: 14px;
}

#menu-mobile-menu>li.open>a,
#menu-mobile-menu>li.active>a {
  background-color: #B69C7F;
  color: #FFF;
}

.left_menu_accordion {
  padding: 40px 25px;
}

.left_menu_accordion h3 {
  cursor: pointer;
  padding: 20px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2);
  line-height: 1;
  font-family: "Karla", sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  margin: 0;
}

.left_menu_accordion h3:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../../assets/images/svg/drop-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.left_menu_accordion h3.ui-accordion-header-active:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.left_menu_accordion h3:focus,
.left_menu_accordion h3.ui-state-active {
  outline: none;
}

.left_accord_cont {
  display: none;
  margin: 30px 0;
  height: auto !important;
}

.res_left_title a.collect_btn {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  background: #b78752;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 23px 10px 45px;
  margin-top: 15px;
}

.res_left_title a.collect_btn:hover {
  background: #9d5e34;
}

/*= Res Menu Right =*/
.res_menu_right_container {
  display: block;
  position: fixed;
  right: -130%;
  top: 0;
  width: 300px;
  height: 100%;
  background-color: #f7f7f6;
  z-index: 9999999;
  -webkit-box-shadow: -2px 0px 6px -1px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0px 6px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.res_menu_right_container.anime {
  right: 0;
}

.res_menu_right_container_inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.res_menu_right_container_inner::-webkit-scrollbar {
  width: 0 !important;
}

.res_menu_promotion a {
  display: block;
}

.res_menu_promotion img {
  width: 100%;
  height: auto;
}

.res_menu_right_cta {
  padding: 0 25px;
}

.res_menu_right_cta .res_menu_right ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.res_menu_right_cta .res_menu_right ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.res_menu_right_cta .res_menu_right ul li a {
  display: block;
  font-size: 24px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: lowercase;
  letter-spacing: 1px;
  line-height: 25px;
  color: #746f67;
  padding: 25px 0;
  padding-left: 20px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}

.res_menu_right_cta .res_menu_right ul li ul {
  margin-top: 0;
}

.res_menu_right_cta .res_right_contact {
  padding: 0 25px;
  margin: 30px 0;
}

.res_menu_right_cta .res_right_contact ul {
  margin: 0;
  padding: 0;
}

.res_menu_right_cta .res_right_contact ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.res_menu_right_cta .res_right_contact ul li a {
  display: block;
}

.res_menu_right_cta .res_social {
  padding: 0 25px;
  margin-bottom: 30px;
}

.res_menu_right_cta .res_social ul {
  margin: 0;
  padding: 0;
}

.res_menu_right_cta .res_social ul li {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  padding-top: 15px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.res_menu_right_cta .res_social ul li:first-child {
  display: block;
  margin-right: 0;
  padding-top: 0;
}

.res_menu_right_cta .res_social ul li:first-child h6 {
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}

.res_menu_right_cta .res_social ul li a {
  font-size: 32px;
}

.res_logo {
  display: block;
  padding: 0 25px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.res_logo img {
  width: 100%;
  height: auto;
}

.res_footer_bottom {
  padding: 0 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.res_footer_bottom p {
  margin: 0;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(115, 111, 98, 0.3);
}

.square_button {
  padding: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  border-radius: 2px;
}

.square_button.brown {
  background-color: #B69C7F;
  color: #ffffff;
}

.square_button.brown:hover {
  background-color: #b18c62;
  color: #ffffff;
}

.square_button.border {
  border: solid 1px #B69C7F;
  color: #B69C7F;
}

.square_button.border:hover {
  background-color: #B69C7F;
  color: white;
}

.res_menu_right_container .square_button.brown {
  margin-bottom: 10px;
}

/*=== Home ZW ===*/
.three_col {
  margin-top: 0px;
}

.three_col .col {
  padding: 0 20px;
  text-align: center;
}

.three_col .col:nth-child(1),
.three_col .col:nth-child(3) {
  margin-top: 30px;
}

.three_col .col:nth-child(1) h3,
.three_col .col:nth-child(3) h3 {
  font-size: 2.5vw;
}

.three_col .col:nth-child(1) img,
.three_col .col:nth-child(3) img {
  width: 90%;
}

.three_col .col img {
  opacity: 0.65;
}

.section_number.zw_title {
  width: 140px;
  font-family: Karla;
  font-size: 18px;
}

.section_number.zw_title1 {
  max-width: 540px;
  font-family: Karla;
  font-size: 18px;
  width: inherit;
  margin-bottom: 0px;
  padding: 35px 0px 35px;
  margin-left: 168px;
  border: inherit;
  position: relative;
}

.section_number.zw_title1:after {
  background: #736F63;
  height: 1px;
  width: 102px;
  position: absolute;
  left: 0px;
  top: 66px;
  content: "";
}

/*=== ZW Slide Nav ===*/
.product_benefits_inner {
  position: relative;
}

.product_benefits_inner:before {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.5;
}

.two_slide .slick-dots,
.single_slide .slick-dots {
  text-align: center;
  margin-top: 40px;
}

.two_slide .slick-dots li,
.single_slide .slick-dots li {
  margin: 0 5px;
}

.two_slide .slick-dots li button,
.single_slide .slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -99999px;
  border: solid 1px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  cursor: pointer;
}

.two_slide .slick-dots li button {
  border: solid 1px #A4A793;
}

.two_slide .slick-dots li.slick-active button,
.two_slide .slick-dots li button:hover {
  background-color: #A4A793;
}

.single_slide .slick-dots li button {
  border: solid 1px white;
}

.single_slide .slick-dots li.slick-active button,
.single_slide .slick-dots li button:hover {
  background-color: white;
}

/*=== Zero Waste ===*/
.bordered_button {
  min-width: 210px;
  background-position: left -1px center;
  background-size: 28px;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/svg/arrow-brown-new.svg");
  padding: 10px 5px 10px 35px;
  border: solid 1px #B78752;
  color: #B78752;
  display: inline-block;
  margin-top: 60px;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bordered_button:hover {
  background-position: left 8px center;
  color: #fff;
  background-color: #b78752;
  background-image: url("../../assets/images/svg/arrow-white.svg");
  border-color: #b78752 !important;
}

/*.bordered_button { background-position: left -1px center; background-size: 28px; background-repeat: no-repeat; background-image: url('../../assets/images/svg/arrow-brown-new.svg); padding: 10px 30px; padding-left: 50px; border: solid 1px #B78752; color: #B78752; display: inline-block; margin-top: 60px; font-family: 'Karla', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;' }
*/
.page-template-page-zero-waste .featured_content {
  padding-top: 0;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: -50px;
}

.page-template-page-zero-waste .center {
  max-width: 1250px;
}

.page-template-page-zero-waste .featured_banner .center {
  max-width: 950px;
}

.noise_bg {
  background-image: url("../../assets/images/paper-bg-update.jpg");
}

.section_number {
  display: inline-block;
  width: 80px;
  margin-bottom: 15px;
  border-bottom: solid 1px;
}

.two_col .col:first-child h2 {
  font-size: 40px;
  padding-left: 20px;
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
}

.two_col .col:first-child .content {
  padding-left: 20px;
}

.three_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.three_col .col {
  width: 31%;
}

.two_col {
  jusify-content: space-between;
}

.two_col.wide_slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two_col.wide_slide .col:first-child {
  width: 35%;
}

.two_col.wide_slide .col:first-child .inner {
  text-align: left;
}

.two_col.wide_slide .col:last-child {
  width: 59%;
}

.wide_right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide_right .col:first-child {
  width: 30%;
}

.wide_right .col:last-child {
  width: 59%;
}

.wide_slide .top_container img {
  max-width: 300px;
  opacity: 0.65;
}

.top_container {
  text-align: center;
  margin-bottom: 100px;
}

.image_number {
  position: relative;
}

.image_number img {
  opacity: 0.65;
}

.number_count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.number_count h3 {
  font-size: 3vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: #B69C7F;
}

.two_slide .slick-list {
  overflow: hidden !important;
}

.single_slide .slick-list {
  overflow: hidden !important;
}

.single_slide .content {
  max-width: 80%;
  margin: auto;
}

.single_slide .content p {
  font-size: 16px;
  color: #794612;
  font-weight: 600;
  line-height: 20px;
  font-family: "futura-pt", sans-serif;
}

.number_item p {
  font-size: 12px;
  line-height: 18px;
  color: #736F63;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}

.number_item .content {
  margin-top: -40px;
  position: relative;
  z-index: 60;
}

.single_slide_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_slide_item .single_slide_single {
  width: 48%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.single_slide_item .single_slide_single img {
  width: 70%;
  margin: auto;
}

.section_one .number_item h3 {
  color: #B69C7F;
}

.section_two .number_item h3 {
  color: #A4A793;
}

.section_one .container.top .col:first-child {
  width: 35%;
}

.section_one .container.top .col:first-child h2 {
  color: #B69C7F;
}

.section_two .two_col .col:first-child h2 {
  color: #A4A793;
}

.section_one .container.top .col:last-child {
  margin-top: 43px;
  width: 55%;
}

.section_one .container.bottom {
  margin-top: 80px;
  text-align: center;
}

.section_one .two_col {
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_one .three_col .col {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section_two .two_col .inner {
  padding: 0 30px;
  text-align: center;
}

.section_two .two_col .bottom_container h3 {
  font-size: 2.4vw;
  text-align: center;
}

.section_four .two_col {
  position: relative;
}

.section_four .two_col:first-child {
  margin-bottom: 90px;
}

.section_four .number_title {
  margin-left: 23%;
  margin-top: 80px;
}

.section_four .two_col .content_block.top {
  padding: 70px;
  background-color: white;
  position: relative;
  top: 125px;
  left: 30%;
  width: 90%;
  margin-bottom: 80px;
  z-index: 100;
}

.section_four .view_p {
  left: 11.5%;
  top: -10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}

.section_four .offset_bottom .col:first-child .number {
  max-width: 70%;
  margin: auto;
  margin-top: -30%;
  text-align: center;
}

.section_four .offset_bottom .col:first-child .number h3 {
  color: #B69C7F;
  margin-bottom: 40px;
  font-size: 60px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}

.section_four .offset_bottom .col:last-child {
  margin-top: 25%;
  left: -4%;
  width: 50%;
  position: relative;
}

.section_four .offset_bottom .col:last-child .content_block {
  padding: 70px;
  background-color: white;
  position: relative;
}

.section_four .offset_bottom .col:last-child .number_title_bottom {
  max-width: 100%;
  margin-left: auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 200;
}

.section_four .offset_bottom .col:last-child .number_title_bottom h2 {
  font-size: 40px;
  color: #A4A793;
  font-family: "futura-pt", sans-serif;
  padding-left: 20px;
  font-weight: 600;
}

.section_four .two_col.offset_bottom:first-child {
  margin-bottom: 0;
}

/*== Store Left tab ===*/
.store_tab {
  display: block;
  padding: 27px 20px;
  padding-left: 45px;
  line-height: 1;
  font-size: 14px;
  font-family: "karla", sans-serif;
  background-color: #B78752;
  color: white;
  text-transform: lowercase;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 17px;
  background-image: url("../../assets/images/svg/menu-icon-left.svg");
}

.store_tab:hover {
  background-color: #a67745;
  color: white;
}

/*=== Search Forms ===*/
.signup_registration ul {
  margin: 0;
  padding: 0;
}

.signup_registration ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 3.4;
}

.search_bar {
  max-height: 550px;
}

.search_bar .dgwt-wcas-search-wrapp {
  max-width: 240px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
}

.search_bar .dgwt-wcas-no-submit .dgwt-wcas-ico-loupe {
  left: 12px;
  max-height: 15px;
  width: 16px;
  position: absolute;
  z-index: 100;
}

.search_bar .dgwt-wcas-close {
  background-position: center;
  background-size: auto 10px;
}

.search_bar #dgwt-wcas-search {
  border: none;
  border-radius: 0;
  padding: 27px 30px;
  padding-left: 47px;
  font-family: "karla", sans-serif;
  font-style: normal;
  line-height: 1;
  height: auto;
  background: #f4f3f1;
  color: #B78752;
  display: inline-block;
  font-size: 13px;
  position: relative;
}

.search_bar #dgwt-wcas-search:hover {
  background: white;
}

.search_bar form {
  background: transparent;
  display: block;
}

.search_bar .dgwt-wcas-preloader {
  right: 5px;
}

.search_bar .dgwt-wcas-inner-preloader {
  background-position: right 15px center;
  background-size: auto 14px;
}

.search_bar #dgwt-wcas-search {
  color: #B78752;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13px;
}

.search_bar #dgwt-wcas-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B78752;
  font-style: normal;
}

.search_bar #dgwt-wcas-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #B78752;
  font-style: normal;
}

.search_bar #dgwt-wcas-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #B78752;
  font-style: normal;
}

.search_bar #dgwt-wcas-search:-moz-placeholder {
  /* Firefox 18- */
  color: #B78752;
  font-style: normal;
}

.search_bar .dgwt-wcas-suggestion {
  border: none;
  font-family: "karla", sans-serif;
  padding: 12px 0;
}

.search_bar .dgwt-wcas-suggestion span {
  line-height: 1.3;
  font-size: 13px;
  letter-spacing: 0px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}

.search_bar .dgwt-wcas-suggestion:nth-child(even) {
  background-color: whitesmoke;
}

.search_bar .dgwt-wcas-suggestion:hover {
  background-color: #B69C7F;
  color: white;
}

.search_bar .dgwt-wcas-suggestion:hover span {
  color: white;
}

/*=== Product Search ===*/
.signup_registration.woo_log {
  width: 220px;
}

.signup_registration.woo_log .woo_sub_menu_one {
  display: block;
  padding: 27px 20px;
  padding-left: 15px;
  line-height: 1;
  font-size: 14px;
  font-family: "karla", sans-serif;
  background-color: #B69C7F;
  color: white;
  text-transform: capitalize;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 20px;
  background-image: url("../../assets/images/svg/emoji-face.svg");
}

.signup_registration.woo_log .popup-with-form {
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 20px;
  background-image: url("../../assets/images/svg/pencil.svg");
}

.signup_registration.woo_log .woo_sub_menu_one:hover {
  background-color: #9f8465;
  color: white;
}

.signup_registration.woo_log .popup-with-form {
  display: block;
  padding: 27px 20px;
  padding-left: 15px;
  line-height: 1;
  font-size: 14px;
  font-family: "karla", sans-serif;
  background-color: #f4f3f1;
  color: #B78752;
  text-transform: capitalize;
  letter-spacing: 0;
}

/*--- Taxonomy Recipy Pages ---*/
.tab_menu.reci {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-top: 80px;
  margin-bottom: 40px;
}

.tab_menu.reci li {
  width: 33.3333%;
}

.tax_reci_cat .recipe_term {
  padding: 0;
}

.tax_reci_cat .recipe_term .center.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tax_reci_cat .recipe_term_item {
  padding: 10px;
  width: 32%;
  background-color: white;
  margin-bottom: 20px;
  border: solid 1px rgba(164, 167, 147, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
}

.tax_reci_cat .recipe_term_item .recipe_term_image {
  padding: 0;
}

.tax_reci_cat .recipe_term_item h1 {
  padding-bottom: 15px;
}

.tax_reci_cat .recipe_term_item .recipe_small_title.top,
.tax_reci_cat .recipe_term_item:nth-child(even) .recipe_small_title.top {
  display: none;
}

.tax_reci_cat .recipe_term_item .recipe_small_title.bottom,
.tax_reci_cat .recipe_term_item:nth-child(even) .recipe_small_title.bottom {
  display: block;
}

.archive_butoon .h_rec_all_button {
  text-align: left;
}

.archive_butoon .h_rec_all_button a {
  margin: 0;
  margin-top: 40px;
  padding: 7px 15px;
  padding-left: 40px;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 2px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 19px auto;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  background-color: #B78752;
  color: #ffffff;
  background-image: url("../../assets/images/svg/arrow-white.svg");
}

.archive_butoon .h_rec_all_button a:hover {
  color: #ffffff;
  background-position: center left 8px;
}

/*== Marker for menu ===*/
.term-snacks .Breakfast,
.term-deserts .Deserts,
.term-dinner .Dinner,
.term-lunch .lunch,
.term-snacks .snacks {
  background-color: #F5F4F1;
  color: #B78752;
}

/*=== Zero Waste Home ===*/
ul.link_col {
  width: 90%;
  margin: 80px auto 0;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.link_col li {
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  width: 25%;
  list-style: none;
  border-right: solid 1px #B69C7F;
}

ul.link_col li .icon {
  text-align: center;
}

ul.link_col li .icon img {
  width: 100%;
  max-width: 55px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.link_col li a {
  display: block;
}

ul.link_col li a:hover img {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

ul.link_col li:last-child {
  border: none;
}

ul.link_col li p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5;
  line-height: 1.6;
  font-weight: 600;
  color: #B69C7F;
  font-family: "karla", sans-serif;
}

/*=== Button Colour ===*/
.h_rec_all_button.breakfast_button a {
  background-color: #a4a793;
}

.h_rec_all_button.lunch_button a {
  background-color: #d3823f;
}

.h_rec_all_button.dinner_button a {
  background-color: #e2939c;
}

.h_rec_all_button.desert_button a {
  background-color: #607595;
}

.recipe_term.dinner .rec_term_title.desert_title {
  color: #607595;
}

.h_rec_all_button.snacks_button a {
  background-color: #62A55F;
}

.recipe_term.dinner .rec_term_title.snacks_title {
  color: #62A55F;
}

/*=== Stores Height ===*/
/*=== Small intro text ===*/
.small_intro_text p {
  font-family: "futura-pt", sans-serif;
  font-size: 21px;
  letter-spacing: 0.8px;
  color: #A4A793;
  text-transform: uppercase;
  font-weight: bold;
}

.small_intro_text p strong {
  font-family: "futura-pt", sans-serif;
  font-size: 21px;
  letter-spacing: 0.8px;
  color: #B78752;
  text-transform: uppercase;
}

/*=== Responsive Tabs ===*/
.r-tabs .r-tabs-nav {
  margin: 0 auto;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

ul.tab_menu {
  margin: 0;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  width: 80%;
  margin: auto;
}

ul.tab_menu li {
  margin: 0;
  padding: 0;
  border-right: solid 1px #F2F2EF;
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
}

ul.tab_menu li:last-child {
  border-right: none;
}

ul.tab_menu li a {
  padding: 25px 10px;
  font-size: 16px;
  letter-spacing: 0.8px;
  display: block;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}

ul.tab_menu li a:hover {
  background-color: #F5F4F1;
  color: #B78752;
}

ul.tab_menu li.current-menu-item a {
  background-color: #F5F4F1;
  color: #B78752;
}

/*=== Investment New ===*/
.investment_content {
  background-color: #EDE9E4;
}

.investment_content h2 {
  color: #B78752;
}

.two_col.success {
  margin-top: 80px;
}

.two_col.success .col:first-child {
  width: 65%;
  background-color: white;
  padding: 40px;
}

.two_col.success .col:first-child p {
  font-size: 16px;
  font-family: "karla", sans-serif;
}

.ceo_title {
  color: #B69C7F;
  display: inline-block;
  margin-top: 20px;
  border-bottom: solid 1px #B69C7F;
}

.two_col.success .col:last-child {
  width: 35%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*--- Login --- */
.gfield_checkbox li {
  display: inline-block;
  width: 100%;
}

.gfield_checkbox li input {
  display: inline-block;
  width: auto;
}

.account_reg_container .gf_login_links a:first-child {
  display: none;
}

.login_widget .avatar {
  display: none;
}

.login_widget h3 {
  font-size: 20px;
}

.login_widget p a {
  display: none;
}

.login_widget a {
  display: block;
  margin: 10px 0;
  margin-top: 30px;
  border-radius: 3;
  background-color: #B78752;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}

/* 02 May Css here */
.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.center {
  max-width: 1160px !important;
}

.c-cararra {
  background: #F4F3F1;
}

.tac {
  text-align: center;
}

.db {
  display: block;
}

.m-recipe {
  background: #e0e0e0 url("../../assets/images/mmm-recipe.jpg") no-repeat center left;
  min-height: 591px;
  background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.m-recipe .bordered_button {
  margin-top: 50px;
  text-align: center;
}

.m-recipe .inner {
  padding-top: 200px;
}

.m-recipe h2 {
  padding-left: 0px;
  letter-spacing: 5px;
}

.h-blog {
  padding-top: 100px;
  padding-bottom: 66px;
}

body .h-blog h2.title {
  color: #b69c7f;
  padding-left: 0px;
  margin-bottom: 60px;
  letter-spacing: 5px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.row:after {
  content: "";
  display: table;
  min-height: 1px;
  clear: both;
}

.col-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-item .blog-thumbnail {
  display: block;
  width: 100%;
  margin: 0px;
}

.blog-item .blog-thumbnail img {
  margin: 0px;
}

.blog-item .blog-content {
  background: #fff;
  padding: 34px 25px 23px;
}

.blog-item .blog-content h2 {
  margin: 0px;
  font-size: 20px;
  padding: 0px;
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 15px;
}

.blog-item .blog-content h2 a {
  color: #B78752;
}

.blog-item .blog-content .date {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b69c7f;
  margin-bottom: 0px;
  font-family: "Karla", sans-serif;
}

.h-shop {
  background: #f9f7f6;
  padding-top: 44px;
  padding-bottom: 34px;
}

.h-category {
  padding: 30px 0;
}

.h-category .bordered_button {
  margin-top: 30px;
}

.h-shop h2,
.h-category h2 {
  margin-bottom: 25px !important;
  padding-left: 0px;
  color: #B78752;
}

.h-shop .bordered_button {
  margin-top: 30px;
}

.cat-links,
.scol.cat_list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  max-width: 100%;
}

.cat-links li,
.scol.cat_list li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

.cat-links li a,
.scol.cat_list li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #736F63;
  border: solid 1px #b7b6b6;
  padding: 4px 15px;
  border-radius: 40px;
  font-family: "Karla";
}

.cat-links li a:hover {
  background: #B78752;
  color: #fff;
  border-color: #B78752;
}

.scol.cat_list li a:hover,
.scol.cat_list li.current-cat a {
  background: #B78752;
  color: #fff;
  border-color: #B78752;
}

.tab_post_item_title {
  background: none;
  position: inherit;
  max-width: 560px !important;
  padding: 0px !important;
}

.tab_post_item_feature {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.center-title {
  text-transform: capitalize;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  letter-spacing: normal;
  padding-bottom: 36px;
  color: #B78752;
  letter-spacing: 1px;
}

/*May 03 2018 starts*/
.clr:after {
  content: "";
  clear: both;
  min-height: 1px;
  display: table;
}

.ptb-2 {
  padding-bottom: 20px;
}

.footer_social li {
  list-style: none;
  display: inline-block;
  margin: 0px 6px;
}

.footer_social li:first-child {
  margin-left: 0px;
}

.footer_social li a {
  color: #fff;
}

.h-blog .slick-list,
.h-shop .slick-list {
  overflow: hidden !important;
}

.h-blog .slick-slider,
.h-shop .slick-slider {
  padding-left: 0px;
}

.h-blog .slick-slider .slick-arrow,
.h-shop .slick-slider .slick-arrow,
.recipe_term_container .slick-slider .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  text-indent: -999999px;
  width: 62px !important;
  position: absolute;
  bottom: 125px !important;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  background-size: inherit !important;
  height: 70px !important;
  z-index: 99;
  opacity: 0.5;
}

.h-blog .slick-slider .slick-arrow:hover,
.h-shop .slick-slider .slick-arrow:hover,
.recipe_term_container .slick-slider .slick-arrow:hover {
  opacity: 1;
}

.h-blog .slick-slider .slick-prev,
.h-shop .slick-slider .slick-prev,
.recipe_term_container .slick-slider .slick-prev,
.h-shop .slick-slider .slick-prev {
  left: -70px;
  background-image: url("../../assets/images/left-arrow.png") !important;
}

.h-blog .slick-slider .slick-next,
.h-shop .slick-slider .slick-next,
.recipe_term_container .slick-slider .slick-next,
.h-shop .slick-slider .slick-next {
  right: -70px;
  background-image: url("../../assets/images/right-arrow.png") !important;
}

.recipe_term_container .slick-slider .slick-next,
.recipe_term_container .slick-slider .slick-prev {
  top: 50%;
  margin-top: -35px;
}

.recipe_term_container .slick-next {
  right: -70px !important;
  left: inherit !important;
}

.recipe_term_item_inner {
  padding: 50px;
}

.recipe_term_item_inner h2.extra_tag {
  font-size: 12px !important;
  font-weight: normal !important;
}

.h-testimonial {
  background: rgba(0, 0, 0, 0.04) url("../../assets/images/testi-new-bg.jpg") no-repeat center center;
  padding-top: 92px;
  padding-bottom: 76px;
  background-size: cover;
}

.h-testimonial .center {
  max-width: 850px !important;
  margin: auto;
}

.h-testimonial .title {
  color: #736F63;
  margin-bottom: 57px;
}

.h-testimonial .testimonial-content {
  margin-bottom: 10px;
}

.h-testimonial p {
  font-family: "Karla";
  font-size: 20px;
  line-height: 37px;
  /*max-width: 750px;*/
  font-weight: normal;
}

.h-testimonial h6 {
  color: #B78752;
  font-family: Karla;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-transform: lowercase;
  letter-spacing: 0px;
  padding-top: 25px;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0px;
  border-radius: 100%;
  border: solid 1px #b69c7f;
  margin: 0px 5px;
  color: transparent;
}

.product_benefits_slider .slick-dots li button,
.top_picks_featured .slick-dots li button,
.recipe_slide_bg.res .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0px;
  border-radius: 100%;
  border: solid 1px #b69c7f;
  margin: 0px 5px;
  color: transparent;
}

.h-testimonial .slick-dots li.slick-active button,
.product_benefits_slider .slick-dots li.slick-active button,
.top_picks_featured .slick-dots li.slick-active button,
.recipe_slide_bg.res .slick-dots li.slick-active button {
  border-color: #b69c7f;
  background: #b69c7f;
}

.h-testimonial .slick-dots,
.product_benefits_slider .slick-dots {
  text-align: center;
  /*max-width: 750px; */
}

.relly h2 {
  color: #736F63;
}

.product-bg {
  background: #F7F7F6 !important;
}

.product-bg.h-blog {
  padding-top: 93px;
}

.home_zw h2 {
  color: #736F63 !important;
  letter-spacing: 5px;
}

/*.archive .featured_banner, .page.page-id-41743 .featured_banner { margin-bottom: 70px; }
*/
.product_benefits_posts .col-4 {
  margin: 10px 0px;
  position: relative;
}

.product_benefits_posts .product_benefits_content {
  position: absolute;
  width: 100%;
  bottom: 70px;
  text-align: center;
}

.product_benefits_posts .product_benefits_content .bordered_button {
  margin-top: 15px;
  border-color: #fff;
  color: #fff;
  background-image: url("../../assets/images/svg/arrow-white.svg");
}

.product_benefits_content h3 a {
  color: #fff;
}

.mc_embed_signup p,
.mc-field-group .required.email {
  color: #736F63 !important;
  font-family: Karla !important;
}

.social-media h6 {
  color: #B78752;
  text-transform: inherit;
  margin: 0px;
  opacity: 0.5;
}

ul.blog-social {
  padding: 0px;
  margin: 0px;
}

.woocommerce-pagination ul {
  margin-left: 0px;
  float: left;
  padding-left: 0px;
}

.woocommerce-pagination ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
}

.woocommerce-pagination:after {
  content: "";
  clear: both;
  display: table;
  min-width: 1px;
}

.featured_banner.small-header {
  min-height: 351px;
}

.featured_banner.small-header .new.bg_background {
  min-height: 351px;
}

.featured_banner.small-header .featured_content {
  max-width: 600px;
  padding-top: 183px;
}

.featured_banner.small-header .featured_content h1 {
  font-family: Karla;
}

.blog_item .post_date p {
  font-family: "Karla", sans-serif;
  font-size: 12px;
}

/*May_10_2018*/
.nutrition-posts .woocommerce-page ul.products li.product {
  width: 23%;
}

.nutrition-posts .woocommerce-page ul.products li.product h2 {
  text-align: left;
  padding: 0px;
}

/*.product_calories span { float: right;}*/
.featured_banner.prod_benefit_banner {
  min-height: 495px;
}

.featured_banner.prod_benefit_banner .featured_content {
  min-height: 495px;
}

.featured_banner.prod_benefit_banner h2 {
  color: #fff;
  text-transform: uppercase !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 42px;
}

.featured_banner.prod_benefit_banner .featured_content {
  padding-top: 200px;
  max-width: 100%;
}

.featured_banner.prod_benefit_banner h2+a.back_link {
  margin-left: 40px;
}

.center.single_news.blog_slide_item.relly.product_benefit_desc {
  margin-top: -143px !important;
  background: #fff !important;
  padding: 60px !important;
}

.product_benefit_desc_inner p {
  margin-bottom: 30px;
}

.product_benefit_desc_inner p:last-child {
  margin-bottom: 0px;
}

.product-benefits-template-default .cat_list_heading span.section_number {
  max-width: 527px;
  width: 527px;
  padding-bottom: 10px;
}

.product-benefits-template-default .cat_list_heading+ol {
  padding-left: 200px;
}

.product-benefits-template-default .cat_list_heading+ol li {
  line-height: 30px;
}

.product-benefits-template-default .benefits-diff {
  padding-bottom: 200px;
}

.benefits-points {
  margin-top: -256px;
  padding: 0px;
}

.benefits-points>li {
  list-style: none;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.benefits-points li h2 {
  padding-left: 0px;
}

.benefits-points>li:first-child:before {
  display: none;
}

.benefits-points>li:before {
  position: absolute;
  background: url("../../assets/images/watermark-logo.png");
  content: "";
  display: block;
  height: 121px;
  width: 120px;
  top: 0px;
}

.benefits-points>li:nth-child(odd):before {
  right: -80px;
  top: -40px;
}

.benefits-points>li:nth-child(even):before {
  left: -80px;
  top: -40px;
}

.benefits-points>li .benefit-point-content {
  background: #fff;
  padding: 62px 100px;
  min-height: 500px;
}

.benefits-points>li .benefit-point-content strong {
  color: #bc8f5d;
  /* margin-bottom: 15px; */
  display: inline-block;
}

.benefits-points>li:nth-child(odd)>div>.benefit-point-content {
  float: right;
}

.benefits-points>li:nth-child(even)>div>.benefit-point-content {
  float: left;
}

.single-benefit-point-inner:after {
  display: table;
  clear: both;
  content: "";
}

.benefit_facts_content {
  background: #fff;
  padding: 62px 100px;
  max-width: 655px;
  margin-top: 50px;
}

.benefits-diff .first_slide.home_zw {
  padding-left: 175px;
}

.single-benefit-point-inner {
  position: relative;
}

.benefit_facts_content p {
  margin-bottom: 50px;
}

.benefit_facts_content p:last-child {
  margin-bottom: 0px;
}

.benefit_facts_main .benefit_facts_title {
  margin-left: 50px;
  letter-spacing: 3px;
  font-size: 45px;
  padding-top: 25px;
}

/*June 06 2018*/
span.cart-contents {
  padding: 6px 31px 6px 45px !important;
  color: #fff;
  cursor: pointer;
  position: relative;
}

span.wishlist_btn.link_store {
  color: #B78752;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: underline;
}

.footer-menu span.footer_link {
  text-transform: lowercase;
  color: #ffffff;
  cursor: pointer;
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
}

span.footer_link:hover {
  color: #6c3800 !important;
}

#mobile_accordion span.footer_link {
  color: #333333;
}

.home-blog-cat ul.slick-dots {
  margin-top: 10px;
}

h1.benefit_title {
  color: #fff;
  text-transform: uppercase !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 42px;
  line-height: 55px;
  letter-spacing: 0;
  font-size: 30px;
}

h1.recipe_title {
  margin-top: 30px;
  margin-left: -90px;
  color: #A85424;
  z-index: 300;
  position: relative;
  font-size: 40px;
  padding-left: 20px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  text-transform: capitalize;
  line-height: 45px;
}

.col-6 {
  float: left;
  padding: 0px 15px;
}

.woocommerce-product-details__short-description p:first-child {
  margin-bottom: 15px;
}

body.blog .top_margin .cat_list_heading,
body.post-type-archive-product-benefits .cat_list_heading {
  margin-left: 106px;
  margin-top: 25px;
}

.h-shop .top_picks_featured div.weight_price,
.h-shop .top_picks_featured div.yith-wcwl-add-to-wishlist {
  display: none;
}

.h-shop .top_picks_featured .prod_inner h2.woocommerce-loop-product__title {
  text-align: center;
}

.weight_price {
  border-bottom: 2px solid #D5D5D5;
  overflow: hidden;
}

.weight_price p.product_weight {
  color: #736F63;
  width: 48%;
  float: left;
  color: #736F63;
  font-family: Karla;
  font-size: 10px;
}

.weight_price p.product_weight span {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.weight_price p.product_price {
  color: #736F63;
  width: 48%;
  float: right;
  color: #736F63;
  font-family: Karla;
  font-size: 10px;
  text-align: right;
  margin: 0px 0 5px 0;
}

.weight_price p.product_price span {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #B69C7F;
}

.shop_wrap ul.products .yith-wcwl-add-to-wishlist {
  padding: 0px;
  margin: 0px;
  line-height: 14px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: Karla;
}

.shop_wrap ul.products .yith-wcwl-add-to-wishlist .add_to_wishlist {
  background: url("../../assets/images/heart_icon.png") no-repeat left;
  padding-left: 34px;
  background-position: 14px 1px;
}

.h-shop .tac {
  margin-bottom: 50px;
  margin-top: 30px;
}

.single_weight_wishlist .weight_price {
  border-bottom: none;
}

.wishlist_btn {
  font-size: 10px;
  font-family: Karla;
  text-align: right;
  text-transform: uppercase;
}

.wishlist_btn .yith-wcwl-add-to-wishlist {
  margin-bottom: 13px;
}

.wishlist_btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
  background: url("../../assets/images/heart_icon.png") no-repeat left;
  padding-left: 34px;
  background-position: 14px 7px;
}

.wishlist_btn .yith-wcwl-add-to-wishlist div.yith-wcwl-add-button.show .ajax-loading {
  position: absolute;
}

a.store_link {
  text-decoration: underline;
}

/**/
.featured_text_cont.c-cararra {
  background: #F3F0ED;
  padding-top: 63px;
  padding-bottom: 63px;
}

.featured_text_cont.c-cararra p {
  font-family: Karla;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0.86px;
  max-width: 855px;
  margin: auto;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.nutrition_heading {
  padding-top: 20px;
}

.nutrition_heading .section_number.zw_title1 {
  margin-left: 50px;
}

section.nutrition-posts {
  margin: 0px -10px;
}

.nut-main-heading {
  margin-left: 90px;
  letter-spacing: 8px;
  line-height: 40px;
  margin-bottom: 55px;
}

.nutrition-posts .product_calories {
  color: #736F63;
  font-family: Karla;
  border-top: 2px solid #D5D5D5;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.nutrition-posts .product_calories span {
  font-size: 16px;
  padding-left: 15px;
}

.nutrition-posts .more_info {
  bottom: 37px;
  padding: 4px 9px;
}

.nutrition-posts .woocommerce-page ul.products li.product {
  padding-bottom: 90px;
}

.page-id-41135 .h-blog {
  padding-top: 180px;
}

.page-id-41135 .featured_banner.small-header {
  min-height: 472px;
}

.page-id-41135 .featured_banner.small-header .new.bg_background {
  min-height: 472px;
}

.page-id-41135 .featured_banner.small-header .featured_content {
  padding-top: 245px;
}

.page-id-17484 .featured_banner {
  min-height: 581px;
}

.page-id-17484 .featured_banner .new.bg_background {
  min-height: 581px;
}

.page-id-17484 .featured_banner.inside .featured_content {
  padding-top: 210px;
  max-width: 500px;
}

.page-id-17484 .featured_banner.inside .featured_content h2 {
  color: #fff;
  font-size: 70px;
  letter-spacing: 0.76px;
  margin-left: 78px;
}

.page-id-17484 .featured_banner.inside .featured_banner_cont p {
  color: #fff;
  font-family: Karla;
  font-size: 22px;
  letter-spacing: 0.9px;
  line-height: 36px;
  margin-left: 107px;
}

body.featured_banner_title h2 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: bold !important;
  font-size: 58px;
  line-height: 56px;
}

.page-id-17484 .cat_list_heading {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 90px;
}

.page-id-17484 .recipe_term_container .recipe_term {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-id-17484 .recipe_slide_big {
  padding-bottom: 0px;
}

/*.page-id-17484 .recipe_term.breakfast .rec_term_title{ padding-top: 0px; }*/
#breakfast_recipe {
  background: url("../../assets/images/breakfast-bg.png") no-repeat right top;
  background-size: cover;
}

#lunch_recipe {
  background: url("../../assets/images/lunch-bg.png") no-repeat right top;
  margin-top: 90px;
  background-size: cover;
}

#dinner_recipe {
  background: url("../../assets/images/dinner-bg.png") no-repeat right top;
  margin-top: 90px;
  background-size: cover;
}

#dessert_recipe {
  background: url("../../assets/images/dessert-bg.png") no-repeat right top;
  margin-top: 90px;
  background-size: cover;
}

#snacks_recipe {
  background: url("../../assets/images/snacks-bg.png") no-repeat right top;
  margin-top: 90px;
  background-size: cover;
}

#breakfast_recipe .recipe_slide_big {
  border-bottom: solid 1px #A4A793;
  position: relative;
}

#lunch_recipe .recipe_slide_big {
  border-bottom: solid 1px #D3823F;
  position: relative;
}

#dinner_recipe .recipe_slide_big {
  border-bottom: solid 1px #A4A793;
  position: relative;
}

#dessert_recipe .recipe_slide_big {
  border-bottom: solid 1px #607595;
  position: relative;
}

#snacks_recipe .recipe_slide_big {
  border-bottom: solid 1px #60945F;
  position: relative;
}

#breakfast_recipe .recipe_slide_big:after,
#lunch_recipe .recipe_slide_big:after,
#dinner_recipe .recipe_slide_big:after,
#dessert_recipe .recipe_slide_big:after,
#snacks_recipe .recipe_slide_big:after {
  position: absolute;
  content: "";
  right: -99%;
  width: 101%;
  height: 1px;
  display: block;
  bottom: -1px;
}

#breakfast_recipe .recipe_slide_big:after {
  background: #A4A793;
}

#lunch_recipe .recipe_slide_big:after {
  background: #D3823F;
}

#dinner_recipe .recipe_slide_big:after {
  background: #A4A793;
}

#dessert_recipe .recipe_slide_big:after {
  background: #607595;
}

#snacks_recipe .recipe_slide_big:after {
  background: #60945F;
}

.page-id-41965 .featured_text_cont.c-cararra {
  display: none;
}

.center.small-center {
  max-width: 1035px !important;
}

.footer_bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  margin-top: 10px;
}

.footer_bottom:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0px;
  height: 1px;
  background: #eeeeee;
  width: 150px;
  right: -140px;
}

.top-nav li.cart-item .mycart a>span.shop-txt {
  position: inherit;
  top: inherit;
  right: inherit;
}

.mobile-footer {
  display: none;
}

.mobile-footer .accordion {
  background: #B69C7F;
  border-radius: 8px;
}

.mobile-footer .accordion .ui-accordion-header {
  padding: 0.1em 0.5em;
  border-radius: 8px;
}

.mobile-footer .accordion .ui-accordion-header-active {
  border-radius: 8px 8px 0 0;
}

.mobile-footer .accordion .ui-widget-content {
  padding: 0 16px;
  margin-bottom: 16px;
}

.mobile-footer .accordion a {
  color: #FFF;
}

.top-nav li.cart-item .mycart a>span.shop-txt+span img {
  max-width: 21px;
}

/* 15 May work */
.two-boxes {
  padding-bottom: 21px;
}

.row.minus-margin15 {
  margin-left: -15px;
  margin-right: -15px;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.d-flex-only {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ml-auto {
  margin-left: auto;
  padding-right: 15px;
}

.mr-auto {
  margin-right: auto;
  padding-left: 15px;
}

.v-align-middle {
  justify-content: center;
  align-items: center;
}

.visit-store {
  background: #f9f9f9;
  text-align: center;
  padding: 40px 30px 20px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 685px;
  margin: 40px auto 0px;
}

.visit-store h3 {
  color: #86867e;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.73px;
  line-height: 24px;
  margin-bottom: 3px;
  text-transform: inherit;
}

.visit-store p {
  font-family: Karla;
  font-size: 14px;
  color: #86867e;
  line-height: 20px;
  margin-bottom: 15px;
}

.visit-store p .db {
  display: block;
}

.visit-store .visit-btn {
  border-radius: 3px;
  background: #9f9f9f;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  height: 42px;
  padding: 0px 26px;
  min-width: 188px;
  line-height: 42px;
}

.visit-store .visit-btn:hover {
  opacity: 0.8;
}

.visit-store.deliver-collect {
  background: #e9e8e4 url(../../assets/images/svg/collect-deliver.svg) no-repeat 27px 0px;
  max-width: 960px;
  min-height: 325px;
  margin-bottom: 40px;
  background-size: 20%;
}

.visit-store.deliver-collect p {
  color: #736F63;
}

.visit-store.deliver-collect h3 {
  color: #736F63;
  margin-bottom: 12px;
}

.visit-store.deliver-collect .visit-btn {
  background: #b88655;
  margin: 20px 0 25px 0;
}

.wishlist_page {
  background: #fff;
  padding: 40px 67px 20px;
  max-width: 960px;
  margin: -100px auto 0;
}

.wishlist_page h2 {
  padding-left: 0px;
}

.wishlist_page table.wishlist_table {
  width: 100%;
}

.wishlist_page table.wishlist_table thead th {
  border-top: indianred;
  padding: 0px;
}

.wishlist_page .wishlist_table tr {
  font-family: "futura-pt", sans-serif;
}

.wishlist_page .wishlist_table tr td {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}

.wishlist_page .wishlist_table tr td textarea {
  width: 100%;
  padding: 8px 14px;
  height: 70px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  font-family: Karla;
  font-size: 12px;
}

.wishlist_table td.product-name {
  line-height: 19px;
}

body.woocommerce-wishlist .shop_link {
  margin-left: 78px;
}

.row.three-boxes {
  padding-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.three-boxes h3 {
  text-transform: uppercase;
  color: #b1a28d;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 0px;
}

.three-boxes .col-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.three-boxes .count span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  background: #b59c7d;
  float: left;
}

.three-boxes .count-content {
  float: left;
  overflow: hidden;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
  padding-left: 20px;
}

.three-boxes p {
  font-family: Karla;
  font-size: 14px;
  color: #86867e;
  line-height: 20px;
  margin-bottom: 15px;
}

.wish_p {
  font-family: Karla;
  font-size: 14px;
  color: #86867e;
  line-height: 20px;
  margin-bottom: 15px;
}

.download_btn.more_info {
  position: relative;
  left: 154px;
  margin: 44px 10px 0px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  height: 42px;
  padding: 0px 26px;
  line-height: 40px;
  font-weight: 300;
}

.download_btn.more_info:hover {
  opacity: 0.8;
}

.wishlist_page h2 {
  color: #B69C7F;
  font-size: 34px;
  margin-bottom: 28px;
}

.wishlist_page .download_btn.more_info {
  background: #b88655;
  color: #fff;
  min-width: 188px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  font-family: Karla !important;
  color: #736F63 !important;
}

.post_static_item.custom_post_cnt {
  margin-top: -240px;
}

.sigle_post_breadcrumb ul {
  margin: 0px;
  padding: 0px;
}

.sigle_post_breadcrumb ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: Karla;
  font-size: 13px;
  padding: 0px 15px;
  position: relative;
}

.sigle_post_breadcrumb ul li:first-child {
  padding-left: 0px;
}

.sigle_post_breadcrumb ul li:after {
  content: "/";
  right: -3px;
  position: absolute;
}

.sigle_post_breadcrumb ul li:last-child:after {
  display: none;
}

.tab_post_item_title.single_post_title h2 {
  padding: 10px 0px;
}

.post_date {
  text-transform: uppercase;
  font-family: Karla;
  font-size: 13px;
}

.center.single_news .tab_post_item_content_box .tab_post_item_excerpt p {
  margin-bottom: 48px;
  font-family: Karla;
  letter-spacing: 0px;
}

.image_upper .aos-init {
  z-index: 101;
  position: relative;
}

/*.static-fish .inner .aos-init.aos-animate:first-child{ margin-top: 240px !important;}*/
.cst-four.section_four .offset_bottom .col:last-child {
  margin-top: 5%;
}

.static-fish .inner .aos-init.aos-animate:first-child img {
  opacity: 0;
}

/**/
.faq_section .faq_container {
  padding-top: 50px;
  max-width: 815px;
  margin: auto;
}

.faq_section .faq_heading {
  background: #B69C7F;
  padding: 57px 0px;
  text-transform: uppercase;
}

.faq_section .faq_heading h2 {
  color: #fff;
}

.faq_section .faq_single {
  padding: 24px 0px;
}

.faq_section .faq_single .faq_thumb {
  width: 282px;
  float: left;
}

.faq_section .faq_single .faq_inner {
  width: -webkit-calc(100% - 282px);
  width: -moz-calc(100% - 282px);
  width: calc(100% - 282px);
  float: left;
  padding-left: 40px;
}

.faq_section .faq_single:after {
  display: table;
  clear: both;
  min-height: 1px;
  content: "";
}

.faq_section .faq_single .faq_title h5 {
  color: #B78752;
  text-transform: capitalize;
  font-family: Karla;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 30px;
}

.faq_section .faq_single .faq_content {
  color: #736F63;
  font-family: Karla;
  font-size: 16px;
  line-height: 24px;
}

.single-product,
.tax-product_cat {
  background: #f3f4f1;
}

.faq_section {
  background: #f9f7f6;
  padding-bottom: 100px;
}

.map_lists .main_map_title {
  border-top: 1px solid #A4A793;
  margin: 0px;
  padding: 34px 10px 34px 100px;
  color: #B69C7F;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 40px;
  background: url("../../assets/images/arrow-down.png") no-repeat 70% center;
  cursor: pointer;
}

.map_lists .main_map_title.active {
  background: url("../../assets/images/arrow-up.png") no-repeat 70% center;
}

.map_lists .state_item {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.map_lists .store_container {
  border-bottom: inherit;
}

.map_lists .anchor_point {
  display: none;
}

.map_lists .center:nth-last-child(2) .main_map_title {
  border-bottom: 1px solid #A4A793;
}

.map_lists .store_icon_list.inner_page {
  text-align: center;
}

.map_lists .store_icon_list.inner_page .more_info {
  position: inherit;
  left: inherit;
  transform: inherit;
}

.store_links .cat_list {
  margin-top: 0px;
  padding: 48px 0px 40px;
}

.store_links .cat_list ul {
  text-align: left;
}

.store_links .cat_list ul li {
  color: #736F63;
  font-weight: normal;
}

/* Wishlist PopUp */
.wishlist-popup-divs {
  background: #fff;
  padding: 15px 20px;
}

.popup-heading h2 {
  color: #9d9a92;
  letter-spacing: 1.73px;
  line-height: 28px;
  text-align: center;
  font-size: 25px;
  padding-bottom: 20px;
  text-transform: uppercase;
  padding-top: 20px;
}

.popup-cst {
  background: #f7f7f7;
  padding: 25px 18px;
  text-align: center;
}

.popup-cst.bx-2 {
  background: #f3f4f1;
}

.popup-cst h3 {
  font-size: 18px;
  color: #89857b;
  font-weight: bold;
  letter-spacing: 1.73px;
  line-height: 20px;
  margin-bottom: 30px;
}

.popup-cst p {
  color: #736F63;
  font-family: Karla;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

body .mfp-content {
  max-width: 595px;
}

body .mfp-close-btn-in .mfp-close {
  top: 0px;
  opacity: 1;
}

body .mfp-close-btn-in .mfp-close:hover {
  top: 0px;
  opacity: 0.8;
}

.popup-cst .yith-wcwl-add-button a,
.pop-btn {
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  height: 42px;
  padding: 0px 26px;
  min-width: 188px;
  line-height: 42px;
  background: #b88655;
  margin-left: auto;
  margin-right: auto;
}

.popup-cst .yith-wcwl-add-button:hover,
.pop-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.popup-cst .yith-wcwl-add-button a {
  background: #9f9f9f;
  color: #fff !important;
}

.popup-cst .yith-wcwl-add-button .ajax-loading {
  position: absolute;
}

.popup-content {
  min-height: 125px;
}

.notes {
  color: #736F63;
  font-size: 12px;
  text-align: center;
}

.woocommerce-page ul.products li.product .popup-with-form {
  font-size: 10px;
  font-family: Karla;
  font-weight: bold;
  height: 25px;
  background-position: left center;
  padding-left: 22px;
  width: 100px;
  display: block;
  margin: auto;
  background: url("../../assets/images/heart_icon.png") no-repeat left center;
}

.woocommerce-page ul.products li.product .popup-with-form:hover {
  color: #9d5e34;
  background: url("../../assets/images/heart_icon_hover.png") no-repeat left center;
}

.wishlist_btn .popup-with-form {
  background: url("../../assets/images/heart_icon.png") no-repeat left center;
  padding-left: 20px;
}

.wishlist_btn .popup-with-form:hover {
  color: #9d5e34;
  background: url("../../assets/images/heart_icon_hover.png") no-repeat left center;
}

.social-media-single {
  text-align: left !important;
}

.social-media-single ul.blog-social {
  padding-left: 0px !important;
}

ul.blog-social li {
  margin-right: 8px !important;
}

/* Custom Dropdown */
@media only screen and (min-width: 960px) {
  li#menu-item-42282 {
    display: none;
  }

  .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    display: none !important;
  }
}

#full_nav {
  position: relative;
  z-index: 600;
  float: right;
  margin-top: 5px;
}

.ubermenu-nav li.ubermenu-current-menu-item>.ubermenu-target.ubermenu-item-layout-default .ubermenu-target-title.ubermenu-target-text,
.ubermenu-nav li .ubermenu-target.ubermenu-item-layout-default:hover .ubermenu-target-title.ubermenu-target-text {
  color: #b78752 !important;
}

#full_nav .ubermenu .ubermenu-item-level-0>.ubermenu-target {
  color: #FFF;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14px;
}

#full_nav .ubermenu .ubermenu-item-level-0>.ubermenu-target>span {
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14px;
}

#full_nav .ubermenu .ubermenu-item-level-0:hover>.ubermenu-target {
  color: #ffffff;
}

#full_nav .ubermenu .ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target {
  color: #736F63;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
}

#full_nav .ubermenu .ubermenu-item-level-0 .ubermenu-submenu a {
  color: #736F63;
}

#full_nav .ubermenu .ubermenu-item-level-0 .ubermenu-submenu a:hover {
  color: #B78752;
}

#full_nav .ubermenu .ubermenu-submenu.ubermenu-submenu-drop,
#full_nav .ubermenu .ubermenu-tab-content-panel {
  background: #F1F1F1;
}

body .ubermenu ul ul .ubermenu-target-text {
  font-family: Karla !important;
  font-size: 15px !important;
  text-transform: lowercase;
  font-weight: normal !important;
}

.ubermenu .ubermenu-submenu-id-41847-col-0 li a span,
.ubermenu .ubermenu-submenu-id-41899-col-0 li a span,
.ubermenu .ubermenu-submenu-id-41847-col-1 li a span,
.ubermenu .ubermenu-submenu-id-41899-col-1 li a span,
.ubermenu .ubermenu-submenu-id-41848-col-0 li a span,
.ubermenu .ubermenu-submenu-id-41848-col-1 li a span {
  text-transform: uppercase !important;
}

.ubermenu .ubermenu-submenu-id-41847-col-0 li a span.ubermenu-target-title.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41899-col-0 li a span.ubermenu-target-title.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41847-col-1 li a span.ubermenu-target-title.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41899-col-1 li a span.ubermenu-target-title.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41848-col-0 li a span.ubermenu-target-title.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41848-col-1 li a span.ubermenu-target-title.ubermenu-target-text {
  color: #736F63;
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-size: 12px !important;
  line-height: normal;
}

.ubermenu .ubermenu-submenu-id-41847-col-0 li a span.ubermenu-target-description.ubermenu-target-text {
  font-size: 10px !important;
  font-size: 10px !important;
}

.ubermenu .ubermenu-submenu-id-41899-col-0 li a span.ubermenu-target-description.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41847-col-1 li a span.ubermenu-target-description.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41899-col-1 li a span.ubermenu-target-description.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41848-col-0 li a span.ubermenu-target-description.ubermenu-target-text,
.ubermenu .ubermenu-submenu-id-41848-col-1 li a span.ubermenu-target-description.ubermenu-target-text {
  font-size: 10px !important;
}

#full_nav .ubermenu .ubermenu-item.ubermenu-dynamic-post.ubermenu-disable-padding>.ubermenu-target {
  background: #F1F1F1 !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
  width: 30% !important;
}

.ubermenu-submenu.ubermenu-submenu-id-41836,
.ubermenu-submenu.ubermenu-submenu-id-42281 {
  width: 95px !important;
}

.ubermenu-item-type-custom .ubermenu-custom-content-padded {
  width: 100%;
  padding: 0px !important;
}

.show-three-row>li {
  max-width: 215px;
  float: left;
  width: 155px;
}

.custom-dropdown {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

.custom-dropdown ul {
  margin: 0px;
  padding: 0px;
}

.custom-dropdown li {
  list-style: none;
  margin: 0px;
  margin-top: 0px;
}

.custom-dropdown li li {
  margin-top: 8px;
  margin-right: 15px;
}

.custom-dropdown li a {
  color: #A4A793;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 5px 22px;
}

.custom-dropdown:after {
  content: "";
  display: table;
  clear: both;
  min-height: 1px;
}

.link {
  padding-bottom: 10px;
  text-align: right;
  padding-right: 25px;
}

.link a {
  letter-spacing: 3px;
  color: #B78752 !important;
  font-size: 12px !important;
}

#full_nav .ubermenu .ubermenu-item-level-0 .ubermenu-submenu a {
  color: #736F63;
  font-family: Karla;
  font-size: 14px;
}

.ubermenu-bound .pro-benefits .ubermenu-submenu-type-mega {
  min-width: auto !important;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
  border-color: #f1f1f1 !important;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
  margin-top: 0px !important;
}

.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
  padding-top: 0 !important;
}

#single_recipe_section h2.rec_term_title {
  display: none;
}

.ingredients p {
  color: #736F63;
}

.page-template-page-stores .featured_banner_title h2 {
  color: #fff;
}

.product_benefits_content h3 {
  font-size: 20px;
  line-height: 26px;
}

/*.post-template-default.single.single-post .benefits-points li:before{ display: none; }*/
.post-template-default.single.single-post .benefits-points li:nth-child(even):before {
  left: inherit;
  right: -80px;
}

.post-template-default.single.single-post .benefits-points li:nth-child(odd):before {
  right: inherit;
  left: -80px;
}

.post-template-default.single.single-post .benefits-points li .benefit-point-image {
  min-height: 300px !important;
}

.post-template-default.single.single-post .benefits-points li:nth-child(odd)>div>.benefit-point-image {
  left: inherit;
  right: 0px;
}

.post-template-default.single.single-post .benefits-points li:nth-child(even)>div>.benefit-point-image {
  left: 0px;
  right: inherit;
}

.post-template-default.single.single-post .benefits-points li:nth-child(odd)>div>.benefit-point-content {
  float: left;
}

.post-template-default.single.single-post .benefits-points li:nth-child(even)>div>.benefit-point-content {
  float: right;
}

.post-template-default.single.single-post .single_product_benefit .post_static_item.custom_post_cnt {
  padding-top: 100px;
}

.visible-mobile {
  display: none;
}

.page.page-id-43804 .featured_banner .new.bg_background {
  height: 100vh;
}

.page.page-id-43804 .featured_banner.small-header .featured_content {
  max-width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
}

.page.page-id-43804 .featured_banner.small-header .featured_content h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 120px;
}

.page.page-id-43804 .featured_banner.small-header .featured_content h1 .small-txt {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

.page.page-id-43804 .featured_banner.small-header .featured_content h1 .main_heading {
  line-height: 100px;
}

.page.page-id-43804 .featured_banner.small-header .featured_content h1 p.small-txt {
  line-height: normal;
  padding-top: 30px;
}

.page.page-id-43804 .featured_banner.small-header .featured_content h1 .bordered_button {
  height: 45px;
  line-height: 25px;
  min-width: 250px;
  background-color: #fff;
  border-color: #fff;
}

.page.page-id-43804 .featured_banner.small-header .featured_content h1 .bordered_button:hover {
  background-color: #AEADAE;
}

.page.page-id-22392 .featured_content {
  padding-top: 185px !important;
}

.fa-facebook:before {
  content: url(../images/fb-icon.png) !important;
}

.fa-google-plus:before {
  content: url(../images/g-icon.png) !important;
}

.fa-linkedin:before {
  content: url(../images/linkdin-icon.png) !important;
}

.fa-pinterest-p:before {
  content: url(../images/pinterest-icon.png) !important;
}

.fa-twitter:before {
  content: url(../images/tweet-icon.png) !important;
}

.fa-angle-left:before {
  content: url(../images/arrow-left.png) !important;
}

.fa-angle-right:before {
  content: url(../images/icon-right.png) !important;
}

.fa-instagram:before {
  content: url(../images/instagram-icon.png) !important;
}

#foot_wrap .fa-facebook:before {
  content: url(../images/fb-icon-white.png) !important;
}

#foot_wrap .fa-instagram:before {
  content: url(../images/instagram-icon-white.png) !important;
}

.yith-wcwl-wishlistexistsbrowse.show,
span.feedback,
.yith-wcwl-wishlistaddedbrowse.show {
  font-size: 12px;
}

.sitemap_2cols,
.sitemap_3cols {
  padding: 20px 0;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.sitemap_2cols h6 {
  margin-top: 20px;
  font-size: 25px;
}

.inner_col_1,
.inner_col_2 {
  float: left;
  width: 49%;
}

.inner_col_1 h6,
.inner_col_2 h6 {
  margin-top: 20px;
  font-size: 25px;
}

.product-filters--dietary {
  padding: 15px;
  margin: 10px 17px 10px 10px;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
}

.product-filters--dietary h5 {
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-filters--dietary .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.product-filters--dietary .facetwp-type-checkboxes .facetwp-checkbox {
  margin: 4px 1em 4px 0;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}

.product-filters--dietary .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  color: #a5a297;
}

.facetwp-template {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  /* Safari */
  transition: opacity 0.6s;
}

.facetwp-template.dimmed {
  opacity: 0.3;
}

section.slider-home-upper {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  margin-top: 8px;
}

.slider-home-upper--content {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1.6s;
  /* Safari */
  transition: opacity 1.6s;
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}

.slider-home-upper--content.hidden {
  opacity: 0;
}

.slider-home-upper--content.shown {
  opacity: 1;
}

.slider-home-upper--content .slick-whitearrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent !important;
  padding: 0;
  border: none !important;
}

.slider-home-upper--content .slick-whitearrow:hover,
.slider-home-upper--content .slick-whitearrow:active,
.slider-home-upper--content .slick-whitearrow:focus {
  border: none !important;
  outline: none !important;
}

.slider-home-upper--content .slick-whitearrow:hover .inner,
.slider-home-upper--content .slick-whitearrow:active .inner,
.slider-home-upper--content .slick-whitearrow:focus .inner {
  opacity: 0.7;
}

.slider-home-upper--content .slick-whitearrow .inner {
  height: 34px;
  width: 34px;
  background-size: 100%;
  background-repeat: no-repeat;
  outline: none !important;
}

.slider-home-upper--content .slick-whitearrow.slick-prev {
  left: 15px;
  z-index: 86;
}

.slider-home-upper--content .slick-whitearrow.slick-prev .inner {
  background-image: url("../images/carousel-arrow__prev__white.png");
}

.slider-home-upper--content .slick-whitearrow.slick-next {
  right: 15px;
  z-index: 87;
}

.slider-home-upper--content .slick-whitearrow.slick-next .inner {
  background-image: url("../images/carousel-arrow__next__white.png");
}

.slider-home-upper--content .slider-item {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #111;
}

.slider-home-upper--content .slider-item .background {
  position: relative;
  z-index: 2;
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 44.2%;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  /* Safari */
  transition: opacity 0.6s;
  /* Safari */
}

.slider-home-upper--content .slider-item .slider-home-upper--item--link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.6s;
  /* Safari */
  transition: background 0.6s;
}

.slider-home-upper--content .slider-item .slider-home-upper--item--link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.slider-home-upper--content .slider-item .slider-item--text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-home-upper--content .slider-item .slider-item--text h3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 28px;
  line-height: 1.2em;
  padding-left: 30px;
  padding-right: 30px;
}

/*=== Products Page/Archive Category Sidebar Mods ===*/
.diet-attribs-catmenu-heading {
  font-size: 13px;
  color: #bcbeb0;
  padding: 0 40px;
  margin-bottom: 5px;
  text-transform: capitalize;
  display: none;
}

.shop_side_bar_inner ul.diet-attribs-catmenu-list {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d5cc;
}

/*=== Content Frame ===*/
.fcol {
  margin: auto;
  width: 100%;
}

.scol {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .scol {
    max-width: 780px;
  }
}

.lcol {
  float: left;
  width: 45%;
}

.rcol {
  float: right;
  width: 45%;
}

.contact .lcol {
  float: left;
  width: 45%;
}

.contact .rcol {
  float: right;
  width: 45%;
}

.wcol.image {
  margin-bottom: 80px;
}

header.top_head.sticky-header {
  /* background: darkgray !important; */
  position: fixed;
  z-index: 999;
}

header.top_head.sticky-header .head_searchwrap a .desktoponly,
header.top_head.sticky-header .head_searchwrap span.collect_txt {
  /* background: #222; */
}

header.top_head .head_searchwrap {
  padding-top: 13px;
}

header.top_head #head_inner {
  display: flex;
}

header.top_head #head_inner a#logo {
  margin-bottom: 0;
}

header.top_head ul.top-nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0px;
  margin: 0px;
}

header.top_head ul.top-nav li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0px 30px 0 0;
}

header.top_head ul.top-nav li a {
  font-size: 12px;
  text-transform: uppercase;
}

header.top_head ul.top-nav li:first-child {
  padding-left: 0px;
}

header.top_head ul.top-nav li:last-child {
  padding-right: 0px;
}

header.top_head ul.top-nav li:last-child:after {
  display: none;
}

header.top_head ul.top-nav li.cart-item .mycart {
  padding: 0px 3px 0px 0px !important;
}

header.top_head ul.top-nav li.cart-item .mycart a>span {
  position: absolute;
  top: -4px;
  right: 0px;
}

header.top_head ul.top-nav li.cart-item .mycart span.cart_number {
  position: absolute;
  /* top: -3px; right: -9px; */
  top: 5px;
  right: 22px;
}

header.top_head ul.top-nav li.cart-item .mycart span.cart_number:hover {
  background: #9e5e2e;
}

header.top_head ul.top-nav li i {
  font-size: 16px;
}

/*.top-nav li:after { content: ''; height: 18px; background: #fff; width: 1px; top: 50%; margin-top: -9px; position: absolute; right: 0px; }
*/
/*.top-nav li.cart-item a{ padding-right: 45px; background: url('../../assets/images/svg/cart-white.svg) no-repeat right top; } '*/
ul.top-nav li .collect_txt {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #FFF;
  background: #B69C7F;
  padding: 4px 31px 4px 31px;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
}

ul.top-nav li .collect_txt:hover {
  color: #FFF;
  background: #866C4F;
}

ul.top-nav li .mobile_collect_txt {
  display: none;
  color: #AD7346;
  padding-right: 20px;
}

ul.top-nav li .franchise_cta_text {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #FFF;
  background: #B69C7F;
  padding: 4px 31px 4px 31px;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
}

ul.top-nav li .franchise_cta_text:hover {
  color: #FFF;
  background: #866C4F;
}

ul.top-nav li .mobile_franchise_cta_text {
  margin-left: -20px;
  display: none;
  color: #AD7346;
  padding-right: 20px;
}

.desktop_search {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  line-height: 1em;
}

.desktop_search .header_search_form {
  display: block;
}

.desktop_search .header_search_form input[type=text] {
  background: inherit;
  border: solid 1px #FFF;
  color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
}

.desktop_search .search_img {
  display: flex;
  align-items: center;
  flex-grow: 0;
}

.desktop_search .search_img a {
  flex-grow: 0;
  line-height: 1em;
}

.desktop_search .search_img img {
  width: 22px;
  cursor: pointer;
}

.desktop_search .search_img a {
  color: #FFF;
}

.mobile_search_form {
  display: none;
  top: 0;
  background: #fff;
  height: 72px;
  z-index: 999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  padding: 15px 35px;
  position: absolute;
  width: 100%;
}

.mobile_search_form input[type=text] {
  width: 100%;
}

.mobile_search_form .searchform {
  display: block !important;
  width: 100%;
}

.mobile_search_form span.header_search_form {
  display: block;
  width: 100%;
  position: relative;
}

.mobile_search_form input[type=text] {
  width: 100%;
  border: none;
  border-bottom: solid 1px rgba(115, 111, 99, 0.5);
}

.mobile_search_link .search_img a {
  color: #AD7346;
}

.mobile_search_form .header_search_form input#searchsubmit {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 36px;
  border: none;
  color: transparent;
  background: url("../../ssets/images/svg/search.svg") no-repeat right top;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target>.ubermenu-target-description {
  display: none !important;
}

/******************************************************************************/
/* Media Query Starts*/
@media only screen and (min-width: 1025px) {
  header.top_head {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(125, 185, 232, 0) 100%);
  }
}

/*=== Nav ===*/
/*
nav { position: relative; z-index: 600; float: right; margin-top: 0px; }
nav ul { margin: 0; margin-top: 21px; padding: 0; text-align: center; display: inline-block; vertical-align: middle; }
nav ul li { padding: 0 13px; margin: 0; display: inline-block; vertical-align: middle; list-style: none; position: relative; }
nav ul li a { color: #ffffff; padding-bottom: 5px; text-decoration: none; display: inline-block; line-height: 1; text-transform: lowercase; font-family: 'Karla', sans-serif; font-weight: 400; font-size: 16px; letter-spacing: 0.14px }
nav ul li a:hover, nav ul li.sfHover a { color: white; }
#menu-item-35 a, #menu-item-22481 a { opacity: 0.8; }
*/
.lock_icons li {
  padding: 0 5px;
}

/*#menu-item-35{
margin-left: 40px;
}*/
/*=== Sub Nav ===*/
/*
nav ul li.menu-item-has-children { padding-right: 12px; background-repeat: no-repeat; background-position: right top 12px; background-size: 10px; background-image: url('../../assets/images/select-arrow-white.svg'); }
nav ul li.menu-item-has-children ul li { background-image: none; padding: 0; }
nav ul li ul { display: none; position: absolute; margin: 0; padding: 0; padding-top: 10px; }
nav ul li ul li { margin: 0; padding: 0; list-style: none; text-align: left; width: 200px; }
nav ul li ul li a { padding: 10px 0; border-bottom: none; opacity: 1; display: block; font-family: 'Karla', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 0.3px }
nav ul li ul li a:hover { opacity: 1; font-weight: bold; }
*/
.shop_in_store .desktoponly {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 10px 31px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #FFF;
  background: #B69C7F;
}

.shop_in_store .desktop:hover {
  color: #FFF;
  background: #866C4F;
}

.shop_in_store a {
  color: #AD7346;
}

/* Override hides on Ubermenu for Side bar */
@media screen and (max-width: 1024px) {
  .res_menu_left_container .ubermenu-responsive.ubermenu-responsive-collapse {
    max-height: none;
    visibility: visible;
    overflow: visible;
  }

  .res_menu_left_container .ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
    display: block;
  }
}

.res_menu_left_container .ubermenu .ubermenu-submenu,
.res_menu_left_container .ubermenu .ubermenu-item .ubermenu-submenu-drop {
  position: relative;
}

.res_menu_left_container .ubermenu ul ul .ubermenu-target-text,
.res_menu_left_container .ubermenu a {
  font-size: 19px !important;
}

.res_menu_left_container .ubermenu ul li {
  border-bottom: 1px solid #e7e7e7;
}

.res_menu_left_container .ubermenu ul li:last-child {
  border-bottom: none;
}

.res_menu_left_container .ubermenu .ubermenu-current-menu-item {
  color: #AD7346;
  background: #F8F2E9;
}

/*////////////////////////////////
///// SORT OUT WP ADMIN BAR /////
//////////////////////////////*/
@media screen and (min-width: 783px) and (max-width: 1024px) {
  body.admin-bar header.top_head {
    top: 32px !important;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }

  body.admin-bar header.top_head {
    top: 46px !important;
  }
}

/*=== Responsive Styling ===*/
@media (max-width: 1024px) {
  .mobileonly {
    display: inherit !important;
  }

  .desktoponly {
    display: none !important;
  }
}

@media screen and (max-width: 1350px) {
  .right_nav_slide .wide.lcol {
    width: 78%;
  }

  .right_nav_slide .small.rcol {
    width: 22%;
    right: 0;
  }

  .right_nav_slide_item .slide_offset_cont {
    left: -32px;
    top: 9%;
  }

  .right_nav_slide_item .slide_offset_cont .main_title {
    font-size: 35px;
    line-height: 47px;
    margin: 20px 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .home .featured_content {
    left: 10px;
  }

  .nutrition-posts .woocommerce-page ul.products li.product {
    width: 31%;
  }
}

@media screen and (max-width: 1100px) {
  .right_nav_slide_item .slide_offset_cont {
    left: 5px;
  }

  .page-template-page-zero-waste .featured_content {
    left: 0;
  }

  .wishlist_page,
  .visit-store.deliver-collect {
    max-width: 1160px;
  }

  .featured_banner.inside .featured_content {
    padding-left: 30px;
  }

  body.woocommerce-wishlist .shop_link {
    margin-left: 0px;
  }

  .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 18px !important;
  }

  .visit-store {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  header.top_head #head_inner {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  header.top_head .head_searchwrap {
    display: flex;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  header.top_head a#logo {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 61px;
  }

  /* Responsive Header */
  header.top_head {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 61px;
    background-color: #F8F2E9;
  }

  header.top_head #head_inner {
    flex-grow: 1;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  a#logo {
    float: none;
    position: relative;
    width: 140px;
    padding-top: 9px;
    margin-left: 10px;
  }

  #full_nav {
    display: none;
  }

  .menu_icon {
    display: block;
    width: 40px;
    padding: 10px;
    max-width: 60px;
    z-index: 99999;
    z-index: 99999;
    cursor: pointer;
    line-height: 0;
  }

  .menu_icon.left {
    margin-left: 10px;
  }

  .ubermenu-responsive-toggle {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  nav ul li {
    padding: 0 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 950px) {
  .product_benefits_inner {
    background-position: center center;
    height: 250px !important;
  }

  .product_benefits_posts .product_benefits_content {
    bottom: 30px;
  }

  .section_number.zw_title1 {
    max-width: 575px;
    margin-left: 88px;
    font-size: 16px;
    padding: 25px 0px 25px;
  }

  .section_number.zw_title1:after {
    top: 55px;
  }

  .shop_side_bar_inner ul li a {
    padding: 0px 20px !important;
  }

  /* Responsive Header */
  /*header.top_head{ padding-top: 5px;padding-bottom: 5px;position: fixed;width: 100%;top: 0;left: 0;z-index: 9999;height: 61px;background-color: #726f62; }
  a#logo{float: none;position: fixed;top: 0;left: 65px;margin: 0;width: 140px;padding-top: 9px;}
  #full_nav {display: block;}
  .menu_icon {display: block;top: 27px;width: 40px;padding: 10px;position: fixed;max-width: 60px;z-index: 99999;}*/
  .res_menu_right_container .menu-item-17833,
  .footer_col.two .menu-item-17356,
  .res_footer .menu-item-17833 {
    display: none;
  }

  .h_slide_container .slick-slide .right_nav_slide_item_inner,
  .recipe_slide_bg.res .slick-slide .right_nav_slide_item_inner {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .h_slide_container .slick-center .right_nav_slide_item_inner,
  .recipe_slide_bg.res .slick-center .right_nav_slide_item_inner {
    padding: 0;
  }

  /*= Typog =*/
  h1 {
    font-family: "futura-pt", sans-serif;
    font-size: 50px;
    text-transform: lowercase;
    letter-spacing: 0.76px;
    line-height: 1.3;
  }

  h2 {
    font-family: "Karla", sans-serif;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 1;
  }

  h3 {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3.75px;
    line-height: 30px;
  }

  h4 {
    font-family: "Karla", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
  }

  h5 {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
  }

  h6 {
    font-family: "Karla", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    line-height: normal;
  }

  body,
  textarea,
  input {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #736F63;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
  }

  /*==*/
  .blog_single_item {
    margin-bottom: 120px;
  }

  .blog_single_item .rcol .white_button {
    right: 0;
  }

  .page-template-page-what-we-do .offset_image_left_cols .rcol {
    padding: 40px 30px;
    width: 59%;
  }

  .product_section .rcol .offset_mini_title {
    top: 15%;
  }

  .offset_left_title {
    margin-left: 0;
  }

  /*= Footer =*/
  footer .wide.lcol {
    width: 60%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .small.rcol {
    width: 40%;
  }

  .footer_col {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
  }

  .footer_col.one {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-nav li.cart-item .mycart a>span.shop-txt {
    display: none;
  }

  .top-nav li.cart-item .mycart a>span>span {
    right: -25px !important;
  }

  .top-nav li.cart-item .mycart a>span {
    position: absolute;
    top: -27px;
    right: 22px;
  }

  .top-nav li.cart-item .mycart a>span span.cart_number {
    right: -14px !important;
  }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle,
  .res_menu_right_cta .res_right_contact,
  .res_menu_right_cta .res_social,
  .res_logo,
  .res_footer_bottom {
    padding-left: 0px;
    padding-right: 0px;
  }

  .res_menu_right_cta .res_right_contact ul {
    margin: 0px -5px;
  }

  .res_menu_right_cta .res_right_contact ul:after {
    content: "";
    display: table;
    clear: both;
  }

  .res_menu_right_cta .res_right_contact ul li {
    width: 50%;
    padding: 0px 5px;
    float: left;
  }

  .res_menu_right_cta .res_right_contact ul li:first-child {
    width: 100%;
  }

  .res_menu_right_cta .res_right_contact {
    margin: 15px 0px;
  }

  .res_logo {
    margin-top: 20px;
  }

  .featured_content .featured_banner_cont h2,
  .featured_content .featured_banner_cont h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .featured_banner_inner .featured_banner_cont {
    padding-left: 25px;
  }

  .image_stamp img {
    margin-top: -32px;
  }

  .center-title {
    font-size: 32px;
  }

  ul.link_col li:first-child,
  ul.link_col li:nth-child(2) {
    border-bottom: solid 1px #B69C7F !important;
  }

  ul.link_col {
    padding: 40px auto 0;
  }

  .more_info {
    min-width: 100px;
  }

  .woocommerce-page ul.products li.product h2 {
    min-height: 80px !important;
  }

  .m-recipe {
    min-height: 350px;
  }

  .m-recipe .inner {
    padding-top: 90px;
  }

  .h-blog {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  body .h-blog h2.title {
    margin-bottom: 30px;
  }

  .blog-item .blog-content .date {
    min-height: 30px;
  }

  .blog-item .blog-content h2 {
    min-height: 74px;
    font-size: 16px;
    line-height: normal;
  }

  .h-blog.c-cararra .tac:before {
    content: "";
    display: table;
    clear: both;
  }

  .h-blog.c-cararra .bordered_button {
    margin-top: 40px;
  }

  .product-bg.h-blog {
    padding-top: 40px;
  }

  .product-bg.h-blog .blog-item .blog-content h2 {
    min-height: inherit;
  }

  .product-bg.h-blog .bordered_button {
    margin-top: 25px;
  }

  .h-testimonial {
    padding-top: 50px;
    padding-bottom: 26px;
  }

  .h-testimonial p {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial-content {
    padding-right: 20px;
  }

  .xlrg_pad {
    padding: 40px 0px;
  }

  .m-recipe {
    background-position: right center;
  }

  .blog-item .blog-content {
    padding: 20px 15px 15px;
  }

  .wt_title {
    margin-bottom: 25px;
  }

  .res_signup {
    display: block;
    /* background-color: #efe8e1;*/
    padding: 60px 0;
  }

  .hidden-m {
    display: none !important;
  }

  .mobile-footer {
    display: block;
  }

  .mobile-footer {
    padding: 20px;
    background: url(../images/footer-texture-2.jpg) no-repeat center center;
    background-size: cover;
  }

  .mobile-footer .res_signup {
    padding: 10px 0px;
  }

  .mobile-footer .res_signup p {
    color: #fff !important;
  }

  .mobile-footer .ui-state-active {
    background: #B78752;
    color: #F8F2E9;
  }

  .mobile-footer .ui-accordion .ui-accordion-content ul {
    padding: 0px;
    margin: 0px;
  }

  .mobile-footer .ui-accordion .ui-accordion-content ul {
    padding: 0px;
    margin: 0px;
  }

  .mobile-footer .ui-accordion .ui-accordion-content ul li {
    list-style: none;
    padding: 7px 0px 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    text-transform: lowercase;
  }

  .mobile-footer .ui-accordion .ui-accordion-content ul li:last-child {
    border-bottom: none !important;
  }

  .mobile-footer .ui-accordion .ui-accordion-content ul li a {
    font-size: 13px;
  }

  .mobile-footer .ui-accordion .ui-accordion-header {
    margin-bottom: 5px;
  }

  .mobile-footer .ui-state-default {
    background: #F8F2E9;
    color: #866C4F;
    border: none;
  }

  .mobile-footer .ui-state-active {
    background: #866C4F;
    color: #F8F2E9;
  }

  .mobile-footer .ui-icon {
    height: 16px;
    float: right;
    margin-right: 10px;
  }

  .mobile-footer .ui-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
  }

  .mobile-footer .ui-icon.ui-icon-triangle-1-s:before {
    transform: rotate(180deg);
  }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    color: transparent;
    margin-top: -42px !important;
    margin-top: 10px;
    width: 30px;
    display: none;
  }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle i {
    background: url(../images/svg/menu-icon-right.svg) no-repeat right center;
    height: 17px;
    width: 25px;
  }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle i:before {
    display: none;
  }

  .ubermenu-responsive.ubermenu .ubermenu-nav {
    background: #726f62 !important;
    padding: 10px 0px;
  }

  .ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100% !important;
  }

  #full_nav {
    float: left;
  }

  .featured_banner.small-header .featured_content {
    padding-top: 95px;
  }

  .wishlist_page {
    margin-top: -70px;
    padding: 30px 35px;
  }

  .featured_banner.inside .featured_content {
    margin-left: 0px;
  }

  .blog_tab_section .cat_list_heading {
    margin-left: 65px !important;
  }

  .post_static_item.custom_post_cnt {
    margin-top: -180px;
  }
}

@media screen and (max-width: 850px) {
  .gform_footer {
    position: relative;
    right: inherit;
    bottom: 0px;
  }

  /*=== Zero Waste Home ===*/
  .three_col .col:nth-child(1) {
    width: 100%;
    margin: auto;
    max-width: 400px;
  }

  .three_col .col {
    width: 50%;
  }

  .three_col .col:nth-child(1) h3,
  .three_col .col:nth-child(2) h3,
  .three_col .col:nth-child(3) h3 {
    font-size: 3vw;
  }

  ul.link_col li {
    width: 50%;
  }

  ul.link_col li:nth-child(2) {
    border: none;
  }

  .featured_content .featured_banner_title {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .page-template-page-zero-waste .featured_content {
    padding: 10px;
  }

  .nutrition-posts .woocommerce-page ul.products li.product {
    width: 48%;
  }
}

@media screen and (max-width: 800px) {
  .single_intro_text h2 {
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.8px;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    padding: 0;
  }

  /*= Page =*/
  .featured_banner {
    min-height: 500px;
  }

  .new.bg_background {
    min-height: 500px;
  }

  .featured_banner.inside .featured_content {
    padding-top: 120px;
    padding-left: 0px;
    padding-right: 30px;
  }

  .featured_content .featured_banner_title {
    margin-left: 0;
  }

  .featured_banner.inside .featured_content h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.76;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: "Karla", sans-serif;
    text-transform: lowercase;
  }

  .home .featured_content .featured_banner_cont h1 {
    font-size: 50px;
    line-height: 1;
  }

  .home .featured_content {
    left: 50px;
    bottom: inherit;
    top: 120px;
  }

  .single_intro_text {
    padding: 70px 0;
  }

  .single_intro_text p {
    font-size: 14px;
    line-height: 35px;
  }

  .image_stamp img {
    max-width: 70px;
    right: 10%;
  }

  .home .featured_content {
    left: 50px;
    bottom: 100px;
  }

  .first_slide {
    position: relative;
  }

  .first_slide .responsive_slide {
    padding: 0;
  }

  .first_slide .responsive_slide_bg {
    display: block;
  }

  .first_slide .right_nav_slide {
    display: none;
  }

  .first_slide .small.rcol {
    display: none;
  }

  .trick_slide.bg_image {
    background-image: none !important;
  }

  .first_slide .right_nav_slide_item {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .responsive_slide .h_slide_container {
    xxdisplay: none;
  }

  .responsive_slide_bg .res_slide_title {
    xxdisplay: none;
  }

  .responsive_slide_bg .res_slide_title {
    display: block;
    color: #B78752;
    margin: 0;
    width: 70%;
  }

  .res_h_slide_item .right_nav_slide_item {
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .res_h_slide_item .right_nav_slide_item.list {
    padding-top: 10px;
  }

  .responsive_slide_bg .h_slide_container .slick-arrow {
    top: -30px;
    opacity: 1;
    bottom: inherit;
  }

  .h_slide_container .slick-next {
    right: 0;
  }

  .h_slide_container .slick-prev {
    left: inherit;
    right: 53px;
  }

  .first_slide .responsive_slide .slick-dots {
    top: 17px;
  }

  .first_slide .res_slide_title.list {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #B78752;
  }

  /*= zero waste =*/
  .two_col,
  .section_one .two_col,
  .section_two .two_col,
  .section_three .two_col,
  .section_four .two_col {
    padding: 0 20px !important;
  }

  .section_one .two_col .col:first-child,
  .section_one .two_col .col:last-child,
  .section_two .two_col .col:first-child,
  .section_two .two_col .col:last-child,
  .section_three .two_col .col:first-child,
  .section_three .two_col .col:last-child,
  .section_four .two_col .col:first-child,
  .section_four .two_col .col:last-child {
    width: 100%;
  }

  /*= Stores =*/
  .map_wrap {
    margin-top: 0;
  }

  /*== Tabbed =*/
  #responsiveTabs .tab_content_container {
    display: none;
  }

  .tabs_inner {
    display: none;
  }

  #accordion_tabs.res {
    display: block;
    padding: 0 10px;
  }

  .tabs_bg {
    background-image: none !important;
  }

  #accordion_tabs.res h3.ui-accordion-header {
    padding: 20px 10px;
    letter-spacing: 1px;
    padding-right: 40px;
    display: block;
    border-bottom: solid 1px;
    font-weight: 500;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding-left: 0;
  }

  #accordion_tabs.res h3.ui-accordion-header .drop_arrow {
    position: absolute;
    width: 20px;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #accordion_tabs.res h3.ui-accordion-header.ui-accordion-header-active .drop_arrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }

  #accordion_tabs.res h3.ui-accordion-header br {
    display: none;
  }

  #accordion_tabs.res h3.ui-state-focus {
    outline: none;
  }

  #accordion_tabs.res .tab_content_inner {
    margin: 30px 0;
  }

  #accordion_tabs.res .tab_content_inner h3:first-child {
    display: none;
  }

  #accordion_tabs.res .tab_content_inner p {
    font-size: 15px;
    line-height: 1.3;
  }

  .tab_menu {
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 200;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-top: -102px;
    margin-bottom: 40px;
  }

  /*=== Responsive ===*/
  .franchise_content .lcol {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .franchise_content .rcol {
    width: 100%;
  }

  .we_are_slide_container.franchise {
    position: relative;
    z-index: 200;
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    width: 100%;
    max-width: 700px;
    display: none;
  }

  .franchise_content .left_offset_mini_title {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    margin: 50px 0;
  }

  .franchise_content {
    margin-bottom: 0;
  }

  .franchise_content .left_image {
    display: none;
  }

  .single_intro_text {
    padding: 60px 20px 20px;
  }

  .single_intro_text h2 {
    font-family: Karla;
  }

  .lrg_pad.trick_slide.bg_image {
    padding-top: 0px;
  }
}

@media screen and (max-width: 750px) {
  .page-template-page-what-we-do .offset_image_left_cols {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .page-template-page-what-we-do .offset_image_left_cols .lcol .right_offset_mini_title {
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
    left: -20px;
    top: 0;
    width: 91%;
  }

  .page-template-page-what-we-do .offset_image_left_cols .lcol {
    width: 70%;
    left: 60px;
    position: relative;
    margin-left: 0;
  }

  .page-template-page-what-we-do .offset_image_left_cols .rcol {
    padding: 40px 30px;
    width: 100%;
    margin-bottom: 60px;
  }

  .page-template-page-what-we-do .offset_image_left_cols .rcol .top_offset_title {
    position: relative;
    top: 0;
    left: inherit;
    padding-bottom: 30px;
  }

  .page-template-page-what-we-do .small_center {
    margin-bottom: 0;
    position: relative;
    margin-top: 50px;
    padding-bottom: 0;
  }

  .page-template-page-what-we-do .accordion_section .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-page-what-we-do .accordion_section .lcol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-left: 60px;
    position: relative;
    z-index: 100;
    margin-top: 80px;
  }

  .page-template-page-what-we-do .accordion_section .rcol {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 75%;
    position: relative;
    right: inherit;
    z-index: 90;
    padding-right: 20px;
    float: none;
  }

  .page-template-page-what-we-do .product_section.xlrg_pad {
    padding-bottom: 0px;
  }

  .accordion_section .rcol .offset_mini_title {
    position: relative;
    left: 30px;
    top: 0;
    padding-bottom: 3px;
    width: 100%;
    padding-left: 3px;
    margin-bottom: 40px;
  }

  .wedo_accord {
    padding: 60px 40px;
  }

  .product_section .lcol {
    width: 100%;
    position: relative;
    bottom: inherit;
    left: inherit;
    z-index: 9999;
    padding: 40px 0;
  }

  .product_section .lcol h2 {
    position: relative;
    top: 0;
    left: 40px;
    margin: 0;
  }

  .product_section .lcol .white_section {
    padding: 30px;
    background-color: #f3f2ef;
    position: relative;
    top: 0;
  }

  .product_section .rcol {
    width: 80%;
    margin: auto;
    float: none;
  }

  .product_section .rcol .offset_mini_title.bottom {
    position: relative;
    z-index: 100;
    left: inherit;
    top: 0;
    width: 80%;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .product_section {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .shop_container .search_bar .dgwt-wcas-search-wrapp {
    max-width: 100%;
  }

  .shop_container .search_bar #dgwt-wcas-search {
    border: solid 1px rgba(164, 167, 147, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    padding: 13px 30px;
    padding-left: 20px;
    color: #b4b2ab;
    background-color: white;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
  }

  .shop_container .search_bar #dgwt-wcas-search:hover {
    background: #f4f3f1;
  }

  .shop_container .search_bar .dgwt-wcas-no-submit .dgwt-wcas-ico-loupe {
    right: 20px;
  }

  .shop_container .search_bar #dgwt-wcas-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a9a7a2;
  }

  .shop_container .search_bar #dgwt-wcas-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #a9a7a2;
  }

  .shop_container .search_bar #dgwt-wcas-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #a9a7a2;
  }

  .shop_container .search_bar #dgwt-wcas-search:-moz-placeholder {
    /* Firefox 18- */
    color: #a9a7a2;
  }

  .parallax {
    display: none !important;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner {
    min-height: 610px;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner img {
    top: 50%;
    width: 80%;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont {
    bottom: 70px;
    padding: 0 20px;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_image_outline_text h2 {
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    line-height: 1;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_excerpt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
  }

  /*= We are =*/
  .page-template-page-who-we-are .offset_image_left_cols {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .offset_image_right_cols .lcol .about_cont {
    padding: 30px 20px;
  }

  .offset_image_left_cols .rcol .white_section {
    padding: 30px 40px;
    padding-bottom: 80px;
  }

  .offset_image_left_cols .lcol {
    position: relative;
    z-index: 1;
    left: inherit;
    width: 85%;
    margin-left: 15%;
  }

  .offset_image_left_cols .rcol {
    position: relative;
    top: inherit;
    z-index: 10;
    width: 100%;
  }

  .we_are_slide_container {
    position: relative;
    z-index: 200;
    width: 100%;
    margin-left: 5%;
    margin-right: 0;
    background-color: #ffffff;
    padding: 50px 50px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: inherit;
    bottom: 0;
    right: 0;
  }

  .we_are_slide_container .bordered_title {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
  }

  .we_are_slide_container .offset_title_two {
    position: relative;
    top: inherit;
    left: inherit;
    color: #928C6B;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  /*= We Do =*/
  .single_recipe_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single_recipe_container .rcol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .single_recipe_container .rcol h2 {
    margin-left: 0;
  }

  .single_recipe_container .lcol {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .single_recipe_container .lcol.recipe_image .white_button {
    right: -5px;
  }

  .page-template-page-what-we-do .small_center {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  /*= Recipe =*/
  .method .lcol {
    width: 100%;
  }

  .method .rcol {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .method .lcol .recipe_three_col img {
    max-width: 135px;
  }

  .method .lcol .recipe_three_col {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
    border-bottom: dotted 2px rgba(150, 150, 150, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .method .lcol .recipe_three_col .meth_item_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .method .lcol .recipe_three_col h5 {
    margin: 0;
    margin-bottom: 20px;
    margin: 0;
    width: 50%;
    text-align: left;
  }

  .method .lcol .recipe_three_col p {
    margin: 0;
    color: #9D5E34;
    text-transform: uppercase;
    width: 50%;
    text-align: right;
  }

  .align_image {
    text-align: right;
    width: 50%;
  }

  /*= Parallax =*/
  .relly.lax {
    z-index: 1;
    height: 0;
  }

  .parallax {
    z-index: 1;
    height: 0;
    max-width: 100px;
    display: inline-block;
  }

  .parallax.one {
    max-width: 100px;
    margin-right: 80px;
  }

  .parallax.two {
    max-width: 80px;
    margin-top: 150px;
  }

  .wa.parallax.two {
    margin-top: 80px;
  }

  .parallax.two {
    max-width: 100px;
  }

  .wa.parallax.four {
    padding-top: 60px;
    max-width: 100px;
  }
}

@media screen and (max-width: 650px) {
  .rec_term_title {
    padding-bottom: 30px;
  }

  .home .featured_content {
    left: 20px;
  }

  .recipe_slide_bg {
    display: none;
  }

  .recipe_container {
    display: none;
  }

  .recipe_slide_bg.res {
    display: block;
  }

  .home .recipe_slide_bg.res {
    padding-bottom: 30px;
  }

  .recipe_term .recipe_term_item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog_single_item .rcol {
    width: 100%;
    float: left;
  }

  .recipe_term {
    padding-top: 45px;
    padding-bottom: 20px;
    background-color: #F7F7F6;
    margin-bottom: 10px;
  }

  .blog_single_item .rcol .offset_left_title {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-left: 0;
  }

  .blog_single_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .blog_single_item .lcol {
    position: relative;
    top: -82px;
    left: inherit;
    float: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .recipe_term .recipe_term_item a p {
    padding-left: 20px;
    background-size: 13px;
    line-height: 1;
    font-size: 13px;
  }

  .recipe_term .recipe_term_item a h1 {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }

  .blog_single_item .lcol h2 {
    font-size: 34px;
    padding: 10px;
    background-color: #f3f2ef;
    display: inline-block;
  }

  .blog_single_item .lcol .cream_section {
    background-color: #f3f2ef;
    padding: 20px 0;
    padding-right: 20px;
    padding-left: 0px;
    width: 100%;
  }

  .blog_single_item .rcol {
    width: 100%;
    float: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .comment_form_parent .lcol {
    width: 100%;
    float: none;
  }

  .comment_form_parent .rcol {
    width: 100%;
    margin: auto;
    margin-top: 90px;
    float: none;
  }

  .comment_form_parent .rcol .offset_left_title {
    margin-left: 0;
    top: -50px;
  }

  /*= We Are =*/
  .offset_image_right_cols .lcol {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 60px;
  }

  .offset_image_right_cols .rcol {
    width: 100%;
    max-width: 300px;
    position: relative;
  }

  .wa_centered {
    margin-top: 0px;
    padding-bottom: 0;
  }

  .page-template-page-what-we-do .accordion_section .lcol {
    margin-left: 0;
  }

  .wedo_accord {
    padding: 30px 20px;
  }

  /*= Recipes =*/
  .recipe_term {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: white;
    margin-bottom: 10px;
  }

  .rec_term_title {
    text-align: center;
  }

  /*= Footer =*/
  #foot_wrap {
    display: none;
  }

  .res_footer {
    padding-top: 35px;
    display: block;
    background-color: #e0c5a7;
  }

  .res_footer .res_menu_right ul {
    margin: 0;
    padding: 0 20px;
    padding-bottom: 35px;
  }

  .res_footer .res_menu_right ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .res_footer .res_menu_right ul li a {
    display: block;
    font-size: 30px;
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: lowercase;
    letter-spacing: 1px;
    line-height: 25px;
    color: #746f67;
    padding: 10px 0;
    padding-left: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
    color: white;
  }

  .res_footer .res_menu_right ul li:last-child a {
    border-bottom: none;
  }

  .res_footer .res_menu_right ul li ul {
    padding: 0;
  }

  .res_footer .res_menu_right ul li ul li:last-child a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
  }

  .res_footer .res_right_contact {
    background-color: rgba(181, 156, 127, 0.4);
    padding: 50px 40px;
  }

  .foot_split_title {
    font-family: "Karla", sans-serif;
    color: white;
    border-bottom: solid 1px white;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .res_footer .res_right_contact ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }

  .res_footer .res_right_contact ul li {
    margin: 0;
    padding: 0 5px;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
  }

  .res_footer .res_right_contact a {
    padding: 10px 10px;
    border-radius: 3px;
    line-height: 1;
  }

  .res_footer .res_right_contact a.white {
    background-color: white;
    color: #B78752;
  }

  .res_footer .res_right_contact a.white:hover {
    background-color: whitesmoke;
    color: #B78752;
  }

  .res_footer .res_right_contact a.white_border {
    border: solid 1px white;
    color: white;
  }

  .res_footer .res_right_contact a.white_border:hover {
    background-color: white;
    color: #B78752;
  }

  .foot_split {
    padding: 50px 40px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .foot_split .foot_split_title {
    margin-bottom: 25px;
  }

  .foot_split .foot_menu_two {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  .foot_menu_two ul {
    margin: 0;
    padding: 0;
  }

  .foot_menu_two ul li {
    margin: 0;
    padding: 0;
    line-height: 2.6;
    list-style: none;
    text-align: left;
    font-family: "Karla", sans-serif;
  }

  .foot_menu_two ul li a {
    color: #ffffff;
  }

  .foot_menu_two ul li a:hover {
    color: #6c3800;
  }

  .foot_split .res_social {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  .res_footer .res_social ul {
    margin: 0;
    padding: 0;
    margin-top: 35px;
  }

  .res_footer .res_social ul li {
    margin: 0;
    margin-right: 20px;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 28px;
    color: white;
    line-height: 1;
  }

  .res_footer .res_social ul li a {
    color: white;
  }

  .footer_copy {
    padding: 50px 40px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .footer_copy a {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    display: block;
  }

  .footer_copy img {
    max-width: 250px;
  }

  .footer_copy p {
    color: white;
  }

  /* .mc_embed_signup p {
       padding: 0 40px;
   }*/
  .res_signup {
    display: block;
    /* background-color: #efe8e1;
     padding: 60px 0;*/
  }

  /*= Blog =*/
  .archive .post_tabs_container {
    margin-top: -57px;
  }

  .post_tabs_menu ul li a {
    padding: 13px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .post_tabs_menu ul li.current-cat a {
    padding-bottom: 23px;
  }

  .post_style_slide.index .tab_post_item_title {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    padding-bottom: 0;
  }

  .tab_post_item_title h5 {
    font-size: 22px;
    line-height: 20px;
    font-weight: 300;
    color: #B78752;
    margin: 0;
  }

  .post_static_item .tab_post_item_content_box,
  .post_style_slide .tab_post_item_content_box {
    padding: 15px 20px;
    min-height: auto;
    padding-bottom: 30px;
  }

  .post_style_slide.index .tab_post_item_excerpt p {
    font-size: 15px;
  }

  /*= Tabbed Menu =*/
  .tab_menu ul li a {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 800px) {
  .section_four .number_title {
    margin-left: 0px;
    margin-top: 0px;
  }

  .section_four .two_col .content_block.top {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }

  .section_four .view_p {
    left: 0px;
    top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .featured_banner .new.bg_background {
    position: relative;
  }

  .blog_tab_section .cat_list_heading {
    margin-left: 0px !important;
  }

  .store_links .cat_list ul li:first-child {
    width: 100%;
  }

  .inner_col_1 h6,
  .inner_col_2 h6 {
    font-size: 18px;
  }

  .inner_col_1,
  .inner_col_2 {
    width: 100%;
  }

  #lunch_recipe,
  #dinner_recipe,
  #dessert_recipe,
  #snacks_recipe {
    margin-top: 20px;
  }

  .recipe_term .recipe_term_item a h2 {
    font-size: 16px;
  }

  .recipe_term .center h2 {
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .recipe_term h2 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .woocommerce-pagination ul li {
    margin: 0px 0px;
    padding: 0px 8px;
  }

  .weight_price {
    border-bottom-width: 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  td.product-remove {
    display: none !important;
  }

  .visit-store.d-flex-only {
    flex-direction: column;
  }

  .visit-store .mr-auto {
    margin-left: auto;
  }

  .visit-store.deliver-collect {
    background-position: left top;
    padding-top: 90px;
  }

  .center.single_news .blog_slide_item .tab_post_item_title {
    width: 100% !important;
  }

  .sigle_post_breadcrumb ul li {
    padding-left: 0px;
  }

  .wishlist_btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background-position: 14px 0px;
  }

  .featured_content .featured_banner_cont h2,
  .featured_content .featured_banner_cont h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .featured_banner,
  .new.bg_background {
    min-height: 420px;
  }

  .featured_content {
    padding-top: 95px;
  }

  .center-title {
    font-size: 21px;
    line-height: normal;
    padding-bottom: 16px;
  }

  .center-title .db {
    display: inline;
  }

  .two_col.small_left .col,
  .section_one .container.top .two_col.small_left .col:last-child,
  .section_one .container.top .two_col.small_left .col:first-child {
    padding: 20px 0px;
  }

  .two_col .col:first-child h2 {
    font-size: 26px;
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .three_col .col img {
    width: 60% !important;
  }

  .three_col .col:nth-child(1),
  .three_col .col:nth-child(3) {
    margin-top: 0px;
  }

  ul.link_col {
    margin: 20px 0px;
    width: 100%;
  }

  ul.link_col li {
    width: 50% !important;
  }

  .bordered_button {
    margin-top: 30px;
  }

  ul.link_col li:nth-child(1),
  ul.link_col li:nth-child(3) {
    border-right: solid 1px #B69C7F !important;
  }

  ul.link_col li {
    padding: 20px 0px;
  }

  .lrg_pad {
    padding: 20px 0px;
  }

  h2 {
    font-size: 25px;
  }

  .woocommerce-page ul.products li.product h2 {
    min-height: 45px !important;
  }

  .cat-links li,
  .scol.cat_list li {
    margin: 3px;
  }

  .cat-links li a,
  .scol.cat_list li a {
    padding: 4px 11px;
    font-size: 12px;
  }

  .m-recipe {
    min-height: 200px;
  }

  .m-recipe .inner {
    padding-top: 33px;
  }

  .h-blog.c-cararra .row>.col-4 {
    display: none;
  }

  .h-blog.c-cararra .row>.col-4:first-child {
    display: block;
  }

  .h-testimonial p {
    font-size: 14px;
    line-height: 22px;
  }

  .where_to_item {
    float: left;
    width: 33.333%;
    padding: 0px 0px 0px;
  }

  .xlrg_pad {
    padding: 30px 0px;
  }

  .res_logo {
    max-width: 190px;
  }

  .square_button {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  .bordered_button {
    min-width: 190px;
  }

  .section_number.zw_title1 {
    margin-left: 0px;
  }

  .section_number.zw_title1:after {
    top: 80px;
  }

  .post_static_item .tab_post_item_content_box a,
  .post_style_slide .tab_post_item_content_box a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .two_col.small_left .col,
  .section_one .container.top .two_col.small_left .col:last-child,
  .section_one .container.top .two_col.small_left .col:first-child {
    padding: 0px;
  }

  .wishlist_page {
    margin-top: -40px;
    padding: 15px 25px;
  }

  .wishlist_page h2 {
    font-size: 20px;
  }

  .visit-store {
    min-height: inherit;
    margin: 10px 0px;
  }

  .woocommerce table.wishlist_table tbody td.product-name {
    width: 100% !important;
  }

  .woocommerce table.wishlist_table tbody td.product-name strong {
    padding-top: 15px;
    display: block;
  }

  .wishlist_page .download_btn.more_info {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .center.single_news .tab_post_item_content_box .tab_post_item_excerpt h2 {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .section_four .offset_bottom .col:first-child .number {
    margin-top: inherit !important;
  }

  .static-fish img {
    display: none;
  }

  .section_four .offset_bottom .col:last-child .number_title_bottom h2 {
    font-size: 25px;
  }

  .section_four .offset_bottom .col:first-child .number h3 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .section_four .two_col:first-child {
    margin-bottom: 25px;
  }

  .section_one .container.bottom {
    margin-top: 0px;
  }

  .section_one .two_col.small_left .col:nth-child(2) {
    padding: 0px !important;
    margin-top: 0px;
  }

  .map_lists .main_map_title {
    padding: 10px 10px 10px 100px;
    font-size: 25px;
  }
}

@media screen and (max-width: 700px) {
  .section_two .two_col .bottom_container h3 {
    font-size: 26px;
  }

  .section_two .two_col .inner {
    padding: 0;
  }

  .section_four .offset_bottom .col:last-child .content_block,
  .section_four .two_col .content_block.top {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 650px) {

  .two_col.small_left .col,
  .section_one .container.top .two_col.small_left .col:last-child,
  .section_one .container.top .two_col.small_left .col:first-child {
    width: 100%;
    padding: 40px 0;
  }
}

@media screen and (max-width: 600px) {
  .tab_menu {
    text-align: center;
    position: relative;
    z-index: 200;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-bottom: 80px;
  }

  .tab_menu ul {
    margin: 0;
    margin-left: 0;
    padding: 0;
    display: block;
    background-color: transparent;
    width: 100%;
  }

  .tab_menu ul li {
    margin: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    border-right: none;
    display: block;
    vertical-align: middle;
    background-color: #FFFFFF;
    width: 100%;
  }

  .tab_menu ul li a {
    padding: 15px 30px;
    font-size: 15px;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
  }

  .old.post.list article {
    width: 46%;
    margin: 2%;
  }

  /*=== Fanchise ===*/
  .two_col.success .col:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {

  .gform_wrapper #gform_3 .gform_body ul li:nth-child(1),
  .gform_wrapper #gform_3 .gform_body ul li:nth-child(2),
  .gform_wrapper #gform_3 .gform_body ul li:nth-child(3),
  .gform_wrapper #gform_3 .gform_body ul li:nth-child(4) {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
  }

  .gform_wrapper #gform_3 .gform_body ul li:nth-child(5) {
    margin: 0;
  }

  /*-- Blog ---*/
  .old.post.list {
    margin-top: 40px;
  }

  .post_featured_content article {
    margin: 0;
  }

  .post_style_slide.index ul.slick-dots,
  .tab_content_container_inner ul.slick-dots {
    margin: 0;
    padding: 0;
    position: relative;
    top: inherit;
    z-index: 1;
    right: inherit;
    left: 10px;
    bottom: 42px;
    max-width: 100%;
    width: inherit;
    display: inline-block;
    text-align: center;
    display: inline-block !important;
  }

  .post_static_item .tab_post_item_content_box,
  .post_style_slide .tab_post_item_content_box {
    padding-bottom: 55px;
  }

  .post_static_item .tab_post_item_content_box a,
  .post_style_slide .tab_post_item_content_box a {
    /*position: absolute;
    margin: 0;
    top: inherit;
    bottom: 10px;
    right: 10px;
    padding: 5px 0px;
    padding-left: 34px;*/
    letter-spacing: 0.5px;
  }

  .post_style_slide.index .tab_post_item_excerpt {
    max-width: 110%;
    padding-bottom: 20px;
  }

  /*=== Zero Waste Home ===*/
  .three_col .col:nth-child(1) {
    width: 100%;
    margin: auto;
    max-width: 500px;
  }

  .three_col .col {
    width: 100%;
    margin: auto;
    max-width: 400px;
  }

  .three_col .col:nth-child(1) h3,
  .three_col .col:nth-child(2) h3,
  .three_col .col:nth-child(3) h3 {
    font-size: 10vw;
  }

  ul.link_col li {
    width: 100%;
  }

  ul.link_col li:nth-child(2),
  ul.link_col li {
    border: none;
  }

  .nutrition-posts .woocommerce-page ul.products li.product {
    width: 97%;
  }
}

@media screen and (max-width: 500px) {

  /*= Home =*/
  .right_nav_slide_item .slide_image_content .slide_image_inner {
    min-height: 390px;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont {
    bottom: 30px;
  }

  /*= Where to =*/
  .where_to_item {
    /*float: none;
    width: 100%;
    padding: 20px;*/
    max-width: 250px;
    text-align: center;
    margin: auto;
  }

  .offset_image_left_cols .lcol {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .offset_image_left_cols .lcol .left_offset_mini_title {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 20px;
  }

  .offset_image_right_cols .rcol .left_offset_mini_title {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    border-bottom: solid 1px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .we_are_slide_container {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 20px;
    padding-right: 20px;
  }

  .we_are_slide_container .offset_slide_item {
    margin-bottom: 30px;
  }

  .we_are_slide_container .offset_slide_item h6.num_title {
    position: absolute;
    left: 0;
    top: -20px;
    font-weight: 300;
    font-size: 18px;
  }

  .offset_image_left_cols .lcol h2 {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .offset_image_left_cols .rcol .white_section {
    padding: 30px 20px;
    padding-bottom: 50px;
  }

  /*= Contact =*/
  .contact_form_bg {
    padding-bottom: 30px;
  }

  .contact_details .lcol {
    width: 100%;
    text-align: center;
    float: none;
  }

  .contact_details .rcol {
    width: 100%;
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 450px) {
  .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_image_outline_text h2 {
    letter-spacing: 2px;
  }

  .right_nav_slide_item .slide_image_content .slide_image_inner .slide_main_cont .slide_excerpt {
    letter-spacing: 0;
  }

  .res_footer .res_right_contact,
  .foot_split {
    padding: 40px 10px;
  }

  .footer_copy {
    padding: 50px 20px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .res_footer .res_right_contact {
    padding: 40px 20px;
  }

  /*--- Blog ---*/
  .old.post.list article {
    width: 100%;
    margin: 2%;
    margin-left: 0;
    margin-right: 0;
  }

  /*=== Zero Waste ===*/
  .single_slide_item .single_slide_single {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .foot_split {
    display: block;
  }

  .foot_split .foot_menu_two,
  .foot_split .res_social,
  .res_right_contact ul li {
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (min-width: 950px) {
  .benefits-points li:nth-child(odd)>div>.benefit-point-image {
    position: absolute;
    left: 0px;
    top: 53px;
  }

  .benefits-points li:nth-child(even)>div>.benefit-point-image {
    position: absolute;
    right: 0px;
    top: 53px;
  }

  .benefits-points li .benefit-point-content {
    max-width: 655px;
  }
}

@media only screen and (max-width: 950px) {

  .post-template-default.single.single-post .benefits-points li .benefit-point-image,
  .benefit-point-image {
    width: 100% !important;
  }

  .benefits-points {
    margin-top: 0px;
  }

  .benefits-points li:before {
    display: none;
  }

  .product-benefits-template-default .cat_list_heading+ol {
    padding-left: 25px;
  }

  h1.hidden-mobile.recipe_title {
    font-family: "Karla", sans-serif !important;
    font-weight: 300 !important;
    font-size: 32px;
    letter-spacing: 4px !important;
    line-height: 1 !important;
  }
}

@media only screen and (min-width: 768px) {
  .col-4 {
    width: 33.333333%;
    float: left;
  }

  .col-6 {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .mobile_search_link {
    display: none !important;
  }
}

@media (max-width: 1680px) {
  .center.small-center {
    max-width: 1115px !important;
  }

  .footer_bottom:after {
    width: 90px;
    right: -80px;
  }
}

@media (max-width: 1440px) {
  .center.small-center {
    max-width: 1205px !important;
  }

  .footer_bottom:after {
    display: none;
  }
}

@media (max-width: 1366px) {
  .center.small-center {
    max-width: 1222px !important;
  }

  .footer_bottom:after {
    display: none;
  }
}

@media (max-width: 1279px) {
  footer .wide.lcol .footer_wrap_inner {
    width: 660px;
  }
}

@media (max-width: 1024px) {
  ul.top-nav li .collect_txt {
    display: none;
  }

  ul.top-nav li .mobile_collect_txt {
    display: inline-block;
  }

  ul.top-nav li .franchise_cta_text {
    display: none;
  }

  ul.top-nav li .mobile_franchise_cta_text {
    display: inline-block;
  }

  .desktop_search {
    display: none !important;
  }

  span.cart-contents {
    padding: 0px 15px 10px 0px !important;
  }

  .top-nav li.cart-item .mycart span.cart_number {
    position: absolute;
    top: -1px;
    right: 3px;
  }

  .top-nav.fr {
    padding-top: 9px !important;
  }
}

@media (max-width: 950px) {
  .top-nav.fr {
    padding-top: 9px;
  }

  .page.page-id-22392 .featured_content {
    padding-top: 75px !important;
  }

  .tab_menu {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .product-benefits-template-default h1.benefit_title {
    margin-bottom: 0px !important;
  }

  .product-benefits-template-default .featured_banner.prod_benefit_banner .featured_content {
    min-height: 400px;
  }

  .product-benefits-template-default .featured_banner.inside .featured_content {
    padding-top: 115px;
    padding-left: 19px;
  }

  .product-benefits-template-default .center.single_news.blog_slide_item.relly.product_benefit_desc {
    padding: 30px !important;
  }

  .product-benefits-template-default .benefits-diff .first_slide.home_zw {
    padding-left: 30px;
  }

  .product-benefits-template-default .center.single_news.blog_slide_item.relly.product_benefit_desc {
    margin-top: -126px !important;
  }

  .page.page-id-22392 .featured_content h2 {
    color: #fff;
  }

  .map_lists .state_item {
    padding-top: 0px;
  }

  .h-shop .slick-slider .slick-arrow {
    width: 42px !important;
    height: 42px !important;
    background-size: 100% !important;
    bottom: -55px !important;
  }

  .recipe_term_container .slick-slider .slick-arrow {
    width: 42px !important;
    height: 42px !important;
    background-size: 100% !important;
    bottom: 27px !important;
  }

  .h-blog.product-bg .slick-slider .slick-arrow {
    width: 42px !important;
    height: 42px !important;
    background-size: 100% !important;
    bottom: -44px !important;
  }

  .h-blog.product-bg .slick-slider .slick-prev {
    left: 50%;
    margin-left: -42px;
  }

  .h-shop .slick-slider .slick-prev,
  .recipe_term_container .slick-slider .slick-prev {
    left: 50%;
    margin-left: -42px;
  }

  .h-shop .slick-slider .slick-next,
  .recipe_term_container .slick-slider .slick-next {
    right: 50% !important;
    margin-right: -42px;
  }

  .h-blog.product-bg .slick-slider .slick-next {
    right: 50% !important;
    margin-right: -42px;
  }

  .h-blog.product-bg .slick-dots {
    display: none !important;
  }

  .h-blog.product-bg .product_benefits_slider+.tac .bordered_button {
    margin-top: 55px;
  }

  .recipe_term_container .slick-slider .slick-next,
  .recipe_term_container .slick-slider .slick-prev {
    top: inherit;
    margin-top: inherit;
  }

  .m-recipe {
    background-position: 100px 0px !important;
  }

  .res_menu_left_container {
    width: 95%;
  }

  .benefits-points li .benefit-point-content {
    min-height: inherit;
  }

  .popup-heading h2 {
    font-size: 25px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 20px;
  }

  .popup-content {
    min-height: inherit;
  }

  .popup-cst {
    margin: 10px 0px;
  }

  ul.top-nav li a.collect_txt {
    display: none;
  }

  li#menu-item-42282 {
    display: block;
  }

  .page-id-17484 .featured_banner {
    min-height: 350px;
  }

  .page-id-17484 .featured_banner.inside .featured_content h2 {
    font-size: 35px;
    line-height: 41px;
    margin-left: 0px;
    color: #fff !important;
  }

  .page-id-17484 .featured_banner.inside .featured_banner_cont p {
    margin-left: 0px;
    font-size: 17px;
    line-height: 23px;
  }

  .page-id-17484 .featured_banner .new.bg_background {
    background-position: 0px 0px;
  }

  .page-id-17484 .featured_banner.inside .featured_content {
    padding-top: 105px;
  }

  .page-id-17484 .featured_banner .new.bg_background {
    min-height: 350px;
  }

  span.cart-contents {
    padding: 0px 15px 10px 0px !important;
  }

  .top-nav li.cart-item .mycart span.cart_number {
    position: absolute;
    top: -1px;
    right: 3px;
  }

  .desktop_search {
    display: none !important;
  }

  .wishlist_btn {
    margin-bottom: 10px;
  }

  .faq_section .faq_single .faq_thumb,
  .faq_section .faq_single .faq_inner {
    width: 100% !important;
  }

  /*June 21 2018*/
  .hidden-mobile {
    display: none;
  }

  #bypassme h1.product_title.entry-title,
  #bypassme .single_weight_wishlist {
    display: none;
  }

  .visible-mobile {
    display: block !important;
    color: #A85424 !important;
    margin-bottom: 10px !important;
  }

  .home-blog-cat .blog-item {
    padding-right: 30px !important;
  }

  .home-blog-cat ul.slick-dots {
    margin-top: 10px;
    padding-right: 30px;
  }

  h1.visible-mobile.recipe_title {
    font-family: "Karla", sans-serif !important;
    font-weight: 300 !important;
    font-size: 25px !important;
    letter-spacing: 4px !important;
    line-height: 1 !important;
    display: block !important;
    margin-left: 0px;
  }

  .page.page-id-43804 .featured_banner.small-header .featured_content {
    padding-right: 0px;
  }

  .page.page-id-43804 .featured_banner.small-header .featured_content h1 {
    font-size: 62px;
  }

  .page.page-id-43804 .featured_banner.small-header .featured_content h1 .main_heading {
    line-height: normal;
  }

  .page-id-17484 .featured_banner.inside .featured_content.white_text * {
    color: #fff !important;
  }

  .page-id-41135 .featured_banner.small-header .featured_content {
    padding-top: 105px;
  }
}

/*
Version: 1.0.0
Theme Name: Intangible Void - Woo Styles
Author: Saxon Evers
*/
/*--- Registration ---*/
.signup_registration {
  position: absolute;
  right: -140px;
  top: 250px;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.signup_registration .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding-left: 40px !important;
}

.signup_registration:hover {
  right: 0;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px 10px 46px !important;
  font-size: 15px;
  height: 74px;
  font-weight: bold !important;
  background: #fdfdfd;
  font-family: "Karla", sans-serif;
  font-style: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  background: #fff;
  border-radius: 0 !important;
  border: none !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  box-shadow: 0;
}

/*--- Map ---*/
#popup-modal-map {
  padding: 50px;
  background-color: white;
  margin: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  border-radius: 5px;
}

.mfp-map-popup .mfp-content {
  max-width: 700px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-map-popup .mfp-content h4 {
  color: #B69C7F;
  font-size: 28px;
  margin-bottom: 50px;
}

.mfp-map-popup .mfp-content svg {
  max-width: 550px;
  width: 100%;
  display: block;
  margin: auto;
}

.mfp-map-popup .mfp-content svg a path,
.mfp-map-popup .mfp-content svg a text {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mfp-map-popup .mfp-content svg a:hover path {
  opacity: 1;
  fill: #B69C7F;
}

.mfp-map-popup .mfp-content svg a:hover .text {
  fill: white;
}

/*--- My Account ---*/
.woocommerce-cart .signup_registration,
.woocommerce-checkout .signup_registration {
  display: none;
}

.woocommerce-account #main {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-account #main.center {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.woocommerce-account #main.center .scol {
  width: 100%;
  max-width: 100%;
}

/*--- Home Categories ---*/
.lrg_pad.home_products {
  padding-bottom: 0;
}

.home_cat_list .prod_cat_drop {
  display: block;
}

.home_cat_list .prod_cat_drop select {
  max-width: 350px;
  width: 100%;
  margin-top: 20px;
  background-position: right 10px center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/svg/arrow-brown-new.svg);
  border: solid 1px #B69C7F;
}

/*--- Account Details ---*/
.account_title h1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #B78752;
  padding: 10px 20px;
  background-color: white;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
}

.woocommerce-account .my_containre .center {
  margin: 60px auto;
}

.woocommerce-account .my_containre .center .two_col {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  width: 100%;
}

.my_container_acc .center {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  width: 100%;
}

.woocommerce-account #main.center .two_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-account #main.center .two_col .col:first-child {
  width: 30%;
  background-color: white;
}

.woocommerce-MyAccount-navigation {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  background-color: #FDFDFD;
  width: 100%;
}

.woocommerce-MyAccount-navigation li {
  display: block;
  text-align: left;
  padding: 0;
}

.woocommerce-MyAccount-navigation li a {
  padding: 20px 15px;
  color: #B78752;
  display: block;
  background-color: white;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background-color: whitesmoke;
  color: #B78752;
}

.woocommerce-account #main.center .two_col .col:last-child {
  width: 70%;
  background-color: whitesmoke;
  -webkit-box-shadow: -3px 0px 6px 0px rgba(207, 207, 207, 0.3);
  box-shadow: -3px 0px 6px 0px rgba(207, 207, 207, 0.3);
  z-index: 900;
}

.woocommerce-account #main.center .two_col .col:last-child .woocommerce-MyAccount-content {
  padding: 40px;
}

.u-column1.col-1.woocommerce-Address {
  margin-bottom: 30px;
  padding-top: 20px;
}

.u-column1.col-1.woocommerce-Address h3 {
  font-size: 20px;
}

.u-column2.col-2.woocommerce-Address h3 {
  font-size: 20px;
}

.woocommerce-Address-title {
  position: relative;
}

/*--- Accoutnnt Form ---*/
.woocommerce-MyAccount-content form label {
  display: block;
  width: 100%;
}

.woocommerce-MyAccount-content form input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  border: none;
}

.woocommerce-MyAccount-content fieldset {
  border: none;
  background-color: #dcc6ab;
  margin: 40px 0;
}

.woocommerce-MyAccount-content legend {
  padding: 2px 15px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  BACKGROUND-COLOR: white;
  border: solid 1px #ddc7ab;
}

/*--- Woo Checkout ---*/
#order_review_heading {
  margin-top: 40px;
}

.shop_table.woocommerce-checkout-review-order-table tr {
  border-bottom: solid 1px whitesmoke;
  padding: 20px 0;
  display: block;
  width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table tr:first-child {
  padding: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr:first-child th {
  border: none;
}

.shop_table.woocommerce-checkout-review-order-table td {
  width: 50%;
  font-family: "karla", sans-serif;
  display: block;
}

.wc_payment_method.payment_method_stripe {
  padding: 30px;
  list-style: none;
  background-color: whitesmoke;
  margin: 40px 0;
  font-family: "karla", sans-serif;
}

fieldset#wc-stripe-cc-form {
  margin-top: 20px;
  background-color: white !important;
}

.form-row.place-order {
  font-family: "karla", sans-serif;
}

/*----*/
header.woocommerce-products-header {
  position: relative;
}

.shop_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 10px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -40px;
  position: relative;
  z-index: 200;
}

.shop_side_bar {
  width: 23%;
}

.shop_side_bar_inner {
  padding: 20px 0;
  background-color: white;
  border: solid 1px rgba(164, 167, 147, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
}

#search-field input {
  width: 100%;
  padding: 24px 20px;
  border: none;
  background-color: whitesmoke;
  font-size: 16px;
  background-image: url("assets/images/svg/search.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 20px center;
}

.shop_side_bar_inner ul {
  margin: 0;
  padding: 0;
}

.shop_side_bar_inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.5;
}

.shop_side_bar_inner ul li a,
.shop_side_bar_inner ul li span {
  color: #96938f;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.3px;
  line-height: 36px;
  font-family: "Karla", sans-serif;
  font-weight: 100;
  padding: 0 40px;
  cursor: pointer;
}

.shop_side_bar_inner ul li.current-cat a {
  color: #fff;
}

.shop_side_bar_inner ul li a:hover,
.shop_side_bar_inner ul li span:hover {
  color: #fff;
  background-color: #B78752;
}

.tp_title,
h1.woocommerce-products-header__title {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #B69C7F;
  letter-spacing: 1.8px;
  font-family: "Karla", sans-serif;
  padding-left: 10px;
  margin: 0;
  font-weight: bold;
}

.tp_title {
  margin-top: 80px;
}

/*
.top_picks_featured.slick-slider .slick-track, .top_picks_featured.slick-slider .slick-list { display: -webkit-box; display: -ms-flexbox; display: flex; }
.top_picks_featured:after { width: 150px; height: 3px; background-color: #b69c7f; }
.woocommerce-page ul.products.top_picks_featured { margin: 0; padding: 0; display: block; overflow: hidden; margin-bottom: 45px; padding-bottom: 60px; border-bottom: none; }
.top_picks_featured .slick-arrow { position: absolute; bottom: 0; }
.woocommerce-page ul.products.top_picks_featured .slick-arrow { background-color: transparent; border: none; padding: 0; text-indent: -999999px; width: 30px; position: absolute; bottom: 10px; background-position: center center; background-size: 15px; background-repeat: no-repeat; cursor: pointer; }
.woocommerce-page ul.products.top_picks_featured .slick-arrow:focus { outline: none; }
.woocommerce-page ul.products.top_picks_featured .slick-prev { left: 10px; background-image: url('assets/images/svg/slide-arrow-left.svg'); }
.woocommerce-page ul.products.top_picks_featured .slick-next { left: 60px; background-image: url('assets/images/svg/slide-arrow-right.svg'); }
*/
.prod-id-render {
  display: none;
}

body.admin-bar .prod-id-render {
  display: block;
  opacity: 0.5;
  font-weight: bold;
  font-family: Monaco, Courier, monospace;
  font-size: 12px;
  text-align: right;
  margin-top: 0.5em;
}

.woocommerce-page ul.products {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-page ul.products.top_picks_featured li.product {
  width: 100%;
  float: left;
  margin: 6px;
  margin-bottom: 0;
  margin-top: 0;
  border: solid 1px rgba(164, 167, 147, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
}

.woocommerce-page ul.products:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.woocommerce-page ul.products li.product {
  padding: 15px;
  padding-bottom: 60px;
  position: relative;
  display: block;
  background-color: white;
  margin: 1%;
  list-style: none;
  width: 31%;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(201, 202, 200, 0.41);
  box-shadow: 0px 0px 12px 0px rgba(201, 202, 200, 0.41);
}

.woocommerce-page ul.products li.product.product-type-simple .price {
  margin-bottom: 10px;
  display: block;
}

.woocommerce-page ul.products li.product h2 {
  font-size: 17px;
  line-height: 20px;
  margin: 0px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 0px;
  color: #B69C7F;
  min-height: 40px;
}

.page-id-41135 .woocommerce-page ul.products li.product h2 {
  min-height: 40px;
}

/*.woocommerce-page ul.products li.product h2 { font-size: 17px; line-height: 20px; margin-bottom: 10px; letter-spacing: normal; text-transform: uppercase; text-align: center; padding-top:0px; color: #B69C7F;min-height: 60px; }*/
.woocommerce-page ul.products li.product img {
  border-radius: 100px;
  margin-bottom: 10px;
}

.woocommerce-page ul.products li.product .product_type_simple {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 11px;
  background-color: #B69C7F;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.quant_parent {
  display: block;
  background-color: white;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: inherit !important;
}

.shop_wrap {
  width: 77%;
  padding-left: 20px;
  margin-top: 53px !important;
}

.atc_arch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.atc_arch form.variations_form.cart {
  display: block;
}

.single_variation_wrap,
.woocommerce-variation-add-to-cart,
.atc_arch form.variations_form.cart .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.logged-in .product-type-simple .atc_arch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quantity,
.atc_arch .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

form.cart button,
.woocommerce-variation-add-to-cart button,
.atc_arch button {
  width: 48%;
  font-size: 11px;
  margin-left: 2%;
  background-color: #B69C7F;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

form.cart button:hover,
.woocommerce-variation-add-to-cart button:hover,
.atc_arch button:hover {
  background-color: #a78a6a;
}

.login {
  font-size: 11px;
  background-color: #B69C7F;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  display: block;
  padding: 5px 10px;
  text-align: center;
}

form.cart .quantity input,
.woocommerce-variation-add-to-cart .quantity input,
.atc_arch .quantity input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  background-color: transparent;
  line-height: 12px;
  letter-spacing: 0;
}

form.cart .quantity .plusminusbutton,
.woocommerce-variation-add-to-cart .quantity .plusminusbutton,
.atc_arch .quantity .plusminusbutton {
  width: 50px;
  display: inline-block;
}

form.cart .quantity .input-text,
.woocommerce-variation-add-to-cart .quantity .input-text,
.atc_arch .quantity .input-text {
  width: 50px;
  display: inline-block;
  border: solid 1px #D6D6D6;
  text-align: center;
  font-size: 14px;
  color: #B69C7F;
  font-weight: bold;
}

form.cart .quantity .plusminusbutton.minus,
.woocommerce-variation-add-to-cart .quantity .plusminusbutton.minus,
.atc_arch .quantity .plusminusbutton.minus {
  border-top: solid 1px #D6D6D6;
  border-left: solid 1px #D6D6D6;
  border-bottom: solid 1px #D6D6D6;
  width: 40px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
}

form.cart .quantity .plusminusbutton.plus,
.woocommerce-variation-add-to-cart .quantity .plusminusbutton.plus,
.atc_arch .quantity .plusminusbutton.plus {
  border-top: solid 1px #D6D6D6;
  border-right: solid 1px #D6D6D6;
  border-bottom: solid 1px #D6D6D6;
  width: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 23px;
  cursor: pointer;
}

/*--- Top Filter ---*/
.top_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  margin-bottom: 40px;
  border: solid 1px rgba(164, 167, 147, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
}

.top_filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 20px;
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: solid 1px rgba(164, 167, 147, 0.42);
}

.top_filter ul li {
  list-style: none;
  margin: 0 5px;
  text-transform: uppercase;
}

.top_filter ul li a {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0;
  border-radius: 30px;
  border: solid 1px #D5D5D5;
  color: #D5D5D5;
  display: block;
}

.term-vegan .top_filter ul li a.v,
.term-gluten-free .top_filter ul li a.gf,
.term-dairy-free .top_filter ul li a.df,
.term-nut-free .top_filter ul li a.nf,
.term-paleo .top_filter ul li a.p {
  color: white;
  background-color: #B78752;
  border: solid 1px #B78752;
}

.top_filter ul li a:hover {
  color: white;
  background-color: #B78752;
  border: solid 1px #B78752;
}

.top_filter .two_col {
  width: 100%;
}

.top_filter .two_col .col {
  width: 50%;
  padding: 0 20px;
}

.top_filter .two_col .col:nth-child(1) {
  font-family: "Karla", sans-serif;
}

.top_filter .two_col .col:nth-child(1) form {
  padding-top: 18px;
}

.top_filter .two_col .col:nth-child(1) form select {
  font-size: 16px;
  color: #736F63;
  width: 100%;
  line-height: 16px;
  padding-left: 0;
  padding-right: 25px;
  text-transform: uppercase;
  background-image: url(../../assets/images/svg/drop-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 15px;
  border-bottom: solid 1px #d5d5d5;
  max-width: 300px;
}

.mycart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 20px;
}

.mycart .cart-contents {
  width: 100%;
  text-align: center;
}

.mycart p {
  color: #736F63;
  letter-spacing: 0;
  width: 100%;
}

.mycart span {
  position: relative;
}

.mycart span.cart_number {
  width: 22px;
  height: 22px;
  text-align: center;
  display: block;
  position: absolute;
  background-color: #736f63;
  line-height: 21px;
  font-size: 11px;
  color: white;
  border-radius: 30px;
}

.mycart img {
  max-width: 24px;
  position: relative;
  bottom: -8px;
  margin: 0 10px;
}

.mycart .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.search table,
.search-results table,
.post-type-archive-product table,
.tax-product_cat table,
.search .atc_arch p,
.search-results .atc_arch p,
.post-type-archive-product .atc_arch p,
.tax-product_cat .atc_arch p,
.related.products table {
  display: none;
}

.logged-in .atc_arch form {
  display: block;
}

.logged-in .atc_arch form.variations_form.cart {
  display: block;
}

.atc_arch form {
  display: none;
}

.atc_arch form.variations_form.cart {
  display: none;
}

.prod_cat_drop,
.product-type-variable .price {
  display: none;
}

/*--- Variations ---*/
.single .product-type-variable .price {
  display: block;
}

.product-type-variable .atc_arch .single_variation_wrap .price {
  display: block;
  font-weight: bold;
  color: #B69C7F;
  font-size: 18px;
  letter-spacing: 0;
}

.product-type-variable .atc_arch table.variations label {
  font-size: 10px;
  color: #736F63;
  letter-spacing: 0.5px;
}

.variations,
.atc_arch table.variations {
  width: 100%;
  display: block;
}

.variations tr,
.variations tbody {
  width: 100%;
  display: block;
}

.atc_arch .variations_form tbody,
.atc_arch table.variations tr {
  width: 100%;
  display: block;
}

.reset_variations {
  display: none !important;
}

.variations .label,
.variations .value {
  width: 100%;
  display: block;
}

.single .variations_form .label,
.single .variations_form .value {
  width: 100%;
  display: block;
}

.atc_arch .variations_form .label,
.atc_arch .variations_form .value {
  width: 100%;
  display: block;
}

.variations .single,
.single .variations_form select,
.atc_arch .variations_form select {
  border-bottom: solid 1px #D5D5D5;
  color: #bfbebe;
  cursor: pointer;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  display: block;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 12px;
  padding-left: 0;
  padding-right: 25px;
  text-transform: uppercase;
  background-image: url("assets/images/svg/drop-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 15px;
}

.single .variations_form .woocommerce-variation-price .atc_arch .variations_form .woocommerce-variation-price {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Karla", sans-serif;
}

.atc_arch .variations_form .label {
  display: none;
}

.woocommerce-variation.single_variation {
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-variation-price {
  width: 100%;
  display: block;
}

.single .single_prod_container_inner .single_mi {
  display: none;
}

/*--- Product Meta ---*/
.meta_title {
  letter-spacing: 1.5px;
  font-size: 13px;
  font-family: "futura-pt", sans-serif;
  color: #736F63;
  font-weight: 900;
}

.print_itle {
  letter-spacing: 1.5px;
  font-size: 13px;
  /*padding-top: 15px;  */
  font-family: "Karla", sans-serif;
}

.meta_title.n_info {
  /*padding-bottom: 20px;*/
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #736F63;
}

.print_no {
  background-color: transparent;
  border: solid 1px;
  padding: 5px 43px;
  border-radius: 3px;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Karla", sans-serif;
  line-height: 21px;
  letter-spacing: 1px;
  color: #be9465;
  font-weight: bold;
  display: inline-block;
}

.print_no:hover {
  background-color: #be9465;
  color: white;
}

.single .product_meta {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: dashed 1px #979797;
}

.two_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two_col .col {
  width: 48%;
}

.product_meta {
  font-family: "Karla", sans-serif;
}

.single .product_meta .posted_in a {
  font-size: 12px;
  line-height: 1.6;
  display: block;
  color: #736F63;
}

.single .product_meta .posted_in a:hover {
  color: #9E744E;
}

/* .product_tags { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 30px; }
.product_tags .tagged_as { display: inline-block; }
.product_tags .tagged_as a { display: inline-block; padding: 3px 32px; border: solid 1px #9E744E; border-radius: 3px; text-align: center; font-weight: 600; font-size: 11px; text-transform: uppercase; }
.product_tags .tagged_as a:hover {background-color: #be9465;color: white;} */
.product_tags .tagged_as {
  color: #736F63 !important;
  cursor: inherit;
  font-size: 14px !important;
}

.sku_wrapper span.sku {
  font-size: 12px;
}

/*--- Single Table ---*/
.single_prod_left table {
  font-family: "Karla", sans-serif;
  font-size: auto;
  border-top: solid 1px #F3F3F3;
  border-left: solid 1px #F3F3F3;
  border-right: solid 1px #F3F3F3;
  border-spacing: 0;
  border-radius: 3px;
  width: 100%;
}

.single_prod_left table td {
  font-size: 10px;
  padding: 5px;
  line-height: 1.3;
  border-bottom: solid 1px #F3F3F3;
}

.single_prod_left table tr:nth-child(even) {
  background-color: #FAFAFA;
}

.single_prod_left table p {
  margin: 0;
}

/*--- Breacrumbs ---*/
.single_bc {
  margin: 28px 0;
  padding-left: 10px;
}

.single_bc nav {
  float: none;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.single_bc nav span {
  padding: 0 5px;
}

.single_bc nav a {
  color: #736F63;
}

.single_bc nav a:hover {
  color: #B78752;
}

.single_bc nav span:last-child {
  color: #B78752;
}

/*--- Single Product ---*/
.archive .atc_arch strong:last-child,
.archive .atc_arch table:last-child {
  display: none;
}

.single_prod_container_inner {
  padding: 20px 20px 60px 20px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 7px 8px -6px #ddd;
  position: relative;
}

.single_prod_container_inner .single_prod_left {
  width: 50%;
  padding-right: 30px;
}

.single_prod_container_inner .single_prod_left img {
  border-radius: 300px;
}

.single_prod_container_inner .single_prod_left figure.woocommerce-product-gallery__wrapper {
  margin: 1em 10px;
}

.single_prod_container_inner .summary {
  width: 50%;
  padding-left: 30px;
}

.single_prod_container_inner .summary form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single_prod_container_inner .summary p:last-of-type {
  xxdisplay: none;
}

.single_prod_container_inner .summary h1 {
  font-size: 29px;
  line-height: 35px;
  color: #B69C7F;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 10px;
  letter-spacing: 1.2px;
}

.woocommerce-product-details__short-description {
  margin-top: 25px;
}

.woocommerce-product-details__short-description p {
  font-size: 14px;
  font-family: "Karla", sans-serif;
  line-height: 21px;
  letter-spacing: 0.5px;
}

.single_prod_container_inner .summary table:last-of-type,
.atc_arch table {
  display: none;
}

/*== Nav ==*/
nav.woocommerce-pagination {
  float: none;
  width: 100%;
  text-align: center;
}

nav.woocommerce-pagination li,
nav.woocommerce-pagination a {
  color: #B69C7F;
  padding-bottom: 0;
  padding-top: 0;
}

nav.woocommerce-pagination li span {
  font-size: 18px;
}

nav.woocommerce-pagination li span.current {
  font-weight: bold;
}

nav.woocommerce-pagination a:hover {
  color: #B69C7F;
  border-bottom: solid 1px;
}

/*== Related Products==*/
.related.products {
  background-color: #fff;
  padding: 50px 15px;
}

.related.products ul.products li.product {
  box-shadow: none;
  border-right: 2px dotted #ddd;
}

.related.products h2 {
  font-size: 13px;
  line-height: 1;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #736F63;
  letter-spacing: 1.8px;
  font-family: "Karla", sans-serif;
  padding-left: 10px;
  margin: 0;
  font-weight: bold;
}

.related.products ul.products li:last-child {
  border-right: none;
}

/*=== Cart ===*/
ul#shipping_method {
  margin: 0;
  padding: 0;
}

ul#shipping_method li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 3px;
}

ul#shipping_method li label {
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.back_button {
  background-color: #B78752;
  color: white;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 30px;
  padding-left: 50px;
  border-radius: 4px;
  background-image: url("assets/images/svg/white-back-arrow.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  margin-bottom: 10px;
}

.back_button:hover {
  color: white;
  background-color: #a16e37;
}

.featured_banner.cart {
  min-height: 500px;
}

.featured_banner.cart .new.bg_background {
  min-height: 500px;
}

.woocommerce-cart #main.center {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.woocommerce-cart .scol {
  width: 100%;
  max-width: 100%;
}

.cart_container {
  padding-bottom: 120px;
}

.cart_container .center {
  max-width: 1100px;
  margin-top: -120px;
}

.two_col.cart {
  background-color: white;
  -webkit-box-shadow: -3px 0px 6px 0px rgba(142, 142, 142, 0.2);
  box-shadow: -3px 0px 6px 0px rgba(142, 142, 142, 0.2);
  border: solid 1px rgba(142, 142, 142, 0.2);
  padding: 0 !important;
}

.shop_table thead th {
  border-bottom: solid 1px whitesmoke;
  padding-bottom: 10px;
}

.two_col.cart th,
.two_col.cart td {
  font-family: "karla", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}

.two_col.cart .col:first-child {
  width: 70%;
  padding: 40px 20px;
}

.two_col.cart .col:last-child {
  width: 30%;
  padding: 20px;
  background-color: #F5F6F4;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.cart_totals h2 {
  display: none;
}

.two_col.cart .col table .woocommerce-cart-form__cart-item td {
  padding: 5px 15px;
  padding-left: 0;
  font-size: 13px;
  line-height: 1;
  width: 21%;
}

.two_col.cart .col table .woocommerce-cart-form__cart-item td.product-thumbnail {
  line-height: 0;
  width: 13%;
}

.two_col.cart .col table .woocommerce-cart-form__cart-item td.product-thumbnail a {
  display: block;
}

.two_col.cart .col table .woocommerce-cart-form__cart-item td.product-name {
  line-height: 1;
  width: 33%;
}

.two_col.cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.two_col.cart .quantity input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  background-color: transparent;
  line-height: 12px;
  letter-spacing: 0;
}

.two_col.cart .quantity .plusminusbutton {
  width: 50px;
  display: inline-block;
}

.two_col.cart .quantity .input-text {
  width: 60px;
  display: inline-block;
  border: solid 1px #D6D6D6;
  text-align: center;
  font-size: 14px;
  color: #B69C7F;
  font-weight: bold;
}

.two_col.cart .quantity .plusminusbutton.minus {
  border-top: solid 1px #D6D6D6;
  border-left: solid 1px #D6D6D6;
  border-bottom: solid 1px #D6D6D6;
  width: 40px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  color: #D6D6D6;
}

.two_col.cart .quantity .plusminusbutton.plus {
  border-top: solid 1px #D6D6D6;
  border-right: solid 1px #D6D6D6;
  border-bottom: solid 1px #D6D6D6;
  width: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 23px;
  cursor: pointer;
  color: #D6D6D6;
}

.two_col.cart_coupon {
  padding-top: 20px !important;
  border-top: solid 5px #F8F9F7;
}

.two_col.cart_coupon .col:first-child {
  padding: 0;
}

.two_col.cart_coupon .col:last-child {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}

.two_col.cart_coupon .col:last-child input {
  color: white;
  padding: 5px 30px;
  color: white;
  background-color: #DEDDDA;
  border: solid 1px #DEDDDA;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.two_col.cart_coupon .col .coupon #coupon_code {
  width: 50%;
  padding: 5px 10px;
  border-radius: 4px;
  border: solid 1px #D5D5D5;
}

.two_col.cart_coupon .col .coupon .button {
  width: 35%;
  padding: 5px 10px;
  color: white;
  background-color: #B78752;
  border: solid 1px #B78752;
  border-radius: 4px;
  cursor: pointer;
}

.two_col.cart_coupon .col input {
  font-family: "karla", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/*=== Sub total ===*/
.cart_totals {
  margin-top: 12px;
}

.cart_totals table,
.cart_totals tr,
.cart_totals th {
  width: 100%;
}

.two_col.cart .cart_totals td {
  text-align: right;
}

.cart_totals small {
  display: block;
  font-size: 9px;
  line-height: 1;
  display: none;
}

.cart_totals th,
.cart_totals td {
  border-bottom: solid 1px white;
  padding: 10px 0;
}

.wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 107%;
  height: 45px;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  background-color: #FC7A2C;
  padding: 7px;
  margin-top: 30px;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  line-height: 2.5;
}

.wc-proceed-to-checkout a.checkout-button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 23px 20px;
  border-color: transparent transparent transparent #fc7c2c;
  position: absolute;
  right: -20px;
  top: 0;
}

.card_creds {
  text-align: center;
}

.card_creds img {
  max-width: 50%;
  height: auto;
}

.two_col.cart .cart_totals tbody {
  width: 100%;
  display: block;
}

.two_col.cart .cart_totals .shipping {
  display: block;
  width: 100%;
}

.two_col.cart .shipping-calculator-form {
  padding: 10px 0;
}

.two_col.cart .shipping-calculator-form p {
  margin: 0;
}

.two_col.cart .shipping-calculator-form select {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  margin: 10px 0;
  border: none;
  color: #918f85;
  letter-spacing: 0;
  font-family: "futura-pt", sans-serif;
}

.two_col.cart .shipping-calculator-form input {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  margin: 10px 0;
  border: none;
  color: #918f85;
  letter-spacing: 0;
  font-family: "futura-pt", sans-serif;
  margin: 5px 0;
}

.two_col.cart .shipping-calculator-form select {
  background-repeat: no-repeat;
  background-image: url("assets/images/svg/select-arrow.svg");
  background-size: 15px;
  background-position: right 15px center;
}

.shipping-calculator-form button {
  width: 35%;
  padding: 5px 10px;
  color: white;
  background-color: #B78752;
  border: solid 1px #B78752;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.two_col.cart .cart_totals .shipping th {
  display: block;
  width: 100%;
}

.two_col.cart .cart_totals .shipping td {
  display: block;
  width: 100%;
  text-align: left;
}

.two_col.cart .cart_totals .shipping td select {
  display: block;
}

/*=== Empty Cart ===*/
.empty_cart {
  padding: 40px;
  background-color: white;
  margin: 80px auto;
  text-align: center;
  -webkit-box-shadow: -3px 0px 6px 0px rgba(142, 142, 142, 0.2);
  box-shadow: -3px 0px 6px 0px rgba(142, 142, 142, 0.2);
  border: solid 1px rgba(142, 142, 142, 0.2);
}

.empty_cart .return-to-shop {
  margin: 0;
}

/*=== Woo Notices ===*/
.cart-empty a,
.woocommerce-error a,
.woocommerce-message a {
  color: white;
  border-bottom: solid 1px white;
}

.cart-empty,
.woocommerce-error,
.woocommerce-message {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  padding: 6px 20px;
  background-color: #FC7A2C;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "karla", sans-serif;
}

.cart-empty:first-child {
  margin-bottom: 40px;
}

/*=== Checkout ===*/
.woocommerce-checkout pre {
  white-space: normal;
}

.woocommerce-checkout #main.center {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout .scol {
  width: 100%;
  max-width: 100%;
}

.woocommerce-checkout .featured_banner.cart {
  position: relative;
  top: 0;
  margin-top: -47px;
}

.featured_banner.cart .new.bg_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------- Checkout --------*/
.checkout_container {
  position: relative;
  top: 0;
  margin-top: -127px;
}

.checkout_container .checkout_form_container {
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: -3px 0px 6px 0px rgba(142, 142, 142, 0.2);
  box-shadow: -3px 0px 6px 0px rgba(142, 142, 142, 0.2);
  border: solid 1px rgba(142, 142, 142, 0.2);
  margin-bottom: 40px;
}

.col2-set#customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2-set#customer_details .col-1,
.col2-set#customer_details .col-2 {
  width: 48%;
}

#customer_details label {
  display: block;
  width: 100%;
  font-family: "karla", sans-serif;
}

#customer_details input {
  display: block;
  width: 100%;
  font-family: "karla", sans-serif;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #D5D5D4;
  border-radius: 3px;
  font-family: "karla", sans-serif;
}

#customer_details select,
#customer_details textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #D5D5D4;
  border-radius: 3px;
  font-family: "karla", sans-serif;
}

#customer_details p,
#customer_details strong,
#customer_details li,
#customer_details a {
  font-family: "karla", sans-serif;
}

#customer_details textarea {
  width: 100%;
}

.woocommerce-billing-fields h3 {
  font-size: 18px;
  letter-spacing: 1.5px;
}

h3#ship-to-different-address {
  font-size: 18px;
  letter-spacing: 1.5px;
}

h3#ship-to-different-address label.woocommerce-form__label {
  padding-left: 25px;
}

h3#ship-to-different-address input {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
}

.woocommerce-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  padding: 6px 20px;
  background-color: #FC7A2C;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "karla", sans-serif;
}

.woocommerce-info a.showcoupon {
  display: block;
  color: white;
  text-decoration: underline;
}

.checkout_coupon {
  padding: 20px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout_coupon .form-row-first {
  padding: 0;
}

.checkout_coupon .form-row-last {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}

.checkout_coupon input {
  color: white;
  padding: 5px 30px;
  color: white;
  border: solid 1px #DEDDDA;
  color: #DEDDDA;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.checkout_coupon .form-row-first input {
  padding: 5px 10px;
  border-radius: 4px;
  border: solid 1px #D5D5D5;
}

.checkout_coupon .coupon .button {
  width: 35%;
  padding: 5px 10px;
  color: white;
  background-color: #B78752;
  border: solid 1px #B78752;
  border-radius: 4px;
  cursor: pointer;
}

.checkout_coupon input {
  font-family: "karla", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/*--- Shop table review ---*/
/*--- Payments ---*/
ul.wc_payment_methods.payment_methods {
  margin: 0;
  padding: 0;
}

/*--- Order confirm ---*/
.order_details tr td,
.order_details tr th {
  text-align: left;
  padding: 5px;
}

.woocommerce-checkout #main header {
  background-image: none;
  border: none;
  padding-bottom: 0;
}

.woocommerce-checkout header h2 {
  font-size: 33px !important;
  line-height: 53px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 0;
  display: block;
}

dl.customer_details {
  background-color: transparent;
}

dl.customer_details dt {
  width: auto;
  font-weight: 700;
}

dl.customer_details dd {
  border-bottom: solid 1px whitesmoke;
  width: auto;
  padding-left: 0;
}

ul.order_details {
  margin: 0;
  padding: 0;
  margin: 0;
}

ul.order_details li {
  margin: 0;
  list-style: none;
}

ul.order_details li:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B78752;
  font-size: 12px;
  padding-right: 0.5em;
}

/*--- Thankyou ---*/
.thankyou_checkout h2 {
  color: #B78752;
  font-weight: normal;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
}

.thankyou_checkout header {
  background-color: transparent;
}

.thankyou_checkout header h2 {
  margin: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.col2-set.addresses {
  margin-top: 50px;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #B78752;
}

.col2-set.addresses .col-1 header h3,
.col2-set.addresses .col-2 header h3 {
  color: #B78752;
  font-weight: normal;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
}

.thanks_top {
  text-align: center;
}

.lcol.thanks {
  width: 48%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #B78752;
}

.rcol.thanks {
  width: 48%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.thanks.notice {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.col2-set.addresses header.title h3 {
  font-size: 15px;
  line-height: 15px;
  border-bottom: solid 1px white;
}

.lcol.thanks h3,
.rcol.thanks h3 {
  padding-bottom: 10px;
  border-bottom: solid 1px whitesmoke;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

/*=====*/
@media screen and (max-width: 950px) {

  .featured_banner.cart,
  .featured_banner.small-header {
    min-height: 250px !important;
  }

  .featured_banner.cart .new.bg_background,
  .featured_banner.small-header .new.bg_background {
    min-height: 250px !important;
  }

  .page-template-page-single .new.bg_background,
  .single-post .new.bg_background,
  .tax-recipes_category .new.bg_background,
  .page-template-page-tabbed .new.bg_background,
  .page-template-page-single .featured_banner,
  .single-post .featured_banner,
  .tax-recipes_category .featured_banner,
  .page-template-page-tabbed .featured_banner {
    min-height: 250px !important;
  }

  .product-benefits-template-default .featured_banner,
  .product-benefits-template-default .new.bg_background {
    min-height: 250px !important;
  }

  .featured_banner.inside .featured_content h1,
  .featured_banner.inside .featured_content h2 {
    font-size: 30px;
  }

  body.blog .top_margin .cat_list_heading {
    margin-left: 0px;
  }

  .featured_banner.small-header .featured_content h1 {
    line-height: normal;
  }

  .post_tabs_container {
    margin-top: 20px;
  }

  .old.post.list .blog_item_content_box {
    padding: 15px;
  }

  h5 {
    font-size: 15px;
  }

  .center.single_news {
    margin: 20px 0px;
  }
}

@media screen and (max-width: 850px) {

  /*== Column Width ===*/
  .shop_side_bar {
    width: 25%;
  }

  .shop_wrap {
    width: 75%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*==*/
  .woocommerce-page ul.products li.product {
    width: 48%;
  }

  /*=== Single ===*/
  .single_prod_container_inner .single_prod_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .single_prod_container_inner .summary {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .woocommerce-page ul.products li.product {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .two_col.cart {
    display: block;
    width: 100%;
  }

  .two_col.cart .col.cart:first-child,
  .two_col.cart .col.cart:last-child {
    width: 100%;
  }

  .wc-proceed-to-checkout a.checkout-button {
    width: 94%;
    margin: 25px auto;
  }
}

@media screen and (max-width: 767px) {
  .featured_banner.cart {
    min-height: 200px !important;
  }

  .featured_banner.cart .new.bg_background {
    min-height: 200px !important;
  }

  .shop_wrap {
    margin-top: 10px !important;
  }

  .related.products ul.products li.product {
    border-right: inherit;
  }

  .single .product_meta {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .single_prod_container_inner .summary h1 {
    font-size: 18px;
  }

  .featured_banner.cart,
  .featured_banner.small-header {
    min-height: 200px !important;
  }

  .featured_banner.cart .new.bg_background,
  .featured_banner.small-header .new.bg_background {
    min-height: 200px !important;
  }

  .featured_banner.inside .featured_content {
    padding-top: 85px;
  }

  .featured_banner.inside .featured_content h1,
  .featured_banner.inside .featured_content h2 {
    font-size: 25px;
    line-height: normal;
  }

  .old.post.list {
    margin-top: 20px;
  }

  .center.single_news .tab_post_item_content_box .tab_post_item_excerpt {
    padding: 20px 0px;
  }

  .post_static_item .tab_post_item_content_box,
  .post_style_slide .tab_post_item_content_box {
    padding-bottom: 0px !important;
  }

  h3.top_offset_title,
  .accordion_section .lcol .left_offest_title h3,
  .product_section .lcol h2 {
    font-size: 32px;
  }

  .post-template-default.single.single-post .single_product_benefit .post_static_item.custom_post_cnt {
    padding-top: 0px;
  }

  .benefits-points li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 20px !important;
    height: 50px;
    box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  }

  .top_filter .two_col {
    width: 100%;
    padding: 0 !important;
  }

  .top_filter .two_col .col {
    width: 100%;
  }

  .top_filter .two_col .col:nth-child(1) form select {
    width: 100%;
    max-width: 100%;
  }

  .shop_container .search_bar .dgwt-wcas-no-submit .dgwt-wcas-ico-loupe {
    display: none;
  }

  .shop_side_bar {
    width: 100%;
  }

  .shop_side_bar_inner {
    display: none;
  }

  .prod_cat_drop {
    margin: 10px 0;
    display: block;
  }

  .prod_cat_drop select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Karla", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #b4b2ab;
    border: solid 1px rgba(164, 167, 147, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    background-image: url("assets/images/svg/drop-arrow-select.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
  }

  #search-field input {
    border-radius: 0;
    padding: 10px 20px;
    height: 50px;
    background-color: white;
    border: solid 1px rgba(164, 167, 147, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
    box-shadow: 0px 0px 5px 0px rgba(164, 167, 147, 0.41);
  }

  .shop_wrap {
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.featured_banner.cart {
  min-height: 350px;
}

.featured_banner.cart .new.bg_background {
  min-height: 350px;
}

@media screen and (max-width: 600px) {
  .two_col.cart .col:first-child {
    width: 100%;
  }

  .two_col.cart_coupon .col .coupon {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .two_col.cart_coupon .col .coupon .button {
    width: 49%;
  }

  .two_col.cart_coupon .col:last-child {
    width: 100%;
  }

  .two_col.cart_coupon .col .coupon #coupon_code {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .two_col.cart_coupon .col .coupon #coupon_code {
    width: 100%;
    margin: 10px 0;
  }

  .two_col.cart_coupon .col .coupon .button {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table {
    display: block;
    border: none;
  }

  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }

  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }

  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 8px !important;
  }

  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }

  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
  }

  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }

  .woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
  }

  .woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
  }

  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }

  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }

  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /*Label the data*/
  .woocommerce .quantity,
  .woocommerce #content .quantity {
    margin: 0;
  }

  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    margin: 0;
  }

  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }

  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }

  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding: 20px;
    background-color: white;
  }

  .two_col.cart .cart_totals td {
    background-color: whitesmoke;
    text-align: left;
    padding: 10px;
  }

  .wc-proceed-to-checkout a.checkout-button {
    margin-left: 0;
  }

  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }

  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }

  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td {
    padding-left: 6px !important;
    border: 0 !important;
  }

  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }

  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }

  .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }

  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }

  .woocommerce-page table.shop_table td {
    padding: 0;
  }

  .product-thumbnail {
    display: none !important;
  }

  .woocommerce-page .two_col.cart .col table.shop_table .woocommerce-cart-form__cart-item td {
    width: 100%;
    padding: 10px 20px;
    padding-top: 30px;
  }

  .two_col.cart .col .woocommerce-cart-form__cart-item td.product-name,
  .two_col.cart .col .woocommerce-cart-form__cart-item td.product-price,
  .two_col.cart .col .woocommerce-cart-form__cart-item td.product-quantity,
  .two_col.cart .col .woocommerce-cart-form__cart-item td.product-subtotal,
  .two_col.cart .col .woocommerce-cart-form__cart-item td.product-remove {
    line-height: 1;
    width: 99%;
    padding: 10px;
    padding-top: 40px;
  }

  .two_col.cart .col table .woocommerce-cart-form__cart-item td.product-remove {
    background-color: whitesmoke;
  }

  .product-thumbnail {
    display: none !important;
  }

  .woocommerce-page .two_col.cart .col table.shop_table .woocommerce-cart-form__cart-item td {
    width: 100%;
    padding: 10px 20px;
    padding-top: 30px;
  }
}

/* END Make the WooCommerce Cart Table Responsive  for Mobile */
.search_bar .dgwt-wcas-search-wrapp {
  max-width: 100% !important;
}

.woocommerce-page ul.products li.product .prod_inner .onsale {
  position: absolute;
  left: 7px;
  top: 3px;
  display: none;
}

/*=== typography ===*/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
}

h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 70px;
  text-transform: lowercase;
  letter-spacing: 0.76px;
  line-height: 74px;
}

h2 {
  font-size: 40px;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
}

h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  line-height: 34px;
}

h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
}

h5 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}

h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  line-height: 25px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

p:first-child {
  margin-bottom: 0;
}

body,
textarea,
input {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  color: #736F63;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #736F63;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #B78752;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

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

button {
  cursor: pointer;
}

blockquote {
  font-family: "freight-macro-pro", serif;
  font-style: italic;
  font-weight: 16px;
  letter-spacing: 1px;
  line-height: 33px;
}

.karla_font {
  font-family: "Karla", sans-serif;
}

.sanchez_font {
  font-family: "Sanchez", serif;
}

.futura_pt_normal {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}

.futura_pt_medium {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.futura_pt_heavy {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.freight_macro_pro_medium {
  font-family: "freight-macro-pro", serif;
  font-weight: 500;
}

.brown_text {
  color: #B78752;
}

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

img {
  pointer-events: none;
}

a {
  display: inline-block;
}

/*=== Edit===*/
.edit_link {
  position: fixed;
  margin: 0;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}

.edit_link i {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #8c8b7b;
  color: #ffffff;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.edit_link span {
  background-color: #8c8b7b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.edit_link a {
  color: #000000;
  background-color: transparent !important;
}

.edit_link a:hover i,
.edit_link a:hover span {
  background-color: #b78752;
  color: #ffffff;
}

/*=== Forms ===*/
.contact_form_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_forms h5 {
  font-weight: 300;
  color: #B69C7F;
}

.gform_wrapper {
  margin-top: 20px;
  position: relative;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper .gform_body ul {
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_body ul li {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

.gform_wrapper .gform_body ul li label {
  display: none;
}

.gform_wrapper .gform_body ul li input,
.gform_wrapper .gform_body ul li textarea,
.gform_wrapper .gform_body ul li select {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  /* text-transform: uppercase;*/
}

.gform_wrapper .gform_body ul li.gfield_error input,
.gform_wrapper .gform_body ul li.gfield_error textarea {
  border-left: solid 2px #b69c7f;
}

.gform_wrapper select {
  -webkit-appearance: auto;
  border: 1px solid;
}

.gform_footer {
  position: absolute;
  right: 0;
  /* display: inline-block;
  bottom: 40px;
  right: -6%;
  */
}

.gform_footer input {
  padding: 13px 50px;
  padding-left: 60px;
  padding-right: 40px;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 2px;
  border: none;
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-color: #B69C7F;
  color: #ffffff;
  background-image: url("../../assets/images/svg/plane-white.svg");
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gform_footer input:hover {
  background-color: #FCFCFC;
  color: #B69C7F;
  background-image: url("../../assets/images/svg/plane.svg");
}

#gform_confirmation_wrapper_1 {
  margin-top: 120px;
  background-color: #b78853;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}

/*= Form 3 =*/
#gform_3 .validation_error {
  position: relative;
  top: inherit;
  padding: 15px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.gform_wrapper #gform_3 .gform_body ul li:nth-child(1),
.gform_wrapper #gform_7 .gform_body ul li:nth-child(1) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  border-right: solid 1px rgba(164, 167, 147, 0.3);
}

.gform_wrapper #gform_3 .gform_body ul li:nth-child(2),
.gform_wrapper #gform_7 .gform_body ul li:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  border-left: solid 1px rgba(164, 167, 147, 0.3);
}

.gform_wrapper #gform_3 .gform_body ul li:nth-child(3),
.gform_wrapper #gform_7 .gform_body ul li:nth-child(3) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 2%;
}

.gform_wrapper #gform_3 .gform_body ul li:nth-child(4),
.gform_wrapper #gform_7 .gform_body ul li:nth-child(4) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper #gform_3 .gform_body ul li:nth-child(5),
.gform_wrapper #gform_7 .gform_body ul li:nth-child(5) {
  margin-top: 40px;
}

.gform_wrapper #gform_3 .gform_body ul li:nth-child(6),
.gform_wrapper #gform_7 .gform_body ul li:nth-child(6) {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #B69C7F;
}

/*= Form 4 =*/
.gform_wrapper #gform_4 .gform_body ul li:nth-child(1) {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #B69C7F;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  border-right: solid 1px rgba(164, 167, 147, 0.3);
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(3) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  border-left: solid 1px rgba(164, 167, 147, 0.3);
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(4) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 2%;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(5) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(6) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 2%;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(8) {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #B69C7F;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(7) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(8) {
  margin-top: 50px;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(9) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  border-right: solid 1px rgba(164, 167, 147, 0.3);
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(10) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  border-left: solid 1px rgba(164, 167, 147, 0.3);
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(11) {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 2%;
}

.gform_wrapper #gform_4 .gform_body ul li:nth-child(12) {
  margin-top: 50px;
  margin: 0;
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #B69C7F;
}

/*=== Forms ===*/
.validation_error {
  position: absolute;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  top: -55px;
  width: 100%;
  background-color: #B78752;
  color: #ffffff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.gform_fields {
  margin: 0;
  padding: 0;
}

ul.gform_fields li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.validation_message {
  display: none;
}

/*= Comment Form =*/
.comment_form .lcol {
  width: 33%;
}

.comment_form .rcol .offset_left_title {
  position: absolute;
  top: 40px;
  color: #B78752;
  width: 100%;
  z-index: 1000;
  padding-bottom: 5px;
  border-bottom: solid 1px #B78752;
  margin-left: -88px;
}

.comment_form .gform_wrapper #gform_1 .top_label .gfield_label {
  display: none;
}

.comment_form .gform_wrapper #gform_1 li:first-child {
  margin: 0;
  position: relative;
}

.comment_form .gform_wrapper #gform_1 li:first-child:after {
  content: "";
  height: 1px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: #b4b2ac;
}

.comment_form .gform_wrapper #gform_1 input {
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 15px;
  text-transform: lowercase;
  background-color: white;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.2;
}

.comment_form .gform_wrapper #gform_1 textarea {
  min-height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background-color: #ffffff;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.2;
}

.comment_form .gform_wrapper #gform_1 .gform_footer {
  margin: 0;
  padding: 0;
  text-align: right;
  position: relative;
  left: inherit;
  bottom: inherit;
  right: inherit;
}

.comment_form .gform_wrapper #gform_1 .gform_footer #gform_submit_button_1 {
  position: relative;
  padding: 6px 35px;
  padding-left: 55px;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 2px;
  border: none;
  background-color: #FCFCFC;
  color: #C7B096;
  background-image: url("../../assets/images/svg/plane.svg");
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 17px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
  Description: Styles for Australian Origin Display Component
  Author: Tim Lukian/Tunaheart
  Created: Q1/Q2 2019
*/
.component__product-origin {
  margin-top: 1em;
  font-size: 14px;
  letter-spacing: auto;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
}

.component__product-origin h4 {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 800;
}

.component__product-origin .component-inner {
  flex: 0 1 auto;
  min-height: 56px;
  max-width: 340px;
  margin-top: 13px;
  border: 2px solid #B69C7F;
  border-radius: 6px;
  padding: 6px 14px 6px 6px;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  color: #B69C7F;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.component__product-origin .component-inner.style-t5 {
  width: auto;
  margin-right: auto !important;
  justify-content: flex-start;
  text-align: left;
}

.component__product-origin .component-inner.style-t4,
.component__product-origin .component-inner.style-t3,
.component__product-origin .component-inner.style-t1 {
  justify-content: flex-start;
  text-align: left;
}

.component__product-origin .component-inner .img-wrap {
  position: relative;
  margin-right: 13px;
  flex-grow: 0;
}

.component__product-origin .component-inner .img-wrap .bar {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 1px;
  height: 10px;
  background-color: #CFB9A4;
  border-radius: 2px;
}

.component__product-origin .component-inner img.orig-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  border-radius: 0;
  border: none;
}

.component__product-origin .component-inner img.orig-icon.icon-w-bar {
  height: 48px;
}

/*
  Description: Styles for Mailchimp Popop Form
  Author: Anoop/Neuronweb
  Created: May 17 2019
*/
.form-popup .btn.cancel {
  background: url("../images/component__mailchimp-popup-form/close-icon.png") no-repeat center center;
  border: none;
  color: transparent;
  width: 20px;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  outline: none;
}

.open-button {
  background-color: #e0601e;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 176px;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
  outline: none;
  border: none;
  background-image: url("../images/component__mailchimp-popup-form/mail-icon.png");
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 40px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 95px;
  right: 30px;
  z-index: 9;
  max-width: 790px;
  height: 485px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

.pop-img {
  width: 30%;
  display: inline;
  float: left;
  min-width: 30% !important;
  background: url("../images/component__mailchimp-popup-form/popup_bg.jpg") no-repeat top center;
  height: 100%;
}

.pop-form {
  display: inline;
  width: 70% !important;
  float: right;
}

.pop-form .mc-field-group .required.email {
  height: 45px !important;
}

.mc-field-group {
  padding: 0px !important;
  margin: 0px !important;
}

div.mce_inline_error {
  display: none !important;
}

#mc_embed_signup form {
  padding: 35px !important;
}

.formpop .center-title {
  text-align: left;
}

#mc-embedded-subscribe-form .center-title {
  color: #b68550;
  text-transform: uppercase;
  text-align: left;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}

#mc-embedded-subscribe-form .center-title+p {
  color: #787468;
  line-height: 21px;
  font-weight: normal;
}

#mc_embed_signup .mc-field-group.fname-div,
#mc_embed_signup .mc-field-group.lname-div {
  width: 46%;
  float: left;
  clear: none;
  margin-bottom: 10px !important;
}

#mc_embed_signup .mc-field-group.fname-div {
  margin-right: 21px !important;
}

#mc_embed_signup .mc-field-group input:not([type=checkbox]) {
  padding: 0px 10px;
  height: 54px !important;
  border: solid 1px #e3e3e3;
}

#mc_embed_signup .mc-field-group.input-group ul {
  padding-top: 0px !important;
}

#mc_embed_signup .mc-field-group.input-group ul li label {
  font-size: 12px;
  letter-spacing: 1px;
}

#mc_embed_signup .mc-field-group.lname-div+.mc-field-group {
  margin-bottom: 20px !important;
}

body #mc_embed_signup .button {
  background: #e0601e;
  height: 54px;
  width: 116px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

body #mc_embed_signup .button:hover {
  background: #f2844c;
}

#mc_embed_signup .mc-field-group.input-group ul li input[type=checkbox] {
  display: none;
}

#mc_embed_signup .mc-field-group.input-group ul li label {
  cursor: pointer;
  padding: 0px 0px 5px 31px;
  overflow: hidden;
  background: url("../images/component__mailchimp-popup-form/checkbox-default.png") no-repeat 0px 0px;
  display: inline-block;
  min-height: 25px;
}

#mc_embed_signup .mc-field-group.input-group ul li input[type=checkbox]:checked+label {
  background: url("../images/component__mailchimp-popup-form/checkbox-active.png") no-repeat 0px 0px;
}

#mc_embed_signup .mc-field-group.input-group ul li input[type=checkbox].mce_inline_error+label {
  color: red;
}

.open-button:hover {
  background-color: #c25116;
}

/*# sourceMappingURL=source-styles-all.css.map */