/*!
Theme Name: Safpro
Theme URI: https://www.rubydigital.co.za/
Author: Ruby Digital
Author URI: https://www.rubydigital.co.za/
Description: Theme for Safpro website 2024 using ACF and Tailwind CSS
Version: 0.1.0
Tested up to: 6.4.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saf
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Safpro is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/* libre-baskerville-regular - latin */

@font-face {
  font-display: swap;
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2');
}

/* libre-baskerville-700 - latin */

@font-face {
  font-display: swap;
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/libre-baskerville-v14-latin-700.woff2') format('woff2');
}

/* poppins-100 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('assets/fonts/poppins-v20-latin-100.woff2') format('woff2');
}

/* poppins-200 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('assets/fonts/poppins-v20-latin-200.woff2') format('woff2');
}

/* poppins-300 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/poppins-v20-latin-300.woff2') format('woff2');
}

/* poppins-regular - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

/* poppins-italic - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/poppins-v20-latin-italic.woff2') format('woff2');
}

/* poppins-500 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/poppins-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/poppins-v20-latin-600.woff2') format('woff2');
}

/* poppins-700 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/poppins-v20-latin-700.woff2') format('woff2');
}

/* poppins-800 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/poppins-v20-latin-800.woff2') format('woff2');
}

/* poppins-900 - latin */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/poppins-v20-latin-900.woff2') format('woff2');
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  scroll-behavior: smooth;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  color: var(--body-font-color);
}

:root {
  --main-color: #213B37;
  --primary-color: #C2D22B;
  --body-font-color: #A09F9F;
  --headings-fonts: 'Libre Baskerville';
  --headings-color: #213B37;
  --btn-font: "Cormorant Garamond";
  --alt-btn-color: #F36E59;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville';
  font-weight: 700;
  line-height: 1.2;
  color: var(--headings-color);
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 15px;
}

/* h4 h5 h6  */

.bg-main-color {
  background-color: var(--main-color);
}

.primary-color {
  color: var(--primary-color);
}

.header-top {
    position: relative;
    z-index: 111;
}

#primary-menu a {
  color: #fff;
}

#primary-menu .current-menu-item a {
  color: var(--primary-color);
}
#primary-menu a:hover {
    color: var(--primary-color);
}
/*.home div#page {
  overflow-x: hidden;
}*/
section#hero {
    padding-bottom: 35px;
    margin-bottom: -30px;
/*    overflow: hidden;*/
}

section#hero h1 {
  color: var(--primary-color);
}

section#hero h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

section#hero p {
  color: #fff;
}

section#hero::before {
    content: "FRESH";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    color: #fff;
    opacity: .03;
    line-height: 1;
    z-index: 1;
    font-size: 35vw;
}

/*.slider-item img {*/
/*  max-height: 350px;*/
/*}*/

.hero-slider {
  min-width: 55%;
  margin-top: -150px;
}
.swiper.heroSwiper {
    margin-left: -40px;
    position: unset;
}

img.custom-logo {
  max-width: 200px;
}

footer#colophon .container {
  margin-top: -60px;
}

#colophon {
  background-color: var(--main-color);
  padding-top: 130px;
}

#colophon h4 {
  font-family: 'Poppins';
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.heading-alt {
  font-family: 'Poppins';
  font-weight: 600;
}

.accr-img img {
  max-height: 70px;
  border-radius: 7px;
}

/*#counter-slice,
div#video-copy {
  background-color: var(--main-color);
}*/

div#video-copy {
  color: #fff;
}

div#video-copy.has-curvetop {
  margin-top: 250px;
}

/*div#video-copy.has-curvetop .flex.items-center {
    position: relative;
    top: -60px;
}*/

.counter-item__inner {
  background-color: rgba(255, 255, 255, .35);
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.counter-item__inner span {
  font-size: 50px;
  font-family: var(--headings-fonts);
  color: var(--primary-color);
  font-weight: 700;
}

span.count-superscript {
  line-height: 1;
  position: relative;
  top: -10px;
  font-size: 25px;
}

.count-descr {
  color: #fff;
}

.column-img {
  border-radius: 30px;
  overflow: hidden;
}

.sp-accordion__inner:last-child {
  border-bottom: 1px solid #fff;
}

.sp-accordion__descr {
  overflow: hidden;
  display: none;
  color: #fff;
}

.sp-accordion__toggle {
  width: 100%;
  display: block;
  color: #fefefe;
  padding: 10px 0;
  transition: background 0.3s ease;
  border-top: 1px solid #E0E0E0;
  cursor: pointer;
}

.sp-accordion__toggle h6 {
  color: var(--primary-color);
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
}

.sp-accordion__toggle svg {
  max-width: 25px;
  transition: all .4s;
}

.sp-accordion__toggle.active svg {
  transform: rotate(90deg);
}

/*#video-accordion {
  background-color: var(--main-color);
}*/

.product-item__ttle {
  color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.social-item a:hover svg {
    transition: ease-in-out .3s;
}

.social-item a:hover svg {
    transform: scale(1.1);
}

header#masthead {
  background-image: url(/wp-content/uploads/2023/12/hero-curve.svg);
  background-size: cover;
  background-position: bottom;
}

body:not(.home) header#masthead {
  background-image: url(/wp-content/uploads/2023/12/header-bg-other.svg);
  padding-bottom: 60px;
  position: unset;
}

.curve-bottom {
  background-image: url(assets/images/bottom-curve.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
  position: absolute;
  left: -15%;
  bottom: -160px;
  height: 140px;
  width: 100%;
  transform: rotateX(-10deg) scale(1.5);
}

/*.curve-top {
  background-image: url(assets/images/bottom-curve.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  left: 0;
  top: -140px;
  position: absolute;
  height: 140px;
  width: 100%;
}*/


section.videos-states {
    background-image: url(assets/images/bottom-curve.svg);
    padding: 140px 0;
    background-position: 65% 0;
    background-size: cover;
}

.title-span {
  background-image: url(assets/images/map-marker.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  width: 40px;
  height: 42px;
  margin-right: 10px;
  display: inline-block;
}

/* .has-curvetop .container {
	position: relative;
} */

div#video-accordion.has-curve__bottom {
  margin-bottom: 200px;
}

div#video-accordion.has-curve__bottom .container {
  margin-bottom: -60px;
}

#video-copy.has-curvetop .video-copy__inner {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  margin-top: -3px;
}

#video-copy.hero-slider__shadow-curvetop .video-copy__inner {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
}

.heroSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: left;
  display: flex;
  justify-content: center;
  top: 90%;
}

.heroSwiper .swiper-pagination-bullet {
  background: #C1D22B;
}

.heroSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSwiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: .5;
  margin: 7px !important;
}

.heroSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.heroSwiper .swiper-wrapper {
  /*transform: translate3d(0px, 0, 0);*/
    margin-bottom: -90px;
}

/* .heroSwiper {
	background-image: url(../theme/assets/images/slider-elipse.svg);
	background-repeat: no-repeat;
} */

.hero-slider .hero-slider__shadow {
  background: radial-gradient(ellipse, rgba(194, 210, 43, .4) 0, rgba(252, 70, 107, 0) 67%);
  height: 300px;
  margin-bottom: -300px;
  width: 100%;
  position: relative;
  bottom: -120px;
}

.header-socials {
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .4s;
}

body.menu-open {
  height: 100vh;
  overflow-y: hidden;
}

.current_page_item a {
    color: var(--primary-color);
}
.form-wrp .nf-form-content input[type="submit"] {
    width: 100%;
}

.form-wrp .nf-form-content input:not([type=button]):focus, 
.form-wrp .nf-form-content textarea:focus {
    border-color: var(--primary-color);
}

label#nf-label-field-7 {
    display: none;
}

@media (min-width: 769px) {
  h1 {
    font-size: 55px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 52px;
  }

  .hero-intro p br {
    display: none;
  }
  
  #colophon h4 { text-align: left; }
  section#hero { overflow: hidden; }
}

line {
  transform: rotate(0) translateY(0) translateX(0);
  opacity: 1;
  transform-origin: 20px 10px;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

line:nth-of-type(1) {
  transform-origin: 12px 12px;
}

line:nth-of-type(3) {
  transform-origin: 20px 15px;
}

.menu-open line:nth-of-type(1) {
  transform: rotate(-45deg) translateY(0) translateX(0);
}

.menu-open line:nth-of-type(2) {
  opacity: 0;
}

.menu-open line:nth-of-type(3) {
  transform: rotate(45deg) translateY(0em) translateX(0em);
}

.form-wrp .nf-form-content input.ninja-forms-field {
  height: 44px;
  background: #fff;
}

.form-wrp .nf-form-content .list-select-wrap .nf-field-element>div,
.form-wrp .nf-form-content textarea {
  background: #ffffff;
}

.form-wrp .nf-field-container {
  clear: both;
  position: relative;
  margin-bottom: 20px;
}

.form-wrp .nf-form-fields-required {
  color: #fff;
}

.form-wrp .nf-form-content {
  padding: 0;
  margin: 10px auto;
}

.form-wrp .nf-error.field-wrap .nf-field-element:after {
  display: none;
}


.form-wrp .nf-error .nf-error-msg,
.form-wrp .nf-error-msg {
    color: #F36E59;
}

.form-wrp .nf-error .nf-error-msg {
  font-size: 14px;
}

span#nf-form-title-1 {
  display: none;
}

.map-wrap iframe {
  border-radius: 25px;
}

.play-btn {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
}

.play-btn svg {
  width: 100px;
}

.contact-form img {
    margin-bottom: -60px;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 800;
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content>*,
.entry-content>* {
  /* Content width from the `theme.json` file */
  /*max-width: 40rem;*/
}

.wp-block-image.aligncenter {
    text-align: center;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.entry-content>.alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content>.alignfull {
  max-width: none;
}

.entry-content>.alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content>.alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.z-\[9999\] {
  z-index: 9999;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-\[60px\] {
  width: 60px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-start {
    align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.m-0 {
  margin: 0;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.btn,
.form-wrp .nf-form-content input[type="submit"] {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
  min-width: 250px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  padding: 5px 10px;
  transition: ease-in-out .3s;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 var(--primary-color);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.btn-primary,
.form-wrp .nf-form-content input[type="submit"] {
  background-color: var(--primary-color);
  color: var(--main-color);
}

.btn-primary-alt {
  background-color: var(--alt-btn-color);
  box-shadow: inset 0 0 0 0 var(--alt-btn-color);
  color: #fff;
  border: 1px solid transparent;
}
.btn-primary:hover,
.form-wrp .nf-form-content input[type="submit"]:hover,
.btn-primary-alt:hover {
/*    background: var(--main-color);*/
    border-color: var(--primary-color);
    box-shadow: inset 400px 0 0 0 var(--main-color);
    color: #fff;
}

.form-wrp .nf-form-content input[type="submit"]:hover {
    box-shadow: inset 600px 0 0 0 var(--main-color);
}

.form-wrp .nf-form-content input[type="submit"] {
  margin: 0;
}
.product-block__item {
    overflow: hidden;
}

.product-block__item img:hover {
    transform: scale(1.05);
}
.product-block__item img {
    transition: ease-out .2s;
}

.w-full {
    width: 100%;
}

.thankyou-btn {
    display: block;
    max-width: 200px;
    margin: 20px auto;
}
ul#primary-menu {
    gap: 70px;
}

.form-wrp h3 {
    margin-bottom: 6px;
}

a#scrolltop {
    position: fixed !important;
    right: 45px;
    bottom: 100px;
    display: none;
    z-index: 999;
}

a#scrolltop svg {
  transition: all .3s;
}
a#scrolltop:hover svg {
    fill: #fff;
}

.copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(194, 210, 44, .4);
    margin-top: 40px;
    margin-bottom: -38px;
    font-weight: 300;
    font-size: 14px;
}

.copyright a {
    text-decoration: underline;
    transition: all .4s;
}

.copyright a:hover {
    color: var(--primary-color);
}

@media (max-width: 1024px) {
    body.home #masthead::before {
        font-size: 30vw;
    }
}

@media (min-width: 768px) {
  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:max-w-\[500px\] {
    max-width: 510px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }
}

@media (max-width: 1140px) {
    section#hero::before { top: -3%; }
}

@media (max-width: 980px) {
    .contact-wrp {
        flex-direction: column !important;
    }
    .contact-form.md\:w-1\/2 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
  section#hero::before { display: none; }
  .hero-copy:after {
    content: "FRESH";
    font-weight: 600;
    color: #fff;
    opacity: .03;
    font-size: 30vw;
    position: absolute;
    top: 91%;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
  }
  .menu-main-menu-container {
    background: rgba(255, 255, 255, 0.96);
    height: 100vh;
    position: absolute;
    padding-top: 150px;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    z-index: 999;
  }

  .menu-main-menu-container.menu-open {
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }

  ul#primary-menu a {
    font-size: 20px;
    color: var(--main-color);
  }

  ul#primary-menu li {
    transition-delay: 4s;
  }

  #site-navigation.menu-open .header-socials.hidden {
    display: flex;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 90vh;
    padding: 20px;
    opacity: 1;
    visibility: visible;
  }

  #primary-menu {
    padding-left: 2rem;
  }
  #primary-menu.menu-open {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 20px;
  }

  section#hero h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .hero-slider {
    margin-top: 5px;
    margin-bottom: -50px;
  }

  .hero-slider .hero-slider__shadow {
    /*height: auto;
    margin-bottom: 0;
    width: 100%;*/
    bottom: 115px;
  }

  .heroSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
    top: unset;
    bottom: -90px;
  }
  .heroSwiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 5px !important;
  }

  .counter-item__inner {
    width: 120px;
    height: 120px;
  }

  .counter-item__inner span {
    font-size: 32px;
  }

  footer#colophon .container {
    margin-top: -30px;
  }

  section#hero p {
    line-height: 1.3;
  }

  .sp-accordion__toggle {
    padding: 10px 0;
  }

  div#video-accordion.has-curve__bottom {
    margin-bottom: 150px;
  }

  .logged-in .menu-main-menu-container {
    padding-top: 200px;
  }
  .contact-form img { 
    max-width: 190px; 
    margin-bottom: -40px;
  }
  .contact-wrp .gap-20 { gap: 2rem; }
/*  .g-recaptcha {
    max-width: 320px;
    overflow: hidden;
  }*/
    
  .product-block__item {
      max-width: 400px;
  }
  .form-wrp h3 br { display: none; }

  .counter-item { width: calc(50% - 10px); align-items: center; }
  .form-wrp .nf-field-container { margin-bottom: 0px; }
  .form-wrp .nf-form-content input.ninja-forms-field { height: 35px; }
  .form-wrp .nf-form-content textarea.ninja-forms-field { height: 120px; }
  .form-wrp { padding: 25px 20px; }
  .contact-form img { margin-bottom: -30px; }
  .contact-wrp { gap: 40px; }
  .swiper.heroSwiper { margin-left: 0; }
  section#hero { margin-bottom: 30px; }
  .home div#content { padding-top: 50px; }
  section.videos-states { padding: 110px 0; }
  #colophon { padding-top: 60px; }
  .footer-top { margin-top: 30px; margin-bottom: -1px; }
  .mobile-map {
    display: flex;
    flex-direction: column-reverse;
  }
  section#hero h2 { font-size: 6.8vw; }
  section#hero h1 { font-size: 10vw; }
  .form-wrp .nf-error.field-wrap .nf-field-element:after {
    height: 35px;
    top: 0;
  }
  a#scrolltop {
      right: 30px;
      bottom: 90px;
  }
  .copyright {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-cta a {
    width: 100%;
    margin-top: 5px;
  }

  a.btn,
  .form-wrp .nf-form-content input[type="submit"] {
    width: 100%;
    font-size: 12px;
    height: unset;
  }
  h2 {
    font-size: 38px;
  }
  .form-wrp h3 {
    font-size: 4.5vw;
  }
  /*.footer-top svg {
    transform: scale(1.5);
  }*/
}

@media (min-width: 769px) and (max-width: 1140px) {
  section#hero .hero-copy h1 {
    font-size: 5vw;
  }
  section#hero .hero-copy h2 {
    font-size: 3vw;
  }
}

.has-curvetop .video-copy__inner:before {
  content: "";
  background-image: url(assets/images/bottom-curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  left: -10%;
  top: -160px;
  position: absolute;
  height: 210px;
  width: 100%;
  z-index: 0;
  transform: rotateX(45deg) scale(1.5);
}

g.with-fruit:hover>path {
  transform: scale(1.07) translate(-53px, -50px);
  stroke-width: 7px !important;
  z-index: 1111;
  position: relative;
  stroke: #f36e59 !important;
}

g.with-fruit:hover .fruit-element {
  transform: scale(1.07) translate(-53px, -50px);
  stroke-width: 7px !important;
  z-index: 1111;
  position: relative;
}

path,
.fruit-element {
  transition: all .4s;
}

g.with-fruit:hover g:not(:hover) {
  opacity: .5;
}

g.with-fruit:hover * {
  opacity: 1 !important;
}

.lity-youtube .lity {
  background: rgba(0, 0, 0, 0.7);
}

.lity-youtube .lity-close {
  color: #c2d22b;
  border: 1px solid #c2d22b;
  border-radius: 50px;
}

.lity-youtube .lity-close:hover {
  border: 1px solid #c2d22b;
  border-radius: 50px;
}
