/*
Theme Name: Arcade
*/

html, body {
	padding: 0;
	margin: 0;
	/*background: rgb(33,45,97);
	background: linear-gradient(180deg, rgba(33,45,97,1) 0%, rgba(13,15,24,1) 100%);*/
	/*background: rgb(57,125,155);
	background: linear-gradient(180deg, rgba(57,125,155,1) 0%, rgba(5,19,41,1) 100%);*/
	/*background: rgb(57,125,155);
	background: radial-gradient(circle, rgba(57,125,155,1) 0%, rgba(5,19,41,1) 100%);*/
	/*background: rgb(57,125,155);
	background: linear-gradient(180deg, rgba(57,125,155,1) 0%, rgba(10,30,68,1) 50%, rgba(5,19,41,1) 100%);*/
	/*background: rgb(57,125,155);
	background: linear-gradient(170deg, rgba(57,125,155,1) 0%, rgba(10,30,68,1) 22%, rgba(5,19,41,1) 100%);*/
	background-color: #0a0a0f;
	color: #fff;
	font-family: sans-serif;
	font-size: 2vh;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
	background-image: url('/wp-content/themes/arcade/images/bgr.webp');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

h2 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #55ffdd;
	/*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6, 0 0 25px #0073e6, 0 0 30px #0073e6, 0 0 35px #0073e6;*/
}

iframe {
	border: none;
	background: transparent !important;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.page-template-new_page_tv_click-game, .page-template-new_page_tv-game {
	background: #000;
}

#header {
	height: 66px;
	/*background-color: #1e2024;*/
	background-color: #0a0a0f;
}

#logo img {
	height: 45px;
	margin-top: 10px;
	margin-left: 15px;
}

#menu {
	float: left;
	margin-left: 220px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	padding: 17px 3px;
	float: left;
}

#menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	/*color: #00ff28;*/
	color: #55ffdd;
	padding: 8px 16px;
	display: block;
	font-weight: bold;
}

#menu ul li.current-menu-item a {
	color: #1e2024;
	/*background-color: #00ff28;*/
	background-color: #55ffdd;
}

#user_menu {
	margin-top: 10px;
	margin-right: 10px;
}

#user_menu #user_icon {
	float: left;
}

#user_menu img{
	margin-left: 10px;
}

.slicknav_menu {
	right: 1.3% !important;
	top: 0 !important;
	position: absolute !important;
	/*z-index: 100 !important;*/
	border-radius: 0 !important;
	padding: 0 !important;
}

.slicknav_menu a {
	border-radius: 0 !important;
}

.slicknav_nav {
	background-color: #222222 !important;
	position: relative;
	z-index: 1;
	font-family: "Phosphor";
}

#icons {
	margin-right: 10px;
}

.discord{
	height: 45px;
}

#wrapper {
}

#content {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.padding_top30 {
	padding-top: 30px;
}

#content_holder {
	background-color: #0a0a0f;
	background-color: #0a0a0fb3;
	float: left;
	min-height: 466px;
	width: 100%;
	margin-bottom: 30px;
}

.home #content_holder {
	max-width: 64em;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#intro {
	width: 225px;
	display: block;
	margin-left: 15px;
	margin-top: 15px;
	color: #cccccc;
}

#info {
	width: 15em;
	display: block;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	color: #cccccc;
}

#info img{
	width: 15em;
	height: auto;
}

#mobilejoypad_holder {

}

#mobilejoypad_holder #code {
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

#mobilejoypad_holder img {
	height: 225px;
	width: 225px;
}

#mobilejoypad_qrcode {
	height: 225px;
	width: 225px;
	background: #ffffff;
}

#games {
	max-width: 705px;
	height: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #cccccc;
}


h1#title {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.333em;
	background-color: #0a0a0f;
	background-color: #0a0a0fb3;
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.4em;
}

#game {
	font-size: 2vh;
	max-width: 30em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	color: #cccccc;
}

#plug {
	height: 270px;
	width: 450px;
	position: relative;
	background: url('/wp-content/themes/arcade/images/plug-bgr.png') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	display: none;
}

#plug_thumb {
	position: absolute;
	top: 24px;
	left: 52px;
	max-height: 164px;
	max-width: 262px;
}

#plug_front {
	height: 270px;
	max-width: 450px;
	position: relative;
}

#plug_text {
	top: -150px;
	text-align: center;
	position: relative;
}

#plug_text span{
	font-size: 24px;
	/*background-color: #0a0a0f;
	background-color: #0a0a0fb3;*/
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

#frame_holder {
	display: block;
}

#game-iframe {
	margin-top: -1em;
	margin-bottom: -1em;
}

.ctl-arcade-game-iframe-wrapper {
	margin-bottom: 0px !important;
}

.ctl-arcade-game-iframe {
	background: #000 !important;
}

#tags a {
	/*color: #ff911a;*/
	color: #55ffdd;
}

#scores {
	width: 15em;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	color: #cccccc;
}

#scores img{
	width: 15em;
	height: auto;
}

#controls {
	display: none;
}

.game {
	position: relative;
	margin-bottom: 5px;
}

.game a {
	color: #fff;
	float: left;
}

.thumbnail {
	width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.login {
	background: #000000 !important;

}

.game h2 {
	margin-left: 15px;
	width: 148px;
	font-size: 2vh;
	font-weight: normal;
	position: absolute;
	bottom: 15px;
	background-color: #0a0a0f;
	background-color: #0a0a0fb3;
	padding-left: 2px;
}

.padding-bottom {

	padding-bottom: 30px;
}

#footer {
	padding-top: 12px;
	height: 30px;
	position: fixed;
	bottom: 7px;
	width: 100%;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	float: left;
	margin: 0 15px;
	padding: 10px;
	background-color: #0a0a0f;
	background-color: #0a0a0fb3;
}

#footer ul li a {
	color: #55ffdd;
}

#footer ul li.current_page_item a {
	color: #ffffff;
}

#leaderboard {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;	
	display: none;
}

#leaderboard_overlay {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;	
	z-index:100;
}

#leaderboard .ctl-arcade-rank-table-gray,  #leaderboard .ctl-arcade-rank-header-gray, #leaderboard .ctl-arcade-rank-table-gray .ctl-arcade-rank-body .ctl-arcade-rank-row, #leaderboard .ctl-arcade-rank-table-gray .ctl-arcade-rank-body .ctl-arcade-rank-row, #leaderboard .ctl-arcade-rank-table-gray .ctl-arcade-rank-row:hover {
	border: none;
	background: none !important;
	color: #fff;
	text-shadow: none;
	cursor: auto;
	font-size: 2.9vh !important;
	float: left !important;
}

#leaderboard_content {
	position: relative;
	height: 80%;
	top: 10%;
	width: 80%;
	left: 10%;
	background-color: #0a0a0fb3;
}

#leaderboard_container {
	position: relative;
	top: 5%;
}

#leaderboard_close {
	float: right;
	margin:1%;
	padding: 0;
	font-size: 2.9vh !important;
}

#leaderboard .ctl-arcade-rank-table p, #leaderboard .ctl-arcade-rank-header {
	font-size: 2.9vh !important;
	float: left !important;
}

#tv #mobilejoypad_qrcode {
	height: 100%;
	width: 100%;
	background-color: transparent;
}

#tv #mobilejoypad_holder {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: #0a0a0f;
	background-color: #0a0a0fb3;
	display: none;
}

#tv #mobilejoypad_content {
	position: relative;
	height: 80%;
	top: 10%;
	width: 80%;
	left: 10%;
	background-color: #0a0a0f;
}

#tv #code_container {
	position: relative;
	top: 5%;
}

#tv #code_container h1 {
	margin-top: 2%;
	text-align: center;
	font-weight: bold;
	font-size: 300%;
	padding: 0;
	margin-bottom: 0; 
}

#tv #code_container p {
	margin-top: 2%;
	font-size: 150%;
	padding: 0px;
	margin-bottom: 0px; 
}

#tv #code_container {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#tv #code_container img {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: 40%;
	display: block;
}

#tv #mobilejoypad_info_image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-repeat: no-repeat;    
	background-size: contain;
	background-position: center;
    height: 26%;
    left: 10%;
    width: 80%;
	background-image: url('/wp-content/themes/arcade/images/info.png');
	position: absolute;
	bottom: 0;
}

/*settings*/

#new_tv #settings_holder {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: #0a0a0f;
	background-color: #0a0a0fb3;
	display: none;
}

#new_tv #settings_content {
	position: relative;
	height: 50%;
	top: 25%;
	width: 50%;
	left: 25%;
	background-color: #0a0a0f;
}

#new_tv #settings_container {
	position: relative;
	left: 25%;
	width: 50%;
	top: 5%;
}

#new_tv #settings_container h1 {
	margin-top: 2%;
	text-align: center;
	font-weight: bold;
	font-size: 4.16vh;
	padding: 0;
	margin-bottom: 6%; 
}

#new_tv #settings_container p {
	margin-top: 2%;
	font-size: 2.9vh;
	padding: 0px;
	margin-bottom: 0px; 
}

#new_tv #settings_container p.checkbox {
	font-family: serif;
	margin-top: 2%;
	font-size: 5.8vh;
	padding: 0px;
	margin-bottom: 0px; 
	float: left;
	line-height: 0.5;
	padding-right: 2%;
}

#new_tv #settings_container p.description {
	margin-top: 2%;
	font-size: 2vh;
	padding: 0px;
	margin-bottom: 0px; 
}

#tew_v #settings_container {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#new_tv #settings_container img {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: 40%;
	display: block;
}

#new_tv #settings_container #mobilejoypad_qrcode {
	margin-top: 10%;
	width: 40%;
	height: 40%;
	background-color: transparent;
}

/*tv game page*/

#tv h1#title {
	font-size: 40px;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 8px;
	background-color: #0a0a0f;
	background-color: #0a0a0fb3;
	padding-left: 23px;
	padding-bottom: 17px;
	padding-top: 13px;
}

#tv #content, #tvgames {
	padding-top: 23px;
	width: 1870px;
	max-width: 1870px;
}

#tv .game {
	margin-bottom: 0;
}

#tv #content_holder {
	min-height: auto;
}

#tv .game {
	position: relative;
	margin-bottom: 8px;
}

#tv .game a {
	color: #fff;
	float: left;
}

#tv .game h2 {
	margin-left: 23px;
	width: 238px;
	font-size: 24px;
	bottom: 23px;
}

#tv .thumbnail {
	width: 240px;
    height: 240px;
    margin-top: 0px;
    margin-left: 23px;
    margin-right: 0px;
    margin-bottom: 23px;
}

#tv .thumbnail img {
	width: 240px;
    height: 240px;
}

#new_tv {
	overflow: hidden;
}

#new_tv #header {
	height: 6.1%;
}

#new_tv #logo {
	background-image: url('https://clubiza.com/wp-content/themes/arcade/images/clubiza_games_logo.png');
	width: 25%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 3%;
	margin-top: 0.3%;
}

#new_tv #tv_menu ul {
	margin: 0;
	padding: 0;
}

#new_tv #tv_menu {
	margin-left: auto;
    margin-right: auto;
    width: 50%;
	float: none;
	height: 100%;;
}

#new_tv #tv_menu ul li {
	list-style-type: none;
    /*padding: 1.3vh 0.3%;*/
    float: left;
}

#new_tv #tv_menu ul li a {
	text-transform: uppercase;
	padding: 0 2vh 0 2vh;
	font-size: 6.1vh;
	display: block;
	color: #55ffdd;
	float: left;
	font-family: "Phosphor";
}

#new_tv #tv_menu ul li.current-menu-item a {
	color: #1e2024;
	/*background-color: #00ff28;*/
	background-color: #55ffdd;
}

#new_tv, #new_tv #wrapper {
	height: 91%;
	width: 100%;
}

#new_tv #tvgames {
	height: 100%;
	width: 98.8%;
	max-width: 98.8%;
	padding: 0.6%;
}

#new_tv #content {
	margin-left: auto;
	margin-right: auto;
	width: 97.4%;
	max-width: 97.4%;
	margin-top: 1.5%;
	height: 88.88%;
}

#new_tv .game {
	margin-bottom: 0;
	width: 13.08%;
    height: 27.66%;
    margin-top: 0.6%;
	margin-bottom: 0.6%;
    margin-left: 0.6%;
    margin-right: 0.6%;
	float: left;
	background-size: cover;
	background-position: center top;
}

#new_tv #content_holder {
	min-height: auto;
	height: 100%;
}

#new_tv .game {
	position: relative;
}

#new_tv .game a {
	color: #fff;
	float: left;
}

#new_tv .game h2 {
	margin: 0;
    width: 100%;
    font-size: 2.22vh;
    bottom: 0;
}

/*#new_tv .thumbnail {
	width: 90.4%;
    height: 90.4%;
    margin-top: 0px;
    margin-left: 8.8%;
    margin-right: 0px;
    margin-bottom: 8.8%;
}*/

#new_tv .thumbnail img {
	width: 240px;
    height: 240px;
}

#new_tv #mobilejoypad_qrcode {
	height: 100%;
	width: 100%;
	background-color: transparent;
}

#new_tv #mobilejoypad_holder {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: #0a0a0f;
	background-color: #0a0a0fb3;
	display: none;
}

#new_tv #mobilejoypad_content {
	position: relative;
	height: 80%;
	top: 10%;
	width: 80%;
	left: 10%;
	background-color: #0a0a0f;
}

#new_tv #code_container {
	position: relative;
	width: 50%;
	top: 5%;
}

#new_tv #code_container h1 {
	margin-top: 2%;
	text-align: center;
	font-weight: bold;
	font-size: 4.16vh;
	padding: 0;
	margin-bottom: 6%; 
}

#new_tv #code_container p {
	margin-top: 2%;
	font-size: 2.9vh;
	padding: 0px;
	margin-bottom: 0px; 
}

#tew_v #code_container {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#new_tv #code_container img {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: 40%;
	display: block;
}

#new_tv #mobilejoypad_info_image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-repeat: no-repeat;    
	background-size: contain;
	background-position: center;
    height: 24vh;
    left: 20%;
    width: 60%;
	background-image: url('/wp-content/themes/arcade/images/info.png');
	position: absolute;
	bottom: 0;
}

#new_tv img#mobilejoypad_logo {
	float: left;
	margin-top: 3%;
	margin-left: 3%;
	width: 17% !important;
	height: auto !important;
	margin-right: 5%;
}

#new_tv img#banner {
	float: right;
	margin-top: 3%;
	margin-right: 3%;
	width: 17% !important;
	height: auto !important;
}

#new_tv img#close {
	position: absolute;
	z-index: 1;
	width: 3% !important;
	height: auto !important;
	right: 0;
}

#new_tv #mobilejoypad_holder img {
	height: 31%;
	width: 31%;
}

#new_tv #confirm_holder {
	display: none;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: #0a0a0f;
	background-color: #0a0a0fb3;
	z-index: 99;
}

#new_tv #confirm_content {
	float: left;
	position: relative;
	height: 30%;
	top: 35%;
	width: 30%;
	left: 35%;
	background-color: #0a0a0f;
	z-index: 100;
	border: 1px #fff solid;
}

#new_tv #confirm_text {
	color: #fff;
	text-align: center;
	font-size: 150%;
	clear: both;
}

#new_tv a#cancel {
	font-size: 150%;
	margin-top: 25%;
	float: left;
	margin-left: 5%;
	padding: 3%;
	border: 1px #fff solid;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	width: 30%;
	text-align: center;
}

#new_tv a#cancel:focus {
	background: #fff;
	color: #000;
}

#new_tv a#ok {
	font-size: 150%;
	margin-top: 25%;
	float: right;
	margin-right: 5%;
	padding: 3%;
	border: 1px #fff solid;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	width: 30%;
	text-align: center;
}

#new_tv a#ok:focus {
	background: #fff;
	color: #000;
}

#new_tv #game-iframe {
	position: absolute;
}

#new_tv #mobilejoypad_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
}

#new_tv menu-footer-tv-menu-container ul li a {
	padding: 0.9vh 1.5vh 0.78vh 1.5vh;
	font-size: 1.5vh;
}

#web_index_checkbox {
	font-family: "Phosphor" !important;
}

.category_game {
	margin-bottom: 0;
	width: 32.13%;
	height: 27.66%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
	margin-left: 0.6%;
	margin-right: 0.6%;
	float: left;
	background-position: left bottom;
	position: relative;
	background-repeat: no-repeat;
}

.category_game a {
	color: #fff;
	float: left;
}

.category_game h2 {
	margin: 0;
    width: 69%;
    font-size: 2.22vh;
    bottom: 0;
	position: absolute;
}

.category_game span {
	color: #000;
	margin: 0;
    width: 69%;
    font-size: 2.22vh;
    bottom: 0;
	position: absolute;
	margin-left: 1px;
	bottom: -1px;
}

#game_wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 31em;
}

.percent25 {
	width: 25%;
}

.span {
	height: 1px;
}

#banner {
	margin-top: 3%;
	height: auto !important;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

input[type=text], input[type=password], input[type=email], textarea {
	background-color: #5B5B5E;
	border-radius: 3px;
	height: 24px;
	padding: 6px 10px;
	border: 1px solid rgba(128,128,128,0.66);
	width: 330px !important;
	margin-bottom: 15px !important;
}

textarea {
	min-height: 8em;;
}

input[type=button], button, input[type=submit] {
	background-color: #000;
	border: 1px solid rgba(128,128,128,0.66);
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.2s;
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
	background-color: #F1F1F1;
}

input[type="checkbox"] {
	appearance: none !important;
	background-color: #fff !important;
	margin: 0 !important;
	font: inherit !important;
	width: 1.15em !important;
	height: 1.15em !important;
	border: 0.15em solid rgba(128,128,128,0.66) !important;
	border-radius: 0.15em !important;
	margin-right: 10px !important;
  }

input[type="checkbox"]:checked {
	appearance: none;
	background-color: #00ff28 !important;
	background: url('/wp-content/themes/arcade/images/check.png') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

input[type="checkbox"]::before {
	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

a.button {
	height: 1.7em;
	width: 8.6em;
	position: relative;
	background: url('/wp-content/themes/arcade/images/wide_green_button.png') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-top: 0.6em;
}

#mobilejoypad_cursor {
	/*z-index: 1000000;
	z-index: 2147483644;*/
	z-index: 100;
}

.size-thumbnail {
	height: 7.4em;
	width: 7.4em;
}

/* RegistrationMagic */

.rm-user-name {
	color: #ffffff !important;
	padding: 0px 20px !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
}

.rm-user-name-subtitle {
	display: none !important;
}

.rm_forgot_pass {
	display: none !important;
}

/* Borlabs cookie */
#BorlabsCookieWidget {
	display: none !important;
}

/* Google ads */
.fc-consent-root {
	display: none !important;
}

@font-face {
    font-family: "Phosphor";
    src: url(/wp-content/themes/arcade/Phosphor.ttf) format("truetype");
}

@media only screen and (min-width: 960px){
	/*#content {
		max-width: 768px !important;
	}*/
	#games {
		max-width: 705px;
	}
}

@media only screen and (max-width: 959px){
	/*#content {
		max-width: 768px !important;
	}*/
	#games {
		max-width: 525px;
	}
}

@media only screen and (max-width: 779px){
	#games {
		max-width: 415px;
	}

	#plug {
		height: 135px;
		width: 225px;
		position: relative;
		background: url('/wp-content/themes/arcade/images/plug-bgr.png') !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: cover !important;
	}
	
	#plug_thumb {
		position: absolute;
		top: 12px;
		left: 26px;
		max-height: 82px;
		max-width: 131px;
	}
	
	#plug_front {
		height: 135px;
		max-width: 225px;
		position: relative;
	}
}