/*
Theme Name: Vaalia 2
Theme URI: https://charger.agency
Author: Charger Agency
Description: custom theme for vaalia
Version: 1.0 
Text Domain: vaalia
*/
@font-face {
  font-family: "GothamRounded";
  src: url("fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("fonts/GothamRounded-Book.otf") format("opentype"), url("fonts/GothamRounded-Book.woff") format("woff"), url("fonts/GothamRounded-Book.ttf") format("truetype"), url("fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded";
  src: url("fonts/GothamRounded-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamRounded-BookItalic.otf") format("opentype"), url("fonts/GothamRounded-BookItalic.woff") format("woff"), url("fonts/GothamRounded-BookItalic.ttf") format("truetype"), url("fonts/GothamRounded-BookItalic.svg#GothamRounded-BookItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GothamRounded";
  src: url("fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamRounded-Medium.otf") format("opentype"), url("fonts/GothamRounded-Medium.woff") format("woff"), url("fonts/GothamRounded-Medium.ttf") format("truetype"), url("fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded";
  src: url("fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GothamRounded-Light.otf") format("opentype"), url("fonts/GothamRounded-Light.woff") format("woff"), url("fonts/GothamRounded-Light.ttf") format("truetype"), url("fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: 500;
  color: #279f00;
}

ul li,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}

ul {
  padding-left: 18px;
}
ul li {
  margin-bottom: 0;
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

.btn, .button {
  width: 253px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #279f00;
  background-color: #279f00;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
}
.btn.btn-outline, .button.btn-outline {
  background: none;
  color: inherit;
}
.btn.btn-outline:hover, .btn.btn-outline:active, .button.btn-outline:hover, .button.btn-outline:active {
  color: #fff !important;
  background-color: #279f00;
}

.social-links {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 18px 0 !important;
}
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  display: block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 24px;
  height: 24px;
}
.social-links li a.li {
  background: url("images/linkedin.svg") no-repeat center;
  background-size: contain;
}
.social-links li a.inst {
  background: url("images/instagram.svg") no-repeat center;
  background-size: contain;
}
.social-links li a.tw {
  background: url("images/twitter.svg") no-repeat center;
  background-size: contain;
}
.social-links li a.fb {
  background: url("images/facebook.svg") no-repeat center;
  background-size: contain;
}

body {
  min-width: 320px;
  color: #000000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "GothamRounded", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* activities page */
  /* recipes list */
  /*
  @media(min-width: 1023px) {
      &.page-id-1782 .generic-header-title {
          display: none;
      }
  }*/
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1290px;
  padding: 0 20px;
}
body main {
  min-height: calc(100vh - 36px - 84px - 238px - 60px);
  padding-top: 136px;
}
body.admin-bar header {
  top: 32px;
}
body header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background: #fff;
  z-index: 996;
  box-sizing: border-box;
  padding: 20px 0;
  transition: box-shadow 400ms ease-in-out;
}
body header.fixed {
  top: 0;
  position: fixed;
  border-bottom: 1px solid #dfdfdf;
}
body header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .logo img {
  height: 91px;
  width: auto;
}
body header #nav .menu ul, body header #nav .sf-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 18px;
}
body header #nav .menu ul:after, body header #nav .sf-menu:after {
  content: "";
  display: block;
  clear: both;
}
body header #nav .menu ul li, body header #nav .sf-menu li {
  float: left;
  margin: 0 17px;
}
body header #nav .menu ul li a, body header #nav .sf-menu li a {
  color: #279f00;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.88px;
  text-transform: uppercase;
  position: relative;
}
body header #nav .menu ul li a:after, body header #nav .sf-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: #279f00;
  left: 50%;
  width: 0;
  bottom: -4px;
  transition: all 200ms ease-in-out;
}
body header #nav .menu ul li a:hover:after, body header #nav .menu ul li a:active:after, body header #nav .sf-menu li a:hover:after, body header #nav .sf-menu li a:active:after {
  left: 0;
  width: 100%;
}
body header .search-block .search-icon {
  display: block;
  width: 38px;
  height: 38px;
  background: url("images/icon-search.png") no-repeat center #f7f7f7;
  border-radius: 50%;
}
body header .header-social:after {
  content: "";
  display: block;
  clear: both;
}
body header .header-social .social-link {
  float: left;
  margin-left: 15px;
}
body header .header-social .social-link img {
  width: auto;
  height: 35px;
}
body header #menu-toggle {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 34px;
  right: 20px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
body header #menu-toggle:not(.active):hover span:before, body header #menu-toggle:not(.active):hover span:after {
  width: 30px;
}
body header #menu-toggle.active span {
  width: 0;
}
body header #menu-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body header #menu-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body header #menu-toggle.active span:before, body header #menu-toggle.active span:after {
  background: #279f00;
  transition-delay: 0s, 0.3s, 0s, 0s;
  -webkit-transition-delay: 0s, 0.3s, 0s, 0s;
}
body header #menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: #279f00;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body header #menu-toggle span:before {
  top: -9px;
  transition-property: top, transform, background-color, width;
  -webkit-transition-property: top, transform, background-color, width;
}
body header #menu-toggle span:after {
  bottom: -9px;
  transition-property: bottom, transform, background-color, width;
  -webkit-transition-property: bottom, transform, background-color, width;
}
body header #menu-toggle span:before, body header #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  right: 0;
  background-color: #279f00;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  transition-delay: 0.3s, 0s, 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s, 0s, 0s;
}
body header .fade-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  transition: opacity 400ms ease-in-out;
}
body footer {
  width: 100%;
  background-color: #279f00;
  color: #fff;
  padding: 21px 0 26px;
}
body footer .wrap {
  display: flex;
  max-width: none;
}
body footer .wrap .column-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body footer .wrap .column-center .logo {
  height: 100px;
  width: auto;
  margin-bottom: 25px;
}
body footer .wrap .column-center .footer-menu a {
  margin: 0 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.88px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
body footer .wrap .column-center .footer-menu a:hover {
  border-bottom: 2px solid;
}
body footer .wrap .column-center .footer-social {
  margin-top: 25px;
}
body footer .wrap .column-center .footer-social:after {
  content: "";
  display: block;
  clear: both;
}
body footer .wrap .column-center .footer-social .social-link {
  float: left;
  margin: 0 10px;
}
body footer .wrap .column-center .footer-social .social-link img {
  width: auto;
  height: 40px;
}
body footer .wrap .column-center .copyright {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin: 26px 0 0;
}
body .welcome-block {
  margin: 40px 0;
  text-align: center;
}
body .welcome-block .text-hold {
  max-width: 860px;
  margin: 0 auto;
}
body .welcome-block h1 {
  color: #279f00;
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  margin: 0 0 20px;
}
body .welcome-block p {
  color: #040404;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 33px;
}
body .welcome-block p a {
  color: #279f00;
  text-decoration: none;
  font-weight: 500;
}
body .popular-products-block {
  padding: 30px 0 32px;
}
body .popular-products-block .row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
body .popular-products-block .row h3 {
  color: #279f00;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding-right: 10px;
}
body .popular-products-block .row .product-link {
  padding: 0 10px;
  width: 16.6%;
  box-sizing: border-box;
}
body .popular-products-block .row .product-link:last-of-type {
  padding-right: 0;
}
body .popular-products-block .row .product-link figure {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
body .popular-products-block .row .product-link figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  transition: all 300ms ease-in-out;
}
body .popular-products-block .row .product-link figure img.loaded {
  margin-bottom: 0;
}
body .popular-products-block .row .product-link figure img:hover {
  transform: rotate(4.5deg) translate(3.5%, -10%) scale(1.07);
}
body .home-tiles-block {
  padding: 30px 0 114px;
}
body .home-tiles-block .tiles-hold {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
body .home-tiles-block .tiles-hold .tile {
  width: 50%;
  box-sizing: border-box;
  padding: 11px;
}
body .home-tiles-block .tiles-hold .tile a {
  border: 1px solid #979797;
  display: block;
}
body .instagram-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .instagram-block h2 {
  text-align: center;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 1.88px;
}
body .instagram-block h2 span {
  padding-left: 60px;
  position: relative;
}
body .instagram-block h2 span:before {
  content: "";
  display: block;
  background: url("images/social-instagram-green.png") no-repeat center;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: -5px;
}
body .instagram-block h2 a {
  color: #279f00;
  text-decoration: none;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1.59px;
}
body .instagram-block #sb_instagram {
  margin: 0 -10px;
}
@media (max-width: 640px) {
  body .instagram-block #sb_instagram.sbi_width_resp {
    width: calc(100% + 20px) !important;
  }
}
body .glossary {
  margin: 30px 0 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}
body .catalog-banner {
  position: relative;
}
body .catalog-banner .wrap {
  position: relative;
}
body .catalog-banner .banner-content {
  width: 100%;
  height: 250px;
}
body .catalog-filters {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  body .catalog-filters {
    display: none;
  }
}
body .catalog-filters .hold {
  height: 50px;
  border-radius: 29px;
  border-radius: 15px;
  background-color: #279f00;
  box-sizing: border-box;
  padding: 10px 6px;
}
body .catalog-filters .hold .filter {
  border: none;
  background: none;
  color: #ffffff;
  font-family: "GothamRounded", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px;
  padding: 7px 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 15px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 75px;
  text-align: center;
  transition: all 300ms ease-in-out;
}
body .catalog-filters .hold .filter:hover, body .catalog-filters .hold .filter:active, body .catalog-filters .hold .filter.active {
  background: #fff;
  color: #279f00;
}
body .catalog-content {
  overflow: hidden;
}
body .catalog-content .intro-text {
  margin: 90px auto;
  margin-bottom: 40px;
  /* adjusted */
  max-width: 910px;
  text-align: center;
}
body .catalog-content .intro-text h1 {
  color: #279f00;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 1.7px;
  margin: 0 0 20px;
}
body .catalog-content .intro-text p {
  color: #040404;
  font-size: 20px;
  line-height: 33px;
  margin: 0 0 33px;
}
body .catalog-content .project-wrapper select {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  background: #279f00;
  border-radius: 30px;
  margin: 0 auto 30px;
  border: none;
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-family: "GothamRounded", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 1.15em auto;
}
body .catalog-content .project-wrapper select::-ms-expand {
  display: none;
}
body .catalog-content .products-grid {
  margin: 0 -15px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .catalog-content .products-grid:after {
  content: "";
  display: block;
  clear: both;
}
body .catalog-content .products-grid .columns {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 0 60px;
}
body .catalog-content .products-grid .columns.mix {
  display: none;
}
body .catalog-content .products-grid .columns a {
  text-decoration: none;
  text-align: center;
}
body .catalog-content .products-grid .columns a figure {
  display: flex;
  width: 100%;
  height: 290px;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 12px;
}
body .catalog-content .products-grid .columns a figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  transition: all 300ms ease-in-out;
}
body .catalog-content .products-grid .columns a figure img.loaded {
  margin-bottom: 0;
}
body .catalog-content .products-grid .columns a figure img:hover {
  transform: rotate(4.5deg) translate(3.5%, -10%) scale(1.07);
}
body .catalog-content .products-grid .columns a .product-listing-title {
  color: #49a52c;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}
body .product-banner .banner-content {
  width: 100%;
  height: 250px;
}
body .product-card {
  padding: 50px 0 60px;
}
body .product-card h1 {
  color: #279f00;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 57px;
}
body .product-card .product-card-body {
  display: flex;
  flex-wrap: wrap;
}
body .product-card .product-card-body .column-image {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
body .product-card .product-card-body .column-text {
  width: 50%;
}
body .product-card .product-card-body .column-text .tabs-control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .product-card .product-card-body .column-text .tabs-control a {
  border-radius: 8px;
  border: 1px solid #279f00;
  color: #279f00;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 10px 14px;
  margin: 0 10px;
  width: calc(50% - 20px);
  display: block;
  text-align: center;
  box-sizing: border-box;
}
body .product-card .product-card-body .column-text .tabs-control a.active, body .product-card .product-card-body .column-text .tabs-control a:hover {
  background: #279f00;
  color: #fff;
}
body .product-card .product-card-body .column-text .tabs-content {
  padding: 30px 0;
}
body .product-card .product-card-body .column-text .tabs-content .tab {
  display: none;
}
body .product-card .product-card-body .column-text .tabs-content .tab.active {
  display: block;
}
body .product-card .product-card-body .column-text .tabs-content .tab.description-tab p, body .product-card .product-card-body .column-text .tabs-content .tab.description-tab ul li, body .product-card .product-card-body .column-text .tabs-content .tab.description-tab ol li {
  font-size: 16px;
  line-height: 25px;
}
body .product-card .product-card-body .column-text .tabs-content .tab.description-tab p {
  margin: 0 0 25px;
}
body .product-card .product-card-body .column-text .tabs-content .tab.description-tab .benefits-list h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #279f00;
  font-weight: 500;
  line-height: 1.2;
  margin: 40px 0 20px;
}
body .product-card .product-card-body .column-text .tabs-content .tab.description-tab .benefits-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .product-card .product-card-body .column-text .tabs-content .tab.description-tab .benefits-list ul li {
  padding-left: 42px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
}
body .product-card .product-card-body .column-text .tabs-content .tab.description-tab .benefits-list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /*background: url('images/checkmark.svg') no-repeat center;*/
  background: url("images/leaf_point.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 26px;
}
body .product-card .product-card-body .column-text .tabs-content .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #279f00;
}
body .product-card .product-card-body .column-text .tabs-content .tabs:after {
  content: "";
  display: block;
  clear: both;
}
body .product-card .product-card-body .column-text .tabs-content .tabs li {
  float: left;
  margin-right: 4px;
}
body .product-card .product-card-body .column-text .tabs-content .tabs li a {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  color: #279f00;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 2px solid #279f00;
  border-top: 2px solid #279f00;
  border-right: 2px solid #279f00;
}
body .product-card .product-card-body .column-text .tabs-content .tabs li a.active {
  background-color: #279f00;
  color: #fff;
}
body .product-card .product-card-body .column-text .tabs-content .nutritional-table {
  width: 100%;
  border-spacing: 0 2px;
  margin: 0 0 16px;
}
body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  background: #f4f4f4;
  padding: 7px 7px;
}
body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td:first-child, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th:first-child {
  padding: 7px 22px;
}
body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td.avgqty-font, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th.avgqty-font {
  font-size: 13px;
  line-height: 15px;
}
body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr:nth-child(2n+1) td, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr:nth-child(2n+1) th {
  background: #e9f5e5;
}
body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr:first-child td, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr:first-child th {
  background: none;
}
body .product-card .product-card-body .column-text .tabs-content .recommended-info {
  font-size: 10px;
  line-height: 18px;
}
body .product-card .product-card-body .column-text .tabs-content .recommended-info p {
  font-size: 10px;
  line-height: 18px;
}
body .related-products {
  padding: 0 0 104px;
}
body .related-products h2 {
  color: #279f00;
  font-size: 29px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 1.71px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px;
}
body .related-products .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body .related-products .row .column, body .related-products .row .columns {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  body .related-products .row .column, body .related-products .row .columns {
    width: 100% !important;
  }
}
body .related-products .row .column > .nutritional-sub-heading.thumb, body .related-products .row .columns > .nutritional-sub-heading.thumb {
  display: flex;
  width: 100%;
  height: 290px;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .related-products .row .column > .nutritional-sub-heading.thumb, body .related-products .row .columns > .nutritional-sub-heading.thumb {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body .related-products .row .column > .nutritional-sub-heading.thumb, body .related-products .row .columns > .nutritional-sub-heading.thumb {
    height: 310px;
  }
}
@media (max-width: 640px) {
  body .related-products .row .column > .nutritional-sub-heading.thumb, body .related-products .row .columns > .nutritional-sub-heading.thumb {
    height: 270px;
  }
}
@media (max-width: 520px) {
  body .related-products .row .column > .nutritional-sub-heading.thumb, body .related-products .row .columns > .nutritional-sub-heading.thumb {
    height: 230px;
  }
}
@media (max-width: 479px) {
  body .related-products .row .column > .nutritional-sub-heading.thumb, body .related-products .row .columns > .nutritional-sub-heading.thumb {
    height: auto;
  }
}
body .related-products .row .column h2, body .related-products .row .columns h2 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}
body .related-products .row .column h2 a, body .related-products .row .columns h2 a {
  color: #49a52c;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body .related-products .row .column a, body .related-products .row .columns a {
  color: #49a52c;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body .related-products .row .column a h2, body .related-products .row .columns a h2 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}
body.page-template-template-about h1 {
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 1.88px;
  margin: 62px 0 24px;
}
@media (max-width: 767px) {
  body.page-template-template-about h1 {
    margin-top: 20px;
  }
}
body.page-template-template-about .entry-content {
  margin: 0 auto 135px;
  max-width: 874px;
  text-align: justify;
}
@media (max-width: 1023px) {
  body.page-template-template-about .entry-content {
    max-width: none;
    margin-bottom: 60px;
  }
}
body.page-template-template-about .entry-content p, body.page-template-template-about .entry-content ul li, body.page-template-template-about .entry-content ol li {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  margin: 0 0 27px;
}
body.page-template-template-about .about-side-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 100px 0;
}
@media (max-width: 1023px) {
  body.page-template-template-about .about-side-content {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  body.page-template-template-about .about-side-content {
    flex-direction: column !important;
  }
  body.page-template-template-about .about-side-content .column {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
  body.page-template-template-about .about-side-content .column:last-child {
    margin-bottom: 0;
  }
}
body.page-template-template-about .about-side-content .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-template-about .about-side-content .column:first-child {
  width: 40%;
}
body.page-template-template-about .about-side-content .column:last-child {
  width: 60%;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1023px) {
  body.page-template-template-about .about-side-content .column:last-child {
    padding-left: 40px;
  }
}
body.page-template-template-about .about-side-content.swap {
  flex-direction: row-reverse;
}
body.page-template-template-about .about-side-content.swap .column:last-child {
  padding-right: 100px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  body.page-template-template-about .about-side-content.swap .column:last-child {
    padding-right: 40px;
    padding-left: 0;
  }
}
body.page-template-template-about .about-side-content h2 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 1.88px;
  margin: 0 0 6px;
}
body.page-template-template-about .about-side-content p, body.page-template-template-about .about-side-content ul li, body.page-template-template-about .about-side-content ol li {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  margin: 0 0 27px;
}
body.page-template-template-about .about-side-content .btn {
  display: block;
  width: 365px;
  height: 60px;
  line-height: 58px;
  font-size: 18px;
  border-radius: 12px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  body.page-template-template-about .about-side-content .btn {
    width: 280px;
    height: 50px;
    line-height: 48px;
    font-size: 15px;
  }
}
body.page-template-template-about .about-tiles {
  display: flex;
  margin: 135px -13px 68px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body.page-template-template-about .about-tiles {
    margin: 60px -13px 40px;
  }
}
body.page-template-template-about .about-tiles .tile {
  padding: 0 13px;
  box-sizing: border-box;
  width: 33.33%;
  position: relative;
}
@media (max-width: 767px) {
  body.page-template-template-about .about-tiles .tile {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.page-template-template-about .about-tiles .tile a {
  position: relative;
  display: block;
}
body.page-template-template-about .about-tiles .tile .title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 1.88px;
  color: #fff;
  text-transform: uppercase;
}
body.page-template-template-about .glossary {
  margin: 30px 0 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}
body.page-template-template-generic-page #page {
  padding: 40px 0 0;
}
body.page-template-template-generic-page #page h1 {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 1.88px;
}
@media (max-width: 767px) {
  body.page-template-template-generic-page #page h1 {
    margin-top: 20px;
  }
}
body.page-template-template-generic-page #page .box-wrap {
  margin: 60px auto;
  max-width: 874px;
  text-align: justify;
}
@media (max-width: 767px) {
  body.page-template-template-generic-page #page .box-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body.page-template-template-generic-page #page .entry-content {
  /************************************************
    Images
  ************************************************/
}
body.page-template-template-generic-page #page .entry-content h2 {
  margin: 0 0 20px;
}
body.page-template-template-generic-page #page .entry-content p + h2 {
  margin-top: 45px;
}
body.page-template-template-generic-page #page .entry-content p, body.page-template-template-generic-page #page .entry-content ul li, body.page-template-template-generic-page #page .entry-content ol li {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  margin: 0 0 27px;
}
body.page-template-template-generic-page #page .entry-content p.has-text-align-center {
  text-align: center;
}
body.page-template-template-generic-page #page .entry-content a {
  color: #279f00;
  font-weight: 500;
  text-decoration: none;
}
body.page-template-template-generic-page #page .entry-content a.btn {
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 15px 50px;
  line-height: 22px;
  height: auto;
}
body.page-template-template-generic-page #page .entry-content ul.leafs {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-template-generic-page #page .entry-content ul.leafs li {
  padding-left: 42px;
  position: relative;
  font-size: 19px;
  line-height: 27px;
  margin: 0 0 27px;
}
body.page-template-template-generic-page #page .entry-content ul.leafs li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/leaf_point.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 26px;
}
body.page-template-template-generic-page #page .entry-content sup {
  font-size: 12px;
  text-transform: none !important;
  font-weight: 400 !important;
}
body.page-template-template-generic-page #page .entry-content p.glossary-p {
  margin-top: 66px;
  border-top: 1px solid #000;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
}
body.page-template-template-generic-page #page .entry-content p.glossary-p sup {
  font-size: 12px;
}
body.page-template-template-generic-page #page .entry-content .alignleft {
  float: left;
  margin-right: 30px;
}
@media (max-width: 440px) {
  body.page-template-template-generic-page #page .entry-content .alignleft {
    float: none;
    margin-right: 0;
  }
}
body.page-template-template-generic-page #page .entry-content .alignright {
  float: right;
  margin-left: 30px;
}
@media (max-width: 440px) {
  body.page-template-template-generic-page #page .entry-content .alignright {
    float: none;
    margin-left: 0;
  }
}
body.page-template-template-generic-page #page .entry-content .wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}
@media (max-width: 767px) {
  body.page-template-template-generic-page #page .entry-content .wp-block-image figure {
    max-width: 50%;
  }
}
@media (max-width: 440px) {
  body.page-template-template-generic-page #page .entry-content .wp-block-image figure {
    max-width: none;
    width: 100%;
  }
}
body.page-template-template-generic-page #page .entry-content img.aligncenter,
body.page-template-template-generic-page #page .entry-content .wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}
body.page-template-template-generic-page #page .entry-content img.alignnone,
body.page-template-template-generic-page #page .entry-content .wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}
body.page-template-template-generic-page #page .entry-content img.alignright,
body.page-template-template-generic-page #page .entry-content .wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}
body.page-template-template-generic-page #page .entry-content img.alignleft,
body.page-template-template-generic-page #page .entry-content .wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}
body .contact-page {
  padding: 32px 0 0;
}
body .contact-page h1 {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 1.88px;
}
body .contact-page iframe {
  max-width: 100%;
}
body .contact-page .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body .contact-page .row .columns {
  box-sizing: border-box;
  padding: 0 15px;
}
body .contact-page .row .columns.twelve {
  width: 100%;
}
body .contact-page .row .columns.six {
  width: 50%;
  /*@media(min-width:768px) {
      &:first-of-type {                    
          p {
              height: 100%;
              iframe {
                  height: 100%;                                
              }
          }
      }
  }*/
}
body .contact-page .row .columns.six.generic-left {
  width: 45%;
  padding-top: 52px;
}
body .contact-page .row .columns.six.generic-left h4,
body .contact-page .row .columns.six.generic-left p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.18px;
  line-height: 27px;
  margin: 0 0 27px;
}
body .contact-page .row .columns.six.generic-left h4.address,
body .contact-page .row .columns.six.generic-left p.address {
  margin-bottom: 37px;
}
body .contact-page .row .columns.six.generic-left h4 {
  font-weight: 500;
  margin: 0;
}
body .contact-page .row .columns.six.generic-right {
  width: 55%;
}
body .contact-page .row .columns.six.generic-right .entry-content {
  margin-top: 47px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
}
body .contact-page .row .columns.six.generic-right .entry-content h1 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.65px;
  margin-bottom: 4px;
}
body .contact-page .contact-iframe {
  height: 815px;
}
body .contact-page .body-social {
  margin-top: 13px;
  margin-bottom: 52px;
}
body .contact-page .body-social:after {
  content: "";
  display: block;
  clear: both;
}
body .contact-page .body-social .social-link {
  float: left;
  margin-right: 15px;
}
body .contact-page .body-social .social-link img {
  width: auto;
  height: 40px;
}
body .product-archive h1 {
  text-align: center;
}
body .product-archive .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body .product-archive .row .entry {
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px;
  margin: 0 0 60px;
  text-align: center;
}
body .product-archive .row .entry .entry-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
}
body .product-archive .row .entry a {
  color: #49a52c;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}
body.post-type-archive-recipe .product-archive h1 {
  margin: 30px 0 40px;
}
body.page-template-template-activities .product-archive .row .entry a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
body.page-template-template-activities .product-archive .row .entry .download a.btn {
  font-weight: 500;
  display: block;
  height: 36px;
  width: 130px;
  margin: 0 auto;
  line-height: 34px;
  font-size: 15px;
}
body #paging {
  visibility: hidden;
}
body .recipe-page {
  padding: 60px 20px;
}
body .recipe-page .main-title {
  text-align: center;
  font-weight: 500;
  color: #279f00;
  font-size: 2.5em;
  margin: 0 0 40px;
}
body .recipe-page .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body .recipe-page .row .columns {
  box-sizing: border-box;
  padding: 0 15px;
}
body .recipe-page .row .columns.twelve {
  width: 100%;
}
body .recipe-page .row .columns.six {
  width: 50%;
}
body .recipe-page .row .columns.three {
  width: 25%;
}
body .recipe-page .wrapper-image > img {
  margin-bottom: 30px;
}
body .recipe-page .wrapper-image .people > div, body .recipe-page .wrapper-image .minutes > div {
  padding: 9px 5px 5px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 58px;
  border-radius: 15px;
}
body .recipe-page .wrapper-image .people > div .image, body .recipe-page .wrapper-image .minutes > div .image {
  margin-right: 12px;
}
body .recipe-page .wrapper-image .people > div {
  background: #279f00;
}
body .recipe-page .wrapper-image .minutes > div {
  background: #279f00;
}
body .recipe-page .related-product-spacing {
  margin: 60px 0 0;
  text-align: center;
}
body .recipe-page .related-product-spacing .widget {
  padding: 0 20px;
}
body .recipe-page .related-product-spacing .widget > h2 {
  font-size: 30px;
  margin: 0 0 40px;
}
body .recipe-page .related-product-spacing h2 {
  margin: 10px 0 0;
  line-height: 30px;
}
body .recipe-page .related-product-spacing h2 a {
  color: #49a52c;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  text-transform: none;
}
body .mobile-only {
  display: none;
}
body #infscr-loading {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}
body #infscr-loading img {
  margin: 0 auto;
}
body .blog-content {
  padding: 37px 0 143px;
}
body .blog-content h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.88px;
  margin: 0 0 44px;
}
body .blog-content .buttons-hold {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
body .blog-content .buttons-hold .btn {
  font-size: 18px;
  border-radius: 0;
  color: #279f00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  border-width: 2px;
}
body .posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
body .posts-grid.loading {
  position: relative;
}
body .posts-grid.loading:after {
  content: "";
  display: block;
  background: url("images/loading-icon.gif") no-repeat center rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body .posts-grid .post-item {
  width: 33.33%;
  padding: 0 18px;
  box-sizing: border-box;
  margin: 0 0 84px;
}
body .posts-grid .post-item .categories {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #279f00;
  margin: 0 0 15px;
}
body .posts-grid .post-item .hold {
  height: 100%;
}
body .posts-grid .post-item .drop-hold {
  box-shadow: 2px 3px 3px rgba(235, 235, 235, 0.5);
  background-color: #fafafa;
  height: calc(100% - 30px);
}
body .posts-grid .post-item .data-hold {
  padding: 28px 35px 46px;
}
body .posts-grid .post-item .data-hold .title {
  color: #279f00;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  margin: 0 0 34px;
  display: block;
}
body .posts-grid .post-item .data-hold p {
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  margin: 0;
}
body .single-post-content {
  padding: 27px 0 102px;
}
body .single-post-content .wrap {
  max-width: 800px;
}
body .single-post-content h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 70px;
}
body .single-post-content .thumb {
  margin: 0 0 50px;
}
body .single-post-content .thumb img {
  margin: 0 auto;
}
body .single-post-content .content-text p, body .single-post-content .content-text ul li, body .single-post-content .content-text ol li {
  font-size: 19px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
}
body .single-post-content .content-text p {
  margin: 0 0 27px;
}
body .single-post-content .content-text h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
body .single-post-content .content-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .single-post-content .content-text ul li {
  padding-left: 42px;
  position: relative;
  font-size: 19px;
  line-height: 27px;
  margin: 0 0 10px;
}
body .single-post-content .content-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/leaf_point.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 26px;
}
body .single-post-content .prev-next-navigation {
  margin: 82px 0 0;
}
body .single-post-content .prev-next-navigation:after {
  content: "";
  display: block;
  clear: both;
}
body .single-post-content .prev-next-navigation a {
  color: #279f00;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
body .single-post-content .prev-next-navigation a[rel=prev] {
  float: left;
}
body .single-post-content .prev-next-navigation a[rel=next] {
  float: right;
}
body .related-posts {
  padding: 0 0 36px;
}
body .related-posts h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 52px;
}
@media (max-width: 1199px) {
  body .product-card .product-card-body .column-text .tabs-control a {
    font-size: 13px;
  }
}
@media (max-width: 1099px) {
  body header #nav .menu ul li, body header #nav .sf-menu li {
    margin: 0 10px;
  }
  body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  body {
    /*footer .wrap {
        flex-wrap: wrap;
        .column-left,
        .column-center,
        .column-right {
            width: 100%;
            justify-content: center;
        }
        .column-left img {
            max-width: 100px;
            margin-bottom: 20px;
        }
        .column-right .footer-social {
            margin-top: 30px;
            .social-link {
                float: left;
                margin-left: 10px;
                margin-right: 10px;
            }
        }
    }*/
  }
  body header {
    height: 100px;
  }
  body header .logo img {
    height: 60px;
  }
  body header .header-social {
    margin-right: 65px;
  }
  body header #menu-toggle {
    display: block;
  }
  body header #nav {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -320px;
    box-sizing: border-box;
    padding: 40px;
    transition: all 500ms ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
  body header #nav.show {
    right: 0;
  }
  body header #nav .menu ul,
body header #nav .sf-menu {
    margin: 0;
  }
  body header #nav .menu ul li,
body header #nav .sf-menu li {
    float: none;
    margin: 20px 0;
  }
  body main {
    padding-top: 100px;
  }
  body .popular-products-block .row {
    flex-wrap: wrap;
  }
  body .popular-products-block .row h3 {
    width: 100%;
    text-align: center;
  }
  body .popular-products-block .row h3 br {
    display: none;
  }
  body .catalog-banner {
    display: none;
  }
  body .catalog-content .products-grid .columns {
    width: 33.33%;
  }
  body .catalog-content .products-grid .columns a figure {
    height: 230px;
  }
  body .catalog-content .intro-text {
    margin-top: 30px;
  }
  body .product-banner {
    display: none;
  }
  body .product-archive .row .entry {
    margin-bottom: 40px;
  }
  body .product-archive .row .entry a {
    font-size: 18px;
    line-height: 24px;
  }
  body .recipe-page {
    padding-top: 30px;
  }
  body .mobile-only {
    display: block;
  }
  body .no-mobile {
    display: none;
  }
  body .posts-grid .post-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .popular-products-block .row h3 {
    margin-bottom: 30px;
  }
  body .popular-products-block .row .product-link {
    width: 33.33%;
  }
  body .popular-products-block .row .product-link figure {
    height: auto;
    margin: 10px 0;
  }
  body .home-tiles-block .tiles-hold .tile {
    width: 100%;
  }
  body .catalog-content .products-grid .columns {
    width: 50%;
  }
  body .catalog-content .products-grid .columns a figure {
    height: 270px;
  }
  body .product-card .product-card-body .column-image {
    width: 100%;
    padding-right: 0;
  }
  body .product-card .product-card-body .column-text {
    width: 100%;
  }
  body .related-products .row {
    margin: 0 -10px;
  }
  body .related-products .row .column,
body .related-products .row .columns {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  body .related-products .row .column h2,
body .related-products .row .columns h2 {
    line-height: 24px;
  }
  body .related-products .row .column h2 a,
body .related-products .row .columns h2 a {
    font-size: 18px;
    line-height: 24px;
  }
  body .product-archive .row .entry {
    width: 50%;
  }
  body .recipe-page .main-title {
    margin: 0 0 10px;
  }
  body .recipe-page .heading-mobile {
    text-align: center;
  }
  body .recipe-page .row {
    margin: 0 -10px;
  }
  body .recipe-page .row .columns {
    padding: 0 10px;
  }
  body .recipe-page .row .columns.six {
    width: 100%;
  }
  body .recipe-page .row .wrapper-image > img {
    margin-left: auto;
    margin-right: auto;
  }
  body .recipe-page .row .wrapper-image .columns.six {
    width: 50%;
  }
  body .recipe-page .row .columns.three {
    width: 50%;
    margin-bottom: 30px;
  }
  body .recipe-page .related-product-spacing h2 {
    line-height: 24px;
  }
  body .recipe-page .related-product-spacing h2 a {
    font-size: 18px;
    line-height: 24px;
  }
  body .contact-page {
    padding-top: 0;
  }
  body .contact-page .row .columns.six {
    width: 100% !important;
  }
  body .contact-page .row .columns.six.generic-left {
    padding-top: 0;
  }
  body .contact-page .row .columns.six.generic-right .entry-content {
    margin-top: 0;
  }
  body .contact-page .row .columns.six iframe {
    width: 100%;
    margin-bottom: 30px;
  }
  body.page-template-template-generic-page #page {
    padding-top: 0;
  }
  body footer .wrap .column-center .footer-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  body footer .wrap .column-center .footer-menu a {
    margin: 0 0 20px;
  }
  body footer .wrap .column-center .copyright {
    margin: 30px 0 0;
    text-align: center;
  }
}
@media (max-width: 639px) {
  body .blog-content {
    padding: 0 0 60px;
  }
  body .blog-content h1 {
    margin-bottom: 30px;
  }
  body .blog-content .buttons-hold {
    margin-top: 20px;
  }
  body .posts-grid .post-item {
    width: 100%;
    margin: 0 0 45px;
  }
  body .single-post-content {
    padding: 0 0 60px;
  }
  body .single-post-content h1 {
    margin-bottom: 30px;
  }
  body .single-post-content .thumb {
    margin: 0 0 30px;
  }
  body .single-post-content .prev-next-navigation {
    margin: 40px 0 0;
  }
  body .related-posts h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  body .popular-products-block .row .product-link {
    width: 50%;
  }
  body .home-tiles-block {
    padding: 10px 0 30px;
  }
  body .instagram-block:after {
    text-align: center;
    font-size: 20px;
  }
  body .catalog-content .products-grid .columns {
    width: 100%;
  }
  body .catalog-content .products-grid .columns a figure {
    height: auto;
  }
  body .product-card {
    padding-top: 30px;
  }
  body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 3px;
  }
  body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td:first-child, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th:first-child {
    padding: 5px 10px;
  }
  body .product-archive .row {
    margin: 0 -10px;
  }
  body .product-archive .row .entry {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  body .product-archive .row .entry a {
    font-size: 16px;
    line-height: 20px;
  }
  body .instagram-block h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  body .instagram-block h2 span {
    padding-left: 44px;
  }
  body .instagram-block h2 span:before {
    width: 33px;
    height: 33px;
    top: -3px;
  }
  body .instagram-block h2 a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  body footer .wrap .column-center .logo {
    height: 70px;
  }
}
@media (max-width: 374px) {
  body header .header-social {
    margin-right: 55px;
  }
  body header .header-social .social-link {
    margin-left: 10px;
  }
  body header .header-social .social-link img {
    height: 28px;
  }
  body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th {
    font-size: 11px;
    line-height: 14px;
    padding: 4px 3px;
  }
  body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr td:first-child, body .product-card .product-card-body .column-text .tabs-content .nutritional-table tr th:first-child {
    padding: 4px 7px;
  }
}

/*# sourceMappingURL=style.css.map */
