/*!
Theme Name: Le Sueur
Author: The Brandon Agency
Author URI: http://thebrandonagency.com
Description: Custom Theme for Le Sueur Vegetables
Version: 1.0.0
*/

@import url("https://use.typekit.net/apc5anh.css");

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  color: #000;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
}

h1 > .smallText {
  font-size: 1.5rem;
  color: #b8b8b8;
  font-style: italic;
  display: block;
  line-height: 1;
}

h2 {
  font-size: 2.4rem;
  font-weight: 300;
}

h3, .h3 {
  font-size: 2.12rem;
}

.site-content h2:not(.hero-title) {
  font-size: 1.8rem;
}
.site-content h3 {
  font-size: 1.8rem;
}

.home .site-content h2:not(.hero-title) {
  font-size: 2.4rem;
}

.home .site-content h3 {
  font-size: 2.12rem;
}

a,
a:hover,
a:active {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

a:hover,
a:active {
  color: #fbb731;
  font-weight: 700;
}

svg path {
  fill: inherit;
}

strong {
  font-weight: 500;
}

.strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.text-primary {
  color: #fbb731!important;
}

.bg-primary {
  background-color: #d69d2c!important;
}

.bg-light {
  background-color: #ebebeb!important;
}

.bg-dark {
  background-color: #000000!important;
}

.bg-white {
  background-color: #fff!important;
}

.hero a:not(.btn),
.bg-dark a:not(.btn) {
  color: #fbb731;
}

.container.constrained {
  max-width: 750px;
}

.btn {
  border-radius: 0;
  text-decoration: none;
}

.btn-primary {
  background-color: #d69d2c;
  color: #000;
  border-color: #d69d2c;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:focus:hover,
.btn-primary:active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #fbb731;
  border-color: #fbb731;
  color: #000;
}

.fill-white {
  fill: #ffffff;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.bg-darkwood {
  background: #000 url('./images/bg-darkwood.jpg') no-repeat fixed center center / cover;
  color: #fff;
}

/* #main.site-main {
  margin-top: calc(83px + 2rem);
} */

.text-underline {
  text-decoration: underline!important;
}

.content-text-image-block {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  /* display: inline; */
  float: left;
  margin-right: 1.5em;
}

.alignright {
  /* display: inline; */
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-float-left img {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-600px, -50%);
  -moz-transform: translate(-600px, -50%);
  -webkit-transform: translate(-600px, -50%);
  transform: translate(-600px, -50%);
  z-index: 1;
  height: 593px;
  width: 593px;
  right: 0;
  max-width: none;
  /* transition: transform 0.3s linear */
}


.custom-float-left-content {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .custom-float-left {
    width: 25%
  }
  .custom-float-left-content {
    width: 75%; 
    margin: 0 0 0 auto; 
  }
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.hero {
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  top: 100px; /* Height of the header */
  color: #fff;
  text-align: center;
}

.hero-overlay-content {
  max-width: 400px;
  margin: 0 auto;
}

.home .hero-overlay-content {
  max-width: 500px;
}

@media (min-width: px) {
  
}

@media (min-width: 992px) {
  .hero-overlay-content {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-overlay {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
}

.hero-title {
  color: #fbb731;
  font-weight: 300;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

.admin-bar .site-header .navbar {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header .navbar {
    top: 32px;
  }
}

/*--------------------------------------------------------------
# Header/Navigation
--------------------------------------------------------------*/

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #b8b8b8;
  font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fbb731;
}

.site-header .navbar-brand img {
  max-width: 100%;
  height: auto;

  width: 120px;
}

.site-header .site-logo {
  position: relative;
  display: inline-block;
}

.site-header img.site-logo-sticky {
  position: absolute;
  top: 0;
  left: 0;
}

a.site-logo:before {
  box-shadow: 0 0 0 rgba(255,255,255,0);
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 120px;
  height: 49px;
  z-index: -1;
  -webkit-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
}

a.site-logo.top:before {
  box-shadow: 0 0 100px rgba(255,255,255,0.4);
}

.site-header .navbar-nav {
  margin-left: 1rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  text-decoration: none;
  color: #b8b8b8;
  font-size: 1.1rem;

  opacity: 0;
  -ms-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0)
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.navbar-nav .nav-link:hover {
  color: #fbb731;
}

.site-header .navbar {
  background-color: transparent;
}

.home .site-header .navbar {
  background-color: transparent;
}

/* Mobile slide-out */

@-webkit-keyframes menuAnimate {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes menuAnimate {
  from {
      opacity: 0;
      -webkit-transform: translate3d(30px, 0, 0);
      transform: translate3d(30px, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.menu-animate {
  -webkit-animation-name: menuAnimate;
  animation-name: menuAnimate;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}

@media (max-width: 767px) {
  .site-header .navbar-collapse {
    position: fixed;
    width: 250px;
    right: -250px;
    top: 0;
    height: 100% !important;
    z-index: 999;
    background: #000;
    padding: 4rem 1rem 0px 1rem;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .site-header .navbar-collapse.show {
    right: 0;
  }
}


.icon-close {
  background: transparent;
  border: 0;
  color: #777;
  cursor: pointer;
  font-weight: 300;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  z-index: 20;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
  margin-top: 1rem;
  margin-left: 1rem;
  width: 30px;
  height: 30px;
  line-height: 23px;
  text-align: center;
  padding: 0;
}

.icon-close.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.icon-close:before {
  content: "\00D7";
}

.recipe-card:not(.recipe-card-featured) .recipe-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  color: #fff;
  padding: 6rem 1rem 1rem 1rem;
}

a.recipe-card {
	display: block;
}

/* 3 Columns on very large screens */
@media( min-width: 1536px ) {
  .recipe-card:not(.recipe-card-featured):not(.recipe-card-grid):not(.page-hero)  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.recipe-card,
.recipe-card-image,
.recipe-card-title {
  position: relative;
}

.recipe-card .btn-featured-recipe,
.recipe-card .btn-featured-recipe:hover {
  cursor: pointer;
}

.recipe-card a {
  text-decoration: none;
  font-weight: 400;
}

.recipe-card .btn-featured-recipe {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-weight: 400;
  color: #fff;
}

.recipe-card .btn-featured-recipe .icon {
  margin: 5px;
}

.recipe-card-featured .recipe-card-title {
  background: #fff;
}

.recipe-card-image {
  position: relative;
  overflow: hidden;
}

.recipe-card.has-video .recipe-card-image:before,
.recipe-card.has-video .recipe-card-image:after,
.video-modal-link:before,
.video-modal-link:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.recipe-card.has-video .recipe-card-image:before,
.video-modal-link:before {
  background: rgba(0,0,0,0.5);
  width: 100px;
  height: 100px;
}

.recipe-card.has-video .recipe-card-image:after,
.video-modal-link:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='17' height='80' viewBox='0 0 17 20.3'%3E%3Cpath d='M0,17.8V2.5c0-2,2.2-3.2,3.9-2.1l12,7.6c1.6,1,1.6,3.3,0,4.3l-12,7.6C2.2,20.9,0,19.7,0,17.8z'/%3E%3C/svg%3E");
  width: 90px;
  height: 90px;
  border: 4px solid #fbb731;
  color: #fff;
  text-align: center;
}


.recipe-card .recipe-card-image img {
  -ms-transform: scale(1.01) rotate(0) translateX(0) translateY(0);
  -moz-transform: scale(1.01) rotate(0) translateX(0) translateY(0);
  -webkit-transform: scale(1.01) rotate(0) translateX(0) translateY(0);
  transform: scale(1.01) rotate(0) translateX(0) translateY(0);
  -ms-transition: transform 12s linear;
  -moz-transition: transform 12s linear;
  -webkit-transition: transform 12s linear;
  transition: transform 12s linear;
}

.recipe-card:hover .recipe-card-image img {
  -ms-transform: scale(1.1) rotate(0.1deg) translateX(-2.5%) translateY(-1%);
  -moz-transform: scale(1.1) rotate(0.1deg) translateX(-2.5%) translateY(-1%);
  -webkit-transform: scale(1.1) rotate(0.1deg) translateX(-2.5%) translateY(-1%);
  transform: scale(1.1) rotate(0.1deg) translateX(-2.5%) translateY(-1%);
}

@media (min-width: 992px){
  .recipe-card-featured .recipe-card-image {
    padding-bottom: 500px;
  }
  .recipe-card-featured .recipe-card-image img {
    position: absolute;
    transition: transform 0.2s linear;
  }
}

@media (min-width: 1200px){
  .recipe-card-featured .recipe-card-image {
    padding-bottom: 600px;
  }
}

.recipe-card .recipe-card-title h2,
.recipe-card .recipe-card-title h3 {
  font-weight: 300;
  line-height: 1;
  font-size: 1.9rem;
}

.recipe-card .recipe-card-title a {
  text-decoration: none;
}

.recipe-card:not(.recipe-card-featured) .recipe-card-title a {
  color: #fff;
}

.recipe-card .recipe-card-title a:hover {
  opacity: 0.8;
}

.recipe-card .recipe-card-right {
  font-weight: 500;
}
.recipe-card.recipe-card-featured .recipe-card-right {
  font-weight: 400;
}

.recipe-card:not(.recipe-card-featured) .recipe-card-right .col-6 {
  font-weight: 500;
}

.recipe-tips {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-style: italic;
  color: #999;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .recipe-card:not(.recipe-card-featured):not(.page-hero) .recipe-card-right {
    max-width: 150px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .recipe-card:not(.recipe-card-featured) .recipe-card-title .col-6 {
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-right: 0;
  }
}

.recipe-card-featured .recipe-card-title > .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.recipe-card-featured .recipe-card-right {
  line-height: 1.2
}

.recipe-card-featured .recipe-card-title > .container:before {
  content: "";
  background-color: #fff;
  height: 18px;
  width: 18px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -9px;
  left: 30px;
  position: absolute;
}

#featuredRecipe.modal {
  font-size: 1rem;
}

#featuredRecipe.modal .modal-content h2 {
  font-size: 1.5rem;
}

#featuredRecipe.modal h3 {
  font-size: 1.25rem;
}

#featuredRecipe.modal button.close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 3rem;
  z-index: 1126;
  width: 2rem;
  height: 2rem;
  text-shadow: none;
  font-weight: 300;
  opacity: 1;
  color: #000;
}

@media (min-width: 768px){
  #featuredRecipe.modal {
    position: absolute;
    z-index: 5;
  }

  #featuredRecipe.modal .modal-content,
  #featuredRecipe.modal .modal-dialog {
    height: 100%;
  }

  #featuredRecipe.modal .modal-body {
    background-color: #fff;
  }

  #featuredRecipe.modal .modal-content {
    border: 0;
    border-radius: 0;
  }

  #featuredRecipe.modal .modal-dialog {
    max-width: 60%;
    margin: 0 0 0 auto;
  }

  #featuredRecipe.modal.fade:not(.show) .modal-dialog {
      -webkit-transform: translate3d(25%, 0, 0);
      transform: translate3d(25%, 0, 0);
  }

  .modal-open {
      overflow: auto!important;
  }

  .modal-backdrop {
    display: none !important;
  }

  #featuredRecipe.modal button.close {
    top: 1rem;
    right: 1rem;
  }
}

.site-footer {
  background-color: #363636;
  color: #b8b8b8;
  font-size: 0.7rem;
}

.site-footer a {
  text-decoration: none;
}


.site-footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}


@media (min-width: 480px) {
  .site-footer {
    font-size: 0.9rem;
  }
}

.site-footer a {
  color: #b8b8b8;
}

.site-footer .container {
  max-width: 500px;
  text-align: center;
}

.site-footer ul {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.site-footer svg {
  margin-right: 0.5rem;
  margin-top: -5px;
  float: left;
  display: block;
}

/* Facebook - TODO: Add class via WP menu settings */

#menu-item-21 a {
  font-size: 1px;
  letter-spacing: -1px;
  color: transparent;
}

#menu-item-21 a:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-size: 1rem; /* Maintain relative font-size in browsers that support it */
  letter-spacing: normal;
  color: #b8b8b8;
}

#carouselText .carousel-item,
#carouselText .slick-slide {
  /* min-height: 200px; */
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  outline: none;
}

#carouselText {
  margin-left: -15px;
  margin-right: -15px;
}

#carouselText .carousel-control-next, .carousel-control-prev {
  width: 2rem;
}

@media (min-width: 480px) {
  #carouselText .carousel-item {
    padding-left: 0;
    padding-right: 0;
  }

  #carouselText .carousel-control-prev {
    left: -2rem;
  }
  #carouselText .carousel-control-next {
    right: -2rem;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #b8b8b8;
  cursor: pointer;
}

.carousel-indicators li.active,
.carousel-indicators li.slick-active {
  background-color: #d69d2c;
  border-color: #d69d2c;
}


/* Slick Slider */

/* 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;
}

/* Slick Theming */
.page-hero {
  position: relative;
}

@media (min-width: 576px) {
  .page-hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 42vw;
    background-color: #010000;
  }

  .page-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.grid-list-item {
  text-align: center;
}

.grid-list-item h2 {
  font-size: 1.38rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.grid-list-item h2 a {
  text-decoration: none;
  display: block;
  font-weight: 300;
}

.grid-list-item h2 a:hover {
  color: #000!important;
}

.grid-list-item h2 small,
.grid-list-item h2 .smallText {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 1.1rem;
}

.grid-list-item .image-wrapper {
  margin-bottom: 2rem;
}

.grid-list-item .excerpt {
  font-size: 1rem;
  font-weight: 400;
}

/* Product Detail Page */

h1.product-title {
  font-size: 2.5rem;
}

h1.product-title small {
  font-size: 1.5rem;
}

h1.product-title,
h1.product-title small {
  font-weight: 300;
}

h1.product-title small {
  display: block;
}


@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-webkit-keyframes shadowfloat {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}

@keyframes shadowfloat {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}


.grid-list-item .image-wrapper {
  position: relative;
  display: block;
}

.grid-list-item:hover .image-wrapper {
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
}

.grid-list-item .image-wrapper:after{
  content: "";
  width: 100%;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  display: block;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);

  width: 8vw;
  margin: -30px auto 0;
}

.grid-list-item:hover .image-wrapper:after {
  -webkit-animation: shadowfloat 4s ease-in-out infinite;
          animation: shadowfloat 4s ease-in-out infinite;
}



/* Nutrition Info */
.calorie-info,
.performance-facts,
.performance-facts h2,
.performance-facts p {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.arrow-left.tp-leftarrow.tparrows.default,
.arrow-right.tp-rightarrow.tparrows.default,
.mb_view_desc,
.mb_view_title {
  display: none
}

.performance-facts {
	font-size: 12px;
    line-height: 1.4;
    border: 1px solid #000;
    /* float: left; */
    padding: 5px;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
    background-color: #fff;
    max-width: 290px;
    margin: 0 auto;
}

.calorie-info {
  font-size: 10px;
  border: 0;
  width: 100%;
}


@media (min-width: 992px) {
	.performance-facts {
		float: left;
	}	
}

.performance-facts h2 {
  display: block;
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}

.performance-facts p {
  margin: 0
}

#mb_nutritional_modal .modal-title,
.mb_nutritional,
.recipe_subline input {
  font-family: "Neutra Text"
}

.performance-facts table {
  border-collapse: collapse
}

.performance-facts__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 .25rem
}

/* .performance-facts__header {
  border-bottom: 10px solid #000;
  padding: 0 0 .25rem;
  margin: 0 0 .5rem
} */

.performance-facts__header p {
  margin: 0
}

.performance-facts__table,
.performance-facts__table--grid,
.performance-facts__table--small {
  width: 100%
}

.performance-facts__table thead tr td,
.performance-facts__table thead tr th,
.performance-facts__table--grid thead tr td,
.performance-facts__table--grid thead tr th,
.performance-facts__table--small thead tr td,
.performance-facts__table--small thead tr th {
  border: 0
}

.calorie-info td,
.performance-facts__table td,
.performance-facts__table th,
.performance-facts__table--grid td,
.performance-facts__table--grid th,
.performance-facts__table--small td,
.performance-facts__table--small th {
  font-weight: 400;
  text-align: left;
  padding: .25rem 0;
  border-top: 1px solid #000;
  /* white-space: nowrap */
}



.calorie-info td {
  border: none;
  padding: 0;
}

.calorie-info thead {
  border-bottom: 1px solid;
}

.performance-facts__table th {
  font-weight: 700;
}

.performance-facts__table td+td, 
.performance-facts__table th+td, 
.performance-facts__table--grid td:last-child, 
.performance-facts__table--small td:last-child {
  text-align: right;
}

.performance-facts__table .blank-cell,
.performance-facts__table--grid .blank-cell,
.performance-facts__table--small .blank-cell {
  width: 1rem;
  border-top: 0
}

.performance-facts__table .thick-row td,
.performance-facts__table .thick-row th,
.performance-facts__table--grid .thick-row td,
.performance-facts__table--grid .thick-row th,
.performance-facts__table--small .thick-row td,
.performance-facts__table--small .thick-row th {
  border-top-width: 5px
}

.performance-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 .5rem
}

.performance-facts__table--small thead tr {
  border-bottom: 1px solid #000
}

.performance-facts__table--small td,
.performance-facts__table--small th {
  border: 0;
  padding: 0
}

.performance-facts__table--grid {
  margin: 0 0 .5rem
}

.performance-facts__table--grid td:last-child:before {
  content: "•";
  font-weight: 700;
  margin: 0 .25rem 0 0
}



hr {
  background-repeat: repeat-x;
  background-size: 8px 4px;
  height: 16px;
  margin: 0 0 16px 0;
  background-image: radial-gradient(circle, black 1px, transparent 1.5px);  
  border: 0;
}

.recipe-nutrition th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 5px;
}

.recipe-nutrition td {
  padding: 5px;
}


.recipe-left {
  border-bottom: 1px solid #000;
}

.recipe-left {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.recipe-right {
  margin-bottom: 3rem;
}


@media (min-width: 992px) {

  .recipe-left {
    border: 0;
    border-right: 1px solid #000;
  }

  .recipe-right {
    padding-left: 3rem;
    padding-right: 2rem;
  }
  .recipe-left {
    padding-right: 3rem;
  }
}

.recipe-nutrition tr td:nth-child(2) {
  text-align: right;
}

.home-product-family {
  margin: -150px auto 3rem;
}

.home-cta {
  padding-bottom: 8rem!important;
}

/* About Timeline */

.timeline,
.timeline-item {
  position: relative;
}

.timeline {
  max-width: 900px;
  margin: 0 auto;
}


.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 40px;
  bottom: 0px;
  width: 3px;
  background-color: #fff;
}

.timeline-item {
  width: 100%;
  padding: 0 20px;
  clear: both;
  text-align: left;
  margin-bottom: 60px;
  font-size: 1rem;
  padding-left: 80px;
}

.timeline-item h3 {
  position: relative;
  font-style: italic;
  font-size: 3rem;
  font-weight: 100;
}


.timeline-item h3:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border: 4px solid #fff;
  background-color: #000;
  border-radius: 100%;
  z-index: 10;
  left: -56px;
}

.timeline-item .active-dot{
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fbb731;
  left: 33px;
  z-index: 15;
  border-radius: 50%;
  top: 9px;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .timeline-item {
    padding-right: 80px;
    padding-left: 20px;
    margin-bottom: 60px;
    text-align: right;
    margin-right: 50%;
  }

  .timeline-item h3 {
    font-size: 4rem;
  }

  .timeline-item h3:before {
    left: auto;
    right: calc(-80px - 18px);
  }

  .timeline-item .active-dot{
    right:-9px;
  }

  .timeline-item:nth-child(2n) .active-dot {
    right: auto;
    left: -9px;
  }

  .timeline-item:nth-child(2n) {
    text-align: left;
    margin-right: 0;
    margin-left: 50%;
    padding-right: 20px;
    padding-left: 80px;
  }

  .timeline-item:nth-child(2n) h3:before {
    right: auto;
    left: calc(-80px - 18px);
  }

  .timeline-item .active-dot{
    left: auto;
    right: -9px;
  }
  .timeline-item:nth-child(2n) .active-dot{
    left: -9px;
  }
}

/* Form Elements */

.required-label {
   font-size: 0.8rem;
   font-weight: 400;
   text-align: left;
}

.form-control {
  border-radius: 0;
}

#wpcf7-f101-p102-o1 .control-label {
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
}

#wpcf7-f101-p102-o1 .checkbox  {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}

#wpcf7-f101-p102-o1 .checkbox input[type="checkbox"] {
  margin-left: -17px;
}


@media (min-width: 768px) {
  #wpcf7-f101-p102-o1 .form-group > div:not(.form-fullwidth) {
    display: inline-block;
    width: calc( 100% - 205px);
  }

  #wpcf7-f101-p102-o1 .control-label {
    padding: 0;
    text-align: right;
    width: 200px;
    padding-right: 5px;
  }

  .required-label,
  #wpcf7-f101-p102-o1 .checkbox,
  #wpcf7-f101-p102-o1 .submit-form  {
    margin-left: 205px;
  }
}

.select-wrap {
  position: relative;
}

.select-wrap:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height= '20' fill='%23797979' viewBox='0 0 25 25'%3E%3Cpath d='M12.5 18.5L1.7 7.7l1.2-1.2 9.6 9.6 9.6-9.6 1.2 1.2-10.8 10.8z'/%3E%3C/svg%3E");
  color: #b8b8b8;
  right: 0;
  top: 0px;
  height: 38px;
  width: 30px;
  padding: 10px 0px 0px 5px;
  position: absolute;
  pointer-events: none;
  background: #d2d2d2;
}

/* IE11 hide native button */
select::-ms-expand {
display: none;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  height: 50px;
  -ms-word-break: normal;
  word-break: normal;
}

.cta-vertical-image {
  margin-top: 4rem;
  margin-bottom: -150px;
  position:relative;
  z-index: 1;
}


div.wpcf7-mail-sent-ok {
  border: 0;
  font-size: 1rem;
  text-align: center;
  margin: 1rem;
  border: 1px solid #d69d2c;
  color: #d69d2c;
}

@media(max-width: 1279px) {
  .fluid-video{ 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  } 

  .fluid-video iframe { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.hero-lightbox {
  position: absolute; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0,0,0,0.85);
  text-align: center;
}

.hero-lightbox .embed-container {
  
}


/* Video Modal */
#videoModal {
  display: none; 
  position: fixed;
  z-index: 99999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

@media (min-width: 992px) {
  #videoModal {
    position: absolute;
    z-index: 999;
  }
}

.video-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.video-modal-content { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

.video-modal-close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 5;
  font-size: 40px;
  z-index: 9999999999999;
}

.video-modal-close:hover,
.video-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

p.product-ingredients {
  font-size: 1rem;
  font-style: italic;
  color: #999;
  line-height: 1;
  text-align: center;
}

@media (min-width: 992px) {
	p.product-ingredients {
		text-align: left;
	}
}