@font-face {
	font-family: "C64 Pro";
	src: url("/assets/fonts/C64_Pro-STYLE.woff2") format("woff2");
}

@font-face {
	font-family: "C64 Pro Mono";
	src: url("/assets/fonts/C64_Pro_Mono-STYLE.woff2") format("woff2");
}

body {
	background-color: #5486bc;
}

a {
	color: #285a8c;
}

a:hover {
	color: #d45704;
}

.top-navigation {
	background-color: #2d5e8c;
	height: 61px;
}

.navigation-container td {
	vertical-align: top;
}

.navigation-container td img {
	vertical-align: top;
}

.box-header > h2 {
	border-top-color: #f4f2e9;
	border-left-color: #f4f2e9;
	border-right-color: #d3cdb7;
	background-color: #e4e0d1;
}

.box-header h2 i {
	color: #9f997f;
	text-shadow: 0 1px 0 #fff;
	display: none;
}

.box {
	background-color: #e4e0d1;
}

.box .shadow-text div {
	color: #fff;
	font-size: 0.973rem;
	text-shadow: none;
}

.box .shadow-text span {
	color: #fff;
}

.box-content {
	background-color: #fdfcfa;
	box-shadow: -2px 0 0 0 #f4f2e9, -1px 1px #f4f2e9, 0 -2px #d3cdb7, 2px -1px #d3cdb7;
}

.box-header-decoration-1 h2 {
	background-position: right 7px top 4px;
}

.box-header-decoration-2 h2 {
	background-position: right 8px top 10px;
}

.hamburger {
	display: none;
}

.forabg {
	background-color: #225380;
	background-image: linear-gradient(to bottom, #cadceb 0%, #5589bb 2px, #366b9f 92px, #366b9f 100%);
}

.forumbg {
	background-color: #5287b8;
	background-image: linear-gradient(to bottom, #6195c6 0%, #366b9f 2px, #366b9f 92px, #366b9f 100%);
}

.headerbar {
	background-color: #5287b8;
	background-image: linear-gradient(to bottom, #6195c6 0%, #366b9f 2px, #366b9f 92px, #366b9f 100%);
}

.shadow-text,
.shadow-text h2,
.shadow-text a {
	color: #2d2c29;
	font-size: 0.973rem;
}

.content-above .box {
	color: #212529;
}

.content-above a {
	color: #a04020;
}

.content-above a:visited {
	color: #a04020;
}

.content-above a:hover {
	color: #d45704;
}

.content-above a:active {
	color: #d45704;
}

.banner-1-box .box-text {
	margin-top: 0.73rem;
}

.live-search-container {
	border: 1px solid #366b9f;
}

.live-search-image {
	height: 27px;
}

.lemon-button {
	background: #366b9f;
}

.lemon-button-large a,
.lemon-button-large span {
	border-top: 2px solid #6195c6;
	border-left: 2px solid #6195c6;
	border-right: 2px solid #225380;
	border-bottom: 2px solid #225380;
}

.header-lemon64 .logo-lemon64 {
	width: 120px;
	height: 42px;
	vertical-align: top;
}

.header-lemon64 .logo-lemon64 img {
	margin-left: 6px;
	margin-top: 7px;
	padding-right: 12px;
}

.header-lemon64 .stripes-left {
	width: 8px;
	vertical-align: top;
}

.header-lemon64 .stripes-left img {
	margin-top: 10px;
}

.header-lemon64 .stripes-center {
	width: 100%;
	margin-top: 10px;
	background-image: url("/assets/themes/lemon64/stripes-center.png");
	background-repeat: repeat-x;
}

.header-lemon64 .stripes-right {
	width: 23px;
}

.header-lemon64 .logo-right img {
	margin-left: 6px;
	margin-top: 6px;
	padding-right: 3px;
	vertical-align: top;
}

.menu-lemon64 .menu-links div {
	float: left;
	text-align: center;
	background: #e4e0d1;
	border-radius: 4px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.menu-lemon64 .menu-links div:last-child {
	border-right: 1px solid #000;
}

.menu-lemon64 .menu-links div img {
	vertical-align: middle;
	margin: 0 auto;
}

.menu-lemon64 .menu-links div a {
	border: 2px solid;
	border-top-color: #f4f2e9;
	border-left-color: #f4f2e9;
	border-right-color: #d3cdb7;
	border-bottom-color: #d3cdb7;
	border-radius: 4px;
	display: flex;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.menu-lemon64 .menu-links div a:hover {
	background: #cadceb;
	border-top-color: #e1e8ec;
	border-left-color: #e1e8ec;
	border-bottom-color: #a8c6e1;
	border-right-color: #a8c6e1;
}

.menu-lemon64 .menu-links .menu-active a {
	background: #cadceb;
	border-top-color: #e1e8ec;
	border-left-color: #e1e8ec;
	border-bottom-color: #a8c6e1;
	border-right-color: #a8c6e1;
}

.quick-search input {
	border: 1px solid #366b9f;
}

.navigation-user,
.theme-selector {
	top: 41px;
}

@media only screen and (max-width: 767px) {
	.top-navigation {
		height: 42px;
		margin-bottom: 8px;
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	.hamburger {
		display: block;
	}

	.burger-menu {
		position: fixed;
		left: -100%;
		top: 42px;
		flex-direction: column;
		background-color: #e4e0d1;
		width: 100%;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		text-align: center;
		transition: 0.3s;
		box-shadow: 0 10px 27px rgb(0 0 0 / 5%);
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 1;
	}

	.burger-menu li {
		list-style: none;
		border-top: 1px solid #f4f2e9;
		border-bottom: 1px solid #d3cdb7;
	}

	.burger-menu li:last-of-type {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.burger-menu.active {
		left: 0;
		padding-left: 0;
	}

	.burger-item {
		margin: 0;
		width: 100%;
	}

	.burger-item img {
		padding: 12px;
		box-sizing: content-box;
		transform: scale(1.2);
	}

	.burger-link {
		color: #475569;
		width: 100%;
		display: block;
	}

	.burger-icon {
		display: block;
		cursor: pointer;
		width: 25px;
		padding: 7px;
		padding-top: 6px;
		float: right;
		box-sizing: content-box;
	}

	.burger-icon .burger-bar {
		display: block;
		width: 25px;
		height: 3px;
		margin: 5px auto;
		transition: all 0.3s ease-in-out;
		background-color: #cfdfef;
	}

	.burger-icon.active .burger-bar:nth-child(2) {
		opacity: 0;
	}

	.burger-icon.active .burger-bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.burger-icon.active .burger-bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.header-lemon64 .logo-lemon64 img {
		padding-right: 12px;
	}

	.header-lemon64 .logo-right img {
		padding-right: 0;
	}
}
