/**
Theme Name: DelawareBounty
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delawarebounty
Template: astra
*/

.db-listing-single {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1.25rem 4rem;
}

.db-listing-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 3rem;
	align-items: center;
	margin-bottom: 3rem;
}

.db-listing-hero-text {
	max-width: 680px;
}

.db-listing-type {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5a6270;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.db-listing-title {
	margin: 1rem 0 0;
	font-size: clamp(2.8rem, 6vw, 4.6rem);
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.db-listing-intro {
	max-width: 34rem;
}

.db-listing-intro p,
.db-listing-excerpt {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.7;
	color: #4a5362;
}

.db-listing-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
}

.db-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
}

.db-badge img {
	display: block;
	height: 64px;
	width: auto;
}

.db-badge-text {
	padding: 0.6rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 0.92rem;
	font-weight: 700;
	color: #394252;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.db-listing-hero-media {
	position: relative;
}

.db-listing-hero-media img,
.db-listing-featured-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 26px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	border: 6px solid rgba(255, 255, 255, 0.7);
}

.db-listing-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 2rem;
	align-items: start;
}

.db-card {
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 22px;
	padding: 1.4rem;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.db-card h2 {
	margin-top: 0;
	margin-bottom: 0.9rem;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.db-term-list {
	margin: 0;
	padding-left: 1.2rem;
}

.db-listing-contact p,
.db-rich-text p,
.db-card li {
	color: #4a5362;
	line-height: 1.7;
}

.db-rich-text p {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.db-spacing-sm {
	margin-top: 0.75rem;
}

.db-spacing-md {
	margin-top: 1.5rem;
}

.db-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}

.db-gallery-item {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.db-gallery-item img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 14px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.db-gallery-item:hover img {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

body.db-lightbox-open {
	overflow: hidden;
}

.db-gallery-lightbox[hidden] {
	display: none;
}

.db-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.db-gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 14, 24, 0.82);
	backdrop-filter: blur(3px);
}

.db-gallery-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	width: min(92vw, 1200px);
	height: 100vh;
	margin: 0 auto;
	padding: 2rem 0;
}

.db-gallery-lightbox__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.db-gallery-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 4rem);
	width: auto;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
	background: #fff;
}

.db-gallery-lightbox__close,
.db-gallery-lightbox__nav {
	appearance: none;
	border: 0;
	background: rgba(255, 255, 255, 0.92);
	color: #152039;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.db-gallery-lightbox__close {
	position: absolute;
	top: 1.5rem;
	right: 0;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	font-size: 1.9rem;
	line-height: 1;
}

.db-gallery-lightbox__nav {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	font-size: 2rem;
	line-height: 1;
}

@media (max-width: 900px) {
	.db-listing-single {
		padding: 2rem 1rem 3rem;
	}

	.db-listing-hero,
	.db-listing-grid {
		grid-template-columns: 1fr;
	}

	.db-listing-hero {
		gap: 1.5rem;
		align-items: start;
	}

	.db-listing-hero-media {
		order: -1;
	}

	.db-listing-title {
		font-size: clamp(2.4rem, 10vw, 3.4rem);
	}

	.db-listing-intro p,
	.db-listing-excerpt {
		font-size: 1.05rem;
	}
}

@media (max-width: 700px) {
	.db-gallery-lightbox__dialog {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 0.75rem;
		width: min(94vw, 94vw);
		padding: 4.5rem 0 1.5rem;
	}

	.db-gallery-lightbox__nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.db-gallery-lightbox__nav--prev {
		left: 0.5rem;
	}

	.db-gallery-lightbox__nav--next {
		right: 0.5rem;
	}

	.db-gallery-lightbox__image {
		max-height: calc(100vh - 7rem);
	}
}

.db-directory-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.25rem 4rem;
}

.db-directory-hero {
	margin-bottom: 2rem;
}

.db-directory-hero__inner {
	max-width: 760px;
}

.db-directory-eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6a7382;
}

.db-directory-title {
	margin: 0;
	font-size: clamp(2.8rem, 6vw, 4.6rem);
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.db-directory-intro {
	margin: 1rem 0 0;
	max-width: 42rem;
	font-size: 1.15rem;
	line-height: 1.75;
	color: #4a5362;
}

.db-directory-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.db-directory-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.db-directory-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.db-directory-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.db-directory-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.db-directory-card__body {
	padding: 1.1rem 1.1rem 1.25rem;
}

.db-directory-card__type {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5a6270;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
	margin-bottom: 0.8rem;
}

.db-directory-card__title {
	margin: 0 0 0.6rem;
	font-size: 1.6rem;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.db-directory-card__excerpt {
	margin: 0;
	color: #4a5362;
	line-height: 1.7;
}

.db-directory-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.db-directory-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: #f3f5f8;
	font-size: 0.78rem;
	font-weight: 700;
	color: #394252;
}

.db-directory-card__cta {
	display: inline-block;
	margin-top: 1rem;
	font-weight: 700;
	color: #1f3c6d;
}

.db-directory-pagination {
	margin-top: 2rem;
}

.db-directory-empty {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 22px;
	padding: 2rem;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

@media (max-width: 700px) {
	.db-directory-page {
		padding: 1.5rem 1rem 3rem;
	}

	.db-directory-title {
		font-size: clamp(2.3rem, 10vw, 3.4rem);
	}

	.db-directory-intro {
		font-size: 1.02rem;
	}
}

/* Compact print-inspired directory */
.db-directory-page--compact .db-directory-content {
	margin-top: 2rem;
}

.db-directory-table {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.db-directory-table__head,
.db-directory-row__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(180px, 1fr) minmax(0, 1.25fr) 110px;
	align-items: start;
}

.db-directory-table__head {
	background: rgba(186, 116, 72, 0.15);
	border-bottom: 1px solid rgba(120, 88, 70, 0.12);
}

.db-directory-table__col {
	padding: 0.85rem 1rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6a5d57;
}

.db-directory-row {
	border-top: 1px solid rgba(120, 88, 70, 0.18);
}

.db-directory-row:first-child {
	border-top: 0;
}

.db-directory-row:nth-child(even) {
	background: rgba(212, 198, 178, 0.22);
}

.db-directory-row__cell {
	padding: 0.95rem 1rem;
	min-width: 0;
}

.db-directory-row__cell--map {
	border-left: 1px solid rgba(120, 88, 70, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.db-directory-row__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.db-directory-row__title a {
	color: #5f0f3c;
	text-decoration: none;
}

.db-directory-row__title a:hover {
	text-decoration: underline;
}

.db-directory-row__type {
	margin-top: 0.35rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7a7670;
}

.db-directory-row__subtext,
.db-directory-row__contact-line,
.db-directory-row__details-text {
	color: #6a625f;
	line-height: 1.5;
	font-size: 0.95rem;
}

.db-directory-row__subtext {
	margin-top: 0.45rem;
}

.db-directory-row__contact-line + .db-directory-row__contact-line,
.db-directory-row__details-text div + div {
	margin-top: 0.2rem;
}

.db-directory-row__contact-line a {
	color: #6a625f;
	text-decoration: none;
}

.db-directory-row__contact-line a:hover {
	text-decoration: underline;
}

.db-directory-row__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.55rem;
}

.db-directory-row__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	font-size: 0.72rem;
	font-weight: 700;
	color: #4f5663;
}

.db-directory-row__map-chip {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.db-directory-row__map-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7a7670;
}

.db-directory-row__map-number {
	margin-top: 0.1rem;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1;
	color: #8a1d59;
}

@media (max-width: 980px) {
	.db-directory-table__head {
		display: none;
	}

	.db-directory-row__grid {
		grid-template-columns: 1fr;
	}

	.db-directory-row__cell {
		padding: 0.65rem 1rem;
	}

	.db-directory-row__cell--map {
		border-left: 0;
		justify-content: flex-start;
		padding-top: 0;
	}
}

.db-directory-row__subtext {
	font-size: 0.85rem;
	color: #7a7670;
}

.db-directory-row__details-text {
	font-size: 0.9rem;
}

.db-directory-row__contact-line {
	font-size: 0.9rem;
}

.db-directory-row {
	cursor: pointer;
}

.db-directory-row {
	cursor: pointer;
}

.db-directory-row:hover {
	background: rgba(255, 255, 255, 0.65);
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.04);
	transition: all 0.15s ease;
}

.db-directory-row:focus {
	outline: 2px solid rgba(95, 15, 60, 0.35);
	outline-offset: -2px;
}

.listing-website a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.icon-globe svg {
	width: 16px;
	height: 16px;
	opacity: 0.75;
}

.listing-website a:hover .icon-globe svg {
	opacity: 1;
}

.listing-website {
	margin-top: 0.75rem;
}

.listing-website strong {
	display: block;
	margin-bottom: 0.2rem;
}

.listing-website a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	word-break: break-word;
}

.icon-globe {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

.icon-globe svg {
	width: 16px;
	height: 16px;
	opacity: 0.75;
	flex: 0 0 auto;
}

.listing-website a:hover .icon-globe svg {
	opacity: 1;
}

/* Prevent header menu links from showing temporary strike/underline states */
.main-header-menu a,
.main-header-menu a:link,
.main-header-menu a:visited,
.main-header-menu a:hover,
.main-header-menu a:focus,
.main-header-menu a:active,
.ast-builder-menu-1 .menu-link,
.ast-builder-menu-1 .menu-link:link,
.ast-builder-menu-1 .menu-link:visited,
.ast-builder-menu-1 .menu-link:hover,
.ast-builder-menu-1 .menu-link:focus,
.ast-builder-menu-1 .menu-link:active {
	text-decoration: none !important;
	box-shadow: none !important;
}

.main-header-menu a:focus,
.ast-builder-menu-1 .menu-link:focus {
	outline: none;
}

/* =========================
   Delaware Bounty Map
   ========================= */

.db-map-page {
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 1rem 4rem;
}

.db-map-page__intro {
	max-width: 800px;
	margin: 0 auto 1.5rem;
}

.db-map-page__title {
	margin: 0;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.db-map-page__text {
	margin: 0.9rem 0 0;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #4a5362;
}

.db-directory-map-embed {
	max-width: 1200px;
	margin: 0 auto 2rem;
	padding: 0 1rem;
}

.db-map-block {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.db-map-block--compact {
	max-width: 1100px;
}

.db-map-toolbar {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.db-map-control {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 14px;
	appearance: none;
	background: rgba(255, 255, 255, 0.96);
	color: #253047;
	font-size: 0;
	line-height: 0;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.db-map-control::before {
	content: "+";
	display: block;
	font-size: 1.9rem;
	line-height: 1;
	font-weight: 700;
	transform: translateY(-1px);
}

.db-map-control[data-map-zoom-out]::before {
	content: "\2212";
	transform: translateY(-2px);
}

.db-map-control:hover {
	transform: translateY(-1px);
}

.custom-map-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 18px;
	background: #f4efe7;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.custom-map-viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: default;
}

.js-db-map.is-draggable .custom-map-viewport {
	cursor: grab;
}

.js-db-map.is-dragging .custom-map-viewport {
	cursor: grabbing;
}

.custom-map-stage {
	position: relative;
	transform-origin: top left;
	will-change: transform;
}

.custom-map-container {
	position: relative;
	width: 100%;
	user-select: none;
}

.custom-map-image {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
	user-select: none;
}

.custom-map-image--medium {
	position: relative;
	z-index: 0;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.18s ease;
}

.custom-map-image--large {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0s linear 0.18s;
}

.js-db-map.is-high-res .custom-map-image--medium {
	opacity: 0;
	visibility: hidden;
}

.js-db-map.is-high-res .custom-map-image--large {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.map-marker {
	width: 40px;
	height: 40px;
	position: absolute;
	transform: translate(-50%, -100%) scale(var(--map-marker-scale, 1));
	transform-origin: 50% 100%;
	cursor: pointer;
	text-decoration: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.map-marker--listing {
	background-image: url('/wp-content/uploads/2026/04/beet-icon.png');
}

.map-marker--market {
	background-image: url('/wp-content/uploads/2026/04/Farmers-Market-icon-1.png');
}

.marker-dot {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 2px;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.map-marker--market .marker-dot {
	color: #000000;
	top: 80%;
}

.marker-number {
	display: inline-block;
	transform: translateY(-0.5px);
}

@media (max-width: 782px) {
	.db-map-toolbar {
		top: 0.75rem;
		right: 0.75rem;
	}

	.db-map-control {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.db-directory-map-embed {
		padding: 0;
	}
}
