*,
::before,
::after {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family:
		ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
}

body,
html {
	padding: 0;
	margin: 0;
	color: #002b50;
	font-family:
		ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
}

body {
	background: rgba(15, 17, 26, 1);
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.mt-0 {
	margin-top: 0;
}

.gamiio-header-section {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gamiio-suheader {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.header-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 70px;
	width: 100%;
}

.header-left .main-navigation {
	background: transparent;
}

.header-left .main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
}

.header-left .main-navigation ul li a {
	color: rgba(107, 114, 128, 1);
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 5%;
}

.header-left .main-navigation ul li a:hover {
	color: #fff;
}

.header-search.header-search-center {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	margin-right: 0;
	position: relative;
	order: 3;
}

.header-search-center form {
	height: auto;
	width: 100%;
	border-radius: 8px;
	background: rgba(28, 31, 46, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 10px;
}

.header-search-center form button {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
}

.header-search-center form input {
	background: transparent;
	width: calc(100% - 30px);
	height: auto;
	padding: 0;
}

.header-search-center form input,
.header-search-center form input::placeholder {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	border: 0;
	outline: 0;
}

.header-search-center form input::placeholder {
	color: rgba(107, 114, 128, 1);
}

.header-search-center form input:focus,
.header-search-center form input:focus-visible {
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
}

#search-results {
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
}

.subresults,
.search-loading {
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: rgba(28, 31, 46, 1);
	padding: 20px;
}

.search-loading {
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
}

#search-results .search-item {
	text-decoration: none;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	border-radius: 8px;
}

#search-results .search-item img {
	max-width: 60px;
	width: 100%;
	border-radius: 8px;
}

#search-results .search-item span,
.subresults p {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}

.subresults p {
	margin: 0;
}

#search-results .search-all {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	padding: 15px 5px;
	display: block;
}

#search-results .search-item:hover,
#search-results .search-all:hover {
	background: rgb(15 17 26 / 50%);
}

header {
	background: rgba(15, 17, 26, 1);
	border-bottom: 1px solid rgba(28, 31, 46, 1);
	padding: 15px 12px;
	position: static;
	top: 0;
	z-index: 2;
}

.game_container {
	padding-top: 20px;
}

.game_sidebar {
	position: fixed;
	top: 70px;
	left: 4px;
	height: 100%;
	width: 48px;
	padding: 4px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	z-index: 999;
}

.game_sidebar_content .icon_box {
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 2px;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s linear;
}

.game_sidebar_content .icon_box.active {
	background: rgba(255, 255, 255, 1);
}

.game_sidebar_content .icon_box p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	max-width: calc(100% - 40px);
	width: 100%;
	display: none;
	opacity: 0;
	transition: opacity 0.3s linear;
}

.game_sidebar_content .icon_box.active p {
	color: #000;
}

.icon_box.active img {
	filter: brightness(0) saturate(100%) invert(2%) sepia(39%) saturate(3337%) hue-rotate(218deg) brightness(87%) contrast(91%);
}

.icon_bar hr {
	width: 100%;
	height: 1px;
	background-color: rgba(107, 114, 128, 1);
	border: 0;
	margin: 15px 0px;
	padding: 0;
}

.game_sidebar:hover,
.game_sidebar.active {
	width: 220px;
	border-radius: 8px;
	background: rgba(28, 31, 46, 1);
}


.game_sidebar:hover .icon_box p,
.game_sidebar.active .icon_box p {
	display: block;
	opacity: 1;
}

.game_sidebar_content .icon_box:hover {
	background: #000000;
}

.game_sidebar_content .icon_box.active:hover {
	background: #ffffff;
}

.main_game_contain {
	padding-left: 72px;
	padding-right: 20px;
	width: 100%;
	height: auto;
}

.main_game_container {
	width: 100%;
	height: auto;
}

.grid-wrapper {
	width: 100%;
	overflow-x: hidden;
}

.grid-wrapper h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.custom-grid {
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	grid-auto-rows: 96px;
	gap: 16px;
	grid-auto-flow: dense;
}

.box {
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	transition: all 0.25s ease;
	border: 3px solid transparent;
}

.box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.game-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
	text-align: left;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.25s ease;
}


.box:hover {
	border-color: #9335e2;
	transform: translateY(-4px);
}

.box:hover .game-title {
	opacity: 1;
	transform: translateY(0);
}

.custom-grid .box {
	grid-column: span 1;
	grid-row: span 1;
}

.custom-grid .box:nth-child(28n + 1),
.custom-grid .box:nth-child(28n + 11),
.custom-grid .box:nth-child(28n + 15) {
	grid-column: span 3;
	grid-row: span 3;
}

.custom-grid .box:nth-child(28n + 9),
.custom-grid .box:nth-child(28n + 14),
.custom-grid .box:nth-child(28n + 17),
.custom-grid .box:nth-child(28n + 19) {
	grid-column: span 2;
	grid-row: span 2;
}

.new_games_contain {
	margin-top: 30px;
}

.alt-pattern {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 16px;
	grid-auto-flow: dense;
}

.responsive-nav-bar,
.responsive-nav-bar-close {
	width: 30px;
	height: 22.5px;
	position: relative;
	margin: 0px auto;
	margin-left: auto;
	margin-right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
}

.responsive-nav-bar span,
.responsive-nav-bar-close span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.responsive-nav-bar span:nth-child(1) {
	top: 0px;
}

.responsive-nav-bar span:nth-child(2),
.responsive-nav-bar span:nth-child(3) {
	top: 10px;
}

.responsive-nav-bar span:nth-child(4) {
	top: 20px;
}

.responsive-nav-bar.open span:nth-child(1),
.responsive-nav-bar-close span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.responsive-nav-bar.open span:nth-child(2),
.responsive-nav-bar-close span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.responsive-nav-bar.open span:nth-child(3),
.responsive-nav-bar-close span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.responsive-nav-bar.open span:nth-child(4),
.responsive-nav-bar-close span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.responsive-site-header,
.responsive-nav-bar-close {
	display: none;
}

.sidebar-icone .close-svg {
	display: none;
}

.sidebar-icone {
	margin-right: 20px;
	cursor: pointer;
}

.sidebar-icone:hover {
	opacity: 0.6;
}


#gameLoader {
	display: none;
}

.hm-spinner {
	height: 115px;
	width: 115px;
	margin: 0 auto;
	border: 5px solid transparent;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-radius: 50%;
	position: relative;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.hm-spinner::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 5px solid transparent;
	border-top-color: rgb(255 255 255 / 70%);
	border-bottom-color: rgb(255 255 255 / 70%);
	border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}


@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.no-game-found {
	grid-column: 1 / -1;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
}

.single_game_post {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

.game-left-sidebar {
	max-width: 160px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.game-ads-left {
	background: rgba(28, 31, 46, 1);
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 30px;
}

.left-sidebar-game img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.left-sidebar-game {
	width: 100%;
	height: auto;
}

.game-ads-right {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.right-top-game-ads,
.right-bottom-game-ads {
	width: 100%;
	height: auto;
}

.game-ads-bottom {
	width: 100%;
	height: auto;
	margin: 30px 0px 0px 0px;
}

.right-top-game-ads {
	margin-bottom: 16px;
}

.right-bottom-game a,
.left-sidebar-game a {
	display: block;
}

.right-bottom-game {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.game-iframe-play-contain {
	max-width: calc(100% - 500px);
	width: 100%;
	height: auto;
	height: 100%;
}

.game-iframe-play {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(28, 31, 46, 1);
}

.top-game-box {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap: 16px;
}

.game-frame-option {
	background: rgba(28, 31, 46, 1);
	border-radius: 0px 0px 8px 8px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.game-frame-option .game-frame-site-logo {
	line-height: 0;
}

.game-frame-option .game-frame-site-logo img {
	max-width: 92px;
	width: 100%;
	height: auto;
}

.game-frame {
	position: relative;
	width: 100%;
	height: 630px;
	background: #000;
}

.game-iframe-play:fullscreen .game-frame {
	height: calc(100vh - 44px);
}

.game-iframe-play:-webkit-full-screen .game-frame {
	height: calc(100vh - 44px);
}

.game-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.game-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s linear;
}

.game-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, .6);
}

.overlay-card {
	z-index: 1;
	text-align: center;
	width: 100%;
}

.overlay-card img {
	max-width: 180px;
	height: auto;
	border-radius: 8px;
}

.overlay-card h2 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	margin: 15px 0px;
	padding: 0;
}

#playBtn {
	border: 0;
	cursor: pointer;
	border-radius: 50px;
	background: rgba(39, 98, 235, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	padding: 8px 16px;
	max-width: 250px;
	width: 100%;
	height: 56px;
}

#playBtn:hover {
	background: rgb(73 109 194);
}

.game-overlay.hide {
	opacity: 0;
	pointer-events: none;
	display: none;
}

.game-iframe-option {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.game-iframe-option button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.single-game-contain {
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: rgba(28, 31, 46, 1);
	padding: 30px 30px 18px;
	margin-top: 30px;
}

.single-game-contain-bottom {
	margin-top: 10px;
}

.single-game-contain h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 35px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.devloper_name {
	margin: 0;
	margin-bottom: 16px;
	flex: 1;
	color: #ffffff;
	font-weight: 700;
}

.single-game-contain h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.single-game-contain h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.single-game-contain h4 {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.single-game-contain p {
	color: rgba(140, 149, 168, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}


.single-game-contain ul li,
.single-game-contain ol li {
	color: rgba(140, 149, 168, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.single-game-contain ul,
.single-game-contain ol {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 12px;
}

.single-game-contain ul li {
	list-style: disc;
}

.single-game-contain ol li {
	list-style: decimal;
}

.single-game-contain ol li a,
.single-game-contain ul li a,
.single-game-contain p a,
.single-game-contain a {
	color: #9335e2;
}

.single-game-contain table {
	width: fit-content;
	border-collapse: collapse;
	margin-bottom: 20px;
	background: rgba(20, 22, 30, 1);
	border-radius: 8px;
	overflow: hidden;
}

.single-game-contain table tbody tr {
	border-bottom: 1px solid rgba(60, 65, 80, 0.5);
}

.single-game-contain table tbody tr:nth-child(even) {
	background: rgba(30, 34, 45, 0.6);
}

.single-game-contain table td,
.single-game-contain table th {
	padding: 12px 14px;
	text-align: left;
	color: rgba(140, 149, 168, 1);
	font-size: 15px;
	line-height: 22px;
}

.single-game-contain table th {
	color: #fff;
	font-weight: 600;
	background: rgba(40, 45, 60, 1);
}

/* mobile scroll support */
.single-game-contain table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.right-bottom-game img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.game-bottom a {
	width: 100%;
	height: auto;
	display: block;
}

.game-bottom {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 10px;
	margin-top: 30px;
}

.game-bottom a img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

footer.site-footer {
	padding-left: 72px;
	padding-right: 20px;
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	height: auto;
}

.first_contaioner {
	max-width: 375px;
	width: 100%;
	height: auto;
}

.second_container,
.third_container,
.bottom-footer {
	max-width: 280px;
	width: 100%;
	height: auto;
}

.footer-newsletter {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.first_contaioner p {
	font-size: 18px;
	color: rgba(140, 149, 168, 1);
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.second_container h2,
.third_container h2,
.footer-newsletter h2,
.bottom-footer h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.second_container ul,
.third_container ul,
.bottom-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.second_container ul li,
.third_container ul li,
.bottom-footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.second_container ul li a,
.third_container ul li a,
.bottom-footer ul li a {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: rgba(140, 149, 168, 1);
	font-weight: 400;
	line-height: normal;
	display: block;
	text-decoration: none;
}

.second_container ul li:not(:last-child) a,
.third_container ul li:not(:last-child) a,
.bottom-footer ul li:not(:last-child) a {
	margin-bottom: 10px;
}

.newsletter-form {
	background-color: #1c1f2e;
	border-radius: 12px;
	width: 100%;
	height: auto;
	padding: 10px 16px;
}

.newsletter-form input,
.newsletter-form input::placeholder {
	background-color: transparent;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: normal;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

.newsletter-form input::placeholder {
	color: rgba(140, 149, 168, 1);
}

.newsletter-form input:focus,
.newsletter-form input:focus-visible {
	border: 0;
	outline: 0;
}

.newsletter-form p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.newsletter-form p .wpcf7-form-control-wrap {
	position: relative;
	max-width: calc(100% - 80px);
	width: 100%;
	padding: 0;
	margin: 0;
}

.newsletter-form button {
	background: #9335e2;
	border-radius: 12px;
	width: 80px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter-form button:hover {
	background: #9335e2a1;
}

.wpcf7-response-output {
	display: none;
}

footer .copyright {
	font-size: 16px;
	color: rgba(140, 149, 168, 1);
	font-weight: 400;
	line-height: normal;
	margin: 0;
	text-align: center;
	padding: 0;
	margin-top: 30px;
}

.bottom-footer ul li a:hover,
.second_container ul li a:hover,
.third_container ul li a:hover {
	color: #FFFFFF;
}

.single-game-contain.mt-0 {
	margin-top: 0;
}

.mobile-exit {
	background: #9335e2;
	color: #fff;
	border: none;
	align-items: center;
	justify-content: center;
	display: none;
	font-size: 14px;
	line-height: normal;
	border-radius: 4px;
	padding: 4px 6px;
	gap: 5px;
	margin: 5px;
}

.fullscreen-mobile .mobile-exit {
	display: flex;
}

.fav-btn svg path {
	fill: #ffffff;
	transition: fill 0.2s ease;
}

.fav-btn.active svg path {
	fill: #ff2e63;
}



/*********************************************************
********************** Blog Section **********************
*********************************************************/

.main_container {
	max-width: 1190px;
	padding: 20px 15px;
	margin: 0 auto;
}

div#gridcontainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}


div.contain {
	display: grid;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(28, 31, 46, 1);
	height: 100%;
	grid-template-columns: auto auto;
}

div.contain h2 {
	color: #FFFFFF;
}

.postimage {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 20px;
}


.right_side_data {
	max-width: 560px;
	padding: 20px;
	height: 100%;
}


.postimage a {
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

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

p.category {
	font-family: sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 2px 0px;
	margin-bottom: 20px;
}

.right_side_data p {
	font-family: sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: rgba(140, 149, 168, 1);
}

.right_side_data p a,
.right_side_data h2.title a {
	text-decoration: none;
}

.right_side_data h2.title a {
	color: #FFFFFF;
	font-weight: 600;
}

.right_side_data p a {
	color: #9335e2;
}

.pagination {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0px 20px;
}

.pagination span.page-numbers.current {
	background: #ffffff;
	border: 2px solid #9335e2;
	color: #9335e2;
}

.pagination a,
.pagination span {
	font-size: 18px;
	font-weight: 700;
	font-family: sans-serif;
	line-height: normal;
	padding: 10px 15px;
	background: rgba(28, 31, 46, 1);
	border-radius: 4px;
	border: 2px solid rgba(28, 31, 46, 1);
	text-decoration: none;
	color: #FFF;
}

.single_post_template .main_game_contain,
.related_post {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
}

.single_post_template .main_game_contain {
	padding: 0;
}

.single_post_template .main_game_contain .single-game-contain {
	padding: 20px 20px 10px;
}

.single_post_template .postimage {
	padding: 0 0 20px 0;
}

.postimage {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 20px;
}

.postimage a {
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

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

.single_post_template #breadcrumbs a,
.single_post_template #breadcrumbs p {
	color: #FFFFFF;
	text-decoration: none;
}

.related_post {
	padding: 0 15px;
}

.related_post h2 {
	color: #FFFFFF;
}

ul.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

li.cards_item {
	display: flex;
	padding: 10px;
	width: 33.33%;
}

.card {
	background-color: rgba(28, 31, 46, 1);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 12px;
	justify-content: flex-start;
}

.card_image {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.card_image img {
	height: 100%;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	object-fit: fill;
}

.card_title {
	font-weight: 700;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding-bottom: 10px;
}

.card_title a,
h2.title a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}

.card_content {
	padding: 10px;
}

.comment_box {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px 40px;
}

.comment_box #comments h3#reply-title {
	font-weight: 600;
	margin-bottom: 15px;
	color: #FFF;
}

.comment_box #comments .logged-in-as,
.comment_box #comments .logged-in-as a {
	color: #FFF;
}

.comment_box #comments form textarea {
	border: 1px solid #9335e2;
	border-radius: 5px;
}

.comment_box #comments form input {
	width: 100%;
	border: 1px solid #9335e2;
	border-radius: 5px;
}

.comment_box #comments form input[type="checkbox"] {
	width: fit-content;
}

.comment_box #comments form .form-submit input[type="submit"] {
	width: fit-content;
	border: 1px solid #9335e2;
	border-radius: 5px;
	background: #9335e2;
	color: #FFFFFF;
}

.comment_box .comments-title,
.comment_box .comment-list {
	display: none;
}

.comment_box label {
	color: #FFF;
}

p#wait_approval {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	text-align: center;
	font-size: 18px;
}

.yoast-breadcrumb {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 15px;
	color: rgba(140, 149, 168, 1);
}

.yoast-breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}

.yoast-breadcrumb a:hover {
	color: #9335e2;
}

.yoast-breadcrumb span {
	color: #fff;
}

.game-meta-info p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

.meta-label {
	width: 110px;
	color: rgba(140, 149, 168, 1);
	font-weight: 400;
}

.meta-value {
	flex: 1;
	color: #ffffff;
	font-weight: 700;
}

.votes {
	color: rgba(140, 149, 168, 1);
	font-weight: 400;
	margin-left: 6px;
}

.social_media_icone {
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.social_media_icone a {
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	height: 36px;
	position: relative;
	transition: background .3s ease;
	width: 36px;
}

.social_media_icone a::after {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.social_media_icone a:after {
	background-image: url(https://gamiio.com/wp-content/uploads/2026/03/facebook.svg);
	filter: invert(1);
}


.social_media_icone a:nth-child(2)::after {
	background-image: url(https://gamiio.com/wp-content/uploads/2026/03/instagram.svg);
	filter: invert(1);
}


.social_media_icone a:nth-child(3)::after {
	background-image: url(https://gamiio.com/wp-content/uploads/2026/03/youtube.svg);
	filter: invert(1);
}

.social_media_icone a:nth-child(4)::after {
	background-image: url(https://gamiio.com/wp-content/uploads/2026/04/twitter-x.svg);
	filter: unset;
}

.social_media_icone a:hover {
	background: #9335e2;
}

.social_media_icone a:after:hover {
	filter: invert(0);
}

.advertisement-label {
	color: #A8A7A6;
	font-size: 9px;
	font-weight: 400;
	line-height: 2;
	height: 20px;
	letter-spacing: 1px;
	opacity: 0.7;
	text-align: center;
	text-transform: uppercase;
}

.game-ads-bottom-container {
	max-width: 728px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.game-ads-bottom-container .advertisement-label {
	position: absolute;
	right: -57px;
	top: 34px;
	transform: rotateZ(-90deg);
}