/*
Theme Name: DHWP Block 2025 Child
Theme URI: 
Author: Digital Hill Multimedia, Inc.
Author URI: 
Description: Child theme for 2025.
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: dhwp-block-2025
Text Domain: dhwp-block-2025-child
Tags: 
*/

body {
	/* background-color: black;
	color: white; */
}

/* Fix 10web gallery hover going over the topbar */
#sticky-wrapper {
	z-index: 9999;
}

/* Language Selector (temporary) */
.language-selector {
	min-width: 169px;
}
@media screen and (max-width:782px) {
	.language-selector {
		min-width: 80px;
	}
}

/* Header Scroll Logo Transition */
body header.wp-block-template-part .wp-block-site-logo img {
	width: 160px;
	height: auto;
	transition: all .3s ease;
}
body header.wp-block-template-part.is-scrolled .wp-block-site-logo.is-default-size img {
	width: 130px;
	height: auto;
}
/* Header Scroll Other Header Transitions */
body header.wp-block-template-part > .wp-block-group > .topbar > .wp-block-group {
	transition: all .3s ease;
}
body header.wp-block-template-part.is-scrolled > .wp-block-group > .topbar > .wp-block-group {
	margin-top: 0;
	padding-top: 0;
}

body:not(.home) .wp-site-blocks > .wp-block-group {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Header Patch for Archives and other Pages that can't set the header background color. */
body.archive header.wp-block-template-part {
	background: rgba(0,0,0,0.3);
}

/* No space between top level child blocks unless we put it there, WordPress */
body :where(.wp-site-blocks) > * { 
	margin-block-start: 0;
}

/* List Patch */
body ul {
	padding-inline-start: 12px;
}

/* Sticky applied to header */
.sticky-wrapper, .wp-site-blocks > header.wp-block-template-part {
	z-index: 10;
	width: 100vw;
}
/* Header Colors, note these can now be set in Customizer, but still overriden here. */
/* Background on Header WHEN SCROLLED */
.wp-site-blocks header.wp-block-template-part.is-scrolled .topbar {
	/* background-color: rgba(255,255,255,0.05) !important; */
	/* backdrop-filter: blur(10px); */
}
/* Background on Header WHEN HOVERED */
.wp-site-blocks header.wp-block-template-part:hover .topbar {
	/* background-color: rgba(255,255,255,0.05) !important; */
	/* backdrop-filter: blur(10px); */
}

/* Header sub_topbar */
.sub_topbar {
	overflow: hidden;
	/* background: rgba(0,0,0,0.1); */
	background: rgba(255,255,255,0.05);
	transition: all .3s ease;
	max-height: 1000px; /* Must be set for transition off top of page. Set to larger than the element will ever be. */
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	
}
.sticky-wrapper > header.wp-block-template-part.is-scrolled .sub_topbar {
	top: -100px; /* Probably has to be set to larger than the max height of the actual element, depends on content. */
	max-height: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Social Navigation */
body .wp-block-social-links {
	display: flex;
	flex-wrap: nowrap;
	/* background: rgba(0,0,0,0.1); */
	padding-top: 4px;
	padding-bottom: 4px;
}
/* Social Button Icon Colors */
body .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, 
body .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, 
body .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, 
body .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, 
body .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	/* fill: white; */
	fill: rgba(0,0,0,0.8);
	transition: all .3s ease;
}
/* Social Button Background, Border, Border Radius */
body :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	/* background-color: rgba(255,255,255,0.1); */
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	transition: all .3s ease;
}
/* Social Buttons Hover */
body .wp-block-social-links .wp-block-social-link.wp-social-link:hover .wp-block-social-link-anchor, 
body .wp-block-social-links .wp-block-social-link.wp-social-link:hover .wp-block-social-link-anchor svg, 
body .wp-block-social-links .wp-block-social-link.wp-social-link:hover .wp-block-social-link-anchor:active, 
body .wp-block-social-links .wp-block-social-link.wp-social-link:hover .wp-block-social-link-anchor:hover, 
body .wp-block-social-links .wp-block-social-link.wp-social-link:hover .wp-block-social-link-anchor:visited {
	/* fill: white; */
	/* fill: rgba(0,0,0,0.8); */
	fill: rgba(0,0,0,0.9);
}
body :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link:hover {
	transform: scale(1.3);
	/* background-color: var(--wp--preset--color--luminous-vivid-orange);
	border-color: var(--wp--preset--color--luminous-vivid-orange); */
	background-color: rgba(0,0,0,0.1);
}

/* Footer */
footer .dhwp-footer > .wp-block-columns.alignwide .wp-block-column > .wp-block-group > .wp-block-columns > .wp-block-column {
	min-width: 150px;
}
@media screen and (max-width: 782px) {
	footer .dhwp-footer > .wp-block-columns.alignwide .wp-block-column > .wp-block-group > .wp-block-columns {
		width: 100%;
	}
}


/* Copyright color */
.wp-block-digital-hill-dhwp-copyright-block {
	color: inherit !important;
	font-size: inherit !important;
}

/* Custom List Marker */
.entry-content ul.wp-block-list li {
	list-style-image: url("green-caret-sm.png?");
	list-style-position: outside;
	padding-left: 12px;
	padding-bottom: 6px;
	margin-top: 0px;
}


/* DHWP NAVIGATION BLOCK OVERRIDE EXAMPLES **********************************************/

/* Top Level */
/* UL */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container {
    /* background: rgba(0,0,0,0.1); */
	/* font-size: 18px; */
}
/* UL LI */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item {
    /* background: rgba(0,0,0,0.1); */
}
/* UL LI A */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
    /* background: rgba(0,0,0,0.1); */
}

/* 2nd Level */
/* UL LI UL */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container {
	/* background-color: rgba(0,0,0,0.1); */
}
/* UL LI UL LI */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item {
	/* background-color: rgba(0,0,0,0.1);
	margin-bottom: 2px; */
}
/* UL LI UL LI A */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
	/* background-color: rgba(0,0,0,0.1); */
}

/* 3rd Level */
/* UL LI UL LI UL */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container {
	/* background-color: rgba(0,0,0,0.1); */
}
/* UL LI UL LI UL LI */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item  > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item {
	/* background-color: rgba(0,0,0,0.1); */
}
/* UL LI UL LI A */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
	/* background-color: rgba(0,0,0,0.1); */
}

/* 4th Level */
/* UL LI UL LI UL LI UL */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container {
	/* background-color: rgba(0,0,0,0.1); */
}
/* UL LI UL LI UL LI UL LI */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item  > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item {
	/* background-color: rgba(0,0,0,0.1); */
}
/* UL LI UL LI UL LI UL LI A */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
	/* background-color: rgba(0,0,0,0.1); */
}

/* ALL Submenus */
.dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
	/* background: rgba(0,0,0,0.1); */
}
/* All Submenu LIs */
.dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item {
	/* background: rgba(0,0,0,0.1); */
}
/* All Submenu LI As */
.dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
	/* background: rgba(0,0,0,0.1); */
}

/* Horizontal Only use "nav.wp-block-navigation.is-horizontal" Examples: */
/* Align the drop downs to the right side on horizontal navs */
.dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container > li.wp-block-navigation-item.active > ul.wp-block-navigation__submenu-container {
    right: 0;
}
/* Add current menu item marker to horizontal navs, its off by default */
.dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container li.current-menu-item > a {
	/* padding-left: 30px; */
}
.dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container li.current-menu-item > a:before {
    /* content: "\f139";
    font-family:"dashicons";
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 34px;
    height: 100%;
    display: grid;
    align-self: center;
    align-content: center;
    justify-self: center;
    justify-content: center; */
}
/* Text align right on horizontal navs, set width with calc to align right to the pixel */
.dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item > a {
	text-align: right;
	width: calc(100% - 30px);
}

/* Vertical Only use "nav.wp-block-navigation.is-vertical" Examples: */
/* Add background to 2nd level submenut, but only on vertical navs. */
.dhwp-navigation nav.wp-block-navigation.is-vertical > ul.wp-block-navigation__container > li.wp-block-navigation-item > ul.wp-block-navigation__submenu-container {
	/* background: rgba(0,0,0,0.1); */
}

/* Caret */
/* All Caret Background */
.dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item.has-child::after {
	background-color: rgba(0,0,0,0) !important;
}
/* Top Caret Background */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item.has-child::after {
	/* background-color: rgba(0,0,0,0) !important; */
}
/* Caret Icon */
/* Uses Dashicons by Default, change caret to a different Dashicon */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item.has-child::before {
	/* font-family: "dashicons";
	content: "\f140" !important;
	font-size: 26px; */
}
/* Use Material Icons, change caret to a different Material Icon for top level items. */
.dhwp-navigation nav.wp-block-navigation > ul.wp-block-navigation__container > li.wp-block-navigation-item.has-child::before {
	/* font-family: "Material Symbols Outlined" !important;
    content: '\e313' !important;
	font-size: 26px; */
}
/* Use Material Icons, change caret to a different Material Icon for all items. */
.dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container li.wp-block-navigation-item.has-child::before {
	/* font-family: "Material Symbols Outlined" !important;
    content: '\e7cd' !important;
	font-size: 26px; */
}

/* Current Menu Item */
.dhwp-navigation nav.wp-block-navigation.is-vertical ul.wp-block-navigation__container li.current-menu-item > a {
    /* Change CSS attributes about the current menu item. */
    /* padding-left: 28px !important;
    color: red; */
}
/* Use different dashicon to mark current menu item. */
.dhwp-navigation nav.wp-block-navigation.is-vertical ul.wp-block-navigation__container li.current-menu-item > a:before {
    /* content: "\f313";
    font-family:"dashicons"; */
}
/* Use Material Icons, change current menu item marker icon. */
.dhwp-navigation nav.wp-block-navigation.is-vertical ul.wp-block-navigation__container li.current-menu-item > a:before {
    font-family: "Material Symbols Outlined" !important;
    content: '\e866' !important;
	font-size: 20px;
	width: 16px;
}
/* Set a Special Material Icon for the current menu item, but only for the homepage. Horizontal. */
.dhwp-navigation nav.wp-block-navigation.is-vertical ul.wp-block-navigation__container li.current-menu-item > a {
	padding-left: 22px !important;
}
body.home .dhwp-navigation nav.wp-block-navigation.is-vertical ul.wp-block-navigation__container li.current-menu-item > a:before {
    font-family: "Material Symbols Outlined" !important;
    content: '\e88a' !important;
	font-size: 20px;
	width: 20px;
}
body .topbar > div:not(.sub_topbar) .dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container li.current-menu-item a {
	/* color: var(--wp--preset--color--luminous-vivid-orange) !important; */
	color: #b49360 !important;
}
body footer .dhwp-navigation nav.wp-block-navigation.is-vertical ul.wp-block-navigation__container li.current-menu-item a {
	/* color: var(--wp--preset--color--luminous-vivid-orange) !important; */
	color: #b49360 !important;
}

/* Set a Special Material Icon for the Homepage, Horizontal. */
body .topbar > div:not(.sub_topbar) .dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container > li:first-child > a {
	display: grid;
	align-items: top;
	grid-template-columns: auto 1fr;
	column-gap: 5px;
}
body .topbar > div:not(.sub_topbar) .dhwp-navigation nav.wp-block-navigation.is-horizontal ul.wp-block-navigation__container > li:first-child > a:before {
    font-family: "Material Symbols Outlined" !important;
    content: '\e88a' !important;
	font-size: 20px;
	line-height: 26px;
	width: 20px;
	display: inline-block;
}

/* Topbar */
/* Gradient on the topbar */
header.wp-block-template-part .topbar {
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
}
/* Solid background on scroll */
header.wp-block-template-part.is-scrolled {
	background: rgba(0,0,0,0.5) !important;
}
/* Topbar grid */
header.wp-block-template-part .topbar > .wp-block-group {
	display: grid;
	grid-template-columns: auto 1fr auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger {
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 0;
	align-items: center;
	align-content: center;
	justify-items: flex-end;
	height: 100%;
	background: rgba(255,255,255,0.1);
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.4) 100%);
	/* padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 24px;
	padding-right: 40px; */
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger_text {
	grid-row: 1 / span 1;
	grid-column: 2 / span 1;
	color: #fff;
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	justify-self: flex-start;
	text-align: left;
	display: inline-block;
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger {
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	transform: scale(0.6);
	margin-block-start: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	justify-self: flex-end !important;
	padding-right: 0 !important;
	padding-left: 40px !important;
	padding-top: 10px !important;;
	padding-bottom: 10px !important;;
	display: inline-block;
	
}
@media screen and (max-width:782px) {
	header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger_text {
		padding-right: 24px;
	}
	header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger { 
		padding-left: 20px !important;
	}
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger .line {
	height: 3px;
	width: 40px;
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger.is-active .line:nth-child(1) {
	transform: none !important;
	opacity: 1 !important;
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger.is-active .line:nth-child(2) {
	transform: none !important;
	opacity: 1 !important;
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger.is-active .line:nth-child(3) {
	transform: none !important;
	opacity: 1 !important;
}
header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger > div.hamburger_text {
	cursor: pointer;
}

header.wp-block-template-part .topbar > .wp-block-group > div.wp-block-site-logo {
	display: grid;
	width: 100%;
	justify-items: center;
	justify-content: center;
}
@media screen and (max-width:782px) {
	header.wp-block-template-part .topbar > .wp-block-group > div.wp-block-site-logo {
		display: grid;
		width: 80%;
		justify-items: center;
		justify-content: center;
		margin-left: 10%;
		margin-right: 10%;
	}
	header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger > div.hamburger_text {
		display: none;
	}
	header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger div.hamburger { 
		padding-right: 20px !important;
	}
	header.wp-block-template-part .topbar > .wp-block-group > div.cheeseburger {
		background: rgba(255,255,255,0.2);
	}
}

/* Change the HR tag into the text decorator */
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) {
	display: inline;
}
/* Patch center justifcation when using the separator */
.wp-block-group.is-content-justification-center:has( > .wp-block-group.is-layout-flex > hr.wp-block-separator ),
.wp-block-group.is-content-justification-center:has( > hr.wp-block-separator ) {
	text-align: center;
	justify-content: center;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	min-width: 100%;
}
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) h1,
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) h2,
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) h3,
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) h4,
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) h5,
.wp-block-group.is-layout-flex:has(>hr.wp-block-separator) h6 {
	display: inline;
}
.wp-block-separator {
	width: 100%;
	height: 1px;
	background: transparent;
	display: inline-block;
	max-width: 60px;
	margin-left: 6px;
}
.wp-block-separator.is-style-wide {
	height: 2px;
	border: 0 !important;
}
/* Fade on the HR */
hr.wp-block-separator.fade-left {
	-webkit-mask-image: url(gradient-mask-left-1.png);
	mask-image: url(gradient-mask-left-1.png);
	mask-size:cover;
}
hr.wp-block-separator.fade-right {
	-webkit-mask-image: url(gradient-mask-right-1.png);
	mask-image: url(gradient-mask-right-1.png);
	mask-size:cover;
}

/* Tight Fade on the HR */
hr.wp-block-separator.fade-left-tight {
	-webkit-mask-image: url(gradient-mask-left-2.png);
	mask-image: url(gradient-mask-left-2.png);
	mask-size:cover;
}
hr.wp-block-separator.fade-right-tight {
	-webkit-mask-image: url(gradient-mask-right-2.png);
	mask-image: url(gradient-mask-right-2.png);
	mask-size:cover;
}

/* Offcanvas Overrides */
body div.wp-site-blocks {
	z-index: 9;
}.wp-block-group.dh-offcanvas {
	align-items: flex-start;
	padding: 0;
	max-width: 100vw;
	left: -150vw;
	z-index: 10000;
}
.wp-block-group.dh-offcanvas.is-active, 
body.dh-offcanvas.is-active {
    display: inline-grid;
    grid-template-columns: 1fr;
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    align-items: flex-start;
    justify-items: center;
    height: 100vh;
    width: auto;
	min-width: 25vw;
	max-width: 75vw !important;
    visibility: visible;
    z-index: 11;
	/* backdrop-filter: none !important;
	background-color: #fff !important; */
}

body .dh-offcanvas > .wp-block-group {
	max-width: 94vw !important;
}
body .dh-offcanvas > .wp-block-group > .mobile-navigation nav {
	padding-left: 10px !important;
	padding-right: 20px !important;
}

/* Fix for overflow */
.dh-offcanvas .mobile-accordion nav.wp-block-navigation {
	box-sizing: border-box;
	position: relative;
}
body .dh-offcanvas > .wp-block-group > .mobile-navigation nav.wp-block-navigation > ul.wp-block-navigation__container {
	box-sizing: border-box;
	width: auto !important;
	max-width: 100%;
	left: 0;
}

/* clone into the offcanvas with jquery */
body > .hamburger {
	width: 0;
	height: 0;
	overflow: hidden;
}
/* clone styles */
.dh-offcanvas .hamburger {
	position: absolute;
	top: 30px;
	right: 30px;
	transform: scaleX(0.8);
}
.dh-offcanvas .hamburger .line {
	background-color: #b28453 !important;
}
.dh-offcanvas #hamburger-a .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg) !important;
}
.dh-offcanvas #hamburger-a .line:nth-child(2) {
    opacity: 0 !important;
}
.dh-offcanvas #hamburger-a .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}
.mobile-accordion {
	display: none;
}
@media screen and (max-width:782px) {
	body .topbar {
		padding-left: 0px !important;
		padding-right: 10px !important;
	}
	body .wp-block-group.dh-offcanvas.is-active, body.dh-offcanvas.is-active {
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
	}
	.wp-block-group.dh-offcanvas.is-active > .wp-block-group {
		grid-template-columns: 1fr;
		width: calc(100% - 40px);
		margin-left: 0;
		margin-right: auto;
		justify-self: flex-start;
	}
	.wp-block-group.dh-offcanvas.is-active > .wp-block-group::before {
		display: none;
	}
	.mobile-accordion {
		display: block;
	}
	.dh-offcanvas .lvl1_wrapper,
	.dh-offcanvas .lvl2_wrapper,
	.dh-offcanvas .lvl3_wrapper {
		display: none;
	}
	body .dh-offcanvas > .wp-block-group > .mobile-navigation .mobile-accordion > nav:before {
		background: none !important;
	}
}
@media screen and (max-height:600px) {
	body .wp-block-group.dh-offcanvas.is-active, body.dh-offcanvas.is-active {
		min-width: 100vw;
		max-width: 100vw;
		width: 100vw;
	}
	.wp-block-group.dh-offcanvas.is-active > .wp-block-group {
		grid-template-columns: 1fr;
		width: calc(100% - 40px);
		margin-left: 0;
		margin-right: auto;
		justify-self: flex-start;
	}
	.wp-block-group.dh-offcanvas.is-active > .wp-block-group::before {
		display: none;
	}
	.mobile-accordion {
		display: block;
	}
	.dh-offcanvas .lvl1_wrapper,
	.dh-offcanvas .lvl2_wrapper,
	.dh-offcanvas .lvl3_wrapper {
		display: none;
	}
	body .dh-offcanvas > .wp-block-group > .mobile-navigation .mobile-accordion > nav:before {
		background: none !important;
	}
}

/* Footer Overrides */
.wp-block-social-links .wp-block-social-link.wp-social-link {
	background: none !important;
}
body :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	border: none !important;
	
}
body :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link .wp-block-social-link-anchor {
	padding: 0 !important;
	margin-top: 20px !important;
	margin-left: -6px;
}
body :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link .wp-block-social-link-anchor svg {
	width: 56px;
	height: 56px;
	fill: #8dad97 !important;
}
body :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link .wp-block-social-link-anchor:hover svg {
	fill: #fff !important;
}
.dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content {
	color: #d4ffe1;
}
.dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
	color: #2f7456 !important;
}
footer .dhwp-navigation nav.wp-block-navigation ul.wp-block-navigation__container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
	color: white !important;
}
@media screen and (max-width:996px) {
	footer > .wp-block-group > .wp-block-columns {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
		justify-items: center;
		justify-content: center;
	}
	footer > .wp-block-group > .wp-block-columns > .wp-block-column {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
		justify-items: center;
		justify-content: center;
	}
}
@media screen and (max-width:782px) {
	footer > .wp-block-group > .wp-block-columns > .wp-block-column > .wp-block-columns {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width:600px) {
	footer > .wp-block-group > .wp-block-columns > .wp-block-column > .wp-block-columns {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr 1fr;
	}
}

/* Tile Grid */
.wp-block-group.tile-grid {
	display: inline-grid;
	/* grid-template-columns: 1fr 1fr 1fr 1fr; */
	width: 100%;
}
/* Make the link take up the whole tile */
.wp-block-group.tile-grid .wp-block-cover {
	position: relative;
	padding: 0;
}
.wp-block-group.tile-grid .wp-block-cover .wp-block-cover__inner-container {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.wp-block-group.tile-grid .wp-block-cover > img {
	transform: scale(1);
	transition: all .3s ease;
}
.wp-block-group.tile-grid .wp-block-cover:hover > img {
	transform: scale(1.4);
}
.wp-block-group.tile-grid .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.wp-block-group.tile-grid .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: none !important;
	width: 100%;
	height: 100%;
}
.wp-block-group.tile-grid .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: transparent !important;
	border: none;
	display: grid;
	padding: 20px;
	align-items: flex-end;
	align-content: flex-end;
	/* justify-items: flex-end;
	justify-content: flex-end; */
	border: 0 !important;
}
.wp-block-group.tile-grid .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link:after {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("assets/images/green-gradient-1.png") 50% 50% no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .3s ease;
}
.wp-block-group.tile-grid .wp-block-cover:hover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link:after {
	opacity: 1;
}
.wp-block-group.tile-grid.right-button .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link {
	justify-items: flex-end;
	justify-content: flex-end;
}
/* Apply the visible button styles to the mark element */
.wp-block-group.tile-grid .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link mark {
	position: relative;
	z-index: 2;
	display: inline-block;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
	height: auto;
	background-color: rgba(142,173,151,0.67) !important;
	border: 1px solid #fff;
	padding: 16px 16px;
	transition: all .3s ease;
}
.wp-block-group.tile-grid.right-button .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link mark {
	display: inline-block;
	box-sizing: border-box;
	width: 240px;
	max-width: 80%;
	justify-self: flex-end;
	margin: 0 auto;
	height: auto;
	background-color: rgba(142,173,151,0.67) !important;
	border: 1px solid #fff;
	padding: 16px 16px;
	transition: all .3s ease;
}
.wp-block-group.tile-grid .wp-block-cover:hover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a.wp-block-button__link mark {
	background-color: #2f7456 !important;
}
@media screen and (max-width:996px) {
	.wp-block-group.tile-grid {
		display: inline-grid;
		width: 100%;
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width:782px) {
	.wp-block-group.tile-grid {
		display: inline-grid;
		width: 100%;
		grid-template-columns: 1fr !important;
	}
}

/* Homepage banner Smart Slider overrides */
.n2-ss-slider .n2-ss-layer.homepage-banner .n2-ss-item-content::before {
	content: "";
	width: calc(calc(100vw - 1920px) / 2);
	background: rgba(0,0,0,0.5);
	height: 107px;
	position: absolute;
	left: calc(calc(100vw - 1920px) / -2);
}
.n2-ss-slider .n2-ss-layer.homepage-banner .n2-ss-item-content:after {
	content: "";
	width: calc(1920px - 400px);
	height: 2px;
	background: #94ac9b;
	position: absolute;
	z-index: 5;
	bottom: 32px;
	left: calc(100% + 50px);
}
.n2-ss-slider .n2-ss-layer.homepage-banner p {
	font-size: 36px !important;
}

@media screen and (max-width:1920px) {
	.n2-ss-slider .n2-ss-layer.homepage-banner .n2-ss-item-content:after {
		content: "";
		width: calc(100vw - 490px);
		height: 2px;
		background: #94ac9b;
		position: absolute;
		z-index: 5;
		bottom: 32px;
		left: calc(100% + 50px);
	}
}
@media screen and (max-width:1200px) {
	.n2-ss-slider .n2-ss-layer.homepage-banner p {
		font-size: 32px !important;
	}
	.n2-ss-slider .n2-ss-layer.homepage-banner .n2-ss-item-content:after {
		content: "";
		width: calc(100vw - 490px);
		height: 2px;
		background: #94ac9b;
		position: absolute;
		z-index: 5;
		bottom: 28px;
		left: calc(100% + 50px);
	}
}
@media screen and (max-width:782px) {
	.n2-ss-slider .n2-ss-layer.homepage-banner p {
		font-size: 24px !important;
	}
	.n2-ss-slider .n2-ss-layer.homepage-banner p {
		width: 220px;
		max-width: 220px !important;
	}
	.n2-ss-slider .n2-ss-layer.homepage-banner .n2-ss-item-content:after {
		content: "";
		width: calc(100vw - 300px);
		height: 2px;
		background: #94ac9b;
		position: absolute;
		z-index: 5;
		bottom: 25px;
		left: 290px;
	}
}

/* Homepage Post Slider */
.wp-block-group.post-slider .wp-block-buttons .wp-block-button:nth-child(2) a.wp-block-button__link img {
	transform: translateY(6px);
}

.wp-block-group.post-slider .wp-block-query.post-slider {
	padding-left: 0px;
	padding-right: 0px;
}

.wp-block-group.post-slider .wp-block-query.post-slider > ul.wp-block-post-template {
	/* width: 100%; */
	height: auto;
	overflow: hidden;
	position: relative;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
}
.wp-block-group.post-slider .wp-block-query.post-slider > ul.wp-block-post-template > li.wp-block-post {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease;
}
.wp-block-group.post-slider .wp-block-query.post-slider > ul.wp-block-post-template > li.wp-block-post.active {
	opacity: 1;
	z-index: 99;
}
.wp-block-group.post-slider .wp-block-query.post-slider > ul.wp-block-post-template > li.wp-block-post:nth-child(1) {
	width: 100%;
}

/* Gravity Forms Overrides */
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	background: #8dad96;
	border: 1px solid #95a698;
	border-radius: 0;
	color: #fff;
	padding: 12px 40px;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: normal !important;
	font-weight: 300 !important;
}

/* Gutter fill patch */
.fill-gutter-right::after {
	position: absolute;
	content: "";
	width: calc(calc(100vw - 1800px) / 2);
	height: 100%;
	left: 100%;
	top: 0;
	background: #f6f6f6;
}

/* 10Web Masonry Overrides */
body .bwg-container-0.bwg-masonry-thumbnails .bwg-item1 img {
	opacity: 1 !important;
}
div[id^=bwg_container].bwg_container .bwg-a > div {
	opacity: 1 !important;
}
body .bwg_thumbnails_masonry .bwg-masonry-thumbnails {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body .bwg-item0:hover {
	z-index: 49 !important;
	position: initital;
}

/* Product Page */

/* Product Page Hero */
.wp-block-group.product-hero {

}
.wp-block-group.product-hero .wp-block-cover {

}
.wp-block-group.product-hero .wp-block-cover .wp-block-cover__inner-container {

}

.wp-block-group.product-hero .wp-block-cover .wp-block-cover__inner-container .wp-block-group.alignwide {

}
.product-hero-grid {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;

}
.product-hero-grid .product-hero-grid-title {
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}
.product-hero-grid .product-hero-grid-image {
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
}
.product-hero-grid .product-hero-grid-chrome {
	grid-column: 3 / span 1;
	grid-row: 1 / span 1;
}

.product-hero-grid .product-hero-grid-title > .wp-block-group {
	display: inline-grid !important;
	grid-template-columns: auto 1fr;
	align-items: flex-end;
}

@media screen and (max-width:782px) {
	.product-hero-grid {
		display: grid !important;
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;

	}
	.product-hero-grid .product-hero-grid-title {
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
	}
	.product-hero-grid .product-hero-grid-image {
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}
	.product-hero-grid .product-hero-grid-chrome {
		display: none;
	}
}

/* Product Page Sticky Subnav */
#product-subnav-sticky-wrapper {
	z-index: 99;
}
#product-subnav-sticky-wrapper > .wp-block-group.product-subnav {
	max-width: calc(100% - 100px);
	box-sizing: border-box;
	transition: background-color .3s ease;
}
#product-subnav-sticky-wrapper.is-sticky > .wp-block-group.product-subnav {
	background-color: rgba(0, 0, 0, 0.8);
	/* background-color: rgba(47,116,86,0.7); */
	backdrop-filter: blur(20px);
	position: fixed !important;
	clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 50px 100%);
	width: 600px;
	max-width: 600px;
	margin-left: calc(50% - calc(calc(100vw - 1800px) / 2) - 300px);
	z-index: 1 !important;
}
@media screen and (max-width: 1880px) {
	#product-subnav-sticky-wrapper.is-sticky > .wp-block-group.product-subnav {
		
		margin-left: calc(50vw - 340px);
	}
}
#product-subnav-sticky-wrapper.is-sticky > .wp-block-group.product-subnav .wp-block-buttons {
	width: 600px;
	max-width: 600px;
}
#product-subnav-sticky-wrapper.is-sticky > .wp-block-group.product-subnav .wp-block-buttons .wp-block-button .wp-block-button__link {
	color: white !important;
	font-size: 14px;
	text-decoration: none !important;
}
@media screen and (max-width: 782px) {
	body #product-subnav-sticky-wrapper.is-sticky {
		position: relative !important;
		height: auto !important;
		top: 0 !important;
	}
	body #product-subnav-sticky-wrapper.is-sticky > .wp-block-group.product-subnav {
		position: relative !important;
		height: auto !important;
		background-color: transparent !important;
		color: #247857 !important;
		top: 0 !important;
		backdrop-filter: none !important;
	}
	body #product-subnav-sticky-wrapper.is-sticky > .wp-block-group.product-subnav .wp-block-buttons .wp-block-button .wp-block-button__link {
		color: #247857 !important;
		font-size: 14px;
		text-decoration: none !important;
	}
}

/* Product Tile Grid */
.wp-block-group.product-tile-grid {

}
/* Grid */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid {
	display: grid;
	width: 100%;
	box-sizing: border-box;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 6px;
	row-gap: 6px;
}
/* Item */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid > .wp-block-group {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: 1fr;
	row-gap: 0;
}
/* Image */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid > .wp-block-image {
	position: relative;
	z-index: 1;
}
/* Buttons */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons {
	margin-top: 0px;
}
/* Button */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons .wp-block-button {
	
}
/* Link */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons .wp-block-button .wp-block-button__link {
	padding-top: 0;
	margin-top: 0;
}
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons .wp-block-button .wp-block-button__link mark {
	font-size: 30px !important;
	transform: translateY(2px) translateX(4px);
	/* transform: translateX(4px); */
	display: inline-block;
}

/* Pseudo elment holds the link open for the whole tile */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons .wp-block-button .wp-block-button__link::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .3s ease;
}
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons .wp-block-button .wp-block-button__link:hover::before {
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.2);
}
/* Mark */
.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid .wp-block-buttons .wp-block-button .wp-block-button__link mark {
	position: relative;
}
@media screen and (max-width:996px) {
	.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid {
		grid-template-columns: 1fr 1fr;
	}
}
/* @media screen and (max-width:782px) {
	.wp-block-group.product-tile-grid .wp-block-group.is-layout-grid {
		grid-template-columns: 1fr;
	}
} */