/*
Theme Name:    	winkingsJA
Theme URI:      https://princetech.ph/
Description:   	winkingsJA is a custom theme for Winning Kings JA.
Author:      	princetech
Author URI:     https://princetech.ph/
Template:    	wkth
Version:     	1.0.0
Text Domain:   	winkingsJA
*/
:root{
	--license-logo-padding: 0;
	--license-logo-margin: 0;
	--license-logo-background: transparent;
	--license-logo-item-margin: 0 10px;
	 --license-text-size: 16px;


	/* 	Compliance */
	--compliance-link-color: inherit;
	--compliance-decoration: inherit;
	--compliance-link-hover-color: inherit;
	--compliance-link-hover-decoration: inherit;

	--compliance-color: inherit;
	--compliance-font-size: inherit;
	--compliance-font-weight: inherit;

	--compliance-h1-color: inherit;
	--compliance-h1-font-size: inherit;
	--compliance-h1-font-weight: bold;

	--compliance-h2-color: inherit;
	--compliance-h2-font-size: inherit;
	--compliance-h2-font-weight: bold;

	--compliance-h3-color: inherit;
	--compliance-h3-font-size: inherit;
	--compliance-h3-font-weight: bold;

	--compliance-h4-color: inherit;
	--compliance-h4-font-size: inherit;
	--compliance-h4-font-weight: bold;
}

@font-face {
  font-family: 'TrajanPro';
  src: url(https://winningkings.b-cdn.net/fonts/fonts/Trajan-Pro/TrajanPro-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
	font-family: 'Roag';
	src: url('https://winningkings.b-cdn.net/fonts/fonts/Roag/Roag-Bold.eot');
	src: url('https://winningkings.b-cdn.net/fonts/fonts/Roag/Roag-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://winningkings.b-cdn.net/fonts/fonts/Roag/Roag-Bold.woff2') format('woff2'),
		url('https://winningkings.b-cdn.net/fonts/fonts/Roag/Roag-Bold.woff') format('woff'),
		url('https://winningkings.b-cdn.net/fonts/fonts/Roag/Roag-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	background-color: #000;
	font-family: 'Georgia', sans-serif;
	font-size: 15px;
	color: #fff;
}

a {
  text-decoration: none;
  color: #fff  !important;
  transition: color 0.3s ease;
}

/* defaults */
a:hover, a:focus, a:active {
  color: #F8FF8B !important;
  text-decoration: none;
}
a, a:focus {
  outline: 0 !important;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline : 0 !important;
}
p > a {
    color: #bc9240 !important;
}

iframe{
  width: 950px;
  max-width: 95%;
  height: 610px;
  border: 0;
}
.pd-30 {
  padding: 30px 0;
}
.d-grid {
  display: grid;
}
.btn {
  background-image: linear-gradient(#bb903f, #ffff90) !important;
  color: #4F3D0B;
  cursor: pointer;
  width: 130px !important;
  border: 0;
  line-height: 1;
  border-radius: 0;
  font-size: 1.5rem;
}
.button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  color: #4F3D0B!important;
  display: inline-block;
  text-decoration: none!important;
  border: double 2px transparent;
  background-image: linear-gradient(#bb903f, #ffff90) !important;
  background-origin: border-box;
}
.border-gradient {
  border: 2px solid;
  border-image-slice: 1;
  border-width: 1px;
}
.border-gradient-gold {
  border-image-source: linear-gradient(to right, #bb903f, #ffff90, #bb903f);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none !important;
}
.inner-page {
  color: #fff;
  width: 70%;
  margin: 2.25rem auto;
  font-size: 1.2rem;
}
/* animations */
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@media (min-width: 1200px) {
  .list-images .container {
    max-width: 1320px;
  }
}

.a-son-container {
/* 	font-family: 'Helvethaica', sans-serif !important; */
}
.site-form h2 {
	background: unset;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

.site-form .a-control {
	height: 100% !important;
}
.a-son-container .a-control {
	font-size: 0.75rem !important;
	height: 2.75rem !important;
	padding: 0 8px !important;
}
.a-modal-dialog .a-control {
    height: 2.2em !important;
    font-size: 1.1rem !important;
}

.a-son-container .a-modal-backdrop {
  height: 100vh !important;
}
.a-son-container label {
    font-size: 1em !important; 
}
.a-son-container .a-left-content .a-step-container .a-title h2 {
    font-size: 1.3em !important;
}
.a-label-terms_accept a {
    color: #797979!important;
}

/* .a-login-links a {
    color: #000 !important;
}
 */
.a-step-buttons .a-btn-next:before, .a-step-buttons .a-btn:before {
    left: 25% !important;
}
.a-son-container .a-login-inline form .a-forgot {
    bottom: -15px !important;
    font-size: 10px !important;
}

.a-son-container .a-dob-control.a-is-active .a-dob-label {
	font-size: 55% !important;
}

button, input, select, optgroup, textarea {
  color: #404040;
}
button, [type="button"], [type="reset"], [type="submit"], input[type="text"], .a-son-container .a-control {
  -webkit-appearance: button;
  padding: 0;
  border-radius: 0 !important;;
}
button, input {
  overflow: visible;
  box-shadow: none;
  border: none;
}
input.login, .a-son-container .a-login-inline form .a-btn.a-btn-login  {
  background-color: #AD9358 !important;
  background-image: url(https://www.lknk8.com/wk88/wp-content/themes/wk88/assets/images/buttons/login.png), linear-gradient(#bb903f, #ffff90, #bb903f) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: #4C3B0F !important;
  cursor: pointer;
  text-indent: -99999px;
  width: 77px !important;
  border: 0;
  line-height: 1.5;
}
input.register, .a-son-container .a-login-inline form .a-btn.a-btn-register {
  background-color: #AD9358 !important;
  background-image: url(https://www.lknk8.com/wk88/wp-content/themes/wk88/assets/images/buttons/register.png), linear-gradient(#bb903f, #ffff90, #bb903f) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: #4C3B0F !important;
  cursor: pointer;
  text-indent: -99999px;
  width: 77px !important;
  border: 0;
  line-height: 1.5;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h1, h2 {
	font-family: 'TrajanPro';
	color: #AD9357;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, #bc9240 0%, #fdfc8d 50%, #bc9240 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
h3 {
	color: #AD9357;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, #bc9240 0%, #fdfc8d 50%, #bc9240 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h4, h5, h6 {
	color: #AD9357;
}
.site-header {
  display: flex;
  align-items: center;
  background-color: black;
  padding: 10px 0 12px;
}
.site-navigation {
  flex-basis: 45%;
  text-align: left;
  display: flex;
  align-items: center;
}
.site-branding {
  flex-basis: 13%;
  text-align: center;
  margin-right: 45px;
}
.site-branding a {
  width: 60%;
}
.site-form {
  flex-basis: 42%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.a-son-container .a-login-inline form .a-forgot { display: block !important; color: #AD9357; }
.toggle-sec-menu {
  padding: 0;
  margin: 0;
}
.toggle-menu-container {
  width: fit-content;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
  background: #AD9357;
  background-image: linear-gradient(#bb903f, #ffff90, #bb903f);
  padding: 8px 20px;
}
.toggle-menu-container .sub-menu {
	display: none;
	background: #503d10;
	padding-left: 5px;
	margin-top: 10px;
}
.toggle-menu-container a{
	text-decoration: none;
	color: #fff;
	transition: color 0.3s ease;
	display: block;
}
.toggle-menu-container a:hover {
	color: mustard;
}
.toggle-menu-container input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#hamburger span:not(.dropdown-caret) {
  display: block;
  width: 30px;
  height: 5px;
  margin-bottom: 3px;
  position: relative;
  background: #503D10;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}
.dropdown-caret {
	cursor: pointer;
	display: inline-block;
    transform: rotateZ(90deg);
    transform-origin: 50% 50% !important;
	transition: all 0.5s ease-in;
}
.rotate {
    transform: rotateZ(-90deg) !important;
}
#hamburger span:first-child {
  transform-origin: 0% 0%;
}
#hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#hamburger input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #503D10;
}
#hamburger input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#hamburger input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
	position: absolute;
	width: 300px;
	height: 100vh;
	display: block;
	margin: -50px 0 0 0;
	padding: 70px 15px 50px;
	background: #000;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	left: 0;
	overflow-y: auto;
}
#menu li {
  padding: 10px 0;
  font-size: 16px;
  display: block;
}
.toggle-menu-container input:checked ~ div {
  transform: none !important;
}
.menu-divider {
  content:"";
  width: 100%;
  height: 3px;
  background: #503D10;
  margin: 10px 0;
}
.menu-divider, .mobile-menu {
  display: none;
}
.menu-main-menu-container {
  float: left;
  margin-left: 15px;
}

#menu-toggle-secondary-menu > li {
	border-bottom: 1px solid #503D10;
}
#menu-toggle-secondary-menu > li:first-child {
	border-top: 1px solid #503D10;
}

.main-navigation > li{
	position: relative;
}
.main-navigation li > ul.sub-menu {
	display: none;
	left: 0;
	top: 100%;
	left: 0;
    float: unset;
    width: 100%;
    min-width: 250px;
    background: #000;
	padding: 10px 5px;
}

.main-navigation ul > li:hover ul.sub-menu {
	display: block;
}

.main-navigation li > ul.sub-menu li {
	display: block;
}

.language-list {
	padding-left: 0;
	margin-left: 0;
	margin-top: 1rem;
	list-style: none;
	text-align: center;
}
.language-list .language-item {
	display: inline-block !important;
	margin: 0 0.75rem;
}

.heartbeat {
	-webkit-animation: heartbeat 3s ease-in-out infinite both;
	        animation: heartbeat 3s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.main-navigation {
  width: 40%;
}
.main-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
}
.input-group {
  position: relative;
  width: unset;
}
.site-form input {
  height: 41px;
  width: 180px;
  margin-right: 10px;
}
.site-form input:last-child {
  margin-right: 0;
}
span.forgot-text {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 0.5;
}
span.forgot-text small {
  font-size: 60%;
}
span.forgot-text a {
  color: #ad9357 !important;
  text-decoration: none;
}
.site-form button:not(:last-child) {
  margin-right: 10px;
}
.menu-button {
  display: flex;
  padding: 10px 22.5px;
  vertical-align: middle;
  background-color: #ad9357;
}
.register .menu-button {
  padding: 7.5px 22.5px;
}
.sticky {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	animation: smoothScroll 0.4s forwards;
}
.fixedGamesBar {
    width:100%;
    z-index: 99;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Winners Page */
.page-template-page-winners {
	background: #000 !important;
}
#Winners {
	background: url(/ja/wp-content/themes/winkingsth/assets/images/wpbg.jpg) top center no-repeat;	
	padding-bottom: 0;
	position: relative;
}
#Winners:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 100%;
	background: url(/ja/wp-content/themes/winkingsth/assets/images/blkgrd.png) 0 0 no-repeat;
	background-size: 100% 100%;
	bottom: -5px;
	left: 0;
}

#Winners .container {
	max-width: 1662px !important;
}

#Winners h1 {
	-webkit-text-stroke: 1px #EAE985;
	background: -webkit-linear-gradient(#c5a34e, #EAE985);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#Winners h2 {
	color: #fff;
	font-size: 1vw !important;
}

.winner-box {
	border: 2px solid #bb903f;
    border-image-slice: 1;
    border-width: 1px;
	border-image-source: linear-gradient(to right, #bb903f, #ffff90, #bb903f) !important;
	position: relative;
}

.winners-table {
	height: 75vh;
	overflow-y: auto;
	padding: 0 0 10px;
	background: #000;
	position: relative;
	margin: -1px auto 0;
	overflow: hidden;
/* 	animation: marquee 20s linear infinite; */
}
/* @keyframes marquee {
  0% { top : -35%; }
  100% { top: -120%; }
} */

.winnerslist {
	font-family: "TrajanPro", sans-serif;
	margin-bottom: 0;
	background: #000;
}
.winners-theading {
}
.winnerslist th {
	background: -webkit-linear-gradient(#c5a34e, #EAE985);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px 8px;

}
#header-fixed { 
    position: fixed; 
    top: 0px; 
	display:none;
}
.winnerslist thead th {
	border-top: 0;
	border-bottom: 2px solid #bb903f;
    border-image-slice: 1;
    border-width: 1px;
	border-image-source: linear-gradient(to right, #bb903f, #ffff90, #bb903f);

}
.winnerslist td {
	border-top: 0;
	font-size: 16px;
}
.winnerslist td:first-child {
	padding-left: 20px;
}

.marquee-winners {
	top: 0;
	position: relative;
	animation: marqueeWinners 10s linear infinite 3s;
}

.winners-col .winners-table {
	height: 100%;
}

#banner-section-bottom {
	
}
#contain {
	max-height: 16vw;  
	height: 100%;
	overflow-y: scroll;  
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
#contain::-webkit-scrollbar {
  display: none;
}
#table_fixed {
	width: 100%;
	margin-bottom: 0;
	table-layout: fixed
}
#table_fixed thead th {
	padding: 10px;
}
#table_scroll {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	table-layout: fixed
}

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

@keyframes marqueeWinners {
	0% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}


/* Marquee */
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
/*   background-color: rgba(43, 38, 36, 0.7); */
	background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 0;
  color: #fff;

}
.marquee:hover .marquee_item {
  animation-play-state: paused;
}
.marquee_item {
  font-size: 16px;
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 200s linear infinite;
  -moz-animation: marquee 200s linear infinite;
  -o-animation: marquee 200s linear infinite;
  animation: marquee 200s linear infinite;
}
.marquee_item p {
	margin-bottom: 0;
}
@-webkit-keyframes @keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%) }
}

@-moz-keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%) }
}

@-ms-keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%) }
}

@-o-keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%) }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%) }
}


.marquee_sep:after {
  content: '\265A';
  padding: 0 1rem;
  color: #fff;
  vertical-align: middle;
}
.marquee_container {
  z-index: 1;
  position: relative;
}
.banner_outer {
  margin-top: -35px;
  z-index: -1;
}
/* custom dots for slick slider */
.splide__slide:last-child {
  margin-right: 0 !important;
}

button:focus {
  border: 0;
  outline: none;
}
.banner-slider .slide img{
  width: 100%;
}
.banner-slider .slick-dots{
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.banner-slider .slick-dots li{
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  border: 0;
  width: 16px;
  height: 17px;
  margin: 0 10px;
  background-color: transparent;
  box-shadow: 0;
}

.banner-slider .slick-dots li button{
  display: block;
  width: 16px;
  height: 17px;
  border: 0;
  background-color: transparent;
  background-image: url(https://www.lknk8.com/wk88/wp-content/themes/wk88/assets/images/buttons/dot1.png);
  position: relative;
}
.slick-dots li button:before {
  content: '';
}
.banner-slider .slick-dots li.slick-active button{
  background-image: url(https://www.lknk8.com/wk88/wp-content/themes/wk88/assets/images/buttons/dot2.png);
}
.banner-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.banner-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
#banner-section-bottom img {
    width: calc(100% - 10px);
}
.modal .modal-dialog {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#videoModal {
  padding: 0;
  text-align: center;
}
#videoModal .modal-dialog {
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
}
#videoModal .modal-dialog .modal-body {
  padding: 0;
}
#videoModal .modal-content {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
#videoModal .modal-dialog .close {
  right: 0;
  margin-right: -15px !important;
  margin-top: -15px !important;
  background-color: #fff !important;
  border-radius: 15px !important;
  width: 30px !important;
  height: 30px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: bold;
  line-height: 1;
}
section {
  padding: 15px 0;
}
section:first-of-type {
  padding-top: 0;
}
.header__layout {
  background-image: linear-gradient(to right, #4a4334 10%, #000 90%);
}
.section-header { 
	position: relative;
}
.header__title {
  padding-left: 2rem;
}
.header__title p {
	margin: 0.5rem;
	font-size: 1.95rem;
	font-weight: bold;
	letter-spacing: 1.5px;

	color:  #fff; /*if no support for background-clip*/

	background: -webkit-linear-gradient(transparent, transparent),
		-webkit-linear-gradient(top, #bc9240 0%, #fdfc8d 50%, #bc9240 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.see__more {
  padding-left: 0;
  padding-right: 3rem;
}
.see__more p a:before {
  content: '\002B';
  /* vertical-align: middle; */
  line-height: 1;
  margin-right: 5px;
}
.seemore__block {
  width: 75%;
  margin: 0 auto;
  font-size: 1rem;
}
.slider__container {
  overflow: hidden;
}
.sp__slider {
  padding: 30px 0 0;
  overflow: visible;
}
.sp__slide {
  margin: 0 15px;
}
.sp__track:before {
  content: '';
  background-image: url(https://winningkings.b-cdn.net/images/grad.png);
  transform: scaleX(-1);
  height: 100%;
  position: absolute;
  width: 173px;
  left: 0;
  top: 0;
  z-index: 1;
}
.popular__games .sp__track:before {
  display: none;
}
.sp__track:after {
  content: '';
  background-image: url(https://winningkings.b-cdn.net/images/grad.png);
  transform: scaleX(1);
  height: 100%;
  position: absolute;
  width: 173px;
  right: 0;
  top: 0;
  z-index: 1;
}
.jp__gods {
  height: inherit;
  max-width: 50%;
  margin-right: auto;
}
.jpg__container {
  height: inherit;
  position: relative;
  width: 50vw;
  max-width: 100%;
}
.jpg__container .coins {
  height: inherit;
  align-items: flex-end;
  display: flex;
  position: relative;
  z-index: 5;
}
.jpg__container .coins #coins {
  position: absolute;
  height: 289px;
  width: 1174px;
  /* overflow: visible; */
  max-width: 1174px;
}
.jpg__container .gods__container {
  display: flex;
  position: absolute;
  width: 940px;
  top: 0;
  height: inherit;
  align-items: flex-end;
}
.gods__container .god2 {
  width: 378px;
  max-width: 100%;
  height: inherit;
  z-index: 4;
  -webkit-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}
.gods__container .god3 {
  width: 255px;
  max-width: 100%;
  height: inherit;
  z-index: 3;
  -webkit-animation: float 10s ease-in-out infinite;
  animation: float 10s ease-in-out infinite;
}
.gods__container .god1 {
  width: 308px;
  max-width: 100%;
  height: inherit;
  z-index: 2;
  -webkit-animation: float 12s ease-in-out infinite;
  animation: float 12s ease-in-out infinite;
}
#god1 {
  position: absolute;
  max-width: 100%;
  height: 314px;
  width: 308px;
  bottom: 0;
  right: -110px;
}
#god2 {
  position: absolute;
  max-width: 100%;
  width: 378px;
  height: 378px;
  bottom: 0;
}
#god3 {
  position: absolute;
  max-width: 100%;
  width: 255px;
  height: 289px;
  bottom: 0;
  left: -110px;
}
.jackpot-live {
  height: inherit;
  max-width: 50%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
position: relative;
    z-index: 9;
}
.jackpot__container {
  background-image: url(https://www.winningkings.com/ja/wp-content/uploads/2024/07/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 382px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.running-total-jackpot {
/*   font-family: 'TrajanPro'; */
	font-family: 'Roag', sans-serif;
  text-align: center;
  font-size: 0;
  font-weight: bold;
  color: #FFFFD0;
  line-height: 1;
}
.tj-num {
/*   font-size: 4.25rem;   */
  font-size: 6rem;
  -webkit-text-fill-color: #FFF98E;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
  letter-spacing: 4px;
}
.tj-num span {
	font-variant-numeric: tabular-nums;
}
.currency {
  font-family: 'Roag';
  -webkit-text-fill-color: #FFF98E; /* #BB913F; */
/*   font-size: 5vw; */
}

body.page-template-game-page .currency {
/*   font-size: 5vw; */
}
.btn.play {
  margin: 50px 0 0;
}
.popular__games {
  justify-content: center;
  padding: 0 0 30px;
}
.popular__games .game__box:before{
  content: url(https://winningkings.b-cdn.net/images/popbg.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.popular__games .game__box:after{
  content: url(https://winningkings.b-cdn.net/images/popfire.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  -webkit-animation: breathing 2s linear infinite normal;
  animation: breathing 2s linear infinite normal;
}
.popular__games .grid_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popular__games .grid_item:nth-of-type(2) {
  margin: 0 30px;
}
.slot_games {
  padding-bottom: 0;
}
.slot__games {
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-gap: 30px;
}
.slot__games .grid_item, .grid_item {
  width: 200px;
  height: 200px;
}
.slot__games .grid_item img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.features_block div:first-of-type {
  /* padding-left: 0; */
}
.features_block div:last-of-type {
  padding-right: 0;
}
.popular_game.grid-wrapper:before, .popular_game.game__box:before{
	content: '';
	background-image: url(https://winningkings.b-cdn.net/images/popbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}
.popular_game.grid-wrapper:after, .popular_game.game__box:after{
	content: '';
	background-image: url(https://winningkings.b-cdn.net/images/popfire.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 50px;
	-webkit-animation: breathing 2s linear infinite normal;
	animation: breathing 2s linear infinite normal;
}

/* Games Page Load more */
#kingsfave #more_games, #jackpot #more_games {
	display: none !important;
	
}

.rm_block {
  position: relative;
}
.show-more {
  /*   box-sizing: border-box;
  /*   position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%); */
  height: 250px;
  overflow: hidden;
  width: 100%;
  transition: height 0.5s linear 0s;
  position: relative;
}
.show-more:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 100%);
  top: 0;
  left: 0;
}
.show-more.more {
  height: 100%;
  background: transparent;
}
.show-more.more:after {
  background: none;
  height: 0;
}
.btn-read-more {
  position: absolute;
  top: 135%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 5px 20px;
  /* border: 1px solid #fff; */
  background: transparent;
  outline: none;
  color: #fff !important;
}
.btn-read-more:before {
  content: '';
  width: 70px;
  height: 1px;
  display: inline-block;
  margin: 4px 10px;
  background: #fff !important;
  opacity: 0.5;
}
.btn-read-more:after {
  content: '';
  width: 70px;
  height: 1px;
  display: inline-block;
  margin: 4px 10px;
  background: #fff !important;
  opacity: 0.5;
}
.btn-read-more.more {
  top: 101%;
}
.btn-read-more:hover {
  color: #F8FF8B ;
}
.btn-read-more:hover:after, .btn-read-more:hover:before {
	background: #F8FF8B  !important;
}
.show-more ol, .show-more ul {
  margin-left: 0;
}
.show-more p {
	line-height: 1.5;
}
.game__box {
  position: relative;
}
.grid-wrapper {
  height: auto;
  position: unset;
}
.gb__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  z-index: 1;
}
.game__box:hover .gb__overlay, .grid_item.game__box:hover .gb__overlay, .games-grid .grid_item:hover .gb__overlay {
  display: unset;
}
.gb__table {
  display: table;
  width: 100%;
  height: 100%;
}
.gb__tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 .5rem;
}
.gb__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gb__reg a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  color: #4F3D0B!important;
  display: inline-block;
  text-decoration: none!important;
  border: double 2px transparent;
  background-image: linear-gradient(#bb903f, #ffff90) !important;
  background-origin: border-box;
}
.gb__reg a, .gb__demo a {
  color: #4F3D0B!important;
  width: 140px;
  max-width: 100%;
  font-size: 1.1rem;
}
.gb__demo a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  color: #fff!important;
  display: inline-block;
  text-decoration: none!important;
  border: solid 2px #bb903f;
  background: #000;
}
.gb__reg:hover a {
	color: #503D10 !important;
}
.gb__demo:hover a {
	color: #F8FF8B !important;
}
.gb__meta {
  height: auto;
  display: none;
}
.gb__meta .gb__tablecell {
  padding: 0;
}
.gb__provider {
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.9rem;
}
/* funmode */

.gameLightbox {
  background: rgba(0,0,0,0.6);
}
.funmode__content  {
	width: 950px;
	max-width: 100%;
	background: transparent;
	text-align: center;
	border: 0;
	justify-content: center;
	margin: 0 auto;
}
.funmode__body {
	width: 950px;
	max-width: 100%;
	height: auto;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	z-index: 0;
}
.funmode__close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: -10px -10px 0px 0px;
	padding: 0px;
	background: transparent;
	border: none;
	z-index: 1;
}
/* Jackpot Games */
.inner_jackpot_container {
  background-image: url(https://www.winningkings.com/ja/wp-content/uploads/2024/07/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.inner_jackpot_container .tj-num {
  font-size: 4.25rem;
}
.inner_jackpot_container .gb__reg a {
/*   width: 85px; */
  height: unset;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: normal;
}

.inner_jackpot_container .jpg__container {
  width: 100%;
}

.game-coins {
  margin-right: -20%;
  height: inherit;
  align-items: flex-end;
  display: flex;
  position: relative;
  z-index: 5;
}

.game-gods-container {
  width: 80%;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: inherit;
  align-items: flex-end;
}
.game-god1 {
  -webkit-animation: float 12s ease-in-out infinite;
  animation: float 20s ease-in-out infinite;
}
.game-god2 {
  margin-left: -13%;
  margin-right: -11%;
  z-index: 1;
  -webkit-animation: float 8s ease-in-out infinite;
  animation: float 16s ease-in-out infinite;
}

.game-god3 {
  -webkit-animation: float 10s ease-in-out infinite;
  animation: float 18s ease-in-out infinite;
}

.top_banners .row {
  padding: 0;
  margin: 0;
  width: 100%;
}
.page_content {
  width: 97%;
  margin: 0 auto;
}
/* gamepage */
#template-target {
  padding: 0 30px;
}
div.game_filter {
  width: 73%;
}
ul.game_filter {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #333333;
  height: 100%;
}
ul.game_filter li a {
  margin: 0;
  cursor: pointer;
  min-width: 14%;
  width: auto;
  display: block;
  border-right: 1px solid #212121;
  color: #fff;
  text-align: center;
  float: left;
  line-height: 51px;
  height: 100%;
}
ul.game_filter li a {
  vertical-align: middle;
}
ul.game_filter li:hover a, ul.game_filter li:active a, .game_filter li a:not(.inactive){
  background: #212121 !important;
}
ul.game_filter li:hover a, ul.game_filter li:active a, .game_filter li a:not(.inactive) {
  color: #CBD36C !important;
}
.game_inputs {
  width: 15%;
  background: #333333;
/*   display: inline-block;
  padding: 5px 50px 5px 20px; */
  position: relative;
	display: flex;
	padding: 5px 15px;
	justify-content: flex-end;
	
}
.game_inputs input {
	border-radius: 0;
	background: #000;
	color: #d1d1d1 !important;
/* 	height: 30px; */
	height: 100%;
	width: 100%;
	border: 0;
}
.search-box-container {
	position: relative;
	height: 100%;
}
.search-button {
	display: inline-block;
	position: absolute;
	right: 20px;
	height: 100%;
	top: 4px;
}
.search-box-container .clear {
	position: absolute;
	right: 0;
}
.game_inputs .search-button {
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
}
.search-button img {
/*   height: 30px; */
    height: calc(100% - 2px);
    margin: 1px auto;
}
.advanced_search.dropdown {
  width: 12%;
  background: transparent url(//winningkings.b-cdn.net/images/game_page/providers_bg.jpg) 0 0 repeat-x;
  border-left: 1px solid #000;
}
.dropdown button {
  background: transparent;
  color: #fff;
  /* text-shadow: 0 1px 1px #000; */
  border: 0;
  line-height: 47px;
  width: 100%;
  font-weight: 500!important;
/*   font-family: 'Helvethaica'; */
}
.dropdown-toggle::after {
  vertical-align: middle;
}
.dropdown-menu.show {
  background: #921534;
  width: 100%;
  font-size: 1rem;
}
.dropdown-item {
  padding: 0 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #de2956;
}
.btn-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.games-grid .grid-item {
  margin-bottom: 30px;
}
.tab-cont, .more-games-container {
  margin: 0 auto;
}
#more_games {
  cursor: pointer;
  margin: 0 auto;
  width: 225px;
  color: #4F3D0B!important;
  max-width: 100%;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  color: #4F3D0B!important;
  display: block;
  text-decoration: none!important;
  border: double 2px transparent;
  background-image: linear-gradient(#bb903f, #ffff90) !important;
  background-origin: border-box;
}
#btn-load {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
#load-more {
  margin: 25px auto;
  padding: 0 30px;
}
.hidden {
  visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: relative;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise.
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Promo page */
.promotions__page  {
	background: url(https://www.winningkings.com/ja/wp-content/uploads/2024/07/pagebg.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-bottom: 0;
} 

.promotions__page:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 40%;
	background: url(https://winningkings.b-cdn.net/images/blkgrd.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.banner-promo .slick-slide img {
  width: 100%;
}
.promotions__page h1 {
	font-size: 50px;
	margin: 1rem auto;
}
.promo__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.promo_column {
	width: 19%;
	display: inline-block;
	margin: 0 auto 15px;
	background: #000;
	position: relative;

	display: flex;
	flex-basis: 100%;
}
.promo_column > img {
	width: 100%;
	max-width: 300px;
    border-right: 1px solid #fdfc8e;
}
.promo-details {
	width: 100%;
}
.promo-mob-img {
  display: none;
}

.promo_title {
/* 	background: #282828; */
	color: #d89f32;
	padding: 15px 5%;
	width: 100%;
	justify-content: center;
	/*   min-height: 115px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-family: 'TrajanPro';
	font-size: 1.2rem;
	
	border-bottom: 1px solid #fdfc8e;
	
}
.promo-title {
	margin-bottom: 0;
	color:  #d89f32; /*if no support for background-clip*/
  
	background: -webkit-linear-gradient(transparent, transparent),
		-webkit-linear-gradient(top, #bc9240 0%, #fdfc8d 50%, #bc9240 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.promo_desc {
  color: #fff;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
}
.promo-btn {
	max-width: 115px;
	margin: 0 auto 5px;
	display: block;
}
.promo-cta-container {
	max-width: 225px;
	text-align: center;
	margin: 4rem auto 6rem;
}

.promo-slide {
	background: #000;
	outline: 0;
	margin-bottom: 10px;
}
.promo-slide .promo_title {
	border-bottom: 0;
	text-align: center;
}
.promo-slide .promo-title {
	font-size: 15px;
}
.promo-slide img {
	width: 100%;
}
.promo-slide .promo-btn {
	max-width: 120px;
	margin-bottom: 1.5rem;
}
.promo-item-slider .slick-track {
	display: flex !important;
}
.promo-item-slider .slick-slide {
	height: inherit !important;
	margin: 0 10px;
}
.promo-item-slider .slick-list {
	margin: 0 -5px;
}
.promo-item-container  {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: ;
	justify-content: space-between;
}

/* Kings Club Page */
.king-promo-container{
	position: relative;
}
.king-promo-container img {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 15%;
}

.row.benefits {
  font-size: 1rem;
  word-break: break-all;
}
.row.benefits  > div > img {
  margin-right: 5px;
}
.vip_page_text .page_title {
  border-top: 1px solid #8f682f;
  border-bottom: 1px solid #8f682f;
  width: 100%;
  text-align: center;
}
.vip_page_text .page_title p {
  margin-bottom: 0;
}
.vip_page_text .container .levels, .vip_page_text .container .points {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #8f682f;
}
.vip_page_text .container .levels tr, .vip_page_text .container .points tr {
  background: #444;
}
.vip_page_text .container .levels td, .vip_page_text .container .levels th, .vip_page_text .container .points td, .vip_page_text .container .points th {
  border-right: 1px solid #8f682f;
  border-bottom: 1px solid #8f682f;
  padding: 5px;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'TrajanPro';
}
.vip_page_text .container .levels tbody tr:nth-child(2n), .vip_page_text .container .points tbody tr:nth-child(2n) {
  background: #555;
}
.vip_page_text .container .levels tbody tr td, .vip_page_text .container .points tbody tr td {
  font-size: 0.8rem;
  line-height: 1.5rem;
  padding: 5px 10px;
  text-align: left;
  font-weight: 700;
  border-bottom: 0;
}
.vip_page_text .container ul.tnc {
  padding-left: 25px;
  margin-left: 30px;
}
.vip_page_text .container ul.tnc li {
  list-style-type: none;
  line-height: 1.7em;
}
.vip_page_text .container ul.tnc li:before {
  list-style-type: none;
  content: "\2022";
  color: #8f682f;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.king-vip-select {
	width: 100%;
	max-width: 90px;
	display: inline-block;
	position: relative;
	margin: 20px 0;
}

.king-vip-select select {
	display: none;
}

.selected-item {
	background: #8f682f;
	padding: 5px 20px 5px 10px;
	color: #fff;
	cursor: pointer;
	z-index: 99;
}

.selected-item:after {
	content: '';
	border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent transparent #fff transparent;
	position: absolute;
	right: 20px;
	transform: rotate(-45deg);
	transition: 0.5s;
}

.arrowanim.selected-item:after {
	transform: rotate(135deg);
	top: 20px;
}

.item {
	background: #8f682f;
	padding: 5px 20px;
	color: #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.item:hover {
	background: #fcfc8e;
	color: #000;
}

.all-items {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
}

.all-items-hide {
	display: none;
}

.sdf {
	border: 1px solid #8f682f;
}


/* Payments Page */
.general_payments_page table {
	width: 100%;
	margin: 0 auto 2rem;
	border-color: #ad9357;
	border-left: 0;
	border-right: 0;
}
.general_payments_page thead {
	border-top: 3px solid #ad9357;
    border-bottom-color: #ad9357;
}
.general_payments_page table tr.row {
	margin: 0 auto;
}
.general_payments_page .table_header {
	color: #f9b104;
}

.general_payments_page img {
	max-width: 100%;
	width: auto;
}

.general_payments_page .pointer {
	cursor: pointer;
}
.general_payments_page .deposits, .general_payments_page .withdrawals {
	margin: 15px 0 0;
	padding-bottom: 0;
}
.container_border_bottom {
	border: 0 solid #fff;
	border-bottom: 1px solid #ad9357;
}
.general_payments_page table thead tr td, general_payments_page table thead tr th {
	font-size: 1em;
	padding: 1px;
	border-bottom: 0 solid #ad9357;
	border-left: 0;
	border-right: 0;
	text-align: left;
}
.general_payments_page table tr td, .general_payments_page table tr th {
	line-height: 2em;
	color: #fff;
	vertical-align: middle;
	border: 0;
}
.general_payments_page .table tr th {
	text-align: center;
}
.general_payments_page table tr td {
	padding: 5px 10px;
}
.general_payments_page .deposits {
	position: relative;
}
.general_payments_page .deposits:hover {
	background: rgba(43, 38, 36, 0.7);
}
.general_payments_page .deposits:hover > td {
	color: #fff;
}
.general_payments_page table img {
	max-width: 100%;
/* 	height: 45px; */
	height: 60px;
	margin: 0 auto;
	opacity: 1;
}
/* Support FAQ Page */
.mob-support-hero, .mob-subpage-banner { display: none; }

.support-main strong {
	color: #ad9357 !important;
}
.support-main a {
	color: #bc9240 !important;
}

.faq-list-container h2 {
	text-align: center;
	color: #AD9357;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 20px;
}
.faq-list {
	margin: 0 auto 2rem;
}
.support-heading {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.faq-list-container h3 {
	font-size: 1.35rem;
}

/* accordion heading */

.faq-list .faq-title {
	color: #fff;
	background-color: #202020;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 7px 10px;
}
.faq-list .faq-title:hover{
	cursor:pointer;
}

/* accordion section content */
.faq-list .faq-content {
  display: none;
  padding: 1.25rem;
  border-top: 1px solid #AD9357;
  background-color: #202020;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
}

/* Testimonials Page */
.testimonial_column {
	background: #202020;
}

/* Inner Page */
.page table {
	max-width: 100%;
	width: auto;
	margin: 0 auto 1.5em;
	border-top: 1px solid #ad9357;
	border-bottom: 1px solid #ad9357;
	border-left: 0;
	border-right: 0;
	border-collapse: collapse;
}
.page th, .page td {
	border-top: 1px solid #ad9357 !important;
	border-bottom: 1px solid #ad9357 !important;
	border-left: 0;
	border-right: 0;
	border-collapse: collapse;
	padding: 3px 5px;
}
.page ul, .page ol {
	margin-left: 0;
}
.page-id-122 table, .page-id-122 table {
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0;
	border-right: 0;
}
.page-id-122 table th, .page-id-122 table td {
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0;
	border-right: 0;
}


:not(.home) .site-main, #payment-page-section, .vip_page_text {
	background: url(https://www.winningkings.com/ja/wp-content/uploads/2024/07/pagebg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 1rem 0;
	margin: 0;
}

.gold-header {
	color:  #d89f32; /*if no support for background-clip*/
  
	background: -webkit-linear-gradient(transparent, transparent),
		-webkit-linear-gradient(top, #bc9240 0%, #fdfc8d 50%, #bc9240 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* Footer */
.site-footer {
/*   padding: 30px 0 0; */
}
.provider-container, .affiliate-container {
  background-color: #000;
  font-size: 0;
  padding: 0;
}
.list-images img {
  margin: 0 5px 5px;
/*   width: 108px; */
	height: 55px !important;
  padding: 0;
}
.footer-menu-container, .footer-misc {
  background-color: #131313;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: auto;
}
.footer-menu li {

  margin: 0 10px;
}
.footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight:500;
}
.footer-misc .row {
  justify-content: space-between;
  display: flex;
  align-items: center;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.footer-misc .row > * {
  width: unset;
}
.footer-misc .footer-social a {
  margin-left: 20px;
}



.footer-license img {
  filter: invert(50%) sepia(5%) saturate(226%) hue-rotate(131deg) brightness(96%) contrast(92%);
  margin-right: 10px;
}
.footer-license img:hover {
  filter: unset;
}

div#fc_frame {
    bottom: 75px !important;
}

.mobile-floating-social {
	display: none;
	background-color: #000;
	border-top: 1px solid #AD9357;
	width: 100%;
	position: fixed;
	z-index: 8;
	bottom: 0;
	overflow-x:hidden;
}
.mobile-floating-social .floating-wrapper {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.mobile-floating-social .floating-wrapper .social-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  margin: 10px auto 10px;
  line-height: 1;
}
.mobile-floating-social .floating-wrapper .social-item a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  outline: none;
}
.mobile-floating-social .floating-wrapper .social-img {
  display: block;
  margin: 0 auto 7px;
}
span.search-button {
    cursor: pointer;
}
.icon-item {
	width: 60px;
	height: 60px;
	background: #363126;
	background-image: url(https://winningkings.b-cdn.net/images/desktop/brown-bg.svg);
	background-size: 100% 100%;
	padding: 15px;
	border-radius: 50%;
	margin-bottom: 10px;
	box-shadow: -1px -1px 2px #000;
	display: flex;
	justify-content: center;
	align-items: center;

}
.icon-item.chat {
	
}
.desktop-floating-social {
	position: fixed;
	z-index: 9;
	bottom: 70px;
	right: 22px;
}


/* INPUT CLOSE ICON ON DESKTOP */
div.clear {
	display: inline-flex;
    position: absolute;
    right: 22%;
    top: 0;
    bottom: 0;
	padding: 0 10px;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: #8a8a8a;
}