/*
Theme Name: Banana Blossom
Description: Custom website theme by Initial Marketing
Template: salient
Version: 1.0
*/
@font-face {
  font-family: "Apollonia Pro";
  src: url("fonts/ApolloniaPro-Bold.eot");
  src: local("Apollonia Pro Bold"), local("ApolloniaPro-Bold"), url("fonts/ApolloniaPro-Boldd41d.eot?#iefix") format("embedded-opentype"), url("fonts/ApolloniaPro-Bold.woff2") format("woff2"), url("fonts/ApolloniaPro-Bold.woff") format("woff"), url("fonts/ApolloniaPro-Bold.ttf") format("truetype"), url("fonts/ApolloniaPro-Bold.svg#ApolloniaPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .br-desktop {
    display: table;
  }
  .br-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-desktop {
    display: none;
  }
  .br-mobile {
    display: table;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden !important;
  }

}
.about-nect-no-anim .nectar-split-heading .heading-line >div{
	transform:none !important;
}
.carouse-rows{
	overflow:hidden;
}
div#find-stoore {
    overflow: hidden;
}
.menu-large ul.menu {
  margin: 0;
}
.menu-large ul.menu li {
  list-style: none;
}
.menu-large ul.menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.32;
  text-decoration: none;
  color: #D5EDC4;
  position: relative;
}
@media (max-width: 767px) {
  .menu-large ul.menu li a {
    font-size: 22px;
    line-height: 28px;
  }
}
.menu-large ul.menu li a::after {
  content: "";
  height: 1px;
  width: 0%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.menu-large ul.menu li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.menu-large ul.menu li a:hover::after {
  width: 100%;
}

.menu-small ul.menu {
  margin: 0;
  padding-top: 6px;
}
.menu-small ul.menu li {
  list-style: none;
}
.menu-small ul.menu li a {
  text-decoration: none;
  color: #D5EDC4;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .menu-small ul.menu li a {
    font-size: 20px;
    line-height: 32px;
  }
}
.menu-small ul.menu li a:hover {
  color: #fff !important;
  text-decoration: none;
}

#bb-footer .footer-icons .nectar_icon i {
  color: #002C1F !important;
}
#bb-footer #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bb-footer #mc_embed_signup_scroll > .mc-field-group:first-of-type {
  width: 260px;
}
#bb-footer #mc_embed_signup_scroll > .mc-field-group:first-of-type input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  #bb-footer #mc_embed_signup_scroll > .mc-field-group:first-of-type input {
    font-size: 1rem;
  }
}
#bb-footer #mc_embed_signup_scroll #mc-embedded-subscribe {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 20.5px !important;
}
#bb-footer #mc_embed_signup_scroll #mc-embedded-subscribe:hover, #bb-footer #mc_embed_signup_scroll #mc-embedded-subscribe:focus {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #64AD5A;
}
@media (max-width: 767px) {
  #bb-footer #mc_embed_signup_scroll #mc-embedded-subscribe {
    font-size: 14px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  font-size: 17px;
  border-radius: 20px;
  border: none;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 18px 18px !important;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 6px 18px !important;
  }
}

.form-green .gform_wrapper.gravity-theme input[type=color], .form-green .gform_wrapper.gravity-theme input[type=date], .form-green .gform_wrapper.gravity-theme input[type=datetime-local], .form-green .gform_wrapper.gravity-theme input[type=datetime], .form-green .gform_wrapper.gravity-theme input[type=email], .form-green .gform_wrapper.gravity-theme input[type=month], .form-green .gform_wrapper.gravity-theme input[type=number], .form-green .gform_wrapper.gravity-theme input[type=password], .form-green .gform_wrapper.gravity-theme input[type=search], .form-green .gform_wrapper.gravity-theme input[type=tel], .form-green .gform_wrapper.gravity-theme input[type=text], .form-green .gform_wrapper.gravity-theme input[type=time], .form-green .gform_wrapper.gravity-theme input[type=url], .form-green .gform_wrapper.gravity-theme input[type=week], .form-green .gform_wrapper.gravity-theme select, .form-green .gform_wrapper.gravity-theme textarea {
  background: #D5EDC4;
  color: rgba(0, 44, 31, 0.5);
}
.form-green ::-webkit-input-placeholder {
  color: rgba(0, 44, 31, 0.5);
}
.form-green ::-moz-placeholder {
  color: rgba(0, 44, 31, 0.5);
}
.form-green :-ms-input-placeholder {
  color: rgba(0, 44, 31, 0.5);
}
.form-green ::-ms-input-placeholder {
  color: rgba(0, 44, 31, 0.5);
}
.form-green ::placeholder {
  color: rgba(0, 44, 31, 0.5);
}

.ginput_container_textarea .charleft.ginput_counter {
  font-size: 13px;
  text-align: right;
  padding-top: 0;
}

body[data-button-style^=rounded] input[type=submit] {
  font-weight: bold;
  background: #002C1F;
}
@media (min-width: 768px) {
  body[data-button-style^=rounded] input[type=submit] {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  body[data-button-style^=rounded] input[type=submit] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bb-menu-item > .row-bg-wrap {
    background: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .bb-menu-item-column .column-bg-overlay {
    background: #f0ffe5 !important;
  }
}

.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  top: 25px;
  margin-top: -25px;
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item {
    display: inline-block;
  }
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item:nth-of-type(1) {
  background: #D5EDC4;
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item:nth-of-type(1) a {
  color: #002C1F;
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item:nth-of-type(2) {
  background: #002C1F;
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item:nth-of-type(2) a, .bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item:nth-of-type(2):hover a {
  color: #fff;
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li.tab-item:nth-of-type(2).active-tab a {
  background: #002C1F;
}
.bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li a {
  font-family: League Spartan;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 3px;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .bb-menu .tabbed[data-style*=material] .wpb_tabs_nav li a {
    letter-spacing: 1.5px;
    padding-top: 0.7rem;
    padding-bottom: 1.2rem;
    font-size: 12px !important;
  }
}
.bb-menu .tabbed[data-style*=material] .wpb_tab.bb-color-1 {
  background: #D5EDC4 url("../../uploads/2023/04/squiggle-2.svg") bottom right;
  background-repeat: no-repeat;
  background-size: 27%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .bb-menu .tabbed[data-style*=material] .wpb_tab.bb-color-1 {
    padding: 3vw 3vw 3vw 3vw;
  }
}
@media (max-width: 767px) {
  .bb-menu .tabbed[data-style*=material] .wpb_tab.bb-color-1 {
    padding: 7vw 3vw;
    background-size: 72%;
  }
}
.bb-menu .tabbed[data-style*=material] .wpb_tab.bb-color-2 {
  background: #002C1F url("../../uploads/2023/04/squiggle-2.svg") bottom right;
  background-repeat: no-repeat;
  background-size: 27%;
  padding: 3vw;
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .bb-menu .tabbed[data-style*=material] .wpb_tab.bb-color-2 {
    padding: 7vw 3vw;
    background-image: none;
  }
}
.bb-menu .tabbed[data-style*=material] .bb-nutrition-table p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .bb-menu .tabbed[data-style*=material] .bb-nutrition-table p {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .bb-menu .tabbed[data-style*=material] .bb-nutrition-table p {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
}
.bb-menu .tabbed[data-style*=material] .bb-nutrition-table p em, .bb-menu .tabbed[data-style*=material] .bb-nutrition-table p strong {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
}
.bb-menu .menu-item-icons img {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .bb-menu .menu-item-icons img {
    width: 32px !important;
    margin-right: 0.2rem;
  }
}
.bb-menu .menu-item-nutrition {
  font-size: 0.9rem;
}

.page-submenu a.mobile-menu-link {
  visibility: hidden;
  position: relative;
  width: 100%;
}
.page-submenu a.mobile-menu-link::after {
  content: "salad types";
  font-family: Apollonia Pro;
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  right: auto;
  color: #002C1F;
  font-size: 33px;
  line-height: 45px;
  visibility: visible;
  width: 100%;
  text-transform: uppercase;
}

.vertical-section {
  height: 100vh;
  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;
}

.sticky-container > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-container {
  height: auto !important;
  min-height: initial !important;
}

.sticky-container .wpb_wrapper .horizontal-scroll {
  min-width: 50vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4ch;
}

.sticky-container .wpb_wrapper .horizontal-scroll .vc_row-fluid .span_12 {
  height: 100%;
  margin: 0;
}

.vertical-section {
  height: 100vh;
  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;
}

.bb-blog .nectar-post-grid-item {
  border-radius: 20px !important;
  overflow: hidden;
}
.bb-blog .nectar-post-grid-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bb-blog .nectar-post-grid-item .inner::after {
  content: "\f105";
  font-family: "FontAwesome";
  text-align: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  font-size: 25px;
  line-height: 50px;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bb-blog .nectar-post-grid-item .content {
  border-radius: 20px;
  overflow: hidden;
  margin-top: -20px;
  background: #002C1F;
}
.bb-blog .nectar-post-grid-item .content * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .bb-blog .nectar-post-grid-item .content {
    padding: 50px !important;
  }
}
.bb-blog .nectar-post-grid-item:hover .inner::after {
  background: #FFED93;
}
.bb-blog .nectar-post-grid-item:hover .content * {
  color: #FFED93 !important;
}
.bb-blog .load-more-wrap .load-more {
  font-family: Apollonia Pro;
  font-size: 7vw;
  color: #002C1F;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 100px !important;
  background-image: url("../../uploads/2023/04/arrow-down.svg");
  background-position: bottom center;
  background-size: 30px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bb-blog .load-more-wrap .load-more {
    font-size: 44px;
    background-size: 120px;
    background-position: center bottom;
    padding-bottom: 40px !important;
  }
}
.bb-blog .load-more-wrap .load-more:hover {
  background-color: #fff;
}

.bb-blog-home .nectar-post-grid-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .bb-blog-home .nectar-post-grid-item .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .bb-blog-home .nectar-post-grid-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bb-blog-home .nectar-post-grid-item .inner .nectar-post-grid-item-bg-wrap, .bb-blog-home .nectar-post-grid-item .inner .content {
  width: 100%;
}
@media (min-width: 768px) {
  .bb-blog-home .nectar-post-grid-item .inner .nectar-post-grid-item-bg-wrap, .bb-blog-home .nectar-post-grid-item .inner .content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bb-blog-home .nectar-post-grid-item .inner .nectar-post-grid-item-bg-wrap, .bb-blog-home .nectar-post-grid-item .inner .content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .bb-blog-home .nectar-post-grid-item .inner .nectar-post-grid-item-bg {
    height: 50vh !important;
  }
}
@media (max-width: 767px) {
  .bb-blog-home .nectar-post-grid-item .inner .nectar-post-grid-item-bg {
    height: 30vh !important;
  }
}
.bb-blog-home .nectar-post-grid-item .inner .content {
  background: #002C1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .bb-blog-home .nectar-post-grid-item .inner .content {
    padding: 12vw !important;
  }
}
@media (min-width: 768px) {
  .bb-blog-home .nectar-post-grid-item .inner .content {
    padding: 7vw !important;
  }
}
.bb-blog-home .nectar-post-grid-item:nth-of-type(1) .inner .content {
  background: #002C1F !important;
}
.bb-blog-home .nectar-post-grid-item:nth-of-type(1) .inner .content .post-heading * {
  color: #D5EDC4;
}
.bb-blog-home .nectar-post-grid-item:nth-of-type(2) .inner .content {
  background: #D5EDC4 !important;
}
.bb-blog-home .nectar-post-grid-item:nth-of-type(2) .inner .content .post-heading * {
  color: #002C1F;
}
.bb-blog-home .nectar-post-grid-item:nth-of-type(3) .inner .content {
  background: #FFED93 !important;
}
.bb-blog-home .nectar-post-grid-item:nth-of-type(3) .inner .content .post-heading * {
  color: #002C1F;
}

.single-post .featured-media-under-header {
  display: none;
}
.single-post .post .content-inner {
  padding-bottom: 0;
}
.single-post .bb-blog-content {
  position: relative;
  z-index: 10;
  margin-top: -20px;
}

.nectar-button.w-100 {
  width: 100%;
  text-align: center;
}
.nectar-button.plr-large {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.nectar-button.pl-large {
  padding-right: 80px !important;
}
.nectar-button:hover, .nectar-button:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .nectar-button.mobile-block {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .nectar-button.mobile-block.has-icon {
    text-align: left;
  }
}

.nectar-button.has-icon:not([class*=see-through]) i,
.nectar-button.has-icon[class*=see-through]:hover i {
  background: transparent !important;
}

.nectar-flip-box .flip-box-front, .nectar-flip-box .flip-box-back {
  border-radius: 20px;
  overflow: hidden;
}
.nectar-flip-box .flip-box-front .inner {
  background: #D5EDC4;
  font-family: Apollonia Pro;
  color: #002C1F;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(1) !important;
          transform: translateY(-50%) translateZ(60px) scale(1) !important;
  background-size: 100%;
  background-position: 0 -50%;
}
@media (min-width: 768px) {
  .nectar-flip-box .flip-box-front .inner {
    font-size: 4.2vw;
    top: 85% !important;
  }
}
@media (max-width: 767px) {
  .nectar-flip-box .flip-box-front .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 1;
    top: 86% !important;
  }
  .nectar-flip-box .flip-box-front .inner i {
    margin-bottom: 0;
    font-size: 36px !important;
    line-height: 1 !important;
  }
}
.nectar-flip-box .flip-box-front .inner i {
  position: relative;
  top: -30px;
}
.nectar-flip-box .flip-box-back .inner {
  color: #002C1F;
}
.nectar-flip-box .flip-box-back .inner h4 {
  margin-bottom: 2rem;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
  background: #46AF4E;
}
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:after, .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
  background: #ffffff;
  fill: #ffffff;
}
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous, .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
  top: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
  bottom: 5vw !important;
}

.nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
  padding: 0 !important;
}

.page-header h3 {
  margin-bottom: 0;
}

.bb-masthead .nectar-split-heading {
  margin-bottom: 0;
}
.bb-masthead .nectar-split-heading[data-animation-type=line-reveal-by-space] span {
  line-height: 1 !important;
}

.bb-page-header {
  margin-top: -50px !important;
}

@media only screen and (max-width: 690px) {
  .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 340px;
  }
}
.wpb_text_column h3 {
  margin-bottom: 20px !important;
}

#rewards-panel .row-bg.using-image {
  background-size: 60vw;
}
@media (max-width: 767px) {
  #rewards-panel .row-bg.using-image {
    background-size: 100vw;
  }
}

#goals-panel .row-bg.using-image {
  background-size: 40vw;
}
@media (max-width: 767px) {
  #goals-panel .row-bg.using-image {
    background-size: 100vw;
  }
}
@media (max-width: 767px) {
  #goals-panel .goal-column .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #goals-panel .goal-column .vc_column-inner > .wpb_wrapper .nectar-milestone {
    -ms-flex-preferred-size: 30vw;
        flex-basis: 30vw;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.toggle > div .inner-toggle-wrap {
  background: #C2E0AC;
  padding: 30px !important;
  margin-top: 10px;
  border-radius: 20px;
}

.features-text h4 {
  margin-bottom: 20px !important;
}