/*
 Theme Name:     Husk Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Husk
 Author URI:     https://www.husk.co.nz/
 Template:       Divi
 Version:        1.0.23
*/

/***************************
Typography
***************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}

h1 {
	font-size: 72px;
}

h2,
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: 48px;
}

h3,
.accordion h5,
.toggle h5,
header.title h2,
.cart_totals h2,
.shipping_calculator h2 {
	font-size: 32px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 12px;
}

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

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 32px;
	}

	.accordion h5,
	.toggle h5 {
		font-size: 26px;
	}
}

.large,
.large p,
.large .et_pb_text_inner {
	font-size: 18px;
}

body {
	font-weight: 400;
}

.orange,
.yellow {
	color: #E4AA17;
}

.brand-font,
.brand-font .et_pb_tabs_controls li a {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.et_pb_tab .et_pb_tab_content {
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;

}

.testimonial {
	font-family: "ltc-goudy-oldstyle-pro";
	font-style: italic;
	font-size: 32px;
	line-height: 1.2em;
}

.testimonial-small {
	font-size: 20px;
}

@media only screen and (max-width: 480px) {
	.testimonial {
		font-size: 22px;
	}
}

sup {
	font-size: 12px;
}

/***************************
Menu
***************************/
/* Remove drop shadow on menu */
#main-header,
#main-header.et-fixed-header {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#main-header.et-fixed-header #top-menu li.current-menu-item>a, #main-header.et-fixed-header #top-menu li.current_page_item.menu-btn> a 
#main-header.et-fixed-header #top-menu .menu-btn a {
	color: #000000 !important;
}

#main-header.et-fixed-header #top-menu .menu-btn a:hover {
	color: #ffffff !important;
}

#top-menu li a {
	font-weight: 500 !important;
}

/* submenu */
#top-menu li li {
	padding: 0 5px;
}

.nav li li {
	line-height: 1.4em;
}

.nav li ul,
#top-menu li li a {
	width: 300px;
}

.nav li li ul {
	left: 300px;
}

@media only screen and (min-width: 981px) {

	#top-menu li.current-menu-ancestor>a,
	#main-header.et-fixed-header #top-menu li.current-menu-ancestor>a,
	#main-header.et-fixed-header #top-menu li.current-menu-item>a,
	#main-header.et-fixed-header #top-menu li.current_page_item>a {
		color: #000 !important;
	}
}

/* fix menu too large */
@media (max-width: 1110px) and (min-width: 981px) {
	.centered-inline-logo-wrap {
		width: 0 !important;
	}

	.logo_container {
		display: none;
	}
}

/***************************
Mobile Menu Collapse Effect
***************************/
/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
	display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
	position: relative;
}

#page-container .mobile_nav .menu-item-has-children>a {
	background: transparent;
}

/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children>a+span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}

/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
	content: "\4c";
	display: block;
	color: #E4AA17;
	font-size: 16px;
	font-family: ETmodules;
}

#page-container span.menu-closed.menu-open:before {
	content: "\4d";
}


/***************************
Buttons
***************************/
/* inline Divi buttons (add class to row) */
.inline-buttons .et_pb_button_module_wrapper {
	display: inline-block;
}


a.btn,
.menu-btn a,
.nf-form-content button,
.nf-form-content input[type=submit],
.nf-form-content input.nf-next,
.nf-form-content input.nf-previous {
	font-style: normal;
	font-size: 14px;
	font-weight: 600 !important;
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.7em !important;

	padding-top: 8px !important;
	padding-right: 25px !important;
	padding-bottom: 8px !important;
	padding-left: 25px !important;

	border-radius: 2px !important;
	border: 1px solid !important;

	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;

	position: relative;
	display: inline-block;
	vertical-align: baseline;
	transition: all 300ms ease 0ms;
	cursor: pointer;
}

a.btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* orange, yellow */
a.btn-orange-transparent,
a.btn-yellow-transparent,
.nf-form-content button,
.nf-form-content input[type=submit],
.nf-form-content input.nf-next,
.nf-form-content input.nf-previous {
	color: #E4AA17 !important;
	border-color: #E4AA17 !important;
	background-color: transparent !important;
}


a.btn-orange-transparent:hover,
a.btn-yellow-transparent:hover,
.menu-btn a:hover,
.et-fixed-header #top-menu li.current-menu-item.menu-btn>a:hover,
.et-fixed-header #top-menu li.current_page_item.menu-btn>a:hover,
.nf-form-content button:hover,
.nf-form-content input[type=submit]:hover {
	color: #ffffff !important;
	border-color: #E4AA17 !important;
	background-color: #E4AA17 !important;
}

a.btn-orange,
a.btn-yellow {
	color: #ffffff;
	border-color: #E4AA17 !important;
	background-color: #E4AA17;
}

a.btn-orange:hover,
a.btn-yellow:hover {
	color: #E4AA17;
	border-color: #E4AA17 !important;
	background-color: #ffffff;
}

/* white */
a.btn-white {
	color: #222222;
	border-color: #ffffff !important;
	background-color: #ffffff;
}

a.btn-white:hover {
	color: #ffffff;
	border-color: #222222 !important;
	background-color: #222222;
}

a.btn-white-transparent {
	color: #ffffff !important;
	border-color: #ffffff !important;
	background-color: transparent !important;
}

a.btn-white-transparent:hover {
	color: #222222 !important;
	border-color: #ffffff !important;
	background-color: #ffffff !important;
}

/* black */
a.btn-black {
	color: #ffffff;
	border-color: #222222 !important;
	background-color: #222222;
}

a.btn-black:hover {
	color: #222222;
	border-color: #ffffff !important;
	background-color: #ffffff;
}

a.btn-black-transparent,
.menu-btn a {
	color: #222222 !important;
	border-color: #222222 !important;
	background-color: transparent !important;
}

a.btn-black-transparent:hover {
	color: #ffffff !important;
	border-color: #222222 !important;
	background-color: #222222 !important;
}


/***************************
Icons
***************************/
.small-icon img {
	height: 30px;
}

/***************************
Blog Thubnails - Divi Module
***************************/
.post-meta a {
	color: #E4AA17 !important;
}

/***************************
Ninja Forms
***************************/
/* success message */
.nf-response-msg {
	padding: 30px;
	background-color: #e7e7e8;
	border-radius: 2px;
	border: 1px solid #222222;
}

.light-theme .nf-response-msg {
	border: 1px solid #ffffff;
}

/* validation */
.nf-form-fields-required {
	display: none;
}

.nf-error.field-wrap .nf-field-element:after {
	background-color: transparent !important;
}

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

/* progress bar */
.nf-progress-container {
	margin-bottom: 25px !important;
}

.nf-mp-header div .nf-progress-container,
.nf-progress {
	height: 25px !important;
}

.nf-mp-body {
	margin-top: 25px !important;
}

/* button */
.nf-form-content button,
.nf-form-content input[type=submit] {
	float: right;
}

/* fields */
.nf-form-content input:not([type=submit]),
.nf-form-content textarea {
	border-radius: 2px !important;
	border: 1px solid !important;
	color: #222222 !important;
	border-color: #E4AA17 !important;
	background-color: transparent !important;
	padding: 12px !important;
}

/* selects */
.nf-form-content .list-select-wrap .nf-field-element>div select,
.nf-form-content .list-select-wrap>div select {
	border-radius: 2px !important;
	border: 1px solid #E4AA17 !important;
	background-color: #ffffff !important;
}

/* radios */
.listradio-wrap .nf-field-element label:after {
	border: 1px solid #E4AA17 !important;
	background: #ffffff !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:after {
	border-color: #E4AA17 !important;
}

/* checkbox */
.listcheckbox-wrap .nf-field-element label:after {
	border-color: #E4AA17 !important;
	background: #ffffff !important;
}


.nf-form-content label {
	font-size: 16px !important;
	font-family: Montserrat, Helvetica, Arial, sans-serif !important;
	font-weight: 500 !important;
}

.nf-form-content .label-above .nf-field-label {
	margin-bottom: 5px !important;
}

.nf-form-content {
	padding: 0px !important;
	margin: 0px !important;
}

#ninja_forms_required_items,
.nf-field-container {
	margin-bottom: 10px !important;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #222222;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #222222;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #222222;
}

/* fields - light theme */
.light-theme .nf-form-content input:not([type=submit]),
.light-theme .nf-form-content textarea {
	color: #ffffff !important;
	border-color: #ffffff !important;
	background-color: transparent !important;
}

.light-theme ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1;
	/* Firefox */
}

.light-theme :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.light-theme ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ffffff;
}

/* yellow theme */
.yellow-theme .nf-form-content input:not([type=submit]),
.yellow-theme .nf-form-content textarea {
	border-color: #FCB436 !important;
}

.yellow-theme .nf-form-content input[type=submit] {
	border-color: #FCB436 !important;
	color: #FCB436 !important;
}

.yellow-theme .nf-form-content input[type=submit]:hover {
	color: #ffffff !important;
	border-color: #FCB436 !important;
	background-color: #FCB436 !important;
}

/***************************
Breadcrumb
***************************/
.breadcrumb_last {
	font-weight: 500;
}

/***************************
Sliders
***************************/
/* Remove text shadow in Divi slider modules */
.et_pb_slide_description {
	text-shadow: none !important;
}

.testimonial-slider-section.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
	bottom: -1px !important;
}

.testimonial-slider-section.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
	top: -1px !important;
}

@media only screen and (max-width: 980px) {
	.testimonial-slider-section.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
		bottom: -1px !important;
	}

	.testimonial-slider-section.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
		top: -1px !important;
	}
}

/***************************
Image pattern overlay
***************************/
@media screen and (min-width: 1280px) {

	/* Banners */
	.image-overlay-poutama-left.et_pb_slider:before,
	.image-overlay-poutama-left.et_pb_section:before {
		content: url(/wp-content/uploads/2026/08/White-ICON_small-1280px.png);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.image-overlay-poutama-right.et_pb_slider:before,
	.image-overlay-poutama-right.et_pb_section:before {
		content: url(/wp-content/uploads/2026/08/White-ICON_small-1280px.png);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/***************************
Images
***************************/
img.responsive-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 250px;
	max-width: 100%;
	padding: 10px;

}

img.responsive-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 250px;
	max-width: 100%;
	padding: 10px;
}

@media only screen and (max-width: 600px) {
	img.responsive-left {
		float: none;
		display: block;

	}

	img.responsive-right {
		float: none;
		display: block;
	}
}

/***************************
Mobile column behaviour
***************************/
@media only screen and (max-width: 980px) {

	/***Switch column order on mobile - add flip class to row ***/
	.flip {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse !important;
	}

	.flip.et_pb_row .et_pb_column.et-last-child {
		margin-bottom: 30px !important;
	}

	/*** Keep Columns on Mobile	- add class to row ***/
	.two-columns .et_pb_column {
		width: 50% !important;
	}

	.three-columns .et_pb_column {
		width: 33.33% !important;
	}

	.four-columns .et_pb_column {
		width: 25% !important;
	}

}