#site-top {
	background-color: #000000;
	width: 1321px;
	height: 70px;
	display: block;
}

.post-content.clear {
	margin: 10px 100px;
	padding: 10px;
}

.post-header {
	margin: 10px;
	padding: 10px;
}

#wrapper section medium-padding {
	padding: 0;
}

#site-navigation {
	background-color: #000000;
	width: 1321px;
	display: block;
}

.section-inner {
	max-width: 95.5%;
}

.bg-dark, .bg-graphite {
	background-color: transparent;
	margin: auto;
	display: block;
	position: relative;
	width: 100%;
}

.header {
	display: block;
	position: relative;
	height: 572px;
	width: 1321px align:center;
	background: rgba(0,0,0,0);
	background-size: 1400px 220px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 45px 0 0;
}

.cover {
	margin: 0;
	padding: 0;
}

.header .cover {
	background: rgba(0,0,0,0);
	background-image: url('https://recitsdegeek.com/wp-content/uploads/2024/05/new-header-02-1.png');
	background-repeat: no-repeat;
	background-position: center;
}

.custom-logo {
}

.header a:focus {
	outline: 1px dotted #fff;
}

.jetpack-social-navigation {
	margin-top: 20px;
}

.jetpack-social-navigation a {
	color: #fff;
	font-size: 32px;
	margin: 0 4px;
}

.site-title {
	font-family: "Pacifico", sans-serif;
	font-size: 2.25em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

.site-title a {
	color: #fff;
}

.site-title a:hover,
.site-title a:focus {
	color: #13c4a5;
}

.site-description {
	color: #999;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 110%;
	margin: 20px 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

.search-icon {
	display: block;
	height: 68px;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .9;
	position: relative;
	text-indent: -9999em;
	width: 40px;
}

.search-icon:before {
	color: #fff;
	content: "\f002";
	display: block;
	font-family: "FontAwesome";
	font-size: 27px;
	left: 0;
	line-height: 68px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	text-rendering: auto;
	transform: translate(0,0);
	width: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-icon.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.search-icon:focus {
	border: 1px dotted #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.header-search-block {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}

.header-search-block .section-inner {
	position: relative;
}

.header-search-block .search-field {
	background: 0 0;
	border: 1px solid transparent;
	color: #333333;
	font-family: "Roboto", sans-serif;
	font-size: 1.4em;
	margin: -15px 0 0;
	position: absolute;
	top: 250px;
	left: 65%;
	width: 150px;
	height: 15%;
	-webkit-font-smoothing: antialiased;
}

.header-search-block .search-field:focus {
	border: 1px dotted rgba(255,255,255,.5);
	background: white;
	outline: none;
}

.header-search-block .search-submit {
	display: none;
	color: #fff;
}

#content {
	width: 94%;
}