@charset 'utf-8';
/*
Theme Name: Gamezone-Child
Theme URI:  http://gamezone.themerex.net/
Description: Gamezone - Multipurpose and Multiskin Responsive Wordpress theme
Author: ThemeREX
Author URI:  http://themerex.net/
Template: gamezone
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: gamezone
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

@import "./font/klavika/stylesheet.css";
@import "./font/klavika-condensed/stylesheet.css";

body {
	font-family: 'Klavika';
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}


/* =Header — AMD Gamer Hub Style
-------------------------------------------------------------- */

/* Remove parent theme border and padding on header row */
.top_panel_navi.sc_layouts_row {
	border-bottom: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.top_panel_navi.sc_layouts_row_fixed_on {
	left: 0 !important;
	right: 0 !important;
}


/* Top bar */
.gh-topbar {
	background: #000;
}

.gh-topbar__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gh-topbar__left {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gh-topbar__logo img {
	height: 30px;
	width: auto;
	display: block;
}

.gh-topbar__divider {
	width: 1px;
	height: 28px;
	background: #666;
}

.gh-topbar__sitename {
	font-family: 'Klavika', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.3px;
}

.gh-topbar__right {
	display: flex;
	align-items: center;
	gap: 16px;
}

button.gh-topbar__icon,
button.gh-topbar__icon:hover,
button.gh-topbar__icon:focus,
a.gh-topbar__icon,
a.gh-topbar__icon:hover,
a.gh-topbar__icon:focus {
	color: #fff !important;
	background: transparent !important;
	border: none;
	cursor: pointer;
	padding: 6px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	transition: background-color 0.2s ease;
	text-decoration: none !important;
}

button.gh-topbar__icon:hover,
a.gh-topbar__icon:hover {
	background-color: #27282b !important;
}

.gh-topbar__icon svg {
	width: 20px;
	height: 20px;
}

/* Hamburger — mobile only */
.gh-topbar__hamburger {
	display: none !important;
}

/* Share — desktop only */
.gh-topbar__share {
	display: flex;
}

/* Language switcher — globe icon + dropdown */
.gh-topbar__lang {
	position: relative;
}

.gh-lang-dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	right: 50%;
	transform: translateX(50%);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	background-color: rgba(26, 26, 27, 0.63);
	border-radius: 5px;
	padding: 0 0.625rem;
	min-width: 120px;
	z-index: 9999;
}

/* Triangle arrow pointing up */
.gh-lang-dropdown::before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 50%;
	transform: translateX(50%);
	border: 8px solid transparent;
	border-bottom-color: rgba(26, 26, 27, 0.63);
}

.gh-lang-dropdown.open {
	display: block;
}

/* Reset WPML list styles */
.gh-lang-dropdown .wpml-ls,
.gh-lang-dropdown .wpml-ls ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gh-lang-dropdown .wpml-ls-item {
	border-bottom: 1px solid #3a3a3a;
}

.gh-lang-dropdown .wpml-ls-item:last-child {
	border-bottom: none;
}

.gh-lang-dropdown .wpml-ls-link,
.gh-lang-dropdown .wpml-ls a {
	color: #fff !important;
	padding: 14px 20px;
	font-size: 16px;
	font-family: 'Klavika', sans-serif;
	text-decoration: none !important;
	display: block;
	transition: background 0.2s ease;
	background: transparent !important;
}

.gh-lang-dropdown .wpml-ls-link:hover,
.gh-lang-dropdown .wpml-ls a:hover {
	background: transparent !important;
	color: #fff !important;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.gh-lang-dropdown .wpml-ls-current-language a {
	color: #fff !important;
	font-weight: 600;
}

/* Nav bar (desktop only) */
.gh-navbar {
	background: #1e1e1e;
	border-top: 1px solid #333;
}

.gh-navbar__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Menu items */
.gh-navbar .gh-menu ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gh-navbar .gh-menu li > a {
	display: block;
	padding: 14px 24px;
	color: #999;
	font-family: 'Klavika', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.gh-navbar .gh-menu li > a:hover {
	color: #fff;
}

.gh-navbar .gh-menu li.current-menu-item > a,
.gh-navbar .gh-menu li.current-menu-ancestor > a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}

/* WHERE TO BUY CTA button — using bt-btn-bg.png */
.gh-navbar__cta {
	display: inline-block;
	margin-left: 20px;
	background: url('./images/bt-btn-bg.png') no-repeat left center;
	background-size: 168px 28px;
	width: 168px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 20px;
	color: #fff !important;
	font-family: 'Klavika', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.25s ease;
	white-space: nowrap;
}

.gh-navbar__cta:hover {
	opacity: 0.85;
	color: #fff !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.gh-topbar__inner {
		padding: 12px 12px 12px 16px;
	}

	.gh-topbar__logo img {
		height: 20px;
	}

	.gh-topbar__divider {
		height: 18px;
	}

	.gh-topbar__sitename {
		font-size: 14px;
	}

	.gh-topbar__left {
		gap: 16px;
	}

	.gh-topbar__right {
		gap: 6px;
	}

	/* Hide share icon, show hamburger */
	.gh-topbar__share {
		display: none !important;
	}

	.gh-topbar__hamburger {
		display: flex !important;
	}

	/* Hide nav bar on mobile */
	.gh-navbar {
		display: none;
	}

	/* Mobile menu — push logo down to match header height, reset nav area margin */
	.menu_mobile .sc_layouts_logo {
		margin-top: var(--gh-header-height, 60px) !important;
	}

	.mobile_device .menu_mobile .menu_mobile_nav_area,
	.mobile_layout .menu_mobile .menu_mobile_nav_area {
		margin: 0 !important;
	}

	.menu_mobile a.menu_mobile_close.icon-cancel {
		width: var(--gh-header-height, 60px) !important;
		height: var(--gh-header-height, 60px) !important;
		line-height: var(--gh-header-height, 60px) !important;
		margin-right: 0 !important;
	}
}


/* =RevSlider — Battle Tested Style
-------------------------------------------------------------- */

/* Slider container — home slider only */
body.home [id^="rev_slider_"][id$="_wrapper"] {
	max-width: 1280px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: transparent !important;
}

/* Original bullets — home slider only */
body.home [id^="rev_slider_"][id$="_wrapper"] .ares .tp-bullet {
	background-color: #820201 !important;
	border-radius: 0 !important;
	opacity: 0.35 !important;
	transition: none !important;
}

body.home [id^="rev_slider_"][id$="_wrapper"] .ares .tp-bullet:hover,
body.home [id^="rev_slider_"][id$="_wrapper"] .ares .tp-bullet.rs-touchhover {
	background-color: #820201 !important;
	opacity: 0.7 !important;
	transition: none !important;
}

body.home [id^="rev_slider_"][id$="_wrapper"] .ares .tp-bullet.selected {
	background-color: #FF0200 !important;
	opacity: 1.0 !important;
	transition: none !important;
}

/* Hide original bullets on desktop — home slider only */
body.home [id^="rev_slider_"][id$="_wrapper"] .tp-bullets {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Mobile — restore original bullets */
@media (max-width: 768px) {
	body.home [id^="rev_slider_"][id$="_wrapper"] .tp-bullets {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}
}

/* Nav bar — inserted below slider via JS */
.rs-nav-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.rs-nav-bar__dots {
	display: flex;
	align-items: center;
}

.rs-nav-bar__arrow {
	display: block;
	width: 70px;
	height: 28px;
	flex-shrink: 0;
}

.rs-nav-bar__arrow--left {
	margin-right: 20px;
}

.rs-nav-bar__arrow--right {
	margin-left: 20px;
}

/* Mirror dot — red parallelogram (high specificity to beat .scheme_default button:hover) */
button.rs-nav-dot,
button.rs-nav-dot:hover,
button.rs-nav-dot:focus {
	width: 18.5px;
	height: 15px;
	background-color: #820201 !important;
	border: none;
	padding: 0;
	border-radius: 0;
	transform: skewX(-20deg);
	opacity: 0.35;
	transition: opacity 0.4s ease, background-color 0.4s ease;
	cursor: pointer;
	margin: 0 4px;
}

button.rs-nav-dot:hover {
	opacity: 0.7;
}

button.rs-nav-dot.active,
button.rs-nav-dot.active:hover,
button.rs-nav-dot.active:focus {
	background-color: #FF0200 !important;
	opacity: 1.0;
}

/* Mobile — full-width slider, hide custom nav bar, restore original bullets */
@media (max-width: 768px) {
	body.home [id^="rev_slider_"][id$="_wrapper"] {
		max-width: none !important;
		background: none !important;
	}

	.rs-nav-bar {
		display: none !important;
	}
}


/* =Footer — AMD Gamer Hub Style
-------------------------------------------------------------- */

/* Hide parent theme footer completely */
.footer_wrap,
.footer_widgets_wrap {
	display: none !important;
}

.gh-footer {
	background: #000;
	color: #fff;
	padding: 128px 0 40px;
	font-family: 'Klavika', sans-serif;
}

.gh-footer__inner {
	max-width: 979px;
	margin: 0 auto;
	padding: 0 40px;
}

/* Row 1: Brand + Social */
.gh-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
}

.gh-footer__brand {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gh-footer__logo img {
	height: 30px;
	width: auto;
	display: block;
}

.gh-footer__divider {
	width: 1px;
	height: 28px;
	background: #666;
}

.gh-footer__sitename {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.3px;
}

.gh-footer__socials {
	display: flex;
	align-items: center;
	gap: 24px;
}

.gh-footer__socials a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: opacity 0.2s ease;
}

.gh-footer__socials a:hover {
	opacity: 0.7;
	color: #fff;
}

.gh-footer__socials svg {
	width: 24px;
	height: 24px;
}

/* Row 2: Legal Links */
.gh-footer__legal {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	padding: 62px 0 32px;
}

.gh-footer__legal a {
	color: #999;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.2s ease;
	padding: 4px 0;
}

.gh-footer__legal a:hover {
	color: #fff;
}

.gh-footer__sep {
	color: #555;
	margin: 0 14px;
	font-size: 13px;
	user-select: none;
}

/* Row 3: Copyright */
.gh-footer__copyright {
	text-align: center;
	color: #777;
	font-size: 12px;
	line-height: 1.6;
	padding-top: 0;
	max-width: 900px;
	margin: 0 auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.gh-footer {
		padding: 60px 0 40px;
	}

	.gh-footer__inner {
		padding: 0 20px;
	}

	.gh-footer__top {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		padding-bottom: 30px;
	}

	.gh-footer__socials {
		gap: 20px;
	}

	.gh-footer__legal {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding: 0 0 30px;
	}

	.gh-footer__sep {
		display: none;
	}

	.gh-footer__legal a {
		font-size: 16px;
	}

	.gh-footer__copyright {
		font-size: 12px;
	}
}