/**
 * Theme Name:     Curious By Nature
 * Author:         Impulse
 * Template:       twentytwentyfive
 * Text Domain:	   curious-by-nature
 * Description:    Curious By Nature
 */
html {
    margin-top: 0 !important;
    font-family: "Aleo", serif;
    position: relative;
}

body {
    font-family: "Aleo", serif;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol,
span,
i,
strong {
    font-family: "Aleo", serif;
}

/* font-family: "brandon-grotesque", sans-serif;

font-weight: 400;

font-style: normal;
 
font-family: "brandon-grotesque", sans-serif;

font-weight: 400;

font-style: italic;
 
font-family: "brandon-grotesque", sans-serif;

font-weight: 700;

font-style: normal;
 
font-family: "brandon-grotesque", sans-serif;

font-weight: 700;

font-style: italic;
  */
h3 {
    color: #006579;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

#wpadminbar {
    display: none !important;
}

#navigation-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999999;
    transition: all 0.3s ease;
    padding: 10px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

#navigation-bar.open {
    box-shadow: unset;
}

#navigation-bar .logo {
    transition: transform 0.3s ease;
}

#navigation-bar .row {
    justify-content: flex-end;
    align-content: flex-end;
}

#navigation-bar #middle-menu {
    padding-bottom: 10px;
}

#navigation-bar a.menu-item {
    color: #006579;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

#navigation-bar #left-menu {
    padding-right: 50px;
}

#navigation-bar #left-menu a.menu-item:nth-child(1) {
    flex: 95px 0 0;
}

#navigation-bar #left-menu a.menu-item:nth-child(2) {
    flex: 140px 0 0;
}

#navigation-bar #left-menu a.menu-item:nth-child(3) {
    flex: 125px 0 0;
}

#navigation-bar #right-menu {
    padding-left: 50px;
}

#navigation-bar #right-menu .row {
    justify-content: flex-start;
}

#navigation-bar #right-menu a.menu-item:nth-child(1) {
    flex: 85px 0 0;
}

#navigation-bar #right-menu a.menu-item:nth-child(2) {
    flex: 125px 0 0;
}

#navigation-bar #right-menu a.menu-item:nth-child(3) {
    flex: 140px 0 0;
}

#navigation-bar.scrolled {
    height: 110px;
}

#navigation-bar.scrolled #right-menu {
    padding-left: 25px;
}

#navigation-bar.scrolled #left-menu {
    padding-right: 25px;
}

#navigation-bar.scrolled #left-menu a.menu-item:nth-child(1) {
    flex: 85px 0 0;
}

#navigation-bar.scrolled #left-menu a.menu-item:nth-child(2) {
    flex: 130px 0 0;
}

#navigation-bar.scrolled #left-menu a.menu-item:nth-child(3) {
    flex: 115px 0 0;
}

#navigation-bar.scrolledr #right-menu a.menu-item:nth-child(1) {
    flex: 75px 0 0;
}

#navigation-bar.scrolled #right-menu a.menu-item:nth-child(2) {
    flex: 115px 0 0;
}

#navigation-bar.scrolled #right-menu a.menu-item:nth-child(3) {
    flex: 130px 0 0;
}

#navigation-bar.scrolled .row {
    height: 90px;
}

#navigation-bar.scrolled .row a.menu-item {
    font-size: 16px;
}

#navigation-bar.scrolled .logo-link {
    height: 85px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

#navigation-bar.scrolled .logo.shrink {
    transform: scale(0.95);
    height: 100%;
    width: auto;
}

#left-menu {
    align-content: flex-end;
}

#right-menu {
    align-content: flex-end;
}

#mobile-navigation {
    display: none;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
}

#navigation-bar.scrolled #mobile-navigation {
    height: 90px;
}

#mobile-navigation #hamburger {
    position: relative;
}

#mobile-navigation #hamburger span:nth-child(1) {
    top: 0px;
}

#mobile-navigation #hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
    top: 14px;
}

#hamburger {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #006579;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger span:nth-child(4) {
    top: 28px;
}

#hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#full-width-navigation {
    max-height: 0;
    transition: max-height 500ms ease-in-out;
    width: 100%;
    position: fixed;
    top: 165px;
    left: 0;
    text-align: center;
    z-index: 50;
    overflow: hidden;
}

#full-width-navigation.scrolled {
    max-height: 0;
    transition: max-height 500ms ease-in-out;
    width: 100%;
    top: 110px;
    left: 0;
    width: 100%;
}

#full-width-navigation.open {
    opacity: 1;
    visibility: visible;
    max-height: unset;
    transition: max-height 500ms ease-in-out;
    z-index: 50;
    height: 100vh;
}

#full-width-navigation a {
    color: #006579;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    display: block;
    transition: all 500ms ease-in-out;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 40px;
}

#full-width-navigation.open a {
    color: #006579;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    display: block;
    transition: all 500ms ease-in-out;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 40px;
}

#full-width-navigation.open a:nth-child(1) {
    margin-top: 30px;
}

#full-width-navigation.open img {
    margin-bottom: 15px;
}

#homepage-banner {
    padding: 0 0 90px;
    min-height: 900px;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
}

#homepage-banner .row {
    overflow: hidden;
}

#homepage-banner .col-md-2 {
    width: 18%;
}

#first-section {
    padding: 0;
}

#first-section #first-section-content {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    padding: 15%;
}

#first-section #first-section-content > * {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
}

#first-section #first-section-content p {
    font-size: 22px;
    font-weight: 600;
    color: #4f4f4f;
    margin-bottom: 45px;
}

#first-section #first-section-content a {
    font-size: 27px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background: #70bf4a;
    border-radius: 40px;
    flex-basis: 340px;
    height: 61px;
    line-height: 50px;
}

.slick-prev,
.slick-next {
    background: none;
    border: 0;
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    color: #222;
}

.slick-prev:hover svg path,
.slick-next:hover svg path {
    stroke: #006579;
}

#homepage-product-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    right: 20px;
}

#homepage-product-slider .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    left: 20px;
}

#second-section {
    padding: 0;
}

#second-section .row {
    justify-content: space-between;
}

#second-section #second-section-image {
    position: relative;
}

#second-section #second-section-image img {
    position: relative;
    top: -100px;
    left: 0;
    z-index: 10;
}

#second-section #second-section-content {
    min-height: 740px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 15% 30% 15% 15%;
}

#second-section #second-section-content > * {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
}

#second-section #second-section-content h3 {
    color: #fff;
}

#second-section #second-section-content p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 45px;
}

#second-section #second-section-content a {
    font-size: 27px;
    font-weight: 500;
    color: #4f4f4f;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 40px;
    flex-basis: 340px;
    height: 61px;
    line-height: 50px;
}

#third-section {
    padding: 0;
}

#third-section .col-md-6 {
    display: flex;
    justify-content: center;
}

#third-section .col-md-6:nth-child(2) {
    justify-content: flex-end;
}

#third-section .col-md-6 #third-section-image {
    position: relative;
}

#third-section .col-md-6 #third-section-image img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    width: 1045px;
}

#third-section #third-section-content {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 15% 20%;
}

#third-section #third-section-content > * {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
}

#third-section #third-section-content h3 {
    color: #fff;
}

#third-section #third-section-content p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 45px;
}

#third-section #third-section-content a {
    font-size: 27px;
    font-weight: bold;
    color: #e6602b;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 40px;
    flex-basis: 340px;
    height: 61px;
    line-height: 50px;
}

#contact-banner {
    padding: 0;
    position: relative;
    z-index: 11;
}

#contact-banner .row .col-md-12 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 3%;
}

#contact-banner .row h3 {
    color: #fff;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
    font-weight: normal;
}

#contact-banner .row p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 45px;
    flex-basis: 100%;
    width: 100%;
}

#contact-banner .row a {
    color: #fff;
    margin-bottom: 30px;
    flex-basis: 100%;
    width: 100%;
    font-size: 27px;
    text-decoration: none;
}

#contact-banner .row .btn {
    font-size: 27px;
    font-weight: bold;
    color: #368c14;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 40px;
    flex-basis: 340px;
    height: 61px;
    line-height: 50px;
    margin-bottom: 0;
}

#page-banner {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    font-weight: bold;
    padding-top: 230px;
    color: 4f4f4f;
    padding-bottom: 20px;
    font-size: 22px;
    min-height: 665px;
}

#page-banner h3 {
    font-weight: 600;
}

#page-banner-story {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    font-weight: bold;
    padding-top: 665px;
    color: 4f4f4f;
    padding-bottom: 0px;
    font-size: 22px;
    min-height: 665px;
}

#page-banner-story .row {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 0.71) 100%);
    padding: 60px 0;
}

#page-banner-story h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

#page-banner-story p {
    margin-bottom: 0;
    font-size: 22px;
}

#product-range {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
}

#product-range > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

#story-first-section .row .col-md-6 {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 10%;
}

#story-first-section .row .col-md-6 h3 {
    color: #ffffff;
}

#story-first-section .row .col-md-6 p {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

#story-second-section .row .col-md-6 {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 10%;
}

#story-second-section .row .col-md-6 h3 {
    color: #006579;
}

#story-second-section .row .col-md-6 p {
    color: #4f4f4f;
    font-size: 22px;
    font-weight: bold;
}

#story-third-section {
    background-color: #eb632b;
    position: relative;
}

#story-third-section #nuts-left {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    padding: 20px;
}

#story-third-section #nuts-right {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    display: flex;
    padding: 20px;
}

#story-third-section .desktop-image {
    display: block;
}

#story-third-section .mobile-image {
    display: none;
}

#story-third-section .row {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 11%;
    flex-wrap: wrap;
}

#story-third-section .row h3 {
    color: #ffffff;
}

#story-third-section .row p {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

#page-banner-faq {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    font-weight: bold;
    color: 4f4f4f;
    padding-top: 315px;
    padding-bottom: 145px;
    font-size: 22px;
    min-height: 665px;
}

#page-banner-faq h3 {
    margin-bottom: 15px;
    color: white;
}

#accordion-faqs {
    padding-top: 15px;
    padding-bottom: 15px;
}

#accordion-faqs .accordion-items {
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    position: relative;
    flex-wrap: wrap;
}

#accordion-faqs .accordion-items .accordion-title {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#accordion-faqs .accordion-items .accordion-title h4 {
    font-size: 30px;
    color: #006579;
    margin-bottom: 0;
}

#accordion-faqs .accordion-items .accordion-title .accordion-title-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    font-size: 40px;
    font-weight: bold;
    font-family: "Aleo", serif;
    color: #006579;
    height: 25px;
    width: 25px;
    transition: transform 0.25s ease-out;
}

#accordion-faqs .accordion-items .accordion-title .accordion-title-icon::before {
    content: "";
    position: absolute;
    background-color: #006579;
    transition: transform 0.25s ease-out;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}

#accordion-faqs .accordion-items .accordion-title .accordion-title-icon::after {
    content: "";
    position: absolute;
    background-color: #006579;
    transition: transform 0.25s ease-out;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}

#accordion-faqs .accordion-items .accordion-title .accordion-title-icon.open::before {
    transform: rotate(90deg);
}

#accordion-faqs .accordion-items .accordion-title .accordion-title-icon.open::after {
    transform: rotate(180deg);
}

#accordion-faqs .accordion-items .accordion-content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: max-height 500ms ease-in-out;
    overflow: hidden;
}

#accordion-faqs .accordion-items .accordion-content.open {
    transition: max-height 500ms ease-in-out;
    opacity: 1;
    visibility: visible;
}

#accordion-faqs .accordion-items .accordion-content .accordion-content-line {
    height: 3px;
    max-height: 3px;
    min-height: 3px;
    width: 200px;
    flex-basis: 200px;
    background: #006579;
    margin: 20px 0;
}

#accordion-faqs .accordion-items .accordion-content .accordion-content-seperator {
    flex-basis: 100%;
    width: 100%;
}

#accordion-faqs .accordion-items .accordion-content p {
    flex-basis: 650px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #006579;
    font-size: 20px;
}

#page-banner-stockist {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    font-weight: bold;
    padding-top: 230px;
    color: 4f4f4f;
    padding-bottom: 30px;
    font-size: 22px;
    min-height: 665px;
}

#page-banner-stockist h3 {
    color: #fff;
    font-weight: 600;
}

#page-banner-stockist p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 45px;
}

#page-banner-stockist p:last-child {
    margin-bottom: 0;
}

#stockist-range {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto;
    justify-content: center;
}

#stockist-range > div {
    flex-basis: calc(35% - 10px);
    width: calc(35% - 10px);
    border: 2px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#stockist-range .half-col a {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20% 50px;
}

#page-contact {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    flex-wrap: wrap;
    padding: 250px 0 0 0;
}

#page-contact .row {
    background: rgba(255, 255, 255, 0.7);
    max-width: 700px;
}

#page-contact .row .col-md-10 {
    padding: 25px;
}

#page-contact h3 {
    font-size: 40px;
    color: #006579;
    margin-bottom: 20px;
}

#page-contact p {
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 25px;
}

#page-contact a {
    color: #006579;
    font-size: 18px;
    text-decoration: none;
}

#page-contact input {
    border: 2px solid #70bf4a;
    padding: 5px 10px;
    width: 100%;
    flex-basis: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}

#page-contact textarea {
    border: 2px solid #70bf4a;
    padding: 10px 10px;
    width: 100%;
    flex-basis: 100%;
    border-radius: 20px;
    font-size: 16px;
}

#page-contact input.wpcf7-submit {
    font-size: 27px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background: #70bf4a;
    border-radius: 40px;
    flex-basis: 340px;
    height: 61px;
    line-height: 50px;
    width: 180px;
}

#page-contact .wpcf7-spinner {
    display: none;
}

#page-contact .contact-banner-text {
    flex-basis: 100%;
    width: 100%;
    margin-top: 60px;
    background: rgba(0, 101, 121, 0.8);
    padding-top: 20px;
    color: #ffffff;
}

#page-contact .contact-banner-text p {
    font-size: 18px;
    color: #ffffff;
}

#page-banner-product .row {
    justify-content: space-evenly;
}

#page-banner-product #product-main-image img {
    margin-left: -20px;
}

#page-banner-product #product-main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
    min-height: 600px;
    max-width: 400px;
}

#page-banner-product #product-main-content h1 {
    font-size: 40px;
    color: #ffffff;
}

#page-banner-product #product-main-content p {
    font-size: 22px;
    color: #ffffff;
}

#product-key-points {
    padding-top: 50px;
    padding-bottom: 50px;
}

#product-key-points .row {
    justify-content: space-evenly;
}

#product-key-points .row .col-md-2 {
    text-align: center;
}

#product-key-points .row .col-md-2:first-child img {
    width: 101px !important;
}

#product-key-points .row .col-md-2 h4 {
    font-size: 26px;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
}

#product-body-information {
    padding-top: 50px;
    padding-bottom: 60px;
}

#product-body-information .row {
    justify-content: space-evenly;
}

#product-body-information .col-md-3 {}

#product-body-information p {
    font-size: 18px;
    color: #221f1f;
}

#product-body-information #nutritional-table {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

#product-body-information #nutritional-table .first-col {
    font-size: 18px;
    color: #221f1f;
    flex-basis: calc(35% - 10px);
    width: calc(35% - 10px);
}

#product-body-information #nutritional-table .second-col {
    font-size: 18px;
    color: #221f1f;
    flex-basis: calc(20% - 10px);
    width: calc(20% - 10px);
    text-align: right;
}

#product-body-information #nutritional-table .third-col {
    font-size: 18px;
    color: #221f1f;
    flex-basis: calc(30% - 10px);
    width: calc(30% - 10px);
    text-align: right;
}

#additional-products {
    padding-bottom: 25px;
}

#additional-products h2 {
    color: #006579;
    font-size: 40px;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

#additional-products #other-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    overflow: hidden;
}

#additional-products #other-product-wrapper a {
    flex-basis: calc(33% - 7px);
    width: calc(33% - 7px);
    display: flex;
    justify-content: center;
}

#page-banner-policy {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    font-weight: bold;
    padding-top: 665px;
    color: 4f4f4f;
    padding-bottom: 0px;
    font-size: 22px;
    min-height: 665px;
}

#page-banner-policy .row {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0.71) 100%);
    padding: 60px 0;
}

#page-banner-policy h3 {
    margin-bottom: 45px;
    font-weight: 600;
}

#page-banner-policy p {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal
}

#page-banner-policy a {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #006579;
}

#page-banner-policy ul {
    list-style: none;
}

#page-banner-policy li {
    font-size: 16px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal
}

#footer-menu {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 65px;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    color: #ffffff;
}

#footer-menu a {
    text-decoration: none;
    color: #ffffff;
    margin: 0 10px;
    font-size: 18px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#footer {
    padding: 0 0 20px 0;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    color: #ffffff;
}

#footer p {
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width:1700px) {
    #third-section .col-md-6 #third-section-image img {
        width: 900px;
    }
}

@media screen and (max-width:1540px) {
    #third-section .col-md-6 #third-section-image img {
        width: 800px;
    }
}

@media screen and (max-width:1500px) {
    #page-banner-story {
        background-position: center !important;
        background-size: cover !important;
    }

    #homepage-banner {
        min-height: 800px;
        padding: 0 0 6%;
    }
}

@media screen and (max-width:1460px) {
    #page-banner-product {
        background-position: 90% 0 !important;
    }

    #page-banner-product .col-md-3 {
        width: 17%;
    }

    #page-banner-product #product-main-content {
        width: 40%;
    }
}

@media screen and (max-width:1410px) {}

@media screen and (max-width:1400px) {

    #product-body-information .col-md-4,
    #product-body-information .col-md-3 {
        width: 45%;
    }
}

@media screen and (max-width:1350px) {
    #third-section .col-md-6 #third-section-image img {
        width: 700px;
    }

    #second-section #second-section-content {
        padding: 15% 15% 15% 20%;
    }
}

@media screen and (max-width:1330px) {
    #page-banner-product {
        background-position: 80% 0 !important;
    }

    #page-banner-product .col-md-3 {
        width: 25%;
    }

    #homepage-banner {
        min-height: 700px;
    }
}

@media screen and (max-width:1250px) {
    #page-banner-story {
        background-position: center bottom !important;
        background-size: 100% 100% !important;
        padding-top: 400px;
    }

    #page-banner-story .row {
        padding: 30px 15px 40px;
    }

    #page-banner-story .col-md-6 {
        width: 80%;
    }

    #story-first-section .row .col-md-6 {
        padding: 8%;
        min-height: 640px;
    }
}

@media screen and (max-width:1200px) {
    #homepage-banner {
        min-height: 750px;
    }

    #homepage-banner .col-md-1 {
        display: none;
    }

    #homepage-banner .col-md-2 {
        width: 25%;
        flex-basis: 25%;
    }

    #first-section .col-md-6 {
        width: 100% !important
    }

    #second-section {
        overflow: hidden;
        position: relative;
        overflow: hidden;
    }

    #second-section .col-md-7 {
        width: 100% !important;
    }

    #second-section .col-md-5 {
        width: 100% !important;
        position: absolute;
        top: 0;
    }

    #second-section #second-section-image img {
        z-index: 9;
        opacity: 1;
        width: 100%;
        top: 0;
    }

    #second-section #second-section-content {
        position: relative;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        padding: 15%;
    }

    #third-section .col-md-6 {
        width: 100% !important
    }

    #third-section .col-md-6 #third-section-image {
        text-align: right;
    }

    #third-section .col-md-6 #third-section-image img {
        width: 80%;
        position: relative;
        top: unset;
        transform: unset;
        right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #page-banner.ranges .row {
        padding-bottom: 150px;
        padding-top: 255px;
    }

    #page-banner-stockist {
        background-size: auto 100% !important;
        background-position: center right !important;
        padding: 0 !important;
    }

    #page-banner-stockist .row {
        background: rgba(0, 0, 0, 0.5);
        padding-top: 220px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #page-banner-stockist .row .col-md-4 {
        width: 80%;
    }

    #page-banner-stockist p {
        margin-bottom: 30px;
    }

    #page-banner-product {
        background-position: 70% 0 !important;
    }

    #page-banner-product .col-md-3 {
        width: 26%;
    }

    #page-banner-product .col-md-1 {
        width: 25%;
    }
}

@media screen and (max-width:1150px) {
    #product-key-points .row .col-md-2 {
        width: 33%;
    }
}

@media screen and (max-width:1100px) {
    #page-banner .col-md-5 {
        width: 70%;
    }
}

@media screen and (max-width:1050px) {
    #story-third-section #nuts-left {
        left: 0;
        z-index: 18;
    }

    #story-third-section #nuts-right {
        right: 0;
        z-index: 19;
    }

    #story-third-section .row {
        padding: 8%;
    }

    #story-third-section .row .col-md-5 {
        width: 80%;
        z-index: 20;
    }

    #product-body-information {
        padding: 0;
    }

    #product-body-information .col-md-4 {
        width: 90%;
        padding: 30px 15px 35px;
        margin-bottom: 35px;
    }

    #product-body-information .col-md-3 {
        width: 90%;
        padding: 35px 15px 15px !important;
    }
}

@media screen and (max-width:1030px) {
    #page-banner-product {
        background-position: 65% 0 !important;
    }

    #page-banner-product .row {
        background-position: 65% 0 !important;
        justify-content: flex-end;
        padding-right: 30px;
    }

    #page-banner-product .col-md-1 {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    #navigation-bar .container {
        max-width: unset;
    }

    #navigation-bar .row {
        display: none;
    }

    #mobile-navigation {
        display: flex;
    }

    #homepage-banner {
        min-height: 0;
        padding-top: 33%;
    }

    #navigation-bar .logo {
        width: 140px;
    }
}

@media screen and (max-width:960px) {
    #story-third-section #nuts-left {
        opacity: 0.7;
    }

    #story-third-section #nuts-right {
        opacity: 0.7;
    }

    #additional-products h2 {
        margin-bottom: 40px;
    }

    #additional-products #other-product-wrapper a {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
    }

    #contact-banner {
        background-size: cover !important;
        background-position: center top !important;
    }
}

@media screen and (max-width:900px) {
    #homepage-banner {
        min-height: 650px;
        padding: 0 0 8%;
    }

    #homepage-banner .col-md-2 {
        width: 23%;
        flex-basis: 23%;
        padding: 0 2px;
    }

    #story-first-section .row .col-md-6 {
        padding: 20px 15px;
        min-height: 400px;
        width: 100%;
    }

    #story-first-section .row .col-md-6:nth-child(2) {
        display: none;
    }

    #story-second-section .row .col-md-6 {
        padding: 20px 15px;
        min-height: 400px;
        width: 100%;
    }

    #story-third-section .row {
        padding: 5% 8%;
    }

    #story-third-section .desktop-image {
        display: none;
    }

    #story-third-section .mobile-image {
        display: block;
    }

    #story-third-section #nuts-left {
        position: relative;
        top: unset;
        right: unset;
        width: 60%;
        margin: 20px auto 0;
        opacity: 1;
        height: auto;
    }

    #story-third-section #nuts-right {
        position: relative;
        top: unset;
        right: unset;
        width: 60%;
        margin: 0px auto 20px;
        opacity: 1;
        height: auto;
    }

    #accordion-faqs .accordion-items {
        padding: 20px 80px 20px 20px;
    }

    #accordion-faqs .accordion-items .accordion-title {
        text-align: left;
    }

    #accordion-faqs .accordion-items .accordion-title h4 {
        font-size: 26px;
    }

    #accordion-faqs .accordion-items .accordion-content {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

    #accordion-faqs .accordion-items .accordion-content p {
        text-align: left;
        margin: 0;
        font-size: 16px;
    }

    #page-banner-faq {
        width: 100%;
        background-position: center !important;
        background-size: cover !important;
        padding: 0 !important;
    }

    #page-banner-faq .row {
        background: rgba(0, 0, 0, 0.4);
    }

    #page-banner-faq .row .col-md-3 {
        width: 100%;
        padding-top: 220px;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #page-contact {
        padding-top: 220px;
        margin: 0;
    }

    #page-contact .row {
        margin: 0;
    }

    #page-banner-product {
        min-height: 1250px;
        padding: 0px !important;
        display: flex;
    }

    #page-banner-product .row {
        justify-content: flex-end;
        align-self: flex-end;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    #page-banner-product .col-md-3 {
        display: none;
    }

    #page-banner-product #product-main-content {
        width: 100%;
        flex-basis: 100%;
        min-height: unset;
        max-width: unset;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    #product-body-information .col-md-3 {
        width: 100%;
        flex-basis: 100%;
    }

    #product-body-information .col-md-4 {
        width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width:800px) {
    #page-banner-product {
        min-height: 1125px;
    }
}

@media screen and (max-width:767px) {
    #navigation-bar .container {
        max-width: 100%;
    }

    #homepage-banner .row.justify-content-md-center {
        justify-content: center;
        overflow-x: hidden;
    }

    #product-range > div {
        flex-basis: calc(100% - 10px);
        width: calc(100% - 10px);
    }

    #page-banner {
        padding: 0;
    }

    #page-banner .row {
        background: rgba(255, 255, 255, 0.4);
        padding-top: 200px;
        padding-bottom: 20px;
        min-height: 480px;
    }

    #page-banner .row h3 {
        margin-bottom: 15px;
    }

    #page-banner .col-md-5 {
        width: 100%;
        align-content: center;
    }

    #page-banner .col-md-5 p:last-child {
        margin: 0;
    }

    #page-banner-story {
        background-size: cover !important;
        padding: 0;
    }

    #page-banner-story .row {
        padding: 200px 15px 30px;
        min-height: 680px;
        background: rgba(255, 255, 255, 0.6);
    }

    #page-banner-story .col-md-6 {
        width: 100%;
        align-content: top;
    }

    #story-first-section {
        padding: 0;
    }

    #story-first-section .row .col-md-6 {
        padding: 30px 15px 20px;
        min-height: 300px;
    }

    #story-second-section {
        padding: 0;
    }

    #story-second-section .row .col-md-6 {
        padding: 30px 15px 20px;
        min-height: 300px;
    }

    #story-second-section .row .col-md-6 p {
        margin: 0;
    }

    #story-third-section {
        overflow: hidden;
    }

    #story-third-section .row .col-md-5 {
        width: 100%;
        z-index: 20;
    }

    #third-section .col-md-6 #third-section-image img {
        width: 90%;
    }

    #story-second-section .row .col-md-6 h3 {
        margin-bottom: 15px;
    }

    #page-banner-faq .row {
        min-height: 480px;
    }

    #page-banner-faq .row .col-md-3 {
        padding-top: 200px;
        align-content: center;
    }

    #page-banner-faq h3 {
        margin-bottom: 30px;
    }

    #page-banner-stockist .row .col-md-4 {
        width: 100%;
        align-content: top;
    }

    #page-banner-stockist .row {
        min-height: 480px;
        padding-top: 200px;
    }

    #page-banner-stockist .row h3 {
        margin-bottom: 15px;
    }

    #stockist-range > div {
        flex-basis: calc(100% - 10px);
        width: calc(100% - 10px);
    }

    #product-body-information .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    #product-body-information .col-md-4 {
        width: 100%;
        padding: 30px 15px 35px !important;
        margin-bottom: 35px;
    }

    #product-body-information .col-md-3 {
        width: 100%;
        padding: 35px 15px 15px !important;
    }

    #story-third-section #nuts-left {
        width: 80%;
        ;
    }

    #story-third-section #nuts-right {
        width: 80%;
    }

    #additional-products h2 {
        font-size: 30px;
    }

    #page-contact {
        padding-top: 200px;
    }
}

@media screen and (max-width:650px) {
    #homepage-banner {
        min-height: 600px;
        padding: 0 0 8%;
        position: relative;
    }

    #homepage-banner .col-md-2 {
        width: 35%;
        flex-basis: 50%;
        padding: 0 2px;
        position: absolute;
        bottom: 20px;
    }

    #homepage-banner .col-md-2:nth-child(1) {
        left: 5%;
        z-index: 9;
    }

    #homepage-banner .col-md-2:nth-child(2) {
        left: 20%;
        z-index: 12;
    }

    #homepage-banner .col-md-2:nth-child(3) {
        left: 43%;
        z-index: 11;
    }

    #homepage-banner .col-md-2:nth-child(4) {
        left: 62%;
        z-index: 10;
    }

    #mobile-navigation .logo-left img {
        height: 85px !important;
        width: 90px !important;
    }

    #mobile-navigation #hamburger {
        margin: 20px 0;
        width: 35px;
        height: 35px;
    }

    #mobile-navigation #hamburger span:nth-child(2),
    #hamburger span:nth-child(3) {
        top: 12px;
    }

    #mobile-navigation #hamburger span:nth-child(4) {
        top: 24px;
    }

    #mobile-navigation .phone-icon-left img {
        width: 30px;
    }

    #full-width-navigation {
        top: 141px;
        z-index: 999999;
    }

    #contact-banner {
        background-size: cover !important;
        background-position: left top !important;
    }

    #contact-banner .row {
        background: rgba(0, 0, 0, 0.4);
    }

    #page-banner-faq {
        min-height: 480px;
    }

    #page-banner .row {
        background: rgba(255, 255, 255, 0.8);
        padding-top: 145px;
        padding-bottom: 20px;
        padding-top: 385px;
    }

    #page-contact .row {
        background-color: rgba(255, 255, 255, 0.8);
    }

    #page-banner-faq .row .col-md-3 {
        padding-top: 175px;
    }

    #page-contact {
        padding-top: 0;
        padding-bottom: 0;
    }

    #page-contact .row {
        padding-top: 145px;
        padding-bottom: 30px;
    }

    #page-contact .contact-banner-text {
        margin-top: 0;
        padding: 15px;
    }

    #page-contact .contact-banner-text p {
        margin-bottom: 0;
    }

    #page-banner-product .row {
        padding-top: 145px;
    }

    #product-key-points .row .col-md-2:nth-child(1) img {
        width: 75% !important;
        height: auto;
    }

    #product-key-points .row .col-md-2:nth-child(2) img,
    #product-key-points .row .col-md-2:nth-child(3) img {
        width: 87%;
        height: auto;
    }

    #product-key-points .row .col-md-2 h4 {
        font-size: 20px;
        word-break: break-all;
    }

    #additional-products #other-product-wrapper a {
        flex-basis: 100%;
        width: 100%;
    }

    #additional-products h2 {
        text-align: left;
    }

    #page-banner-product {
        min-height: 1025px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width:560px) {
    #homepage-banner .col-md-2 {
        bottom: 30px;
    }

    #first-section #first-section-content {
        padding: 15% 10%;
    }

    #second-section #second-section-content {
        padding: 15% 10%;
    }

    #third-section #third-section-content {
        padding: 15% 10%;
    }

    #page-banner {
        padding-left: 0;
        padding-right: 0;
    }

    #page-banner h3 {
        font-size: 35px;
    }

    #page-banner p {
        font-size: 18px;
    }

    #page-banner .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    #contact-banner .row {
        padding: 15% 10%;
    }

    #contact-banner .row a {
        font-size: 24px;
    }

    #contact-banner h3 {
        font-size: 35px;
    }

    #contact-banner p {
        font-size: 18px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row > * {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    #page-banner-story {
        padding-left: 0;
        padding-right: 0;
    }

    #page-banner-story .row {
        padding-top: 170px;
        padding-bottom: 690px;
    }

    #page-banner-story h3 {
        font-size: 35px;
    }

    #page-banner-story p {
        font-size: 18px;
    }

    #page-banner-faq h3 {
        font-size: 35px;
    }

    #page-banner-faq p {
        font-size: 18px;
    }

    #page-banner-stockist h3 {
        font-size: 35px;
    }

    #page-banner-stockist p {
        font-size: 18px;
    }

    #story-first-section,
    #story-second-section,
    #story-third-section {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    #footer img {
        width: 100%;
        height: auto;
    }

    #homepage-banner {
        min-height: 435px;
        padding: 0 0 40px;
        overflow: hidden;
    }

    #first-section {
        overflow: hidden;
    }

    #second-section {
        overflow: hidden;
    }

    #third-section {
        overflow: hidden;
    }

    #contact-banner {
        overflow: hidden;
    }

    #footer-menu {
        overflow: hidden;
    }

    #footer {
        overflow: hidden;
    }

    #product-key-points .row .col-md-2 {
        width: 100%;
    }

    #product-key-points .row .col-md-2:nth-child(1) img {
        width: 101px !important;
        height: auto;
    }

    #product-key-points .row .col-md-2:nth-child(2) img,
    #product-key-points .row .col-md-2:nth-child(3) img {
        width: 121px;
        height: auto;
    }

    #product-body-information #nutritional-table .first-col {
        flex-basis: calc(40% - 10px);
        width: calc(40% - 10px);
    }

    #product-body-information #nutritional-table .third-col {
        flex-basis: calc(38% - 10px);
        width: calc(38% - 10px);
    }

    #page-banner-product {
        min-height: 950px;
    }

    #page-banner-policy {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    #page-banner-policy .row {
        padding: 190px 0 60px 0;
    }

    #page-banner-policy .row .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:450px) {
    #full-width-navigation.open img {
        width: 35px;
        height: 35px;
    }

    #stockist-range {
        display: none;
    }

    #page-banner-stockist .row {
        min-height: 760px;
        padding-top: 170px;
    }

    #homepage-banner {
        min-height: 615px !important;
    }

    #homepage-banner .col-md-2 {
        padding-bottom: 3%;
    }

    #third-section {
        background-size: cover !important;
    }

    #contact-banner {
        background-size: auto 100% !important;
        background-position: left center !important;
    }

    #page-banner-product {
        min-height: 990px;
    }

    #page-banner-product .row {
        padding-bottom: 30px;
    }

    #product-key-points .row {
        gap: 20px;
    }

    #page-contact {
        background-size: cover !important;
        background-position: 100% top !important;
    }
}