/* ------------------------------------------- */
/*  Start Mixins */
/* ------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,500,600,700");
@font-face {
  font-family: 'debbyscript';
  src: url("../grapes/assets/fonts/debby-webfont.woff2") format("woff2"), url("../grapes/assets/fonts/debby-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* ------------------------------------------- */
/*  Start Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Global */
/* ------------------------------------------- */
.html5boxSeekerPlay, div.html5boxSeekerPlay {
  background-color: #80AA20 !important; }

.html5boxVolumeBarActive {
  background-color: #702040 !important; }

select::-ms-expand {
  display: none; }

@media (min-width: 1350px) {
  .container {
    width: 1350px !important; } }

@media (max-width: 1500px) {
  .container {
    width: 100% !important; } }

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

a {
  cursor: pointer; }

.vertical {
  position: relative;
  top: 50%;
  transform: translateY(50%); }

.vertical-25 {
  position: relative;
  top: 25%;
  transform: translateY(25%); }

.debby {
  font-family: 'debbyscript', serif;
  padding-left: 10px;
  padding-right: 10px;
  font-style: normal;
  font-size: 64px;
  line-height: 24px;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: -1px; }
  .debby span.non-deb {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 4px;
    text-transform: uppercase; }

h3 .debby {
  line-height: 60px; }

.drop-shadow {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4); }

.grn {
  color: #80AA20; }

.prp {
  color: #702040 !important; }

.g-red {
  color: #C41720; }

.blk-grp {
  color: #9D1266; }

.wht {
  color: #fff; }

.slate-grey-color {
  color: #333; }

.green-bg {
  background-color: #80AA20; }

.purple-bg {
  background-color: #702040; }

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

.shade-bg {
  background-color: #dbdee5; }

.white-bg-b {
  background-color: #fff;
  border: 1px solid #ddd; }

.light-gray-bg {
  background: #f2f2f2; }

.swoosh {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  pointer-events: none; }

.rag-wrap {
  position: relative; }
  .rag-wrap img {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 110%;
    left: -10px; }

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.full-width-video .triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  margin: 0 auto; }

.full-width-video .animated.flash {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 35px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0;
  top: 35%; }

.triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 35px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
  top: 35%; }

.spacer-cta {
  padding-top: 30px;
  padding-bottom: 30px; }

.dots {
  font-size: 11px;
  padding-right: 10px; }

.dots-right {
  font-size: 11px;
  padding-left: 10px; }

.pull-right-lg {
  float: right; }

.pull-left-lg {
  float: left; }

.z-10 {
  z-index: 10; }

/* ------------------------------------------- */
/*  Start Mixin's */
/* ------------------------------------------- */
.lazyload {
  opacity: 0;
  transition: all 500ms; }

.lazyload.grape-loaded {
  opacity: 1; }

.h-100 {
  height: 100%; }

.no-point {
  pointer-events: none !important; }

.mb--10 {
  margin-bottom: -10px; }

.mt--10 {
  margin-top: -10px; }

.mt--20 {
  margin-top: -20px; }

.mt--30 {
  margin-top: -30px; }

.mt--60 {
  margin-top: -60px; }

.mb--30 {
  margin-bottom: -30px; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-0 {
  margin-top: 0px; }

.mt-30 {
  margin-top: 30px; }

.mt-60 {
  margin-top: 60px; }

.ms-10 {
  margin-left: 10%;
  margin-right: 10%; }

.ms-5 {
  margin-left: 5%;
  margin-right: 5%; }

.full-wide {
  padding: 4% 10% 2.5% 10%;
  position: relative; }

.cell-pad {
  padding: 2% 4% 2% 4% !important; }

.text-center {
  margin: 0 auto;
  text-align: center; }

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

.text-right {
  text-align: right; }

.small-text {
  font-size: 12px !important;
  line-height: 14px !important; }

.img-circle {
  border-radius: 50%; }

.img-responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

.no-side-pad {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.ps-20 {
  padding-left: 20%;
  padding-right: 20%; }

.ps-15 {
  padding-left: 15%;
  padding-right: 15%; }

.ps-0 {
  padding-left: 0;
  padding-right: 0; }

.ps-10 {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.ps-25 {
  padding-left: 2.5% !important;
  padding-right: 2.5% !important; }

.ps-5 {
  padding-left: 5% !important;
  padding-right: 5% !important; }

.ps-8 {
  padding-left: 8% !important;
  padding-right: 8% !important; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-80 {
  padding-bottom: 80px; }

.ptb-15 {
  padding: 15px 0; }

.ptb-30 {
  padding: 30px 0; }

.pd30-45 {
  padding: 30px 45px; }

.pd30-50 {
  padding: 30px 50px; }

.pd30-60 {
  padding: 30px 60px; }

.pad-cont10 {
  padding-top: 20px;
  padding-left: 10%;
  padding-bottom: 20px;
  padding-right: 10%; }

.pad-cont20 {
  padding-top: 20px;
  padding-left: 20%;
  padding-bottom: 20px;
  padding-right: 20%; }

.pa-15 {
  padding: 15px; }

.rel {
  position: relative; }

.abs {
  position: absolute !important; }

.h100 {
  max-height: 100px; }

.updated.fade {
  display: none !important; }

.opac {
  opacity: 1 !important; }

.opac-0 {
  opacity: 0 !important; }

.cd-timeline-content .the-excerpt {
  margin-left: 7px; }

.xs-show {
  display: none; }

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

.size-medium {
  border: 5px solid #f2f2f2; }

.one-one {
  position: relative; }
  .one-one:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .one-one > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.one-eight {
  position: relative; }
  .one-eight:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%; }
  .one-eight > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.sixteen-nine {
  position: relative; }
  .sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.video-library-featured {
  position: relative;
  background-position: center; }
  .video-library-featured:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 68.75%; }
  .video-library-featured > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.video-library-featured-small {
  position: relative;
  background-position: center; }
  .video-library-featured-small:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%; }
  .video-library-featured-small > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.about-california-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (min-width: 767px) {
  .about-california-header {
    position: relative; }
    .about-california-header:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 53.125%; }
    .about-california-header > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

@media only screen and (min-width: 1200px) {
  .about-california-header {
    position: relative; }
    .about-california-header:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 37.5%; }
    .about-california-header > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

@media only screen and (max-width: 768px) {
  .video-library-featured, .video-library-featured-small {
    position: relative; }
    .video-library-featured:before, .video-library-featured-small:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.5%; }
    .video-library-featured > .content, .video-library-featured-small > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.aligner-item {
  max-width: 50%;
  flex: 1; }

/* ------------------------------------------- */
/*  End Mixin's */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Bootstrap over-rides / add ons */
/* ------------------------------------------- */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent !important; }

.navbar-default {
  background-color: transparent;
  border-color: transparent !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-repeat: none !important;
  border-radius: 0;
  background-repeat: repeat-x;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.dropdown-menu {
  display: block !important;
  opacity: 0;
  height: 0;
  border-radius: 2px !important;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20% !important;
    float: left; } }

/* ------------------------------------------- */
/*  End Bootstrap over-rides */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Hamburger Helper Start */
/* ------------------------------------------- */
button#responsive-menu-pro-button.responsive-menu-pro-button {
  width: 55px;
  height: 55px;
  background: transparent !important;
  position: absolute;
  top: 68px !important;
  right: 6px !important;
  -webkit-transition: all 1s ease-in .2s;
  transition: all 1s ease-in .2s; }

button#responsive-menu-pro-button.responsive-menu-pro-button.low {
  top: 91px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

button#responsive-menu-pro-button .responsive-menu-pro-box {
  color: #fff;
  top: -7px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

button.responsive-menu-pro-button.responsive-menu-pro-accessible.responsive-menu-pro-elastic.is-active {
  position: fixed !important; }

#responsive-menu-pro {
  margin-top: 164px !important; }

button#responsive-menu-pro-button .responsive-menu-pro-box {
  color: #80AA20 !important; }

.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
  background-color: #80AA20 !important; }

.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
  width: 35px !important;
  height: 3px;
  background-color: #80AA20 !important;
  border-radius: 0px !important; }

#responsive-menu-pro-container #responsive-menu-pro-wrapper {
  background: transparent !important; }

#responsive-menu-pro-container li.responsive-menu-pro-item a {
  padding: 0 65px !important; }

#responsive-menu-pro-container ul.responsive-menu-pro-submenu .responsive-menu-pro-item a {
  padding: 0 95px !important; }

.responsive-menu-pro-submenu-depth-2 {
  margin-left: 30px !important; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

a,
a:visited,
a:hover,
a:active {
  /*color: inherit;*/
  text-decoration: none;
  outline: none !important;
  outline-offset: 0 !important; }

.outer-menu {
  position: absolute;
  /*top: 20px;*/
  left: 10px;
  z-index: 1; }

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 20;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0; }

.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff; }

.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff; }

.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0; }

.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible; }

.outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .75s;
  transition-duration: .75s; }

.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s; }

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.outer-menu .hamburger {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 40px;
  padding: .5em 1em;
  background: none;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 2px;
  background: #111;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu.desktop .hamburger > div {
  background: #80AA20;
  height: 3px; }
  .outer-menu.desktop .hamburger > div:after, .outer-menu.desktop .hamburger > div:before {
    height: 3px; }

.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.outer-menu .hamburger > div:after {
  top: 10px; }

.outer-menu .menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .menu > div {
  width: 300%;
  height: 175%;
  color: #fff0dd;
  background: rgba(79, 24, 31, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90%;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100%; }

.outer-menu .menu > div > div > ul > li {
  padding: 0;
  display: block; }

.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }

.outer-menu .menu > div > div > ul > li > a:hover {
  color: #fff; }

.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%; }

.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease; }

.outer-menu.desktop .menu > div > div > ul > li.dropdown > a .caret {
  background-image: url(../grapes/assets/svg/accents/plus.svg);
  position: absolute;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: -3px 0px;
  z-index: 1;
  bottom: 0.6em;
  width: 28px;
  height: 28px;
  border-top: 4px transparent;
  border-top: 4px transparent\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.outer-menu.desktop .dropdown .dropdown-menu {
  position: absolute;
  max-height: 0;
  top: 100%;
  display: block;
  min-width: 450px;
  padding: 0;
  margin: 0;
  background-color: rgba(79, 24, 31, 0.97);
  border: 0;
  font-size: 14px;
  text-align: left;
  max-height: 1000px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .outer-menu.desktop .dropdown .dropdown-menu a {
    border: 0; }

.outer-menu.desktop .dropdown.open .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  z-index: 1000;
  float: none;
  background-color: rgba(79, 24, 31, 0.97);
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 12px transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .outer-menu.desktop .dropdown.open .dropdown-menu a {
    border: 0; }

.outer-menu.desktop .menu > div > div > ul > li.dropdown.open > a .caret {
  transition: width 0.4s ease;
  bottom: 0.6em !important;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.outer-menu.desktop li {
  margin: .5em; }

.outer-menu.desktop .open > a {
  background: transparent;
  background-image: none !important; }

.outer-menu.desktop .menu > div > div > ul > li.dropdown > a:hover.caret {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.outer-menu.desktop .dropdown-menu {
  position: relative;
  z-index: 1000;
  float: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center; }

/* ------------------------------------------- */
/*  Hamburger Helper End */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Basic Responsive Video Start
/* ------------------------------------------- */
.full-video {
  padding: 56.25% 0 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  background-size: cover;
  background-repeat: no-repeat; }

.vid-wrap-e, .vid-wrap-f {
  position: relative; }

.full-video.open {
  position: fixed;
  padding: 56.25% 0 0;
  width: 70%;
  top: 0px;
  z-index: 13;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  background-image: none !important; }

.video-embed {
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  opacity: 0; }

.full-video.open > .video-embed {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.basic-modal-bg, .image-modal-bg {
  opacity: 0;
  display: block;
  z-index: 12;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.basic-modal-bg.popped, .image-modal-bg.popped {
  height: 2000%;
  width: 100%;
  background-color: black;
  opacity: .4;
  position: fixed;
  top: -1000%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.playbtn {
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  bottom: 0;
  padding: 5px;
  z-index: 12; }

.grn-playbtn {
  height: 45px;
  width: 45px !important;
  z-index: 12; }

.full-video.open .playbtn {
  display: none; }

#recipe-video {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#recipe-video.page-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vid-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.vid-wrap button {
  position: absolute;
  background-color: transparent;
  border: none;
  width: 25%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.vid-wrap button:focus {
  outline: none; }

.vid-wrap button svg {
  height: 150px;
  width: 150px; }

.video-content, .video-content-2 {
  display: block;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.video-content.away, .video-content-2.away {
  display: none;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  pointer-events: none; }

/* ------------------------------------------- */
/*  Basic Responsive Video End
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Buttons */
/* ------------------------------------------- */
.grn-btn {
  background-color: #80AA20;
  padding: 16px 24px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #80AA20;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .grn-btn:hover, .grn-btn:active, .grn-btn:focus {
    background-color: white;
    color: #80AA20;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.grn-btn-dl {
  display: block;
  margin: 0 auto;
  width: 170px;
  text-align: center;
  background-color: #80AA20;
  padding: 20px 24px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #80AA20;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .grn-btn-dl:hover, .grn-btn-dl:active, .grn-btn-dl:focus {
    background-color: white;
    color: #80AA20;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.wht-btn-dl {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: white;
  padding: 22px 42px;
  color: #80AA20;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 16px;
  border: solid 3px white;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .wht-btn-dl:hover, .wht-btn-dl:active, .wht-btn-dl:focus {
    background-color: #80AA20;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  @media only screen and (max-width: 544px) {
    .wht-btn-dl {
      line-height: 26px;
      padding: 22px 22px; } }

.big-prp-btn-dl {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #702040;
  padding: 22px 42px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 16px;
  border: solid 3px #702040;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .big-prp-btn-dl:hover, .big-prp-btn-dl:active, .big-prp-btn-dl:focus {
    background-color: white;
    color: #702040;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  @media only screen and (max-width: 544px) {
    .big-prp-btn-dl {
      line-height: 26px;
      padding: 22px 22px;
      font-size: 18; } }

.red-btn {
  background-color: #C41720;
  padding: 16px 24px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #C41720;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .red-btn:hover, .red-btn:active, .red-btn:focus {
    background-color: white;
    text-decoration: none;
    color: #C41720;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.prp-btn {
  background-color: #702040;
  padding: 16px 24px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #702040;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .prp-btn:hover, .prp-btn:active, .prp-btn:focus {
    background-color: white;
    color: #702040;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.prp-btn-dl {
  display: block;
  width: 260px;
  text-align: center;
  background-color: #702040;
  padding: 16px 24px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #702040;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .prp-btn-dl:hover, .prp-btn-dl:active, .prp-btn-dl:focus {
    background-color: white;
    color: #702040;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.white-prp-btn {
  background-color: #fff;
  padding: 16px 24px;
  color: #702040;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #fff;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .white-prp-btn:hover, .white-prp-btn:active, .white-prp-btn:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.white-grn-btn {
  background-color: #fff;
  padding: 16px 24px;
  color: #80AA20;
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #fff;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .white-grn-btn:hover, .white-grn-btn:active, .white-grn-btn:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.grn-prp-btn, span.grn-prp-btn a {
  color: #80AA20;
  font-size: 16px;
  line-height: 16px;
  background: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .grn-prp-btn:hover, .grn-prp-btn:active, .grn-prp-btn:focus, span.grn-prp-btn a:hover, span.grn-prp-btn a:active, span.grn-prp-btn a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #9D1266;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.prp-grn-btn,
span.prp-grn-btn a,
.more-link,
.page-template-advertising #feature-recipes p a {
  color: #9D1266;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background: none;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .prp-grn-btn:hover, .prp-grn-btn:active, .prp-grn-btn:focus,
  span.prp-grn-btn a:hover,
  span.prp-grn-btn a:active,
  span.prp-grn-btn a:focus,
  .more-link:hover,
  .more-link:active,
  .more-link:focus,
  .page-template-advertising #feature-recipes p a:hover,
  .page-template-advertising #feature-recipes p a:active,
  .page-template-advertising #feature-recipes p a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #80AA20;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.wht-grn-btn, span.wht-grn-btn a {
  color: white;
  background: none;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .wht-grn-btn:hover, .wht-grn-btn:active, .wht-grn-btn:focus, span.wht-grn-btn a:hover, span.wht-grn-btn a:active, span.wht-grn-btn a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #80AA20;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

/* ------------------------------------------- */
/*  End Buttons */
/* ------------------------------------------- */
html, body {
  font-family: "Raleway", sans-serif !important;
  overflow-x: hidden;
  width: 100%; }

html {
  position: relative;
  min-height: 100%; }

h2 {
  font-style: italic;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 4px;
  text-transform: uppercase; }

h3 {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  padding-left: 10%;
  padding-right: 10%; }

p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 26px; }

*:focus {
  outline: none; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

li {
  line-height: 1.5em;
  padding-bottom: 15px; }

.cs-select li {
  line-height: 1em;
  padding-bottom: 0; }

.cs-select.cs-skin-underline {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -op-appearance: none;
  appearance: none;
  width: 35% !important;
  border-bottom: 3px solid #702040;
  border-radius: 0px;
  color: #702040;
  font-size: 1.3em;
  padding: 15px 0px 16px 8px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #FFF;
  background: url(../grapes/assets/svg/icons/button-chevron-down.svg);
  background-size: 177% 25%;
  background-repeat: no-repeat;
  background-position: 5px 25px; }

.cs-skin-underline > span {
  border-bottom: 3px solid #702040 !important; }

/* ------------------------------------------- */
/*  End Global */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Navigation styles */
/* ------------------------------------------- */
nav.navbar {
  min-height: 130px;
  margin-bottom: 0px; }
  nav.navbar li a:hover {
    background-color: transparent; }
  nav.navbar .navbar-header {
    margin-top: 20px;
    margin-left: 25px;
    padding-bottom: 20px;
    z-index: 101;
    float: left; }
  nav.navbar nav.partners-nav {
    position: absolute;
    margin-top: 28px;
    margin-right: 30px;
    width: 100%;
    right: 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 600; }
    nav.navbar nav.partners-nav ul {
      float: right; }
    nav.navbar nav.partners-nav a {
      color: #9D1266;
      margin-right: 35px; }
  nav.navbar #menu-primary, nav.navbar .partners-nav, nav.navbar #menu-internal, nav.navbar #menu-retailers, nav.navbar #menu-foodservice-nav {
    float: right; }
    nav.navbar #menu-primary li, nav.navbar .partners-nav li, nav.navbar #menu-internal li, nav.navbar #menu-retailers li, nav.navbar #menu-foodservice-nav li {
      float: left; }
      nav.navbar #menu-primary li a, nav.navbar .partners-nav li a, nav.navbar #menu-internal li a, nav.navbar #menu-retailers li a, nav.navbar #menu-foodservice-nav li a {
        padding: 5px 0; }
        nav.navbar #menu-primary li a:focus, nav.navbar .partners-nav li a:focus, nav.navbar #menu-internal li a:focus, nav.navbar #menu-retailers li a:focus, nav.navbar #menu-foodservice-nav li a:focus {
          text-decoration: none;
          background-color: transparent;
          outline: none; }
  nav.navbar .navbar-collapse.collapse {
    float: right;
    width: 100%;
    margin-bottom: 18px;
    margin-right: 35px;
    margin-top: -52px; }
    nav.navbar .navbar-collapse.collapse #menu-primary, nav.navbar .navbar-collapse.collapse #menu-internal, nav.navbar .navbar-collapse.collapse #menu-retailers, nav.navbar .navbar-collapse.collapse #menu-foodservice-nav {
      margin-top: 0px;
      text-transform: uppercase; }
      nav.navbar .navbar-collapse.collapse #menu-primary li a, nav.navbar .navbar-collapse.collapse #menu-internal li a, nav.navbar .navbar-collapse.collapse #menu-retailers li a, nav.navbar .navbar-collapse.collapse #menu-foodservice-nav li a {
        position: relative;
        margin-right: 12px;
        margin-left: 10px;
        display: inline;
        color: #777;
        font-weight: 500;
        padding-bottom: 1px;
        border-bottom: solid 3px transparent; }
      nav.navbar .navbar-collapse.collapse #menu-primary li:hover a, nav.navbar .navbar-collapse.collapse #menu-primary li.active a, nav.navbar .navbar-collapse.collapse #menu-internal li:hover a, nav.navbar .navbar-collapse.collapse #menu-internal li.active a, nav.navbar .navbar-collapse.collapse #menu-retailers li:hover a, nav.navbar .navbar-collapse.collapse #menu-retailers li.active a, nav.navbar .navbar-collapse.collapse #menu-foodservice-nav li:hover a, nav.navbar .navbar-collapse.collapse #menu-foodservice-nav li.active a {
        position: relative;
        display: inline;
        margin-right: 12px;
        margin-left: 10px;
        padding-bottom: 1px;
        color: #171717;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-bottom: solid 3px #88bb16; }
      nav.navbar .navbar-collapse.collapse #menu-primary li.current-page-ancestor a, nav.navbar .navbar-collapse.collapse #menu-internal li.current-page-ancestor a, nav.navbar .navbar-collapse.collapse #menu-retailers li.current-page-ancestor a, nav.navbar .navbar-collapse.collapse #menu-foodservice-nav li.current-page-ancestor a {
        position: relative;
        display: inline;
        margin-right: 12px;
        margin-left: 18px;
        padding-bottom: 1px;
        color: #171717;
        border-bottom: solid 3px #88bb16; }
  nav.navbar .searchbar {
    right: 0;
    position: relative;
    margin-top: 30px;
    margin-right: 20px;
    padding-bottom: 68px;
    opacity: 0; }
  nav.navbar .searchbar.closed {
    opacity: 1;
    right: 0;
    width: 10px;
    float: right;
    position: relative;
    margin-top: 30px;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s; }
  nav.navbar .searchbar.open {
    opacity: 1;
    float: right;
    position: relative;
    margin-top: 55px;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  nav.navbar #searchform {
    position: relative;
    height: 30px; }
    nav.navbar #searchform .search {
      position: absolute;
      right: 25px; }
  nav.navbar .icon.lock {
    height: 15px;
    width: 15px;
    float: left;
    fill: #702040;
    margin-top: 1px; }
  nav.navbar #searchform form {
    float: right; }
  nav.navbar #searchform #s.closed {
    width: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  nav.navbar #searchform #s.open {
    width: 180px;
    border-bottom: 3px solid #80AA20;
    -webkit-transition: all 0.5s ease-in-out .5s;
    -moz-transition: all 0.5s ease-in-out .5s;
    -o-transition: all 0.5s ease-in-out .5s;
    transition: all 0.5s ease-in-out .5s; }
  nav.navbar #searchform #search-icon {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background: url(../grapes/assets/svg/icons/search.svg);
    background-size: 100% 100%;
    border: none;
    background-repeat: none;
    float: right;
    margin-top: 5px; }
  nav.navbar #searchform ::-webkit-input-placeholder {
    color: #80AA20;
    font-weight: 400; }
  nav.navbar #searchform :-moz-placeholder {
    /* Firefox 18- */
    color: #80AA20;
    font-weight: 400; }
  nav.navbar #searchform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #80AA20;
    font-weight: 400; }
  nav.navbar #searchform :-ms-input-placeholder {
    color: #80AA20;
    font-weight: 400; }

.navbar-brand.fdin {
  opacity: 1;
  z-index: 20;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.partners-nav .nav.navbar-nav {
  opacity: 0; }

.partners-nav .nav.navbar-nav.fdin {
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.menu-label {
  font-style: normal;
  font-weight: 500;
  color: #000;
  padding-left: 54px;
  padding-top: 46px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0; }

.menu-label.fdin {
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.outer-menu {
  display: none; }
  .outer-menu .hamburger {
    top: 10px;
    opacity: 0; }
  .outer-menu .hamburger.fdin {
    opacity: 1;
    z-index: 12;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }

.outer-menu.desktop {
  display: block;
  right: 0;
  left: auto;
  z-index: 125; }
  .outer-menu.desktop .checkbox-toggle {
    top: -75px; }
  .outer-menu.desktop .hamburger {
    top: -66px;
    left: -5px; }

#menu-ham-nav-low, #menu-desktop-hamburger {
  overflow: hidden;
  max-width: 480px; }
  #menu-ham-nav-low li, #menu-desktop-hamburger li {
    padding: 0;
    margin: 1.8em;
    display: block; }
    #menu-ham-nav-low li:hover a, #menu-desktop-hamburger li:hover a {
      margin-right: 0; }
  #menu-ham-nav-low a, #menu-desktop-hamburger a {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: #fff0dd;
    text-transform: uppercase;
    background-color: transparent !important; }
    #menu-ham-nav-low a::selection, #menu-ham-nav-low a:active, #menu-ham-nav-low a:focus, #menu-desktop-hamburger a::selection, #menu-desktop-hamburger a:active, #menu-desktop-hamburger a:focus {
      background: transparent;
      /* WebKit/Blink Browsers */ }
    #menu-ham-nav-low a::-moz-selection, #menu-desktop-hamburger a::-moz-selection {
      background: transparent;
      /* Gecko Browsers */ }

#menu-desktop-hamburger li {
  text-align: left; }
  #menu-desktop-hamburger li a {
    margin-left: 30px; }
  #menu-desktop-hamburger li .dropdown-menu ul {
    margin-left: 30px; }
    #menu-desktop-hamburger li .dropdown-menu ul a {
      margin-left: 0px; }

.navbar-collapse.collapse.in {
  overflow-y: visible !important; }

.navbar.navbar-default {
  background-color: white; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: white !important;
  background-image: none !important;
  box-shadow: none !important; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  box-shadow: none; }

.navbar-default .partners-nav .navbar-nav > li > a:focus,
.navbar-default .partners-nav .navbar-nav > li > a:hover {
  color: #560938;
  background-color: transparent; }

.dropdown.open .caret {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.dropdown .caret {
  display: none;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.caret {
  display: none;
  background-image: url("../grapes/assets/images/triangle.svg");
  background-size: 100%; }

#crumbs a {
  color: #9D1266;
  font-size: 16px;
  line-height: 16px;
  font-weight: 100;
  background: none;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  #crumbs a:hover, #crumbs a:active, #crumbs a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #80AA20;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

#menu-desktop-hamburger span.caret {
  display: block; }

#menu-desktop-hamburger li {
  width: 100% !important;
  margin: 1.25em; }

#menu-desktop-hamburger .dropdown-menu li {
  background: transparent;
  margin: 0.25em !important; }
  #menu-desktop-hamburger .dropdown-menu li a {
    background-color: #fff0dd !important;
    color: #4E1920 !important;
    padding: 8px; }
    #menu-desktop-hamburger .dropdown-menu li a:hover {
      background-color: white !important;
      background-image: none;
      padding: 8px; }

/* ------------------------------------------- */
/*  End Navigation styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start header styles */
/* ------------------------------------------- */
header a.navbar-brand {
  position: relative;
  padding: 0px 15px !important;
  display: block;
  z-index: 0;
  opacity: 0; }
  header a.navbar-brand img.logo {
    width: 80px;
    height: 90px;
    border: 0; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent !important; }

/* ------------------------------------------- */
/*  End header area styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Video Blade */
/* ------------------------------------------- */
.full-width-video {
  position: relative;
  padding: 56.25% 0 0; }
  .full-width-video .swoosh {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%; }
  .full-width-video #video-header {
    width: 100%;
    height: 100%;
    background: url(../grapes/assets/images/hero-image-still-dt.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .full-width-video h1.animated {
    position: absolute;
    text-transform: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    top: 20%;
    left: 40px;
    color: white;
    line-height: 1; }

.page-template-recipes #video-header {
  width: 100%;
  height: 100%;
  background: url(../grapes/assets/images/grapesicles-header.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/* ------------------------------------------- */
/*  End Video Blade */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Page Header Blade */
/* ------------------------------------------- */
.full-width-header {
  position: relative; }
  .full-width-header .swoosh {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%; }
  .full-width-header h1.animated {
    position: absolute;
    text-transform: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    top: 25%;
    left: 40px;
    color: white;
    line-height: 1;
    opacity: 0; }
  .full-width-header h1.animated.bounceInLeft {
    opacity: 1; }

.page-id-150 .full-width-header h1.animated {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0; }

.page-id-150 tro-headline {
  padding-bottom: 0;
  padding-top: 0; }
  .page-id-150 tro-headline h2 {
    margin-bottom: 15px; }

.page-id-150 div.pad-cont20 {
  padding-top: 0px; }
  .page-id-150 div.pad-cont20 p {
    margin-top: 10px; }

/* ------------------------------------------- */
/*  End Page Header Blade */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Grapes Health General Styles 
/* ------------------------------------------- */
main.grape-health-page .intro-headline h2, .grape-health-child-page .intro-headline h2, .growers-sub-nav .intro-headline h2, .dietitian-recipes .intro-headline h2, main.v-archive-wrap .intro-headline h2 {
  line-height: 2em; }

main.grape-health-page .subnav, .grape-health-child-page .subnav, .growers-sub-nav .subnav, .dietitian-recipes .subnav, main.v-archive-wrap .subnav {
  padding-top: 30px;
  padding-bottom: 20px; }

main.grape-health-page .secondary-nav, .grape-health-child-page .secondary-nav, .growers-sub-nav .secondary-nav, .dietitian-recipes .secondary-nav, main.v-archive-wrap .secondary-nav {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
  text-align: center;
  padding-left: 0; }
  main.grape-health-page .secondary-nav li, .grape-health-child-page .secondary-nav li, .growers-sub-nav .secondary-nav li, .dietitian-recipes .secondary-nav li, main.v-archive-wrap .secondary-nav li {
    display: inline-block;
    padding-right: 1%;
    padding-left: 1%;
    margin: 0;
    padding-bottom: 1px;
    border-bottom: solid 3px rgba(255, 0, 255, 0);
    border-right: 1px solid #ddd;
    padding-bottom: 10px; }
    main.grape-health-page .secondary-nav li:hover, main.grape-health-page .secondary-nav li.active, .grape-health-child-page .secondary-nav li:hover, .grape-health-child-page .secondary-nav li.active, .growers-sub-nav .secondary-nav li:hover, .growers-sub-nav .secondary-nav li.active, .dietitian-recipes .secondary-nav li:hover, .dietitian-recipes .secondary-nav li.active, main.v-archive-wrap .secondary-nav li:hover, main.v-archive-wrap .secondary-nav li.active {
      color: #171717;
      transition: all 0.5s;
      border-bottom: solid 3px #702040;
      text-decoration: none; }
      main.grape-health-page .secondary-nav li:hover a, main.grape-health-page .secondary-nav li.active a, .grape-health-child-page .secondary-nav li:hover a, .grape-health-child-page .secondary-nav li.active a, .growers-sub-nav .secondary-nav li:hover a, .growers-sub-nav .secondary-nav li.active a, .dietitian-recipes .secondary-nav li:hover a, .dietitian-recipes .secondary-nav li.active a, main.v-archive-wrap .secondary-nav li:hover a, main.v-archive-wrap .secondary-nav li.active a {
        color: #9D1266; }
        main.grape-health-page .secondary-nav li:hover a:hover, main.grape-health-page .secondary-nav li.active a:hover, .grape-health-child-page .secondary-nav li:hover a:hover, .grape-health-child-page .secondary-nav li.active a:hover, .growers-sub-nav .secondary-nav li:hover a:hover, .growers-sub-nav .secondary-nav li.active a:hover, .dietitian-recipes .secondary-nav li:hover a:hover, .dietitian-recipes .secondary-nav li.active a:hover, main.v-archive-wrap .secondary-nav li:hover a:hover, main.v-archive-wrap .secondary-nav li.active a:hover {
          text-decoration: none; }
    main.grape-health-page .secondary-nav li a, .grape-health-child-page .secondary-nav li a, .growers-sub-nav .secondary-nav li a, .dietitian-recipes .secondary-nav li a, main.v-archive-wrap .secondary-nav li a {
      color: #777; }
      main.grape-health-page .secondary-nav li a:focus, .grape-health-child-page .secondary-nav li a:focus, .growers-sub-nav .secondary-nav li a:focus, .dietitian-recipes .secondary-nav li a:focus, main.v-archive-wrap .secondary-nav li a:focus {
        text-decoration: none;
        outline: none; }

main.grape-health-page .has-right-divider-line, .grape-health-child-page .has-right-divider-line, .growers-sub-nav .has-right-divider-line, .dietitian-recipes .has-right-divider-line, main.v-archive-wrap .has-right-divider-line {
  border-right: 1px solid #ddd; }

main.grape-health-page .intro, .grape-health-child-page .intro, .growers-sub-nav .intro, .dietitian-recipes .intro, main.v-archive-wrap .intro {
  padding: 3.5% 20% 2.5% 20%;
  position: relative; }

main.grape-health-page a.red-btn, .grape-health-child-page a.red-btn, .growers-sub-nav a.red-btn, .dietitian-recipes a.red-btn, main.v-archive-wrap a.red-btn {
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center; }

main.grape-health-page .fact-sheet ul, .grape-health-child-page .fact-sheet ul, .growers-sub-nav .fact-sheet ul, .dietitian-recipes .fact-sheet ul, main.v-archive-wrap .fact-sheet ul {
  padding-left: 30px; }

main.grape-health-page .fact-sheet li, .grape-health-child-page .fact-sheet li, .growers-sub-nav .fact-sheet li, .dietitian-recipes .fact-sheet li, main.v-archive-wrap .fact-sheet li {
  list-style: disc;
  padding-bottom: 20px;
  font-size: 16px; }

main.grape-health-page .fact-sheet p, .grape-health-child-page .fact-sheet p, .growers-sub-nav .fact-sheet p, .dietitian-recipes .fact-sheet p, main.v-archive-wrap .fact-sheet p {
  font-weight: 700;
  margin-left: 30px; }

main.grape-health-page .sidebar p, .grape-health-child-page .sidebar p, .growers-sub-nav .sidebar p, .dietitian-recipes .sidebar p, main.v-archive-wrap .sidebar p {
  font-size: 12px;
  line-height: 19px; }

main.grape-health-page fieldset, .grape-health-child-page fieldset, .growers-sub-nav fieldset, .dietitian-recipes fieldset, main.v-archive-wrap fieldset {
  width: 560px; }

ul.secondary-nav ul.dropdown-menu li {
  border-right: 0;
  color: #171717;
  transition: all 0.5s;
  text-decoration: none; }

ul.secondary-nav .dropdown-menu > li {
  display: block;
  padding: 8px;
  width: 100%;
  opacity: 0; }
  ul.secondary-nav .dropdown-menu > li a {
    padding: 3px 20px 3px 0;
    display: inline !important;
    font-weight: 600;
    font-size: 14px;
    color: #fff; }

ul.secondary-nav .dropdown-menu > li:hover,
ul.secondary-nav .dropdown-menu > li:focus {
  background-color: #fff;
  color: #9D1266;
  border-bottom: solid 3px transparent; }
  ul.secondary-nav .dropdown-menu > li:hover a,
  ul.secondary-nav .dropdown-menu > li:focus a {
    color: #702040 !important; }

ul.secondary-nav .dropdown-menu > li > a:hover,
ul.secondary-nav .dropdown-menu > li > a:focus {
  background-color: transparent;
  background-image: none;
  background-repeat: none; }

.open > .dropdown-menu {
  display: block;
  opacity: 1;
  height: auto;
  background-color: #702040;
  pointer-events: inherit;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.open > .dropdown-menu > li {
  opacity: 1 !important; }
  .open > .dropdown-menu > li:nth-child(1) {
    -webkit-transition: opacity 0.2s ease 0.1s !important;
    -moz-transition: opacity 0.2s ease 0.1s !important;
    -o-transition: opacity 0.2s ease 0.1s !important;
    transition: opacity 0.2s ease 0.1s !important; }
  .open > .dropdown-menu > li:nth-child(2) {
    -webkit-transition: opacity 0.2s ease 0.12s !important;
    -moz-transition: opacity 0.2s ease 0.12s !important;
    -o-transition: opacity 0.2s ease 0.12s !important;
    transition: opacity 0.2s ease 0.12s !important; }
  .open > .dropdown-menu > li:nth-child(3) {
    -webkit-transition: opacity 0.2s ease 0.15s !important;
    -moz-transition: opacity 0.2s ease 0.15s !important;
    -o-transition: opacity 0.2s ease 0.15s !important;
    transition: opacity 0.2s ease 0.15s !important; }
  .open > .dropdown-menu > li:nth-child(4) {
    -webkit-transition: opacity 0.2s ease 0.17s !important;
    -moz-transition: opacity 0.2s ease 0.17s !important;
    -o-transition: opacity 0.2s ease 0.17s !important;
    transition: opacity 0.2s ease 0.17s !important; }
  .open > .dropdown-menu > li:nth-child(5) {
    -webkit-transition: opacity 0.2s ease 0.2s !important;
    -moz-transition: opacity 0.2s ease 0.2s !important;
    -o-transition: opacity 0.2s ease 0.2s !important;
    transition: opacity 0.2s ease 0.2s !important; }
  .open > .dropdown-menu > li:nth-child(6) {
    -webkit-transition: opacity 0.2s ease 0.22s !important;
    -moz-transition: opacity 0.2s ease 0.22s !important;
    -o-transition: opacity 0.2s ease 0.22s !important;
    transition: opacity 0.2s ease 0.22s !important; }
  .open > .dropdown-menu > li:nth-child(7) {
    -webkit-transition: opacity 0.2s ease 0.25s !important;
    -moz-transition: opacity 0.2s ease 0.25s !important;
    -o-transition: opacity 0.2s ease 0.25s !important;
    transition: opacity 0.2s ease 0.25s !important; }
  .open > .dropdown-menu > li:nth-child(8) {
    -webkit-transition: opacity 0.2s ease 0.27s !important;
    -moz-transition: opacity 0.2s ease 0.27s !important;
    -o-transition: opacity 0.2s ease 0.27s !important;
    transition: opacity 0.2s ease 0.27s !important; }
  .open > .dropdown-menu > li:nth-child(9) {
    -webkit-transition: opacity 0.2s ease 0.3s !important;
    -moz-transition: opacity 0.2s ease 0.3s !important;
    -o-transition: opacity 0.2s ease 0.3s !important;
    transition: opacity 0.2s ease 0.3s !important; }
  .open > .dropdown-menu > li:nth-child(10) {
    -webkit-transition: opacity 0.2s ease 0.33s !important;
    -moz-transition: opacity 0.2s ease 0.33s !important;
    -o-transition: opacity 0.2s ease 0.33s !important;
    transition: opacity 0.2s ease 0.33s !important; }

/* ------------------------------------------- */
/*  End Grapes Health General Styles 
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start LG-Center Call out Blade */
/* ------------------------------------------- */
section.lg-center-info {
  padding: 2% 20% 2.5% 20%; }
  section.lg-center-info h1 {
    font-style: italic;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 4px;
    text-transform: uppercase; }
    section.lg-center-info h1 span {
      font-size: 2.1em; }

/* ------------------------------------------- */
/*  End LG-Center Call out Blade */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Content Slider Blade */
/* ------------------------------------------- */
#video-slide img {
  max-height: 300px;
  max-width: 300px;
  margin: 0 auto; }

.headline-bar {
  width: 24%;
  margin: auto;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: #80AA20; }

#feature-recipes .item h1 {
  padding-top: 5px !important; }

#dietitian a.grn-prp-btn {
  font-weight: 400 !important; }

.content-slider, #dietitian {
  margin-top: 35px; }
  .content-slider h1, #dietitian h1 {
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .content-slider .owl-carousel, #dietitian .owl-carousel {
    z-index: 0; }
  .content-slider .owl-carousel img, #dietitian .owl-carousel img {
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto;
    float: right; }
  .content-slider .owl-carousel img.lg, #dietitian .owl-carousel img.lg {
    max-height: 370px;
    max-width: 370px;
    margin: 0 auto; }
  .content-slider .owl-item, #dietitian .owl-item {
    padding: 50px 50px 30px; }
  .content-slider .item h1, #dietitian .item h1 {
    width: 100%;
    color: #333;
    padding-top: 30px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px; }
  .content-slider .item p, #dietitian .item p {
    width: 100%; }
  .content-slider .item p.btn, #dietitian .item p.btn {
    margin-top: 30px; }
  .content-slider .owl-nav, #dietitian .owl-nav {
    position: absolute;
    width: 107% !important;
    top: 40% !important;
    margin: 0 -3.5% !important; }
  .content-slider .owl-prev, #dietitian .owl-prev {
    /* left arrow */
    background: transparent url("../grapes/assets/svg/accents/button-chevron-left.svg") 0 0 no-repeat !important;
    margin: 0 !important;
    float: left;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .content-slider .owl-prev:hover, #dietitian .owl-prev:hover {
      height: 50px;
      width: 50px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .content-slider .owl-next, #dietitian .owl-next {
    /* right arrow */
    float: right;
    background: transparent url("../grapes/assets/svg/accents/button-chevron-right.svg") 0 0 no-repeat !important;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .content-slider .owl-next:hover, #dietitian .owl-next:hover {
      height: 50px;
      width: 50px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .content-slider .owl-dots, #dietitian .owl-dots {
    display: none; }
  .content-slider .get-recipe, #dietitian .get-recipe {
    margin-top: 40px; }

.basic-slider h2 {
  font-size: 80px;
  line-height: 1em; }

.basic-slider .owl-carousel img {
  max-height: 370px;
  max-width: 370px; }

.basic-slider .owl-carousel h1 {
  padding-top: 60px;
  font-size: 30px; }

.basic-slider .item p {
  width: 85%;
  margin: 0 auto; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* ------------------------------------------- */
/*  End Content Slider Blade */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Annual Cycle Blade */
/* ------------------------------------------- */
.annual-cycle {
  position: relative; }
  .annual-cycle .owl-dots {
    position: absolute;
    padding-top: 200px;
    padding-left: 70px;
    left: 0;
    color: white;
    background-image: url("assets/images/slider-scroller-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 33%;
    top: 0;
    pointer-events: none; }
  .annual-cycle .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px; }
  .annual-cycle .owl-theme .owl-dots .owl-dot {
    display: inline;
    zoom: 1;
    position: relative;
    pointer-events: auto;
    background-color: transparent; }
    .annual-cycle .owl-theme .owl-dots .owl-dot p {
      margin: 0;
      margin-top: -1px;
      line-height: 16px;
      display: block;
      position: relative; }
    .annual-cycle .owl-theme .owl-dots .owl-dot span.dotted {
      width: 8px;
      height: 8px;
      background-color: transparent !important;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      display: block;
      position: relative;
      pointer-events: none; }
      .annual-cycle .owl-theme .owl-dots .owl-dot span.dotted:after {
        content: '';
        border-radius: 50%;
        border: 1px solid white;
        width: 16px;
        height: 16px;
        display: block;
        position: relative;
        top: -4px;
        left: -4px; }
  .annual-cycle .owl-theme .owl-dot.active p span.dotted,
  .annual-cycle .owl-theme .owl-dot p:hover span {
    background: white !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .annual-cycle span.dotted {
    float: left;
    margin-right: 30px !important; }
  .annual-cycle h1 {
    text-transform: uppercase;
    font-weight: 300; }
  .annual-cycle h1.title {
    position: absolute;
    color: white;
    top: 70px;
    left: 5%;
    z-index: 20; }
  .annual-cycle .annual-content {
    position: absolute;
    width: 40%;
    top: 40%;
    right: 0px;
    padding: 0 5%;
    color: inherit; }
  .annual-cycle div.line {
    position: relative;
    height: 33px;
    width: 1px;
    border: 1px solid white;
    left: 10px; }
  .annual-cycle .owl-dots .owl-dot:last-of-type div.line {
    display: none; }
  .annual-cycle div.sm-bg {
    display: none; }

/* ------------------------------------------- */
/* Start Growers SUB Menu */
/* ------------------------------------------- */
.category-filter {
  margin: 0 auto;
  width: 90%;
  z-index: 20; }
  .category-filter .abs {
    position: absolute;
    right: 0;
    width: 400px;
    height: 40px;
    z-index: 123;
    top: 30px; }
  .category-filter ::-webkit-input-placeholder {
    color: #9D1266; }
  .category-filter :-moz-placeholder {
    /* Firefox 18- */
    color: #9D1266; }
  .category-filter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9D1266; }
  .category-filter :-ms-input-placeholder {
    color: #9D1266; }
  .category-filter #s {
    width: 180px;
    display: block;
    float: left;
    border: none;
    border-bottom: 2px solid #9D1266;
    padding: 10px 0;
    margin-right: 15px;
    font-weight: 600;
    background-image: url(assets/images/search.svg);
    background-color: white;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 100% 11px; }
  .category-filter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .category-filter .prp-btn {
    padding: 10px 36px; }
  .category-filter span.holder {
    float: left;
    color: #9D1266; }

.growers-subnav {
  /*
   * Vortex
   */ }
  .growers-subnav h1 {
    font-size: 24px;
    color: #702040;
    left: 115px;
    margin-top: 10px;
    text-transform: uppercase; }
  .growers-subnav .navbar {
    margin-top: 0 !important;
    margin-top: 0;
    min-height: 170px; }
  .growers-subnav .subnav {
    padding-top: 30px;
    padding-bottom: 20px; }
  .growers-subnav nav.navbar .navbar-header {
    margin-left: 0; }
  .growers-subnav .secondary-nav > li {
    float: left; }
  .growers-subnav .secondary-nav > li.dropdown::after {
    content: "";
    width: 18px;
    height: 18px;
    float: right;
    background-image: url(assets/images/triangle.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 98% 6px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .growers-subnav .secondary-nav > li.dropdown:hover::after {
    content: "";
    width: 18px;
    height: 18px;
    float: right;
    background-image: url(assets/images/triangle.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 98% 4px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .growers-subnav .secondary-nav {
    width: 90%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    padding-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .growers-subnav .secondary-nav li {
      display: inline-block;
      padding-right: 1%;
      padding-left: 1%;
      margin: 0;
      padding-bottom: 1px;
      border-bottom: solid 3px rgba(255, 0, 255, 0);
      border-right: 1px solid #ddd;
      width: 18%; }
      .growers-subnav .secondary-nav li:hover, .growers-subnav .secondary-nav li.active {
        color: #171717;
        transition: all 0.5s;
        border-bottom: solid 3px #702040;
        text-decoration: none; }
      .growers-subnav .secondary-nav li a {
        color: #777; }
        .growers-subnav .secondary-nav li a:focus, .growers-subnav .secondary-nav li a:hover {
          text-decoration: none;
          outline: none; }
  .growers-subnav .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
  .growers-subnav .hamburger:hover {
    opacity: 0.7; }
  .growers-subnav .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .growers-subnav .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .growers-subnav .hamburger-inner, .growers-subnav .hamburger-inner::before, .growers-subnav .hamburger-inner::after {
    width: 34px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .growers-subnav .hamburger-inner::before, .growers-subnav .hamburger-inner::after {
    content: "";
    display: block; }
  .growers-subnav .hamburger-inner::before {
    top: -10px; }
  .growers-subnav .hamburger-inner::after {
    bottom: -10px; }
  .growers-subnav .hamburger--vortex .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .growers-subnav .hamburger--vortex .hamburger-inner::before, .growers-subnav .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .growers-subnav .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .growers-subnav .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
  .growers-subnav .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .growers-subnav .hamburger--vortex.is-active .hamburger-inner::before, .growers-subnav .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .growers-subnav .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .growers-subnav .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
  .growers-subnav .hamburger--vortex.is-active:hover .hamburger-inner {
    transform: rotate(675deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .growers-subnav .secondary-nav ul.dropdown-menu li:hover a {
    color: #171717;
    text-decoration: none; }
  .growers-subnav .has-right-divider-line {
    border-right: 1px solid #ddd; }
  .growers-subnav nav.navbar .navbar-collapse.collapse {
    margin-top: 0px;
    margin-bottom: 0; }
  .growers-subnav .hamburger, .growers-subnav .navbar-header h3 {
    display: none; }

.page-template-growers-shippers .category-filter .abs {
  width: 350px; }

.page-template-growers-shippers .intro {
  padding: 3.5% 20% 2.5% 20%;
  position: relative; }

.page-template-growers-shippers a.red-btn {
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center; }

.page-template-growers-shippers .fact-sheet ul {
  padding-left: 30px; }

.page-template-growers-shippers .fact-sheet li {
  list-style: disc;
  padding-bottom: 20px;
  font-size: 16px; }

.page-template-growers-shippers .fact-sheet p {
  font-weight: 700;
  margin-left: 30px; }

.page-template-growers-shippers .sidebar p {
  font-size: 12px;
  line-height: 19px; }

.page-template-growers-shippers .growers-shippers-body h3 {
  padding-bottom: 10px;
  font-style: italic;
  color: #80AA20; }

.page-template-growers-shippers .growers-shippers-body span {
  display: block;
  width: 75%;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px; }

.page-template-growers-shippers .growers-shippers-body p {
  text-align: center; }
  .page-template-growers-shippers .growers-shippers-body p a {
    color: #9D1266;
    border-bottom: solid 3px transparent;
    padding-bottom: 3px; }
    .page-template-growers-shippers .growers-shippers-body p a:hover {
      color: #171717;
      transition: all 0.1s;
      border-bottom: solid 3px #702040;
      text-decoration: none;
      padding-bottom: 3px; }

/* ------------------------------------------- */
/* End Growers SUB Menu */
/* ------------------------------------------- */
.page-template-time-line .full-width-header h1.animated.bounceInLeft {
  color: #9D1266; }

.page-template-time-line h1 {
  line-height: 1.2em; }

.page-template-time-line .cd-timeline-item-title {
  display: none; }

.page-template-time-line .cd-timeline-content {
  padding: 0 0 15px 0 !important;
  border-radius: 0 !important; }
  .page-template-time-line .cd-timeline-content .the-excerpt p {
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase; }

.page-template-time-line .cd-timeline-title-container + img {
  margin-top: 0 !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0; }

.page-template-time-line .cd-timeline-block.timeline-announcement-left .cd-timeline-img.icon-no-readmore {
  left: auto;
  right: -16px !important; }

.page-template-time-line .cd-timeline-block.timeline-announcement-right .cd-timeline-img.icon-no-readmore {
  right: auto;
  left: -14px !important; }

.page-template-time-line span.fa-circle {
  display: none !important; }

.page-template-time-line .cd-timeline-img {
  width: 30px !important;
  height: 30px !important; }

.page-template-time-line span.bars {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  color: #252525;
  text-transform: capitalize; }

/* ------------------------------------------- */
/*  Start Features Content Block  */
/* ------------------------------------------- */
.features {
  background-color: #F2F2F2;
  padding: 50px 30px; }
  .features .feature-info {
    background-color: white;
    position: absolute;
    height: 65%;
    width: 50%;
    left: 50%;
    padding: 30px;
    margin-top: 30px; }
    .features .feature-info p {
      font-style: normal;
      font-weight: 500;
      font-size: 14px !important;
      line-height: 1.3em;
      letter-spacing: 0;
      margin-bottom: 12px; }
    .features .feature-info p:first-of-type {
      margin-bottom: 30px; }
    .features .feature-info p:nth-of-type(3) {
      position: absolute;
      bottom: 10px; }
  .features h4 {
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
    padding-right: 20%;
    margin-top: -15px;
    padding-top: 5%; }
  .features .feature-info.low {
    background-color: white;
    position: absolute;
    height: 65%;
    width: 50%;
    left: 0;
    right: 50%;
    padding: 30px;
    margin-top: 30px; }
  .features .row.inner {
    padding: 15px 0 15px 0;
    position: relative; }
    .features .row.inner p:first-of-type {
      margin-top: 0; }
    .features .row.inner p a {
      position: absolute;
      bottom: 30px; }
  .features .features-info-lg {
    position: absolute;
    background-color: white;
    padding: 15px 30px;
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: 12%;
    margin-right: 12%; }
    .features .features-info-lg h4 {
      text-align: center;
      padding-right: 0;
      padding-bottom: 15px;
      padding-top: 15px; }
    .features .features-info-lg p {
      font-size: 14px; }
  .features p:nth-of-type(2) {
    margin-bottom: 15px; }
  .features img {
    border: 6px solid white; }

/* ------------------------------------------- */
/*  End Features Content Block  */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start FW-Layout Content Block  */
/* ------------------------------------------- */
.fw-layout {
  position: relative; }
  .fw-layout div.bg-img {
    height: 470px;
    background-size: cover; }
  .fw-layout article {
    padding-top: 10px;
    padding-bottom: 110px;
    background-color: #702040; }
    .fw-layout article div.info {
      padding: 40px 70px 60px; }
      .fw-layout article div.info p:first-of-type {
        margin-top: 35px;
        margin-bottom: 15px; }
      .fw-layout article div.info h1 {
        font-style: italic;
        font-weight: 700;
        text-align: center;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 4px;
        text-transform: uppercase; }
      .fw-layout article div.info a {
        position: absolute;
        left: 0;
        right: 0;
        width: 175px;
        margin: 0 auto;
        bottom: 70px; }
    .fw-layout article:nth-of-type(2) {
      background-color: #80AA20; }
  .fw-layout img {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%; }

/* ------------------------------------------- */
/*  End FW-Layout Content Block  */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start main styles */
/* ------------------------------------------- */
.main-wrap {
  overflow-x: hidden; }

main.recipes-page {
  overflow: hidden; }

#searchsubmit {
  margin-left: 10px;
  margin-top: 7px; }

/* ------------------------------------------- */
/*  End main area styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Single Page template styles */
/* ------------------------------------------- */
.single h3 {
  line-height: 2.5; }

/* ------------------------------------------- */
/*  End Single Page template styles */
/* ------------------------------------------- */
.about-grape-page .select-enjoy {
  text-align: center; }
  .about-grape-page .select-enjoy a {
    display: block;
    width: 70%;
    padding: 15px;
    margin: 0 auto;
    margin-top: 15px; }
  .about-grape-page .select-enjoy ul {
    padding-left: 10px;
    line-height: 3em;
    text-align: left;
    list-style-position: outside; }
  .about-grape-page .select-enjoy img {
    margin-bottom: 45px; }
  .about-grape-page .select-enjoy h2 {
    margin-bottom: 30px; }

.about-grape-page #did-you-know .owl-dots {
  display: inline-block; }

.about-grape-page #did-you-know .owl-item {
  padding: 10px 0px 30px; }

.about-grape-page #did-you-know p {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.about-grape-page #did-you-know .owl-dot.active span, .about-grape-page #did-you-know .owl-dot:hover span {
  background-color: #80AA20 !important; }

.about-grape-page #did-you-know .owl-dot span {
  background-color: black !important; }

/* ------------------------------------------- */
/*  page-id-152  styles */
/* ------------------------------------------- */
.page-id-152 .main-wrap section.shade-bg .row, .page-id-141 .main-wrap section.shade-bg .row {
  min-height: 300px; }

.page-id-152 .main-wrap section.shade-bg .left, .page-id-141 .main-wrap section.shade-bg .left {
  text-align: left; }
  .page-id-152 .main-wrap section.shade-bg .left h2, .page-id-141 .main-wrap section.shade-bg .left h2 {
    text-align: left; }

.page-id-152 .main-wrap section.shade-bg .right, .page-id-141 .main-wrap section.shade-bg .right {
  text-align: right; }
  .page-id-152 .main-wrap section.shade-bg .right h2, .page-id-141 .main-wrap section.shade-bg .right h2 {
    text-align: right; }

.page-id-152 .main-wrap section.shade-bg input[type="button"], .page-id-141 .main-wrap section.shade-bg input[type="button"] {
  margin-bottom: 30px; }

.page-id-152 .main-wrap section.shade-bg img.pa-15, .page-id-141 .main-wrap section.shade-bg img.pa-15 {
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.2); }

/* ------------------------------------------- */
/*  Start footer styles */
/* ------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  background-color: #191919; }
  footer .footer-nav {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-left: 1vw;
    margin-right: 1vw;
    color: #aaa;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 3.5%;
    border-bottom: solid 1px #333;
    margin-bottom: 1%; }
    footer .footer-nav li {
      display: inline;
      margin-right: 3.2%;
      padding-bottom: 1px;
      border-bottom: solid 3px rgba(255, 0, 255, 0); }
    footer .footer-nav a {
      color: #aaa; }
  footer .legal {
    padding-left: 100px;
    padding-right: 100px; }
    footer .legal .pull-right {
      width: 50%; }
      footer .legal .pull-right svg {
        height: 20px;
        width: 20px;
        fill: white; }
        footer .legal .pull-right svg.facebk:hover {
          fill: #3c5a99; }
        footer .legal .pull-right svg.twitter:hover {
          fill: #1da1f2; }
        footer .legal .pull-right svg.pinterest .p-inner {
          fill: #181818 !important; }
        footer .legal .pull-right svg.pinterest .p-outer {
          fill: #fff !important; }
        footer .legal .pull-right svg.pinterest:hover .p-inner {
          fill: #fff !important; }
        footer .legal .pull-right svg.pinterest:hover .p-outer {
          fill: #bb1d2c !important; }
        footer .legal .pull-right svg.instagram:hover {
          fill: #80AA20; }
    footer .legal .pull-left {
      width: 50%; }
    footer .legal p {
      font-style: italic;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 24px;
      letter-spacing: 2px;
      color: #fff; }
  footer .social {
    text-align: right; }
    footer .social li:first-of-type {
      vertical-align: top;
      vertical-align: -webkit-baseline-top; }
    footer .social li {
      display: inline;
      margin-right: 8px;
      padding-bottom: 1px;
      border-bottom: solid 3px rgba(255, 0, 255, 0);
      font-style: italic;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 24px;
      letter-spacing: 2px;
      color: #fff; }

/* ------------------------------------------- */
/*  End footer styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  ADVERTISING PAGE template styles */
/* ------------------------------------------- */
.page-template-advertising #feature-recipes .owl-item .item.grn-btn {
  display: none; }

/* ------------------------------------------- */
/*  Start Single.php template styles */
/* ------------------------------------------- */
body.term-beverages h1.animated.bounceInLeft {
  text-shadow: 4px 3px 35px rgba(39, 39, 39, 0.32) !important; }

.page-id-3844 .full-width-header h1.animated.bounceInLeft,
.page-id-3794 .full-width-header h1.animated.bounceInLeft,
.page-id-3744 .full-width-header h1.animated.bounceInLeft,
.page-id-3804 .full-width-header h1.animated.bounceInLeft,
.page-id-3802 .full-width-header h1.animated.bounceInLeft,
.page-id-3800 .full-width-header h1.animated.bounceInLeft,
.page-id-3797 .full-width-header h1.animated.bounceInLeft,
.page-id-3806 .full-width-header h1.animated.bounceInLeft,
.page-template-grants-scholarships .full-width-header h1.animated.bounceInLeft,
.page-id-2401 .full-width-header h1.animated.bounceInLeft {
  text-shadow: 4px 3px 35px rgba(39, 39, 39, 0.12) !important; }

/* ------------------------------------------- */
/*  End Single.php template styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  End Login Form template styles */
/* ------------------------------------------- */
.custom-login-error, .custom-username-error {
  margin: 0 auto;
  width: 33%;
  min-width: 340px; }

.custom-login-error {
  padding-top: 50px; }

.password-recovery {
  width: 35%;
  min-width: 340px;
  margin: 0 auto; }
  .password-recovery input#user_login {
    padding: 8px 26px;
    width: 100%;
    border-color: transparent;
    -o-border-image: none;
    border-image: none; }
  .password-recovery .success {
    color: #80AA20;
    font-size: 2em; }

#loginform {
  padding-top: 50px;
  padding-bottom: 75px;
  margin: 0 auto;
  width: 33%;
  min-width: 340px; }
  #loginform input {
    padding: 8px 26px;
    width: 100%;
    border-color: transparent;
    border-image: none; }
  #loginform #wp-submit {
    background-color: #702040;
    padding: 16px 24px;
    color: white;
    font-size: 16px;
    line-height: 16px;
    border: solid 2px #702040;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #loginform #wp-submit:hover, #loginform #wp-submit:active, #loginform #wp-submit:focus {
      background-color: white;
      color: #702040;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
  #loginform input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out; }
  #loginform input[type=checkbox]:checked:before {
    content: "\2713";
    margin: -3px 0 0 -1px;
    color: #80AA20; }

/* ------------------------------------------- */
/*  End Login Form template styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Community Child Page template styles */
/* ------------------------------------------- */
main.community-child-page h1, div.media-repeat h1 {
  line-height: 1.5em; }

main.community-child-page article:nth-child(3n+1), div.media-repeat article:nth-child(3n+1) {
  background-color: white; }

main.community-child-page article:nth-child(3n+2), div.media-repeat article:nth-child(3n+2) {
  background-color: #F2F2F2; }

main.community-child-page article:nth-child(3n+3), div.media-repeat article:nth-child(3n+3) {
  background-color: #dbdee5; }

main.community-child-page img.alignleft, div.media-repeat img.alignleft {
  margin-right: 30px; }

main.community-child-page img.alignright, div.media-repeat img.alignright {
  margin-left: 30px; }

main.community-child-page .thumb-of-pdf, div.media-repeat .thumb-of-pdf {
  border: 1px solid #dbdee5; }

.page-id-2605 .vid-wrap-f {
  border: 5px solid white; }

.page-id-2605 .content-slider .owl-next {
  right: 40px; }

.page-id-2605 .content-slider .owl-prev {
  left: 60px; }

/* ------------------------------------------- */
/*  End Community Child Page template styles */
/* ------------------------------------------- */
.license-loop-wrap .license-loop:nth-child(3n+1) {
  background-color: #F2F2F2; }

.license-loop-wrap .license-loop:nth-child(3n+2) {
  background-color: white; }

.license-loop-wrap .license-loop:nth-child(3n+3) {
  background-color: #dbdee5; }

/* ------------------------------------------- */
/*  Start Video Archive template styles */
/* ------------------------------------------- */
.v-archive-wrap a {
  line-height: 1.25em; }

.v-archive-wrap .sixteen-nine {
  background-size: cover; }

.v-archive-wrap .media-hover {
  width: 100%;
  position: relative;
  height: 100%;
  margin-bottom: 15px; }
  .v-archive-wrap .media-hover .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    top: 0;
    transition: all .5s ease; }
  .v-archive-wrap .media-hover .playbtn {
    opacity: 0;
    transition: all .5s ease;
    margin-bottom: -10px; }
  .v-archive-wrap .media-hover .duration {
    position: absolute;
    top: 10px;
    left: 0px;
    color: white;
    z-index: 3;
    opacity: 0;
    font-size: 12px; }
  .v-archive-wrap .media-hover:hover .playbtn {
    opacity: 1;
    transition: all .5s ease;
    margin-bottom: 0px; }
  .v-archive-wrap .media-hover:hover .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s ease; }
  .v-archive-wrap .media-hover:hover .duration {
    opacity: 1;
    left: 10px;
    transition: all .5s ease; }

.v-archive-wrap .featured-videos-page-loop p {
  background-color: #80AA20;
  padding: 20px 0 50px 15px;
  color: white;
  z-index: 10;
  display: block; }
  .v-archive-wrap .featured-videos-page-loop p.two {
    padding: 20px 0 20px 15px; }

.v-archive-wrap .featured-videos-page-loop .swoosh {
  z-index: 12;
  display: block; }

.v-archive-wrap .featured-videos-page-loop a {
  color: white;
  height: 100%;
  width: 100%;
  display: block; }
  .v-archive-wrap .featured-videos-page-loop a .overlay {
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1; }
  .v-archive-wrap .featured-videos-page-loop a .playbtn, .v-archive-wrap .featured-videos-page-loop a .overlay {
    opacity: 0;
    transition: opacity .5s ease; }
  .v-archive-wrap .featured-videos-page-loop a:hover .playbtn {
    opacity: 1;
    transition: opacity .5s ease; }
  .v-archive-wrap .featured-videos-page-loop a:hover .overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity .5s ease; }
  .v-archive-wrap .featured-videos-page-loop a p:hover {
    color: #702040; }

.v-archive-wrap .featured-videos-page-loop .playbtn {
  width: 25%;
  height: 25%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.v-archive-wrap .featured-videos-page-loop .video-library-featured-small .playbtn {
  top: -20%;
  left: 0;
  bottom: 0;
  right: 0; }

@media only screen and (max-width: 992px) {
  .v-archive-wrap .one p {
    padding: 20px 0 40px 15px; } }

@media only screen and (max-width: 768px) {
  .v-archive-wrap .featured-videos-page-loop p {
    padding: 8px 0 8px 8px !important; }
  .v-archive-wrap .featured-videos-page-loop .swoosh {
    display: none; }
  .v-archive-wrap .featured-videos-page-loop .playbtn {
    top: -20% !important; }
  .v-archive-wrap .video-library-featured, .v-archive-wrap .video-library-featured-small {
    margin-bottom: 10px !important; }
    .v-archive-wrap .video-library-featured .swoosh, .v-archive-wrap .video-library-featured-small .swoosh {
      display: none; }
  .v-archive-wrap .secondary-nav li a {
    margin-right: 10px !important; }
  .v-archive-wrap .video-library-featured-small {
    margin-bottom: 18px; } }

.v-archive-wrap .v-archive-loop:nth-child(3n+1) {
  background-color: #F2F2F2; }

.v-archive-wrap .v-archive-loop:nth-child(3n+2) {
  background-color: white; }

.v-archive-wrap .v-archive-loop:nth-child(3n+3) {
  background-color: #dbdee5; }

.v-archive-wrap .video-library-featured p.one {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 0 0px; }

.v-archive-wrap .video-library-featured-small {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 18px; }
  .v-archive-wrap .video-library-featured-small p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0 0px; }

/* ------------------------------------------- */
/*  Start Recipe Page template styles */
/* ------------------------------------------- */
.featured-recipes-page-loop p {
  background-color: #80AA20;
  padding: 20px 0 50px 15px;
  color: white;
  z-index: 10;
  display: block; }
  .featured-recipes-page-loop p p.secondary {
    padding: 28px 0; }

.featured-recipes-page-loop .one p {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 0 0px; }

.featured-recipes-page-loop .one p.two {
  padding: 30px 5px 50px 15px; }

.featured-recipes-page-loop p.two {
  padding: 20px 0 20px 15px; }

.featured-recipes-page-loop a {
  color: white; }
  .featured-recipes-page-loop a:hover {
    color: #702040; }

.featured-recipes-page-loop .swoosh {
  bottom: 5px;
  z-index: 12;
  display: block; }

.featured-recipes-page-loop .video-library-featured-small {
  margin-bottom: 8px;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-bottom: 8px; }
  .featured-recipes-page-loop .video-library-featured-small p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0 0px; }

@media only screen and (max-width: 768px) {
  .featured-recipes-page-loop .video-library-featured {
    margin-bottom: 10px !important; }
  .featured-recipes-page-loop p {
    padding: 8px 0 8px 8px !important; }
  .featured-recipes-page-loop .swoosh {
    display: none; }
  .featured-recipes-page-loop .video-library-featured-small {
    margin-bottom: 18px; } }

@media only screen and (max-width: 767px) {
  .featured-recipes-page-loop .video-library-featured {
    margin-bottom: 18px !important; }
  .featured-recipes-page-loop p {
    padding: 20px 0 20px 20px !important; }
  .featured-recipes-page-loop .swoosh {
    display: none; }
  .featured-recipes-page-loop .video-library-featured-small {
    margin-bottom: 18px; } }

.recipes-search-filter {
  margin: 0 auto;
  width: 100%;
  z-index: 100; }
  .recipes-search-filter form {
    margin: 0 auto;
    width: 700px; }
  .recipes-search-filter .cs-select {
    float: left;
    z-index: 2;
    padding-right: 35px; }
  .recipes-search-filter .cs-placeholder {
    padding: 14px 0 12px 8px;
    z-index: 0; }
  .recipes-search-filter input.search {
    padding: 15px 0px 16px 8px;
    border: none;
    border-bottom: 3px solid #702040 !important;
    color: #702040;
    font-size: 1.3em;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    border-radius: 0 !important; }
  .recipes-search-filter button {
    padding: 14px 35px;
    margin-top: -48px;
    float: right;
    margin-left: 10px; }
  .recipes-search-filter ::-webkit-input-placeholder {
    color: #702040;
    font-size: 1em; }
  .recipes-search-filter :-moz-placeholder {
    /* Firefox 18- */
    color: #702040;
    font-size: 1em; }
  .recipes-search-filter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #702040;
    font-size: 1em; }
  .recipes-search-filter :-ms-input-placeholder {
    color: #702040;
    font-size: 1em; }

.recipes-search-filter.single form {
  width: 620px;
  float: right; }
  .recipes-search-filter.single form fieldset {
    float: left;
    width: 100%; }
  .recipes-search-filter.single form .cs-select.cs-skin-underline {
    max-width: 210px; }

.license-loop {
  padding: 50px 0 80px;
  position: relative; }
  .license-loop img {
    width: 250px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0; }

section.video-carousel {
  overflow: hidden; }
  section.video-carousel .owl-carousel .owl-stage-outer {
    overflow: visible !important; }
  section.video-carousel .no-js .owl-carousel, section.video-carousel .owl-carousel.owl-loaded {
    display: block;
    z-index: 12; }
  section.video-carousel .video-btn ~ .video-pop {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 40%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  section.video-carousel .video-btn.popped ~ .video-pop {
    opacity: 1;
    position: absolute;
    float: left;
    width: 60%;
    height: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: inherit;
    z-index: 55;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  section.video-carousel .video-btn.file.popped ~ div > .video-embed {
    opacity: 1;
    z-index: 13;
    width: 50%;
    height: 50%;
    position: absolute;
    margin: 0 auto;
    top: -40px; }
  section.video-carousel .video-btn.popped ~ div > .embed-container {
    opacity: 1;
    z-index: 13;
    width: 100%;
    position: absolute;
    margin: 0 auto; }
    section.video-carousel .video-btn.popped ~ div > .embed-container img {
      display: none; }
  section.video-carousel .video-btn.popped ~ div > .embed-container iframe,
  section.video-carousel .video-btn.popped ~ div > .embed-container object,
  section.video-carousel .video-btn.popped ~ div > .embed-container embed {
    opacity: 1;
    z-index: 13;
    width: 100%;
    position: absolute;
    margin: 0 auto; }
  section.video-carousel .video-push {
    position: absolute;
    left: 0;
    right: 0; }
    section.video-carousel .video-push button.video-btn {
      position: absolute;
      right: 25%;
      top: 180px;
      display: block;
      z-index: 1; }
  section.video-carousel .embed-container.open {
    position: absolute;
    padding: 56.25% 0 0;
    width: 70% !important;
    top: 100px;
    z-index: 14;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in; }

#modal-bg {
  height: 0;
  width: 0;
  opacity: 0;
  position: fixed;
  display: block;
  z-index: 12; }

#modal-bg.popped {
  height: 2000%;
  width: 1000%;
  opacity: .6;
  background-color: black;
  position: fixed;
  top: -1000%;
  bottom: 0;
  left: -100%;
  right: 0;
  z-index: 11;
  display: block; }

section.featured-dietitian h1 {
  text-transform: uppercase; }

section.featured-dietitian h2, section.featured-dietitian h3 {
  color: #80AA20;
  text-align: left;
  padding-left: 0; }

.featured-dietitian-videos .video-embed {
  height: 100%;
  top: 0; }

.featured-dietitian-videos .full-video.open {
  position: fixed;
  padding: 42.25% 0 0;
  width: 65%;
  top: 0;
  z-index: 13;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  background-image: none !important; }
  .featured-dietitian-videos .full-video.open .video-embed {
    top: 100px;
    height: 95%; }

section.featured-dietitian-videos h2, .dietitian-slider h2 {
  text-align: left;
  color: #9D1266;
  font-style: normal; }
  section.featured-dietitian-videos h2 span, .dietitian-slider h2 span {
    font-size: 16px;
    color: black;
    text-transform: none;
    letter-spacing: .1em; }

#dietitian .owl-item:nth-child(odd) {
  background-color: #dbdee5; }

#dietitian .item h1 {
  margin-top: 40px;
  color: #9D1266; }

#dietitian .owl-prev {
  background-color: white !important;
  left: 50px !important;
  background-size: 35px 30px !important;
  background-position-y: 5px !important; }
  #dietitian .owl-prev:hover {
    background-size: 40px 40px !important; }

#dietitian .owl-next {
  background-color: white !important;
  background-size: 35px 30px !important;
  background-position-y: 5px !important;
  background-position-x: 4px !important;
  right: 48px; }
  #dietitian .owl-next:hover {
    background-size: 40px 40px !important; }

#dietitian .vid-sizer {
  z-index: 13;
  top: 0px;
  left: 0; }

#dietitian .vid-inner {
  position: relative; }

#dietitian .grn-btn {
  top: 0; }

#dietitian .diet-vid-btn, #dietitian .diet-vid-btn-f {
  z-index: 11;
  position: relative;
  margin-top: 20px; }
  #dietitian .diet-vid-btn span, #dietitian .diet-vid-btn-f span {
    width: 65%;
    text-align: center;
    float: left;
    color: #80AA20;
    margin-left: 20px; }
    #dietitian .diet-vid-btn span:hover, #dietitian .diet-vid-btn-f span:hover {
      color: #702040; }
  #dietitian .diet-vid-btn img, #dietitian .diet-vid-btn-f img {
    float: right;
    margin-right: 10px; }

#dietitian .embed-container {
  position: relative;
  padding: 56.25% 0 0;
  width: 70% !important;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  display: none; }

#dietitian .embed-container.open {
  position: absolute;
  top: -200px;
  padding: 80% 0 0;
  width: 100% !important;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  z-index: 15;
  display: block; }

#dietitian .embed-container.open iframe {
  -index: 16;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%; }

#dietitian .item {
  z-index: 1; }

#dietitian .full-video {
  height: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  background-image: none !important; }

#dietitian .full-video.open {
  position: absolute;
  padding: 56.25% 0 0;
  width: 100%;
  top: -100px;
  z-index: 13;
  left: 0;
  right: 0;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  background-image: none !important; }

#dietitian .video-embed {
  width: 200%;
  height: 200%;
  position: absolute;
  left: -128px;
  top: -80px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.owl-stage .owl-item.active.first video.video-embed {
  left: 250px !important; }

.owl-stage .owl-item.active.last video.video-embed {
  left: -290% !important; }

@media only screen and (max-width: 992px) {
  section.video-carousel .video-push {
    position: relative; }
    section.video-carousel .video-push button.video-btn {
      position: relative;
      right: 0;
      left: 0;
      top: 0;
      width: 210px;
      margin: 0 auto;
      margin-top: 30px;
      text-align: center;
      z-index: 1; }
  section.video-carousel .owl-carousel img {
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto;
    float: none !important; }
  section.video-carousel .video-btn.popped ~ .video-pop {
    width: 100% !important; }
  section.video-carousel .video-btn.popped ~ div > .embed-container {
    top: -400%; }
  #dietitian .video-embed {
    width: 260%;
    height: 260%;
    position: absolute;
    left: -80%;
    top: 10px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in; } }

@media only screen and (max-width: 768px) {
  .video-btn.popped ~ .video-pop {
    top: -500% !important; }
  #dietitian .video-embed {
    width: 100%;
    height: 100%;
    left: 0%; } }

@media only screen and (max-width: 544px) {
  section.video-carousel .video-push {
    position: relative; }
    section.video-carousel .video-push button.video-btn {
      position: relative;
      margin: 0 auto; }
  .owl-carousel img {
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto;
    float: none !important; }
  #dietitian .video-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in; }
  #dietitian .owl-next {
    right: 15px; }
  #dietitian .owl-prev {
    left: 15px !important; } }

.dietitian.abs {
  position: absolute;
  padding-top: 50px;
  padding-left: 30px;
  color: white;
  background-image: url(assets/images/slider-scroller-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  top: 0; }

.embed-container {
  position: absolute;
  padding-bottom: 56.25%;
  height: 0;
  top: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 9999999;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 70%;
  display: block !important;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.embed-container.open {
  position: fixed;
  padding: 56.25% 0 0;
  width: 70% !important;
  top: 100px;
  z-index: 14;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.embed-container.open iframe,
.embed-container.open object,
.embed-container.open embed {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

section.recipe-cookbook h1 {
  margin-top: 60px;
  color: white; }

section.recipe-cookbook p {
  color: white; }

section.recipe-cookbook p.bt {
  margin-top: 60px;
  margin-bottom: 60px; }

section.recipe-cookbook .cookbook {
  background-image: url(assets/images/slider-scroller-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  height: 100%;
  clear: both;
  margin-left: 15px;
  padding-right: 40px; }

/* ------------------------------------------- */
/*  End Recipe Page template styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Single Recipes Page  */
/* ------------------------------------------- */
.single-recipe-page h2 {
  text-align: left; }

.single-recipes-page h1 {
  font-weight: 100;
  text-transform: uppercase; }

.single-recipes-page h2 {
  font-size: 20px;
  font-style: normal;
  text-align: left;
  letter-spacing: .01em;
  color: #80AA20; }

.single-recipes-page h2.prp {
  font-size: 28px; }

.single-recipes-page .border {
  border-top: 2px solid #9D1266;
  width: 100%;
  padding: 30px 15px;
  margin-top: 15px; }

.single-recipes-page .icon {
  max-height: 120px;
  max-width: 120px;
  fill: white;
  margin: 0 auto; }

.single-recipes-page #play-pause {
  border-style: none;
  border-color: transparent;
  border-image: none;
  background-color: transparent; }

.single-recipes-page .additional-recipes h1 {
  background-color: #702040;
  font-size: 16px;
  padding: 10px 20%;
  min-height: 55px;
  text-align: center;
  color: white; }

.single-recipes-page .table-wrap {
  background-color: white;
  padding-bottom: 15px; }

.single-recipes-page td {
  padding: 5px 10px; }

.single-recipes-page .essb_links.essb_template_grey-circles-retina li a {
  border: 1px solid transparent; }

.single-recipes-page .essb_links.essb_template_grey-circles-retina .essb_hide_name li a, .single-recipes-page .essb_links.essb_template_grey-circles-retina .essb_force_hide li a {
  padding: 7px 8px 8px 8px; }

.single-recipes-page .col-sm-4 h2:first-of-type {
  margin-top: 0 !important; }

.single-recipes-page .col-sm-2 {
  padding-left: 0;
  padding-right: 0; }

.single-recipes-page .recipes-search-filter form {
  float: right;
  margin-right: -15px; }

.single-recipes-page .recipes-search-filter fieldset {
  margin-left: 40px;
  float: right; }

.single-recipes-page .print-directions {
  display: none !important; }

/* ------------------------------------------- */
/*  Start Recipes Category / Search Results Page  */
/* ------------------------------------------- */
.search-results #main {
  padding-bottom: 60px; }

.search-results h2 {
  line-height: 1.4; }

.search-results h3 {
  line-height: 2em; }

.recipe-category h1, .search-results-page h1, .dietitian-recipes h1 {
  line-height: 1.5; }

.recipe-category h1.text-left, .search-results-page h1.text-left, .dietitian-recipes h1.text-left {
  line-height: auto;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-bottom: 2px;
  margin-top: 0px; }
  .recipe-category h1.text-left a, .search-results-page h1.text-left a, .dietitian-recipes h1.text-left a {
    font-size: .6em;
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic; }

.recipe-category .table-wrap h1, .search-results-page .table-wrap h1, .dietitian-recipes .table-wrap h1 {
  background-color: #702040;
  margin-top: 0 !important;
  font-size: 16px;
  padding: 10px 15%;
  min-height: 55px;
  text-align: center;
  color: white; }

.recipe-category td, .search-results-page td, .dietitian-recipes td {
  padding: 5px 10px; }

.recipe-category hr, .search-results-page hr, .dietitian-recipes hr {
  margin-top: 15px !important;
  margin-bottom: 8px !important; }

.search-no-results h3 {
  line-height: 2em; }

.rec-img-link img {
  z-index: 10; }

.table-wrap {
  background-color: white;
  padding-bottom: 15px; }
  .table-wrap .text-right a {
    color: black;
    text-decoration: none;
    font-weight: 500; }
    .table-wrap .text-right a:hover {
      color: #80AA20;
      text-decoration: none; }
  .table-wrap h1 {
    position: relative;
    z-index: 25; }

.page-template-page-recipe-category form,
.dietitian-recipes .recipes-search-filter form {
  float: right;
  margin-right: -15px; }

.page-template-page-recipe-category fieldset,
.dietitian-recipes .recipes-search-filter fieldset {
  margin-left: 40px;
  float: right; }

.search-results .recipes-search-filter form {
  width: 585px;
  float: right; }

.page-template-page-recipe-category .recipes-search-filter form, .single-recipes-page .recipes-search-filter form {
  float: right;
  margin-right: -15px; }

.page-template-page-recipe-category .recipes-search-filter fieldset, .single-recipes-page .recipes-search-filter fieldset {
  margin-left: 40px;
  float: right;
  width: 570px; }

/* ------------------------------------------- */
/*  Start Foodservice page styles */
/* ------------------------------------------- */
.foodservice-page #basic img {
  max-width: 70%;
  float: none; }

.foodservice-page .basic-slider .owl-carousel h1 {
  padding-top: 30px;
  font-size: 30px; }

.foodservice-page .owl-carousel .col-sm-7 {
  padding-left: 5%;
  padding-right: 5%; }

.recipes-to-inspire h1 {
  margin-top: 70%;
  text-transform: inherit;
  line-height: 1em;
  letter-spacing: .01em;
  font-size: 5.5em; }

.recipes-to-inspire p {
  padding-bottom: 40%;
  padding-top: 50px; }

#grapes-on-menu .owl-nav {
  display: none; }

#grapes-on-menu .owl-carousel img {
  max-height: 300px;
  max-width: 300px; }

#grapes-on-menu .grapes-on-menu-content {
  position: absolute;
  width: 40%;
  top: 60%;
  right: 0px;
  padding: 0 5%;
  color: inherit; }
  #grapes-on-menu .grapes-on-menu-content h1 {
    color: white; }

.grape-terms {
  background-color: #F2F2F2;
  padding: 60px 0 80px; }
  .grape-terms #grape-terms .owl-dots {
    display: inline-block; }
  .grape-terms #grape-terms .owl-item {
    padding: 10px 0px 30px; }
  .grape-terms #grape-terms p {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .grape-terms #grape-terms .owl-dot.active span, .grape-terms #grape-terms .owl-dot:hover span {
    background-color: #80AA20 !important; }
  .grape-terms #grape-terms .owl-dot span {
    background-color: black !important; }
  .grape-terms #grape-terms h3 {
    margin-bottom: 0px; }

.error404 .recipes-search-filter form {
  width: auto; }

.error404 .recipes-search-filter input.search {
  padding: 9px 0px 16px 8px; }

/* ------------------------------------------- */
/*  Start Media page styles */
/* ------------------------------------------- */
.community-child-page .ads-slider {
  background-color: white;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px !important; }

.pp_details {
  display: none !important; }

.media-page span ~ .full-image {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 100; }

.media-page span.open ~ .full-image {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 100; }

.media-page .content-slider {
  margin-top: 35px; }
  .media-page .content-slider .owl-carousel img {
    max-height: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
    float: right;
    border: 5px solid #eaeaea; }
  .media-page .content-slider .owl-carousel img.lg {
    max-height: 370px;
    max-width: 370px;
    margin: 0 auto; }

.media-page .video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  opacity: 0; }

.media-page .full-video.open > .video-embed {
  opacity: 1;
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.media-page .basic-modal-bg.popped {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: .4;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.media-page .close-box {
  display: none; }
  .media-page .close-box.open {
    display: block;
    position: fixed !important;
    top: 70px;
    height: 30px;
    width: 30px;
    right: 70px;
    z-index: 2000; }

.media-page img.playbtn {
  pointer-events: none !important;
  touch-action: none; }

/* ------------------------------------------- */
/*  End Media page styles */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*  Start Component styles */
/* ------------------------------------------- */
#searchform .search {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #000;
  background: none;
  border: none;
  border-bottom: solid 3px rgba(255, 0, 255, 0); }

/* -------------------------------------------- */
/* Start Retailers  */
/* -------------------------------------------- */
.retailers-page h2 {
  line-height: 1.8em; }

.retailers-page .bunches-of-flavor img {
  max-width: 65%;
  margin: 0 auto; }

.retailers-page .circle-images-and-text a.prp-grn-btn {
  font-size: 22px; }

.retailers-page .storage-and-handling h1 {
  font-size: 28px; }

.retailers-page .storage-and-handling img {
  max-width: 90%;
  margin: 0 auto; }

.circle-images-and-text img {
  max-width: 90%;
  margin: 0 auto; }

.lessons .customNavigation, .activity .customNavigation {
  position: absolute;
  width: 100% !important;
  top: 50% !important;
  z-index: 50;
  display: block; }

.lessons .btn1.prev, .lessons .btn1.prev-col, .activity .btn1.prev, .activity .btn1.prev-col {
  /* left arrow */
  background: transparent url("../grapes/assets/svg/accents/button-chevron-left-wht-bg.svg") 0 0 no-repeat !important;
  float: left;
  height: 60px;
  width: 70px;
  position: relative;
  left: 5%;
  border-radius: 3px;
  display: block; }

.lessons .btn1.next, .lessons .btn1.next-col, .activity .btn1.next, .activity .btn1.next-col {
  /* right arrow */
  float: right;
  background: transparent url("../grapes/assets/svg/accents/button-chevron-right-wht-bg.svg") 0 0 no-repeat !important;
  height: 60px;
  width: 70px;
  position: relative;
  right: 35%;
  border-radius: 3px;
  display: block; }

#lessons img, #activity img {
  max-width: 200px;
  height: auto; }

.page-id-1732 .cc-repeater li {
  list-style-type: none; }

.page-id-1383 .repeater-cols .col-sm-4 img {
  border-radius: 50%; }

.page-id-1383 img.wp-image-2226 {
  border-radius: 50%; }

.page-template-grants-scholarships .cc-repeater img {
  border: 12px solid #e6e6e6; }

.page-template-ebook-content-repeater .left {
  text-align: left; }

.page-template-ebook-content-repeater .right {
  text-align: right; }

.california-page h1 {
  font-size: 7em;
  text-transform: capitalize; }
  .california-page h1:after {
    background-image: url(../grapes/assets/images/green-underline.png);
    background-size: 100% 20px;
    display: block;
    width: 70%;
    height: 60px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    background-position-y: 40px;
    left: 0;
    right: 0;
    padding-top: 0%;
    margin: 0 auto; }

.california-page .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .california-page .text-wrap div {
    display: flex;
    flex-direction: column; }

.california-page .one-one .lazyload {
  margin: 10%; }

@media only screen and (max-width: 992px) {
  .california-page h1 {
    font-size: 4em; } }

@media only screen and (max-width: 768px) {
  .california-page .one-one .lazyload {
    margin: 5%; }
  .california-page .text-wrap {
    align-items: start; }
  .california-page .mh-row {
    height: auto !important; } }

.about-california-wrap p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: .01em; }

.about-california-wrap .subhead p {
  font-size: 1.2em;
  font-weight: 400; }

@media only screen and (max-width: 544px) {
  .about-california-wrap .subhead div.ps-10 {
    padding-left: 5% !important;
    padding-right: 5% !important; } }

.about-california-wrap .owl-dots {
  display: inline-block; }
  .about-california-wrap .owl-dots span {
    background-color: black !important; }

.about-california-wrap .owl-dot.active span, .about-california-wrap .owl-dot:hover span {
  background-color: #80AA20 !important; }

.about-california-wrap .content-slider .owl-item {
  padding: 50px 50px 10px; }

.about-california-wrap .about-california-header {
  color: white; }
  .about-california-wrap .about-california-header .green-angle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%; }
  .about-california-wrap .about-california-header .text-index {
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -5%; }
    .about-california-wrap .about-california-header .text-index:first-of-type {
      padding-left: 10%; }
      .about-california-wrap .about-california-header .text-index:first-of-type p {
        font-size: 1.2em;
        font-weight: 400;
        width: 90%; }
        @media only screen and (max-width: 992px) {
          .about-california-wrap .about-california-header .text-index:first-of-type p {
            width: 100%; } }
    .about-california-wrap .about-california-header .text-index.percent {
      margin-top: 5%;
      padding: 3%; }
      .about-california-wrap .about-california-header .text-index.percent h1 {
        letter-spacing: .03em;
        line-height: .5em;
        padding-bottom: .21em;
        padding-top: .05em; }
    .about-california-wrap .about-california-header .text-index div {
      flex: 0 0 auto; }
    .about-california-wrap .about-california-header .text-index h1 {
      font-size: 11.25em;
      line-height: .8em;
      text-transform: capitalize; }
      .about-california-wrap .about-california-header .text-index h1.animated {
        opacity: 0; }
      .about-california-wrap .about-california-header .text-index h1.bounceInLeft {
        opacity: 1; }
      .about-california-wrap .about-california-header .text-index h1 span {
        font-size: 1em; }
    .about-california-wrap .about-california-header .text-index h4 {
      font-size: 2.5em; }
    .about-california-wrap .about-california-header .text-index h5 {
      font-size: 1.8em;
      line-height: 1em; }
  @media only screen and (max-width: 768px) {
    .about-california-wrap .about-california-header {
      position: relative;
      text-align: center;
      padding: 8% 0; }
      .about-california-wrap .about-california-header .text-index h1 {
        font-size: 5em;
        letter-spacing: .03em;
        line-height: .5em;
        padding-bottom: .21em;
        padding-top: .05em; } }
  @media only screen and (max-width: 767px) {
    .about-california-wrap .about-california-header .green-angle {
      opacity: 0; }
    .about-california-wrap .about-california-header div.angle-wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: .2;
      background-color: #000; } }
  @media only screen and (max-width: 544px) {
    .about-california-wrap .about-california-header {
      position: relative; }
      .about-california-wrap .about-california-header .text-index h4 {
        font-size: 1.75em !important; } }

.about-california-wrap .california-map {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: currentColor; }
  .about-california-wrap .california-map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55%; }
  .about-california-wrap .california-map > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .about-california-wrap .california-map > .content {
    background-image: none; }
    @media only screen and (max-width: 992px) {
      .about-california-wrap .california-map > .content {
        background-size: contain;
        background-repeat: no-repeat; } }
  .about-california-wrap .california-map .rag-top {
    position: absolute;
    top: 0; }
  .about-california-wrap .california-map .jv-location {
    position: absolute;
    width: 8%;
    top: 52%;
    left: 21%;
    opacity: .6;
    transition: all .5s ease; }
    .about-california-wrap .california-map .jv-location:hover {
      opacity: .8;
      transition: all .5s ease;
      transform: scale(1.1); }
  .about-california-wrap .california-map .cv-location {
    position: absolute;
    width: 3%;
    top: 87%;
    left: 41.5%;
    opacity: .6;
    transition: all .5s ease; }
    .about-california-wrap .california-map .cv-location:hover {
      opacity: .8;
      transition: all .5s ease;
      transform: scale(1.1); }
  .about-california-wrap .california-map .tt-wrap-jv {
    position: absolute;
    width: 8%;
    top: 51%;
    left: 29%; }
    @media only screen and (max-width: 1200px) {
      .about-california-wrap .california-map .tt-wrap-jv {
        top: 62.5%;
        left: 8%; } }
    .about-california-wrap .california-map .tt-wrap-jv div.tooltips {
      left: 160px;
      top: -224px; }
      @media only screen and (max-width: 1200px) {
        .about-california-wrap .california-map .tt-wrap-jv div.tooltips {
          margin-top: -75%;
          left: 275%;
          height: 10px;
          width: 10px;
          top: 0; } }
      @media only screen and (max-width: 544px) {
        .about-california-wrap .california-map .tt-wrap-jv div.tooltips {
          margin-top: -160%;
          left: 295%; } }
      .about-california-wrap .california-map .tt-wrap-jv div.tooltips h1 {
        text-transform: capitalize; }
    .about-california-wrap .california-map .tt-wrap-jv div.tooltips span {
      background: #80AA20; }
    .about-california-wrap .california-map .tt-wrap-jv div.tooltips span:after {
      border-right: 250px solid #80AA20;
      border-top: 40px solid transparent;
      border-bottom: 0px solid transparent; }
      @media only screen and (max-width: 1024px) {
        .about-california-wrap .california-map .tt-wrap-jv div.tooltips span:after {
          border-right: 170px solid #80AA20; } }
      @media only screen and (max-width: 1200px) {
        .about-california-wrap .california-map .tt-wrap-jv div.tooltips span:after {
          border-right: 40px solid #80AA20;
          border-top: 20px solid transparent; } }
  .about-california-wrap .california-map .tt-wrap-cv {
    position: absolute;
    width: 8%;
    top: 78%;
    left: 49%; }
    @media only screen and (max-width: 1024px) {
      .about-california-wrap .california-map .tt-wrap-cv {
        left: 42%; } }
    @media only screen and (max-width: 1200px) {
      .about-california-wrap .california-map .tt-wrap-cv {
        top: 104%;
        left: 36%; } }
    @media only screen and (max-width: 767px) {
      .about-california-wrap .california-map .tt-wrap-cv {
        top: 101%;
        left: 36%; } }
    .about-california-wrap .california-map .tt-wrap-cv div.tooltips {
      left: 160px;
      top: -164px; }
      @media only screen and (max-width: 1200px) {
        .about-california-wrap .california-map .tt-wrap-cv div.tooltips {
          margin-top: -150%;
          left: 130%;
          height: 10px;
          width: 10px;
          top: 0; } }
      @media only screen and (max-width: 544px) {
        .about-california-wrap .california-map .tt-wrap-cv div.tooltips {
          margin-top: -170%;
          left: 170%; } }
      .about-california-wrap .california-map .tt-wrap-cv div.tooltips h1 {
        text-transform: capitalize; }
    .about-california-wrap .california-map .tt-wrap-cv div.tooltips span {
      background: #702040; }
    .about-california-wrap .california-map .tt-wrap-cv div.tooltips span:after {
      border-right: 250px solid #702040;
      border-top: 40px solid transparent;
      border-bottom: 0px solid transparent; }
      @media only screen and (max-width: 1024px) {
        .about-california-wrap .california-map .tt-wrap-cv div.tooltips span:after {
          border-right: 170px solid #702040; } }
      @media only screen and (max-width: 1200px) {
        .about-california-wrap .california-map .tt-wrap-cv div.tooltips span:after {
          border-right: 40px solid #702040;
          border-top: 20px solid transparent; } }
  .about-california-wrap .california-map div.tooltips {
    position: absolute;
    display: block; }
    .about-california-wrap .california-map div.tooltips h1 {
      text-transform: capitalize;
      font-size: 3.25em;
      font-weight: 100;
      letter-spacing: .02em;
      line-height: 1.1; }
      @media only screen and (max-width: 1200px) {
        .about-california-wrap .california-map div.tooltips h1 {
          font-size: 1.8em; } }
    .about-california-wrap .california-map div.tooltips .valley-details p {
      font-weight: 100;
      font-size: 1em; }
    @media only screen and (max-width: 1200px) {
      .about-california-wrap .california-map div.tooltips .valley-details {
        display: none; } }
    .about-california-wrap .california-map div.tooltips .valley-info {
      width: 50%;
      float: left;
      margin: 0 auto; }
      .about-california-wrap .california-map div.tooltips .valley-info img {
        height: 30px;
        float: left;
        margin-top: 8px;
        margin-right: 10px; }
      .about-california-wrap .california-map div.tooltips .valley-info p {
        text-align: left;
        vertical-align: middle;
        font-weight: 600; }
      .about-california-wrap .california-map div.tooltips .valley-info.bottom {
        float: none;
        display: block;
        clear: both;
        width: 50%; }
        .about-california-wrap .california-map div.tooltips .valley-info.bottom.jv {
          width: 65%; }
        .about-california-wrap .california-map div.tooltips .valley-info.bottom p {
          padding-top: 10px; }
  .about-california-wrap .california-map div.tooltips span {
    position: absolute;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    padding: 15px 30px;
    width: 400px;
    transition: all .5s ease;
    -webkit-box-shadow: 11px 7px 51px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 11px 7px 51px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 11px 7px 51px 3px rgba(0, 0, 0, 0.25); }
    .about-california-wrap .california-map div.tooltips span:hover {
      z-index: 1000;
      opacity: .9;
      transition: all .5s ease; }
    @media only screen and (max-width: 1200px) {
      .about-california-wrap .california-map div.tooltips span {
        width: 200px;
        padding: 0;
        text-align: left; } }
  .about-california-wrap .california-map div.tooltips span:after {
    content: '';
    position: absolute;
    top: 80%;
    right: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent; }
    @media only screen and (max-width: 1200px) {
      .about-california-wrap .california-map div.tooltips span:after {
        top: 60%; } }
  .about-california-wrap .california-map div.tooltips span {
    visibility: visible;
    opacity: 0.8;
    margin-top: -15px;
    margin-left: 15px;
    z-index: 999; }

@media only screen and (min-width: 1199px) {
  .about-california-wrap .map-details-small {
    display: none; } }

.about-california-wrap .map-details-small .sjv {
  background-color: #80AA20;
  padding: 30px 15px 45px; }

.about-california-wrap .map-details-small .cv {
  background-color: #702040;
  padding: 30px 15px 45px; }

.about-california-wrap .map-details-small {
  color: white; }
  .about-california-wrap .map-details-small h1 {
    text-transform: capitalize;
    text-align: center;
    line-height: 1em; }
  .about-california-wrap .map-details-small .valley-details p {
    font-weight: 100;
    font-size: 1.05em; }
  .about-california-wrap .map-details-small .valley-info {
    width: 50%;
    float: left;
    margin: 0 auto; }
    .about-california-wrap .map-details-small .valley-info img {
      height: 30px;
      float: left;
      margin-top: 8px;
      margin-right: 10px; }
    .about-california-wrap .map-details-small .valley-info p {
      text-align: left;
      vertical-align: middle;
      font-weight: 600; }
    .about-california-wrap .map-details-small .valley-info.bottom {
      float: none;
      display: block;
      clear: both;
      width: 50%; }
      .about-california-wrap .map-details-small .valley-info.bottom.jv {
        width: 65%; }
      .about-california-wrap .map-details-small .valley-info.bottom p {
        padding-top: 10px; }

.trifecta {
  overflow: hidden;
  position: relative;
  color: white;
  transition: all .5s ease;
  height: 550px; }
  .trifecta .title {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    pointer-events: none;
    transition: all .5s ease; }
    .trifecta .title.unactive {
      opacity: 0;
      transition: all .5s ease; }
    .trifecta .title h1 {
      margin-top: 31px; }
      .trifecta .title h1 span {
        background-color: #702040; }
  .trifecta .slide {
    width: 33.33%;
    height: 550px;
    float: left;
    transition: all 1s ease;
    z-index: 0;
    position: relative; }
    .trifecta .slide.focus {
      width: 45%;
      transition: all .5s ease; }
    .trifecta .slide.nofocus {
      width: 27.5%;
      transition: all .5s ease; }
    .trifecta .slide h1 {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0 auto; }
    .trifecta .slide p {
      opacity: 0;
      pointer-events: none;
      font-size: 1.5em;
      line-height: 1.65; }
    .trifecta .slide .tri-close {
      opacity: 0;
      pointer-events: none;
      transition: all 1s ease;
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .trifecta .slide .aligner {
      background-color: transparent;
      transition: background-color .5s ease;
      justify-content: flex-end;
      padding-right: 5%; }
    .trifecta .slide.active {
      width: 80%;
      transition: all 1s ease; }
      .trifecta .slide.active span.tri-prp-btn-dl {
        border: solid 3px transparent !important;
        transition: all 0.1s ease-in;
        background-color: transparent !important; }
        .trifecta .slide.active span.tri-prp-btn-dl:hover {
          color: white; }
      .trifecta .slide.active p {
        opacity: 1;
        -webkit-animation: fadein 1.25s ease 0s normal forwards 1;
        animation: fadein 1.25s ease 0s normal forwards 1; }
      .trifecta .slide.active h1 {
        text-align: center;
        position: absolute;
        left: 15%;
        top: 50%;
        transform: translate(-15%, -50%);
        margin: 0 auto;
        transition: all 1s ease; }
      .trifecta .slide.active .tri-close {
        opacity: 1;
        pointer-events: auto;
        transition: all 1s ease;
        transform: rotate(-45deg); }
      .trifecta .slide.active .aligner {
        background-color: rgba(0, 0, 0, 0.4);
        transition: background-color .5s ease; }
    .trifecta .slide.unactive {
      width: 10%;
      transition: all 1s ease; }
      .trifecta .slide.unactive p {
        opacity: 0;
        pointer-events: none; }
      .trifecta .slide.unactive .tri-close {
        opacity: 1;
        pointer-events: auto;
        transition: all 1s ease;
        pointer-events: none; }
  .trifecta .slide-pos {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden; }
  .trifecta .sun.unactive .aligner {
    background-color: #80AA20;
    transition: all .5s ease; }
    .trifecta .sun.unactive .aligner h1 {
      opacity: 0; }
  .trifecta .earth.unactive.purple .aligner {
    background-color: #702040;
    transition: all .5s ease; }
    .trifecta .earth.unactive.purple .aligner h1 {
      opacity: 0; }
  .trifecta .earth.unactive.green .aligner {
    background-color: #80AA20;
    transition: all .5s ease; }
    .trifecta .earth.unactive.green .aligner h1 {
      opacity: 0; }
  .trifecta .water.unactive .aligner {
    background-color: #702040;
    transition: all .5s ease; }
    .trifecta .water.unactive .aligner h1 {
      opacity: 0; }
  .trifecta .tri-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100; }
  .trifecta .aligner-item {
    margin-left: 45px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .trifecta .aligner-item {
      margin-left: 50%; } }
  @media only screen and (max-width: 992px) {
    .trifecta .slide h1 {
      font-size: 2.5em; }
    .trifecta .slide.active {
      width: 80%;
      transition: all 1s ease; }
      .trifecta .slide.active p {
        opacity: 1; }
      .trifecta .slide.active h1 {
        left: 5%;
        font-size: 2.5em; } }
  @media only screen and (max-width: 768px) {
    .trifecta .title h1 {
      font-size: 1.5em; }
      .trifecta .title h1 span {
        background-color: #80AA20; }
    .trifecta .slide p {
      font-size: 1.2em; }
    .trifecta .slide h1 {
      font-size: 2em; }
    .trifecta .slide.active {
      width: 80%;
      transition: all 1s ease; }
      .trifecta .slide.active p {
        opacity: 1;
        font-size: 1.2em; }
      .trifecta .slide.active h1 {
        left: 18%;
        top: 15%;
        font-size: 2em; }
    .trifecta .slide .aligner-item {
      max-width: 70%;
      flex: 1;
      margin-left: 0%; }
    .trifecta .tri-close {
      width: 25px !important;
      height: 25px !important; } }
  @media only screen and (max-width: 544px) {
    .trifecta .title h1 {
      font-size: 1.2em; }
      .trifecta .title h1 span {
        background-color: #80AA20; }
    .trifecta .active .aligner-item {
      max-width: 80%; }
      .trifecta .active .aligner-item h1 {
        top: 4%; } }

.trifecta .pulsating-circle {
  right: 10%;
  top: 90%; }

.tt-wrap-jv .pulsating-circle,
.tt-wrap-cv .pulsating-circle {
  right: 0%;
  top: 10%; }
  @media only screen and (min-width: 1300px) {
    .tt-wrap-jv .pulsating-circle,
    .tt-wrap-cv .pulsating-circle {
      display: none; } }
  @media only screen and (max-width: 1023px) {
    .tt-wrap-jv .pulsating-circle,
    .tt-wrap-cv .pulsating-circle {
      display: none; } }

.trifecta .active .pulsating-circle, .trifecta .unactive .pulsating-circle, .tt-wrap-jv .active .pulsating-circle, .tt-wrap-jv .unactive .pulsating-circle, .tt-wrap-cv .active .pulsating-circle, .tt-wrap-cv .unactive .pulsating-circle {
  opacity: 0;
  transition: opacity .25s ease; }

.trifecta .pulsating-circle, .tt-wrap-jv .pulsating-circle, .tt-wrap-cv .pulsating-circle {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all .25s ease; }
  .trifecta .pulsating-circle:before, .tt-wrap-jv .pulsating-circle:before, .tt-wrap-cv .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: white;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .trifecta .pulsating-circle:after, .tt-wrap-jv .pulsating-circle:after, .tt-wrap-cv .pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #702040;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
  .trifecta .pulsating-circle:hover, .tt-wrap-jv .pulsating-circle:hover, .tt-wrap-cv .pulsating-circle:hover {
    transition: all .25s ease;
    width: 32px;
    height: 32px;
    border-radius: 50%; }
    .trifecta .pulsating-circle:hover:before, .tt-wrap-jv .pulsating-circle:hover:before, .tt-wrap-cv .pulsating-circle:hover:before {
      transition: all .25s ease;
      background-color: #702040;
      animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
    .trifecta .pulsating-circle:hover:after, .tt-wrap-jv .pulsating-circle:hover:after, .tt-wrap-cv .pulsating-circle:hover:after {
      transition: all .25s ease;
      background-color: white; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }

@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }

.good-things-come-in-bunches {
  clear: both; }
  .good-things-come-in-bunches img.grapes {
    position: absolute;
    z-index: 1;
    top: -15px;
    height: auto;
    width: 210%;
    right: 0; }
  .good-things-come-in-bunches .good-things-content {
    padding: 5% 5% 10%; }
  .good-things-come-in-bunches .green-bg h2 {
    position: relative;
    z-index: 10;
    color: white;
    text-align: left; }
  @media only screen and (max-width: 767px) {
    .good-things-come-in-bunches img.grapes {
      display: none; }
    .good-things-come-in-bunches .green-bg {
      padding: 2%;
      margin: 2%; } }
  @media only screen and (max-width: 544px) {
    .good-things-come-in-bunches .pd30-45 {
      padding: 15px 10px; } }

.top-varieties h1.debby {
  text-transform: capitalize;
  font-size: 7.5em;
  padding-top: 1em;
  font-weight: normal; }
  .top-varieties h1.debby:after {
    background-image: url(../grapes/assets/images/green-underline.png);
    background-size: 100% 20px;
    display: block;
    width: 20%;
    height: 60px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    background-position-y: 40px;
    left: 0;
    right: 0;
    padding-top: 0%;
    margin: 0 auto; }

.top-varieties h1 {
  font-size: 1.8em;
  font-weight: bold; }

.top-varieties p {
  line-height: 1.3em; }

.top-varieties .col-sm-12 {
  padding-bottom: 5%; }

@media only screen and (max-width: 768px) {
  .top-varieties h1.debby {
    font-size: 3.5em; }
    .top-varieties h1.debby:after {
      width: 40%; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.every-occasion {
  background-size: cover;
  text-align: center; }
  .every-occasion h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .05em;
    line-height: 1.25em; }
  .every-occasion p {
    font-size: 1.5em;
    font-weight: 400;
    padding: 20px 0 30px;
    line-height: 1.25em; }
  .every-occasion .green-bg {
    color: white;
    background-color: rgba(128, 170, 31, 0.9);
    padding: 10%;
    margin: 10% 7%; }
  @media only screen and (max-width: 768px) {
    .every-occasion h1 {
      font-size: 2em; }
    .every-occasion p {
      font-size: 1.25em; }
    .every-occasion .green-bg {
      color: white;
      background-color: rgba(128, 170, 31, 0.9);
      padding: 5%;
      margin: 5%; } }

.community-outreach h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1.25em; }

.community-outreach p {
  font-size: 1.5em;
  font-weight: 400;
  padding: 20px 0 30px;
  line-height: 1.25em; }

.community-outreach .col-sm-6.mh-row {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.community-outreach .content {
  padding: 2.5% 5% 5%;
  background-color: #dcdee5; }

/* ------------------------------------------- */
/*  @media 2000px */
/* ------------------------------------------- */
@media only screen and (min-width: 2000px) {
  .full-width-header img {
    margin-top: -100px; }
  .main-wrap .full-width-header .rel {
    height: 850px !important;
    overflow: hidden; } }

/* ------------------------------------------- */
/*  @media 1900px */
/* ------------------------------------------- */
@media only screen and (max-width: 1900px) {
  .lessons .btn1.prev, .lessons .btn1.prev-col, .activity .btn1.prev, .activity .btn1.prev-col {
    left: 5%; }
  .lessons .btn1.next, .lessons .btn1.next-col, .activity .btn1.next, .activity .btn1.next-col {
    /* right arrow */
    right: 15%; } }

/* ------------------------------------------- */
/*  @media 1540px */
/* ------------------------------------------- */
@media only screen and (min-width: 1540px) {
  #menu-primary, #menu-internal, #menu-retailers, #menu-foodservice-nav {
    transition: all 1s;
    font-size: 18px;
    line-height: 41px; }
  .main-wrap .full-width-header .rel {
    height: 650px;
    overflow: hidden; }
  .page-id-35 .main-wrap .full-width-header .rel, .page-id-731 .main-wrap .full-width-header .rel, .page-id-11 .main-wrap .full-width-header .rel, .page-id-141 .main-wrap .full-width-header .rel, .page-id-146 .main-wrap .full-width-header .rel, .page-id-148 .main-wrap .full-width-header .rel {
    height: auto !important;
    overflow: hidden; }
  .features h4 {
    padding-top: 5%; }
  .page-template-all-about-grapes .full-width-header .img-responsive {
    margin-top: -180px; }
  .full-width-header img {
    margin-top: -40px; }
  .page-template-growers-shippers .category-filter .abs {
    width: 30%; } }

@media only screen and (max-width: 1540px) {
  .lessons .btn1.prev, .lessons .btn1.prev-col, .activity .btn1.prev, .activity .btn1.prev-col {
    left: 5%; }
  .lessons .btn1.next, .lessons .btn1.next-col, .activity .btn1.next, .activity .btn1.next-col {
    /* right arrow */
    right: 5%; }
  button#responsive-menu-pro-button.responsive-menu-pro-button {
    top: 65px !important; }
  .page-id-152 .full-width-header .rel {
    height: 750px;
    overflow: hidden; } }

/* ------------------------------------------- */
/*  @media 1300px */
/* ------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1300px) {
  .full-width-header .rel {
    height: 550px;
    overflow: hidden; }
  .page-id-35 .full-width-header .rel, .page-id-731 .full-width-header .rel, .page-id-11 .full-width-header .rel, .page-id-141 .full-width-header .rel, .page-id-148 .full-width-header .rel, .page-id-152 .full-width-header .rel, .page-id-146 .full-width-header .rel {
    height: auto;
    overflow: hidden; } }

/* ------------------------------------------- */
/*  @media 1300px */
/* ------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
  .features h4 {
    padding-top: 0; }
  .features .feature-info p:first-of-type {
    margin-bottom: 20px; }
  button#responsive-menu-pro-button.responsive-menu-pro-button {
    top: 64px !important; }
  .page-id-152 .full-width-header .rel {
    height: auto;
    overflow: hidden; } }

/* ------------------------------------------- */
/*  @media 1200px */
/* ------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #dietitian .diet-vid-btn span, #dietitian .diet-vid-btn-f span {
    margin-left: 0px; }
  #dietitian .diet-vid-btn img, #dietitian .diet-vid-btn-f img {
    margin-right: 0px; }
  .features .feature-info {
    padding: 20px; }
    .features .feature-info h4 {
      padding-right: 0;
      padding-top: 10px; }
  .features .feature-info, .features .feature-info.low {
    margin-top: 5px;
    height: 75%;
    padding: 0px 30px; }
  .features .features .feature-info p:first-of-type {
    margin-bottom: 10px; }
  .features .row.inner p:first-of-type {
    margin-top: 10px; }
  .features .row.inner p a {
    position: absolute;
    bottom: 20px; }
  .fw-layout div.bg-img {
    height: 420px;
    background-size: cover; }
  .annual-cycle {
    padding-bottom: 5px; }
    .annual-cycle h1.title {
      top: 20px; }
    .annual-cycle .owl-dots {
      padding-top: 145px;
      padding-left: 45px; }
    .annual-cycle .annual-content {
      top: 30%; }
  .retailers-page #license .owl-next {
    right: 150px; }
  .retailers-page #license .owl-prev {
    left: -75px; }
  .page-id-148 .ps-5 {
    padding-left: 1% !important;
    padding-right: 2.5% !important; }
  .page-id-148 .col-sm-4 .grn-btn {
    padding: 16px 10px;
    font-size: 14px; } }

/* ------------------------------------------- */
/*  @media 1100px */
/* ------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .annual-cycle h1.title {
    top: 20px;
    font-size: 25px; }
  .annual-cycle .owl-dots {
    padding-top: 130px;
    width: 45%; }
  .annual-cycle .annual-content {
    top: 30%; }
  .annual-cycle div.line {
    height: 25px; }
  #dietitian .diet-vid-btn span, #dietitian .diet-vid-btn-f span {
    margin-left: 0px; }
  #dietitian .diet-vid-btn img, #dietitian .diet-vid-btn-f img {
    margin-right: 0; } }

/* Medium Devices, Desktops */
/* ------------------------------------------- */
/*  @media 1080px */
/* ------------------------------------------- */
@media only screen and (max-width: 1080px) {
  .page-id-152 .full-width-header .rel {
    height: auto;
    overflow: hidden; } }

/* Medium Devices, Desktops */
/* ------------------------------------------- */
/*  @media 992px */
/* ------------------------------------------- */
@media only screen and (max-width: 992px) {
  .page-id-2401 h2 {
    line-height: 2em; }
  .select-enjoy h2 {
    font-size: 20px; }
  .select-enjoy .prp-btn-dl {
    width: 200px; }
  .features .feature-info {
    padding: 15px; }
    .features .feature-info h4 {
      padding-top: 50px; }
  .growers-subnav .secondary-nav {
    width: 100%; }
    .growers-subnav .secondary-nav li {
      width: 20%; }
  .annual-cycle .annual-content {
    top: 20%;
    padding: 0 2% 0 5%; }
  .annual-cycle div.line {
    height: 15px; }
  .annual-cycle h1 {
    font-size: 25px; }
  .fw-layout .col-sm-6 div.bg-img {
    background-position-x: -75px;
    height: 350px;
    background-size: cover; }
  .fw-layout .col-sm-6:nth-of-type(2) div.bg-img {
    background-size: cover;
    background-position-x: 0px; }
  .partners-nav li a {
    font-size: 12px; }
  li.searchbar {
    float: right; }
  #searchform .search {
    right: 20px; }
  .content-slider .owl-prev {
    /* left arrow */
    left: 50px; }
  .content-slider .owl-next {
    /* right arrow */
    right: 35px; }
  .full-width-video h1.animated {
    top: 15%; }
  .full-width-header h1.animated {
    font-size: 75px;
    top: 10%; }
  #video-slide .full-video {
    margin-top: -60%; }
    #video-slide .full-video .video-embed {
      width: 100%; }
  .retailers-page #license .owl-next {
    right: 150px; }
  .retailers-page #license .owl-prev {
    left: -75px; }
  #lessons .btn-next, #activity .btn-next {
    right: 120px; }
  section.video-carousel .video-btn.file.popped ~ div > .video-embed {
    height: 110%;
    top: -20px; }
  #dietitian .diet-vid-btn-f span {
    margin-left: -5px;
    margin-top: 0px; }
  #dietitian .diet-vid-btn img, #dietitian .diet-vid-btn-f img {
    margin-right: 0; }
  button#responsive-menu-pro-button.responsive-menu-pro-button {
    top: 68px !important;
    -webkit-transition: all 1s ease-in .4s;
    transition: all 1s ease-in .4s; }
  button#responsive-menu-pro-button.responsive-menu-pro-button.low {
    top: 86px !important; }
  button#responsive-menu-pro-button .responsive-menu-pro-box {
    color: #fff;
    top: -10px; }
  #dietitian .video-embed {
    left: -100px; }
  section.featured-dietitian h1, section.featured-dietitian h2, section.featured-dietitian h3 {
    font-size: 18px;
    margin-top: 10px; }
  section.featured-dietitian .dietitian.abs {
    padding-top: 10px;
    padding-left: 20px; }
  section.featured-dietitian .mt-60 {
    margin-top: 30px; }
  .featured-recipes-page-loop .one p.two {
    padding: 30px 5px 40px 15px; }
  .featured-recipes-page-loop .swoosh {
    bottom: 5px; }
  .featured-dietitian {
    padding-bottom: 30px; }
    .featured-dietitian .dietitian.abs {
      background-size: 90% 100%;
      position: relative !important;
      background-image: none; }
      .featured-dietitian .dietitian.abs h1 {
        color: black; }
      .featured-dietitian .dietitian.abs p {
        color: black; }
      .featured-dietitian .dietitian.abs p.xs-hide {
        width: 85%; }
    .featured-dietitian .swoosh {
      display: none; }
  #dietitian .owl-stage .video-embed {
    left: -130px; }
  #dietitian .owl-stage .owl-item.active.first video.video-embed {
    left: 150px !important; }
  #dietitian .owl-stage .owl-item.active.last video.video-embed {
    left: -370% !important; }
  .content-slider .owl-item, #dietitian .owl-item {
    padding: 50px 20px 30px; }
  #dietitian .owl-next {
    right: -10px !important;
    background-color: rgba(255, 255, 255, 0.5) !important; }
  #dietitian .owl-prev {
    left: -10px !important;
    background-color: rgba(255, 255, 255, 0.5) !important; }
  .page-id-150 .full-width-header h1.animated {
    top: 26%;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4); }
  .page-template-growers-shippers .category-filter .abs {
    width: 370px; } }

@media only screen and (max-width: 821px) {
  .page-template-time-line .cd-timeline-block.timeline-announcement-left .cd-timeline-img.icon-no-readmore {
    left: 5px !important;
    right: auto !important; }
  .page-template-time-line .cd-timeline-block.timeline-announcement-right .cd-timeline-img.icon-no-readmore {
    right: auto;
    left: 5px !important; } }

@media only screen and (min-width: 769px) {
  .hide-lg {
    display: none; } }

/* Small Devices, Tablets */
/* ------------------------------------------- */
/*  @media 768px */
/* ------------------------------------------- */
@media only screen and (max-width: 768px) {
  .page-id-1096
main.community-child-page
img.alignleft {
    margin-right: 50px; }
  .features {
    background-color: #F2F2F2;
    padding: 0px 30px; }
  .rag-wrap img {
    bottom: -1px; }
  .features .features-info-lg {
    position: relative;
    margin-left: 0%;
    margin-right: 0%; }
  .hide-md {
    display: none !important; }
  .content-slider .owl-prev {
    left: 25px !important; }
  .content-slider .owl-next {
    right: 10px !important; }
  .content-slider .owl-nav, #dietitian .owl-nav {
    margin: 30px -3% !important;
    top: 46% !important; }
  .growers-subnav .navbar {
    min-height: 140px; }
  .page-template-ebook-content-repeater .left {
    text-align: center; }
  .page-template-ebook-content-repeater .right {
    text-align: center; } }

/* Small Devices, Tablets */
/* ------------------------------------------- */
/*  @media 767px */
/* ------------------------------------------- */
@media only screen and (min-width: 767px) {
  .recipes-search-filter fieldset {
    margin-left: 40px; } }

@media only screen and (max-width: 767px) {
  .content-slider .owl-nav, #dietitian .owl-nav {
    margin: 30px -3% !important;
    top: 50% !important; }
  .page-id-148 .ps-5 {
    padding-left: 5% !important;
    padding-right: 5% !important; }
  .page-id-148 .col-sm-4 .grn-btn {
    padding: 16px 24px;
    font-size: 16px; }
  .growers-subnav button.hamburger {
    display: block;
    z-index: 0;
    position: relative;
    float: left;
    top: -10px; }
  .growers-subnav .navbar-header h3 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .growers-subnav nav.navbar .navbar-header {
    width: 100%;
    margin-left: 0; }
  .growers-subnav .secondary-nav {
    width: 100%;
    position: relative; }
  .growers-subnav .secondary-nav li {
    display: block;
    border-right: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%; }
  .growers-subnav nav.navbar .navbar-collapse.collapsing {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 10px;
    float: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .growers-subnav nav.navbar .navbar-collapse.collapse.in {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
    float: none;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .growers-subnav nav.navbar .navbar-collapse.collapse {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0;
    margin-top: 50px;
    padding-top: 10px;
    float: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .growers-subnav .dropdown-menu {
    width: 100%;
    margin-top: 2px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
  .growers-subnav nav.navbar {
    min-height: 110px; }
  .page-template-growers-shippers .category-filter .abs {
    width: 340px;
    margin: 0 auto;
    left: 0;
    right: 0; }
  #lessons .btn-next, #activity .btn-next {
    right: 90px; }
  .page-template-page-recipe-category .recipes-search-filter fieldset {
    margin-left: 0px;
    float: left;
    width: auto; }
  .single-recipes-page .recipes-search-filter fieldset {
    margin-left: 0;
    float: left;
    width: auto; }
  .recipes-search-filter {
    padding-bottom: 60px; }
  .ads-slider .col-sm-4.mag img {
    float: none !important; }
  .ads-slider .col-sm-8 {
    text-align: center !important; }
  .about-grape-page #basic .col-sm-5 {
    min-height: 260px;
    margin: 0 auto; }
    .about-grape-page #basic .col-sm-5 img {
      float: none; }
  .about-grape-page #basic h1 {
    padding-top: 0px; }
  .about-grape-page #basic .owl-nav {
    top: 27% !important; }
  .features {
    background-color: #F2F2F2;
    padding: 0px 30px 30px; }
  .annual-cycle .annual-content {
    top: 0;
    padding: 0 2% 0 5%;
    width: 90%;
    height: 100%;
    left: 0; }
  .annual-cycle .owl-dots, .annual-cycle .owl-dot div.line {
    display: none; }
  .annual-cycle div.sm-bg {
    display: block;
    background-image: url(assets/images/slider-scroller-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 50%; }
  .annual-cycle h1 {
    margin-top: 90px; }
  .annual-cycle h1.title {
    margin-top: 0px; }
  .annual-cycle h1, .annual-cycle a.grn-btn, .annual-cycle p {
    z-index: 12;
    position: relative; }
  h2 {
    font-size: 24px;
    line-height: 2em;
    font-weight: 400; }
    h2 span.debby {
      font-size: 52px;
      line-height: 45px; }
  .full-width-header h1.animated,
  .page-id-150 .full-width-header h1.animated {
    position: relative;
    color: #80AA20;
    text-align: center;
    font-size: 48px;
    line-height: 54px;
    text-transform: inherit;
    font-style: normal;
    font-weight: normal;
    left: 0; }
  span.dots {
    display: none; }
  .pad-cont20 {
    padding-top: 20px;
    padding-left: 5%;
    padding-bottom: 20px;
    padding-right: 5%; }
  .full-width-video h1.animated {
    font-size: 70px; }
  nav.navbar .navbar-collapse.collapse #menu-primary li a,
  nav.navbar .navbar-collapse.collapse #menu-internal li a,
  nav.navbar .navbar-collapse.collapse #menu-retailers,
  nav.navbar .navbar-collapse.collapse #menu-foodservice-nav {
    margin-right: 10px;
    font-size: 13px; }
  nav.navbar .navbar-collapse.collapse #menu-primary li:hover a,
  nav.navbar .navbar-collapse.collapse #menu-internal li:hover a,
  nav.navbar .navbar-collapse.collapse #menu-retailers, li:hover a,
  nav.navbar .navbar-collapse.collapse #menu-foodservice-nav, li:hover a {
    margin-right: 10px; }
  li:hover a.prp-grn-btn {
    margin-right: 0px; }
  .navbar-brand.fdin {
    z-index: 0; }
  .page-id-152 .main-wrap section.shade-bg .row, .page-id-141 .main-wrap section.shade-bg .row {
    min-height: 300px; }
  .page-id-152 .main-wrap section.shade-bg .left, .page-id-141 .main-wrap section.shade-bg .left {
    text-align: center; }
    .page-id-152 .main-wrap section.shade-bg .left h2, .page-id-141 .main-wrap section.shade-bg .left h2 {
      text-align: center; }
  .page-id-152 .main-wrap section.shade-bg .right, .page-id-141 .main-wrap section.shade-bg .right {
    text-align: center; }
    .page-id-152 .main-wrap section.shade-bg .right h2, .page-id-141 .main-wrap section.shade-bg .right h2 {
      text-align: center; }
  .page-id-152 .main-wrap section.shade-bg input[type="button"], .page-id-141 .main-wrap section.shade-bg input[type="button"] {
    margin-bottom: 30px;
    float: none; }
  .features .feature-info {
    padding: 30px;
    margin-top: -10px; }
    .features .feature-info h4 {
      padding-top: 15px;
      padding-bottom: 15px; }
  .features div.col-sm-6.no-side-pad {
    margin-top: -10px; }
  .features .feature-info, .features .feature-info.low {
    background-color: white;
    position: relative;
    height: auto;
    width: auto;
    left: auto;
    right: 0;
    padding: 10px 30px 30px 30px;
    margin-top: -10px; }
  .features nav.navbar .navbar-collapse.collapse #menu-primary li:hover a {
    margin-right: 0px !important; }
  .recipes-search-filter.single form {
    width: 400px !important;
    float: left; }
  .recipes-search-filter.single input.search {
    margin-right: 0px !important;
    margin-left: 0px !important;
    float: none; }
  .recipes-search-filter.single button {
    margin-left: 0px !important; }
  .recipes-search-filter input.search {
    margin-left: 0px;
    width: 229px; }
  #grapes-on-menu .grapes-on-menu-content {
    position: absolute;
    width: 40%;
    top: 30%;
    right: 0px;
    padding: 0 5%;
    color: inherit; }
  #grapes-on-menu .owl-dots {
    padding-top: 88.8px;
    width: 45%;
    display: block; }
  #grapes-on-menu .owl-dot div.line {
    display: block; }
  #grapes-on-menu .owl-dot:last-of-type div.line {
    display: none; }
  #grapes-on-menu div.sm-bg {
    display: none; }
  footer li:hover a {
    margin-right: 0px; }
  .retailers-page .pt-60 {
    padding-top: 5px; }
  .retailers-page #license .owl-next {
    right: 85px; }
  .retailers-page #license .owl-prev {
    left: -75px; }
  .retailers-page .col-sm-7 {
    text-align: center !important; }
  section.video-carousel .video-btn.file.popped ~ div > .video-embed {
    height: 110%;
    top: -210px; }
  section.video-carousel .video-btn.popped ~ div > .embed-container {
    width: 100%;
    padding-bottom: 106.25%; }
  #dietitian .diet-vid-btn-f span {
    margin-left: 0;
    margin-top: 5px;
    width: 85%; }
  #dietitian .diet-vid-btn img, #dietitian .diet-vid-btn-f img {
    margin-right: 0; }
  .search-results #searchsubmit {
    margin-left: 0; }
  .search-results .col-md-8 {
    padding-bottom: 15px; }
  .featured-recipes-page-loop .one p {
    padding: 30px 0 25px 15px; }
  .featured-recipes-page-loop p.two {
    padding: 30px 0 25px 15px; }
  .featured-recipes-page-loop .one p.two {
    padding: 30px 0 25px 15px; }
  .featured-recipes-page-loop .swoosh {
    display: none; }
  .featured-dietitian {
    padding-bottom: 30px; }
    .featured-dietitian .dietitian.abs {
      background-size: 90% 100%;
      position: relative !important;
      background-image: none; }
      .featured-dietitian .dietitian.abs h1 {
        color: black; }
      .featured-dietitian .dietitian.abs p {
        color: black; }
      .featured-dietitian .dietitian.abs p.xs-hide {
        width: 85%; }
    .featured-dietitian .swoosh {
      display: none; }
  .license-loop img {
    max-height: 400px;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    position: relative; }
  .col-sm-7 {
    text-align: center !important; }
  .dietitian-recipes .secondary-nav li:hover a {
    margin-right: 0; }
  .dietitian-recipes fieldset {
    width: 560px; }
  #feature-recipes .col-sm-5 {
    min-height: 290px;
    margin: 0 auto;
    position: relative; }
    #feature-recipes .col-sm-5 img {
      margin: 0 auto;
      float: none;
      padding: 5%; }
  #feature-recipes .get-recipe {
    margin-top: 10px; } }

/* Between Sizes*/
/* ------------------------------------------- */
/*  @media 705px */
/* ------------------------------------------- */
@media only screen and (max-width: 705px) {
  .select-enjoy h2 {
    font-size: 30px; }
  .select-enjoy .prp-btn-dl {
    width: 200px; }
  form#searchform {
    position: absolute;
    right: 30px;
    top: 0; }
  header a.navbar-brand img.logo {
    width: 80px;
    height: 110px; }
  .partners-nav li a {
    font-size: 10px; }
  .outer-menu {
    top: 0px; }
    .outer-menu .hamburger {
      top: 34px !important; }
  .searchbar {
    display: none; }
  .category-filter .abs {
    position: relative;
    top: 0;
    margin: 0 auto; }
  .category-filter .prp-btn {
    float: left; }
  footer .legal {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; } }

/* Between Sizes*/
/* ------------------------------------------- */
/*  @media 705px */
/* ------------------------------------------- */
@media only screen and (max-width: 704px) {
  .xs-show, .outer-menu {
    display: block; }
  .outer-menu.desktop {
    display: none; }
  /*
 NAVIGATION STYLES
*/
  nav.navbar .navbar-header {
    margin-top: 20px;
    padding-bottom: 0;
    float: none;
    margin: 0 auto;
    width: 100px;
    text-align: center; }
  nav.navbar {
    min-height: 110px; }
  .partners-nav {
    display: none; }
  header nav.navbar .navbar-collapse.collapse {
    display: none; }
  .mobile-hide {
    display: none !important; }
  header img.logo {
    width: 70px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  button.navbar-toggle {
    position: absolute;
    left: 15px;
    top: 30px; }
  /*
 NAVIGATION STYLES
*/
  #grapes-on-menu .owl-dots {
    display: none; }
  #grapes-on-menu .owl-dot div.line {
    display: none; }
  #grapes-on-menu div.sm-bg {
    display: block; }
  #grapes-on-menu .grapes-on-menu-content {
    width: 100%;
    top: 0%;
    right: 0px;
    padding: 0 5%; }
  .recipes-search-filter form {
    float: left;
    margin: 0 auto;
    width: auto;
    padding-left: 15px; }
  button#responsive-menu-pro-button.responsive-menu-pro-button {
    top: 35px !important; }
  .growers-subnav .rel {
    padding-top: 60px; }
  .cs-select.cs-skin-underline {
    width: 54% !important; }
  .hide-sm {
    display: none; }
  .dietitian-recipes fieldset {
    width: auto;
    margin-left: 0px !important;
    float: none !important; }
  .dietitian-recipes .recipes-search-filter form, .search-results .recipes-search-filter form, .single-recipes-page .recipes-search-filter form, .tax-recipecategory .recipes-search-filter form {
    float: left;
    margin-right: -30px; }
  #searchsubmit {
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -10px; } }

/* Extra Small Devices, Phones */
/* ------------------------------------------- */
/*  @media 544px */
/* ------------------------------------------- */
@media only screen and (max-width: 544px) {
  section.video-carousel .video-btn.popped ~ div > .embed-container {
    top: -100%;
    padding-bottom: 106.25%; }
  section.video-carousel .video-btn.file.popped ~ div > .video-embed {
    width: 100%;
    height: 100%;
    top: -115px; }
  .annual-cycle .annual-content {
    width: 75%;
    left: 0;
    top: 0; }
    .annual-cycle .annual-content p {
      display: none; }
    .annual-cycle .annual-content h1 {
      font-size: 16px;
      margin-top: 66px; }
  .annual-cycle div.sm-bg {
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 65%; }
  .annual-cycle h1.title {
    top: 20px;
    font-size: 18px; }
  .annual-cycle .owl-carousel img {
    max-height: 100%;
    max-width: 100%; }
  .recipes-search-filter button {
    padding: 14px 35px;
    margin-top: 20px;
    float: none;
    margin-left: 10px; }
  .content-slider .owl-prev {
    /* left arrow */
    left: 20px; }
  .content-slider .owl-next {
    /* right arrow */
    right: 5px; }
  footer {
    padding-bottom: 40px; }
    footer .footer-nav {
      padding-left: 0; }
    footer .legal .pull-right {
      width: 100%; }
    footer .legal .pull-left {
      width: 100%; }
  .full-width-video h1.animated {
    font-size: 40px;
    top: 18%;
    left: 0px;
    letter-spacing: .02em; }
  .outer-menu .menu > div > div > ul > li > a:after {
    display: none; }
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; }
  .text-xs-justify {
    text-align: justify !important; }
  .cell-pad {
    padding: 2% 12% 2% 12% !important; }
  .ps-10 {
    padding-left: 8%;
    padding-right: 8%; }
  main.grape-health-page .intro, .grape-health-child-page .intro {
    padding: 3.5% 10% 2.5% 10%;
    position: relative; }
  .content-slider .owl-item {
    padding: 50px 40px 30px; }
  .prp-btn, .grn-btn, .red-btn, .grn-btn-dl, .prp-btn-dl, .white-prp-btn, .white-grn-btn {
    font-size: 14px; }
  .partners-nav {
    display: none; }
  header nav.navbar .navbar-collapse.collapse {
    display: none; }
  .pull-right-lg {
    float: none; }
  .pull-left-lg {
    float: none; }
  .features .row.inner p:first-of-type {
    margin-top: 0; }
  .xs-hide {
    display: none !important; }
  .foodservice-page h1.title {
    top: 20px;
    font-size: 18px; }
  #grapes-on-menu.owl-carousel img {
    max-height: 100%;
    max-width: 100%; }
  #grapes-on-menu.owl-carousel .grapes-on-menu-content {
    position: absolute;
    width: 100%;
    top: 0%;
    right: 0px;
    height: 100%;
    padding: 0 5%;
    color: inherit; }
    #grapes-on-menu.owl-carousel .grapes-on-menu-content h1 {
      color: white;
      margin-top: 60px; }
  #lessons h1, #activity h1 {
    text-align: center !important; }
  #lessons .btn-next, #activity .btn-next {
    right: 30px; }
  #lessons .btn-prev, #activity .btn-prev {
    left: -55px; }
  .recipes-search-filter input.search {
    margin-left: 0px; }
  #dietitian .diet-vid-btn span, #dietitian .diet-vid-btn-f span {
    width: 80%; }
  .diet.full-video.open {
    width: 90%;
    top: 30px; }
  .recipes-search-filter {
    padding-bottom: 60px; }
  .category-filter .abs {
    padding-left: 25px;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .single-recipes-page .icon {
    max-height: 70px;
    max-width: 70px; }
  .dietitian-recipes .recipes-search-filter form,
  .search-results .recipes-search-filter form,
  .single-recipes-page .recipes-search-filter form,
  .tax-recipecategory .recipes-search-filter form {
    margin-right: -30px; }
  .pt-30.pb-30.bread {
    padding: 0 !important; }
  section.recipe-cookbook h1 {
    margin-top: 20px;
    color: white;
    font-size: 24px; }
  section.recipe-cookbook p.bt {
    margin-top: 30px;
    margin-bottom: 30px; }
  section.recipe-cookbook h2 {
    color: white;
    margin-top: 10px; }
  .grn-btn, .prp-btn, .white-prp-btn {
    padding: 12px 18px; }
  #feature-recipes .owl-item {
    padding: 10px 40px 30px; }
  .page-template-advertising #feature-recipes .owl-item {
    padding: 10px 40px 0px; }
    .page-template-advertising #feature-recipes .owl-item .item.grn-btn {
      display: none; }
  .fw-layout .col-sm-6:nth-of-type(2) div.bg-img {
    background-position-x: -15px; }
  .full-width-video .triangle-down {
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    bottom: 20%; }
  .search-results .recipes-search-filter form fieldset {
    width: auto;
    float: left; }
  .error404 .recipes-search-filter input.search {
    padding: 9px 0px 7px 8px; }
  .page-template-growers-shippers .category-filter .abs {
    width: 360px;
    margin: 0 auto;
    left: 0;
    right: 0; } }

/* Custom, iPhone Retina */
/* ------------------------------------------- */
/*  @media 320px */
/* ------------------------------------------- */
@media only screen and (max-width: 320px) {
  .triangle-down {
    display: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rag-wrap img {
    position: absolute;
    top: -30px !important;
    bottom: inherit !important;
    margin-right: 0;
    margin-left: 0; } }

@media screen\0 {
  .rag-wrap img {
    position: absolute;
    top: -30px !important;
    bottom: inherit !important;
    margin-right: 0;
    margin-left: 0; } }

/* IE styles */
/* ------------------------------------------- */
/*  IE Styles */
/* ------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer-menu .menu > div {
    width: 230% !important;
    height: 230% !important;
    border-radius: 0 !important; }
  .outer-menu .menu > div > div {
    max-width: 100% !important; }
  #menu-desktop-hamburger {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  position: relative;
  /*Added Line*/
  .full-width-header h1 {
    z-index: 1; }
  #video-header h1 {
    z-index: 1; }
  .rag-wrap img {
    top: -30px !important; }
  .img-responsive.ps-5 {
    padding-left: 0;
    padding-right: 0; }
  .circle-images-and-text .img-responsive.ps-15 {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: 0 auto; }
  .outer-menu.desktop .hamburger > div {
    background: #80AA20;
    height: 3px; }
    .outer-menu.desktop .hamburger > div:after, .outer-menu.desktop .hamburger > div:before {
      height: 3px;
      display: block; }
  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .h100 {
    max-height: 100px !important;
    height: 100px !important; } }

@media only screen and (-ms-high-contrast: active) and (min-width: 1451px), only screen and (-ms-high-contrast: none) and (min-width: 1451px) {
  .rag-wrap img {
    top: -40px !important; }
  .recipes-page .rag-wrap img {
    top: -25px !important;
    left: -10px;
    width: 115%; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 1450px), only screen and (-ms-high-contrast: none) and (max-width: 1450px) {
  .rag-wrap img {
    top: -30px !important; }
  .about-grape-page .rag-wrap img {
    top: -40px !important;
    left: -15px; }
  .recipes-page .rag-wrap img {
    top: -25px !important;
    left: -10px;
    width: 115%; }
  .page-template-growers-shippers .category-filter .abs {
    width: 390px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 1250px), only screen and (-ms-high-contrast: none) and (max-width: 1250px) {
  .about-grape-page .rag-wrap img {
    top: -30px !important;
    left: -10px;
    width: 115%; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 992px), only screen and (-ms-high-contrast: none) and (max-width: 992px) {
  .rag-wrap img {
    top: -20px !important; }
  .about-grape-page .rag-wrap img {
    top: -30px !important;
    left: -15px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 768px), only screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .rag-wrap img {
    top: -10px !important;
    left: -15px; }
  .about-grape-page .rag-wrap img {
    top: -15px !important;
    left: -15px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .no-ie {
    display: none !important; } }

/* Print Styles */
/* ------------------------------------------- */
/*  PRINT STYLES */
/* ------------------------------------------- */
@media print {
  .single-recipes .legal,
  .single-recipes .footer-nav,
  .single-recipes .title-swoosh,
  .single-recipes .about-ca-grapes,
  .single-recipes .additional-recipes,
  .single-recipes .single-recipes-page > .row,
  .single-recipes .essb_displayed_shortcode,
  .single-recipes .col-sm-3.col-lg-2, .single-recipes #crumbs,
  .single-recipes .recipes-search-filter, .single-recipes .col-sm-12 {
    display: none !important; }
  .single-recipes h1 {
    font-size: 25px !important; }
  .single-recipes h3 {
    padding-left: 0 !important; }
    .single-recipes h3 span.debby {
      font-size: 30px !important; }
  .single-recipes .col-sm-8 img {
    width: 100mm !important; }
  .single-recipes .print-directions {
    display: block !important; }
  .single-recipes .print-box {
    display: block !important;
    width: 170mm !important; }
  .single-recipes-page .directions {
    display: none !important; } }
