/* 
	 Media Queries
*/
/* 
	 Font sizes
*/
/* 
	 Links
*/
/* 
	 Social media colors
*/
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.l-stacked {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-stacked > li {
  display: block;
}
/* ========================================================================== 

		Functions / Mixins

   ========================================================================== */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 18, 2016 */
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue.otf') format('opentype'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuebook';
  src: url('../fonts/bebasneue_book-webfont.woff2') format('woff2'), url('../fonts/bebasneue_book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/bebasneue_light-webfont.woff2') format('woff2'), url('../fonts/bebasneue_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/bebasneue_thin-webfont.woff2') format('woff2'), url('../fonts/bebasneue_thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'), url('../fonts/helvetica-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica.otf') format('opentype'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.clear {
  clear: both;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  padding: 0;
  font: 400 14px/20px 'BebasNeue', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3e3e3e;
  background: #fff;
  position: relative;
}
body.showMenu #header .navbar {
  top: 0;
  transition-timing-function: ease-in;
  transition: 0.3s;
}
body.scrolled #header .main-logo {
  top: 5px;
  transition-timing-function: ease-in;
  transition: 0.3s;
}
.container {
  padding: 50px 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    padding: 100px;
    margin: 0 auto;
    max-width: 1460px;
    display: block;
    position: relative;
  }
}
a {
  color: #7eaf42;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
  color: #7eaf42;
}
img {
  max-width: 100%;
}
#hero {
  background: url('../images/WOOD-y.jpg') center top;
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  display: inline-block;
  width: 100%;
}
#hero .container {
  text-align: center;
  padding: 25px 25px 50px;
}
@media only screen and (min-width: 768px) {
  #hero .container {
    padding: 80px 50px 100px;
  }
}
@media only screen and (min-width: 1440px) {
  #hero .container {
    padding: 80px 100px 100px;
  }
}
#hero .brand-logo {
  display: block;
  text-align: center;
  margin: 0 auto 25px;
  max-width: 535px;
}
@media only screen and (min-width: 768px) {
  #hero .brand-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 35%;
  }
}
@media only screen and (min-width: 1440px) {
  #hero .brand-logo {
    left: 60px;
  }
}
#hero .main-title h1 {
  margin: 0 0 25px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #hero .main-title {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 25px;
    left: 0;
  }
  #hero .main-title h1 {
    margin: 0;
    overflow: hidden;
  }
  #hero .main-title h1:before,
  #hero .main-title h1:after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 0.5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid;
  }
  #hero .main-title h1:after {
    margin: 0 -55% 0 0.5em;
  }
}
#hero .picture {
  display: block;
}
.buy-it-now {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 160px;
  z-index: 99;
}
@media only screen and (min-width: 1024px) {
  .buy-it-now {
    max-width: 225px;
  }
}
@media only screen and (min-width: 1440px) {
  .buy-it-now {
    max-width: 100%;
  }
}
#header {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
#header .container {
  padding: 0px;
}
#header .container .main-logo {
  width: 55px;
  height: 55px;
  float: left;
  z-index: 999;
  position: absolute;
  top: -60px;
  left: 30px;
  transition-timing-function: ease-in;
  transition: 0.3s;
}
#header .container .navbar {
  padding: 5px 0px 5px 90px;
  margin: 0;
  width: 100%;
  top: -65px;
  background: #fff;
  border-radius: 0px;
  border: none;
  transition-timing-function: ease-in;
  transition: 0.3s;
}
#header .container .navbar .navbar-nav {
  margin: 0;
  text-align: center;
  float: none;
}
#header .container .navbar .navbar-nav li {
  display: inline-block;
  text-align: center;
  float: none;
}
#header .container .navbar .navbar-nav li a {
  padding: 10px 2px;
  font: 700 18px/34px 'BebasNeue', helvetica, sans-serif;
  color: #3e3e3e;
  text-transform: uppercase;
  color: #626262;
  text-align: center;
  display: inline-block;
}
#header .container .navbar .navbar-nav li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
#header .container .navbar .navbar-nav li a:hover,
#header .container .navbar .navbar-nav li a:focus {
  background: none;
}
#header .container .navbar .navbar-nav li a.active {
  font-weight: 400;
  font-family: 'bebas_neuebook', helvetica, sans-serif;
}
#header .container .navbar .navbar-nav li a.active::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 480px) {
  #header .container .navbar .navbar-nav li a {
    padding: 10px;
    font: 700 24px/34px 'BebasNeue', helvetica, sans-serif;
  }
}
@media only screen and (min-width: 768px) {
  #header .container .main-logo {
    width: 100px;
    top: -110px;
  }
  #header .container .navbar {
    padding-left: 130px;
  }
  #header .container .navbar .navbar-nav li a {
    padding: 10px 32px;
    font: 700 30px/34px 'BebasNeue', helvetica, sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  #header .container .main-logo {
    width: 160px;
    top: -170px;
  }
  #header .container .navbar {
    top: -115px;
    padding-left: 230px;
  }
  #header .container .navbar .navbar-nav li a {
    padding: 15px 32px;
    font: 700 45px/50px 'BebasNeue', helvetica, sans-serif;
  }
}
@media only screen and (min-width: 1440px) {
  #header .container {
    max-width: 1600px;
  }
  #header .container .navbar {
    padding-left: 0;
  }
}
#video {
  display: inline-block;
  width: 100%;
}
@media (max-width: 480px) {
  #video .container {
    padding: 50px 15px;
  }
}
#video .youtube-video {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
#video .overlay-video {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#video .overlay-video .overlay-content {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 276px;
  max-height: 145px;
  width: 95%;
  height: 100%;
  text-align: center;
}
#video .overlay-video .overlay-content a.play {
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 3px solid #3e3e3e;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
#video .overlay-video .overlay-content a.play:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.6);
}
#video .overlay-video .overlay-content a.play:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 20px;
  border-color: transparent transparent transparent #92cb3d;
}
#video .overlay-video .overlay-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 0;
  color: #535353;
}
#video .overlay-video .overlay-content h2:before,
#video .overlay-video .overlay-content h2:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 2px solid;
}
#video .overlay-video .overlay-content h2:after {
  margin: 0 -55% 0 0.5em;
}
#video .overlay-video .overlay-content span {
  display: block;
  text-align: center;
  color: #414040;
  text-transform: uppercase;
  font-family: 'bebas_neuebook', helvetica, sans-serif;
  font-size: 24px;
}
@media only screen and (min-width: 480px) {
  #video .overlay-video .overlay-content {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 320px;
    max-height: 170px;
  }
  #video .overlay-video .overlay-content a.play {
    margin-bottom: 25px;
  }
  #video .overlay-video .overlay-content span {
    font-size: 28px;
  }
  #video .overlay-video .overlay-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #video .overlay-video .overlay-content {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 470px;
    max-height: 310px;
  }
  #video .overlay-video .overlay-content a.play {
    margin-bottom: 40px;
    width: 170px;
    height: 170px;
    border: 5px solid #3e3e3e;
  }
  #video .overlay-video .overlay-content a.play:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47.5px 0 47.5px 45px;
    border-color: transparent transparent transparent #92cb3d;
    left: 65px;
    top: 33px;
  }
  #video .overlay-video .overlay-content span {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 35px;
  }
  #video .overlay-video .overlay-content h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
#video .container {
  padding-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  #video .container {
    padding-bottom: 50px;
  }
}
.presentation .container {
  padding: 50px 0;
}
.presentation .container .row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
.presentation .container .row > div {
  padding: 0;
  position: static;
}
.presentation .container .row > div .image {
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 140px 30px 50px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .presentation .container .row > div .image {
    padding: 170px 40px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .presentation .container .row > div .image {
    background: none!important;
    padding: 50px 20px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .presentation .container .row > div .image {
    padding-top: 0;
  }
}
.presentation .container .row > div .title {
  position: absolute;
  top: 20px;
  width: 50%;
  display: block;
  border-bottom: 10px solid #7eaf42;
  color: #7eaf42;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  -webkit-transform: translateY(-170px);
  transform: translateY(-170px);
  transition: all .4s;
  transition-delay: .4s;
}
@media only screen and (min-width: 480px) {
  .presentation .container .row > div .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .presentation .container .row > div .title {
    position: static;
    width: 90%;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
.presentation .container .row > div .description {
  padding: 40px 40px 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  transition: all 0.7s;
  transition-delay: 0.5s;
}
.presentation .container .row > div .description p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
}
.presentation .container .row > div .description ul {
  margin: 0;
  padding: 0 0 0 17px;
}
.presentation .container .row > div .description ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.presentation .container .row > div .description ul li span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  text-transform: initial;
  margin-left: -17px;
  margin-top: 5px;
  letter-spacing: 0px;
}
.presentation .container .row > div .description ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .presentation .container .row > div .description p {
    font-size: 28px;
    line-height: 40px;
  }
  .presentation .container .row > div .description ul li {
    font-size: 24px;
    line-height: 34px;
  }
  .presentation .container .row > div .description ul li span {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .presentation .container .row > div .description p {
    font-size: 20px;
    line-height: 28px;
  }
  .presentation .container .row > div .description ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .presentation .container .row > div .description ul li span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .presentation .container .row > div .description {
    padding: 40px 50px;
  }
  .presentation .container .row > div .description p {
    font-size: 24px;
    line-height: 34px;
  }
  .presentation .container .row > div .description ul {
    padding-left: 40px;
  }
  .presentation .container .row > div .description ul li {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
  }
  .presentation .container .row > div .description ul li span {
    margin-left: 0;
    font-size: 18px;
    line-height: 26px;
  }
}
.presentation.odd .row > div .image {
  background-position: center right;
}
.presentation.odd .row > div .title {
  right: 0;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .presentation.odd .row > div .title {
    margin-left: 50px;
  }
}
.presentation.even .row > div .title {
  left: 0;
  text-align: right;
  padding-right: 10px;
}
.presentation.even .row > div:first-child {
  float: right;
}
@media only screen and (min-width: 768px) {
  .presentation .container .row {
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  .presentation.odd .row {
    background-position: center right;
  }
}
.presentation#whip-blend .title {
  min-width: 320px;
}
@media only screen and (min-width: 480px) {
  .presentation#whip-blend .title {
    min-width: 470px;
  }
}
.presentation.transformation .container .row > div .title {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all .4s;
  transition-delay: .4s;
}
.presentation.transformation .container .row > div .description {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.7s;
  transition-delay: .5s;
}
#prep .image {
  background-image: url('../images/prep-bg.jpg');
}
#chop .image {
  background-image: url('../images/chop-bg.jpg');
}
#spin .image {
  background-image: url('../images/spin-bg.jpg');
}
#whip-blend .image {
  background-image: url('../images/whip_overlay.jpg');
}
@media only screen and (min-width: 768px) {
  #prep .row {
    background-image: url('../images/prep-bg.jpg');
  }
  #chop .row {
    background-image: url('../images/chop-bg.jpg');
  }
  #spin .row {
    background-image: url('../images/spin-bg.jpg');
  }
  #whip-blend .row {
    background-image: url('../images/whip_overlay.jpg');
  }
}
.caution .container {
  padding-top: 50px;
}
.caution .caution-container {
  max-width: 1000px;
  margin: 0 auto;
  border: 4px solid #a6d455;
  padding: 50px 30px;
  position: relative;
}
.caution .caution-container:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  border: 4px dashed #a6d455;
}
.caution .caution-container .caution-content {
  max-width: 725px;
  margin: 0 auto;
}
.caution .caution-container .caution-content h3 {
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #7a7b7f;
  font-weight: 700;
}
.caution .caution-container .caution-content p {
  margin: 0;
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #7a7b7f;
}
@media only screen and (min-width: 480px) {
  .caution .caution-container {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .caution .caution-container {
    padding: 70px;
  }
}
#footer {
  margin-top: 30px;
}
#footer .footer-top {
  background: #76ae23;
}
#footer .footer-top .container {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

#footer .footer-top .socials {
  float: left;
  width: 20%;
}

#footer .footer-top .socials ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .footer-top .socials ul li {
  display: inline-block;
  color: #7eaf42;
  margin-right: 10px;
}
#footer .footer-top .socials ul li:last-child {
  margin-right: 0;
}
#footer .footer-top .socials ul li a {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
#footer .footer-top .socials ul li a i {
  color: #7eaf42;
  font-size: 40px;
  line-height: 68px;
}
#footer .footer-top .socials ul li a.facebook:hover i {
  color: #3b5998;
}
#footer .footer-top .socials ul li a.twitter:hover i {
  color: #00acee;
}

#footer .footer-top .care-instructions {
  height: 50px;
  background-color: #fff;
  width: 20%;
  float: right;
  margin-top: 10px;
  text-align: center;
}

#footer .footer-top .care-instructions-wrapper {
  margin: 4px;
  border: 2px solid #76ae23;
  background-color: #fff;
}

#footer .footer-top .care-instructions-box {
  padding-top: 9px;
  height: 36px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  font-size: 18px;
}


#footer .footer-top .care-instructions-box a {
  color: #626262;
}


@media only screen and (min-width: 768px) {
  #footer .footer-top .socials ul li {
    margin-right: 25px;
  }

}
@media only screen and (min-width: 1024px) {
  #footer .footer-top .socials ul li {
    margin-right: 45px;
  }
  #footer .footer-top .socials ul li a {
    width: 75px;
    height: 75px;
  }
  #footer .footer-top .socials ul li a i {
    line-height: 78px;
    font-size: 45px;
  }
  
  #footer .footer-top .care-instructions {
    height: 50px;
  }
  #footer .footer-top .care-instructions-box {
    height: 36px;
  }  
    
}

@media (max-width: 1199px) and (min-width: 992px) {
  #footer .footer-top .care-instructions {
    height: 66px;
  }
  #footer .footer-top .care-instructions-box {
    height: 54px;
  }
}

#footer .footer-top .footer-logo {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 263px;
  height: 263px;
}
@media (max-width: 520px) {
  #footer .footer-top .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .footer-top .socials ul li a {
    width: 30px;
    height: 30px;
  }
  #footer .footer-top .socials ul li a i {
    font-size: 20px;
    line-height: 32px;
  }
  #footer .footer-top .footer-logo {
    top: -15px;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  #footer .footer-top .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .footer-top .footer-logo {
    top: -22px;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#footer .footer-middle .container {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 520px) {
  #footer .footer-middle .container {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
#footer .footer-bottom {
  background: #7a7b7f;
}
#footer .footer-bottom .container {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .footer-bottom p {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'bebas_neuebook', helvetica, sans-serif;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #footer {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  section#prep .container,
  section#chop .container,
  section#spin .container,
  section#whip-blend .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  section#prep .container,
  section#chop .container,
  section#spin .container,
  section#whip-blend .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
