@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
-------------------------------------------------------------- */
body {
    color: #ffffff !important;
}

.hidden {
	display: none;
}

.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.fullwidth {
	padding-left: 5%;
	padding-right: 5%;
}

.new-line {
	margin-top: 2.5%;
}

.page_wrap {
	background: url('/amdgaming-2021/wp-content/uploads/2020/09/bg.jpg') no-repeat;
}

.content-header {
	margin-top: 0.25em !important;
}

.row-section {
	margin-top: 4%;
}

header {
	background: transparent;
}

#nav .vc_column-inner {
	padding-top: 0;
}

#main-menu {
	width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

#main-menu nav li a {
	color: #ffffff !important;
	padding-top: 0;
    padding-bottom: 0;
}

#menu-links {
	background: url('/amdgaming-2021/wp-content/uploads/2020/09/naviBG.png') no-repeat;
    background-size: 100% 100%;
}

#red-team-banner,
#game-banner {
	margin-top: 4%;
    margin-bottom: 4% !important;
}

#amd-showdown-section {
	padding-bottom: 4%;
    padding-top: 4%;
}

#trailer {
	padding: 3rem 0 2rem;
}

#trailer #mep_0 {
	margin: 0 auto;
}

.scheme_default .mejs-controls .mejs-button>button {
    background-color: #e5000d!important;
}

#trailer .scheme_default .mejs-controls .mejs-button>button:hover, .scheme_default .mejs-controls .mejs-button>button:focus {
    color: #ffffff;
}

#participating-countries-header {
	display: flex;
	align-items: center;
}

#participate-and-win-section {
    padding-bottom: 10%;
}

#participate-and-win-title {
	padding: 2% 5%;
}

#register-text,
#episode-schedule {
	padding-top: 4%;
}

#register-text .btn-register {
	color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
}

#register-text .btn-register-container {
	position: relative;
	margin: 2rem 0;
}

#register-text .btn-register:after {
	content: "";
	background-image: url('/amdgaming-2021/wp-content/uploads/2020/10/Right.png');
    background-size: 100% 100%;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    margin-left: 1rem;
}

#rules {
    margin-bottom: 2rem !important;
}

.btn-rules {
	color: #bfa370 !important;
}

/* Live Page */
.episode-signup-btn {
	width: 250px;
    height: 80px;
}

.episode-signup-btn:before {
	background: transparent;
}

.utilityPanel #Featured .wpb_single_image {
	display: none;
}

.utilityPanel #Featured.vc_active {
	height: 100% !important;
}

#featured-tab .vc_tta-panel-body,
#featured-tab-mobile .vc_tta-panel-body {
    overflow-y: scroll;
}

#featured-tab .featured-image,
#featured-tab-mobile .featured-image {
    height: auto;
    margin-bottom: 2% !important;
}

/* HP Page */
.laptop-media-grid .vc_gitem-zone {
	background-size: contain;
}

/* Acer Page */
.acer-video {
	width: 34.5vw;
}


@media screen and (max-width: 767px) {	
	#trailer.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
		width: 100% !important;
	}
	
	.acer-video {
		width: 100%;
	}
	
	.utilityPanel .vc_tta-panels .vc_tta-panel-body {
		height: 70vw !important;
	}
}


@media screen and (max-width: 479px) {	
	.utilityPanel .vc_tta-panels .vc_tta-panel-body {
		height: 100vw !important;
	}
}

@media screen and (max-width: 375px) {
	.episode-signup-btn {
		width: 100%;
		height: 60px;
	}
}