/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Type Font => Header Code
brandon-grotesque
<link rel="stylesheet" href="https://use.typekit.net/szq8yqe.css">    
league-gothic
<link rel="stylesheet" href="https://use.typekit.net/hqo3ofz.css">
*/

/* Global */
/*
a {
  color:#422a17;
}
a:hover {
  color:#422a17;
}
body {
background-color:#FAFAF2;
}
*/
a:hover,
a:focus {
  text-decoration:none;
}
b, strong {
    font-weight: 700;
}
.lead p {
  font-size:18px;
}
.text-lte p,
span.lte {
  font-weight:300;
}
p,
body {
  font-family:"brandon-grotesque";
  font-weight:500;
  letter-spacing: 0.67px;
  line-height: 30px;
  margin-bottom: 1.75rem;
  -webkit-font-smoothing: antialiased;
  /*
  font-family: "Helvetica",Verdana,Arial,sans-serif;
  font-size: 24px;
  color: #422a17;
  */
}
h1 {
  font-size: 80px;
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.64px;
  line-height: 74px;
  /*
  font-family: "Helvetica",Verdana,Arial,sans-serif;
  font-size: 80px;
  color:#422a17;
  */
}
h2 {
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1.34px;
  line-height: 38px;
  text-transform: uppercase;
  /*
  font-family: "Helvetica",Verdana,Arial,sans-serif;
  font-size: 60px;
  color:#422a17;
  */
}
h3 {
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 40px;
  text-transform: uppercase;
  /*
  font-family: "Helvetica",Verdana,Arial,sans-serif;
  font-size: 30px;
  color:#422a17;
  */
}
h4 {
  font-family: "brandon-grotesque";
  font-weight:700;
  letter-spacing: 0.83px;
  line-height: 26px;
  text-transform: uppercase;
  /*
  font-family: "Helvetica",Verdana,Arial,sans-serif;
  font-size: 24px;
  color:#422a17;
  */
}
h5 {
  font-family: "brandon-grotesque";
  font-weight:700;
  letter-spacing: 0.89px;
  line-height: 20px;
  text-transform: uppercase;
  /*
  font-family: "Helvetica",Verdana,Arial,sans-serif;
  font-size: 16px;
  color:#422a17;
  */
}
@media (max-width: 640px) {
  .fl-module-heading h1.fl-heading {
    font-size: 44px;
    letter-spacing: 1.1px;
    line-height: 44px;
  }
  .fl-module-heading h2.fl-heading {
    font-size: 40px;
    letter-spacing: 0.9px;
    line-height: 38px;
  }
  .section-highlight .fl-module-heading h2.fl-heading {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 46px;
  }
  .fl-module-heading h3.fl-heading {
    font-size: 25px;
  }
  .text-s-center .fl-heading {
    text-align:center;
  }
  .fl-module-content p {
    font-size: 16px;
    letter-spacing: 0.67px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .text-s-center .fl-module-content,
  .text-s-center .fl-module-content h1.fl-heading,
  .text-s-center .fl-module-content h2.fl-heading,
  .text-s-center .fl-module-content h3.fl-heading,
  .text-s-center .fl-module-content h4.fl-heading,
  .text-s-center .fl-module-content h5.fl-heading {
    text-align:center;
  }
  .sm-bg-center .fl-col-content {
    background-position:center top;
  }
}

.text-upper,
.text-upper p,
.text-upper h1,
.text-upper h2,
.text-upper h3,
.text-upper h4, 
.text-upper h5 {
  text-transform: uppercase;
}
.text-small .fl-module-content p {
  font-size:15px;
  line-height: 1.5;
}
.fl-module-content .fl-rich-text a {
  text-decoration: underline;
}
.fl-module-content .fl-rich-text a:hover,
.fl-module-content .fl-rich-text a:focus {
  color: #7CA7B4;
}
.prodInfo .fl-rich-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

/* Nav */
.fl-page-nav .navbar-nav, 
.fl-page-nav .navbar-nav a {
  font-family:"brandon-grotesque";
  font-weight:700;
  font-size: 20px;
  color: #422a17;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
button .button-title {
    font-family:"league-gothic", "Arial Black", Arial, sans-serif;
    font-weight:500;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    color: #332b24;
    text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.navbar-toggle.navbar-toggler[aria-expanded="false"] .fa-bars:before {
  content: "\f0c9";
}
.navbar-toggle.navbar-toggler[aria-expanded="true"] .fa-bars:before {
  content: "\f00d";
}
@media (min-width: 992px){
  .fl-page-header-container.container {
    width: 100%;
    max-width: 100%;
    padding: 36px 40px !important;
  }
  .fl-page-header-container.container .fl-page-header-logo-col {
    width:200px;
  }
  .fl-page-header-primary .fl-logo-img {
    width:150px;
  }
  .fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fl-page-nav ul.sub-menu {
    border-top: 3px solid #422a17;
  }
  .fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 15px 20px;
  }
  /* Static Sub-nab */
  .fl-page-nav ul.sub-menu {
    width: 260px;
  }
  .fl-page-nav ul.sub-menu ul.sub-menu {
    position: static;
    display: block;
    opacity: 1 !important;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top:0;
    padding-left:20px;
  }
}
@media only screen and (max-width: 991px) {
  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fl-page-nav-right .fl-page-header-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .fl-page-header-primary .fl-logo-img {
    width:110px;
  }
  .fl-page-header-wrap .container {
    max-width: 100%;
    padding-top: 18px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
    margin-right: 0;
    padding-bottom: 20px !important;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    top: 28px;
    right: 10px;
    font-size: 20px;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li,
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse {
    border:none;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.navbar-nav li a {
    padding: 12px 15px;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.navbar-nav li a:hover,
  .fl-submenu-toggle .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.navbar-nav li a:focus {
    background: url('img/mobile-nav-arrow_brown.png') no-repeat 90% 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .fl-page-nav .navbar-nav>li>a.nav-link {
    padding: 15px 10px;
    font-size: 17px;
  }
}


/* Sticky Nav */
.fl-page-content {
  margin-top: 1px;
}
header.fl-page-header {
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  box-shadow: 0 1px 1px #e3e3e3;
}
header.fl-page-header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  animation: smoothScroll 1s forwards;
}
.fl-page-header-primary.sticky .fl-logo-img {
    width: 100px;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media only screen and (min-width: 992px) {
  header.fl-page-header.sticky .fl-page-header-container.container {
    padding: 12px 40px !important;
  }
}

@media only screen and (max-width: 640px) {
  header.fl-page-header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
  }
  #nav-main.sticky {
    top: 100px;
  }
}

/* Footer */
footer .fl-page-footer {
    display: none;
}
footer#section--footer .fl-menu li a {
 font-family: "brandon-grotesque";
  font-weight: 700;
  font-size: 18px;
  color: #332b24;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}
footer#section--footer .sister-companies p {
  margin:0;
}
footer#section--footer .sister-companies a {
  margin: 0 30px 20px 30px;
  display: inline-block;
}
footer#section--footer .sister-companies img {
  width:100px;
  height:auto;
  margin: 0;
}
footer#section--footer .copyright p {
  font-size:11px;
  margin-bottom:0;
  letter-spacing: .61px;
}
footer#section--footer .copyright  p a {
  color: #422a17;
  text-decoration:none;
}
footer#section--footer .copyright p a:hover,
footer#section--footer .copyright p a:focus {
  color: #422a17;
}
footer#section--footer .fl-menu .menu > li {
  display: inline-block;
  margin: 10px 30px 10px 0;
}
footer#section--footer .fl-menu .menu > li a {
  padding:0;
}
#section--budges .fl-rich-text {
  text-align: center;
}
#section--budges p {
  display:inline-block;
  margin:0;
}
#section--newsletter .lead .fl-module-content p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  text-align: right;
  margin: 0;
}
#section--budges .fl-module-content p {
  text-align: center;
}
@media only screen and (min-width: 1110px) {
  #section--budges .fl-module-content img {
    margin:0 30px;
  }
}
@media only screen and (max-width: 1110px) {
  #section--budges .fl-module-content img {
    margin:0 20px;
  }
}
@media only screen and (max-width: 815px) {
  #section--budges .fl-module-content p {
    display:block;
  }
  #section--budges .fl-module-content p:first-child img {
    margin:0 30px;
  }
  #section--budges .fl-module-content p:nth-child(2) img {
    margin:20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #section--newsletter .lead .fl-module-content p {
    text-align:center;
  }
  footer#section--footer .fl-menu .menu {
    text-align:center;
  }
  footer#section--footer .fl-menu .menu > li {
    margin: 0 15px 40px;
  }
}
@media only screen and (max-width: 640px) {
  #section--budges .fl-module-content img {
    max-height:60px;
    width:auto;
  }
  #section--budges .fl-module-content p:first-child img {
    margin:0 28px;
  }
  #section--budges .fl-module-content p:nth-child(2) img {
    margin:20px 18px 0;
  }
  #section--newsletter .lead p {
    text-align:center;
  }
}
@media only screen and (max-width: 400px) {
  #section--budges .fl-module-content img {
    max-height:46px;
    width:auto;
  }
  #section--budges .fl-module-content p:first-child img {
    margin:0 20px;
  }
  #section--budges .fl-module-content p:nth-child(2) img {
    margin:20px 12px 0;
  }
}

/* global */
.fl-module-button.btn {
  display: block;
}
.btn a.fl-button {
  padding:12px 20px;
  border:3px solid #FDFDFD;
  border-radius: 0;
  color:#FDFDFD;
  font-size:24px;
  font-family: "league-gothic","Arial Black",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
.btn a.fl-button:hover,
.btn a.fl-button:focus {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
.btn.btn-mint a.fl-button,
.btn.btn-mint a.fl-button:visited {
  border:3px solid #7CA7AD;
  color:#7CA7AD;
  background-color:transparent;
}
.btn.btn-mint a.fl-button .fl-button-text {
  color:inherit;
}
.btn.btn-mint a.fl-button:hover,
.btn.btn-mint a.fl-button:focus {
  border:3px solid #7CA7AD;
  color:#FDFDFD;
  background-color:#7CA7AD;
}
.btn.btn-white a.fl-button,
.btn.btn-white a.fl-button:visited {
  border:3px solid #FDFDFD;
  color:#FDFDFD;
  background-color:transparent;
}
.btn.btn-white a.fl-button .fl-button-text {
  color:inherit;
}
.btn.btn-white a.fl-button:hover,
.btn.btn-white a.fl-button:focus {
  border:3px solid #FDFDFD;
  color:#7CA7AD;
  background-color:#FDFDFD;
}
.btn.btn-white.btn-text a.fl-button,
.btn.btn-white.btn-text a.fl-button:visited {  
  font-family:"brandon-grotesque";
  font-weight:700;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.83px;
  text-align: center;
  line-height: 26px;
  border:none;
  border-bottom:2px solid #fff;
  border-radius: 0;
  padding:0;
  padding-bottom:5px;
  padding-right:20px;
  background-color: transparent;
  background:url('img/btn-text-arrow.svg') no-repeat right 7px;
}
.btn.btn-white.btn-text a.fl-button:hover,
.btn.btn-white.btn-text a.fl-button:focus {
  color:#fff;
  border-bottom-color:#fff;
}
.btn.btn-brown.btn-text a.fl-button,
.btn.btn-brown.btn-text a.fl-button:visited {
  font-family:"brandon-grotesque";
  font-weight:700;
  font-size: 20px;
  color: #332B24;
  text-transform: uppercase;
  letter-spacing: 0.83px;
  text-align: center;
  line-height: 26px;
  border:none;
  border-bottom:2px solid #332B24;
  border-radius: 0;
  padding:0;
  padding-bottom:5px;
  padding-right:20px;
  background-color: transparent;
  background:url('img/btn-text-arrow_brown.svg') no-repeat right 7px;
}
.btn.btn-brown.btn-text a.fl-button:hover,
.btn.btn-brown.btn-text a.fl-button:focus {
    color:#332B24;
    border-bottom-color: #332B24;
}
.btn.btn-white.btn-text.btn-sml a.fl-button,
.btn.btn-white.btn-text.btn-sml a.fl-button:visited,
.btn.btn-brown.btn-text.btn-sml a.fl-button,
.btn.btn-brown.btn-text.btn-sml a.fl-button:visited{
  font-size: 16px;
  letter-spacing: 0.66px;
  background-position: right 4px;
}
form .btn {
  font-family:"brandon-grotesque";
  font-weight:700;
  font-size: 20px;
  letter-spacing: 1.11px;
  line-height: 25px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
form .btn:hover,
form .btn:focus {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
form .btn.btn-white {
  padding:12px 20px;
  border:3px solid #FDFDFD;
  color:#FDFDFD;
  background-color:transparent;
}
form .btn.btn-white:hover,
form .btn.btn-white:focus {
  border-color: #fdfdfd;
  color: #7ca7ad;
  background-color: #fdfdfd;
}
.box-shadow .fl-col-content {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}
.box-shadow .fl-col-content .fl-col-content {
  box-shadow: none;
}
.tile .fl-module-content .fl-rich-text p {
  font-size: 18px;
  letter-spacing: .75px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom:15px;
}
.mask {
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.padT-1 {
    padding-top: 1em;
}
.padT-2 {
    padding-top: 2em;
}
.padB-1 {
    padding-bottom: 1em;
}
.padB-2 {
    padding-bottom: 2em;
}

/* pages */
#section--products .item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
}
#section--products .item .caption {
  border-style:solid;
  border-width: 3px;
  padding:10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
}
#section--products .item .caption a, 
#section--products .item .caption a:visited {
    color: inherit;
    text-decoration: none;
}
#section--products .item .img {
  padding:0 10px;
}
#section--products .item img {
  margin-left: auto;
  margin-right: auto;
  height: 350px;
  width: auto;
  transition: transform 1s;
}
#section--products .caption p {
  font-size:18px;
  font-family:"brandon-grotesque";
  font-weight:700;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.12px;
  text-align: center;
  line-height: 34px;
  margin:0;
}
#section--craft .craft-list .fl-module-content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 15px;
}
#section--craft .craft-list .fl-module-content p:not(:last-child) {
  display: flex;
  -ms-flex-align: center!important;
    align-items: center!important;
}
#section--craft .craft-list .fl-module-content p img {
  margin-right:30px;
  margin-bottom: 0;
}
#section--craft .q-float .fl-photo {
  position: absolute;
  left:0;
  bottom:0;
}
#section--product-lists .fl-photo img {
  opacity: 1;
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
#section--product-lists .fl-photo img:hover {
  opacity: .5;
}
#section--store-locator .store-locator form {
  margin: 0;
  display: flex;
  -ms-flex-align: flex-end;
    align-items: flex-end;
  -ms-flex-pack: center!important;
    justify-content: center!important;
}
#section--store-locator .store-locator input.input-text {
  border: none;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  font-family: "brandon-grotesque";
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 18px;
  width: 250px;
  color: #fff;
  padding: 19px 5px 18px;
  text-align: center;
  border-radius: 0;
}
#section--store-locator .store-locator form .input-text {
  margin-right: 1em;
}
#section--store-locator .store-locator form .btn[type=submit] {
  padding: 14px 20px;
  border-radius: 0;
}
#section--store-locator .store-locator form .btn {
  padding: 12px 20px;
  margin: 0;
  min-width: auto;
}
#section--store-locator.clr-white .store-locator input.input-text {
  border-bottom-color: #fdfdfd;
  color: #fdfdfd;
}
#section--store-locator.clr-white .store-locator ::-webkit-input-placeholder {color:#fff; /* Webkit Browsers */}
#section--store-locator.clr-white .store-locator :-moz-placeholder {color:#fff; /* Firefox 18- */}
#section--store-locator.clr-white .store-locator ::-moz-placeholder {color:#fff; /* Firefox 19+ */}
#section--store-locator.clr-white .store-locator :-ms-input-placeholder {color:#fff; /* IE10 */}
#section--store-locator.clr-white .store-locator .btn.btn-white,
#section--store-locator.clr-white .store-locator .btn.btn-white:visited {
  border:3px solid #fdfdfd;
  color:#fdfdfd;
  background-color:transparent;
}
#section--store-locator.clr-white .store-locator .btn.btn-white:hover,
#section--store-locator.clr-white .store-locator .btn.btn-white:focus {
  border-color:#fdfdfd;
  color:#7ca7ad;
  background-color:#fdfdfd;
}

#section--store-locator.clr-brown .store-locator input.input-text {
  border-bottom-color: #332B24;
  color: #332B24;
}
#section--store-locator.clr-brown .store-locator ::-webkit-input-placeholder {color:#332B24; /* Webkit Browsers */}
#section--store-locator.clr-brown .store-locator :-moz-placeholder {color:#332B24; /* Firefox 18- */}
#section--store-locator.clr-brown .store-locator ::-moz-placeholder {color:#332B24; /* Firefox 19+ */}
#section--store-locator.clr-brown .store-locator :-ms-input-placeholder {color:#332B24; /* IE10 */}
#section--store-locator.clr-brown .store-locator .btn.btn-white,
#section--store-locator.clr-brown .store-locator .btn.btn-white:visited {
  border:3px solid #332B24;
  color:#332B24;
  background-color:transparent;
}
#section--store-locator.clr-brown .store-locator .btn.btn-white:hover,
#section--store-locator.clr-brown .store-locator .btn.btn-white:focus {
  border-color:#332B24;
  color:#fff;
  background-color:#332B24;
}
#section--product-hero h2.fl-heading {
  margin-top: -37px !important;
}
#section--product-hero h3.fl-heading {
  font-family: "brandon-grotesque";
  font-weight: 500;
  font-style: italic;
  line-height: 40px;
  text-transform: none;
}
#section--product-hero p {
    font-size: 20px;
    font-weight: 400;
}
#section--product-hero .btn a.fl-button {
  padding: 8px 20px;
}
#section--product-hero .hero--content .fl-col-content {
  position: relative;
}
#section--product-hero .hero--content .fl-module.fl-module-button {
  position: absolute;
    width: 100%;
    bottom: -36px;
}
#section--gallery .fl-photo .fl-photo-content,
#section--gallery .fl-photo .fl-photo-content img {
    width: 100%;
}

@media only screen and (min-width: 640px) {
  #section--products .item {
    padding-bottom: 100px;
  }
  #section--products .item:hover img {
    transform: translate(0px, -30px);
  }
  #section--products .item .caption {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    opacity:0;
    transition-duration: 1s;
    width:80%;
  }
  #section--products .item:hover .caption {
    opacity:1;
  }
  #section--products .arrow_box {
	background: #fefaf7;
  }
  #section--products .arrow_box:after, .arrow_box:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
  }
  #section--products .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fefaf7;
      border-width: 20px;
      margin-left: -20px;
  }
  #section--products .arrow_box:before {
      border-color: rgba(193, 2, 48, 0);
      border-bottom-color: inherit;
      border-width: 24px;
      margin-left: -24px;
  }
}
@media only screen and (min-width: 1300px) {
  #section--our-story .lg-pad .fl-col-content {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #section--product-lists .fl-col-group.fl-col-group-custom-width {
    
  }
  #section--product-lists .fl-col-group.fl-col-group-custom-width:after {
    clear: none;/* force mobile to have two column */
  }
}
@media only screen and (max-width: 640px) {
  .lg-only {
    display: none;
  }
  .fl-row.border-box {
    position:relative;
  }
  .fl-row.border-box::before {
    border: 4px solid #332b24;
    margin: 3%;
    position: absolute;
    height: 96%;
    width: 94%;
    z-index: 10;
    display: inline-block;
  }
  #section--products.pad-R {
    padding: 3% 0;
    position: relative;
  }
  #section--products .slick-well {
    padding:2rem 0 4rem 0;
  }
  #section--craft .craft-list .fl-module-content p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
  }
  #section--craft .craft-list .fl-module-content p {
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  #section--hero-heading .off-set-heading .fl-module-content {
      margin-top:-42px;
  }
  #section--store-locator .off-set-heading .fl-module-content {
      margin-top:-20px;
  }
  #section--hero.our-story .fl-row-content-wrap {
    height:260px;
  }
  #section--our-story.border-box .full-bg-img {
    height:280px;
  }
  #section--our-story.border-box .full-bg-img .fl-col-content {
    background-position: center -20px;
  }
  #section--cta.border-box .full-bg-img {
    height:288px;
  }
  #section--cta.border-box .full-bg-img .fl-col-content {
    background-position: center center;
  }
}
@media only screen and (max-width: 440px) {
  #section--store-locator .store-locator form .input-text {
    margin-left: auto;
    margin-right: auto;
  }
  #section--store-locator .store-locator form .btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #section--store-locator .store-locator {
    position: relative;
    padding-top: 70px;
  }
  #section--store-locator .store-locator form {
    position: absolute;
    top: 2px;
    width: 100%;
    flex-direction: column;
  }
}

/* custom module */
.b-corp h2.fl-heading {
  background-repeat: no-repeat;
  background-position: left 6px;
  background-image:url(img/b-corp.svg);
  padding-left: 115px !important;
}
.b-corp_brown {
  text-align: center;
}
.b-corp_brown h2.fl-heading {
  background-repeat: no-repeat;
  background-position: left 4px;
  background-image:url(img/b-corp_brown.png);
  padding-left: 55px !important;
  display: inline-block;
  text-align: left;
}


/* Blog/Press Articles */
#section--pagination .fl-rich-text p,
#section--article-detail #section--pagination p {
  font-size:18px;
}
#section--pagination .fl-rich-text a,
#section--article-detail #section--pagination a {
  color:#5A471C;
  text-decoration: none;
}
#section--pagination .fl-rich-text a:hover,
#section--pagination .fl-rich-text a:focus,
#section--article-detail #section--pagination a:hover,
#section--article-detail #section--pagination a:focus {
  color:#7CA7AD;
}
#section--post-listing .fl-post-grid-image {
  border-bottom:10px solid #7CA7AD;
  height:240px;
  overflow:hidden;
}
#section--post-listing .fl-post-grid-image img {
  height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
#section--post-listing h2.fl-post-grid-title,
#section--article-detail h2.fl-post-feed-title {
  font-family:"brandon-grotesque";
  font-weight:500;
  font-size:20px;
  letter-spacing: 2px;
  line-height:1.5;
  margin-top:20px;
  text-transform: none;
}
#section--article-detail .fl-post-feed-post h2 a {
  color:#5f452a;
}
#section--post-listing .fl-post-column:hover h2 a,
#section--post-listing .fl-post-column:focus h2 a,
#section--article-detail .fl-post-feed-post:hover h2 a,
#section--article-detail .fl-post-feed-post:focus h2 a {
  color:#7CA7AD;
}
#section--post-listing .fl-builder-pagination-load-more a.fl-button {
  border:none;
}
#section--post-listing .fl-builder-module-template {
  padding: 0;
}
#section--post-listing .fl-post-column {
  float:left;
}
#section--article-detail p,
#section--article-detail li {
  font-family:"brandon-grotesque";
  font-weight:500;
  font-size:20px;
  line-height: 1.75;
}
#section--article-detail ul,
#section--article-detail ol {
  padding-left: 20px;
}
#post--article a {
  text-decoration: underline
}
#post--article a,
#post--article a:visited {
  color: #422a17;
}
#post--article a:hover,
#post--article a:focus{
  color: #7CA7B4;
}
#section--article-detail h1 {
  color:#7CA7AD;
  font-size:60px;
  margin-bottom:30px;
}
#section--article-detail h2,
#section--article-detail h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size:30px;
  margin:0;
  font-style: normal;
  margin-bottom:15px;
}
#section--article-detail h4 {
  font-family: "league-gothic","Arial Black",Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size:30px;
  margin:0;
  margin-bottom:0.5em;
}
#section--article-detail h4 a {
  color:#422A12;
  text-decoration: none;
}
#section--article-detail h4 a:hover,
#section--article-detail h4 a:focus {
  color:#7CA7AD;
}
#section--article-detail h4 img.img-arrow {
  padding-bottom: 5px;
}
#section--article-detail #section--related-articles.d-none.d-lg-block {
  position: absolute;
  bottom:0;
}
#section--article-detail #section--related-articles .section--post-listing .fl-builder-content {
  padding-left:0;
}
#section--article-detail #section--meta .tags ul {
  margin:0 0 5px 0;
  padding:0;
  list-style:none;
}
#section--article-detail #section--meta .tags ul li,
#section--article-detail #section--meta .tags .tag {
  list-style:none;
  padding-bottom:5px;
  font-family:"brandon-grotesque";
  font-weight:500;
}
#section--article-detail #section--meta .tags ul li a,
#section--article-detail #section--meta .tags .tag a {
  text-decoration:none;
  color:#422A12;
}
#section--article-detail #section--meta .tags ul li a:hover,
#section--article-detail #section--meta .tags ul li a:focus,
#section--article-detail #section--meta .tags .tag a:hover,
#section--article-detail #section--meta .tags .tag a:focus {
  color:#7CA7AD;
}
#section--article-detail .shares span.icon--share {
  margin-right: 10px;
}
#section--article-detail .shares span.icon--share:last-child {
  margin-right: 0;
}
#section--article-detail .shares span.icon--share a img {
  opacity:1;
}
#section--article-detail .shares span.icon--share a:hover img,
#section--article-detail .shares span.icon--share a:focus img{
  opacity:0.7;
}
#section--article-detail #section--related-articles.show-for-medium-up .section--post-listing .fl-builder-module-template {
  padding: 0 40px 0 0;
}
#section--article-detail .show-for-small-only #section--related-articles .section--post-listing .fl-builder-module-template {
  padding: 0;
}
#section--article-detail .section--post-listing .fl-post-feed-post {
  margin-bottom: 0;
  border:none;
  padding-bottom: 20px;
}
#section--article-detail .section--post-listing .fl-post-feed-post .fl-post-feed-image {
  margin-bottom: 10px;
  border-bottom: 7px solid #7ca7ad;
  height: 175px;
  overflow: hidden;
}
#section--article-detail .show-for-small-only .section--post-listing .fl-post-feed-post .fl-post-feed-image {
  height: 240px;
}
#section--article-detail .section--post-listing .fl-post-feed-post .fl-post-feed-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
#section--article-detail .section--post-listing .fl-post-feed-post h2 {
  margin-top: 0;
}
/* Sticky Sidebar hack */
#section--article-detail #section--related-articles {
  background-color: #FAFAF2;
}
#section--article-detail #section--pagination {
  display:block;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
#section--article-detail .is-affixed #section--pagination {
  display:none;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}

#section--article-detail #post--article {
  background: #FFFFFF;
  box-shadow: 0 -2px 5px 0 rgba(0,0,0,.14);
  padding-right: 0;
    padding-left: 0;
}
#section--article-detail #post--article.columns {
  padding:0;
}
#section--article-detail #post--article .post--meta {
  padding:10px 20px;
  color:#7CA7AD;
}
#section--article-detail #post--article .post--meta .shares img {
  width:30px;
  height:auto;
}
#section--article-detail #post--article .post--title {
  padding:0 20px;
}
#section--article-detail #post--article .post--content {
  padding:0 20px 40px 20px;
}
#section--article-detail #post--article .post--content img {
  margin:1em auto;
}
#section--article-detail #post--article img {
  width:100%;
  height:auto;
}
/* remove all BB padding/margin  */
#section--article-detail #post--article .post--content .fl-row-content-wrap,
#section--article-detail #post--article .post--content .fl-module-content {
  padding:0;
  margin:0;
}
#post--article #post--footer .btn a.fl-button {
  padding: 12px 20px;
  border: 3px solid #FDFDFD;
  border-radius: 0;
  color: #FDFDFD;
  font-size: 24px;
  font-family: "league-gothic","Arial Black",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}

#post--article #post--footer .btn.btn-white a.fl-button, 
#post--article #post--footer .btn.btn-white a.fl-button:visited {
    border: 3px solid #FDFDFD;
    color: #FDFDFD;
    background-color: transparent;
}
#post--article #post--footer .btn.btn-white a.fl-button:hover, 
#post--article #post--footer .btn.btn-white a.fl-button:focus {
    border-color: #fdfdfd;
    color: #7ca7ad;
    background-color: #fdfdfd;
}
#section--article-detail #post--footer h2 {
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  #section--article-detail #section--related-articles .section--post-listing .fl-builder-module-template {
    padding-left:0;
    padding-right:0;
  }
}

.bg-orange {
  background-color:#D39E29;
}
#widget--newsltter {
  padding:30px 40px 40px 40px;
  display:flex;
   -ms-flex-direction: column!important;
  flex-direction: column!important;
  margin-bottom: 40px;
}
#widget--newsltter .text-box {}
#widget--newsltter .form-box {
  margin-top:auto;
}
#widget--newsltter .form-box #mc_embed_signup form .mc-field-group {
  flex-direction: column;
}
#widget--newsltter h3 {
  font-size:40px;
  font-style: normal;
  text-transform: uppercase;
  color:#fff;
  margin-bottom: 30px;
}
#widget--newsltter p {
  font-size:20px;
  font-style: italic;
}
#widget--newsltter #mc_embed_signup form input[type=email] {
  margin-right: 0;
  display:block;
  width:100%;
  text-align:center;
}
#widget--newsltter #mc_embed_signup form input[type=submit] {
  margin-top:1em;
  width:100%;
}
#widget--newsltter .btn.btn-white,
#widget--newsltter .btn.btn-white:visited {
  background-color: #fff;
  color:#D39E29;
}
#widget--newsltter .btn.btn-white:hover,
#widget--newsltter .btn.btn-white:focus {
  color: #fdfdfd;
  background-color: transparent;
}

/* sinlge pages */
#section--wholesale .fl-row-content-wrap {
  padding-bottom:0;
}
#section--main {
  background: #fff;
  box-shadow: 0 -2px 5px 0 rgba(0,0,0,.14);
}
#section--main #hero-image.fl-module.fl-module-photo {
  margin-left:-20px;
  margin-right:-20px;
  margin-top:-20px;
}
#section--main .fl-module-content p,
#section--main .fl-module-content li {
  font-size: 20px;
}
#section--main .fl-module-content ul {
  list-style:none;
  padding-left:20px;
}
#section--main .fl-module-content ul li {
  padding-left:20px;
  background:url(img/list-disc.png) no-repeat left 13px;
}
#section--main .fl-module-content p a {
  text-decoration:underline;
}
#section--main .fl-module-content p a,
#section--main .fl-module-content p a:visited,
#section--side-bar .fl-module-content p a,
#section--side-bar .fl-module-content p a:visited {
  color:#422a17;
}
#section--main .fl-module-content p a:hover,
#section--main .fl-module-content p a:focus,
#section--side-bar .fl-module-content p a:hover,
#section--side-bar .fl-module-content p a:focus {
  color:#7CA7B4;
}
#section--side-bar .link--anchor .fl-module-content p a {
  text-decoration:none;
}
#section--main .fl-module-content h2,
#section--side-bar .fl-module-content h2 {
  font-size: 30px;
  color:#422a17;
}
#section--main .form-bg .fl-module-content {
  background-color:#F8F7EB;
  padding:0 20px;
}
#section--side-bar .fl-module-content p {
  font-family: "brandon-grotesque";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.67px;
  line-height: 30px;
  color:#422a17;
}
#section--main .btn-text .fl-module-content .fl-button-wrap a,
#section--side-bar .btn-text .fl-module-content .fl-button-wrap a {
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-size: 24px;
  color: #7CA7AD;
  letter-spacing: 2.4px;
  line-height: 34px;
  background-color:transparent;
  border:none;
  text-transform: uppercase;
  padding:0;
}
#section--main .btn-text.icon-small .fl-module-content .fl-button-wrap a i {
  font-size: 20px;
}
#section--side-bar .sidebar__inner {
  background-color: #FAFAF2;
}
#section--main .page--category .fl-module-content h3 {
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-size: 22px;
  color: #7CA7AD;
  letter-spacing: 0.55px;
  line-height: 40px;
  border-bottom:2px solid #7CA7AD;
  font-style: normal;
  text-transform: uppercase;
}
#section--main .btn-grey .fl-module-content a.fl-button,
#section--main .btn-grey .fl-module-content a.fl-button:visited {
  border: 3px solid #7ca7ad;
  border-radius: 0;
  color: #7ca7ad;
  background-color:#fff;
  padding: 8px 20px;
  font-size: 24px;
    font-family: "league-gothic","Arial Black",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s ease-in,background .2s ease-in;
    -moz-transition: color .2s ease-in,background .2s ease-in;
    -ms-transition: color .2s ease-in,background .2s ease-in;
    -o-transition: color .2s ease-in,background .2s ease-in;
    transition: color .2s ease-in,background .2s ease-in;
}
#section--main .btn-grey .fl-module-content a.fl-button:focus,
#section--main .btn-grey .fl-module-content a.fl-button:hover {
  background-color:#7ca7ad;
  color: #fff;
}
#section--main .brand--color .fl-module-content p > small {
  font-size:14px;
  font-family: "arvo",Times,serif;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.page-template-template-bb-default .mfp-figure:after {
  box-shadow: none;
  background: transparent;
}
#section--main h1.fl-heading {
    font-size: 60px;
    letter-spacing: 1.64px;
    line-height: 74px;
    text-transform: uppercase;
}

@media only screen and (min-width: 640px) {
  #section--main .form-bg .fl-module-content {
    padding:30px 80px;
  }
}

/* FAQs */
#section--faq > .fl-col-content > .fl-col-group > .fl-col > .fl-col-content {
  background: #7ca7ad;
  padding: 20px 10px;
  margin: 0 30px 34px;
}

#section--faq h2 {
  font-size: 30px;
  line-height: 1;
}

#section--faq p {
  margin-bottom: 0;
  font-size: 20px;
}

#section--faq .fl-rich-text * {
  font-size: 20px;
  line-height: 1.3;
}

#section--faq .btn-text .fl-module-content .fl-button-wrap a,
#section--side-bar.sidebar-faq .btn-text .fl-module-content .fl-button-wrap a {
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  line-height: 34px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  padding: 0;
}

#section--faq .btn-text .fl-module-content .fl-button-wrap a:hover *,
#section--faq .btn-text .fl-module-content .fl-button-wrap a:focus * {
  color: #FFFFFF;
}

#section--side-bar.sidebar-faq .fl-module-content h2 {
  font-size: 50px;
  padding-left: 10px !important;
}

#section--side-bar.sidebar-faq .fl-module-content p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}

#section--side-bar.sidebar-faq .fl-module-content p a {
  display: block;
  padding: 0 0 16px 20px;
}

#section--side-bar.sidebar-faq .fl-module-content p a:hover {
  color: #422a17;
}

#section--side-bar.sidebar-faq .fl-module-content p a:focus {
  color: #422a17;
  background: url(img/faq-underline.png) left bottom no-repeat;
}

.sloth-swinging {
  display: none;
  position: absolute;
  bottom: 50vw;
  right: 10vw;
}

.sloth-swinging.active {
  bottom: -195px;
  transition: bottom 1s ease-in-out;
}

@media screen and (min-width: 992px) {
  #section--faq > .fl-col-content > .fl-col-group > .fl-col > .fl-col-content {
  	padding: 40px 60px;
  	margin: 0 0 34px 0;
  }

  #section--faq h2 {
    font-size: 44px;
  }

  #section--faq .fl-rich-text * {
  	font-size: 20px;
  }

  #section--side-bar.sidebar-faq .fl-module-content h2 {
    font-size: 44px;
    padding-left: 20px !important;
  }

  .sloth-swinging {
    display: block;
  }
}

.fl-builder-edit .sloth-swinging {
  position: static;
}

.sloth-thinking .fl-module-content,
.sloth-swinging .fl-module-content {
  position: relative;
  z-index: 1;	
}

/* What Is */
.line-segment {
  position: absolute;
}

.fl-builder-edit .line-segment {
  position: relative;
}

.fl-builder-edit .line-segment.fl-block-overlay-active {
  position: relative;
}

.fl-builder-edit .line-segment img {
  width: auto !important;
}

.line-segment .fl-module-content {
  position: relative;
  z-index: 1;
}

.line-segment-1 {
  top: -8.5vw;
  left: 21vw;
}

.line-segment-2 {
  top: 27vw;
  left: 24vw;
}

.line-segment-3 {
  top: -41vw;
  right: 8vw;
}

.line-segment-4 {
  top: 21vw;
  right: 23vw;
}

.line-segment-5 {
  top: -11.5vw;
  right: 32vw;
}

.line-segment-5 img {
    max-width: 91px !important;
}

.line-segment-6 {
  top: 28vw;
  right: 11vw;
}

.line-segment-6 img {
    max-width: 212px !important;
}

body:not(.fl-builder-edit) #our-story .our-story {
    position: absolute;
    top: 30%;
    left: 10%;
    width: auto;
}

@media (max-width: 390px) {
  .it-starts-with-tea .fl-heading {
    font-size: 40px !important;
  }

  .it-starts-with-tea .fl-module-content {
    margin-bottom: 0 !important;
  }
}

.raw-real-refreshing .fl-heading-text span:last-child {
  display: block;
}

@media (min-width: 768px) {
  .it-starts-with-tea .fl-heading-text {
    background-size: 125px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .sloth-thinking {
      position: absolute;
      width: 33%;
      bottom: 0;
      left: 0;
  }

  .it-starts-with-tea .fl-heading-text {
    background-size: 165px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .raw-real-refreshing .fl-heading-text span:last-child {
    display: inline;
  }
}



/* override Gravity form */
#section--main .gform_wrapper h2 {
  font-size:30px;
  letter-spacing: 1.25px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#section--main .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  width: 100% !important;
  max-width: 100% !important;
}
#section--main .gform_wrapper .top_label .gfield_label,
#section--main .gform_wrapper .gfield_radio li label,
#section--main .gform_wrapper .gfield_checkbox li label,
#section--main .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label{
  font-family:"brandon-grotesque";
  font-weight:500;
  font-size: 20px;
  color: #564A2E;
  letter-spacing: 0.75px;
  line-height: 30px;
}
#section--main .gform_wrapper .top_label .gfield_label[for=input_2_7] {
  font-family: "league-gothic", "Arial Black", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1.25px;
  line-height: 40px;
}
#section--main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color:#fff;
  border:none;
  height:48px;
  font-size: 18px;
}
#section--main .gform_wrapper textarea.large {
  background-color:#fff;
  border:none;
  font-size: 18px;
  height: 200px;
}
#section--main .gform_wrapper .gfield_radio,
#section--main .gform_wrapper .gfield_checkbox {
  padding-bottom: 30px;
}
#section--main .gform_wrapper .gfield_radio li,
#section--main .gform_wrapper .gfield_checkbox li {
  display: inline-block;
  float:left;
}
#section--main .gform_wrapper .gfield_radio li input,
#section--main .gform_wrapper .gfield_checkbox li input {
  margin-top: 0;
}
#section--main .gform_wrapper .gfield_radio li label,
#section--main .gform_wrapper .gfield_checkbox li label {
  margin-right:30px;
}
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:checked,
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:not(:checked),
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:checked + label,
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:not(:checked) + label,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #564A2E;
}
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:checked + label:before,
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:not(:checked) + label:before,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label:before,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    border: 2px solid #5a471c;
    border-radius: 100%;
    background-color: #F8F7EB;
}
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:checked + label:after,
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:not(:checked) + label:after,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label:after,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 14px;
    height: 14px;
    background: #564A2E;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:not(:checked) + label:after,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#section--main .gform_wrapper .gfield_radio li input[type="radio"]:checked + label:after,
#section--main .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#section--main .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-top:16px;
  margin-bottom:8px;
}
#section--main .gform_wrapper #field_2_6 .gfield_label,
#section--main .gform_wrapper .top_label .gfield_label[for=input_2_8],
#section--main .gform_wrapper .top_label .gfield_label[for=input_1_7] {
  display:none;
}
#section--main .gform_wrapper .top_label #input_2_8.ginput_container,
#section--main .gform_wrapper .top_label #input_1_7.ginput_container {
  margin-top: 30px;
}
#section--main .gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  font-family: "brandon-grotesque";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.11px;
  line-height: 45px;
  color: #7CA7AD;
  text-align: center;
  text-transform: uppercase;
  margin-right:0;
  padding: 2px 25px;
  border: 2px solid #7ca7ad;
  border-radius: 0;
}
#section--main .gform_wrapper .gform_footer input[type=submit]:hover,
#section--main .gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #fff;
  cursor: pointer;
}
#section--main .gform_wrapper div.validation_error,
#section--main .gform_wrapper .validation_message {
  border: none;
  font-family:"brandon-grotesque";
  font-weight:500;
  font-size: 20px;
  letter-spacing: 0.75px;
  line-height: 30px;
}
#section--main .gform_wrapper li.gfield.gfield_error, 
#section--main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border:none;
  background:none;
}
#section--main .fl-module-content .gform_wrapper ul,
#section--main .fl-module-content .gform_wrapper li {
  padding-left: 0;
  background: none;
}

/* override MC form */
#mc_embed_signup form {
  margin:0;
}
#mc_embed_signup form label {
  display:none;
}
#mc_embed_signup form .mc-field-group {
  display: flex;
  -ms-flex-align: flex-end;
    align-items: flex-end;
}
#mc_embed_signup form input[type="email"],
#mc_embed_signup form input[type="text"] {
  border:none;
  border-bottom:3px solid #fff;
  background-color:transparent;
  font-family:"brandon-grotesque";
  font-weight:400;
  font-size:18px;
  letter-spacing: 0;
  line-height: 30px;
  width: 250px;
  color: #fff;
  padding: 18px 5px;
  margin-right:1em;
  border-radius: 0;
  height: 55px;
}
#mc_embed_signup form input[type="submit"] {
  width: auto;
  margin: 0;
}
#mc_embed_signup form .btn {
  padding: 12px 20px;
  min-width: auto;
}
#mc_embed_signup form input::-webkit-input-placeholder {color:rgba(255,255,255,0.5); /* Webkit Browsers */}
#mc_embed_signup form input:-moz-placeholder {color:rgba(255,255,255,0.5); /* Firefox 18- */}
#mc_embed_signup form input::-moz-placeholder {color:rgba(255,255,255,0.5); /* Firefox 19+ */}
#mc_embed_signup form input:-ms-input-placeholder {color:rgba(255,255,255,0.5); /* IE10 */}

@media only screen and (max-width: 900px) {
  #mc_embed_signup form input[type="submit"] {
    display:none;
  }
  #mc_embed_signup form input[type="email"], #mc_embed_signup form input[type="text"] {
    background: url(img/mobile-nav-arrow.png) no-repeat right center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  #mc_embed_signup form {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

/* Popup Maker */
.pum-content {
  padding-top:20px;
}
.pum-content .mc-field-group br {
  display:none;
}
@media only screen and (max-width: 640px) {
  .pum-content #mc_embed_signup form input[type=email], 
  .pum-content #mc_embed_signup form input[type=text] {
    width: 100%;
  }
}

/* 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;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: 0;

    display: block;

    width: 41px;
    height: 41px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #FDFDF7;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    border:none;
    position:absolute;
    top:auto;
  cursor: pointer;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    
    font-size: 40px;
    line-height: 1;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    width: 41px;
    height: 41px;
    display: block;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background-image: url("img/icon-arrow_L.png");
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '';
    background-image: url("img/icon-arrow_R.png");
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    top:50% !important;
  }
  .slick-prev,
  .slick-next,
  .slick-prev:before, 
  .slick-next:before{
    width: 62px;
    height: 62px;
  }
  .slick-prev:before {
    background-image: url("img/icon-arrow_L.svg");
  }
  .slick-next:before {
    background-image: url("img/icon-arrow_R.svg");
  }
  .slick-slide.item .caption {
    opacity:0;
  }
  .slick-slide.slick-active.item .caption {
    opacity:1;
  }
}

/* Animated SVGs */
#lottie,
#lottie-swinging,
#lottie-thinking,
#lottie-drinking {
  background-color: transparent;
  width: 200px;
  height: 200px;
  display: block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
}

#lottie-thinking {
  margin-bottom: -10px;
}

.number-heading {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

.path-number {
  fill: #fff;
}

.path-circle,
.path-line-segment,
.path-underline {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#draw-underline-3 .path-underline,
#draw-circle .path-underline {
  stroke: #f6bd00;
}

#number-1 .number-1-circle {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
}

#number-1.active .number-1-circle {
  animation: 1s ease-in-out number_1_circle;
  stroke-dashoffset: 0;
}

@keyframes number_1_circle {
  0% {
      stroke-dashoffset: 360;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#number-2 .number-2-circle {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}

#number-2.active .number-2-circle {
  animation: 1s ease-in-out number_2_circle;
  stroke-dashoffset: 0;
}

@keyframes number_2_circle {
  0% {
      stroke-dashoffset: 370;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#number-3 .number-3-circle {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}

#number-3.active .number-3-circle {
  animation: 1s ease-in-out number_3_circle;
  stroke-dashoffset: 0;
}

@keyframes number_3_circle {
  0% {
      stroke-dashoffset: 370;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#number-4 .number-4-circle {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}

#number-4.active .number-4-circle {
  animation: 1s ease-in-out number_4_circle;
  stroke-dashoffset: 0;
}

@keyframes number_4_circle {
  0% {
      stroke-dashoffset: 370;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#line-segment-1 {
  width: 5.76vw;
}

#line-segment-1 .line-segment-1-line {
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
}

#line-segment-1.active .line-segment-1-line {
  animation: 1s ease-in-out line_segment_1;
  stroke-dashoffset: 0;
}

@keyframes line_segment_1 {
  0% {
      stroke-dashoffset: 750;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#line-segment-2 {
  width: 5.9vw;
}

#line-segment-2 .line-segment-2-line {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
}

#line-segment-2.active .line-segment-2-line {
  animation: 1s ease-in-out line_segment_2;
  stroke-dashoffset: 0;
}

@keyframes line_segment_2 {
  0% {
      stroke-dashoffset: 420;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#line-segment-3 {
  width: 16.77vw;
}

#line-segment-3 .line-segment-3-line {
  stroke-dasharray: 1550;
  stroke-dashoffset: 1550;
}

#line-segment-3.active .line-segment-3-line {
  animation: 1s ease-in-out line_segment_3;
  stroke-dashoffset: 0;
}

@keyframes line_segment_3 {
  0% {
      stroke-dashoffset: 1550;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#line-segment-4 {
  width: 6.63vw;
}

#line-segment-4 .line-segment-4-line {
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
}

#line-segment-4.active .line-segment-4-line {
  animation: 1s ease-in-out line_segment_4;
  stroke-dashoffset: 0;
}

@keyframes line_segment_4 {
  0% {
      stroke-dashoffset: 620;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#line-segment-5 {
  width: 6.32vw;
}

#line-segment-5 .line-segment-5-line {
  stroke-dasharray: 830;
  stroke-dashoffset: 830;
}

#line-segment-5.active .line-segment-5-line {
  animation: 1s ease-in-out line_segment_5;
  stroke-dashoffset: 0;
}

@keyframes line_segment_5 {
  0% {
      stroke-dashoffset: 830;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#line-segment-6 {
  width: 14.72vw;
}

#line-segment-6 .line-segment-6-line {
  stroke-dasharray: 1780;
  stroke-dashoffset: -1780;
}

#line-segment-6.active .line-segment-6-line {
  animation: 1s ease-in-out line_segment_6;
  stroke-dashoffset: 0;
}

@keyframes line_segment_6 {
  0% {
      stroke-dashoffset: -1780;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

.draw-underline-1 {
  width: 372.67px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 10%;
  text-align: right;
}

#draw-underline-1 {
  width: 75px;
}

#draw-underline-1 .path-underline {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

#draw-underline-1.active .path-underline {
  animation: 1s ease-in-out underline_1;
  stroke-dashoffset: 0;
}

@media screen and (min-width: 391px) {
  .draw-underline-1 {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .draw-underline-1 {
    width: 521.94px;
  }

  #draw-underline-1 {
    width: 125px;
  }
}

@media screen and (min-width: 992px) {
  .draw-underline-1 {
    width: 672.5px;
  }

  #draw-underline-1 {
    width: 165px;
  }
}

@keyframes underline_1 {
  0% {
      stroke-dashoffset: 320;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#draw-underline-2,
#draw-underline-2-mobile,
#draw-underline-4 {
  width: 145px;
}

#draw-underline-4 {
  display: block;
  margin: 0 auto;
}

#draw-underline-2 .path-underline,
#draw-underline-2-mobile .path-underline,
#draw-underline-4 .path-underline {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

#draw-underline-2.active .path-underline,
#draw-underline-2-mobile.active .path-underline,
#draw-underline-4.active .path-underline {
  animation: 1s ease-in-out underline_2;
  stroke-dashoffset: 0;
}

@media screen and (min-width: 992px) {
  #draw-underline-4 {
    margin: 0;
  }
}

@keyframes underline_2 {
  0% {
      stroke-dashoffset: 320;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

#draw-underline-3 {
  width: 145px;
}

.draw-underline-3 {
  width: 576px;
  padding-left: 130px;
  margin: 0 auto;
}

#draw-underline-3 .draw-underline-3-line-1 {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

#draw-underline-3 .draw-underline-3-line-2 {
  stroke-dasharray: 210;
  stroke-dashoffset: 210;
}

#draw-underline-3.active .draw-underline-3-line-1 {
  animation: 0.4s ease-in-out underline_3_1;
  stroke-dashoffset: 0;
}

#draw-underline-3.active .draw-underline-3-line-2 {
  animation: 0.8s ease-in-out underline_3_2;
  stroke-dashoffset: 0;
}

@keyframes underline_3_1 {
  0% {
      stroke-dashoffset: 320;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes underline_3_2 {
  0% {
    stroke-dashoffset: 210;
  }
  50% {
    stroke-dashoffset: 210;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#draw-circle {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}

#draw-circle .path-underline {
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
}

#draw-circle.active .path-underline {
  animation: 0.8s ease-in-out circle;
  stroke-dashoffset: 0;
}

@media screen and (min-width: 768px) {
  #draw-circle {
    top: 80px;
    width: 450px;
  }
}

@keyframes circle {
  0% {
      stroke-dashoffset: 2200;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

.sloth-pronounce-container {
  position: relative;
  overflow: hidden;
  min-height: 295px;
}

.sloth-pronounce-bubble-container {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 100%;
  height: 103px;
  padding-left: 80px;
}

.sloth-pronounce-sloth-container {
  position: absolute;
  bottom: -320px;
  left: 0;
  width: 100%;
  height: 200px;
}

.sloth-pronounce-container.active .sloth-pronounce-bubble-container {
  bottom: 160px;
  transition: bottom 1s ease-in-out;
}

.sloth-pronounce-container.active .sloth-pronounce-sloth-container {
  bottom: -20px;
  transition: bottom 1s ease-in-out;
}

.pronounce {
  display: block;
  width: 287px;
  height: 103px;
  margin: 0 auto;
  background: url(/wp-content/uploads/2019/06/pronounce-play.png);
  background-size: cover;
}

.pronounce.active {
  background-image: url(/wp-content/uploads/2019/06/pronounce-speaker.png);
}

#lottie-thinking {
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .pronounce {
    width: 22vw;
    height: 7.7902vw;
    margin: 0;
  }

  .sloth-pronounce-bubble-container {
    bottom: calc(-1.0486vw - 300px);
    height: 7.715vw;
    padding-left: 0;
  }

  .sloth-pronounce-sloth-container {
    bottom: calc(-1.498vw - 300px);
    height: 14.98vw;
  }

  .sloth-pronounce-container.active .sloth-pronounce-bubble-container {
    bottom: 11.985vw;
    transition: bottom 1s ease-in-out;
  }

  .sloth-pronounce-container.active .sloth-pronounce-sloth-container {
    bottom: -1.498vw;
    transition: bottom 1s ease-in-out;
  }

  #lottie-thinking,
  #lottie-drinking {
    width: 14.98vw;
    height: 14.98vw;
    margin: 0;
  }
}

@media only screen and (min-width: 1335px) {
  .pronounce {
    width: 287px;
    height: 103px;
    margin: 0;
  }

  .sloth-pronounce-bubble-container {
    bottom: -140px;
    height: 103px;
  }

  .sloth-pronounce-sloth-container {
    bottom: -320px;
    height: 200px;
  }

  .sloth-pronounce-container.active .sloth-pronounce-bubble-container {
    bottom: 160px;
    transition: bottom 1s ease-in-out;
  }

  .sloth-pronounce-container.active .sloth-pronounce-sloth-container {
    bottom: -20px;
    transition: bottom 1s ease-in-out;
  }

  #lottie-thinking,
  #lottie-drinking {
    width: 200px;
    height: 200px;
    margin: 0;
  }
}

/* 
 * ==============================
 * UPLIFT PAGE 
 * ==============================
 */
@media only screen and (min-width: 992px) and (max-width: 1139px) {
  #a-better-lift-1 h2,
  #a-better-lift-2 h2 {
    font-size: 9vw !important;
  }

  #mg-caffeine h2 {
    font-size: 4vw !important;
  }
}


/* 
 * UPLIFT BOTTLE - MOBILE
 * ==============================
 */
#uplift-bottle-container,
#uplift-bottle-mobile-container {
  position: relative;
}

#uplift-bottle-container .fl-photo-img {
  top: 80px;
}

#uplift-bottle-container.active .fl-photo-img {
  top: 20px;
  transition: top 1s ease-in-out;
}

#uplift-bottle-mobile-container .fl-photo-img {
  top: 12vw;
}

#uplift-bottle-mobile-container.active .fl-photo-img {
  top: 6vw;
  transition: top 1s ease-in-out;
}

#uplift-bottle {
  height: 100%;
}

#uplift-bottle .fl-photo-content {
  width: 100%;
}

#uplift-bottle .fl-photo-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}

#uplift-bottle-mobile .fl-photo-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: auto;
}

#uplift-bottle-mobile .fl-photo-content {
  width: 100%;
  height: 56vw;
}

.uplift-element {
  position: absolute;
  fill: none;
  stroke: #cdde00;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 9;
  z-index: 90;
  top: 40vw;
  left: 50vw;
}

.uplift-element-7,
.uplift-element-8,
.uplift-element-9 {
  stroke: #fff;
}

.uplift-element-1 {
  width: 4.2vw;
}

#uplift-bottle-mobile-container.active .uplift-element-1 {
  top: 46vw;
  left: 21vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-2 {
  width: 6.5vw;
}

#uplift-bottle-mobile-container.active .uplift-element-2 {
  top: 22vw;
  left: 28vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-3 {
  width: 4.3vw;
}

#uplift-bottle-mobile-container.active .uplift-element-3 {
  top: 4vw;
  left: 42vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-4 {
  width: 6.5vw;
}

#uplift-bottle-mobile-container.active .uplift-element-4 {
  top: -2vw;
  left: 59vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-5 {
  width: 6vw;
}

#uplift-bottle-mobile-container.active .uplift-element-5 {
  top: 26vw;
  left: 68vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-6 {
  width: 8.5vw;
}

#uplift-bottle-mobile-container.active .uplift-element-6 {
  top: 40vw;
  left: 76vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-7 {
  width: 7.6vw;
}

#uplift-bottle-mobile-container.active .uplift-element-7 {
  top: 76vw;
  left: 72vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-8 {
  width: 3.4vw;
}

#uplift-bottle-mobile-container.active .uplift-element-8 {
  top: 89vw;
  left: 28vw;
  transition: all 0.5s ease-in-out 1s;
}

.uplift-element-9 {
  width: 31vw;
  left: 36vw;
}

#uplift-bottle-mobile-container.active .uplift-element-9 {
  top: 92vw;
  transition: all 0.5s ease-in-out 1s;
}

/* 
 * UPLIFT BOTTLE 
 * ==============================
 */
@media (min-width: 768px) and (max-width: 991px) {
  #uplift-bottle-mobile-container {
    width: 768px !important;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  #uplift-bottle-mobile .fl-photo-img {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 422px !important;
  }

  .uplift-element {
    top: 307px;
    left: 384px;
  }

  .uplift-element-1 {
    width: 32px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-1 {
    top: 353px;
    left: 161px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-2 {
    width: 46px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-2 {
    top: 169px;
    left: 215px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-3 {
    width: 33px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-3 {
    top: 33px;
    left: 322px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-4 {
    width: 50px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-4 {
    top: -15px;
    left: 453px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-5 {
    width: 46px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-5 {
    top: 200px;
    left: 522px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-6 {
    width: 65px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-6 {
    top: 307px;
    left: 584px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-7 {
    width: 58px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-7 {
    top: 583px;
    left: 553px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-8 {
    width: 26px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-8 {
    top: 683px;
    left: 215px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-9 {
    width: 238px;
    left: 276px;
  }

  #uplift-bottle-mobile-container.active .uplift-element-9 {
    top: 706px;
    transition: all 0.5s ease-in-out 1s;
  }
}

@media (min-width: 992px) {
  .uplift-element {
    top: 27.9vw;
    left: 17.7vw;
  }

  .uplift-element-1 {
    width: 2.8vw;
  }

  #uplift-bottle-container.active .uplift-element-1 {
    top: 22vw;
    left: 4vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-2 {
    width: 4vw;
  }

  #uplift-bottle-container.active .uplift-element-2 {
    top: 10.7vw;
    left: 6.5vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-3 {
    width: 3vw;
  }

  #uplift-bottle-container.active .uplift-element-3 {
    top: 0.47vw;
    left: 14.9vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-4 {
    width: 4.1vw;
  }

  #uplift-bottle-container.active .uplift-element-4 {
    top: -2.8vw;
    left: 23.3vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-5 {
    width: 3.3vw;
  }

  #uplift-bottle-container.active .uplift-element-5 {
    top: 12vw;
    left: 29vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-6 {
    width: 4.8vw;
  }

  #uplift-bottle-container.active .uplift-element-6 {
    top: 21.9vw;
    left: 34.4vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-7 {
    width: 5.1vw;
  }

  #uplift-bottle-container.active .uplift-element-7 {
    top: 41.9vw;
    left: 30vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-8 {
    width: 1.95vw;
  }

  #uplift-bottle-container.active .uplift-element-8 {
    top: 46.5vw;
    left: 6.5vw;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-9 {
    width: 17vw;
    left: 10vw;
  }

  #uplift-bottle-container.active .uplift-element-9 {
    top: 48vw;
    left: 10vw;
    transition: all 0.5s ease-in-out 1s;
  }
}

@media (min-width: 1140px) {
  .uplift-element {
    top: 300px;
    left: 190px;
  }

  .uplift-element-1 {
    width: 30px;
  }

  #uplift-bottle-container.active .uplift-element-1 {
    top: 280px;
    left: 20px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-2 {
    width: 44px;
  }

  #uplift-bottle-container.active .uplift-element-2 {
    top: 110px;
    left: 70px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-3 {
    width: 33px;
  }

  #uplift-bottle-container.active .uplift-element-3 {
    top: 5px;
    left: 160px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-4 {
    width: 44px;
  }

  #uplift-bottle-container.active .uplift-element-4 {
    top: -30px;
    left: 250px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-5 {
    width: 36px;
  }

  #uplift-bottle-container.active .uplift-element-5 {
    top: 130px;
    left: 310px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-6 {
    width: 52px;
  }

  #uplift-bottle-container.active .uplift-element-6 {
    top: 235px;
    left: 370px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-7 {
    width: 55px;
  }

  #uplift-bottle-container.active .uplift-element-7 {
    top: 450px;
    left: 340px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-8 {
    width: 21px;
  }

  #uplift-bottle-container.active .uplift-element-8 {
    top: 500px;
    left: 70px;
    transition: all 0.5s ease-in-out 1s;
  }

  .uplift-element-9 {
    width: 190px;
    left: 115px;
  }

  #uplift-bottle-container.active .uplift-element-9 {
    top: 545px;
    left: 115px;
    transition: all 0.5s ease-in-out 1s;
  }
}

/* 
 * UPLIFT CLOUDS 
 * ==============================
 */
body:not(.fl-builder-edit) #uplift-clouds {
  overflow: hidden;
}

#uplift-cloud-1 path,
#uplift-cloud-2 path,
#uplift-cloud-1-mobile path,
#uplift-cloud-2-mobile path {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#uplift-cloud-1,
#uplift-cloud-2,
#uplift-cloud-1-mobile,
#uplift-cloud-2-mobile {
  position: absolute;
}

#uplift-cloud-1,
#uplift-cloud-1-mobile {
  width: 160px;
}

#uplift-cloud-2,
#uplift-cloud-2-mobile {
  width: 270px;
}

#uplift-cloud-1 {
  top: 20%;
  left: 15%;
  animation: 6s ease-in-out infinite uplift_cloud_1;
}

#uplift-cloud-2 {
  right: -40px;
  top: 15%;
  animation: 5s ease-in-out infinite uplift_cloud_2;
}

#uplift-cloud-1-mobile {
  top: 15%;
  left: -50px;
  animation: 6s ease-in-out infinite uplift_cloud_1_mobile;
}

#uplift-cloud-2-mobile {
  top: 30%;
  right: -140px;
  animation: 6s ease-in-out infinite uplift_cloud_2_mobile;
}

@keyframes uplift_cloud_1 {
  0% {
    left: 15%;
  }
  50% {
    left: 12%;
  }
  100% {
    left: 15%;
  }
}

@keyframes uplift_cloud_2 {
  0% {
    right: -40px;
  }
  50% {
    right: 0;
  }
  100% {
    right: -40px;
  }
}

@keyframes uplift_cloud_1_mobile {
  0% {
    left: -50px;
  }
  50% {
    left: 0;
  }
  100% {
    left: -50px;
  }
}

@keyframes uplift_cloud_2_mobile {
  0% {
    right: -140px;
  }
  50% {
    right: -80px;
  }
  100% {
    right: -140px;
  }
}

@media (max-width: 768px) {
  #uplift-cloud-1-mobile {
    width: 24vw;
    left: -7vw;
  }

  #uplift-cloud-2-mobile {
    width: 40vw;
    right: -21vw;
  }
}

/* 
 * UPLIFT ARROWS 
 * ==============================
 */
#uplift-arrows {
  position: relative;
}

#uplift-arrow-1,
#uplift-arrow-2,
#uplift-arrow-3 {
  display: none;
}

#uplift-arrow-1 path,
#uplift-arrow-2 path,
#uplift-arrow-3 path {
  fill: none;
  stroke: #cdde00;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

body:not(.fl-builder-edit) #uplift-arrow-1,
body:not(.fl-builder-edit) #uplift-arrow-2,
body:not(.fl-builder-edit) #uplift-arrow-3 {
  position: absolute;
}

#uplift-arrow-1 {
  width: 260px;
  top: 10px;
  left: 260px;
}

@media (min-width: 1140px) {
  #uplift-arrow-1 {
    width: 260px;
    top: 10px;
    left: 260px;
  }
}

#uplift-arrow-1 .path-1 {
  stroke-dasharray: 1150;
  stroke-dashoffset: 1150;
}

#uplift-arrow-1 .path-2 {
  stroke-dasharray: 115;
  stroke-dashoffset: 115;
}

#uplift-arrow-1.active .path-1 {
  animation: 1s ease-in-out uplift_arrow_1_1;
  stroke-dashoffset: 0;
}

#uplift-arrow-1.active .path-2 {
  animation: 1s ease-in-out uplift_arrow_1_2;
  stroke-dashoffset: 0;
}

@keyframes uplift_arrow_1_1 {
  0% {
      stroke-dashoffset: 1150;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes uplift_arrow_1_2 {
  0% {
    stroke-dashoffset: 115;
  }
  50% {
    stroke-dashoffset: 115; 
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#uplift-arrow-2 {
  width: 130px;
  top: 130px;
  left: 370px;
}

#uplift-arrow-2 .path-1 {
  stroke-dasharray: 1150;
  stroke-dashoffset: 1150;
}

#uplift-arrow-2 .path-2 {
  stroke-dasharray: 115;
  stroke-dashoffset: 115;
}

#uplift-arrow-2.active .path-1 {
  animation: 1s ease-in-out uplift_arrow_2_1;
  stroke-dashoffset: 0;
}

#uplift-arrow-2.active .path-2 {
  animation: 1s ease-in-out uplift_arrow_2_2;
  stroke-dashoffset: 0;
}

@keyframes uplift_arrow_2_1 {
  0% {
      stroke-dashoffset: 1150;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes uplift_arrow_2_2 {
  0% {
    stroke-dashoffset: 115;
  }
  50% {
    stroke-dashoffset: 115; 
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#uplift-arrow-3 {
  width: 320px;
  top: 215px;
  left: 190px;
}

#uplift-arrow-3 .path-1 {
  stroke-dasharray: 1150;
  stroke-dashoffset: 1150;
}

#uplift-arrow-3 .path-2 {
  stroke-dasharray: 115;
  stroke-dashoffset: 115;
}

#uplift-arrow-3.active .path-1 {
  animation: 1s ease-in-out uplift_arrow_3_1;
  stroke-dashoffset: 0;
}

#uplift-arrow-3.active .path-2 {
  animation: 1s ease-in-out uplift_arrow_3_2;
  stroke-dashoffset: 0;
}

@keyframes uplift_arrow_3_1 {
  0% {
      stroke-dashoffset: 1150;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes uplift_arrow_3_2 {
  0% {
    stroke-dashoffset: 115;
  }
  50% {
    stroke-dashoffset: 115; 
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (min-width: 992px) {
  #uplift-arrow-1,
  #uplift-arrow-2,
  #uplift-arrow-3 {
    display: block;
  }
}


/* 
 * UPLIFT LOTTIE 
 * ==============================
 */
#lottie-drinking {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
}

#lottie-drinking.active {
  bottom: 0;
  transition: all 1s ease-in-out;
}

@media (min-width: 992px) {
  #lottie-drinking {
    left: 15%;
    bottom: -16vw;
  }
}

@media (min-width: 1335px) {
  #lottie-drinking {
    left: 15%;
    bottom: -200px;
  }
}

/* 
 * UPLIFT GRAPH 
 * ==============================
 */
#uplift-graph .line-1,
#uplift-graph .line-2,
#uplift-graph .line-3 {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 5;
}

#uplift-graph .line-1 {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
}

#uplift-graph .line-2 {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
}

#uplift-graph .line-3 {
  stroke-dasharray: 115;
  stroke-dashoffset: 115;
}

#uplift-graph.active .line-1 {
  animation: 1s ease-in-out uplift_graph_1;
  stroke-dashoffset: 0;
}

#uplift-graph.active .line-2 {
  animation: 1s ease-in-out uplift_graph_2;
  stroke-dashoffset: 0;
}

#uplift-graph.active .line-3 {
  animation: 1.3s ease-in-out uplift_graph_3;
  stroke-dashoffset: 0;
}

@keyframes uplift_graph_1 {
  0% {
      stroke-dashoffset: 260;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes uplift_graph_2 {
  0% {
    stroke-dashoffset: 240;
  }
  60% {
    stroke-dashoffset: 240; 
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes uplift_graph_3 {
  0% {
    stroke-dashoffset: 115;
  }
  70% {
    stroke-dashoffset: 115; 
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#uplift-graph .text {
  fill: #fff;
}

#uplift-graph .bottle,
#uplift-graph .cup,
#uplift-graph .lightning {
  fill: #008266;
}

@media (min-width: 992px) {
  #uplift-graph {
    width: 445px;
  }
} 

/* Site Search*/
#site-search input[type=search] {
  border: none;
  border-bottom: 3px solid #422a17;
  background-color: transparent;
  font-family: "brandon-grotesque";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  width: 100%;
  color: #422a17;
  padding: 18px 5px;
  border-radius: 0;
  height: 55px;
  background:url("img/icon-search.svg") no-repeat 90% center;
}
#site-search input[type=search]:hover,
#site-search input[type=search]:focus,
#site-search input[type=search]:active {
  background-image:url("img/icon-search_hide.svg");
}
.search-results .fl-archive .fl-archive-title,
.search-no-results .fl-archive .fl-archive-title {
  border-bottom: none;
  font-size: 28px;
}
.search-results .fl-archive.site-search,
.search-no-results .fl-archive.site-search{
  max-width: 780px;
  padding: 0px 15px;
  margin: 0px auto;
}
.search-no-results .fl-archive.site-search {
  min-height:500px;
}
.search-results .fl-archive.site-search article .fl-post-thumb img {
  min-height: 200px;
  object-fit: cover;
}
.search-results .fl-archive.site-search article h2.fl-post-title {
  font-size:30px;
}
.search-results .fl-archive.site-search article .fl-post-content {
  font-size:20px;
}
mark.searchwp-highlight {
  background-color: yellow;
  font-weight: 700;
}
h2 mark.searchwp-highlight {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .search-results .fl-archive.site-search article .fl-post-image-beside-wrap {
    display:flex;
  }
  .search-results .fl-archive.site-search article .fl-post-image-beside {
    width:40%;
  }
  .search-results .fl-archive.site-search article .fl-post-content-beside {
    width:60%;
  }
}
@media only screen and (max-width: 768px) {
  .search-results .fl-archive.site-search article .fl-post-thumb {
    text-align:center;
  }
  .search-results .fl-archive.site-search article {
    background-position: top center;
  }
  .search-results .fl-archive.site-search article .fl-post-header {
    padding: 0 15px;
  }
}

/* product tiles */
#section--product-lists .product-tiles img {
  padding:0 !important;
  margin:0 !important;
  opacity: 1;
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
#section--product-lists .product-tiles img:hover {
    opacity: .5;
}
#section--product-lists .product-tiles p {
  display: grid;
  grid-template-columns: 50% 50%;
}
#section--product-lists .product-tiles p a {
  padding:10px;
}
@media only screen and (min-width: 768px) {
  #section--product-lists .product-tiles p {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }  
}