.header-container {
	max-width: 1260px;
	margin: 0 auto;
}
.site-header {
	display: inline-block;
	border-bottom: 4px solid var(--yellow-accent);
	background: url('../../images/header-bg.jpg') no-repeat center center #2c2c2c;
	background-size: cover;
	width: 100%;
	vertical-align: top;
}
.site-branding .custom-logo {
	width: 100%;
}
.custom-logo-link {
	display: block;
}
.nav-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0 99px;
	align-content: center;
	align-items: center;
	min-height: 126px;
}
.site-branding {
	width: 17.9%;
}
.nav-wrapper-right li {
	margin-bottom: 0;
}
.nav-wrapper-right li a {
	color: var(--white);
	font-family: var(--d-din);
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}
.nav-wrapper-right {
	width: 74%;
	display: flex;
	gap: 0 10px;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.nav-wrapper-right .menu-main-container {
	max-width: 385px;
}
.nav-wrapper-right ul {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: end;
	gap:0 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: end;
}
.roblox-img {
	max-width: 292px;
	width: 100%;
	margin-left: 17px;
}
.roblox-img a {
	display: block;
}
.header-sign-buttons {
	display: flex;
	flex-wrap: wrap;
	max-width: 230px;
	width: 100%;
	gap: 10px;
}
.sign-button {
	border-radius: 6px;
	border: 1px solid var(--yellow-accent);
	padding: 4px 20px;
	color: var(--white);
	text-align: center;
	font-family: var(--d-din);
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	position: relative;
}
.sign-button::before {
	content: "";
	background: url('../../images/login.svg') no-repeat 0px center;
	position: relative;
	left: 0px;
	top: 6px;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 5px;
}
.sign-button:hover::before {
    filter: invert(95%) sepia(96%) saturate(3966%) hue-rotate(4deg) brightness(1668%) contrast(253%);
}
.support-button {
	border-radius: 5px;
	border: 1px solid var(--yellow-accent);
	display: flex;
	padding: 4px 14px 4px 32px;
	align-items: center;
	gap: 5px;
	color: var(--white);
	text-align: center;
	font-family: var(--d-din);
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	background: url('../../images/heart_icon.svg') no-repeat 15px center;
	text-decoration: none;
	width: 47.7%;
	background-size: 13px;
}
.sign-button:hover,
.support-button:hover {
	color: var(--yellow-accent);
	text-decoration: underline;
}
.support-button:nth-child(3) {
	padding: 4px 14px;
	background: none;
	text-align: center;
	justify-content: center;
}
/* Second Nav */
.header-second-nav {
	background: #2c2c2c;
	padding: 2px 10px;
	width: 100%;
}
.header-second-nav ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 2px 0;
}
.header-second-nav li {
	padding: 3px 10px 3px;
	margin: 0;
}
.header-second-nav li:first-child {
	padding-left: 0;
}
.header-second-nav li:last-child {
	padding-right: 0;
}
.header-second-nav a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: -.25px;
	display: inline-block;
	font-family: var(--d-din);
}
.header-second-nav a:hover {
	color: var(--yellow-accent);
	text-decoration: underline;
}
.header-second-nav .container {
	max-width: 1060px;
}
/* Second Nav End */

@media (min-width:1160px) {
	.menu-toggle {
		display: none;
	}
	.mobile-navigation {
		display: none;
	}
	.menu-account-login {
		display: none;
	}	
	.nav-wrapper-right li a:hover {
		color: var(--yellow-accent);
		text-decoration: underline;
	}
}
@media (max-width:1400px) {
	.header-sign-buttons {
		max-width: 220px;
	}
}
@media screen and (min-width:1160px) and (max-width:1260px) {
	.sign-button {
		font-size: 10px;
		text-align: center;
		padding: 2px 30px;
	}
	.support-button {
		padding: 4px 10px 4px 30px;
		font-size: 10px;
		width: 47.4%;
	}
	.support-button:nth-child(3) {
		justify-content: center;
	}
	.header-sign-buttons {
		max-width: 21.8%;
	}
	.nav-wrapper {
		gap: 0 20px;
	}
	.nav-wrapper-right {
		width: 78.2%;
		justify-content: end;
	}
	.site-branding {
		width: 19.4%;
	}
}

@media (max-width:1159px) {
	.site-header {
		position: fixed;
		top: 0;
		margin-top: var(--wp-admin--admin-bar--height);
		border-bottom: none;
		box-shadow: 2px 0 5px 0 #6e6e6e;
		transition: all .3s ease;
		z-index: 50;
	}
	.nav-wrapper-right .menu-main-container,
	.roblox-img,
	.header-sign-buttons {
		display: none;
	}
	.nav-wrapper {
		min-height: 56px;
	}
	.menu-toggle .menu-icon::before, 
	.menu-toggle .menu-icon::after, 
	.menu-toggle .menu-icon {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background: var(--yellow-accent);
		border-radius: 2px;
		transition: all 0.3s ease;
	}
	.menu-toggle .menu-icon {
		top: 10px;
	}
	.menu-toggle .menu-icon::before {
	  top: -10px; 
	}
	.menu-toggle .menu-icon::after {
	  top: 10px;
	}
	.menu-toggle {
		position: relative;
		background: transparent;
		width: 33px;
		height: 26px;
		border: none;
		padding: 0;
		cursor: pointer;
	}
	.nav-wrapper-right {
		width: 100%;
	}
	.nav-wrapper {
		gap: 0 10px;
		padding: 0 11px;
	}
	.site-branding {
		max-width: 155px;
	}
	.mobile-navigation .menu-icon {
		max-width: 24px;
		width: 100%;
	}
	.mobile-navigation {
		position: fixed;
		top: 0;
		background: url(../../images/ginx_bg_pattern_darkblue.jpg) center top;
		width:min(370px,70vw);
		height: 100%;
		left: max(-70vw,-370px);
		transition: all .3s ease;
		margin-top: var(--wp-admin--admin-bar--height);
		z-index: 99;
	}
	.nav-wrapper-right ul {
		gap: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		text-align: left;
		padding: 0 20px;
		list-style-type: none;
		margin: 0;
		width: 100%;
		height: calc(100vh - 320px);
		overflow-y: auto;
		align-content: flex-start;
		align-items: flex-start;
	}
	.nav-wrapper-right li {
		width: 100%;
		margin-bottom: 0;
		position: relative;
	}
	.nav-wrapper-right li a {
		font-size: 17px;
		display: flex;
		align-items: center;
		align-content: center;
		gap: 0 10px;
		padding: 5px 0;
		font-family: var(--roboto);
	}
	.nav-wrapper-right ul.sub-menu {
		padding-left: 32px;
		height: auto;
		padding-bottom: 40px;
	}
	#menupanel-head-close {
		cursor: pointer;
		height: 56px;
		width: 56px;
		display: flex;
		background: transparent;
		border: none;
		padding:0;
	}
	#menupanel-head-close span {
		background: var(--yellow-accent);
		border-radius: 3px;
		display: block;
		height: 33px;
		margin-bottom: 5px;
		position: relative;
		width: 4px;
		z-index: 1;
		padding: 0;
	}
	#menupanel-head-close span:first-child {
		transform: rotate(45deg);
		transform-origin: 1px 47px;
	}
	#menupanel-head-close span:nth-child(2) {
		transform: rotate(-45deg);
		transform-origin: 23px 0px;
	}
	.menu-inner {
		margin-top: 20px;
	}
	.ginx-plus-box {
		border: 1px solid var(--yellow-accent);
		border-radius: 5px;
		padding: 10px;
		margin: 0 auto 20px;
		text-align: center;
		width: calc(100% - 40px);
		color: white;
	}
	.ginx-plus-button {
		margin: 10px 0 0 0;
	}
	.ginx-plus-box p {
		color: var(--white);
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 14px;
		margin: 10px 0;
	}
	.ginx-plus-button a {
		background: var(--yellow-accent);
		border-radius: 5px;
		display: block;
		text-decoration: none;
		width: 100%;
		padding: 0 18px;
		color: #0e0329;
		text-align: center;
		font-family: var(--roboto);
		font-size: 13px;
		line-height: 24px;
	}
	.mobile-navigation.open-nav {
		left: 0;
	}	
	.toggle-menu {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: all .3s ease;
	}
	.toggle-menu::after {
		color: #fff;
		content: '+';
		font-family: monospace;
		font-size: 32px;
		font-weight: 700;
		line-height:32px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 32px;
	} 
	.toggle-menu.on::after {
		content: '-';
	} 	
	.navopen {
		overflow: hidden;
	}	
	.navopen::after {
		content: "";
		background: rgba(0,0,0,0.50);
		position: fixed;
		width: 100%;
		height: 100%;
		cursor: pointer;
		top: 0;
		right: 0;
	}
	.menu-account-login {
		display: flex;
		margin-left: auto;
	}
	.menu-account-login a {
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.20);
		display: flex;
		flex-direction: column;
		align-items: center;
		color: var(--white);
		text-align: center;
		font-family: var(--roboto);
		font-size: 13px;
		font-weight: 400;
		line-height: 36px;
		padding: 0 11px;
	}
	.ginx-plus-box img {
		width: 45%;
		display: block;
		margin: 10px auto;
	}
	.nav-wrapper-right li.menu-item-has-children::after,
	.nav-wrapper-right li.separator-nav:after {
		content: "";
		border-bottom: 1px solid #fff;
		width: 50%;
		margin: 10px auto;
		height: 0;
		min-height: 0;
		position: relative;
		bottom: 0;
		left: 50%;
		transform: translate(-50%);
		display: inline-block;
	}
	.free-login-account.ginx-plus-button {
		margin: 10px 20px;
		width: calc(100% - 40px);
	}
	.free-login-account.ginx-plus-button a {
		line-height: 30px;
	}
	.header-second-nav {
		display: none;
	}
	.site-branding .custom-logo {
		height: 40px;
	}
}
