@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap');

/**
 * BikerHound Theme
 * Version 2026
 */

:root {
	--bh-bg: #0d0d0d;
	--bh-panel: #171717;
	--bh-panel2: #222;
	--bh-orange: #d96b1d;
	--bh-text: #ececec;
	--bh-muted: #9c9c9c;
	--bh-border: #323232;
}

html,
body {
	margin: 0;
	background: #050505;
	color: var(--bh-text);
	font: 14px/1.5 "Segoe UI", Arial, sans-serif;
}

/* ==========================================================
   GLOBAL LAYOUT
========================================================== */

#wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#content_section {
	width: calc(100% - 48px);
	max-width: 1800px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}

#content_section #main_content_section {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}

#content_section .frame {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

/* ==========================================================
   BIKERHOUND PREMIUM HEADER
========================================================== */

#bh-header {
	position: relative;
	z-index: 100;
	padding-top: 24px;
	background: linear-gradient(180deg, rgba(22,22,22,.98), rgba(8,8,8,.98));
	border-bottom: 1px solid #343434;
	box-shadow: 0 8px 30px rgba(0,0,0,.45);
}

.bh-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(1700px, calc(100% - 48px));
	min-height: 48px;
	margin: 0 auto;
	padding-left: 340px;
	box-sizing: border-box;
}

.bh-logo {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 400px;
}

.bh-logo a {
	display: block;
	text-decoration: none;
}

.bh-logo img {
	display: block;
	width: 400px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0,0,0,.75));
}

.bh-header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	min-width: 0;
	height: 54px;
}

.bh-header-search {
	display: flex;
	align-items: center;
	width: 370px;
	height: 46px;
	margin-right: 22px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(35,32,29,.82), rgba(5,5,5,.96)),
		#080808;
	border: 1px solid #4a4037;
	border-radius: 5px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 5px rgba(0,0,0,.9),
		0 0 0 1px rgba(0,0,0,.75),
		0 5px 14px rgba(0,0,0,.38);
}

.bh-header-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 18px;
	background: transparent;
	border: 0;
	outline: 0;
	color: #d8d8d8;
	font: inherit;
	font-size: .92rem;
}

.bh-header-search input::placeholder {
	color: #88837f;
}

.bh-header-search button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 100%;
	padding: 0;
	background:
		linear-gradient(180deg, #201d1a, #0b0a09);
	border: 0;
	border-left: 1px solid #4a4037;
	color: #ddd;
	cursor: pointer;
	font-size: 0;
	box-shadow:
		inset 1px 0 0 rgba(255,255,255,.035),
		inset 0 1px 0 rgba(255,255,255,.035);
	transition: .18s ease;
}

.bh-header-search button span {
	display: none;
}

.bh-header-search button::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 3px solid #b7a899;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.08),
		0 0 0 1px #4b2c18,
		0 0 4px rgba(217,107,29,.28);
}

.bh-header-search button::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 3px;
	margin: 13px 0 0 13px;
	background:
		linear-gradient(90deg, #b7a899 0%, #d96b1d 100%);
	border-radius: 2px;
	box-shadow: 0 1px 1px #000;
	transform: rotate(45deg);
	transform-origin: left center;
}

.bh-header-search button:hover {
	background:
		linear-gradient(180deg, #332116, #15100c);
}

.bh-header-search button:hover::before {
	border-color: #d96b1d;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.08),
		0 0 0 1px #6d3518,
		0 0 7px rgba(217,107,29,.45);
}

.bh-header-search button:hover::after {
	background: #d96b1d;
}

.bh-header-actions {
	display: flex;
	align-items: stretch;
	height: 54px;
	gap: 0;
	flex-shrink: 0;
}

.bh-header-action,
.bh-header-profile,
.bh-header-login,
.bh-header-register {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 54px;
	margin: 0;
	padding: 0 22px;
	background:
		linear-gradient(180deg, rgba(30,28,26,.55), rgba(8,8,8,.45));
	border: 0;
	border-radius: 0;
	color: #ddd;
	text-decoration: none;
	box-shadow:
		inset 1px 0 0 rgba(255,255,255,.025),
		inset 0 -1px 0 rgba(0,0,0,.85);
	transition:
		background .18s ease,
		color .18s ease;
}

.bh-header-action:hover,
.bh-header-profile:hover,
.bh-header-login:hover {
	background:
		linear-gradient(180deg, rgba(85,48,25,.34), rgba(21,13,9,.58));
	color: #fff;
}

.bh-header-action-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 30px;
	overflow: visible;
	font-size: 0;
	line-height: 1;
}

/* Alerts bell */
.bh-header-action[href*="showalerts"] .bh-header-action-icon::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	width: 18px;
	height: 19px;
	background:
		linear-gradient(
			180deg,
			#d8c6b4 0%,
			#a89684 24%,
			#71665c 58%,
			#4b423b 100%
		);
	border: 2px solid #a8541e;
	border-radius: 10px 10px 4px 4px;
	box-shadow:
		inset 1px 1px 0 rgba(255,255,255,.18),
		inset -1px -1px 0 rgba(0,0,0,.45),
		0 0 0 1px #2b211b,
		0 2px 3px rgba(0,0,0,.75);
}

.bh-header-action[href*="showalerts"] .bh-header-action-icon::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 21px;
	width: 22px;
	height: 4px;
	background:
		linear-gradient(90deg, #914719, #d96b1d 50%, #914719);
	border: 1px solid #5c2c12;
	border-radius: 4px;
	box-shadow:
		9px 6px 0 -7px #c9b7a7,
		0 1px 2px rgba(0,0,0,.8);
}

/* Messages envelope */
.bh-header-action[href*="action=pm"] .bh-header-action-icon::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 5px;
	width: 24px;
	height: 19px;
	background:
		linear-gradient(
			180deg,
			#d8c6b4 0%,
			#a99583 28%,
			#716459 62%,
			#4a4139 100%
		);
	border: 2px solid #a8541e;
	border-radius: 2px;
	box-shadow:
		inset 1px 1px 0 rgba(255,255,255,.18),
		inset -1px -1px 0 rgba(0,0,0,.4),
		0 0 0 1px #2b211b,
		0 2px 3px rgba(0,0,0,.75);
}

.bh-header-action[href*="action=pm"] .bh-header-action-icon::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 18px;
	height: 18px;
	border-right: 2px solid #5b2c15;
	border-bottom: 2px solid #5b2c15;
	box-shadow:
		1px 1px 0 rgba(217,107,29,.35);
	transform: rotate(45deg);
}

.bh-header-action:hover .bh-header-action-icon::before {
	border-color: #d96b1d;
	box-shadow:
		inset 1px 1px 0 rgba(255,255,255,.2),
		inset -1px -1px 0 rgba(0,0,0,.4),
		0 0 0 1px #3a2519,
		0 0 8px rgba(217,107,29,.35);
}

.bh-header-action-label {
	color: #e2e2e2;
	font-size: .94rem;
	font-weight: 700;
	white-space: nowrap;
	text-shadow: 0 1px 2px #000;
}

.bh-header-action-count {
	position: absolute;
	top: -3px;
	right: 6px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	background:
		linear-gradient(180deg, #f28a36, #b94d11);
	border: 2px solid #17110d;
	border-radius: 50%;
	color: #fff;
	font-size: .68rem;
	font-weight: 800;
	line-height: 1;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.25),
		0 2px 5px rgba(0,0,0,.65);
	box-sizing: content-box;
}

.bh-header-profile-menu {
	position: relative;
	display: flex;
	align-items: stretch;
	height: 54px;
}

.bh-header-profile {
	min-height: 54px;
	padding: 0 18px 0 16px;
	background:
		linear-gradient(180deg, rgba(30,28,26,.58), rgba(8,8,8,.5));
	border: 0;
	border-left: 1px solid #40372f;
	color: #ddd;
	font: inherit;
	cursor: pointer;
	box-shadow:
		inset 1px 0 0 rgba(255,255,255,.03),
		inset 0 -1px 0 rgba(0,0,0,.8);
}

#profile_menu_top::after {
	display: none !important;
	content: none !important;
}

.bh-header-profile-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 9px;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	transform: rotate(45deg) translateY(-2px);
	transition:
		transform .2s ease,
		border-color .2s ease;
}

.bh-header-profile.open .bh-header-profile-arrow {
	border-color: var(--bh-orange);
	transform: rotate(225deg) translate(-1px, -1px);
}

.bh-header-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	overflow: hidden;
	background:
		linear-gradient(180deg, #302a25, #111);
	border: 2px solid #8d5128;
	border-radius: 50%;
	box-shadow:
		inset 0 0 0 2px #1b1b1b,
		inset 0 1px 0 rgba(255,255,255,.15),
		0 0 0 1px #3a2b21,
		0 3px 8px rgba(0,0,0,.5);
}

.bh-header-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-header-avatar-fallback {
	color: var(--bh-orange);
	font-size: 22px;
}

.bh-header-profile-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.15;
	text-align: left;
}

.bh-header-profile-text strong {
	color: #f1f1f1;
	font-size: .9rem;
	font-weight: 800;
	text-shadow: 0 1px 2px #000;
}

.bh-header-profile-text small {
	margin-top: 4px;
	color: #929292;
	font-size: .67rem;
	font-weight: 500;
}

#profile_menu.bh-profile-dropdown.top_menu {
	position: absolute !important;
	top: calc(100% + 12px) !important;
	right: 18px !important;
	left: auto !important;
	z-index: 99999;
	display: none;
	width: 320px;
	min-width: 320px;
	margin: 0 !important;
	padding: 16px 18px;
	overflow: visible;
	background: linear-gradient(180deg, #202020, #111);
	border: 1px solid #444;
	border-radius: 8px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.04),
		0 18px 40px rgba(0,0,0,.65);
	box-sizing: border-box;
	transform: none !important;
}

#profile_menu.bh-profile-dropdown.top_menu.visible {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

#profile_menu.bh-profile-dropdown.top_menu::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 46px;
	width: 10px;
	height: 10px;
	background: #202020;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	transform: rotate(45deg);
}

#profile_menu,
#profile_menu * {
	box-sizing: border-box;
}

#profile_menu .profile_user_avatar {
	float: left !important;
	width: 54px;
	height: 54px;
	margin: 0 14px 14px 0;
	padding: 0;
}

#profile_menu .profile_user_avatar a {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #252525;
	border: 1px solid #555;
	border-radius: 50%;
}

#profile_menu .profile_user_avatar img.avatar {
	display: block;
	width: 54px !important;
	height: 54px !important;
	max-width: 54px !important;
	margin: 0;
	padding: 0;
	object-fit: cover;
	border: 0;
	border-radius: 50%;
}

#profile_menu .profile_user_info {
	float: none !important;
	display: block;
	min-height: 54px;
	margin: 0 0 14px;
	padding: 5px 0 0;
}

#profile_menu .profile_username {
	display: block;
	margin: 0 0 3px;
	padding: 0;
}

#profile_menu .profile_username a {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

#profile_menu .profile_username a:hover {
	color: var(--bh-orange);
}

#profile_menu .profile_group {
	display: block;
	margin: 0;
	color: #999;
	font-size: .74rem;
	font-weight: 600;
	line-height: 1.3;
}

#profile_menu .profile_user_links {
	float: none !important;
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	overflow: visible;
	border-top: 1px solid #383838;
}

#profile_menu .profile_user_links ol {
	margin-top: 0;
	margin-bottom: 0;
}

#profile_menu .profile_user_links li a {
	color: #ddd;
	font-size: .84rem;
	font-weight: 600;
	text-decoration: none;
}

#profile_menu .profile_user_links li a:hover,
#profile_menu .profile_user_links li a:focus {
	color: var(--bh-orange);
}

#profile_menu .loading {
	padding: 16px;
	color: #999;
	text-align: center;
}

.bh-header-register {
	background: linear-gradient(180deg, #ef7b27, #b94c0d);
	border-color: #f08a3b;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 5px 14px rgba(0,0,0,.35);
}

.bh-header-register:hover {
	background: linear-gradient(180deg, #ff8c36, #cf5a14);
	color: #fff;
}

/* ==========================================================
   BIKERHOUND PREMIUM NAVIGATION
========================================================== */

#bh-navigation {
	position: relative;
	z-index: 90;
	background:
		linear-gradient(90deg, rgba(112,55,22,.08), transparent 18%, transparent 78%, rgba(112,55,22,.06)),
		repeating-linear-gradient(
			135deg,
			rgba(255,255,255,.012) 0,
			rgba(255,255,255,.012) 1px,
			transparent 1px,
			transparent 5px
		),
		linear-gradient(180deg, #191714 0%, #0b0a09 62%, #070707 100%);
	border-top: 1px solid #33271f;
	border-bottom: 1px solid #58321b;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		inset 0 -1px 0 rgba(0,0,0,.95),
		0 7px 18px rgba(0,0,0,.42);
}

.bh-navigation-inner {
	width: min(1700px, calc(100% - 48px));
	margin: 0 auto;
	padding-left: 420px;
	box-sizing: border-box;
}

.bh-navigation-menu {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-navigation-item {
	position: relative;
	margin: 0;
}

.bh-navigation-link {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 66px;
	padding: 2px 16px 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .90rem;
	font-weight: 700;
	letter-spacing: .03em;
	transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.bh-navigation-link:link,
.bh-navigation-link:visited {
	color: #ddd;
	text-decoration: none;
}

.bh-navigation-link:hover,
.bh-navigation-link:focus {
	color: #fff;
	text-decoration: none;
}

.bh-navigation-link.active,
.bh-navigation-link.active:link,
.bh-navigation-link.active:visited {
	color: #fff;
}

.bh-navigation-link:hover {
	background: #1d1d1d;
	border-color: #303030;
	color: #fff;
}

.bh-navigation-link.active {
	background:
		url("../images/nav-active.png") center center / 100% 100% no-repeat;
	border-color: transparent;
	color: #fff;
	box-shadow: none;
}

.bh-navigation-arrow {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-1px);
	opacity: .9;
	box-sizing: border-box;
}

.bh-navigation-link.active .bh-navigation-arrow {
	display: none;
}
.bh-navigation-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--bh-orange);
	color: #fff;
	font-size: .7rem;
}

.bh-navigation-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #101010;
	border: 1px solid #3b3b3b;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 18px 35px rgba(0,0,0,.6);
}

.bh-navigation-item:hover > .bh-navigation-submenu,
.bh-navigation-item:focus-within > .bh-navigation-submenu {
	display: block;
}

.bh-navigation-submenu li {
	margin: 0;
}

.bh-navigation-submenu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 11px 13px;
	border-radius: 4px;
	color: #ccc;
	text-decoration: none;
	white-space: nowrap;
	transition: .2s ease;
}

.bh-navigation-submenu a:hover {
	background: #242424;
	color: var(--bh-orange);
}

/* ==========================================================
   BIKERHOUND INTERNAL PAGE MASTHEAD
========================================================== */

#bh-internal-masthead {
	position: relative;
	height: 155px;
	overflow: hidden;
	background-position: center 48%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 3px solid #51473e;
	box-shadow:
		inset 0 -2px 5px rgba(0,0,0,.85),
		0 3px 0 #020202,
		0 6px 14px rgba(0,0,0,.45);
}

.bh-internal-masthead-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(5,5,5,.62) 0%,
			rgba(5,5,5,.38) 38%,
			rgba(0,0,0,.18) 72%,
			rgba(0,0,0,.30) 100%
		),
		linear-gradient(
			180deg,
			rgba(0,0,0,.14) 0%,
			rgba(0,0,0,.34) 100%
		);
}

/* ==========================================================
   PREMIUM HERO
========================================================== */

#bh-hero {
	position: relative;
	height: 390px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bh-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgba(5,5,5,.68) 0%,
		rgba(8,8,8,.38) 34%,
		rgba(0,0,0,.08) 72%,
		rgba(0,0,0,0) 100%
	);
}

.bh-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(1700px, calc(100% - 48px));
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.bh-hero-content {
	width: 620px;
	max-width: calc(100% - 450px);
	margin-left: 430px;
	transform: translateY(-8px);
}

.bh-hero-title {
	margin: 0;
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: 3.65rem;
	font-weight: 700;
	line-height: .96;
	letter-spacing: .005em;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow:
		1px 2px 0 #17110d,
		2px 3px 2px rgba(0,0,0,.65);
}

.bh-hero-subtitle {
	margin: 11px 0 24px;
	color: #df681b;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .005em;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow:
		1px 1px 0 #1a0d05;
}

.bh-hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.bh-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 42px;
	border-radius: 3px;
	font-family: "Oswald", sans-serif;
	font-size: 1.22rem;
	font-weight: 700;
	letter-spacing: .015em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	transition:
		transform .18s ease,
		filter .18s ease,
		background .18s ease;
}

.bh-hero-button-primary,
.bh-hero-button-primary:link,
.bh-hero-button-primary:visited {
	color: #fff !important;
	background: linear-gradient(180deg, #d96b1d 0%, #b34b0e 100%);
	border: 1px solid #ed7a2b;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.18),
		0 3px 8px rgba(0,0,0,.55);
}

.bh-hero-button-primary:hover {
	transform: translateY(-1px);
	filter: brightness(1.1);
}

.bh-hero-button-secondary,
.bh-hero-button-secondary:link,
.bh-hero-button-secondary:visited {
	color: #f1eee9 !important;
	background:
		linear-gradient(180deg, rgba(28,25,22,.92), rgba(8,8,8,.96));
	border: 1px solid #6d4a32;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		0 3px 8px rgba(0,0,0,.45);
}

.bh-hero-button-secondary:hover,
.bh-hero-button-secondary:focus {
	color: #fff !important;
	background:
		linear-gradient(180deg, #3a2418, #17100c);
	border-color: #d96b1d;
}

/* ==========================================================
   BIKERHOUND PREMIUM STATISTICS BAR
========================================================== */

#bh-stats {
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
	background: #020202;
	border-top: 1px solid #38322d;
	border-bottom: 1px solid #000;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.025),
		inset 0 -2px 5px rgba(0,0,0,.98),
		0 5px 12px rgba(0,0,0,.65);
}

.bh-stats-inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0,1fr));
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: visible;
	background:
		linear-gradient(
			180deg,
			#11100f 0%,
			#090909 45%,
			#030303 100%
		);
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #38322d;
	border-left: 0;
	border-radius: 0;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		inset 0 -3px 6px rgba(0,0,0,.95),
		0 4px 10px rgba(0,0,0,.55);
}

.bh-stats-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 82px;
	padding: 10px 22px;
	background: transparent;
	border-right: 1px solid #302c29;
	color: inherit;
	text-decoration: none;
	box-shadow:
		inset -1px 0 0 rgba(0,0,0,.58);
	transition:
		background .22s ease,
		box-shadow .22s ease,
		transform .22s ease;
}

.bh-stats-item:last-child {
	border-right: 0;
	box-shadow: none;
}

.bh-stats-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition:
		transform .22s ease,
		filter .22s ease;
}

.bh-stats-icon img {
	display: block;
	width: 38px;
	height: 38px;
	object-fit: contain;
	transition: transform .22s ease;
}

.bh-stats-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.bh-stats-content strong {
	color: #f3f0eb;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: .95;
	letter-spacing: .005em;
	white-space: nowrap;
	text-shadow:
		0 2px 2px rgba(0,0,0,.9);
	transition:
		color .22s ease,
		text-shadow .22s ease;
}

.bh-stats-content small {
	margin-top: 6px;
	color: #c5bdb6;
	font-family: "Oswald", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .055em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color .22s ease;
}

#bh-stats .bh-stats-link {
	cursor: pointer;
}

#bh-stats .bh-stats-link:hover,
#bh-stats .bh-stats-link:focus {
	background:
		linear-gradient(
			180deg,
			rgba(217,107,29,.09),
			rgba(217,107,29,.025)
		);
	box-shadow:
		inset 0 2px 0 rgba(217,107,29,.30),
		inset 0 -2px 0 rgba(217,107,29,.10),
		inset -1px 0 0 rgba(0,0,0,.58);
	transform: translateY(-1px);
}

#bh-stats .bh-stats-link:hover .bh-stats-icon,
#bh-stats .bh-stats-link:focus .bh-stats-icon {
	border-color: #71401f;
	transform: translateY(-2px) scale(1.08);
	filter: drop-shadow(0 0 5px rgba(217,107,29,.40));
}

#bh-stats .bh-stats-link:hover .bh-stats-icon img,
#bh-stats .bh-stats-link:focus .bh-stats-icon img {
	transform: scale(1.06);
}

#bh-stats .bh-stats-link:hover .bh-stats-content strong,
#bh-stats .bh-stats-link:focus .bh-stats-content strong {
	color: #fff;
	text-shadow:
		0 2px 2px rgba(0,0,0,.9),
		0 0 7px rgba(217,107,29,.28);
}

#bh-stats .bh-stats-link:hover .bh-stats-content small,
#bh-stats .bh-stats-link:focus .bh-stats-content small {
	color: #e87829;
}

/* ==========================================================
   BIKERHOUND PREMIUM BOARD INDEX
========================================================== */

.bh-boardindex {
	width: 100%;
	padding: 42px 0 64px;
}

.bh-container {
	width: min(1700px, calc(100% - 48px));
	max-width: none;
	margin: 0 auto;
}

.bh-category {
	margin: 0 0 34px;
}

.bh-category:last-child {
	margin-bottom: 0;
}

.bh-category-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 18px 24px;
	overflow: hidden;
	background:
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
	border-top: 3px solid #66584d;
	border-right: 3px solid #171310;
	border-bottom: 3px solid #080706;
	border-left: 6px solid #b7551c;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -4px 7px rgba(0,0,0,.92),
		inset 0 0 0 2px rgba(0,0,0,.54),
		0 0 0 1px #020202,
		0 5px 10px rgba(0,0,0,.62);
}

.bh-category-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 89px;
	width: 89px;
	height: 89px;
	margin-right: 18px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.bh-category-icon img {
	display: block;
	width: 89px;
	height: 89px;
	object-fit: contain;
}

.bh-category-icon svg {
	display: block;
	width: 36px;
	height: 36px;
	fill: #d96b1d;
	filter:
		drop-shadow(0 1px 1px #000)
		drop-shadow(0 0 3px rgba(217,107,29,.25));
}

.bh-category-title {
	flex: 1;
	min-width: 0;
}

.bh-category-title h2 {
	margin: 0;
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .035em;
	text-shadow:
		0 1px 0 #000,
		1px 2px 0 #171411,
		0 0 3px rgba(255,255,255,.12),
		0 3px 4px rgba(0,0,0,.9);
}

.bh-category-title h2 a,
.bh-category-title h2 a:link,
.bh-category-title h2 a:visited {
	color: #f1eee9 !important;
	text-decoration: none;
	text-shadow:
		0 1px 0 #000,
		1px 2px 0 #171411,
		0 0 3px rgba(255,255,255,.12),
		0 3px 4px rgba(0,0,0,.9);
}

.bh-category-title h2 a:hover,
.bh-category-title h2 a:focus {
	color: #f07a2a !important;
}

.bh-category-description {
	margin: 6px 0 0;
	color: var(--bh-muted);
	font-size: .92rem;
	line-height: 1.5;
}

.bh-category-boards {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.bh-board-card {
	display: grid;
	grid-template-columns: 82px minmax(0,1fr) 170px 300px;
	grid-template-areas:
		"icon info stats last"
		"children children children children";
	column-gap: 20px;
	row-gap: 8px;
	align-items: center;
	min-height: 102px;
	padding: 12px 18px;
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.09) 0%,
			rgba(0,0,0,.06) 35%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 52%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 2px solid #514a43;
	border-right: 2px solid #171513;
	border-bottom: 4px solid #0b0908;
	border-left: 2px solid #403a35;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.055),
		inset 0 -1px 0 rgba(151,67,25,.28),
		inset 0 -5px 8px rgba(0,0,0,.92),
		inset 0 0 0 2px rgba(0,0,0,.52),
		0 0 0 1px #020202,
		0 3px 0 rgba(92,42,19,.28),
		0 7px 0 #020202,
		0 10px 16px rgba(0,0,0,.68);
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}

.bh-board-content {
	min-width: 0;
}

.bh-board-footer-row {
	display: grid;
	grid-template-columns: minmax(0,1fr) 260px;
	gap: 24px;
	align-items: center;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #303030;
}

.bh-board-card:hover {
	transform: translateY(-2px);
	border-color: #8c4822;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.045),
		0 0 0 1px rgba(116,58,27,.18),
		0 20px 42px rgba(0,0,0,.52);
}

.bh-board-icon {
	grid-area: icon;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bh-board-icon-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
}

.bh-board-icon-wrap a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #e07124;
	text-decoration: none;
	box-shadow: none;
	transition: .22s ease;
}

.bh-board-custom-icon {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.bh-board-icon-wrap a:hover,
.bh-board-icon-wrap.new a {
	border-color: var(--bh-orange);
	color: var(--bh-orange);
	transform: scale(1.05);
}

.bh-board-unread-dot {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 12px;
	height: 12px;
	border: 2px solid #171717;
	border-radius: 50%;
	background: var(--bh-orange);
}

.bh-board-main {
	grid-area: info;
	min-width: 0;
}

.bh-board-heading-main {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.bh-board-title {
	margin: 0 0 5px;
	font-family: "Oswald", sans-serif;
	font-size: 1.48rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .01em;
}

.bh-board-title a {
	color: #e17125;
	text-decoration: none;
	text-shadow:
		0 1px 1px #000,
		0 0 4px rgba(217,107,29,.16);
}

.bh-board-title a:hover {
	color: #f38a3b;
}

.bh-board-new {
	padding: 3px 7px;
	background: var(--bh-orange);
	border-radius: 4px;
	color: #fff;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .04em;
}

.bh-board-description {
	margin: 0 0 6px;
	color: #bbb5af;
	font-size: .88rem;
	line-height: 1.4;
}

.bh-board-meta,
.bh-board-moderators {
	color: #929292;
	font-size: .86rem;
	line-height: 1.5;
}

.bh-meta-label,
.bh-board-moderators strong {
	color: #fff;
	font-weight: 700;
}

.bh-board-stats-column {
	grid-area: stats;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bh-board-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 0;
	width: 100%;
	align-items: center;
}

.bh-board-stats-inline .bh-stat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 2px 16px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.bh-board-stats-inline .bh-stat-card:first-child {
	border-left: 1px solid #3d3732;
}

.bh-board-stats-inline .bh-stat-card + .bh-stat-card {
	border-left: 1px solid #4a423c;
	border-right: 1px solid #24211e;
	box-shadow:
		inset 1px 0 0 rgba(255,255,255,.025),
		inset -1px 0 0 rgba(0,0,0,.45);
}

.bh-board-stats-inline .bh-stat-number {
	color: #f0ece7;
	font-family: "Oswald", sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: .95;
	text-shadow: 0 2px 2px #000;
}

.bh-board-stats-inline .bh-stat-text {
	margin-top: 5px;
	color: #a69d95;
	font-family: "Oswald", sans-serif;
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .065em;
}

.bh-stat-card,
.bh-stat {
	text-align: center;
}

.bh-stat-number,
.bh-stat-value {
	display: block;
	color: #fff;
	font-size: 1.32rem;
	font-weight: 800;
	line-height: 1.1;
}

.bh-stat-text,
.bh-stat-label {
	display: block;
	margin-top: 4px;
	color: #858585;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bh-board-lastpost-column {
	grid-area: last;
	display: flex;
	align-items: center;
	min-width: 0;
}

.bh-board-lastpost {
	width: 100%;
	min-height: 68px;
	padding-left: 22px;
	border-left: 1px solid #51463e;
	box-shadow: inset 1px 0 0 rgba(255,255,255,.025);
}

.bh-lastpost-label {
	margin-bottom: 5px;
	color: #e17125;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.bh-lastpost-topic {
	margin-bottom: 5px;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.45;
}

.bh-lastpost-topic a,
.bh-lastpost-member a,
.bh-lastpost-content a {
	color: #fff;
	text-decoration: none;
}

.bh-lastpost-topic a:hover,
.bh-lastpost-member a:hover,
.bh-lastpost-content a:hover {
	color: var(--bh-orange);
}

.bh-lastpost-meta,
.bh-lastpost-content,
.bh-lastpost-empty {
	color: #949494;
	font-size: .82rem;
	line-height: 1.55;
}

.bh-board-children {
	grid-area: children;
	margin-top: 4px;
	padding: 14px 4px 2px;
	border-top: 1px solid #38322d;
}

.bh-board-children-title {
	margin-bottom: 10px;
	color: var(--bh-orange);
	font-family: "Oswald", sans-serif;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.bh-board-children-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 8px;
	align-items: center;
	color: #777;
	font-size: .82rem;
	line-height: 1.3;
}

.bh-board-children-list a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	background:
		linear-gradient(180deg, #201d1a 0%, #0c0b0a 100%);
	border: 1px solid #494038;
	border-radius: 3px;
	color: #c9c2bb;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.045),
		inset 0 -2px 2px rgba(0,0,0,.75);
	transition:
		color .18s ease,
		border-color .18s ease,
		background .18s ease;
}

.bh-board-children-list a:hover,
.bh-board-children-list a:focus {
	background:
		linear-gradient(180deg, #482514 0%, #17100c 100%);
	border-color: #a65020;
	color: #fff;
}

.bh-child-divider {
	display: none;
}

.bh-child-new {
	margin-right: 3px;
	color: var(--bh-orange);
	font-weight: 800;
}

/* ==========================================================
   PREMIUM INFO CENTER
========================================================== */

#info_center {
	width: min(1700px, calc(100% - 48px));
	margin: 44px auto 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

#info_center .title_bar {
	margin-bottom: 18px;
	background: transparent;
	border: 0;
}

#info_center .titlebg {
	margin: 0;
	padding: 18px 24px;
	background:
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
	border-top: 3px solid #66584d;
	border-right: 3px solid #171310;
	border-bottom: 3px solid #080706;
	border-left: 5px solid #b7551c;
	border-radius: 4px;
	color: #e9e3dc;
	font-size: 1.45rem;
	font-weight: 800;
	text-shadow:
		0 1px 0 #000,
		0 2px 3px rgba(0,0,0,.85);
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -4px 7px rgba(0,0,0,.92),
		inset 0 0 0 2px rgba(0,0,0,.54),
		0 0 0 1px #020202,
		0 5px 12px rgba(0,0,0,.62);
}

#upshrink_stats {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 20px;
}

#upshrink_stats > div {
	padding: 22px;
	background: #171717;
	border: 1px solid #333;
	border-radius: 12px;
}

#info_center .sub_bar {
	margin: 0 0 16px;
	background: transparent;
	border: 0;
}

#info_center .subbg {
	padding: 0;
	background: none;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 800;
}

#info_center p,
#info_center td {
	color: #cfcfcf;
	line-height: 1.7;
}

#info_center a {
	color: #fff;
}

#info_center a:hover {
	color: var(--bh-orange);
}

#info_center table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}

#info_center tr {
	background: #202020;
}

#info_center th {
	padding: 13px 16px;
	background: #292929;
	border: 0;
	color: #fff;
	text-align: left;
	font-size: .82rem;
	letter-spacing: .07em;
	text-transform: uppercase;
}

#info_center td {
	padding: 14px 16px;
	border: 0;
	background: #191919;
}

#info_center tr:hover td {
	background: #222;
}

#info_center .windowbg,
#info_center .windowbg2 {
	background: transparent !important;
}

#info_center hr {
	display: none;
}

#info_center .inline {
	margin: 0;
	padding: 16px 18px;
	background: #191919;
	border: 1px solid #303030;
	border-radius: 9px;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1400px) {
	.bh-board-card {
		grid-template-columns: 96px minmax(0,1fr) 170px 280px;
		grid-template-areas:
			"icon info stats last"
			"children children children children";
		column-gap: 18px;
		row-gap: 10px;
		padding: 14px 16px;
	}

	.bh-board-lastpost {
		padding-left: 16px;
		border-left: 1px solid #343434;
	}
}

@media (max-width: 1100px) {
	.bh-header-inner {
		grid-template-columns: 220px minmax(0,1fr);
	}

	.bh-logo img {
		max-width: 210px;
		height: 96px;
	}

	.bh-navigation-inner {
		padding-left: 220px;
	}

	.bh-header-action-label,
	.bh-header-profile-text {
		display: none;
	}

	.bh-stats-inner {
		grid-template-columns: repeat(3, minmax(0,1fr));
	}

	.bh-stats-item {
		border-bottom: 1px solid #303030;
	}
}

@media (max-width: 800px) {
	.bh-board-card {
		grid-template-columns: 76px minmax(0,1fr);
		grid-template-areas:
			"icon info"
			"stats stats"
			"last last"
			"children children";
		gap: 18px;
		padding: 22px;
	}

	.bh-board-stats {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}

@media (max-width: 900px) {
	#bh-hero {
		height: 560px;
	}

	.bh-hero-title {
		font-size: 3.6rem;
	}

	.bh-hero-subtitle {
		font-size: 1.6rem;
	}

	.bh-hero-logo {
		width: 320px;
	}
}

@media (max-width: 768px) {
	.bh-header-inner {
		display: flex;
		min-height: 82px;
	}

	.bh-logo img {
		max-width: 175px;
		height: 82px;
	}

	.bh-header-search {
		display: none;
	}

	.bh-navigation-inner {
		width: 100%;
		padding-left: 0;
		overflow-x: auto;
	}

	.bh-navigation-menu {
		width: max-content;
	}

	.bh-navigation-link {
		min-height: 50px;
		padding: 0 16px;
		font-size: .8rem;
	}

	.bh-container,
	#info_center {
		width: calc(100% - 24px);
	}

	.bh-category-header {
		padding: 16px 18px;
	}

	.bh-category-title h2 {
		font-size: 1.25rem;
	}
}

@media (max-width: 700px) {
	.bh-stats-inner {
		grid-template-columns: repeat(2, minmax(0,1fr));
		width: 100%;
	}

	.bh-stats-item {
		min-height: 88px;
		padding: 12px;
	}

	.bh-stats-icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		font-size: 19px;
	}

	.bh-stats-content strong {
		font-size: 1.25rem;
	}

	.bh-stats-content small {
		font-size: .65rem;
	}

	.bh-stats-item:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	#bh-hero {
		height: 500px;
	}

	.bh-hero-inner {
		width: calc(100% - 40px);
	}

	.bh-hero-title {
		font-size: 2.6rem;
	}

	.bh-hero-subtitle {
		font-size: 1.2rem;
	}

	.bh-hero-logo {
		width: 250px;
	}

	.bh-hero-actions {
		flex-direction: column;
	}

	.bh-hero-button {
		width: 100%;
	}

	.bh-board-card {
		grid-template-columns: 1fr;
		grid-template-areas:
			"icon"
			"info"
			"stats"
			"last"
			"children";
		text-align: center;
	}

	.bh-board-icon {
		justify-content: center;
	}

	.bh-board-lastpost {
		text-align: left;
	}
}

/* ==========================================================
   BIKERHOUND LOGIN
========================================================== */

/* Header guest login */
.bh-header-login,
.bh-header-login:link,
.bh-header-login:visited {
	min-width: 105px;
	justify-content: center;
	color: #f1eee9 !important;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
	background:
		linear-gradient(180deg, rgba(40,35,31,.85), rgba(10,9,8,.95));
	border-left: 1px solid #49382c;
	border-right: 1px solid #261d17;
	text-shadow: 0 1px 2px #000;
}

.bh-header-login:hover,
.bh-header-login:focus {
	color: #fff !important;
	background:
		linear-gradient(180deg, #713615, #28150c);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.08),
		inset 0 -2px 0 #8f4218;
}


/* ----------------------------------------------------------
   SMF LOGIN PANEL
---------------------------------------------------------- */

#main_content_section .login {
	width: min(560px, calc(100% - 40px));
	margin: 55px auto;
	padding: 0;
	overflow: hidden;
	background:
		repeating-linear-gradient(
			135deg,
			rgba(255,255,255,.012) 0,
			rgba(255,255,255,.012) 1px,
			transparent 1px,
			transparent 6px
		),
		linear-gradient(180deg, #24211e, #11100f);
	border: 1px solid #4b3b30;
	border-radius: 6px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		0 18px 45px rgba(0,0,0,.7);
}


/* Login title */
#main_content_section .login .cat_bar {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

#main_content_section .login .catbg {
	margin: 0;
	padding: 17px 22px;
	background:
		linear-gradient(90deg, rgba(166,70,19,.28), transparent 45%),
		linear-gradient(180deg, #30271f, #181411);
	border: 0;
	border-left: 5px solid var(--bh-orange);
	border-bottom: 1px solid #53331f;
	border-radius: 0;
	color: #f2eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		inset 0 -2px 5px rgba(0,0,0,.45);
}


/* Main form body */
#main_content_section .login .windowbg {
	margin: 0;
	padding: 30px 34px 32px;
	background: transparent;
	border: 0;
	color: #ddd;
}


/* Labels */
#main_content_section .login label {
	color: #d7d0c9;
	font-family: "Oswald", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	letter-spacing: .02em;
}


/* Username/password inputs */
#main_content_section .login input[type="text"],
#main_content_section .login input[type="password"] {
	height: 42px;
	padding: 0 13px;
	background:
		linear-gradient(180deg, #090909, #12100f);
	border: 1px solid #50443b;
	border-radius: 3px;
	outline: 0;
	color: #f1f1f1;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: .95rem;
	box-shadow:
		inset 0 2px 5px rgba(0,0,0,.8),
		0 1px 0 rgba(255,255,255,.025);
	transition:
		border-color .18s ease,
		box-shadow .18s ease;
}

#main_content_section .login input[type="text"]:focus,
#main_content_section .login input[type="password"]:focus {
	border-color: #b9561c;
	box-shadow:
		inset 0 2px 5px rgba(0,0,0,.8),
		0 0 0 1px rgba(217,107,29,.22),
		0 0 9px rgba(217,107,29,.16);
}


/* Stay logged in dropdown */
#main_content_section .login select {
	min-height: 38px;
	padding: 5px 34px 5px 11px;
	background: #111;
	border: 1px solid #50443b;
	border-radius: 3px;
	color: #ddd;
}


/* LOGIN button */
#main_content_section .login input[type="submit"],
#main_content_section .login .button {
	min-height: 43px;
	padding: 0 28px;
	background:
		linear-gradient(180deg, #df7021, #ad430b);
	border: 1px solid #ee812f;
	border-radius: 3px;
	color: #fff !important;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.2),
		0 4px 10px rgba(0,0,0,.45);
	cursor: pointer;
}

#main_content_section .login input[type="submit"]:hover,
#main_content_section .login .button:hover {
	background:
		linear-gradient(180deg, #f18432, #c55110);
	border-color: #ff9848;
}


/* Forgot password */
#main_content_section .login a,
#main_content_section .login a:link,
#main_content_section .login a:visited {
	color: #c8b7a9;
	text-decoration: none;
}

#main_content_section .login a:hover {
	color: var(--bh-orange);
}


/* Remove remaining stock SMF colors */
#main_content_section .login strong,
#main_content_section .login span {
	color: inherit;
}

/* ==========================================================
   BIKERHOUND LOGIN POPUP
========================================================== */

.bh-header-login-menu {
	position: relative;
	display: flex;
	align-items: stretch;
	height: 54px;
}

#login_menu.bh-login-dropdown.top_menu {
	position: absolute !important;
	top: calc(100% + 12px) !important;
	right: 0 !important;
	left: auto !important;
	z-index: 99999;
	display: none;
	width: 440px;
	min-width: 440px;
	margin: 0 !important;
	padding: 0;
	overflow: visible;
	background:
		repeating-linear-gradient(
			135deg,
			rgba(255,255,255,.012) 0,
			rgba(255,255,255,.012) 1px,
			transparent 1px,
			transparent 6px
		),
		linear-gradient(180deg, #24211e, #11100f);
	border: 1px solid #4b3b30;
	border-radius: 6px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		0 18px 45px rgba(0,0,0,.75);
	box-sizing: border-box;
	transform: none !important;
}

#login_menu.bh-login-dropdown.top_menu.visible {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

#login_menu.bh-login-dropdown.top_menu::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 42px;
	width: 10px;
	height: 10px;
	background: #24211e;
	border-top: 1px solid #4b3b30;
	border-left: 1px solid #4b3b30;
	transform: rotate(45deg);
}

#login_menu .login {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

#login_menu .cat_bar {
	margin: 0;
	background: transparent;
	border: 0;
}

#login_menu .catbg {
	margin: 0;
	padding: 16px 20px;
	background:
		linear-gradient(90deg, rgba(166,70,19,.28), transparent 55%),
		linear-gradient(180deg, #30271f, #181411);
	border: 0;
	border-left: 5px solid var(--bh-orange);
	border-bottom: 1px solid #53331f;
	color: #f2eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000;
}

#login_menu .windowbg {
	margin: 0;
	padding: 24px 28px 26px;
	background: transparent !important;
	border: 0;
	color: #ddd;
}

#login_menu label {
	color: #d7d0c9;
	font-family: "Oswald", sans-serif;
	font-size: .95rem;
	font-weight: 600;
}

#login_menu input[type="text"],
#login_menu input[type="password"] {
	height: 40px;
	padding: 0 12px;
	background: linear-gradient(180deg, #090909, #12100f);
	border: 1px solid #50443b;
	border-radius: 3px;
	color: #f1f1f1;
}

#login_menu input[type="text"]:focus,
#login_menu input[type="password"]:focus {
	border-color: #b9561c;
	outline: 0;
	box-shadow: 0 0 8px rgba(217,107,29,.22);
}

#login_menu select {
	min-height: 38px;
	background: #111;
	border: 1px solid #50443b;
	border-radius: 3px;
	color: #ddd;
}

#login_menu input[type="submit"],
#login_menu .button {
	min-height: 42px;
	padding: 0 26px;
	background: linear-gradient(180deg, #df7021, #ad430b);
	border: 1px solid #ee812f;
	border-radius: 3px;
	color: #fff !important;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

#login_menu a,
#login_menu a:link,
#login_menu a:visited {
	color: #c8b7a9;
	text-decoration: none;
}

#login_menu a:hover {
	color: var(--bh-orange);
}

/* ==========================================================
   LOGIN POPUP — FINAL DARK OVERRIDES
========================================================== */

#login_menu .login,
#login_menu .login > *,
#login_menu .windowbg,
#login_menu .roundframe,
#login_menu .information,
#login_menu form {
	background: transparent !important;
}

#login_menu .windowbg {
	padding: 24px 28px 26px !important;
	color: #ddd !important;
}

#login_menu form {
	margin: 0;
	padding: 0;
}

#login_menu dl {
	margin: 0;
}

#login_menu dt,
#login_menu dd {
	margin: 0 0 14px;
	color: #d7d0c9 !important;
}

#login_menu dt {
	font-family: "Oswald", sans-serif;
	font-size: .95rem;
	font-weight: 600;
}

#login_menu dd {
	margin-left: 0;
}

#login_menu input[type="text"],
#login_menu input[type="password"] {
	width: 100%;
	box-sizing: border-box;
}

#login_menu select {
	min-width: 120px;
}

#login_menu .button,
#login_menu input[type="submit"] {
	width: 100%;
	margin-top: 6px;
}

#login_menu a,
#login_menu a:link,
#login_menu a:visited {
	color: #c8b7a9 !important;
}

#login_menu a:hover,
#login_menu a:focus {
	color: var(--bh-orange) !important;
}

/* ==========================================================
   LOGIN POPUP — FORM ALIGNMENT
========================================================== */

#login_menu dl {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 14px 16px;
	align-items: center;
	margin: 0;
}

#login_menu dt,
#login_menu dd {
	margin: 0 !important;
}

#login_menu dt {
	text-align: right;
}

#login_menu dd {
	min-width: 0;
}

#login_menu input[type="text"],
#login_menu input[type="password"],
#login_menu select {
	width: 100%;
	max-width: none;
}

#login_menu .button,
#login_menu input[type="submit"] {
	margin-top: 20px;
}

#login_menu .windowbg > a,
#login_menu .windowbg > p,
#login_menu .windowbg > div:last-child {
	text-align: center;
}

/* ==========================================================
   LOGIN POPUP — BIKERHOUND MODAL STYLE
========================================================== */

#login_menu.bh-login-dropdown.top_menu {
	width: 430px;
	min-width: 430px;
	border-color: #5b493b;
	background:
		repeating-linear-gradient(
			135deg,
			rgba(255,255,255,.012) 0,
			rgba(255,255,255,.012) 1px,
			transparent 1px,
			transparent 6px
		),
		linear-gradient(180deg, #24211e 0%, #151311 100%);
}

#login_menu .windowbg {
	padding: 24px 28px 22px !important;
}

#login_menu dl {
	display: grid;
	grid-template-columns: 145px 165px;
	justify-content: center;
	align-items: center;
	gap: 10px 12px;
	margin: 0;
}

#login_menu dt {
	margin: 0 !important;
	color: #e87928 !important;
	font-family: "Oswald", sans-serif;
	font-size: .95rem;
	font-weight: 700;
	text-align: right;
}

#login_menu dd {
	width: 165px;
	margin: 0 !important;
}

#login_menu input[type="text"],
#login_menu input[type="password"] {
	width: 165px;
	height: 34px;
	padding: 0 9px;
	background: #484848;
	border: 1px solid #666;
	border-radius: 2px;
	color: #fff;
	box-sizing: border-box;
	box-shadow:
		inset 0 2px 4px rgba(0,0,0,.55),
		0 1px 0 rgba(255,255,255,.04);
}

#login_menu input[type="text"]:focus,
#login_menu input[type="password"]:focus {
	background: #505050;
	border-color: #d96b1d;
	outline: 0;
	box-shadow:
		inset 0 2px 4px rgba(0,0,0,.55),
		0 0 5px rgba(217,107,29,.32);
}

#login_menu select {
	width: 110px;
	min-width: 110px;
	height: 34px;
	padding: 0 8px;
	background: #484848;
	border: 1px solid #666;
	border-radius: 2px;
	color: #eee;
}

#login_menu input[type="submit"],
#login_menu .button {
	display: block;
	width: auto;
	min-width: 82px;
	min-height: 34px;
	margin: 18px auto 0;
	padding: 0 18px;
	background: linear-gradient(180deg, #5a5a5a, #262626);
	border: 1px solid #b55a1d;
	color: #fff !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.08),
		0 2px 5px rgba(0,0,0,.4);
}

#login_menu input[type="submit"]:hover,
#login_menu .button:hover {
	background: linear-gradient(180deg, #d96b1d, #a6420b);
	border-color: #e67a2a;
}

#login_menu .windowbg > a,
#login_menu .windowbg > p {
	display: block;
	margin: 13px 0 0;
	color: #d2cbc5 !important;
	text-align: center;
}

/* ==========================================================
   LOGIN POPUP — FINAL TIGHTENING
========================================================== */

#login_menu.bh-login-dropdown.top_menu {
	width: 400px;
	min-width: 400px;
}

#login_menu .catbg {
	padding: 14px 18px;
	font-size: 1.28rem;
}

#login_menu .windowbg {
	padding: 20px 24px 18px !important;
}

#login_menu dl {
	grid-template-columns: 128px 165px;
	gap: 8px 12px;
}

#login_menu dt {
	font-size: .9rem;
	line-height: 1.15;
}

#login_menu dd {
	width: 165px;
}

#login_menu input[type="text"],
#login_menu input[type="password"] {
	height: 32px;
}

#login_menu select {
	height: 32px;
}

#login_menu input[type="submit"],
#login_menu .button {
	min-height: 32px;
	margin-top: 15px;
	padding: 0 17px;
}

#login_menu .windowbg > a,
#login_menu .windowbg > p {
	margin-top: 10px;
	font-size: .82rem;
}


/* Header guest buttons */
.bh-header-login,
.bh-header-register {
	min-width: 104px;
	justify-content: center;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.bh-header-register,
.bh-header-register:link,
.bh-header-register:visited {
	color: #f1eee9 !important;
	background:
		linear-gradient(180deg, #3a2418, #17100c);
	border-left: 1px solid #5a3825;
	border-right: 1px solid #2b1c14;
}

.bh-header-register:hover,
.bh-header-register:focus {
	color: #fff !important;
	background:
		linear-gradient(180deg, #d96b1d, #a9440c);
}

/* ==========================================================
   SIGN UP GLOW / PULSE
========================================================== */

@keyframes bh-signup-pulse {
	0%,
	100% {
		box-shadow:
			inset 0 1px 0 rgba(255,255,255,.12),
			0 0 0 1px rgba(217,107,29,.28),
			0 0 8px rgba(217,107,29,.28);
	}

	50% {
		box-shadow:
			inset 0 1px 0 rgba(255,255,255,.18),
			0 0 0 1px rgba(239,126,43,.6),
			0 0 16px rgba(217,107,29,.65),
			0 0 28px rgba(217,107,29,.28);
	}
}

.bh-header-register,
.bh-header-register:link,
.bh-header-register:visited {
	animation: bh-signup-pulse 2.2s ease-in-out infinite;
}

.bh-header-register:hover,
.bh-header-register:focus {
	animation-play-state: paused;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.2),
		0 0 0 1px #e57729,
		0 0 18px rgba(217,107,29,.85),
		0 0 32px rgba(217,107,29,.4);
}

/* ==========================================================
   JOIN THE PACK GLOW / PULSE
========================================================== */

.bh-hero-actions .bh-hero-button-primary[href*="action=signup"],
.bh-hero-actions .bh-hero-button-primary[href*="action=signup"]:link,
.bh-hero-actions .bh-hero-button-primary[href*="action=signup"]:visited {
	animation: bh-signup-pulse 2.2s ease-in-out infinite;
}

.bh-hero-actions .bh-hero-button-primary[href*="action=signup"]:hover,
.bh-hero-actions .bh-hero-button-primary[href*="action=signup"]:focus {
	animation-play-state: paused;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.2),
		0 0 0 1px #e57729,
		0 0 18px rgba(217,107,29,.85),
		0 0 32px rgba(217,107,29,.4);
}

/* ==========================================================
   BIKERHOUND INFO CENTER CARDS
========================================================== */

.bh-info-card {
	overflow: hidden;
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.07) 0%,
			rgba(0,0,0,.05) 38%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 52%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border: 2px solid #403a35;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.045),
		inset 0 -5px 8px rgba(0,0,0,.90),
		inset 0 0 0 2px rgba(0,0,0,.52),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60);
}

.bh-info-card-header {
	padding: 12px 18px;
	border-bottom: 1px solid #403a35;
	box-shadow:
		inset 0 -1px 0 rgba(0,0,0,.75);
}

.bh-info-card-header a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #e7e2dc !important;
	font-family: "Oswald", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-decoration: none;
	text-shadow:
		0 1px 0 #000,
		0 2px 3px rgba(0,0,0,.85);
}

.bh-info-card-header a:hover {
	color: var(--bh-orange) !important;
}

.bh-info-card-body {
	padding: 14px 18px 16px;
	color: #c8c1ba;
	font-size: .88rem;
	line-height: 1.55;
}

.bh-info-stat-line {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.bh-info-stat-line + .bh-info-stat-line {
	margin-top: 5px;
}

.bh-info-label {
	color: #a89f97;
	font-weight: 600;
}

.bh-info-muted {
	color: #8f8882;
}

.bh-info-divider {
	color: #66584d;
}

.bh-info-stat-link {
	margin-top: 7px;
}

.bh-info-stat-link a {
	color: #d96b1d !important;
	font-weight: 700;
	text-decoration: none;
}

.bh-info-stat-link a:hover {
	color: #f38a3b !important;
}

/* ==========================================================
   BIKERHOUND LOWER PAGE — RIVETED STEEL FRAME SYSTEM
========================================================== */

.bh-category-header,
.bh-board-card,
#info_center .titlebg,
.bh-info-card,
#upshrink_stats > div,
#info_center .inline {
	position: relative;
	border-top: 3px solid #655b52;
	border-right: 3px solid #211d19;
	border-bottom: 3px solid #090807;
	border-left: 3px solid #4a433d;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 2px 0 0 rgba(255,255,255,.025),
		inset 0 -3px 0 rgba(0,0,0,.82),
		inset -2px 0 0 rgba(0,0,0,.58),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 5px 12px rgba(0,0,0,.58);
}

/* Heavy orange section accent */
.bh-category-header,
#info_center .titlebg {
	border-left-color: #403a35;
	box-shadow:
		inset 5px 0 0 #b7551c,
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -3px 0 rgba(0,0,0,.82),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60);
}

/* Board row depth */
.bh-board-card {
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.065),
		inset 2px 0 0 rgba(255,255,255,.02),
		inset 0 -3px 0 rgba(0,0,0,.88),
		inset -2px 0 0 rgba(0,0,0,.62),
		inset 0 0 0 2px rgba(0,0,0,.50),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.62);
}

/* Info Center card depth */
.bh-info-card,
#upshrink_stats > div,
#info_center .inline {
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.055),
		inset 2px 0 0 rgba(255,255,255,.02),
		inset 0 -3px 0 rgba(0,0,0,.86),
		inset -2px 0 0 rgba(0,0,0,.58),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.58);
}

/* ==========================================================
   BIKERHOUND — REFINED RIVET SYSTEM
========================================================== */

/* Real corner rivets for board rows and Info Center cards */
.bh-board-card::before,
.bh-info-card::before,
.bh-board-card::after,
.bh-info-card::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 14px;
	height: 14px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.bh-board-card::before,
.bh-info-card::before {
	left: 7px;
}

.bh-board-card::after,
.bh-info-card::after {
	right: 7px;
}

/* Real corner rivets for major rusty header plates */
.bh-category-header::before,
#info_center .titlebg::before,
.bh-category-header::after,
#info_center .titlebg::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 18px;
	height: 18px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.bh-category-header::before,
#info_center .titlebg::before {
	left: 7px;
}

.bh-category-header::after,
#info_center .titlebg::after {
	right: 7px;
}

/* Real rivets distributed across the category header plates */
.bh-category-header {
	background:
		url("../images/icons/bh-rivet.png") 18% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 38% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 62% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 82% 7px / 16px 16px no-repeat,
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
}

#info_center .titlebg {
	background:
		url("../images/icons/bh-rivet.png") 18% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 38% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 62% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 82% 7px / 16px 16px no-repeat,
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
}

/* ==========================================================
   BIKERHOUND FORUM SHELL — COMPLETE FRAME
========================================================== */

#wrapper,
#content_section,
#content_section .frame,
#main_content_section {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.bh-forum-frame {
	width: calc(100% - 48px);
	max-width: 1800px;
	margin: 18px auto 36px;
	padding: 0 0 28px;
	background:
		linear-gradient(
			180deg,
			rgba(17,17,17,.92) 0%,
			rgba(5,5,5,.97) 100%
		);
	border: 2px solid #49443f;
	border-radius: 6px;
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,.92),
		inset 0 2px 3px rgba(255,255,255,.035),
		inset 0 -3px 5px rgba(0,0,0,.9),
		0 0 0 1px rgba(0,0,0,.8),
		0 5px 14px rgba(0,0,0,.55);
	box-sizing: border-box;
}

.bh-boardindex {
	width: 100%;
	margin: 0;
	padding: 0 0 28px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.bh-boardindex > .bh-container {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 0 auto;
}

.bh-forum-frame #info_center {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

.bh-category-title h2 a,
.bh-category-title h2 a:link,
.bh-category-title h2 a:visited {
	color: #d96b1d !important;
}

.bh-category-title h2 a:hover,
.bh-category-title h2 a:focus {
	color: #f38a3b !important;
}

/* ==========================================================
   BOARD INDEX — FORGED MARK READ CONTROL
========================================================== */

.bh-forum-frame .mark_read {
	float: none !important;
	clear: both;
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 24px auto 0 !important;
	padding: 0 18px 0 0 !important;
	text-align: right;
	box-sizing: border-box;
}

.bh-forum-frame .mark_read .buttonlist {
	display: flex !important;
	justify-content: flex-end;
	float: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.bh-forum-frame .mark_read .buttonlist li {
	float: none !important;
	margin: 0 !important;
}

.bh-forum-frame .mark_read .buttonlist a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 20px;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(0,0,0,.72) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 2px solid #665b52;
	border-right: 2px solid #211d19;
	border-bottom: 3px solid #090807;
	border-left: 2px solid #4a433d;
	border-radius: 4px;
	color: #eee8e1 !important;
	font-family: "Oswald", sans-serif;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-shadow:
		0 1px 0 #000,
		0 2px 2px rgba(0,0,0,.75);
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		inset 0 0 0 1px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 4px 8px rgba(0,0,0,.58);
	transition:
		color .18s ease,
		border-color .18s ease,
		box-shadow .18s ease,
		transform .18s ease;
}

.bh-forum-frame .mark_read .buttonlist a::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: 7px;
	height: 7px;
	border: 1px solid #151210;
	border-radius: 50%;
	background:
		radial-gradient(
			circle at 32% 28%,
			#b8ada1 0%,
			#776d63 24%,
			#403a35 52%,
			#0a0908 100%
		);
	box-shadow:
		inset 1px 1px 1px rgba(255,255,255,.28),
		inset -1px -1px 1px rgba(0,0,0,.85);
}

.bh-forum-frame .mark_read .buttonlist a::after {
	content: "";
	position: absolute;
	right: 7px;
	top: 7px;
	width: 7px;
	height: 7px;
	border: 1px solid #151210;
	border-radius: 50%;
	background:
		radial-gradient(
			circle at 32% 28%,
			#b8ada1 0%,
			#776d63 24%,
			#403a35 52%,
			#0a0908 100%
		);
	box-shadow:
		inset 1px 1px 1px rgba(255,255,255,.28),
		inset -1px -1px 1px rgba(0,0,0,.85);
}

.bh-forum-frame .mark_read .buttonlist a:hover,
.bh-forum-frame .mark_read .buttonlist a:focus {
	color: #fff !important;
	border-top-color: #8b5a3b;
	border-right-color: #4b2817;
	border-bottom-color: #160b06;
	border-left-color: #7a3a18;
	background:
		linear-gradient(
			180deg,
			rgba(73,30,10,.30) 0%,
			rgba(15,8,5,.72) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.09),
		inset 0 -2px 0 rgba(0,0,0,.88),
		inset 0 0 0 1px rgba(217,107,29,.20),
		0 0 0 1px #020202,
		0 0 10px rgba(217,107,29,.22),
		0 5px 9px rgba(0,0,0,.62);
	transform: translateY(-1px);
}

/* ==========================================================
   BIKERHOUND BREADCRUMBS
========================================================== */

body .navigate_section {
	width: calc(100% - 48px) !important;
	max-width: 1800px !important;
	margin: 10px auto 0 !important;
	padding: 0 !important;
	background:
		linear-gradient(
			180deg,
			#151311 0%,
			#090807 55%,
			#040404 100%
		) !important;
	border: 1px solid #493e35 !important;
	border-radius: 4px !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.045),
		inset 0 -2px 4px rgba(0,0,0,.95),
		0 3px 8px rgba(0,0,0,.5) !important;
	box-sizing: border-box !important;
}

body .navigate_section ul {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	background: transparent !important;
	border: 0 !important;
	list-style: none !important;
}

body .navigate_section li {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #ddd7d1 !important;
	font-family: "Oswald", sans-serif !important;
	font-size: .84rem !important;
	font-weight: 600 !important;
	letter-spacing: .025em !important;
}

body .navigate_section li a,
body .navigate_section li a:link,
body .navigate_section li a:visited {
	background: transparent !important;
	color: #c5bdb6 !important;
	text-decoration: none !important;
	transition:
		color .18s ease,
		text-shadow .18s ease;
}

body .navigate_section li a:hover,
body .navigate_section li a:focus {
	color: #e87829 !important;
	text-shadow: 0 0 5px rgba(217,107,29,.28);
}

body .navigate_section .dividers {
	display: inline-block !important;
	margin: 0 10px !important;
	color: #b9571d !important;
	font-size: .72rem !important;
	line-height: 1 !important;
}

body .navigate_section li.last,
body .navigate_section li.last > span {
	color: #f1eee9 !important;
	font-weight: 700 !important;
}

body .navigate_section li:first-child a::before,
body .navigate_section li:first-child > span:first-child::before {
	content: "⌂";
	display: inline-block;
	margin-right: 7px;
	color: #d96b1d;
	font-family: Arial, sans-serif;
	font-size: .9rem;
}

/* ==========================================================
   BIKERHOUND BREADCRUMBS — FORUM FRAME CONNECTION
========================================================== */

body .navigate_section {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: calc(100% - 48px) !important;
	max-width: 1800px !important;
	margin: 10px auto 0 !important;
	padding: 0 !important;
	background:
		linear-gradient(
			180deg,
			#12110f 0%,
			#080808 100%
		) !important;
	border: 1px solid #49443f !important;
	border-bottom: 0 !important;
	border-radius: 6px 6px 0 0 !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		inset 0 -2px 3px rgba(0,0,0,.75) !important;
	box-sizing: border-box !important;
}

body .navigate_section ul {
	display: flex !important;
	align-items: center !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	background: transparent !important;
}

body .navigate_section li {
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.4 !important;
}

body .navigate_section li a,
body .navigate_section li a:link,
body .navigate_section li a:visited {
	color: #d8d4d0 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	text-shadow: none !important;
}

.bh-forum-frame {
	margin-top: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

/* ==========================================================
   BIKERHOUND — MAIN FORUM OUTER FRAME
========================================================== */

#bh-board-index {
	border: 1px solid #4b4339;
	border-radius: 7px;
	box-shadow:
		inset 0 0 0 1px #0b0b0b,
		inset 0 1px 0 rgba(255,255,255,.035),
		0 0 0 1px #050505,
		0 8px 24px rgba(0,0,0,.55);
}

/* ==========================================================
   BIKERHOUND — STRUCTURAL OUTER BORDER WEIGHT
========================================================== */

#bh-header {
	border-bottom: 3px solid #4f443b;
	box-shadow:
		inset 0 -1px 0 #090807,
		0 2px 0 #020202,
		0 8px 30px rgba(0,0,0,.45);
}

#bh-navigation {
	border-top: 3px solid #44382f;
	border-bottom: 3px solid #63381f;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.04),
		inset 0 -1px 0 #090706,
		0 3px 0 #020202,
		0 7px 18px rgba(0,0,0,.42);
}

#bh-stats {
	border-top: 3px solid #55483d;
	border-bottom: 3px solid #3d342d;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.045),
		inset 0 -2px 5px rgba(0,0,0,.98),
		0 3px 0 #020202,
		0 5px 12px rgba(0,0,0,.65);
}

.bh-stats-inner {
	border-bottom: 0;
}

body .navigate_section {
	border: 3px solid #51473e !important;
	border-bottom: 0 !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		inset 0 -2px 3px rgba(0,0,0,.85),
		0 0 0 1px #020202 !important;
}

#bh-board-index {
	border: 3px solid #51473e;
	box-shadow:
		inset 0 0 0 1px #0b0b0b,
		inset 0 1px 0 rgba(255,255,255,.045),
		0 0 0 1px #050505,
		0 8px 24px rgba(0,0,0,.55);
}

/* ==========================================================
   BIKERHOUND — BREADCRUMB / FORUM FRAME INTEGRATION
========================================================== */

body .navigate_section {
	background:
		radial-gradient(
			ellipse at 12% 25%,
			rgba(118,72,42,.18) 0%,
			transparent 28%
		),
		radial-gradient(
			ellipse at 76% 80%,
			rgba(255,255,255,.045) 0%,
			transparent 24%
		),
		linear-gradient(
			90deg,
			rgba(0,0,0,.30) 0%,
			transparent 14%,
			transparent 82%,
			rgba(0,0,0,.35) 100%
		),
		linear-gradient(
			180deg,
			rgba(255,255,255,.055) 0%,
			rgba(0,0,0,.04) 16%,
			rgba(0,0,0,.25) 72%,
			rgba(0,0,0,.48) 100%
		),
		url("../images/textures/bh-dark-steel.png") center center / 280px auto repeat !important;
	border: 3px solid #403a35 !important;
	border-bottom: 0 !important;
	border-radius: 4px 4px 0 0 !important;
	box-shadow:
		inset 5px 0 0 #b7551c,
		inset 0 2px 0 rgba(255,255,255,.05),
		inset 0 -3px 5px rgba(0,0,0,.75),
		inset 0 0 0 1px rgba(0,0,0,.42),
		0 0 0 1px #020202 !important;
}

.bh-forum-frame {
	border-top: 0 !important;
	border-radius: 0 0 6px 6px !important;
}

/* ==========================================================
   BIKERHOUND — BREADCRUMB CATEGORY ALIGNMENT
========================================================== */

body .navigate_section {
	width: calc(100% - 36px) !important;
	max-width: 1700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-bottom: 3px solid #403a35 !important;
	border-radius: 4px !important;
}

.bh-forum-frame {
	border-top: 2px solid #49443f !important;
	border-radius: 6px !important;
	padding-top: 14px;
}

/* ==========================================================
   BIKERHOUND — FORUM / STATS SEPARATION
========================================================== */

.bh-forum-frame {
	margin-top: 12px !important;
}

/* ==========================================================
   BIKERHOUND — MATCH FORUM FRAME TO STATS BAR
========================================================== */

.bh-forum-frame {
	margin-top: 12px !important;

	border: 2px solid #4a443c !important;
	border-radius: 0 !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		inset 0 -1px 0 rgba(0,0,0,.85),
		0 1px 0 rgba(0,0,0,.9) !important;
}

/* ==========================================================
   BIKERHOUND — FINAL BREADCRUMB INTEGRATION
========================================================== */

.bh-forum-frame > .navigate_section {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;

	background:
		linear-gradient(
			180deg,
			#11100f 0%,
			#090909 100%
		) !important;

	border: 0 !important;
	border-bottom: 2px solid #4a443c !important;
	border-radius: 0 !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.025),
		inset 0 -1px 0 rgba(0,0,0,.85) !important;
}

.bh-forum-frame > .navigate_section ul {
	min-height: 36px !important;
	padding: 0 22px !important;
}

.bh-forum-frame > .navigate_section li {
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

.bh-forum-frame > .navigate_section li a,
.bh-forum-frame > .navigate_section li a:link,
.bh-forum-frame > .navigate_section li a:visited {
	color: #d2ccc6 !important;
	text-shadow: none !important;
}

.bh-forum-frame > .navigate_section li a:hover,
.bh-forum-frame > .navigate_section li a:focus {
	color: #e87829 !important;
}

.bh-forum-frame > .navigate_section li:first-child a::before,
.bh-forum-frame > .navigate_section li:first-child > span:first-child::before {
	color: #d96b1d !important;
	margin-right: 6px !important;
}

/* ==========================================================
   BIKERHOUND — BREADCRUMB FINAL ALIGNMENT
========================================================== */

.bh-forum-frame > .navigate_section {
	width: auto !important;
	max-width: none !important;
	margin: 0 18px 14px !important;

	background:
		linear-gradient(
			180deg,
			rgba(20,18,16,.96) 0%,
			rgba(8,7,6,.98) 100%
		) !important;

	border-top: 2px solid #514a43 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 4px solid #b7551c !important;
	border-radius: 3px !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		inset 0 -2px 3px rgba(0,0,0,.85),
		0 3px 7px rgba(0,0,0,.55) !important;
}

/* ==========================================================
   BIKERHOUND INFO CENTER — USERS ONLINE
========================================================== */

.bh-info-card-online .bh-info-card-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #e7e2dc;
	font-family: "Oswald", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-shadow:
		0 1px 0 #000,
		0 2px 3px rgba(0,0,0,.85);
}

.bh-online-summary {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	justify-content: start;
	column-gap: 28px;
	row-gap: 8px;
}

.bh-online-counts {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	color: #bdb5ae;
}

.bh-online-counts > span {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
}

.bh-online-counts strong {
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
}

.bh-online-extra {
	color: #8f8882;
	font-size: .82rem;
}

.bh-online-records {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	color: #bdb5ae;
	font-size: .84rem;
}

.bh-online-records strong {
	color: #f1eee9;
	font-weight: 700;
}

.bh-online-active {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #38322d;
	color: #bdb5ae;
}

.bh-online-user-list a {
	color: #e7e2dc !important;
	font-weight: 600;
	text-decoration: none;
}

.bh-online-user-list a:hover {
	color: #e87829 !important;
}

.bh-online-groups {
	margin-top: 9px;
	color: #8f8882;
	font-size: .82rem;
}

.bh-online-groups a {
	text-decoration: none;
}

@media (max-width: 800px) {
	.bh-online-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* ==========================================================
   BIKERHOUND PREMIUM FOOTER
========================================================== */

.bh-footer {
	margin-top: 0;
	background:
		linear-gradient(
			180deg,
			rgba(10,10,10,.34) 0%,
			rgba(0,0,0,.72) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 3px solid #51473e;
	border-bottom: 1px solid #090807;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.04),
		inset 0 -2px 0 rgba(0,0,0,.85),
		0 -3px 10px rgba(0,0,0,.35);
}

.bh-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1700px, calc(100% - 48px));
	min-height: 58px;
	margin: 0 auto;
	padding: 10px 0;
	color: #a9a29b;
	box-sizing: border-box;
}

.bh-footer-copyright {
	color: #b8b0a8;
	font-size: .82rem;
}

.bh-footer-copyright a,
.bh-footer-copyright a:link,
.bh-footer-copyright a:visited {
	color: #d5cec7;
	text-decoration: none;
}

.bh-footer-copyright a:hover,
.bh-footer-copyright a:focus {
	color: #e87829;
}

.bh-footer-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.bh-footer-links a,
.bh-footer-links a:link,
.bh-footer-links a:visited {
	color: #d7d1cb;
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
}

.bh-footer-links a:hover,
.bh-footer-links a:focus {
	color: #e87829;
}

.bh-footer-divider {
	color: #7b6b5f;
}

.bh-footer-loadtime {
	width: 100%;
	color: #77716c;
	font-size: .72rem;
	text-align: center;
}

@media (max-width: 700px) {
	.bh-footer-inner {
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		padding: 14px 0;
		text-align: center;
	}

	.bh-footer-links {
		justify-content: center;
	}
}

/* ==========================================================
   BIKERHOUND FOOTER — OVERRIDE STOCK SMF FOOTER
========================================================== */

#footer.bh-footer {
	margin: 0;
	padding: 0;
	background:
		linear-gradient(
			180deg,
			rgba(18,18,18,.30) 0%,
			rgba(2,2,2,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 3px solid #51473e;
	border-bottom: 1px solid #090807;
	color: #aaa29a;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.04),
		inset 0 -2px 0 rgba(0,0,0,.90),
		0 -4px 12px rgba(0,0,0,.55);
}

#footer.bh-footer .bh-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1700px, calc(100% - 48px));
	min-height: 58px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
}

#footer.bh-footer .bh-footer-copyright,
#footer.bh-footer .bh-footer-copyright a {
	color: #bdb5ad;
}

#footer.bh-footer .bh-footer-links a {
	color: #ddd6cf;
}

#footer.bh-footer .bh-footer-links a:hover,
#footer.bh-footer .bh-footer-copyright a:hover {
	color: #e87829;
}

#footer.bh-footer .bh-footer-divider {
	color: #6f6258;
}

/* ==========================================================
   INFO CENTER — BIKERHOUND COLLAPSE CONTROL
========================================================== */

#info_center .title_bar,
#info_center .titlebg {
	overflow: visible !important;
}

#info_center .titlebg {
	position: relative;
	padding-right: 82px;
}

#info_center .bh-info-toggle,
#info_center .bh-info-toggle.toggle_up,
#info_center .bh-info-toggle.toggle_down {
	position: absolute !important;
	top: 50% !important;
	right: 52px !important;
	left: auto !important;
	z-index: 20 !important;
	display: block !important;
	float: none !important;
	width: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	text-indent: 0 !important;
	background:
		linear-gradient(
			180deg,
			rgba(255,255,255,.07) 0%,
			rgba(0,0,0,.20) 45%,
			rgba(0,0,0,.68) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	background-position: center !important;
	border-top: 2px solid #756a60 !important;
	border-right: 2px solid #514941 !important;
	border-bottom: 2px solid #3f3933 !important;
	border-left: 2px solid #514941 !important;
	border-radius: 4px !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.10),
		inset 1px 0 0 rgba(255,255,255,.035),
		inset 0 -2px 0 rgba(0,0,0,.85),
		inset -1px 0 0 rgba(0,0,0,.65),
		0 0 0 1px #020202,
		0 3px 6px rgba(0,0,0,.65) !important;
	box-sizing: border-box !important;
	cursor: pointer;
	transform: translateY(-50%) !important;
}

/* Remove all stock SMF toggle artwork */
#info_center .bh-info-toggle::after,
#info_center .bh-info-toggle.toggle_up::after,
#info_center .bh-info-toggle.toggle_down::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Expanded — UP arrow */
#info_center .bh-info-toggle.toggle_up::before {
	content: "▲" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #e87829 !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	vertical-align: baseline !important;
	transform: translate(-50%, -52%) !important;
	filter: drop-shadow(0 1px 1px #000);
}

/* Collapsed — DOWN arrow */
#info_center .bh-info-toggle.toggle_down::before {
	content: "▼" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #e87829 !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	vertical-align: baseline !important;
	transform: translate(-50%, -48%) !important;
	filter: drop-shadow(0 1px 1px #000);
}

#info_center .bh-info-toggle:hover,
#info_center .bh-info-toggle:focus {
	border-top-color: #a96a42 !important;
	border-right-color: #75401f !important;
	border-bottom-color: #48230f !important;
	border-left-color: #81401d !important;
	outline: 0 !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.12),
		inset 1px 0 0 rgba(255,255,255,.04),
		inset 0 -2px 0 rgba(0,0,0,.88),
		inset -1px 0 0 rgba(0,0,0,.68),
		0 0 0 1px #020202,
		0 0 9px rgba(217,107,29,.28),
		0 3px 6px rgba(0,0,0,.68) !important;
}

#info_center .titlebg > a {
	position: relative;
	z-index: 1;
}

/* ==========================================================
   BIKERHOUND — PREVENT SLICK CAROUSEL PAGE OVERFLOW
========================================================== */

.slick-slider,
.slick-list {
	max-width: 100%;
	overflow: hidden;
}

.slick-track {
	max-width: none;
}

/* ==========================================================
   BIKERHOUND — EVENT CAROUSEL ARROWS
========================================================== */

.firstopicimage-slick .slick-prev::before,
.firstopicimage-slick .slick-next::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 34px;
	margin: 0;
	background:
		linear-gradient(180deg, #302820 0%, #15110e 55%, #080706 100%);
	border: 1px solid #6b4a34;
	border-radius: 3px;
	color: #e87829;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.08),
		inset 0 -2px 3px rgba(0,0,0,.85),
		0 2px 5px rgba(0,0,0,.7);
}

.firstopicimage-slick .slick-prev::before {
	content: "‹";
	transform: none;
}

.firstopicimage-slick .slick-next::before {
	content: "›";
	transform: none;
}

.firstopicimage-slick .slick-prev:hover::before,
.firstopicimage-slick .slick-next:hover::before {
	color: #fff;
	border-color: #d96b1d;
	background:
		linear-gradient(180deg, #6b3518 0%, #2b160d 60%, #0c0806 100%);
}

.firstopicimage-slick .slick-prev {
	left: 8px;
	z-index: 20;
}

.firstopicimage-slick .slick-next {
	right: 8px;
	z-index: 20;
}

.firstopicimage-slick .slick-prev {
	left: 18px;
}

.firstopicimage-slick .slick-next {
	right: 18px;
}

.firstopicimage-slick .slick-prev::before,
.firstopicimage-slick .slick-next::before {
	width: 32px;
	height: 38px;
	font-size: 22px;
}

/* ==========================================================
   BIKERHOUND — BOARD ROW HIERARCHY
========================================================== */

.bh-board-card {
	width: calc(100% - 32px);
	min-height: 82px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 16px;
}

.bh-category-boards {
	gap: 14px;
}

.bh-category-header {
	border-right-color: #b7551c !important;
}

.bh-category-header {
	border-right-width: 4px !important;
	border-right-style: solid !important;
	border-right-color: #b7551c !important;
}

/* ==========================================================
   BIKERHOUND — INFO CENTER HIERARCHY
========================================================== */

.bh-forum-frame #upshrink_stats > .bh-info-card {
	width: calc(100% - 32px);
	margin-left: auto;
	margin-right: auto;
}

#info_center .titlebg {
	border-right-color: #403a35 !important;
	box-shadow:
		inset 5px 0 0 #b7551c,
		inset -5px 0 0 #b7551c,
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -3px 0 rgba(0,0,0,.82),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60) !important;
}

/* ==========================================================
   BIKERHOUND — LEGACY INFO CENTER BLOCKS
========================================================== */

#upshrink_stats > .sub_bar {
	width: calc(100% - 32px);
	margin: 0 auto !important;
	padding: 12px 18px;
	background:
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border: 2px solid #403a35;
	border-bottom: 1px solid #403a35;
	border-radius: 4px 4px 0 0;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.045),
		0 0 0 1px #020202;
}

#upshrink_stats > .sub_bar + p.inline {
	width: calc(100% - 32px);
	margin: 0 auto 18px !important;
	padding: 14px 18px !important;
	background:
		linear-gradient(
			180deg,
			rgba(6,6,6,.42) 0%,
			rgba(0,0,0,.72) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border: 2px solid #403a35 !important;
	border-top: 0 !important;
	border-radius: 0 0 4px 4px;
	box-shadow:
		inset 0 -3px 5px rgba(0,0,0,.85),
		0 0 0 1px #020202;
}

/* ==========================================================
   BIKERHOUND — FOOTER ALIGNMENT
========================================================== */

#footer.bh-footer .bh-footer-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto auto;
	column-gap: 36px;
	row-gap: 4px;
	align-items: center;
}

#footer.bh-footer .bh-footer-copyright {
	grid-column: 1;
	grid-row: 1 / 3;
}

#footer.bh-footer .bh-footer-links {
	grid-column: 3;
	grid-row: 1;
	justify-content: flex-end;
}

#footer.bh-footer .bh-footer-loadtime {
	grid-column: 3;
	grid-row: 2;
	width: auto;
	margin: 0;
	text-align: right;
}

/* ==========================================================
   BIKERHOUND — USERS LOGGED IN LAST 24 HOURS CARD
========================================================== */

#upshrink_stats > .sub_bar {
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.07) 0%,
			rgba(0,0,0,.05) 38%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	border: 2px solid #403a35 !important;
	border-bottom: 1px solid #403a35 !important;
}

#upshrink_stats > .sub_bar + p.inline {
	background:
		linear-gradient(
			180deg,
			rgba(6,6,6,.42) 0%,
			rgba(0,0,0,.72) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	border: 2px solid #403a35 !important;
	border-top: 0 !important;
}

#upshrink_stats > .sub_bar .subbg {
	color: #e7e2dc !important;
	font-family: "Oswald", sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
}

#upshrink_stats > .sub_bar {
	background:
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat !important;
}

/* ==========================================================
   BIKERHOUND — EVENT CAROUSEL CONTAINER
========================================================== */

.firstopicimage-slick {
	position: relative;
	display: block !important;
	width: calc(100% - 48px);
	max-width: 1800px;
	margin: 18px auto 0 !important;
	padding: 18px 46px 14px;
	overflow: hidden;
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.08) 0%,
			rgba(0,0,0,.05) 38%,
			rgba(0,0,0,.20) 100%
		),
		linear-gradient(
			180deg,
			rgba(8,8,8,.48) 0%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 3px solid #655b52;
	border-right: 2px solid #4a443c;
	border-bottom: 0;
	border-left: 5px solid #b7551c;
	border-radius: 4px 4px 0 0;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.06),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202;
	box-sizing: border-box;
}

.firstopicimage-slick .slick-list {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.firstopicimage-slick .slick-prev {
	left: 12px;
}

.firstopicimage-slick .slick-next {
	right: 12px;
}

.firstopicimage-slick + .bh-forum-frame {
	margin-top: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

/* ==========================================================
   BIKERHOUND — MATCHED CAROUSEL / BREADCRUMB SIDE ACCENTS
========================================================== */

.firstopicimage-slick {
	border-left: 5px solid #b7551c !important;
	border-right: 5px solid #b7551c !important;
}

.bh-forum-frame > .navigate_section {
	border-left: 5px solid #b7551c !important;
	border-right: 5px solid #b7551c !important;
}

.bh-board-card {
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.09) 0%,
			rgba(0,0,0,.06) 35%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 52%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
}

/* ==========================================================
   BIKERHOUND — REAL RIVETS FOR CAROUSEL / BREADCRUMB
========================================================== */

.firstopicimage-slick::before,
.bh-forum-frame > .navigate_section::before,
.firstopicimage-slick::after,
.bh-forum-frame > .navigate_section::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 30;
	width: 18px;
	height: 18px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.firstopicimage-slick::before,
.bh-forum-frame > .navigate_section::before {
	left: 7px;
}

.firstopicimage-slick::after,
.bh-forum-frame > .navigate_section::after {
	right: 7px;
}

.bh-forum-frame > .navigate_section {
	position: relative;
}

/* ==========================================================
   BIKERHOUND — REAL RIVETS FOR LAST 24 HOURS HEADER
========================================================== */

#upshrink_stats > .sub_bar {
	position: relative;
}

#upshrink_stats > .sub_bar::before,
#upshrink_stats > .sub_bar::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 18px;
	height: 18px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

#upshrink_stats > .sub_bar::before {
	left: 7px;
}

#upshrink_stats > .sub_bar::after {
	right: 7px;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — BOARD HEADER
========================================================== */

.bh-messageindex-head {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 18px auto;
	padding: 18px 24px;
	background:
		url("../images/icons/bh-rivet.png") 18% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 38% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 62% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 82% 7px / 16px 16px no-repeat,
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
	border-top: 3px solid #655b52;
	border-right: 4px solid #b7551c;
	border-bottom: 3px solid #090807;
	border-left: 4px solid #b7551c;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -3px 0 rgba(0,0,0,.82),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60);
	box-sizing: border-box;
}

.bh-messageindex-head::before,
.bh-messageindex-head::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 18px;
	height: 18px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.bh-messageindex-head::before {
	left: 7px;
}

.bh-messageindex-head::after {
	right: 7px;
}

.bh-messageindex-head-main {
	flex: 1;
	min-width: 0;
}

.bh-messageindex-title {
	margin: 0;
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .035em;
	text-transform: uppercase;
	text-shadow:
		0 1px 0 #000,
		1px 2px 0 #171411,
		0 3px 4px rgba(0,0,0,.9);
}

.bh-messageindex-description {
	margin-top: 12px;
	color: #bbb5af;
	font-size: .9rem;
	line-height: 1.45;
}

.bh-messageindex-moderators {
	margin-top: 8px;
	color: #a79f98;
	font-size: .84rem;
}

.bh-messageindex-meta-label {
	color: #e17125;
	font-weight: 700;
}

.bh-messageindex-moderators a,
.bh-messageindex-viewing a {
	color: #eee8e1;
	text-decoration: none;
}

.bh-messageindex-moderators a:hover,
.bh-messageindex-viewing a:hover {
	color: #e87829;
}

.bh-messageindex-viewing {
	display: flex;
	align-items: center;
	gap: 6px;
	align-self: center;
	flex: 0 0 auto;
	margin-top: 10px;
	padding-left: 0;
	border-left: 0;
	color: #aaa39c;
	font-size: .84rem;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.bh-messageindex-head {
		flex-direction: column;
	}

	.bh-messageindex-viewing {
		align-self: stretch;
		padding: 12px 0 0;
		border-top: 1px solid #51463e;
		border-left: 0;
		white-space: normal;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — SUB-BOARDS
========================================================== */

.bh-messageindex-subboards {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 0 auto 22px;
}

.bh-messageindex-subboards-header {
	position: relative;
	margin: 0 0 14px;
	padding: 14px 20px;
	background:
		url("../images/icons/bh-rivet.png") 18% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 38% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 62% 7px / 16px 16px no-repeat,
		url("../images/icons/bh-rivet.png") 82% 7px / 16px 16px no-repeat,
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
	border-top: 3px solid #655b52;
	border-right: 4px solid #b7551c;
	border-bottom: 3px solid #090807;
	border-left: 4px solid #b7551c;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -3px 0 rgba(0,0,0,.82),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60);
}

.bh-messageindex-subboards-header::before,
.bh-messageindex-subboards-header::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 18px;
	height: 18px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.bh-messageindex-subboards-header::before {
	left: 7px;
}

.bh-messageindex-subboards-header::after {
	right: 7px;
}

.bh-messageindex-subboards-header h3 {
	margin: 0;
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .035em;
	text-transform: uppercase;
	text-shadow:
		0 1px 0 #000,
		1px 2px 0 #171411,
		0 3px 4px rgba(0,0,0,.9);
}

.bh-messageindex-subboards-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bh-messageindex-subboard {
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0,1fr) 170px 320px;
	grid-template-areas:
		"icon info stats last"
		"children children children children";
	column-gap: 18px;
	row-gap: 8px;
	align-items: center;
	min-height: 76px;
	padding: 10px 16px;
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.09) 0%,
			rgba(0,0,0,.06) 35%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 52%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 3px solid #655b52;
	border-right: 3px solid #211d19;
	border-bottom: 3px solid #090807;
	border-left: 3px solid #4a433d;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.065),
		inset 2px 0 0 rgba(255,255,255,.02),
		inset 0 -3px 0 rgba(0,0,0,.88),
		inset -2px 0 0 rgba(0,0,0,.62),
		inset 0 0 0 2px rgba(0,0,0,.50),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.62);
	box-sizing: border-box;
}

.bh-messageindex-subboard::before,
.bh-messageindex-subboard::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 14px;
	height: 14px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.bh-messageindex-subboard::before {
	left: 7px;
}

.bh-messageindex-subboard::after {
	right: 7px;
}

.bh-messageindex-subboard-icon {
	grid-area: icon;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.bh-messageindex-subboard-icon a {
	display: block;
	width: 46px;
	height: 46px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.bh-messageindex-subboard-info {
	grid-area: info;
	min-width: 0;
}

.bh-messageindex-subboard-info .subject {
	display: inline-block;
	margin: 0 0 4px;
	color: #e17125 !important;
	font-family: "Oswald", sans-serif;
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
}

.bh-messageindex-subboard-info .subject:hover {
	color: #f38a3b !important;
}

.bh-messageindex-subboard-info .board_description {
	color: #bbb5af;
	font-size: .84rem;
	line-height: 1.4;
}

.bh-messageindex-subboard-info .moderators {
	margin: 4px 0 0;
	color: #929292;
	font-size: .8rem;
	line-height: 1.4;
}

.bh-messageindex-subboard-stats {
	grid-area: stats;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border-left: 1px solid #3d3732;
	border-right: 1px solid #24211e;
	box-shadow:
		inset 1px 0 0 rgba(255,255,255,.025),
		inset -1px 0 0 rgba(0,0,0,.45);
}

.bh-messageindex-subboard-stats p {
	margin: 0;
	color: #a69d95;
	font-family: "Oswald", sans-serif;
	font-size: .78rem;
	font-weight: 600;
	line-height: 1.65;
	text-align: center;
}

.bh-messageindex-subboard-lastpost {
	grid-area: last;
	min-width: 0;
	padding-left: 18px;
	border-left: 1px solid #51463e;
	box-shadow: inset 1px 0 0 rgba(255,255,255,.025);
}

.bh-messageindex-subboard-lastpost p {
	margin: 0;
	color: #949494;
	font-size: .8rem;
	line-height: 1.45;
}

.bh-messageindex-subboard-lastpost a {
	color: #eee8e1;
	text-decoration: none;
}

.bh-messageindex-subboard-lastpost a:hover {
	color: #e87829;
}

.bh-messageindex-subboard > .children {
	grid-area: children;
	margin: 2px 0 0;
	padding: 10px 4px 0;
	border-top: 1px solid #38322d;
}

.bh-messageindex-subboard > .children p {
	margin: 0;
	color: #8f8882;
	font-size: .8rem;
}

.bh-messageindex-subboard > .children a {
	color: #c9c2bb;
	text-decoration: none;
}

.bh-messageindex-subboard > .children a:hover {
	color: #e87829;
}

@media (max-width: 1100px) {
	.bh-messageindex-subboard {
		grid-template-columns: 58px minmax(0,1fr) 150px 260px;
		column-gap: 14px;
	}
}

@media (max-width: 800px) {
	.bh-messageindex-subboard {
		grid-template-columns: 58px minmax(0,1fr);
		grid-template-areas:
			"icon info"
			"stats stats"
			"last last"
			"children children";
	}

	.bh-messageindex-subboard-stats {
		border-right: 0;
	}

	.bh-messageindex-subboard-lastpost {
		padding: 10px 0 0;
		border-top: 1px solid #38322d;
		border-left: 0;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — TOPIC LIST HEADER
========================================================== */

.bh-topic-header {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0,1fr) 190px 300px 38px;
	align-items: center;
	width: calc(100% - 36px);
	max-width: 1700px;
	min-height: 48px;
	margin: 0 auto 10px;
	padding: 0 14px;
	background:
		url("../images/icons/bh-rivet.png") 18% 7px / 14px 14px no-repeat,
		url("../images/icons/bh-rivet.png") 38% 7px / 14px 14px no-repeat,
		url("../images/icons/bh-rivet.png") 62% 7px / 14px 14px no-repeat,
		url("../images/icons/bh-rivet.png") 82% 7px / 14px 14px no-repeat,
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
	border-top: 3px solid #655b52;
	border-right: 4px solid #b7551c;
	border-bottom: 3px solid #090807;
	border-left: 4px solid #b7551c;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.075),
		inset 0 -3px 0 rgba(0,0,0,.82),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60);
	box-sizing: border-box;
}

.bh-topic-header::before,
.bh-topic-header::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 16px;
	height: 16px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

.bh-topic-header::before {
	left: 7px;
}

.bh-topic-header::after {
	right: 7px;
}

.bh-topic-header-icon {
	min-height: 34px;
	border-right: 1px solid #3d3732;
}

.bh-topic-header-info {
	display: flex;
	align-items: center;
	gap: 7px;
	padding-left: 16px;
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: .86rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.bh-topic-header-info a {
	color: #f1eee9 !important;
	text-decoration: none;
}

.bh-topic-header-info a:hover {
	color: #e87829 !important;
}

.bh-topic-header-divider {
	color: #8d6a53;
}

.bh-topic-header-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	align-items: center;
	min-height: 34px;
	border-left: 1px solid #3d3732;
	border-right: 1px solid #24211e;
}

.bh-topic-header-stats span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c8c1ba;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.bh-topic-header-stats span + span {
	border-left: 1px solid #4a423c;
}

.bh-topic-header-stats a {
	color: #c8c1ba !important;
	text-decoration: none;
}

.bh-topic-header-stats a:hover {
	color: #e87829 !important;
}

.bh-topic-header-lastpost {
	display: flex;
	align-items: center;
	min-height: 34px;
	padding-left: 18px;
	border-left: 1px solid #51463e;
	color: #c8c1ba;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.bh-topic-header-lastpost a {
	color: #c8c1ba !important;
	text-decoration: none;
}

.bh-topic-header-lastpost a:hover {
	color: #e87829 !important;
}

.bh-topic-header-moderation {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-left: 1px solid #3d3732;
}

.bh-topic-header-moderation input[type="checkbox"] {
	margin: 0;
}

.bh-topic-header-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 13px 16px;
	color: #aaa39c;
	font-family: "Oswald", sans-serif;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.bh-topic-header {
		grid-template-columns: 50px minmax(0,1fr) 160px 250px 34px;
	}
}

@media (max-width: 800px) {
	.bh-topic-header {
		grid-template-columns: 42px minmax(0,1fr) 34px;
	}

	.bh-topic-header-stats,
	.bh-topic-header-lastpost {
		display: none;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — TOPIC ROWS
========================================================== */

#topic_container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 0 auto;
}

.bh-topic-row {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0,1fr) 190px 300px 38px;
	align-items: center;
	min-height: 68px;
	padding: 8px 14px;
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.07) 0%,
			rgba(0,0,0,.05) 34%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 52%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 2px solid #514a43;
	border-right: 2px solid #211d19;
	border-bottom: 3px solid #090807;
	border-left: 2px solid #403a35;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.055),
		inset 0 -3px 0 rgba(0,0,0,.88),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 4px 10px rgba(0,0,0,.55);
	box-sizing: border-box;
	transition:
		transform .18s ease,
		border-color .18s ease,
		box-shadow .18s ease;
}

.bh-topic-row:hover {
	transform: translateY(-1px);
	border-color: #744321;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.065),
		inset 0 -3px 0 rgba(0,0,0,.88),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 0 10px rgba(217,107,29,.10),
		0 6px 12px rgba(0,0,0,.60);
}

.bh-topic-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-right: 1px solid #3d3732;
}

.bh-topic-icon img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.bh-topic-icon .main_icons {
	position: absolute;
	right: 5px;
	bottom: 4px;
}

.bh-topic-info {
	min-width: 0;
	padding: 0 16px;
}

.bh-topic-title {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.bh-topic-title .preview {
	min-width: 0;
}

.bh-topic-title a {
	color: #eee8e1;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.bh-topic-title a:hover {
	color: #e87829;
}

.bh-topic-title .new_posts {
	flex: 0 0 auto;
	padding: 2px 6px;
	background: #c85e18;
	border-radius: 2px;
	color: #fff !important;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.bh-topic-starter {
	margin-top: 4px;
	color: #8f8882;
	font-size: .78rem;
	line-height: 1.35;
}

.bh-topic-starter a {
	color: #cfc7bf;
	text-decoration: none;
}

.bh-topic-starter a:hover {
	color: #e87829;
}

.bh-topic-pages {
	display: inline-block;
	margin-top: 5px;
	color: #8f8882;
	font-size: .75rem;
}

.bh-topic-pages a {
	color: #c8c1ba;
	text-decoration: none;
}

.bh-topic-pages a:hover {
	color: #e87829;
}

.bh-topic-flags {
	float: right;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 12px;
}

.bh-topic-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	align-items: center;
	min-height: 48px;
	border-left: 1px solid #3d3732;
	border-right: 1px solid #24211e;
}

.bh-topic-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 42px;
}

.bh-topic-stat + .bh-topic-stat {
	border-left: 1px solid #4a423c;
}

.bh-topic-stat strong {
	color: #f0ece7;
	font-family: "Oswald", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 2px 2px #000;
}

.bh-topic-stat span {
	margin-top: 4px;
	color: #a69d95;
	font-family: "Oswald", sans-serif;
	font-size: .64rem;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bh-topic-lastpost {
	min-width: 0;
	padding-left: 18px;
	border-left: 1px solid #51463e;
	color: #9c958e;
	font-size: .78rem;
	line-height: 1.45;
}

.bh-topic-lastpost a {
	color: #eee8e1;
	text-decoration: none;
}

.bh-topic-lastpost a:hover {
	color: #e87829;
}

.bh-topic-moderation {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-left: 1px solid #3d3732;
}

.bh-topic-moderation input[type="checkbox"] {
	margin: 0;
}

.bh-topic-moderation a {
	display: inline-flex;
	margin: 1px;
}

@media (max-width: 1100px) {
	.bh-topic-row {
		grid-template-columns: 50px minmax(0,1fr) 160px 250px 34px;
	}

	.bh-topic-info {
		padding: 0 12px;
	}
}

@media (max-width: 800px) {
	#topic_container {
		width: calc(100% - 24px);
	}

	.bh-topic-row {
		grid-template-columns: 42px minmax(0,1fr) 34px;
		grid-template-areas:
			"icon info moderation"
			"stats stats stats"
			"last last last";
		row-gap: 8px;
	}

	.bh-topic-icon {
		grid-area: icon;
	}

	.bh-topic-info {
		grid-area: info;
	}

	.bh-topic-stats {
		grid-area: stats;
		border-top: 1px solid #38322d;
		border-right: 0;
		border-left: 0;
		padding-top: 8px;
	}

	.bh-topic-lastpost {
		grid-area: last;
		padding: 8px 0 0;
		border-top: 1px solid #38322d;
		border-left: 0;
	}

	.bh-topic-moderation {
		grid-area: moderation;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — OVERRIDE STOCK SMF TOPIC ROWS
========================================================== */

#topic_container .bh-topic-row,
#topic_container .bh-topic-row.windowbg,
#topic_container .bh-topic-row.windowbg2 {
	display: grid !important;
	grid-template-columns: 58px minmax(0,1fr) 190px 300px 38px !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 68px !important;
	margin: 0 !important;
	padding: 8px 14px !important;
	overflow: visible !important;

	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.07) 0%,
			rgba(0,0,0,.05) 34%,
			rgba(0,0,0,.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(6,6,6,.46) 0%,
			rgba(2,2,2,.62) 52%,
			rgba(0,0,0,.78) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;

	border-top: 2px solid #514a43 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 2px solid #403a35 !important;
	border-radius: 4px !important;

	color: #c8c1ba !important;

	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.055),
		inset 0 -3px 0 rgba(0,0,0,.88),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 4px 10px rgba(0,0,0,.55) !important;

	box-sizing: border-box !important;
}

#topic_container .bh-topic-row:hover {
	background:
		linear-gradient(
			90deg,
			rgba(112,48,19,.12) 0%,
			rgba(0,0,0,.06) 34%,
			rgba(0,0,0,.20) 100%
		),
		linear-gradient(
			180deg,
			rgba(8,8,8,.46) 0%,
			rgba(2,2,2,.64) 52%,
			rgba(0,0,0,.80) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
}

@media (max-width: 1100px) {
	#topic_container .bh-topic-row {
		grid-template-columns: 50px minmax(0,1fr) 160px 250px 34px !important;
	}
}

@media (max-width: 800px) {
	#topic_container .bh-topic-row {
		grid-template-columns: 42px minmax(0,1fr) 34px !important;
		grid-template-areas:
			"icon info moderation"
			"stats stats stats"
			"last last last" !important;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — TOPIC HEADER COLUMN ALIGNMENT
========================================================== */

.bh-topic-header {
	grid-template-columns: 58px minmax(0,1fr) 95px 95px 300px 38px;
}

.bh-topic-header-replies,
.bh-topic-header-views {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	color: #c8c1ba;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.bh-topic-header-replies {
	border-left: 1px solid #3d3732;
}

.bh-topic-header-views {
	border-left: 1px solid #4a423c;
	border-right: 1px solid #24211e;
}

.bh-topic-header-replies a,
.bh-topic-header-views a {
	color: #c8c1ba !important;
	text-decoration: none;
}

.bh-topic-header-replies a:hover,
.bh-topic-header-views a:hover {
	color: #e87829 !important;
}

@media (max-width: 1100px) {
	.bh-topic-header {
		grid-template-columns: 50px minmax(0,1fr) 80px 80px 250px 34px;
	}
}

@media (max-width: 800px) {
	.bh-topic-header {
		grid-template-columns: 42px minmax(0,1fr) 34px;
	}

	.bh-topic-header-replies,
	.bh-topic-header-views,
	.bh-topic-header-lastpost {
		display: none;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — FORCE TOPIC HEADER GRID
========================================================== */

#topic_header.bh-topic-header {
	display: grid !important;
	grid-template-columns: 58px minmax(0,1fr) 95px 95px 300px 38px !important;
	align-items: center !important;
	float: none !important;
	width: calc(100% - 36px) !important;
	max-width: 1700px !important;
	box-sizing: border-box !important;
}

#topic_header.bh-topic-header > * {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

#topic_header .bh-topic-header-icon {
	grid-column: 1;
}

#topic_header .bh-topic-header-info {
	grid-column: 2;
}

#topic_header .bh-topic-header-replies {
	grid-column: 3;
}

#topic_header .bh-topic-header-views {
	grid-column: 4;
}

#topic_header .bh-topic-header-lastpost {
	grid-column: 5;
}

#topic_header .bh-topic-header-moderation {
	grid-column: 6;
}

@media (max-width: 1100px) {
	#topic_header.bh-topic-header {
		grid-template-columns: 50px minmax(0,1fr) 80px 80px 250px 34px !important;
	}
}

@media (max-width: 800px) {
	#topic_header.bh-topic-header {
		grid-template-columns: 42px minmax(0,1fr) 34px !important;
	}

	#topic_header .bh-topic-header-icon {
		grid-column: 1;
	}

	#topic_header .bh-topic-header-info {
		grid-column: 2;
	}

	#topic_header .bh-topic-header-moderation {
		grid-column: 3;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — TOPIC LIST FINAL POLISH
========================================================== */

/* Clean stock SMF sort graphics from the custom header */
#topic_header .main_icons.sort_up,
#topic_header .main_icons.sort_down {
	display: none !important;
}

/* Header typography */
#topic_header .bh-topic-header-info {
	padding-left: 18px !important;
	gap: 9px;
	font-size: .82rem;
}

#topic_header .bh-topic-header-subject,
#topic_header .bh-topic-header-starter {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

#topic_header .bh-topic-header-divider {
	color: #b7551c;
	font-weight: 700;
}

#topic_header .bh-topic-header-replies,
#topic_header .bh-topic-header-views,
#topic_header .bh-topic-header-lastpost {
	color: #ddd6cf;
	font-size: .70rem;
	text-shadow: 0 1px 1px #000;
}

/* Topic title */
#topic_container .bh-topic-title a {
	color: #f0ebe5 !important;
	font-size: 1.02rem;
	letter-spacing: .008em;
	text-shadow:
		0 1px 1px #000,
		0 0 3px rgba(255,255,255,.06);
}

#topic_container .bh-topic-title a:hover,
#topic_container .bh-topic-title a:focus {
	color: #e87829 !important;
}

/* Started by line */
#topic_container .bh-topic-starter {
	margin-top: 5px;
	color: #8f8882;
	font-size: .76rem;
}

#topic_container .bh-topic-starter a {
	color: #e87829 !important;
	font-weight: 600;
}

/* Replies / Views */
#topic_container .bh-topic-stat strong {
	font-size: 1.18rem;
}

#topic_container .bh-topic-stat span {
	margin-top: 5px;
	font-size: .62rem;
	letter-spacing: .075em;
}

/* Last post */
#topic_container .bh-topic-lastpost {
	padding-right: 14px;
	color: #a8a099;
	font-size: .77rem;
	line-height: 1.5;
}

#topic_container .bh-topic-lastpost a {
	color: #eee8e1 !important;
}

#topic_container .bh-topic-lastpost a:hover {
	color: #e87829 !important;
}

/* Moderation checkbox column */
#topic_header .bh-topic-header-moderation,
#topic_container .bh-topic-moderation {
	border-left-color: #4a423c;
}

/* Slightly stronger row separation */
#topic_container {
	gap: 11px;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — ACTION / PAGINATION CONTROLS
========================================================== */

#messageindex ~ .pagesection,
#main_content_section .pagesection {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 12px auto !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box;
}

#main_content_section .pagesection .buttonlist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
}

#main_content_section .pagesection .button,
#main_content_section .pagesection .buttonlist a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px !important;

	background:
		linear-gradient(
			180deg,
			rgba(35,31,28,.96) 0%,
			rgba(8,7,6,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;

	border-top: 2px solid #655b52 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 2px solid #4a433d !important;
	border-radius: 3px !important;

	color: #eee8e1 !important;
	font-family: "Oswald", sans-serif !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	text-shadow: 0 1px 1px #000 !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.48) !important;
}

#main_content_section .pagesection .button:hover,
#main_content_section .pagesection .buttonlist a:hover,
#main_content_section .pagesection .button:focus,
#main_content_section .pagesection .buttonlist a:focus {
	color: #fff !important;
	border-color: #9c4d1e !important;

	background:
		linear-gradient(
			180deg,
			rgba(106,44,16,.52) 0%,
			rgba(22,10,5,.96) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.09),
		inset 0 -2px 0 rgba(0,0,0,.86),
		0 0 0 1px #020202,
		0 0 8px rgba(217,107,29,.18),
		0 3px 7px rgba(0,0,0,.55) !important;
}

#main_content_section .pagesection .pagelinks {
	display: flex;
	align-items: center;
	gap: 8px;
	float: left !important;
	margin: 0 !important;
	color: #aaa39c;
}

#main_content_section .pagesection .pagelinks .button {
	min-width: 74px;
}

/* GO DOWN control */
#main_content_section .pagesection .pagelinks a[href="#bot"] {
	gap: 7px;
	min-width: 82px;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

#main_content_section .pagesection .pagelinks a[href="#bot"]::after {
	content: "▼";
	color: #e87829;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 1;
	filter: drop-shadow(0 1px 1px #000);
}

#main_content_section .pagesection .pagelinks a[href="#bot"]:hover::after,
#main_content_section .pagesection .pagelinks a[href="#bot"]:focus::after {
	color: #fff;
}

/* Primary NEW TOPIC control only */
#main_content_section .pagesection .buttonlist a[href*="action=post"]:not([href*="poll"]) {
	background:
		linear-gradient(
			180deg,
			#d96b1d 0%,
			#a7430d 100%
		) !important;
	border-top-color: #ef8a3c !important;
	border-left-color: #c65d1a !important;
	border-right-color: #753511 !important;
	border-bottom-color: #351507 !important;
	color: #fff !important;
}

/* Keep action areas above and below topic list balanced */
#main_content_section .pagesection:first-of-type {
	margin-bottom: 14px !important;
}

#main_content_section .pagesection + #messageindex {
	margin-top: 0;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — LOCK HEADER / ROW ALIGNMENT
========================================================== */

#topic_header.bh-topic-header,
#topic_container {
	width: calc(100% - 36px) !important;
	max-width: 1700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

#topic_container {
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	clear: both !important;
}

#topic_container .bh-topic-row,
#topic_container .bh-topic-row.windowbg,
#topic_container .bh-topic-row.windowbg2 {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — REMOVE STOCK OUTER INSET
========================================================== */

#messageindex {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

/* Match TEXAS / board-header footprint exactly */
#messageindex #topic_header.bh-topic-header,
#messageindex #topic_container {
	width: calc(100% - 36px) !important;
	max-width: 1700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Match action bars to same outer footprint */
#main_content_section .pagesection {
	width: calc(100% - 36px) !important;
	max-width: 1700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — FINAL BOARD HEADER ALIGNMENT
========================================================== */

.bh-messageindex-frame .bh-messageindex-head,
#topic_header.bh-topic-header,
#topic_container {
	left: 0 !important;
	width: calc(100% - 36px) !important;
	max-width: 1700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — QUICK MODERATION
========================================================== */

#quick_actions {
	position: relative;
	z-index: 100;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 14px auto 10px !important;
	padding: 0 !important;
	overflow: visible !important;
	float: none !important;
	clear: both !important;
	box-sizing: border-box;
}

#messageindex,
#quickModForm {
	overflow: visible !important;
}

#quick_actions select.qaction {
	min-width: 180px;
	height: 34px;
	margin: 0 !important;
	padding: 0 34px 0 11px;
	background:
		linear-gradient(
			180deg,
			rgba(35,31,28,.96) 0%,
			rgba(8,7,6,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	border-top: 2px solid #655b52 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 2px solid #4a433d !important;
	border-radius: 3px !important;
	color: #eee8e1 !important;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.48);
	color-scheme: dark;
}

#quick_actions select.qaction option {
	background: #171513;
	color: #eee8e1;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
}

#quick_actions select.qaction option:checked {
	background: #6f2d0d;
	color: #fff;
}

#quick_actions select.qaction option:disabled {
	background: #171513;
	color: #706963;
}

#quick_actions input.button.qaction {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	min-height: 34px;
	margin: 0 !important;
	padding: 0 14px !important;
	background:
		linear-gradient(
			180deg,
			rgba(35,31,28,.96) 0%,
			rgba(8,7,6,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	border-top: 2px solid #655b52 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 2px solid #4a433d !important;
	border-radius: 3px !important;
	color: #eee8e1 !important;
	font-family: "Oswald", sans-serif !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 1px #000 !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.48) !important;
	cursor: pointer;
}

#quick_actions input.button.qaction:hover,
#quick_actions input.button.qaction:focus {
	color: #fff !important;
	border-color: #9c4d1e !important;
	background:
		linear-gradient(
			180deg,
			rgba(106,44,16,.52) 0%,
			rgba(22,10,5,.96) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — CUSTOM QUICK MOD DROPDOWNS
========================================================== */

#quick_actions select.bh-qselect-native {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

#quick_actions .bh-qselect-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 180px;
	height: 34px;
	margin: 0;
	padding: 0 34px 0 11px;
	background:
		linear-gradient(
			180deg,
			rgba(35,31,28,.96) 0%,
			rgba(8,7,6,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 2px solid #655b52;
	border-right: 2px solid #211d19;
	border-bottom: 3px solid #090807;
	border-left: 2px solid #4a433d;
	border-radius: 3px;
	color: #eee8e1;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	text-align: left;
	text-shadow: 0 1px 1px #000;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.48);
	box-sizing: border-box;
	cursor: pointer;
}

#quick_actions .bh-qselect-button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #c8c1ba;
	border-bottom: 2px solid #c8c1ba;
	transform: translateY(-65%) rotate(45deg);
}

#quick_actions .bh-qselect-button.open::after {
	transform: translateY(-25%) rotate(225deg);
}

#quick_actions .bh-qselect-button:hover,
#quick_actions .bh-qselect-button:focus,
#quick_actions .bh-qselect-button.open {
	outline: 0;
	border-color: #9c4d1e;
	color: #fff;
}

#quick_actions .bh-qselect-button.disabled {
	opacity: .45;
	cursor: default;
}

.bh-qselect-menu {
	position: absolute;
	z-index: 999999;
	max-height: 300px;
	margin: 0;
	padding: 4px 0;
	overflow-x: hidden;
	overflow-y: auto;
	background:
		linear-gradient(
			180deg,
			#1b1815 0%,
			#0d0c0b 100%
		);
	border-top: 2px solid #655b52;
	border-right: 2px solid #211d19;
	border-bottom: 3px solid #090807;
	border-left: 2px solid #4a433d;
	border-radius: 3px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		0 8px 18px rgba(0,0,0,.78);
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #9c4d1e #111;
}

.bh-qselect-option {
	display: block;
	width: 100%;
	margin: 0;
	padding: 7px 11px;
	background: transparent;
	border: 0;
	color: #eee8e1;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}

.bh-qselect-option:hover,
.bh-qselect-option:focus {
	outline: 0;
	background:
		linear-gradient(
			90deg,
			#b44e15 0%,
			#78300d 100%
		);
	color: #fff;
}

.bh-qselect-option.selected {
	background:
		linear-gradient(
			90deg,
			rgba(180,78,21,.78) 0%,
			rgba(72,29,10,.78) 100%
		);
	color: #fff;
}

.bh-qselect-option.disabled {
	color: #b8aea5;
	cursor: default;
	opacity: 1;
}

.bh-qselect-menu::-webkit-scrollbar {
	width: 10px;
}

.bh-qselect-menu::-webkit-scrollbar-track {
	background: #111;
	border-left: 1px solid #302923;
}

.bh-qselect-menu::-webkit-scrollbar-thumb {
	background:
		linear-gradient(
			180deg,
			#b7551c 0%,
			#70300f 100%
		);
	border: 2px solid #111;
	border-radius: 3px;
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — TOPIC LEGEND / JUMP TO
========================================================== */

#topic_icons.bh-topic-legend {
	position: relative;
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 18px auto 6px;
	overflow: hidden;
	background:
		linear-gradient(
			90deg,
			rgba(92,40,18,.08) 0%,
			rgba(0,0,0,.05) 38%,
			rgba(0,0,0,.20) 100%
		),
		linear-gradient(
			180deg,
			rgba(8,8,8,.52) 0%,
			rgba(1,1,1,.82) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat;
	border-top: 3px solid #655b52;
	border-right: 4px solid #b7551c;
	border-bottom: 3px solid #090807;
	border-left: 4px solid #b7551c;
	border-radius: 4px;
	box-shadow:
		inset 0 2px 0 rgba(255,255,255,.06),
		inset 0 -3px 0 rgba(0,0,0,.88),
		inset 0 0 0 2px rgba(0,0,0,.48),
		0 0 0 1px #020202,
		0 6px 14px rgba(0,0,0,.60);
	box-sizing: border-box;
}

#topic_icons.bh-topic-legend::before,
#topic_icons.bh-topic-legend::after {
	content: "";
	position: absolute;
	top: 7px;
	z-index: 4;
	width: 16px;
	height: 16px;
	background: url("../images/icons/bh-rivet.png") center / contain no-repeat;
	pointer-events: none;
}

#topic_icons.bh-topic-legend::before {
	left: 7px;
}

#topic_icons.bh-topic-legend::after {
	right: 7px;
}

.bh-topic-legend-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 50px;
	padding: 10px 22px;
	background:
		linear-gradient(
			90deg,
			rgba(18,8,3,.48) 0%,
			rgba(37,14,5,.36) 28%,
			rgba(7,5,4,.58) 68%,
			rgba(0,0,0,.72) 100%
		),
		linear-gradient(
			180deg,
			rgba(5,5,5,.42) 0%,
			rgba(4,3,2,.58) 48%,
			rgba(0,0,0,.76) 100%
		),
		url("../images/textures/bh-rust-grunge.jpg") center 52% / cover no-repeat;
	border-bottom: 2px solid #403a35;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		inset 0 -2px 0 rgba(0,0,0,.75);
	box-sizing: border-box;
}

.bh-topic-legend-title {
	color: #f1eee9;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
	text-shadow:
		0 1px 0 #000,
		0 2px 3px rgba(0,0,0,.85);
	white-space: nowrap;
}

.bh-topic-jump {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
	color: #c8c1ba;
}

.bh-topic-jump .jump_to {
	margin: 0;
	color: #c8c1ba !important;
	font-family: "Oswald", sans-serif;
	font-size: .72rem !important;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.bh-topic-jump select {
	min-width: 220px;
	height: 34px;
	margin: 0;
	padding: 0 34px 0 11px;
	background:
		linear-gradient(
			180deg,
			rgba(35,31,28,.96) 0%,
			rgba(8,7,6,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	border-top: 2px solid #655b52 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 2px solid #4a433d !important;
	border-radius: 3px !important;
	color: #eee8e1 !important;
	font-family: "Oswald", sans-serif;
	font-size: .72rem;
	font-weight: 700;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.48);
	color-scheme: dark;
	box-sizing: border-box;
}

.bh-topic-jump select option {
	background: #171513;
	color: #eee8e1;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.bh-topic-jump select option:checked {
	background: #6f2d0d;
	color: #fff;
}

.bh-topic-jump input[type="button"],
.bh-topic-jump input[type="submit"],
.bh-topic-jump .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 34px;
	margin: 0 !important;
	padding: 0 13px !important;
	background:
		linear-gradient(
			180deg,
			rgba(35,31,28,.96) 0%,
			rgba(8,7,6,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
	border-top: 2px solid #655b52 !important;
	border-right: 2px solid #211d19 !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 2px solid #4a433d !important;
	border-radius: 3px !important;
	color: #eee8e1 !important;
	font-family: "Oswald", sans-serif !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 1px #000 !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.07),
		inset 0 -2px 0 rgba(0,0,0,.82),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.48) !important;
	cursor: pointer;
}

.bh-topic-jump input[type="button"]:hover,
.bh-topic-jump input[type="submit"]:hover,
.bh-topic-jump .button:hover,
.bh-topic-jump input[type="button"]:focus,
.bh-topic-jump input[type="submit"]:focus,
.bh-topic-jump .button:focus {
	color: #fff !important;
	border-color: #9c4d1e !important;
	background:
		linear-gradient(
			180deg,
			rgba(106,44,16,.52) 0%,
			rgba(22,10,5,.96) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;
}

.bh-topic-legend-body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 8px 28px;
	padding: 16px 22px 18px;
	box-sizing: border-box;
}

.bh-topic-legend-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.bh-topic-legend-item {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 24px;
	color: #bbb4ad;
	font-size: .8rem;
	line-height: 1.35;
}

.bh-topic-legend-item .main_icons {
	flex: 0 0 auto;
	margin: 0 !important;
}

.bh-topic-legend-item > span:last-child {
	min-width: 0;
}

@media (max-width: 800px) {
	#topic_icons.bh-topic-legend {
		width: calc(100% - 24px);
	}

	.bh-topic-legend-header {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		padding: 14px 18px;
	}

	.bh-topic-jump {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.bh-topic-jump select {
		min-width: 0;
		width: 100%;
	}

	.bh-topic-legend-body {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 14px 18px 16px;
	}
}

/* ==========================================================
   BIKERHOUND MESSAGE INDEX — TOPIC LEGEND COMPACT LAYOUT
========================================================== */

#topic_icons.bh-topic-legend {
	overflow: visible;
	margin-top: 14px;
	margin-bottom: 10px;
}

.bh-topic-legend-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	min-height: 76px;
	padding: 11px 20px;
	box-sizing: border-box;
}

.bh-topic-legend-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	column-gap: 42px;
	row-gap: 6px;
	min-width: 0;
}

.bh-topic-legend-item {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	color: #d8d1ca;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: .80rem;
	font-weight: 500;
	line-height: 1.25;
	white-space: nowrap;
}

.bh-topic-legend-item .main_icons {
	flex: 0 0 auto;
	margin: 0 !important;
}

.bh-topic-legend-item > span:last-child {
	min-width: 0;
	color: #d8d1ca;
}

.bh-topic-jump {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 360px;
	margin: 0;
}

.bh-topic-jump .jump_to {
	margin: 0;
	color: #cfc7bf !important;
	font-family: "Oswald", sans-serif;
	font-size: .70rem !important;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
	white-space: nowrap;
}

.bh-topic-jump select {
	min-width: 220px;
}

@media (max-width: 900px) {
	.bh-topic-legend-content {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bh-topic-jump {
		justify-content: flex-start;
		min-width: 0;
	}
}

@media (max-width: 600px) {
	.bh-topic-legend-items {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-auto-flow: row;
	}

	.bh-topic-legend-item {
		white-space: normal;
	}
}

/* ==========================================================
   BIKERHOUND — FINAL GLOBAL FORGED BREADCRUMBS
========================================================== */

body .navigate_section,
.bh-forum-frame > .navigate_section {
	position: relative !important;
	display: block !important;
	float: none !important;
	clear: both !important;

	width: calc(100% - 36px) !important;
	max-width: 1700px !important;

	margin: 10px auto 12px !important;
	padding: 0 !important;
	overflow: hidden !important;

	background:
		linear-gradient(
			180deg,
			rgba(20,18,16,.96) 0%,
			rgba(7,7,7,.98) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center center / cover no-repeat !important;

	border-top: 2px solid #5b5149 !important;
	border-right: 4px solid #b7551c !important;
	border-bottom: 3px solid #090807 !important;
	border-left: 4px solid #b7551c !important;
	border-radius: 3px !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		inset 0 -2px 0 rgba(0,0,0,.9),
		0 0 0 1px #020202,
		0 3px 7px rgba(0,0,0,.55) !important;

	box-sizing: border-box !important;
}

/* Real rivets at far ends only */
body .navigate_section::before,
body .navigate_section::after,
.bh-forum-frame > .navigate_section::before,
.bh-forum-frame > .navigate_section::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	z-index: 10 !important;

	display: block !important;

	width: 13px !important;
	height: 13px !important;

	background:
		url("../images/icons/bh-rivet.png") center / contain no-repeat !important;

	border: 0 !important;
	box-shadow: none !important;

	transform: translateY(-50%) !important;
	pointer-events: none !important;
}

body .navigate_section::before,
.bh-forum-frame > .navigate_section::before {
	left: 8px !important;
}

body .navigate_section::after,
.bh-forum-frame > .navigate_section::after {
	right: 8px !important;
}

body .navigate_section ul,
.bh-forum-frame > .navigate_section ul {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 0 !important;

	min-height: 34px !important;

	margin: 0 !important;
	padding: 0 28px !important;

	background: transparent !important;
	border: 0 !important;

	list-style: none !important;
	box-sizing: border-box !important;
}

body .navigate_section li,
.bh-forum-frame > .navigate_section li {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;

	min-height: 34px !important;

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

	background: transparent !important;
	border: 0 !important;

	color: #d4cec8 !important;

	font-family: "Segoe UI", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
	letter-spacing: 0 !important;

	text-shadow: 0 1px 1px #000 !important;

	box-sizing: border-box !important;
}

body .navigate_section li:first-child,
.bh-forum-frame > .navigate_section li:first-child {
	padding-left: 5px !important;
}

/* Orange chevron separators */
body .navigate_section li:not(:last-child)::after,
.bh-forum-frame > .navigate_section li:not(:last-child)::after {
	content: "" !important;
	position: absolute !important;

	top: 50% !important;
	right: 4px !important;

	width: 11px !important;
	height: 11px !important;

	background: transparent !important;

	border-top: 2px solid #e06a1c !important;
	border-right: 2px solid #e06a1c !important;

	box-shadow:
		1px -1px 0 rgba(0,0,0,.75) !important;

	transform: translateY(-50%) rotate(45deg) !important;
	transform-origin: center !important;
}

body .navigate_section .dividers,
.bh-forum-frame > .navigate_section .dividers {
	display: none !important;
}

body .navigate_section li a,
body .navigate_section li a:link,
body .navigate_section li a:visited,
.bh-forum-frame > .navigate_section li a,
.bh-forum-frame > .navigate_section li a:link,
.bh-forum-frame > .navigate_section li a:visited {
	display: inline-flex !important;
	align-items: center !important;

	color: #d4cec8 !important;
	background: transparent !important;

	font: inherit !important;
	line-height: inherit !important;

	text-decoration: none !important;
	text-shadow: inherit !important;
}

body .navigate_section li a:hover,
body .navigate_section li a:focus,
.bh-forum-frame > .navigate_section li a:hover,
.bh-forum-frame > .navigate_section li a:focus {
	color: #fff !important;

	text-shadow:
		0 1px 1px #000,
		0 0 5px rgba(217,107,29,.28) !important;

	text-decoration: none !important;
}

/* Current page — no box, just subtle emphasis */
body .navigate_section li.last,
body .navigate_section li:last-child,
.bh-forum-frame > .navigate_section li.last,
.bh-forum-frame > .navigate_section li:last-child {
	background:
		linear-gradient(
			180deg,
			rgba(55,42,34,.34) 0%,
			rgba(20,14,10,.18) 100%
		) !important;

	border: 0 !important;

	color: #f2a065 !important;
	font-weight: 700 !important;

	padding-left: 10px !important;
	padding-right: 12px !important;

	box-shadow:
		inset 0 -2px 0 rgba(217,107,29,.18) !important;
}

body .navigate_section li.last > span,
body .navigate_section li:last-child > span,
.bh-forum-frame > .navigate_section li.last > span,
.bh-forum-frame > .navigate_section li:last-child > span {
	color: #f2a065 !important;
	font-weight: 700 !important;
	text-shadow: 0 1px 1px #000 !important;
}

/* Home icon */
body .navigate_section li:first-child a::before,
body .navigate_section li:first-child > span:first-child::before,
.bh-forum-frame > .navigate_section li:first-child a::before,
.bh-forum-frame > .navigate_section li:first-child > span:first-child::before {
	content: "⌂" !important;
	display: inline-block !important;

	margin-right: 6px !important;

	color: #e87829 !important;

	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;

	filter: drop-shadow(0 1px 1px #000);
}

/* Bottom breadcrumb matches top */
.bh-forum-frame .navigate_section:last-of-type {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

@media (max-width: 700px) {
	body .navigate_section ul,
	.bh-forum-frame > .navigate_section ul {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	body .navigate_section li,
	.bh-forum-frame > .navigate_section li {
		font-size: 12px !important;
		padding-left: 7px !important;
		padding-right: 17px !important;
	}
}

/* ==========================================================
   BIKERHOUND DISPLAY — TOPIC HEADER
========================================================== */

#display_head.bh-display-head {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 14px auto 18px;
	padding: 0;
	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			rgba(104,43,15,.09) 0%,
			rgba(0,0,0,.02) 34%,
			rgba(0,0,0,.14) 100%
		),
		linear-gradient(
			180deg,
			rgba(31,29,27,.97) 0%,
			rgba(16,15,14,.99) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center / cover no-repeat;

	border: 1px solid #4b433c;
	border-left: 4px solid #b7551c;
	border-right: 4px solid #b7551c;
	border-radius: 5px;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.045),
		inset 0 -1px 0 rgba(0,0,0,.72),
		0 3px 7px rgba(0,0,0,.46);

	box-sizing: border-box;
}

#display_head.bh-display-head::before,
#display_head.bh-display-head::after {
	display: none;
	content: none;
}

.bh-display-head-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"title next"
		"meta next"
		"viewing next";
	align-items: center;
	column-gap: 30px;
	row-gap: 4px;

	min-height: 98px;
	padding: 16px 22px;

	box-sizing: border-box;
}

.bh-display-title-row {
	grid-area: title;
	min-width: 0;
}

.bh-display-title {
	margin: 0 0 3px;

	color: #e5dfd9;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 1.72rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: .005em;

	text-shadow:
		0 1px 1px #000,
		0 0 3px rgba(255,255,255,.04);
}

.bh-display-title .main_icons {
	margin-left: 6px;
	vertical-align: middle;
}

.bh-display-meta {
	grid-area: meta;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;

	color: #a9a29b;
	font-size: .86rem;
	line-height: 1.4;
}

.bh-display-meta-label {
	color: #9f9891;
}

.bh-display-meta-value {
	color: #e87829;
	font-weight: 700;
}

.bh-display-meta-separator {
	color: #695a50;
	padding: 0 2px;
}

.bh-display-meta-time {
	color: #c4bcb5;
}

.bh-display-nextlinks {
	grid-area: next;
	align-self: center;

	padding-left: 27px;
	border-left: 1px solid #4b433c;

	color: #a9a29b;
	font-size: .84rem;
	font-weight: 600;
	white-space: nowrap;
}

.bh-display-nextlinks a {
	color: #ded8d2 !important;
	font-weight: 700;
	text-decoration: none;
}

.bh-display-nextlinks a:hover,
.bh-display-nextlinks a:focus {
	color: #e87829 !important;
}

.bh-display-viewing {
	grid-area: viewing;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 2px;

	color: #aaa29b;
	font-size: .84rem;
	line-height: 1.4;
}

.bh-display-viewing-label {
	color: #e87829;
	font-weight: 700;
}

.bh-display-viewing-value {
	color: #c4bcb5;
}

.bh-display-viewing a {
	color: #ddd6cf !important;
	text-decoration: none;
}

.bh-display-viewing a:hover {
	color: #e87829 !important;
}

@media (max-width: 800px) {
	#display_head.bh-display-head {
		width: calc(100% - 24px);
	}

	.bh-display-head-main {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"meta"
			"viewing"
			"next";
		row-gap: 6px;
		padding: 15px 17px;
	}

	.bh-display-nextlinks {
		margin-top: 6px;
		padding: 9px 0 0;
		border-top: 1px solid #4b433c;
		border-left: 0;
		white-space: normal;
	}
}

/* ==========================================================
   BIKERHOUND DISPLAY — LINKED EVENTS
========================================================== */

#display_head + .title_bar {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			rgba(109,44,15,.16) 0%,
			rgba(24,18,15,.06) 38%,
			rgba(0,0,0,.12) 100%
		),
		linear-gradient(
			180deg,
			#26221f 0%,
			#171513 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center / cover no-repeat !important;

	border: 1px solid #4b433c !important;
	border-left: 4px solid #b7551c !important;
	border-right: 4px solid #b7551c !important;
	border-bottom-color: #403933 !important;
	border-radius: 5px 5px 0 0 !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.045),
		inset 0 -1px 0 rgba(0,0,0,.72) !important;

	box-sizing: border-box;
}

#display_head + .title_bar::before,
#display_head + .title_bar::after {
	display: none;
	content: none;
}

#display_head + .title_bar .titlebg {
	margin: 0 !important;
	padding: 10px 16px !important;

	background: transparent !important;
	border: 0 !important;

	color: #e87829 !important;
	font-family: "Oswald", sans-serif !important;
	font-size: .95rem !important;
	font-weight: 700 !important;
	letter-spacing: .025em !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 1px #000 !important;
}

#display_head + .title_bar + .information {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 0 auto 18px !important;
	padding: 15px 16px 17px !important;

	background:
		linear-gradient(
			90deg,
			rgba(87,36,14,.06) 0%,
			rgba(0,0,0,.03) 40%,
			rgba(0,0,0,.12) 100%
		),
		linear-gradient(
			180deg,
			rgba(27,26,25,.98) 0%,
			rgba(15,14,13,.99) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center / cover no-repeat !important;

	border: 1px solid #4b433c !important;
	border-top: 0 !important;
	border-left: 4px solid #b7551c !important;
	border-right: 4px solid #b7551c !important;
	border-radius: 0 0 5px 5px !important;

	color: #bdb5ae !important;

	box-shadow:
		inset 0 -1px 0 rgba(0,0,0,.75),
		0 3px 7px rgba(0,0,0,.42) !important;

	box-sizing: border-box;
}

#display_head + .title_bar + .information ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#display_head + .title_bar + .information li {
	margin: 0 !important;
	padding: 0 !important;

	color: #bdb5ae !important;
	font-size: .86rem;
	line-height: 1.55;
}

#display_head + .title_bar + .information .event_title {
	display: inline-block;
	margin-bottom: 5px;

	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 1.04rem;
	font-weight: 700;
}

#display_head + .title_bar + .information .event_title a,
#display_head + .title_bar + .information .event_title a:link,
#display_head + .title_bar + .information .event_title a:visited {
	color: #e6dfd8 !important;
	text-decoration: none !important;
}

#display_head + .title_bar + .information .event_title a:hover,
#display_head + .title_bar + .information .event_title a:focus {
	color: #e87829 !important;
}

#display_head + .title_bar + .information time {
	color: #bdb5ae !important;
}

#display_head + .title_bar + .information .main_icons {
	vertical-align: middle;
}

@media (max-width: 800px) {
	#display_head + .title_bar,
	#display_head + .title_bar + .information {
		width: calc(100% - 24px);
	}
}

/* ==========================================================
   BIKERHOUND DISPLAY — THEME POST CARDS
========================================================== */

#forumposts {
	width: calc(100% - 36px);
	max-width: 1700px;
	margin: 18px auto 0;
	padding: 0;
	box-sizing: border-box;
}

.bh-post-card {
	position: relative;
	width: 100%;
	margin: 0 0 16px !important;
	padding: 0 !important;
	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			rgba(87,36,14,.05) 0%,
			rgba(0,0,0,.02) 36%,
			rgba(0,0,0,.12) 100%
		),
		linear-gradient(
			180deg,
			rgba(28,27,25,.98) 0%,
			rgba(14,13,12,.99) 100%
		),
		url("../images/textures/bh-black-grunge.jpg") center / cover no-repeat !important;

	border-top: 1px solid #4b433c !important;
	border-right: 4px solid #b7551c !important;
	border-bottom: 1px solid #4b433c !important;
	border-left: 4px solid #b7551c !important;
	border-radius: 5px !important;

	color: #c9c2bb !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		inset 0 -1px 0 rgba(0,0,0,.72),
		0 3px 7px rgba(0,0,0,.44) !important;

	box-sizing: border-box;
}

.bh-post-wrapper {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	grid-template-areas:
		"poster post"
		"poster footer";
	align-items: stretch;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-sizing: border-box;
}

/* ----------------------------------------------------------
   POSTER COLUMN
---------------------------------------------------------- */

.bh-post-poster {
	grid-area: poster;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 18px 16px !important;

	background:
		linear-gradient(
			180deg,
			rgba(43,37,32,.80) 0%,
			rgba(17,15,14,.94) 100%
		) !important;

	border: 0 !important;
	border-right: 1px solid #4b433c !important;

	color: #aaa29b !important;
	box-sizing: border-box;
}

.bh-post-member-name {
	margin: 0 0 10px !important;
	padding: 0 !important;

	color: #e5dfd9 !important;
	font-family: "Oswald", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
}

.bh-post-member-name a,
.bh-post-member-name a:link,
.bh-post-member-name a:visited {
	color: #e87829 !important;
	text-decoration: none !important;
}

.bh-post-member-name a:hover,
.bh-post-member-name a:focus {
	color: #f3a067 !important;
}

.bh-post-user-info {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	color: #aaa29b !important;
	font-size: .80rem;
	line-height: 1.45;
}

.bh-post-user-info > li {
	margin: 0 0 5px !important;
	padding: 0 !important;
	color: #aaa29b !important;
}

.bh-post-user-info .membergroup,
.bh-post-user-info .postgroup {
	color: #d1c9c2 !important;
	font-weight: 600;
}

.bh-post-avatar {
	margin: 10px 0 12px !important;
}

.bh-post-avatar img {
	display: block;
	max-width: 120px !important;
	height: auto !important;
	margin: 0 auto;

	border: 1px solid #51483f;
	border-radius: 4px;

	box-shadow:
		0 0 0 1px #090807,
		0 3px 8px rgba(0,0,0,.55);
}

/* ----------------------------------------------------------
   POST BODY
---------------------------------------------------------- */

.bh-post-area {
	grid-area: post;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box;
}

.bh-post-keyinfo {
	margin: 0 !important;
	padding: 13px 18px 12px !important;

	background:
		linear-gradient(
			90deg,
			rgba(108,44,15,.15) 0%,
			rgba(26,20,16,.06) 38%,
			rgba(0,0,0,.12) 100%
		),
		linear-gradient(
			180deg,
			#27231f 0%,
			#171513 100%
		) !important;

	border: 0 !important;
	border-bottom: 1px solid #4b433c !important;

	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.035),
		inset 0 -1px 0 rgba(0,0,0,.70);

	box-sizing: border-box;
}

.bh-post-subject {
	margin: 0 0 4px !important;
	padding: 0 !important;

	color: #e6dfd8 !important;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.bh-post-subject a,
.bh-post-subject a:link,
.bh-post-subject a:visited {
	color: #e6dfd8 !important;
	text-decoration: none !important;
}

.bh-post-subject a:hover,
.bh-post-subject a:focus {
	color: #e87829 !important;
}

.bh-post-meta,
.bh-post-meta a {
	color: #9f9891 !important;
}

.bh-post-meta a:hover {
	color: #e87829 !important;
}

.bh-post-number {
	color: #e87829 !important;
	font-weight: 700;
}

.bh-post-content {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.bh-post-inner {
	min-height: 120px;
	margin: 0 !important;
	padding: 20px 22px 24px !important;

	background: transparent !important;
	border: 0 !important;

	color: #d8d1ca !important;
	font-size: .92rem;
	line-height: 1.65;

	box-sizing: border-box;
}

.bh-post-inner a,
.bh-post-inner a:link,
.bh-post-inner a:visited {
	color: #e87829;
}

.bh-post-inner a:hover,
.bh-post-inner a:focus {
	color: #f3a067;
}

/* ----------------------------------------------------------
   POST ACTIONS / SIGNATURE
---------------------------------------------------------- */

.bh-post-actions {
	margin: 0 !important;
	padding: 10px 18px !important;

	background:
		linear-gradient(
			180deg,
			rgba(24,22,20,.82) 0%,
			rgba(11,10,9,.92) 100%
		) !important;

	border-top: 1px solid #403933 !important;
	color: #aaa29b !important;
	box-sizing: border-box;
}

.bh-post-footer {
	grid-area: footer;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box;
}

.bh-post-signature {
	margin: 0 !important;
	padding: 12px 18px 14px !important;

	background:
		linear-gradient(
			180deg,
			rgba(21,19,17,.82) 0%,
			rgba(10,9,8,.92) 100%
		) !important;

	border-top: 1px solid #403933 !important;
	color: #9f9891 !important;
	font-size: .80rem;
	line-height: 1.5;
}

#forumposts .post_separator {
	display: none !important;
}

@media (max-width: 800px) {
	#forumposts {
		width: calc(100% - 24px);
	}

	.bh-post-wrapper {
		grid-template-columns: 1fr;
		grid-template-areas:
			"poster"
			"post"
			"footer";
	}

	.bh-post-poster {
		border-right: 0 !important;
		border-bottom: 1px solid #4b433c !important;
	}

	.bh-post-avatar img {
		margin-left: 0;
	}
}