.site-title {
	font-size: 0;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font-size: 0;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	height: auto;
}

.navbar {
	background-color: #c44f09;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #fff;
}

.nav-menu li a {
	color: #000;
}

/*
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: white !important;
	font-style: italic;
}
*/
.current_page_item a {
	color: white !important;
}

.nav-menu .sub-menu, .nav-menu .children {
	background-color: #9f3704;
	border: 2px solid #000;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover /*, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus */ {
	background-color: #cc4605;
}

body {
/* color: #000000 !important; */
	color: white;
	background-color: black;
	line-height: 1.5;
}

#page {
	background-color: inherit;
	border-color: black;
}

.widget {
	background-color: black;
	margin: 0;
}

figcaption {
	color: white !important;
}

a:not(.nav-menu *) {
	color: #e61 !important;
}

a:hover:not(.nav-menu *) {
	color: #cc4605 !important;
}

input[type="search"] {
	border: solid 1px black;
	background-color: #555;
	color: white;
}

input[type="search"]::placeholder {
	color: #eee;
	font-style: italic;
}

div.force-light-bg {
	background-color: #eeeecc;
	color: black;
	border-radius: 5px;
	box-shadow: 0 0 20px -10px #fff;
}
.comment-respond {
	background-color: #402e16;
	padding: 30px 0;
}
.post-navigation {
	background-color: #332a1a;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}
.idea-item-status {
	background-color: #216f0b!important;
}
.page-header {
	background-color: #221f05;
}
.site-footer {
	background-color: #0b0a09;
}
.alertify .alert > *, .alertify .dialog > * {
	background: #egegeg;
}
.ideapush-form-inner, .ideapush-leader-board-inner, .ideapush-form-inner, .ideapush-comments-widget-inner {
	background-color: #777979!important;
	padding: 20px;
	border: 1px solid #c46009!important;
	border-radius: 4px;
}

#mc_embed_signup {
	background: #444141!important;
	width: 100% !important;
	border: 1px solid black;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	background-color: #9b9797!important;
	text-indent: 2%;
}

#mce-EMAIL-HELPERTEXT.helper_text:empty {
	display: none;
}

hr.wp-block-separator:not(.is-style-dots) {
	background:
		url(https://jackpelham.com/wp-content/uploads/2023/06/line-separator-400px.png)
		no-repeat center/100%;
	
	filter:
		invert(69%) sepia(800%)
		saturate(5425%)
		hue-rotate(14deg)
		brightness(90%)
		contrast(110%);
	
	width: 400px !important;
	/* `width: 100px` is buried
	 * somewhere in WordPress.
	 * So !important it is.
	 */
	max-width: 95%;
	/* `max-width: 100px` is also
	 * set, but in some reasonable
	 * place, such that !important
	 * is not required.
	 */
	height: 40px;
	
	margin: 24px auto 24px;
}