/* GLOBAL RESETS home LIVE */

body,
html {
  font-family: 'Montserrat', sans-serif;
}

/* UTILITY CLASSES HERE  */

.u-margin-top-50 {
  margin-top: 50px;
}

.u-margin-bottom-30 {
  margin-bottom: 30px;
}

/* LAZY LOADING   */

.lazy.lazy-loaded {
  background-image: none;
  background-color: #f1f1fa;
}

.container-fluid.global-bg-color-bg {
  padding: 0;
  background-color: #4884c2;
}
  /* Scrollbar */

 

  ::-webkit-scrollbar {
    height: 2px;
  }

 

  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(204, 204, 204);

 

    background-clip: content-box;
  }

 

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #999999;
  }

 

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #464646;
  }
}

/* PICK LOCATION MODAL  */

.modal-content {
  border-radius: 6px;
  padding: 8px !important;
  top: 60px;
}

.location_modal-content {
  border-radius: 6px;
  padding: 8px !important;
  top: 60px;
}

.modal-header-container {
  padding-top: 8px;
  max-width: 342px;
  margin: 0 auto;
  text-align: center;
}

.modal-header-sub-container {
  padding-top: 8px;
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
}

.modal-header-sub-welcome {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 82px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: .9;
}

.modal-header-welcome {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 72px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: .9;

}


.modal-body-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  border-left: 4px solid #ff9700;
  border-right: 4px solid #ff9700;
  width: 100%;
}

.modal-body-text.subscribe-text {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.8;
}

.row.flex {
  display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
}

.modal-body-btn-group {
  max-width: 500px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 40px auto;
  flex: 1;
}

.modal-footer {
  border-top: none;
  margin-top: 50px;

}

.modal-footer-text {
  text-align: center;
  color: #666;
  font-size: 12px;
}

.modal-footer-text a {
 color: #ff9700;
}

.modal-btn-welcome {
  padding: 30px;
}

.modal-button-ghost.welcome-modal {
  color: #222;
  font-weight: 400;
  border-color: #ccc;
  min-width: 100%;
}

.modal-button-ghost.welcome-modal:hover {
  background-color: #222;
  color: #e77a19;
}

.btn-group-col {
  padding: 0;
  margin: 1px;
  width: 49%;
  
}

/* FIXED CTA BUTTON */

button.fixed-CTA {
  position: fixed;
  bottom: 0;
  left: 2px;
  z-index: 12;
  border: none;
  background: -webkit-radial-gradient( left top, circle cover, #4884c2 100%, #21557e );
  padding: 12px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 4px rgba(0,0,0,.2);
  
}

button.fixed-CTA a {
color: #fff;
}

.hide-me {
  display: none;
}

.show-me {
  display: block;
}

.modal-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.modal-button-ghost {
  
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    max-width: 340px;
    min-height: 60px;
    min-width: 200px;
    overflow: hidden;
    padding: 10px 30px;
    text-align: center;
    line-height: 1.36;
    letter-spacing: 4.2px;
    color: #ffffff;
    padding-bottom: 21px;
    padding-top: 21px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none !important;
    background-position: center;
    transition: background 0.8s;
}
.modal-button-ghost.flex-1 {
 width: 100%;
 min-width: 100%;
}

/* VIBE VAN  */

.vibe-van {
  width: 40%;
}

.animate__animated.bounceInRight {
  --animate-duration: 2s;
--animation-delay: 2s;
}

.pos-z-index {
  position: relative;
  z-index: 9;
  contain: paint;
}

/* HERO */

.home-hero-row {
  position: relative;
  padding-top: 50px;
  display: flex;
  align-items: center;
}

.home-hero {
  padding: 0 !important;
  background-color: #4884c2;
}

button.join-us-btn a {
    color: white;
}

.home-hero-img-container {
  position: relative;
  background-image: url('/Home/assets/hero-blurred.jpg');
  background-size: cover;
  background-position: center;
  /* height: calc(750px + (300 - 100) * ((100vw - 264px) / (2600 - 300))); */
  height: 720px;
}

.home-hero-img-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 22, 78, 0.295);
  z-index: 2;
}

.headline-container {
  z-index: 3;
}

.hero-headline {
  font-family: alternate-gothic-compressed, sans-serif;
  color: #fff !important;
  font-weight: 600;
  font-size: 150px !important;
  /* font-size: 170px !important; */
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 0;
}

.hero-subhead {
  font-family: alternate-gothic-compressed, sans-serif;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 46px !important;
  line-height: 0.9;
  margin: 0 15px 15px 0;
}

/* .hero-btn {
  color: #fff;
  font-weight: 500;
  font-size: calc(
    14px + (32 - 14) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  background-color: #4884c2;
  padding: 12px 40px;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
} */

button.hero-btn,
button.join-us-btn {
  background-color: #4884c2;
  border-radius: 4px;
  border: solid 1px #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  max-width: 340px;
  min-height: 60px;
  min-width: 200px;
  overflow: hidden;
  padding: 10px 30px;
  text-align: center;
  line-height: 1.36;
  letter-spacing: 4.2px;
  color: #ffffff;
  padding-bottom: 21px;
  padding-top: 21px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none !important;
  background-position: center;
  transition: background 0.8s;
}

.hero-btn:hover,
.join-us-btn:hover {
  text-decoration: none;
  color: #e77a19;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  transform: translateY(2px);
}

button.hero-btn:hover a,
button.join-us-btn:hover a {
  color: #ff9700 !important;
}

.link a {
  color: #fff;
  font-weight: 500;
}

.hero-callout {
  position: relative;
  background-color: #ff7900de;
  z-index: 4;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}

.callout-headline {
  font-family: alternate-gothic-compressed, sans-serif;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 70px !important;
  margin-bottom: 0 !important;
}

.callout-headline span {
  font-weight: 500 !important;
 
}

.callout-text {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  padding: 0 60px;
}

.callout-content {
  padding: 12px 36px;
}

.callout-icon-container {
  width: 80%;
  margin: 40px auto 0 auto;
}

.callout-icon-container > ul {
  display: flex !important;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.callout-icon-container > ul > li {
  display: flex;
  flex-direction: column;
}

button.callout-btn {
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  max-width: 340px;
  min-height: 60px;
  min-width: 200px;
  overflow: hidden;
  padding: 10px 30px;
  text-align: center;
  line-height: 1.36;
  letter-spacing: 4.2px;
  color: #ffffff;
  padding-bottom: 21px;
  padding-top: 21px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none !important;
  background-position: center;
  transition: background 0.8s;
}

button.callout-btn a {
  color: #fff;
}

button.callout-btn:hover a {
  color: #ff9700;
}

button.callout-btn:hover {
  border: solid 2px #ffffff;
  color: #ff9700 !important;
  background: #fff radial-gradient(circle, transparent 1%, #fff 1%)
    center/15000%;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.row.icon-row {
  display: flex;
  flex-wrap: wrap;
}

.row.icon-row::after,
.row.icon-row::before {
  content: normal;
  display: none;
}

.natural-icons {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: #fff;
  align-content: space-evenly;
  font-size: 14px;
}

.natural-icons > img {
  margin-bottom: 8px;
  height: 90px;
  padding: 15px;
}

.clear-fix {
  clear: both;
  flex-basis: 0;
  order: 1;
}

.clear-fix:before,
.clear-fix:after {
  flex-basis: 0;
  order: 1;
}

/* Featured Products */

.container-fluid.featured-section {
    background-color: #222;
    padding-bottom: 40px;
    margin-top: 330px;
}

.container.featured-content-container {
  margin-top: 60px;
}

.section-title-light {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: calc(
    48px + (64 - 48) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  line-height: 1;
}

.featured-row {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  height: 600px;
}

.featured-row > img {
  margin: 15px;
}
.featured-product-1 > .img, .featured-row > .img {
	cursor:pointer;
}

.featured-wrapper {
  width: 95%;
}

.featured-product-1,
.featured-product-2,
.featured-product-3 {
  position: relative;
}

.featured-product-1 {
  height: 95%;
  width: 100%;
  margin: 0 15px 0 0;
  background: url('/Home/assets/featured-products/1.png') no-repeat center center;
  background-position: right; /*remove after feature vendor is done*/
  background-size: cover;
}

.featured-product-2 {
  width: 97%;
  height: calc(50% - 15px);
  margin: 0 0 30px 15px;
  background: url('/Home/assets/featured-products/4.png') no-repeat center center;
  background-size: cover;
}

.featured-product-3 {
  width: 97%;
  height: calc(45% - 15px);
  margin: 15px 0 0 15px;
  background: url('/Home/assets/featured-products/5.png') no-repeat center center;
  background-size: cover;
}

.featured-product-1::after,
.featured-product-2::after,
.featured-product-3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.featured-product-wrapper {
  padding: 20px 0 0 20px;
}


.featured-product-name {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: calc(
    36px + (48 - 36) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 3;
  line-height: 1;
}

.featured-product-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background: radial-gradient(circle, rgba(255, 255, 255, 0.17) 0%, rgba(91, 116, 146, 0.21) 100%)
  z-index: 2;
}

.featured-product-wrapper {
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	/* flex: 1; */
	justify-self: center;
	/* justify-content: center; */
	/* align-items: center; */
	margin: auto auto;
}


.featured-product-seller {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 32px;
  color: #ff7f00;
  font-weight: 500;
  position: relative;
  z-index: 3;
  margin-top: -16px;
}

.featured-product-price {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 64px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 3;
  margin-top: -8px;
}

.featured-product-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  z-index: 3;
  padding-bottom: 4px;
  transition: all 0.5s ease-in-out;
}

.featured-product-link::before {
  content: '';
  position: absolute;
  left: 25px;
  bottom: 0px;
  height: 2px;
  width: 50%;
  background-color: #ff7f00;
  z-index: 4;
}

.featured-product-link:hover,
.featured-product-link:active,
.featured-product-link:focus {
  color: #fff;
  text-decoration: none;
}

.featured-product-link:hover {
  transform: translateY(-3px);
}

/* Product Listing  */
.product-card-listing {
  height: 600px;
  background-color: #fff;
  text-align: center;
  padding-top: 60px;
  border-bottom: 1px solid #ccc;
  /*min-height: 800px;*/
}

/* Shop by Category  */

.shop-category {
  background-color: #fff;
  padding-bottom: 80px;
}

.section-title-dark {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: calc(
    48px + (64 - 48) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  color: #222;
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  line-height: 1;
}

.category-row {
  font-size: 18px;
  font-weight: 400;
}

.category-img-wrapper {
  background-color: #eee;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  scale: 1;
  overflow: hidden;
}

.category-img-wrapper > a > img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.category-img-wrapper > a > img:hover {
  transform: scale(1.4);
}

/* .fruits {
  background-image: url('assets/fruits-bowl.png');
} 

.meat {
  background-image: url('assets/meat.png');
}

.vegetables {
  background-image: url('assets/veggies.png');
}

.honey {
  background-image: url('assets/honey.png');
}

.oil-spices {
  background-image: url('assets/spices-oil.png');
}

.tea {
  background-image: url('assets/tea.png');
}
*/

/* Featured Videos  */

.container-fluid.featured-videos-section {
  background-color: #222;
  padding-bottom: 80px;
}

/* So easy  */

.so-easy-section {
  background-color: #222;
  contain: paint;
}

.easy-boxes {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: calc(
    48px + (64 - 48) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  color: #fff;
  padding: 2.5% 10px 2.5% 10px;
  text-align: center;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

.easy-boxes > p {
  padding: 0;
  margin: 0;
}

.easy-boxes > p > i {
  font-size: 90px;
}

.so-fast {
  background-color: #c364b4;
}

.so-fast::before,
.so-fresh::before,
.so-easy::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  right: -10px;
  top: 40%;
  background-color: inherit;
  transform: rotate(-45deg);
  z-index: 10;
}

.so-fresh {
  background-color: #73c364;
}

.so-easy {
  background-color: #c3c064;
}

.so-easy-rollover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20%;
  background-color: inherit;
  line-height: 1;
  font-size: 46px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.so-easy-rollover p{
  line-height: 1;
}

.so-easy-rollover:hover {
  opacity: 1;
}

.eat-chill {
  background-color: #64a0c3;
}

/* Farms Listing Section  */

.farms-listing-section {
  background-color: #fff;
  padding-bottom: 80px;
}

.farm-carousel > img {
  max-width: 200px;
  margin: 0 20px;
}

/* Support Farmers and Promotional Video  */

.support-farmers {
  height: 535px;
  background: -webkit-radial-gradient(
    left top,
    circle cover,
    rgb(12, 180, 206),
    rgb(72, 132, 194) 100%
  );
  color: #fff;
}

.support-community-wrapper,
.aboriginal-wrapper {
  padding: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.support-local-header {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.support-local-text,
.aboriginal-text,
.usa-text {
  line-height: 2;
  font-size: 1.1em;
}

.promo-video-col {
  padding-left: 0;
  padding-right: 0;
}

.promo-video {
  height: 100%;
  height: 535px;
  width: 100%;
  margin: 0 15px 0 0;
  background: url('/Home/assets/girl-with-chicken-906x600.jpg') no-repeat top center;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.promo-video:hover .overlay {
  height: 30%;
}

.promo-video-wrapper {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  padding: 0 30px 0 30px;
}

.promo-video-123 {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: calc(
    36px + (48 - 36) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 3;
  line-height: 1;
  padding: 40px;
}

.youtube-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 44%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 80px;
  cursor: pointer;
}

.youtube-icon-wrapper:hover {
  color: #f70000;
}

.youtube-btn {
  background-color: transparent;
  border: none;
  padding-left: 0;
}
.youtube-btn:hover,
.youtube-btn:active,
.youtube-btn:focus {
  background-color: transparent;
  border: none;
  padding-left: 0;
}

/* Join Us */

.join-us-col {
  position: relative;
  background-color: #464646;
  height: 535px;
  color: #fff;
}

.join-us {
  height: 535px;
  width: 100%;
  margin: 0 15px 0 0;
  background: url('/Home/assets/farmer-join-us-900x600.jpg') no-repeat top center;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.join-us-text-highlight {
  color: #ff9700;
  font-weight: 600;
}

.join-us-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-top: 11%;
}

/* New  */
.join-us-content-block {
  padding: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.join-us-header {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.join-us-text {
  font-size: calc(
    14px + (18 - 14) * ((100vw - 300px) / (2600 - 300))
  ) !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.join-us-text > p {
  margin-bottom: 16px;
}

.join-us-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ff7f00;
  font-size: 64px;
}

/* Aboriginals  */

.aboriginal {
  height: 535px;
  background: -webkit-radial-gradient(
    left top,
    circle cover,
    #ff9700,
    #ff7f00 100%
  );
  color: #fff;
}

.aboriginal-wrapper {
  padding: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.aboriginal-header {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

/* USA  */

.usa {
  height: 100%;
  height: 535px;
  width: 100%;
  margin: 0 15px 0 0;
  background: url('/Home/assets/Aerial-Hyland.jpg') no-repeat top center;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.usa-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  //background: url('/Home/assets/american-flag.jpg') no-repeat top center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 2;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.usa-wrapper {
  padding: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: #fff !important;
  position: relative;
  z-index: 3;
}

.usa-header {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}
/* Blogs and recipes moved to blog.css  */

/* NEWSLETTER  */

.newsletter-section {
  clear: both;
  background-color: #fff;
  padding: 60px 0 60px 0;
}

.newsletter-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-title.title-color {
  font-family: alternate-gothic-compressed, sans-serif;
  text-align: center;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}

.sub-title-color {
  font-family: alternate-gothic-compressed, sans-serif;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  margin-top: -16px;
}

.subscribe {
  border: 1px solid #222;
  margin: auto;
  width: 390px;
}

.subscribe input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  float: left;
  height: 50px;
  margin: 0;
  width: 64%;
  padding-left: 16px;
}

.subscribe .submit-btn-2 {
  border: 4px solid #222222;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  text-transform: uppercase;
  width: 36%;
  background-color: #222;
  color: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
/* MEDIA QUERIES  */

@media only screen and (max-width: 1024px) {
  .join-us-content-block {
    top: 40%;
  }

  .so-easy-rollover {
    padding: 15%;
    font-size: 40px;
  }
}

/* @media only screen and (max-width: 990px) {
  .container-fluid.featured-section {
    margin-top: 180px;
  } */

.so-fast::before,
.so-easy::before,
.so-fresh::before {
  display: none;
}

.video-item {
  margin-bottom: 20px;
}

.support-farmers {
  height: 535px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 990px) and (min-width: 769px) {
  .vibe-van {
    position: absolute;
    bottom: -16px;
    right: 20px;
    z-index: 10;
    width: 50%;
  }

  .hero-btn {
    margin: 15px 0 !important;
  }

  .hero-subhead {
    margin: unset;
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  .vibe-van {
    position: absolute;
    bottom: -50px;
    right: 96px;
    z-index: 10;
  }

  .hero-btn {
    margin: 15px 0;
  }

  .callout-row {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .vibe-van {
    position: absolute;
    bottom: -16px;
    right: 96px;
    z-index: 10;
  }

  .callout-row {
    margin-top: 0;
  }

  .hero-btn {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 1441px) {
  .vibe-van {
    position: absolute;
    right: 100px;
    bottom: -50px;
    z-index: 10;
  }

  .hero-btn {
    margin: 15px 0;
  }

  .callout-row {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 3840px) and (min-width: 1921px) {
  .vibe-van {
    position: absolute;
    bottom: -50px;
    right: 64px;
    z-index: 10;
    width: 44%;
  }

  .hero-btn {
    margin: 15px 0;
  }

  .callout-row {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .container-fluid.featured-section {
    margin-top: 234px;
  }

  .container.featured-content-container {
    margin-top: 160px;
  }

  .callout-headline {
    font-size: 56px !important;
    line-height: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .callout-headline {
    font-size: 54px;
  }
}

@media only screen and (max-width: 992px) {
  .callout-headline {
    font-size: 49px;
  }
}

@media only screen and (max-width: 768px) {
  .home-hero-row {
    flex-direction: column;
    text-align: center;
  }

  .hero-subhead {
    font-size: 36px !important;
  }

  .hero-callout {
    margin: 0 10px;
  }

  .callout-text {
    padding: 0;
  }

  .callout-content {
    padding: 12px 4px;
  }

  .callout-icon-container {
    width: 98%;
  }

  .callout-icon-container > ul {
    flex-direction: column;
    font-size: 36px;
    align-items: center;
  }

  .callout-icon-container > ul > li {
    padding: 20px;
  }

  .icon-image {
    width: 222px;
    height: 222px;
  }

  .home-hero-img-container {
    height: unset !important;
    background-image: url('/Home/assets/hero-600x800-blur.jpg');
  }

  .container-fluid.featured-section {
    margin-top: 0;
    height: 1790px;
  }

  .container.featured-content-container {
    margin-top: 0;
  }

  .featured-row {
    height: 500px;
    flex-wrap: wrap;
  }

  .featured-wrapper {
    width: 100%;
  }

  .featured-product-1,
  .featured-product-2,
  .featured-product-3 {
    margin: 0 0 30px 0;
    width: 100%;
  }

  .featured-product-2,
  .featured-product-3 {
    height: 477px;
    width: 100%;
  }

  .container-fluid.featured-section {
    margin-top: 30px;
  }

  .vibe-van {
    width: 50%;
  }

  .home-hero-row {
    padding-top: 0px;
  }

  .callout-row {
    margin-top: 0;
  }

  .hero-btn {
    margin: 15px 0 !important;
  }
}



@media only screen and (min-width: 540px) {
  
  button.fixed-CTA {
    padding: 16px 24px;
  }
  
  button.fixed-CTA a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.3px;
    
  }
}

@media only screen and (max-width: 540px) {
  .callout-headline {
    line-height: 1;
    font-size: 64px !important;
  }

  .hero-subhead {
    margin-top: 10px;
  }

  .callout-text {
    font-size: 18px !important;
  }

@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .container-fluid.featured-section {
    margin-top: 200px;
  }
}
  .container-fluid.featured-section {
    margin-top: 20px;
  }

  .support-community-wrapper,
  .aboriginal-wrapper {
    padding: 10%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .join-us-content-block {
    width: 90% !important;
  }

  .join-us {
    background-position: revert;
  }

  .join-us-btn-wrapper {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .join-us-content-block {
    top: 40%;
  }

  .text-wrapper {
    width: 64%;
    margin: 20px auto;
  }

  .d-none {
    display: none;
  }

  .so-easy-rollover {
    padding: 15%;
    font-size: 30px;
  }

  .subscribe.clearfix {
    width: 300px;
  }

  .vibe-van {
    width: 64%;
  }

  .aboriginal {
    height: unset;
  }

  .support-farmers {
    height: unset;
  }
.subscribe input {
    width: 100%;
  }
  
 .subscribe .btn-hover-2 {
    width: 100%;
  }
  
 
  

.btn-group-col {
  width: 80%;
}

.modal-header-welcome {
  font-size: 64px;
}

.modal-header-sub-welcome {
  font-size: 64px;
}


}

@media only screen and (max-width: 320px) {
  .category-img-wrapper {
    width: 130px;
    height: 130px;
  }

 .newsletter-wrapper {
    width: 300px;
  }

  .subscribe.clearfix {
    width: 300px;
  }

  .join-us-col {
    height: 420px;
  }
.modal-header-welcome {
    font-size: 48px;
  }
  
  .join-us-content-block {
    padding: 3%;
  }
  
  .aboriginal-wrapper {
    padding: 4% 3% 3% 3%;
  }
  
  .aboriginal-header {
    font-size: 54px;
  }
  
  .modal-button-ghost {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .newsletter-title.title-color {
    font-size: 42px !important;
    white-space: nowrap !important;
  }
  .sub-title-color {
    font-size: 28px;
    margin-top: -8px;
  }
  
  .menu-content-right {
    padding: 5px 5px 10px 0 !important;
  }
  
  .menu-content-right img {
    width: 100% !important;
  }
  
  .menu-content-left {
    margin-right: 5% !important;
    min-width: 50%;
  }
  
  .menu-content-left ul {
    padding-left: 20px !important;
  }
  
  .all {
    padding: 20px 20px 16px 20px !important;
  }
  
  .text-wrapper {
    width: 100%;
  }
  
  .modal-open .modal::-webkit-scrollbar {
    display: none;
    padding-left: 0;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .modal-open .modal {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .container-fluid.featured-section {
    margin-top: 200px;
  }
}


@media only screen and (max-width: 990px)
.container.featured-content-container {
    margin-top: 368px !important;
}
@media only screen and (max-width: 3270px) and (min-width: 1921px) {
  .container-fluid.featured-section {
    margin-top: 380px;
  }
  }

 

@media only screen and (max-width: 3840px) and (min-width: 3271px) {
  .container-fluid.featured-section {
    margin-top: 140px;
  }
  
  .home-hero-img-container {
    height: 900px;
  }
  }

  @media only screen and (max-width: 1920px) and (min-width: 1201px) {
  .container-fluid.featured-section {
    margin-top: 330px;
  }
  }

 

@media only screen and (max-width: 990px) and (min-width: 769px) {
  .container-fluid.featured-section {
    margin-top: 360px;
  }
  }

 

@media only screen and (max-width: 768px) {
    .container-fluid.featured-section {
    margin-top: 0px;
  }
}

/************AS FEATURED IN************/
.container-fluid.featured-section-in {
  background-color: rgb(72, 132, 194);
  padding-top: 40px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}
.col-md-4.featuredin-item {
transition: all .5s ease-in-out;
}
.col-md-4.featuredin-item:hover {
  background: rgba(255, 255, 255, .2);
  transform: translate(1px, -1px)
}
.featured-in-title {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid #fff;
}
img.featured-logo {
  padding: 20px;
  max-width: 100%;
  max-height: 80px;
}
@media (min-width: 992px) {
  .featuredin-item {
    width: 32.9%;
    background-color: rgba(255, 255, 255, .05);
    margin: 2px;
  }
}