/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
#main,
#wrapper {
	background-color: #000;
	position: relative;
}
div#content {
	background: #fff;
}
.home #content {
    background: #000;
}
.primary,
input[type="submit"],
input[type="submit"].button,
button {
	background-color: #3062f7;
	border-radius: 10px;
}
li.active > a, li:hover > a {
    color: red !important;
}
/*header*/
li.html.header-button-1 a {
	background: #3062f7;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
	padding: 0;
}
/*home*/
.game_list p {
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	margin: 0;
}
.textnoibat {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #3062f7;
}
.textnoibat img {
	max-width: 250px;
	margin: 0 auto;
}
.textnoibat * {
	margin-bottom: 0;
}
.home a {
    color: #fff;
}
/*single*/
.entry-header-text.entry-header-text-top.text-center * {
    color: #333;
}
.entry-header-text.entry-header-text-top.text-center {
    background: #dde4f9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px;
}
nav#nav-below {
    background: #f2f2f2;
}
/*footer*/
.footer_img a {
	display: inline-block;
	float: left;
	width: 50%;
}
.footer_img {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	z-index: 999999;
}
/*popup*/
div#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: #000000c9;
}
div.popup_wrap {
	width: 500px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999999;
	border-radius: 10px;
	box-shadow: 1px 2px 3px #3062f7;
	overflow: hidden;
}
span.close_pu {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: red;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-bottom-left-radius: 10px;
	cursor: pointer;
}
.popup_header {
	background: #3062f7;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.popup_header h3 {
	color: #fff;
	margin-bottom: 0;
}
#popup h4 {
	font-size: 18px;
	text-align: center;
}
#popup h4 {
	font-size: 18px;
	text-align: center;
	background: linear-gradient(45deg, #fbe834, #ebbd1f);
	color: red;
}
ul.popup_games li {
	margin-bottom: 5px;
	color: #3062f7;
	font-weight: bold;
}
ul.popup_games {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
.popup_main:before {
	content: "";
	background: url(http://localhost/kita-pg88/wp-content/uploads/2025/05/bg.webp);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: bottom -30px center;
	opacity: 0.2;
	background-repeat: no-repeat;
	background-size: cover;
}
.popup_gif img {
	max-width: 200px;
	margin: 10px auto;
	display: block;
}
/*author box*/
.saboxplugin-wrap * {
	color: #fff;
}
.saboxplugin-wrap {
	background: #000;
	border-radius: 10px;
	box-shadow: 5px 6px 15px #3062f7;
}
.saboxplugin-gravatar img {
	border-radius: 50% !important;
	border: 5px solid;
}
/*sidebar*/
div#secondary aside * {
	color: #fff;
}
div#secondary aside {
	background: #000;
	padding: 8px;
	border-radius: 10px;
	box-shadow: 2px 3px 5px #539ffd;
}
/*footer*/
#footer * {
	color: #fff;
}
