/* CSS File: gc-header.css
 * Created by Carter (ServoBilly) on 2025-03-07 12:46:41
 * Last Updated: 2025-03-07 12:46:41 by Carter (ServoBilly)
 * Active Theme: GAMER CHURCH
 */

#header {
	border-bottom: 7px groove var(--border-color);
	margin: calc(-1 * var(--spacing));
	margin-bottom: var(--spacing);
}

#header.minimal .header-text {
	display: block;
	width: 100%;
	text-align: center;
}

#header.minimal #branding {
	grid-template-columns: 100%;
}

#branding {
	text-align: center;
	padding: 20px 0;
}

#top #branding .widget {
	background: var(--bg);
	border: 7px groove var(--border-color);
}

#top #branding h3 {
	font-size: 17px;
	text-align: center;
	padding: 0.5em;
	margin: 0;
	letter-spacing: 0.15em;
	background-image: url('/wp-content/uploads/2024/12/wood-texture.png');
}

@keyframes flash {
	0% {
		color: white;
		background: var(--alt);
	}
	50% {
		color: black;
		background: var(--main);
	}
	100% {
		color: white;
		background: var(--alt);
	}
}

#top .link-icon a::before {
	content: "";
	background-image: url('/wp-content/uploads/2024/12/star-spin.gif');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 1.75em;
	height: 1.25em;
	display: inline-block;
	vertical-align: middle;
}
#top .home-icon a::before {
	background-image: url('/wp-content/uploads/2024/12/Home3d.gif');
	margin-right: 0.5em;
}
#top .blog-icon a::before {
	background-image: url('/wp-content/uploads/2024/12/book-spin.gif');
	height: 1.75em;
	margin-right: 0.25em;
	margin-top: -0.25em;
}
#top .games-icon a::before {
	background-image: url('/wp-content/uploads/2024/12/mod-spin.gif');
	vertical-align: top;
	margin-right: 0.25em;
}
#top .stream-icon a::before {
	background-image: url('/wp-content/uploads/2024/12/blink-ball.gif');
}
#top .icon-shop a::before {
	background-image: url('/wp-content/uploads/2024/12/dollar-spin.gif');
	transform: rotate(28deg);
}

#top .icon-folder a::before {
	background-image: url('/wp-content/uploads/2024/12/trapbox.gif');
	margin-right: 0.25em;
}

#top .icon-account a::before {
	background-image: url('/wp-content/uploads/2024/12/i-info-spin.gif');
	margin-right: 0.25em;
}

#top .donate-buttons {
	display: flex;
	text-align: center;
	width: 100%;
}

#top .donate-buttons a {
	display: block;
	text-decoration: none;
	line-height: 1.15;
	padding: 1em;
	transition: all 0.3s steps(2);
	flex-grow: 1;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 5px;
	border: 1px dashed;
	background-image: url('/wp-content/uploads/2024/12/purple-texture.png');
}

#top .donate-buttons a.donate-2 {
	background-image: url('/wp-content/uploads/2024/12/multi-texture.jpg');
}

#top .donate-buttons a:hover {
	background-position: -100px 0;
	color: white;
}

#top .donate-buttons b {
	display: inline-block;
}

#top .munted {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	max-width: unset;
	height: 1px;
	filter: saturate(5) brightness(2) contrast(5);
	z-index: 9999999;
}

#header {
		position: relative;
}
#header::before,
#header::after {
		content: "";
		position: absolute;
		width: 3em;
		height: 6em;
		background-image: url('/wp-content/uploads/2024/12/torch.gif?v=1');
		background-size: contain;
		background-repeat: no-repeat;
		left: -1.75em;
		pointer-events: none;
		bottom: 0;
		z-index: -1;
}
#header::after {
		left: unset;
		right: -2.25em;
}

@media (min-width: 989px) {
	#top #branding {
      display: grid;
      grid-template-columns: 30% 36% 31%;
      align-content: center;
	}
	#branding > div {
		display: grid;
		align-content: center;
		text-align: left;
	}
  #shopMenu .menu > li,
  #menu .menu > li:not(:last-of-type) {
      border-right: 7px groove var(--border-color);
	}
}

@media (max-width: 989px) {
	#branding .widget {
		margin: var(--spacing) auto;
		width: 400px;
		max-width: 90%;
	}
	#branding .widget + .widget {
		margin-top: calc(-1 * var(--spacing));
	}
}

#top .custom-logo {
	display: block;
	max-width: 100%;
	min-width: unset;
}

#top .custom-logo-link {
	filter: drop-shadow(0 0 1px) drop-shadow(0 0 1px) drop-shadow(0 0 1px) drop-shadow(0 0 1px);
	transition: all 0.3s steps(3);
	width: 250px;
	display: block;
	margin: 0 auto 30px;
	max-width: 75%;
	position: relative;
	z-index 1;
}

#top .custom-logo-link img {
	opacity: 0;
}

#top .custom-logo-link {
	background-image: url('/wp-content/uploads/2025/01/awake-32.gif');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#top .custom-logo-link:hover {
	background-image: url('/wp-content/uploads/2024/12/church-sleep-web.gif');
}

#menu .menu {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	background: var(--bg);
}

#menu .menu > li {
	flex-grow: 1;
}

#menu .menu a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.75em;
}

#header .menu a:not(:hover) {
	text-decoration-color: transparent;
}

#header .menu a:hover {
	background-color: var(--sub);
	background-image: url('/wp-content/uploads/2024/12/space-2.png') !important;
	font-weight: bold;
	background-position: -3em !important;
	transition: all 0.3s steps(2);
	color: white;
	text-decoration-color: var(--alt);
}

#top .current-menu-item a {
	color: var(--alt);
	text-decoration-color: currentcolor !important;
}

#top #header .widget_nav_menu {
	border-top: none;
}

#header .widget_nav_menu .menu {
	display: flex;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#header .widget_nav_menu .menu > * {
	flex-grow: 1;
	border-right: 3.5px solid var(--border-color);
}

#header .widget_nav_menu .menu > *:last-of-type {
	border: none;
}

#header .widget_nav_menu .menu a {
	display: block;
	padding: 0.25em 0;
}

#header .widget_nav_menu .menu a:hover {
	background: var(--sub);
}

#top #header hr {
	margin: 0;
}

#site-title {
	font-family: var(--title-font);
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 1.75em;
	line-height: 1.25em;
	transform: scaley(2) translatey(-0.25em);
	text-shadow: 2px 2px black;
	margin-top: 30px;
}

#site-title * {
	font-weight: inherit !important;
	line-height: inherit !important;
}

#site-title a {
	text-decoration: none;
}

#site-title h1 {
	margin: 0;
	font-size: inherit;
	letter-spacing: inherit;
}

#site-description {
	font-size: 1.4em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

#top .breadcrumbs {
	text-align: center;
	padding-bottom: 1em;
	font-size: 14px;;
	line-height: 1.5em;
}