/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==================================================
   Herbal Kulen — Header                   --START--
   ================================================== */

:root {
	--hk-header-background: #c1ae97;
	--hk-header-text: #17120e;
	--hk-header-accent: #8c1815;
	--hk-header-width: 1440px;
	--hk-header-height: 120px;
	--hk-logo-size: 108px;
	--hk-content-width: 1140px;
}

/* --------------------------------------------------
   Shared header appearance
   -------------------------------------------------- */

#masthead.site-header,
#masthead .ast-main-header-wrap,
#masthead .ast-primary-header-bar {
	background-color: var(--hk-header-background) !important;
	background-image: none !important;
	border-bottom: 0;
	box-shadow: none;
}

#masthead.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(92, 70, 48, 0.18);
	box-shadow: 0 3px 8px rgba(40, 28, 18, 0.08);
}

/* --------------------------------------------------
   Desktop header
   -------------------------------------------------- */

@media (min-width: 921.01px) {

	#masthead #ast-desktop-header .site-primary-header-wrap {
		box-sizing: border-box;
		width: 100%;
		max-width: var(--hk-header-width);
		margin-inline: auto;
		padding-inline: 24px;
	}

	#masthead #ast-desktop-header .ast-builder-grid-row {
		min-height: var(--hk-header-height);
		align-items: center;
	}

	#masthead #ast-desktop-header .ast-site-identity,
	#masthead #ast-desktop-header .site-branding,
	#masthead #ast-desktop-header .site-logo-img,
	#masthead #ast-desktop-header .custom-logo-link {
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0;
	}

	#masthead #ast-desktop-header .custom-logo {
		display: block;
		width: var(--hk-logo-size) !important;
		max-width: none !important;
		height: auto !important;
		max-height: var(--hk-logo-size) !important;
		margin: 0;
		object-fit: contain;
	}

	#masthead #ast-desktop-header .site-header-primary-section-right {
		justify-content: flex-end;
		margin-left: auto;
	}

	#masthead #ast-desktop-header .main-header-menu {
		display: flex;
		align-items: center;
		gap: 30px;
		margin: 0;
		padding: 0;
	}

	#masthead #ast-desktop-header .main-header-menu > .menu-item {
		margin: 0;
		padding: 0;
	}

	#masthead #ast-desktop-header
	#primary-site-navigation-desktop
	.main-header-menu > .menu-item > .menu-link {
		position: relative;
		display: block;

		margin: 0;
		padding: 10px 0 7px !important;

		color: var(--hk-header-text);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0;
		text-decoration: none;
		text-transform: uppercase;

		background-image: linear-gradient(
			var(--hk-header-accent),
			var(--hk-header-accent)
		);
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: 0 1px;

		transition:
			color 180ms ease,
			background-size 180ms ease;
	}

	#masthead #ast-desktop-header
	#primary-site-navigation-desktop
	.main-header-menu > .menu-item > .menu-link:hover,
	#masthead #ast-desktop-header
	#primary-site-navigation-desktop
	.main-header-menu > .menu-item > .menu-link:focus-visible {
		color: var(--hk-header-accent);
		background-size: 100% 1px;
	}

	#masthead #ast-desktop-header
	#primary-site-navigation-desktop
	.main-header-menu > .current-menu-item > .menu-link {
		color: var(--hk-header-accent);
		background-size: 100% 1px;
	}
}

/* --------------------------------------------------
   Mobile and tablet header
   -------------------------------------------------- */

@media (max-width: 921px) {

	#masthead #ast-mobile-header .ast-primary-header-bar {
		background-color: var(--hk-header-background) !important;
		background-image: none !important;
	}

	/* --------------------------------------------------
	   Mobile menu trigger above the open sidebar
	   -------------------------------------------------- */

	/* Avoid trapping the trigger inside Astra's header stacking context */
	#masthead #ast-mobile-header .ast-main-header-wrap,
	#masthead #ast-mobile-header .ast-primary-header-bar,
	#masthead #ast-mobile-header .ast-builder-grid-row,
	#masthead #ast-mobile-header
	[data-section="section-header-mobile-trigger"] {
		z-index: auto;
	}

	/* Normal closed position */
	#masthead #ast-mobile-header .menu-toggle {
		position: relative;
		z-index: 1002;
	}

	/* When open, place only the close button above the sidebar */
	#masthead #ast-mobile-header .menu-toggle.toggled {
		position: fixed;
		top: 70px;
		right: 40px;
		z-index: 1002;

		display: flex;
		align-items: center;
		justify-content: center;

		width: 42px;
		height: 42px;
		margin: 0;
		padding: 0;

		background: rgba(255, 255, 255, 0.22);
		border-radius: 50%;
	}

	#masthead #ast-mobile-header .ast-builder-grid-row {
		min-height: 84px;
		padding-inline: 20px;
	}

	#masthead #ast-mobile-header .ast-site-identity,
	#masthead #ast-mobile-header .site-branding,
	#masthead #ast-mobile-header .site-logo-img,
	#masthead #ast-mobile-header .custom-logo-link {
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0;
	}

	#masthead #ast-mobile-header .custom-logo {
		display: block;
		width: 68px !important;
		max-width: none !important;
		height: auto !important;
		max-height: 68px !important;
	}

	/* Toggle button: visible color + explicit icon swap */
	#masthead #ast-mobile-header .menu-toggle {
		color: var(--hk-header-accent) !important;
	}

	#masthead #ast-mobile-header .menu-toggle svg {
		fill: var(--hk-header-accent) !important;
	}

	#masthead #ast-mobile-header .menu-toggle .ast-close-svg {
		display: none;
	}

	#masthead #ast-mobile-header .menu-toggle.toggled .ast-menu-svg {
		display: none;
	}

	#masthead #ast-mobile-header .menu-toggle.toggled .ast-close-svg {
		display: block;
	}

	/* --------------------------------------------------
	   Right-side sliding sidebar
	   -------------------------------------------------- */

	#masthead #ast-mobile-header .ast-mobile-header-content {
		position: fixed;
		top: 0;
		right: 0;
		width: min(78vw, 320px);
		height: 100dvh;
		margin: 0;
		background-color: #c1ae97 !important;
		box-shadow: -8px 0 20px rgba(23, 18, 14, 0.18);
		padding: 90px 24px 24px;
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform 260ms ease;
		z-index: 1000;
	}

	#masthead #ast-mobile-header:has(.menu-toggle.toggled) .ast-mobile-header-content {
		transform: translateX(0);
	}

	/* --------------------------------------------------
	   Menu inside the sidebar
	   -------------------------------------------------- */

	#masthead #ast-mobile-site-navigation,
	#masthead #ast-mobile-site-navigation .main-navigation {
		background: transparent !important;
	}

	#masthead #ast-mobile-site-navigation .main-header-menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		margin: 0;
		padding: 0;
		list-style: none;
		background: transparent !important;
		box-shadow: none !important;
	}

	#masthead #ast-mobile-site-navigation .main-header-menu > .menu-item {
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent !important;
		box-shadow: none !important;
		border: 0 !important;
		border-bottom: 1px solid rgba(23, 18, 14, 0.15) !important;
	}

	#masthead #ast-mobile-site-navigation .menu-link {
		display: block;
		padding: 14px 4px;
		background: transparent !important;
		color: var(--hk-header-text) !important;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
	}

	#masthead #ast-mobile-site-navigation .menu-link:hover,
	#masthead #ast-mobile-site-navigation .current-menu-item > .menu-link {
		color: var(--hk-header-accent) !important;
	}
	/* --------------------------------------------------
	   Dark backdrop behind the mobile slider
	   -------------------------------------------------- */

	#masthead #ast-mobile-header::before {
		content: "";
		position: fixed;
		inset: 0;

		background: rgba(23, 18, 14, 0.50);
		opacity: 0;
		visibility: hidden;
		transition:
			opacity 260ms ease,
			visibility 260ms ease;

		z-index: 999;
		pointer-events: none;
	}

	/* Show backdrop only when menu is open */
	#masthead #ast-mobile-header:has(.menu-toggle.toggled)::before {
		opacity: 1;
		visibility: visible;
	}
}

/* --------------------------------------------------
   Breadcrumb
   -------------------------------------------------- */

/* Hide the unnecessary breadcrumb on the homepage */
body.home .ast-header-breadcrumb {
	display: none;
}

/* Match the breadcrumb to the main header */
.ast-header-breadcrumb,
.ast-header-breadcrumb.main-header-bar,
.ast-header-breadcrumb > .ast-container {
	background-color: #c1ae97 !important;
	background-image: none !important;
	border: 0;
	box-shadow: none;
}

/* Align with the main header content */
.ast-header-breadcrumb > .ast-container {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--hk-header-width);
	margin-inline: auto;
	padding: 5px 24px 7px;
}

/* Remove Astra's default spacing */
.ast-header-breadcrumb .ast-breadcrumbs-wrapper,
.ast-header-breadcrumb .ast-breadcrumbs-inner,
.ast-header-breadcrumb .ast-breadcrumbs,
.ast-header-breadcrumb .trail-items {
	margin: 0;
	padding: 0;
}

/* Breadcrumb layout */
.ast-header-breadcrumb .trail-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	list-style: none;
}

/* General breadcrumb text */
.ast-header-breadcrumb .trail-item,
.ast-header-breadcrumb .trail-item a,
.ast-header-breadcrumb .trail-item span {
	color: rgba(23, 18, 14, 0.62);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

/* Breadcrumb links */
.ast-header-breadcrumb .trail-item a:hover,
.ast-header-breadcrumb .trail-item a:focus-visible {
	color: var(--hk-header-accent);
}

/* Current page */
.ast-header-breadcrumb .trail-end span {
	color: rgba(23, 18, 14, 0.88);
}

/* Mobile */
@media (max-width: 921px) {
	.ast-header-breadcrumb > .ast-container {
		padding: 5px 20px 6px;
	}

	.ast-header-breadcrumb .trail-item,
	.ast-header-breadcrumb .trail-item a,
	.ast-header-breadcrumb .trail-item span {
		font-size: 11px;
	}
}

/* ==================================================
   Herbal Kulen — Header                   --END--
   ================================================== */


/* ==================================================
   Herbal Kulen — Footer                   --START--
   ================================================== */

:root {
	--hk-footer-products-background: #7e7373;
	--hk-footer-products-text: #ffffff;
	--hk-footer-contact-background: #ffffff;
	--hk-footer-contact-text: #17120e;
	--hk-footer-muted-text: #7d7470;
	--hk-footer-accent: #8c1815;
	--hk-footer-width: 1180px;
}

/* --------------------------------------------------
   Remove Astra footer spacing
   -------------------------------------------------- */

.site-above-footer-wrap,
.site-primary-footer-wrap {
	padding: 0 !important;
}

.site-above-footer-wrap .ast-builder-grid-row-container-inner,
.site-primary-footer-wrap .ast-builder-grid-row-container-inner,
.site-above-footer-wrap .ast-builder-grid-row,
.site-primary-footer-wrap .ast-builder-grid-row,
.site-above-footer-wrap .site-footer-section,
.site-primary-footer-wrap .site-footer-section,
.site-above-footer-wrap .widget,
.site-primary-footer-wrap .widget,
.site-above-footer-wrap .ast-footer-html,
.site-primary-footer-wrap .ast-footer-html {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.site-above-footer-wrap .ast-builder-grid-row-container,
.site-primary-footer-wrap .ast-builder-grid-row-container {
	width: 100%;
	max-width: none;
	padding: 0;
}

/* Force the footer blocks to break out of whatever wraps them,
   regardless of the exact WordPress widget/block class in use */
.hk-footer-products,
.hk-footer-contact {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Safety net: neutralize any stray <p> WordPress injects inside these blocks */
.hk-footer-socials p,
.hk-footer-contact-bottom p {
	display: contents;
	margin: 0;
}

/* --------------------------------------------------
   Product navigation
   -------------------------------------------------- */

.hk-footer-products {
	background: var(--hk-footer-products-background);
	color: var(--hk-footer-products-text);
}

.hk-footer-products-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--hk-footer-width);
	margin-inline: auto;
	padding: 22px 28px 24px;
}

.hk-footer-products-title {
	margin: 0 0 16px;
	color: var(--hk-footer-products-text);
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.hk-footer-product-groups {
	display: grid;
	grid-template-columns:
		minmax(140px, 0.8fr)
		minmax(160px, 0.9fr)
		minmax(320px, 1.6fr);
	gap: 28px;
	align-items: start;
}

.hk-footer-product-group h3 {
	margin: 0 0 12px;
	color: var(--hk-footer-products-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hk-footer-product-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hk-footer-product-group li {
	margin: 0;
	padding: 0;
}

.hk-footer-product-group li + li {
	margin-top: 7px;
}

.hk-footer-product-group a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease;
}

.hk-footer-product-group a:hover,
.hk-footer-product-group a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hk-footer-product-oils ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 22px;
	row-gap: 7px;
}

.hk-footer-product-oils li + li {
	margin-top: 0;
}

/* --------------------------------------------------
   Brand and contact information
   -------------------------------------------------- */

.hk-footer-contact {
	background: var(--hk-footer-contact-background);
	color: var(--hk-footer-contact-text);
}

.hk-footer-contact-inner {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(380px, 1.3fr);
	align-items: start;
	gap: 40px;
	width: 100%;
	max-width: var(--hk-footer-width);
	margin-inline: auto;
	padding: 20px 28px 0;
}

.hk-footer-brand {
	text-align: left;
}

.hk-footer-brand h2 {
	margin: 0 0 10px;
	color: var(--hk-footer-contact-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.hk-footer-socials {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.hk-footer-socials a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	color: var(--hk-footer-contact-text) !important;
	text-decoration: none;
	transition:
		color 160ms ease,
		transform 160ms ease;
}

.hk-footer-socials svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor !important;
}

.hk-footer-socials a:hover,
.hk-footer-socials a:focus-visible {
	color: var(--hk-footer-accent) !important;
	transform: translateY(-2px);
}

.hk-footer-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 35px;
	color: var(--hk-footer-muted-text);
}

.hk-footer-address strong {
	display: block;
	margin-bottom: 5px;
	color: var(--hk-footer-contact-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hk-footer-address p {
	margin: 0;
	color: var(--hk-footer-muted-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
}

/* Tel / email — its own full-width strip, centered independently of the grid above */
.hk-footer-contact-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 28px;
}

.hk-footer-contact-bottom a {
	color: var(--hk-footer-muted-text);
	font-size: 12px;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hk-footer-contact-bottom a:hover,
.hk-footer-contact-bottom a:focus-visible {
	color: var(--hk-footer-accent);
}

.hk-footer-contact-bottom span {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--hk-footer-muted-text);
}

/* --------------------------------------------------
   Tablet
   -------------------------------------------------- */

@media (max-width: 921px) {

	.hk-footer-products-inner {
		padding: 24px 24px 26px;
	}

	.hk-footer-product-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 30px;
	}

	.hk-footer-product-oils {
		grid-column: 1 / -1;
	}

	.hk-footer-contact-inner {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px 24px 0;
	}

	.hk-footer-brand {
		text-align: center;
	}

	.hk-footer-socials {
		justify-content: center;
	}

	.hk-footer-details {
		max-width: 720px;
		margin-inline: auto;
	}
}

/* --------------------------------------------------
   Mobile
   -------------------------------------------------- */

@media (max-width: 544px) {

	.hk-footer-products-inner {
		padding: 22px 20px 24px;
	}

	.hk-footer-products-title {
		margin-bottom: 18px;
		font-size: 20px;
	}

	.hk-footer-product-groups {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	.hk-footer-product-oils {
		grid-column: auto;
	}

	.hk-footer-product-oils ul {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.hk-footer-contact-inner {
		padding: 22px 20px 0;
	}

	.hk-footer-brand h2 {
		font-size: 16px;
		letter-spacing: 0.22em;
	}

	.hk-footer-socials {
		gap: 16px;
	}

	.hk-footer-details {
		grid-template-columns: 1fr;
		gap: 16px;
		text-align: center;
	}

	.hk-footer-contact-bottom {
		padding: 14px 20px;
	}

	.hk-footer-contact-bottom span {
		display: none;
	}

	.hk-footer-contact-bottom a {
		width: 100%;
		text-align: center;
	}
}

/* ==================================================
   Herbal Kulen — Footer                   --END--
   ================================================== */


/* ==================================================
   Herbal Kulen — Other                  --START--
   ================================================== */

/* --------------------------------------------------
   Herbal Kulen — Video section
   -------------------------------------------------- */

#Video_ID_Child_theme {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #c1ae97;
}

/* Remove Elementor spacing inside this section */
#Video_ID_Child_theme > div,
#Video_ID_Child_theme .e-con-inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Image column */
#Video_ID_Child_theme .elementor-widget-image {
	height: 100%;
}

#Video_ID_Child_theme .elementor-widget-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	object-position: center;
}

/* Text column layout only */
#Video_ID_Child_theme > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

@media (min-width: 921.01px) {
	#Video_ID_Child_theme > div:last-child {
		padding: 38px 34px;
	}
}

/* Align title and paragraph to the left */
#Video_ID_Child_theme .elementor-image-box-wrapper,
#Video_ID_Child_theme .elementor-image-box-content,
#Video_ID_Child_theme .elementor-image-box-title,
#Video_ID_Child_theme .elementor-image-box-description {
	text-align: justify;
}

/* Align the button left and create more separation */
#Video_ID_Child_theme .elementor-widget-button {
	align-self: flex-start;
	margin-top: 24px;
}

/* Tablet and mobile */
@media (max-width: 921px) {
	#Video_ID_Child_theme {
		grid-template-columns: 1fr;
	}

	#Video_ID_Child_theme .elementor-widget-image img {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}
}

/* -----------------------------------------------------
   Reusable equal image heights for ElementsKit Image Boxes
----------------------------------------------------- */

.hk-equal-image-boxes .elementskit-box-header {
	aspect-ratio: 4 / 3 !important;
	overflow: hidden !important;
}

.hk-equal-image-boxes .elementskit-box-header img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* --------------------------------------------------
   Cocktail cards: equal image heights
   -------------------------------------------------- */

#Cocktails_ID_Child_theme .elementskit-box-header {
	height: 300px;
	overflow: hidden;
}

#Cocktails_ID_Child_theme .elementskit-box-header img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

@media (max-width: 921px) {
	#Cocktails_ID_Child_theme .elementskit-box-header {
		height: 260px;
	}
}

@media (max-width: 544px) {
	#Cocktails_ID_Child_theme .elementskit-box-header {
		height: 220px;
	}
}

/* --------------------------------------------------
   Reusable clickable card without inherited link styling
   -------------------------------------------------- */
a.hk-card-link-class,
a.hk-card-link-class:hover,
a.hk-card-link-class:focus,
a.hk-card-link-class:visited {
	color: inherit !important;
	text-decoration: none !important;
}

a.hk-card-link-class * {
	text-decoration: none !important;
}

/* --------------------------------------------------
   add "boxed" styling to flexbox containers
   -------------------------------------------------- */
@media (min-width: 921.01px) {
	.hk-boxed-container-pers {
		padding-inline-start: max(80px, calc((100% - 1140px) / 2)) !important;
		padding-inline-end: max(80px, calc((100% - 1140px) / 2)) !important;
	}
}

/* ==================================================
   Herbal Kulen — Other                  --END--
   ================================================== */