/*!
Theme Name: Golden Grain Bakery
Theme URI: http://underscores.me/
Author: Njoroge The Marketer
Author URI: http://ntmdigital.com
Description: Golden Grain Bakery is a proudly South Sudanese company built on the belief that great things rise from local hands.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golden-grain-bakery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Golden Grain Bakery is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
  --theme-primary-color: #9b5000;
  --theme-secondary-color: #eca34e;
  --theme-color-tertiary: #171517;
  --theme-body-font: "Noto Sans JP", sans-serif;
  --theme-heading-font: "DM Serif Text", serif;
  --theme-image-border-radius: 20px;
  --theme-section-padding: 100px 0;
  --theme-page-heading-size: 5rem;
  --theme-section-heading-font: 2.75rem;
  --theme-gallery-img-height: 200px;
  --theme-section-padding: 4rem 0;
  --theme-section-dark: #1a171a;
  --theme-hero-height: calc(100vh - 5rem);
}

.section-heading, .wyswyg-content h1,
.wyswyg-content h2,
.wyswyg-content h3,
.wyswyg-content h4,
.wyswyg-content h5,
.wyswyg-content h6, .site-page-home .explore-our-range-section .range-content h1,
.site-page-home .explore-our-range-section .range-content h2,
.site-page-home .explore-our-range-section .range-content h3,
.site-page-home .explore-our-range-section .range-content h4,
.site-page-home .explore-our-range-section .range-content h5,
.site-page-home .explore-our-range-section .range-content h6, .site-page-home .home-products-section h1,
.site-page-home .home-products-section h2,
.site-page-home .home-products-section h3,
.site-page-home .home-products-section h4,
.site-page-home .home-products-section h5,
.site-page-home .home-products-section h6, .site-page-home .about-the-bakery h1,
.site-page-home .about-the-bakery h2,
.site-page-home .about-the-bakery h3,
.site-page-home .about-the-bakery h4,
.site-page-home .about-the-bakery h5,
.site-page-home .about-the-bakery h6 {
  font-size: var(--theme-section-heading-font);
  margin: 0 0 1.5rem;
  color: #fff;
}

.product-type-card::before, .recipe-card::before, .site-page-about-us .golden-promise::before, .site-page-home .available-at::before, .site-page-home .explore-our-range-section::before, .site-page-home .hero-video-background::before, .page-hero::before, body.menu-open::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.btn-cta, .single.single-post .post-tags li a, .site-page-contact-us .contact-form form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  padding: 10px 25px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 12px;
  letter-spacing: 2px;
  color: inherit;
}

body.menu-open .mobile-menu-panel .menu li, body.menu-open .mobile-menu-panel {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-panel .menu > li, .mobile-menu-panel {
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: var(--theme-body-font);
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--theme-heading-font);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

p {
  text-align: justify;
  margin-bottom: 2rem;
}
p.text-center {
  -moz-text-align-last: center;
       text-align-last: center;
}

/* Elements
--------------------------------------------- */
body.dark-theme {
  background-color: var(--theme-section-dark);
}
body.dark-theme main {
  background-color: var(--theme-section-dark);
}
body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme p {
  color: #fff;
}
body.menu-open::before {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
body.menu-open .mobile-menu-panel {
  transform: translateX(0);
}
body.menu-open .mobile-menu-panel .menu li {
  transform: translateX(0);
}
body.menu-open .mobile-menu-panel .menu li:nth-child(1) {
  transition-delay: 0.2s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(2) {
  transition-delay: 0.4s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(3) {
  transition-delay: 0.6s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(4) {
  transition-delay: 0.8s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(5) {
  transition-delay: 1s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(6) {
  transition-delay: 1.2s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(7) {
  transition-delay: 1.4s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(8) {
  transition-delay: 1.6s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(9) {
  transition-delay: 1.8s;
}
body.menu-open .mobile-menu-panel .menu li:nth-child(10) {
  transition-delay: 2s;
}
body.single-initiative .site-header nav ul li.menu-item-27 a {
  color: var(--theme-secondary-color);
  font-weight: 600;
}
body.before-search .search-loader {
  display: block;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-hero {
  height: calc(50vh + 5rem);
}
.page-hero > div {
  margin-top: 96px;
}
.page-hero > div h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.mobile-menu-panel {
  left: 0;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  background-color: #fff;
  z-index: 99999;
  padding: 1.5rem;
}
.mobile-menu-panel h4 {
  margin: 0;
}
.mobile-menu-panel a.custom-logo-link img {
  width: 33.3333333333%;
}
.mobile-menu-panel .menu {
  margin-bottom: 1rem;
  position: relative;
}
.mobile-menu-panel .menu > li {
  transform: translateX(-20%);
  transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.mobile-menu-panel .menu > li.current-menu-item a {
  color: var(--theme-primary-color);
}
.mobile-menu-panel .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-panel .menu > li a {
  font-size: 1.2rem;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--theme-paragraph-color);
  transition-duration: 800ms;
  font-weight: 500;
}
.mobile-menu-panel .mp-ctas li {
  width: 100%;
}
.mobile-menu-panel .mp-ctas li:first-child {
  background-color: var(--theme-primary-color);
}
.mobile-menu-panel .mp-ctas li:last-child {
  background-color: var(--theme-secondary-color);
}

.search-loader {
  height: 25vh;
  display: none;
}
.search-loader .fs-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  width: 100%;
}
.search-loader .fs-preloader .theme-loader {
  margin-bottom: 3rem;
  height: 2px;
  width: 5%;
  margin: 4rem auto;
  height: 3px;
  width: 5rem;
  background-color: lightgray;
}
.search-loader .fs-preloader .theme-loader .theme-loading {
  width: 2rem;
  height: 3px;
  animation: animation 1s infinite;
  background: var(--theme-primary-color);
}

/* Navigation
--------------------------------------------- */
.site-header a.custom-logo-link img {
  width: 100px;
  filter: brightness(100);
}
.site-header nav ul li:hover a {
  color: var(--theme-secondary-color);
}
.site-header nav ul li:hover a::before {
  width: 100%;
  left: 0;
}
.site-header nav ul li.current-menu-item a {
  color: var(--theme-secondary-color);
  font-weight: 600;
}
.site-header nav ul li.current-menu-item a::before {
  width: 100%;
  left: 0;
}
.site-header nav ul li a {
  color: #fff;
  font-size: 1.05rem;
  position: relative;
  transition: color 0.6s ease;
}
.site-header nav ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  bottom: -5px;
  left: -10px;
  height: 1px;
  background-color: var(--theme-secondary-color);
  transition: 0.4s ease-in-out;
}
.site-header .social-nav li svg {
  color: #fff;
}
.site-header .nav-bg {
  background-color: var(--theme-secondary-color);
  padding: 1rem;
}
.site-header .nav-bg li.current-menu-item a {
  background-color: #000;
}
.site-header .nav-bg li a.btn-cta {
  background-color: var(--theme-primary-color);
  padding: 15px 30px;
  font-size: 1.1rem;
}
.site-header .nav-bg li svg {
  width: 2rem;
  height: 2rem;
  color: #fff;
}

main {
  position: relative;
  z-index: 2;
}

.site-footer {
  font-size: 1rem;
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.0705882353);
}
.site-footer .footer-card {
  padding-top: 3rem;
}
.site-footer .footer-card.center {
  background-color: var(--theme-primary-color);
  padding: 3rem;
}
.site-footer .footer-card img {
  max-width: 160px;
  margin-bottom: 1rem;
}
.site-footer .footer-card h3 {
  margin: 0 0 1.5rem;
}
.site-footer .footer-card a {
  color: #fff;
}

/* Posts and pages
--------------------------------------------- */
.site-page-home .hero-video-background {
  height: var(--theme-hero-height);
}
.site-page-home .hero-video-background::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.site-page-home .hero-video-background .hero-content {
  margin-top: 5%;
}
.site-page-home .hero-video-background .hero-content h1 {
  font-size: 4.5rem;
}
.site-page-home .hero-video-background .hero-content a {
  animation: fade-in 1.5s ease-in-out;
}
.site-page-home .hero-video-background .hero-content a span {
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
.site-page-home .hero-video-background .hero-content a svg {
  color: #fff;
  animation: bounce-down 1.8s ease-in-out infinite;
}
.site-page-home .about-the-bakery h1 span,
.site-page-home .about-the-bakery h2 span,
.site-page-home .about-the-bakery h3 span,
.site-page-home .about-the-bakery h4 span,
.site-page-home .about-the-bakery h5 span,
.site-page-home .about-the-bakery h6 span {
  color: var(--theme-secondary-color);
}
.site-page-home .home-products-section h1 span,
.site-page-home .home-products-section h2 span,
.site-page-home .home-products-section h3 span,
.site-page-home .home-products-section h4 span,
.site-page-home .home-products-section h5 span,
.site-page-home .home-products-section h6 span {
  color: var(--theme-secondary-color);
}
.site-page-home .explore-our-range-section::before {
  background-color: rgba(0, 0, 0, 0.75);
}
.site-page-home .explore-our-range-section .range-content h1 span,
.site-page-home .explore-our-range-section .range-content h2 span,
.site-page-home .explore-our-range-section .range-content h3 span,
.site-page-home .explore-our-range-section .range-content h4 span,
.site-page-home .explore-our-range-section .range-content h5 span,
.site-page-home .explore-our-range-section .range-content h6 span {
  color: var(--theme-secondary-color);
}
.site-page-home .explore-our-range-section .products-wrapper {
  height: 500px;
  animation: scroll-up 6s linear infinite;
  animation-timing-function: ease-in-out;
}
.site-page-home .explore-our-range-section .products-wrapper:hover {
  animation-play-state: paused;
}
.site-page-home .explore-our-range-section .products-wrapper .product-item {
  background-color: var(--theme-section-dark);
  flex-shrink: 0;
  transition: background-color 0.25s ease;
}
.site-page-home .explore-our-range-section .products-wrapper .product-item:hover {
  background-color: #171517;
}
.site-page-home .explore-our-range-section .products-wrapper .product-item .pi-cat ul li {
  margin-left: -1rem;
}
.site-page-home .explore-our-range-section .products-wrapper .product-item .pi-cat ul li img {
  border-radius: 50%;
  width: 50px;
  background-color: white;
}
.site-page-home .features-section .row {
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  border-left: none;
  border-right: none;
  padding: 2rem 0;
}
.site-page-home .features-section .row > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.368627451);
}
.site-page-home .features-section .row > div svg {
  width: 4rem;
  height: 4rem;
  color: #fff;
}
.site-page-home .features-section .row > div p {
  width: calc(100% - 2rem);
}
.site-page-home .recipe-section .stamp-row > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2470588235);
}
.site-page-home .recipe-section .row .row {
  height: 100%;
}
.site-page-home .available-at::before {
  background-color: rgba(0, 0, 0, 0.75);
}

.site-page-about-us .core-values img {
  background-color: var(--theme-primary-color);
  width: calc(50% - 3rem);
}
.site-page-about-us .core-values .accordion .accordion-item {
  border: none;
}
.site-page-about-us .core-values .accordion .accordion-item .accordion-button {
  font-family: var(--theme-heading-font) !important;
  font-size: 1.25rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1294117647);
}
.site-page-about-us .core-values .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1294117647) !important;
}
.site-page-about-us .core-values .accordion .accordion-item .accordion-body a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: -moz-max-content;
  width: max-content;
  color: var(--theme-sec-color);
}
.site-page-about-us .what-we-stand-for .standard-card {
  background-color: #171517;
}
.site-page-about-us .golden-promise::before {
  background-color: rgba(155, 80, 0, 0.78);
}
.site-page-about-us .golden-promise .promise-card {
  border: 1px solid rgba(255, 255, 255, 0.2470588235);
}

.site-page-recipes .filter-listing li:hover button {
  background-color: var(--theme-primary-color);
  border-color: transparent;
  color: #fff !important;
}
.site-page-recipes .filter-listing li button {
  background-color: transparent;
}
.site-page-recipes .filter-listing li button.active {
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.site-page-recipes .recipe-card {
  height: 250px !important;
}
.site-page-recipes p:last-child {
  margin: 0;
}

.site-page-contact-us .card {
  border-color: rgba(255, 255, 255, 0.1450980392);
  margin-left: -1px;
}
.site-page-contact-us .contact-form {
  width: 85%;
}
.site-page-contact-us .contact-form form p {
  margin: 0;
}
.site-page-contact-us .contact-form form textarea,
.site-page-contact-us .contact-form form input:not(.wpcf7-submit) {
  background-color: #EAEAEE;
  border-radius: 0;
  height: 54px;
  border: none;
}
.site-page-contact-us .contact-form form textarea {
  height: 208px;
}
.site-page-contact-us .contact-form form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.site-page-contact-us .contact-form form .wpcf7-submit {
  color: #fff;
  background-color: var(--theme-primary-color);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.post-card {
  transition: background-color 0.4s ease-in-out;
  background-color: #171517;
}
.post-card:hover {
  background-color: var(--theme-primary-color);
}
.post-card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe-card::before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.4s ease;
}
.recipe-card:hover::before {
  background-color: rgba(0, 0, 0, 0.85);
}

.product-type-card::before {
  transition: background-color 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.25);
}
.product-type-card:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-type-card.wci {
  background-color: #171517;
  border: 1px solid rgba(255, 255, 255, 0.1568627451);
}
.product-type-card.wci:hover {
  background-color: var(--theme-primary-color);
}
.product-type-card.wci > div {
  height: 200px;
}
.product-type-card > div {
  height: 400px;
}

.product-listing > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3058823529);
  margin: 1rem 0 2rem;
  transition: padding-left 0.4s ease;
}
.product-listing > li:hover {
  background-color: var(--theme-primary-color);
  border-color: transparent;
  padding-left: 1.5rem;
}
.product-listing > li:hover .pw-bg {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%);
}
.product-listing > li:hover .pw-bg span {
  color: #000;
}
.product-listing > li:last-child {
  margin-bottom: 0;
}
.product-listing > li img {
  width: 20%;
}
.product-listing > li .pw-bg {
  background-color: var(--theme-secondary-color);
  height: 110px;
  width: 110px;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
  transition: background-color, clip-path 0.5s ease;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Taxonomy Pages
--------------------------------------------------------------*/
.tax-recipe-type main .recipe-card {
  height: 300px !important;
}

/*--------------------------------------------------------------
# Singles
--------------------------------------------------------------*/
.single.single-product main .info-card {
  padding: 2rem 0 0 0;
}
.single.single-product main .info-card h4 {
  margin-bottom: 1.5rem;
}
.single.single-product main .info-card.ingredients-card {
  background-color: var(--theme-primary-color);
  padding: 2rem;
}
.single.single-product main .info-card.ingredients-card ul {
  list-style: disc;
  margin-left: 1rem;
}
.single.single-product main .info-card.ingredients-card img {
  opacity: 0.25;
}
.single.single-product main .info-card .alert {
  border-radius: 0;
  padding: 2rem;
}
.single.single-product main .info-card .alert h1,
.single.single-product main .info-card .alert h2,
.single.single-product main .info-card .alert h3,
.single.single-product main .info-card .alert h4,
.single.single-product main .info-card .alert h5,
.single.single-product main .info-card .alert h6 {
  color: inherit;
}
.single.single-product main .info-card .alert p {
  color: inherit;
  margin: 0;
}
.single.single-post article h1,
.single.single-post article h2,
.single.single-post article h3,
.single.single-post article h4,
.single.single-post article h5,
.single.single-post article h6 {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 1.75rem;
}
.single.single-post article strong {
  font-weight: unset;
}
.single.single-post article .wp-block-columns {
  gap: 3rem;
  margin: 3rem 0px;
}
.single.single-post article .wp-block-columns .wp-block-column {
  position: relative;
}
.single.single-post article .wp-block-columns .wp-block-column img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.single.single-post article .wp-block-columns .wp-block-column p:last-child {
  margin: 0;
}
.single.single-post .post-tags li:hover a {
  background-color: var(--theme-secondary-color);
  border-color: transparent;
}
.single.single-post .post-tags li a {
  color: #fff;
}
.single.single-post .sidebar h4 {
  margin-bottom: 1rem;
}
.single.single-post .sidebar .related-posts li:hover a {
  border-color: var(--theme-secondary-color);
}
.single.single-post .sidebar .related-posts li a {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1960784314);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.single.single-recipe .recipe-card {
  height: 300px !important;
}
.single .the-content {
  width: calc(100% - 2rem);
}
.single .rg h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
  padding-bottom: 1rem;
}
.single .rg h3 svg {
  color: #fff;
}
.single .rg .alert svg {
  color: inherit;
  width: 2rem;
  height: 2rem;
}
.single .rg .alert p {
  margin: 0;
  color: inherit;
}
.single .rg .alert h5 {
  color: inherit;
}

/*--------------------------------------------------------------
# Taxonomy Pages
--------------------------------------------------------------*/
.archive.tax-product-type .missd-stamp {
  background-color: var(--theme-color-tertiary);
  padding: 3rem;
}
.archive.tax-product-type .missd-stamp p {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Global classes
--------------------------------------------- */
.section-padding {
  padding: var(--theme-section-padding);
}

.wyswyg-content h1 span,
.wyswyg-content h2 span,
.wyswyg-content h3 span,
.wyswyg-content h4 span,
.wyswyg-content h5 span,
.wyswyg-content h6 span {
  color: var(--theme-secondary-color);
}

.btn-cta:hover {
  background: #fff;
  color: #000 !important;
}
.btn-cta:hover svg {
  transform: rotate(450deg);
  color: var(--theme-primary-color);
}
.btn-cta.cta-fill {
  background-color: var(--theme-primary-color);
  transition: background-color 0.4s;
  color: #fff;
}
.btn-cta.cta-fill:hover {
  background-color: #0b356a;
}
.btn-cta.cta-fill svg {
  color: #fff;
}
.btn-cta svg {
  width: 15px;
  height: 15px;
  transition: transform 0.5s;
  color: #fff;
}

.section-heading span {
  color: var(--theme-secondary-color);
}

.position-md-absolute {
  position: absolute;
}

@keyframes animation {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(3rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
/* Bounce keyframes */
@keyframes bounce-down {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(3px);
  }
}
/* Optional: smooth fade-in for whole element */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pause animation when hovered */
.scrollto:hover svg {
  animation-play-state: paused;
  opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --theme-page-heading-size: 2.5rem;
    --theme-section-heading-font: 2rem;
    --theme-gallery-img-height: 200px;
    --theme-section-padding: 2.5rem 0;
    --theme-hero-height: 50vh;
  }
  .section-padding {
    padding: 2rem 0;
  }
  .position-md-absolute {
    position: relative;
  }
  p {
    margin-bottom: 1.5rem;
  }
  [class*=offset-] {
    margin: unset !important;
  }
  .site-header .menu-bg {
    font-size: 15px;
  }
  .site-header .menu-bg svg {
    color: #fff;
  }
  .site-page-home .hero-video-background {
    height: calc(--theme-hero-height);
  }
  .site-page-home .explore-our-range-section .products-wrapper {
    height: unset;
    margin-bottom: 1rem;
  }
  .site-page-home .explore-our-range-section .products-wrapper .product-item .pi-cat ul li img {
    width: 35px;
  }
  .site-page-home .recipe-section .row .row {
    height: unset;
    margin-top: 1rem;
  }
  .site-page-home .recipe-section .row .row .recipe-card {
    height: 200px !important;
  }
  .site-page-home .available-at .col {
    flex: 33.3333333333% 0 0;
  }
  .site-page-home .latest-news-section a {
    margin-bottom: 1rem;
    margin-right: auto;
    display: block;
  }
  .site-page-about-us .core-values img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .site-page-contact-us .contact-form {
    width: 100%;
    margin-top: 2rem;
  }
  .single.single-recipe .rg img {
    height: unset !important;
  }
  .single.single-recipe .rg .ms-4 {
    margin: unset !important;
  }
  .single.single-recipe .recipe-card {
    height: 250px !important;
  }
  .single.single-post article h1,
  .single.single-post article h2,
  .single.single-post article h3,
  .single.single-post article h4,
  .single.single-post article h5,
  .single.single-post article h6 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .single.single-post article .wp-block-columns {
    margin: 1rem 0;
    gap: 1rem;
  }
  .single.single-post article .wp-block-columns .wp-block-column img {
    position: relative;
  }
  .single .the-content {
    width: 100%;
  }
  .product-type-card:not(:last-child) {
    margin-bottom: 1rem;
  }
  .product-type-card.wci {
    background-color: #171517;
    border: 1px solid rgba(255, 255, 255, 0.1568627451);
  }
  .product-type-card.wci:hover {
    background-color: var(--theme-primary-color);
  }
  .product-type-card.wci > div {
    height: 200px;
  }
  .product-type-card > div {
    height: 300px;
  }
  .post-card img {
    height: auto;
  }
  .product-listing > li {
    padding: 1rem 0 0;
  }
  .product-listing > li .pw-bg {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    clip-path: unset;
  }
  .page-hero {
    height: 50vh;
  }
  .page-hero > div h2 {
    font-size: 2rem;
  }
  .site-header a.custom-logo-link img {
    width: 75px;
  }
  .site-footer {
    padding: 2rem 0;
  }
  .site-footer .footer-card {
    margin: 1rem 0;
    text-align: center;
    padding: 0;
  }
  .site-footer .footer-card.center {
    height: unset !important;
  }
  .site-footer .footer-card p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */