/*!
Theme Name: lewdzone
Theme URI: http://underscores.me/
Author: LewdInformer
Author URI: http://lewdzone.com
Description: A custom theme for LewdZone.com
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lewdzone is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# EZ COLOR SWITCH
--------------------------------------------------------------*/

html {
	/*backgrounds*/
	--site-bg: 			#0b0e0f;
	--block-bg: 		#191b1f;
	--bg-on-block:		#24272c; /* For buttons or other background on top of a block; lighter */
	--alt-dark-bg:		#181818;
	--border-highlight: #1b1d22;
	--border-mild:		rgb(17, 22, 24);
	/*specialized backgrounds */

	/*text*/
	--txt:				#bdbebe; /* Default Text Color */
	--txt-border:		#b0b0b0; /* Darker than default */
	--txt-highlight:	#53fc18; /* Brighter Text Color */
	/*links*/
	--link:				#fff;
	--link-hover:		#a1bce0;
	--link-hl:			#228595; /*Highlight Links, eg: Top Announcement*/
	--link-hl-hover: 	#2193a6;
}

/*TPD Promotion*/
a.ai-xcld, a.ai-xcld:visited {
    background: #5e2240;
    font-weight: bold;
    border-color: #5e2240;
	color: #fff;
    padding-left: 30px;
    display: inline-block;
    position: relative;
}
a.ai-xcld span {
    font-size: 20px;
    position: absolute;
    left: 4px;
    top: 2px;
}

a.aips, a.aips:visited {
	background: #7A398D;
	background: linear-gradient(170deg, rgba(122, 57, 141, 1) 0%, rgba(162, 54, 88, 1) 100%);
	border-color: linear-gradient(170deg, rgba(122, 57, 141, 1) 0%, rgba(162, 54, 88, 1) 100%);
}
a.tpd, .tpd:visited {
    background-image: url("/wp-content/themes/lz/assets/tpd-b-24px.png");
    color: #fff;
    background-size: 18px 18px;
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 25px;
    position: relative;
}

/*Lazy Load Classes*/
img[data-lazyloaded]{
	opacity: 0;
}
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
/*Popular Games*/
h2.section-title.popular {
    color: var(--txt-highlight);
}
.container-block.comics {
	margin-bottom: 15px;
}
.gallery {
	border-top: 15px solid var(--site-bg);
}

/*Special Tag List */
.detailedBody .taglist {
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	margin-bottom: 5px;
	scrollbar-color: var(--border-highlight) var(--site-bg);
}
.taglist a.vr {
    width: inherit;
    opacity: inherit;
}
.taglist .ntr, .taglist .netorare, .taglist .futa-trans, .taglist .gay {
	padding: 0px 4px;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}
.taglist .ntr, .taglist .netorare{
	background: #ba1f1f;
}
.taglist .necrophilia {
	background: #000;
	color: #a300ff;
}
.taglist .futa-trans {
	background: -moz-linear-gradient(left, rgba(82,199,244,1) 0%, rgba(239,163,178,1) 100%);
	background: -webkit-linear-gradient(left, rgba(82,199,244,1) 0%,rgba(239,163,178,1) 100%);
	background: linear-gradient(to right, rgba(82,199,244,1) 0%,rgba(239,163,178,1) 100%);
}
.taglist .gay {
	background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
	background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
	background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
	background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	line-height: normal;
	color: #2a2a2a;
	font-weight: 400;
}

body {
	font-family: 'Ubuntu', sans-serif;
	background: var(--site-bg);
	color: var(--txt);
	margin: 0;
}
.bg-blur {
	background-color: var(--site-bg);
	background-position: top 1px center;
	background-repeat: no-repeat;
	background-image: radial-gradient(50% 50% at top center,rgba(19,20,29,.45),var(--site-bg)),var(--cover-background);
	background-size: 120% 2000px,100% auto;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: var(--link);
	
	text-decoration:none;
}

a:active,
a:hover {
	color: var(--link-hover);
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: var(--txt);
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.form-control {
	color: #fff;
	background-color: #101216;
	border: 1px solid #1e1f25;
}

.form-control:disabled {
	background-color: #424242;
}
input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.btn {
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-dark {
	--bs-btn-color: var(--link);
}
.featured-tags .btn {
	margin-bottom: 10px;
}
.btn-tertiary.text-white {
	border: none;
	color: var(--bs-green) !important;
	padding-left: 0px;
}
.btn-tertiary.text-white:hover, .btn-tertiary.text-white:focus {
	border: none;
	box-shadow: none;
	background-color: unset;
	cursor: initial;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #2d2e33;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	color: #fff;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0px;
	padding-left: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
.content-block li {
	margin-bottom: 10px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}

select {
	background: var(--bg-on-block);
	border: 1px solid #074b56;
	padding: 5px;
}

textarea {
	width: 100%;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	padding-left: 20px;
	float: left;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: var(--block-bg);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 98%;
	left: -999em;
	z-index: 99999;
	border-top: 1px solid var(--bs-secondary);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}
.menu-item:hover {
	background: var(--bs-border-color-translucent);
}
.main-navigation a, .main-navigation a:visited {
	color: var(--link);
	display: block;
	text-decoration: none;
	margin: 0 10px;
	padding: 17px 2px;
	font-size: 15px;
	transition: all .3s linear;
	font-weight: bold;
}
.sub-menu a{
	padding: 10px 0px;
}
.main-navigation a:hover {
	color: var(--link-hover);
}
.main-navigation a.sub-menu-expand {
	display: block;
	float: right;
	top: 0px;
	position: absolute;
	right: 0;
	padding: 14px 17px;
	background: var(--site-bg);
	margin: 0px;
	font-size: 13px;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	background: var(--site-bg);
	color: var(--txt);
	display: block;
}
.main-navigation.toggled ul.sub-menu {
	display: none;
	padding: 0px;
	background: var(--bs-border-color-translucent);
}
.sub-menu li {
	padding-left: 12px;
}
@media screen and (min-width: 881px) {
	.main-navigation a.sub-menu-expand{
		display: none;
	}
	.sub-menu li {
		padding-left: 0px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 880px) {
	.site-branding {
		margin-left: 36px;
	}
	.search-btn a span{
		display: none;
	}

	.menu-toggle {
		position: absolute !important;
		top: 28px;
		margin-top: -16px;
		width: 34px !important;
		height: 34px;
		border-radius: 50%;
		border: 1px solid var(--border-highlight);
		padding: 0;
		font-size: 18px;
		margin-left: 10px;
		transition: all .2s linear;
	}
	.menu-toggle:hover, .menu-toggle:active {
		background: var(--border-highlight);
		border: 1px solid var(--border-highlight);
	}
	.menu-toggle, .main-navigation.toggled ul {
		left: 0px;
		box-shadow: none;
	}
	#primary-menu {
		position: absolute;
		top: 58px;
		left: 0px;
		border-top: 1px solid var(--bs-gray-800);
	}
	#primary-menu li {
		width: 100%;
		border-bottom: 1px solid var(--border-highlight);
	}
	.menu-toggle, .main-navigation.toggled ul {
		left: 0px;
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	.main-navigation a{
		font-size: 18px;
		padding: 11px 2px;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.main-navigation ul ul {
		padding-left:20px;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.site-content {
	position: relative;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.content-block #comments, .content-block .comments-area{
	background: var(--site-bg);
}
.content-block #comments, .content-block #wc-comment-header, .content-block #wpcomm {
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right: 0px;
}
.comment-tiles-tile {
	display: block;
	padding: 20px 20px 1px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--border-highlight);
}
.comment-content a {
	word-wrap: break-word;
}
#wpdcom .wpd-comment .wpd-reply-to a:hover {
	opacity: 1;
	color: #2a9ce4;
}
.bypostauthor {
	display: block;
}
#wc-comment-header{
	padding: 0px 5px 20px;
}
.wc_comment.wpd-field.wc_edit_comment {
	color: #074b56;
}
#wpcomm.wpd-dark .wc-comment .wc-comment-right {
	background: 0 0 !important;
}
.wc-sticky-comment {
	background: #20292d;
}
.wam-banner, .wam-banner * {
	padding: 0px;
}
.btn-jumptocomment {
	position: fixed;
	bottom: 30px;
	right: 15px;
	border-radius: 50%;
	padding: 5px 7px;
	font-size: 18px;
	z-index: 99;
}
.totalComments {
	position: absolute;
	background: #222;
	font-size: 11px;
	border-radius: 5px;
	padding: 0px 5px;
	bottom: -20px;
	left: 0px;
	right: 0;
	margin-inline: auto;
	width: fit-content;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Bootstrap patch
--------------------------------------------------------------*/
.row {
	margin-right: -7px;
	margin-left: -7px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 7px;
	padding-left: 7px;
}
#download::before {
	display: block;
	content: " ";
	margin-top: -285px;
	height: 285px;
	visibility: hidden;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 15px -15px -15px;
	padding: 15px 7.5px 10px;
}

.gallery-item {
	display: inline-block;
	padding: 0px 7.5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/********************************************************
HEADER
********************************************************/
.admin-bar .site-header {
	top: 46px;
}
.site-header {
	background: var(--block-bg);
	position: fixed;
	width: 100%;
	top: 0;
	padding: 0;
	z-index: 9999;
	border-bottom: 1px solid var(--border-highlight);
}
.down .site-header {
	box-shadow: 0px 0px 8px #0003;
}
.site-margin {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-right:10px;
	padding-left: 10px;
	max-width:98%;
}
.site-branding {
	float: left;
	max-width: 40%;
}
.custom-logo {
	max-height: 40px;
	width: auto;
	margin: 13px 0;
}
.search-btn {
	float: right;
}
.search-btn a, .search-btn a:visited {
	color: var(--link);
	display: inline-block;
	text-decoration: none;
	margin: 12px 3px;
	padding: 4px 8px;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	border: 1px solid var(--border-highlight);
}
.clear-head {
	margin-top: 59px;
}
.search-bar {
	background: var(--bg-on-block);
	margin: 0 -10px -10px;
	padding: 10px 0;
	border-top: 1px solid var(--border-highlight);
	border-bottom: 1px solid var(--border-highlight);
}
.down .search-bar {
	margin-bottom:0px;
}
.search-form {
	max-width: 720px;
	margin: 0px auto;
}
.search-submit {
	background: var(--bs-gray-800);
	color: var(--txt);
	float: right;
	height: 42px;
	border-radius: 0 4px 4px 0;
	font-size: 16px;
	border: none;
	line-height: 17px;
}
.search-div {
	background: var(--block-bg);
	overflow: hidden;
}
.search-div .search-field {
	width: 100%;
	height: 42px;
	border: none;
	padding: 0 15px;
	font-size: 18px;
	border-radius: 4px 0 0 4px;
	background: var(--block-bg);
	border: 0px;
}
.notice-text {
	text-align: center;
	padding: 10px 5px;
	font-size: 16px;
	border-bottom: 2px solid var(--border-mild);
	position: relative;
}
.notice-text a {
	color: var(--link-hl);
	border-bottom: none;
	font-weight: bold;
}
.notice-text a:hover {
	color: var(--link-hl-hover);
}
.donateus {
	background: #00bddb;
	margin-top: 0;
	text-align: center;
	color: #000;
	padding: 20px;
	font-size: 20px;
}
.donateus a {
	display: inline-block;
	background: #d13e2a;
	padding: 3px 15px 8px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
/*******************************************
SITE FOOTER
*******************************************/
.site-footer {
	background: #191b1f;
	margin-top: 60px;
}
.site-info {
	padding: 15px 0px;
	text-align: center;
	border-top: 1px solid var(--border-highlight);
	font-weight: bold;
	font-size: 18px;
}
.footer-heading {
  font-weight: 200;
    font-size: 22px;
  margin: 20px 0px 10px;
}
/*******************************************
HOMEPAGE
*******************************************/
.welcome-block {
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: lighter;
	border-radius: 10px;
	background: #111214;
}
.welcome-block a {
	color: var(--link-hl);
}
.welcome-block a:hover {
	color: var(--link-hl-hover);
}
.welcome-block h1 {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.welcome-block h2 {
	margin-top: 20px;
}
.welcome-block p {
	font-size: 18px;
	margin-bottom: 10px;
}

/*-------------------------------
promoted affiliate
-------------------------------*/
.btn-rounded {
    border-radius: 10em;
}
.affiliate-block {
	overflow: hidden;
	margin-top: 15px;
}
.affiliate-block .card-title, .affiliate-block p {
	text-shadow: 0px 0px 2px #0202028a;
}
.affSmall .card-image .text-white {
	min-height: 125px;
}
.affLarge .card-image .text-white {
	min-height: 216px;
}
.promoted-tag {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 2px;
	background: #dc35455c;
	border-radius: 0px 5px 0px 0px;
	color: #ccc;
	font-size: 10px;
}
.promoted-tag::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	border-bottom: 19px solid #fff0;
	border-right: 10px solid #dc35455c;
	width: 0;
}
.rgba-black-light, .rgba-black-light::after {
    background-color: rgba(0,0,0,.3);
}
.card.card-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    border: none;
}
/*-------------------------------
Homepage Featured Area
-------------------------------*/
.card {
	float: left;
	width: 100%;
	margin-top: 13px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
}
.title-large {
	font-size: 20px;
	margin: 0px 0 5px;
	line-height: 27px;
	color: #e7e7e7;
}
.title-small {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin: 0px;
}
.col-md-3.featured-margin-fix, .col-md-6.top-slider {
	padding-right: 6px;
	padding-left: 7px;
}
.carousel {
	height: 100%;
	max-height: 395px;
	border-radius: 5px;
	overflow: hidden;
}
.carousel-inner, .carousel-item, .carousel-item img {
	height: 100%;
}
.carousel-item img {
	width: 100%;
}
.carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 15px 10px;
	background: rgba(0, 0, 0, 0.21);
}
.carousel-caption {
	color: var(--link);
}
.carousel-indicators {
	margin-bottom: 6px;
}
.banner-sec .card .img-fluid {
	height: auto;
	width: 100%;
}
.featured-block {
  position: relative;
}
.featured-info {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0px;
	padding: 15px 20px 30px;
	width: 100%;
}
.card .featured-info {
  padding: 5px;
}


/*----------------------------
Advertisements
----------------------------*/

.item.games.f8rpo {
	padding: 4px 14px 10px;
	max-height: 297px;
}
#secondary .item.games.f8rpo {
	padding-left: 0px;
	padding-right: 0px;
}
.content-f8rpo.f8rpo {
	max-width: 970px;
}
.contentad {
    width: 950px;
    margin: 0px auto;
    max-width: 100%;
    overflow: hidden;
}
.Leaderboard.f8rpo {
	width: 720px;
	max-width: 100%;
	margin: 0px auto 15px;
	overflow: hidden;
}
.f8rpo-pull-left .Leaderboard.f8rpo {
	margin-left:0px;
}
.download-links .Leaderboard.f8rpo {
	margin: 15px 0px 0px;
}
.af-pro{
	width: 300px;
	max-width: 100%;
	overflow: hidden;
	margin: 10px auto 0px;
}
.item.games.f8rpo h4 {
	margin: 0px 0px 4px;
	padding: 6px 0px 6px;
	font-size: 10px;
	line-height: 10px;
}
.Leaderboard h4 {
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: var(--link);
}
.sponsored {
	position: absolute;
	right: 0;
	font-size: 11px;
	background: var(--bs-danger);
	padding: 0 4px 4px 8px;
	border-radius: 0 0 0 20px;
	line-height: 100%;
	text-shadow: 0px 0px 1px rgba(0,0,0,.658);
	color: var(--bs-light);
}
.card.alnk {
	max-height: 190px;
}
.card.alnk a {
	height: 100%;
}
.alnk-here {
	height: 100%;
	background: #121212;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.card.spnlz, .card.alnk{
	float:none;
}
.home .card.spnlz, .home .card.alnk {
	border-bottom: none;
	position: relative;
}
.sponsored-title {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: var(--bs-light);
	background: rgb(25,25,25);
	background: linear-gradient(0deg, rgba(25,25,25,0.6180672952774859) 0%, rgba(0,0,0,0) 100%);
}
/*----------------------------
HOMEPAGE FEATURED AREA ENDS
----------------------------*/
.stickySideWidget {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}
h2.section-title, .archive h1, .search h1 {
	background: var(--site-bg);
	margin: 25px 0px 25px;
	font-size: 16px;
	position: relative;
	padding: 12px 0px;
	border-radius: 5px;
	color: var(--link);
	font-weight: 800;
}
h2.section-title::after {
	content: '';
	display: block;
	height: 1px;
	background: var(--border-highlight);
	margin-top: -8px;
}
h2.section-title span, .archive h1 span, .search h1 span {
	background: var(--site-bg);
	padding-right: 10px;
}
h2.section-title a {
	padding-left: 10px;
	background: var(--site-bg);
	line-height: 100%;
}
.archive h1, .search h1{
	margin-top:15px;
}
.search h1 span{
	color: #eb3b5a;
}
.item.games {
	background: var(--site-bg);
	overflow: hidden;
	margin-bottom: 35px;
	height: calc(100% - 15px);
}
.item.games {
	background: var(--site-bg);
	overflow: hidden;
	height: calc(100% - 15px);
	margin: -7px -7px 35px;
	padding: 7px;
	border-radius: 5px;
	transition: ease all 0.2s;
	position: relative;
}
.item.games:hover {
	background: var(--bg-on-block);
}
.item.games.detailed {
	border-bottom: 1px dotted var(--border-highlight);
	height: initial;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.item.games.detailed:hover {
	background: var(--site-bg);
}
.item-line.games.version-mismatch {
	background: #24221a;
}
.item-line.games.source-unavailable {
	background: #2b1f1f;
}
.item-line .version-tag {
	color: var(--txt);
	position: static;
	background: transparent;
	font-size: 13px;
	padding-left: 0px;
}
.item-line.games {
	padding: 10px 0px;
	border-bottom: 1px dotted #1e1e1e;
}
.item-line .img-wrap img {
	width: 100%;
	border-radius: 10px 0px 0px 10px;
}
.f8rpo-right, .f8rpo-left{
	position: fixed;
	top:150px;
	display:none;
}
.f8rpo-right{
	right: 0px;
}
.f8rpo-left{
	left: 0px;
}
@media screen and (min-width: 1600px) {
	.f8rpo-right, .f8rpo-left{
		display: block!important;
	}
}
.f8rpo_overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	color: #fff;
	overflow: hidden;
}
.f8rpo_overlay .widget_text.item.games.f8rpo {
	background: transparent;
}
.f8rpo_content {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
}
.f8rpo_close {
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 40px;
	text-transform: uppercase;
}
.f8rpo_close_btn {
	cursor: pointer;
	cursor: pointer;
	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: white;
	line-height: 30px;
	font-size: 25px;
	text-decoration: none !important;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.item.games h4, .item-line h4 {
	color: var(--link);
	margin: 10px 0px 15px;
	font-size: 15px;
	font-weight: 400;
}
.line-body {
	margin-top: 10px;
}
.item-line h4 {
	margin: 0px;
}
.engine {
	display: inline-block;
	background: var(--block-bg);
	padding: 3px 6px 2px;
	margin-right: 5px;
	border-radius: 5px;
	color: #949cac;
	font-size: .75rem;
	font-weight: 600;
	border: 1px solid var(--block-bg);
}
.detailed .img-wrap .imageCount {
	position: absolute;
	top: 5px;
	right: 5px;
	color: var(--link);
	text-shadow: 0px 0px 5px #000;
}
.preview{
	display: none;
}
.preview:first-child{
	display: initial;
}
.item-line .post-meta, .detailedBody .post-meta{
	padding: 0px;
	border:none;
}
.detailedBody .post-meta{
	margin-bottom: 10px;
}
.detailedBody .post-meta, .detailedBody .entry-date, .detailedBody .entry-view {
	margin-top: 0px;
	margin-bottom: 0px;
}
.related-posts .item.games h4 {
	padding: 10px 0px;
	font-size: 15px;
}
.item.games img {
	width: 100%;
	height: auto;
	max-height: 196px;
}
.img-wrap .gameState {
	position: absolute;
	bottom: -1px;
	right: -1px;
	border-radius: 3px;
	font-size: 11px;
	padding: 16px 6px 2px 16px;
	background: linear-gradient(to bottom right,#fff0 0%,#fff0 50%,#0000004a 50%,#0000004a 100%);
	text-shadow: 0px 0px 5px #000;
}
.gameState.text-success{
	color: var(--bs-teal)!important;
}
.version-tag {
	border-radius: 2px;
	color: #a3a3a6;
	font-size: 12px;
	padding-left: 13px;
}
.post-meta {
	color: var(--txt);
	font-size: 12px;
}
.developer {
	text-transform: capitalize;
	font-size: 14px;
}
.related-posts h3 {
	margin-bottom: 15px;
}
.related-posts .post-meta {
	background: var(--bg-on-block);
	padding: 3px 5px;
}
.entry-platform {
	font-size: 12px;
	margin-right: 5px;
	border: 1px solid var(--border-highlight);
	padding: 4px 10px 5px 0px;
	border-radius: 5px;
}
.entry-platform i {
	margin-left: 10px;
}
.entry-date {
  float: right;
  margin-top: 10px;
}
.animation .entry-date {
	margin-top: -6px;
	margin-bottom: 5px;
}
.small-listing .entry-date {
	margin-top: 0px;
}
.entry-view {
	display: inline-block;
	margin-top: 10px;
}
.float-end.entry-view {
	margin-top: 0px;
}
.small-listing .item.games h4 {
	font-size: 14px;
}
.container-block.comics{
	margin-bottom:15px;
}
.view-more {
	text-align: center;
	margin-right: -15px;
	margin-top: -5px;
}
.view-more a {
	color: var(--link);
	display: inline-block;
	padding: 8px 7px 8px 10px;
	font-size: 15px;
	text-transform: none;
	font-weight: normal;
	border-radius: 2px;
}
.view-more a i {
	font-size: 12px;
	float: right;
	padding: 2px 3px 0px 7px;
}
.archive .Sound, .related-posts .Sound {
	margin-left: 10px;
	color: #fff;
	float: right;
	background: rgba(0,0,0,0.501);
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px 0px;
	border-radius: 50%;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.genre-archive a {
	color: #28aeb2;
	padding-left: 5px;
}

.landingInfo {
	padding: 100px 0px 80px;
}
.archive h1.landingTitle {
	font-family: 'Kanit',sans-serif;
	font-size: 30px;
	background: var(--site-bg);
	padding-left: 0;
	text-align: center;
}
.landingInfo .content-block {
	background: var(--site-bg);
	font-size: 20px;
	padding: 20px 0px;
	text-align: justify;
}
@media screen and (max-width: 575px) {
	.item.games .img-wrap {
		float: left;
		width: 150px;
		padding-right: 15px;
	}
	.item.games img {
		width: 100%;
		height: auto;
		max-height: 400px;
	}
	.img-wrap .gameState {
		right: 14px;
	}
	.entry-date, .entry-view {
		margin-top: 2px;
	}
	.item.games h4 {
		margin-top: 2px;
	}
	.item.games .post-meta {
	padding-top: 0pc;
	border-top: none;
	margin-top: 5px;
}
	.item.games.detailed .img-wrap {
		float: none;
		width: 100%;
		padding:0px;
		margin-bottom: 5px;
	}
	.detailedBody{
		padding:0px 10px;
	}
	.filter-form{
		margin-top:15px;
	}
	.comics .item.games .img-wrap {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.small-listing.comics .item.games h4 {
		padding-left:15px;
	}
	.item.games h4 {
		clear: none;
		padding-top: 5px;
		padding-left:0px;
	}
	.item .version-tag {
		top: 30px;
		left: 5px;
		right: initial;
	}
	
	.small-listing .item .version-tag {
		top: 5px;
		left: 5px;
		right: initial;
	}
	.item-line.games {
		margin-bottom: 15px;
		padding: 0px;
	}
	.item-line.games .img-wrap {
		position: relative;
		padding: 0px;
	}
	.view-more a {
		font-weight: bold;
	}
}
/*******************************************
Widget Area
*******************************************/
.widget-area {
	background: rgba(16, 18, 22, 0.48);
	margin-top: 15px;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.widget .item {
  margin-bottom: 10px;
  
}
.widget h4 {
  margin: 0px;
  font-weight: normal;
  font-size: 13px;
}
.widget .info {
  font-size: 12px;
}
.widget_post-views .col-xs-6 {
	margin: 1.65%;
	width: 46.7%;
}
.widget_recent_entries ul {
	padding: 0px;
}
.widget_recent_entries li {
	list-style: none;
	padding: 8px 0px 8px;
	font-size: 14px;
	border-bottom: 1px solid #1b1d22;
}
.widget_recent_entries a {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

/* Social Buttons */
.social-buttons a.btn {
    text-align: left;
    font-weight: bold;
	Color: #fff;
	border: none
}
.social-buttons a.btn i {
    margin-right: 7px;
    width: 15px;
}
.social-buttons a.btn:hover {
	opacity: .9;
}
.bg-discord, .btn.bg-discord:hover {
    background: #5661ea;
}
.bg-fb, .btn.bg-fb:hover {
    background: #106aff;
}
.bg-x, .btn.bg-x:hover {
    background: #171b20;
}
.bg-forum, .btn.bg-forum:hover {
    background: #50283d;
}
/*******************************************
Single Post
*******************************************/
body.single-post {
	background: #111117;
}
.blog-archive h1.entry-title {
	font-size: 30px;
}
.single-post .comments-area {
  padding: 0px 20px;
}
.item-list-single .list-excerpt {
	font-size: 15px;
}
.breadcrumb {
	padding: 15px 20px;
	background: #14141b;
	margin-top: 15px;
	border: 1px solid #1c1d2645;
	border-radius: 2px;
	text-transform: uppercase;
}
.container.single-post {
  max-width: 980px;
}
.single-post article {
	font-size: 18px;
	font-weight: lighter;
	line-height: 190%;
	color: #fff;
}
.single-post .entry-title {
	font-size: 35px;
	text-align: left;
	font-weight: 800;
	margin: 1.5em 0px;
	text-align: center;
}
.single-post .entry-content a {
	color: #05edf6;
	font-size: 19px;
}
.single-post .entry-content a :hover{
	color: #27b7bd;
}
.single-post article img {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #1c1d26;
	max-width: 100%;
	border-radius: 5px;
}
.item-list-content {
	border-top: 1px solid #191a22;
	padding-top: 1.5em;
}
.item-list-single {
	background: #14141b;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #1c1d26;
	margin-bottom: 2em;
	position: relative;
	margin-top: 15px;
}
.single-post .entry-content .item-list-single h4 a {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 25px;
}
.item-list-single .gallery {
	border-top: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.item-number {
	display: inline-block;
	background: #cb3d80;
	padding: 5px 15px 8px;
	margin-right: 10px;
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #1c1d26;
}
.list_footer {
	margin-bottom: 0px;
	text-align: left;
	border-top: 1px solid #191a22;
	padding-top: 10px;
}
.list_footer span {
	display: inline-block;
	line-height: 210%;
	margin-top: 0px;
  }
.single-post .list_footer a {
	padding: 0px 10px;
	color: #fff;
	border-radius: 5px;
	margin-left: 15px;
	float: right;
	width: 80%;
	text-align: center;
}
.list-outbound {
	border: 1px solid #311f22;
	margin-bottom: 5px;
}
.list-inbound {
	background: #14141b;
	border: 1px solid #1c1d26;
	margin-bottom: 0px;
}
.cat-links a, .post-edit-link, .entry-header .cat-links a {
	display: inline-block;
	color: #f2588b;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-edit-link {
	background: #191b1f;
}
/*******************************************
Search Page
*******************************************/
.search .img-wrap {
	margin: 12px 0px 7px 12px;
}
.search .item.games {
	padding-right: 15px;
}
.search .post-meta {
	background: var(--block-bg);
	padding: 10px 0px;
}
.detailed.item.games h4 {
	padding-left: 0px;
	margin: 0px 0px 10px;
	font-size: 17px;
	font-weight: 800;
}
.search .content {
	font-size: 16px;
	margin-bottom: 10px;
}
/*******************************************
Blog Archive
*******************************************/
body.page-template-template-blog {
	background: #111117;
}
.blog-header {
	text-align: center;
	padding: 15px 10px;
	font-weight: 800;
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 32px;
}
.blog-archive article {
	background: #18181f;
	border-radius: 5px;
	box-shadow: 0 8px 20px rgba(0,0,0,.05);
	padding: 15px;
	margin-bottom: 15px;
	margin-bottom: 15px;
	transition: .3s;
	overflow: hidden;
}

.blog-archive .featured-image {
	margin: -15px -15px 15px;
	transition: all .25s ease-in-out;
	max-height: 420px;
	overflow: hidden;
}
.blog-archive .featured-image img{
	width: 100%;
}
.blog-archive .featured-image:hover {
	opacity: .85;
}
.blog-archive .entry-header h1, .blog-archive .entry-header h2 {
	margin: 0px 0px 30px;
	font-weight: 700;
	font-size: 23px;
}
.blog-archive a {
	color: #fff;
	transition: all .25s ease-in-out;
}
.blog-archive a:hover, .blog-archive .entry-footer a:hover {
	color: #b0b0b0;
}
.blog-archive .entry-content {
	margin: 0px 0px 15px;
}
.blog-archive .entry-footer {
	padding: 15px 0 0;
	font-weight: 600;
	border-top: 1px solid #21212d;
}
.blog-archive .entry-footer a {
	color: #5865f2;
	font-size: 14px;
	margin-right: 15px;
}
.blog-archive .entry-footer a:hover {
	color: #4a55cc;
}
/*******************************************
Tag Cloud
*******************************************/
.container.tag-cloud {
	background: var(--block-bg);
	padding: 15px;
	margin: 15px auto;
	border-radius: 6px;
}
.tag-cloud h1 {
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	border-bottom: 1px solid var(--bg-on-block);
	margin: -15px -15px 30px;
	font-size: 22px;
}
.container.tag-cloud a {
	display: block;
	margin-bottom: 10px;
	padding: 8px;
	background: var(--bg-on-block);
	border: none;
	border-radius: 4px;
	font-weight: bold;
	color: var(--link);
}
.container.tag-cloud a:hover {
	background: var(--link);
	color: var(--site-bg);
}
.tag-cloud a span {
	float: right;
	color: var(--gray);
	background: var(--border-mild);
	padding: 0px 5px;
	border-radius: 9px;
	font-size: 11px;
	margin-top: 3px;
}
.tag-cloud a:hover span {
	background: var(--link-hover);
	color: var(--bs-gray-dark);
}

.tag-content {
	background: var(--block-bg);
	border-radius: 4px;
	padding: 20px;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 180%;
}
.tag-content a {
	border-bottom: 1px solid var(--link-hl-hover);
	color: var(--bs-white);
}
/*******************************************
Single Post
*******************************************/
.content-block {
	background: rgba(13, 16, 17, 0.59);
	border: 1px solid var(--border-mild);
}
  .content-block a {
	color: var(--bs-info);
}
.single .content-block, .archive .content-block {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
	word-wrap: break-word;
}
.content-block .item.games.f8rpo {
	display: inline-block;
	background: rgba(0,0,0,0.458);
}
.content-block.game-moved {
	border: 1px solid #841818;
	background: #ffd7001a;
}
.game-moved .item-line.games {
	margin-bottom: 0px;
}
.game-moved .moved-text {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.game-moved a p {
	margin-bottom: 5px;
	color: var(--link);
}
.content-block.main-content a{
	color: #0cddff;
}
.info-group p {
	display: inline-block;
	background: rgba(0,0,0,0.529);
	padding: 10px;
	margin: 10px 20px 10px 0px;
	border-radius: 5px;
}
.info-group p.dev{
	display: block;
}
.info-group a {
	color: #28aeb2;
	font-weight: bold;
}
.single .post-title {
	margin-top: 0;
	line-height: 100%;
	color: var(--link-hover);
	font-size: 22px;
}
.content-block.contribute-text a {
    color: #ff0037;
}
.online-txt {
	flex: 1;
	padding: 4px 0px;
}
.online-play .btn {
	color: var(--link);
	display: flex;
	align-items: center;
	justify-content: center;
}
  .single .content-block.online-play {
	color: var(--link);
	font-size: 16px;
	background: #14161a;
	padding: 15px;
	display: flex;
  }
.content-block h3, .widget-title {
	margin-top: 0;
	color: var(--txt);
	margin-bottom: 25px;
	font-size: 15px;
	border-bottom: 1px solid var(--border-mild);
	padding-bottom: 15px;
	font-weight: bold;
}
.widget-title{
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.loading-links{
	text-align: center;
}
.content-block.download-links span.older-versions {
	float: right;
	padding: 0px;
	margin: -5px 0px 0px;
	border-radius: 4px;
	overflow: hidden;
}
.download-links #myTab {
	margin-top: 10px;
	border-bottom: var(--bs-nav-tabs-border-width) solid #1b1d22;
}
.download-links .nav-tabs .nav-item {
	margin-bottom: 0;
}
.download-links .nav-link {
	color: var(--link);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: rgba(13, 16, 17, 0.59);
	border-color: #1b1d22;
	border-bottom-color: rgb(12, 15, 16);
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px 3px 0px 0px;
}
.nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-link.active:hover {
	border-color: #1b1d22;
}
.download-links .tab-content {
	border: 1px solid #1b1d22;
	padding: 15px;
	border-top: none;
}
.older-versions select {
	cursor: pointer;
}
.download-links h4 a {
	border: none;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #28aeba;
	background: #f5f5f5;
	display: block;
	font-weight: bold;
	border-left: 5px solid #28aeba;
}
.content-block.download-links span, .content-block.download-links a {
	padding: 10px;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 10px;
	min-width: 85px;
	font-weight: 700;
	transition: all .3s linear;
	border: 1px solid var(--border-highlight);
	color: var(--bs-white);
	border-radius: 4px;
	position: relative;
}
.download-links a:hover {
	background: var(--border-highlight);
}
.content-block.download-links span {
	margin-top: 30px;
	padding: 9px 5px;
	min-width: 112px;
	color: var(--bs-white);
}
.download-links span.android, .download-links span.windows, .download-links span.mac, .download-links span.linux, .download-links span.cg {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: 2px solid;
	color: var(--bs-white);
	border-radius: 0px;
}
.download-links span.android {
	border-color: #83C056;
}
.download-links span.windows {
	border-color: #0078D6;
	margin-top:0px;
}
.download-links span.mac {
	border-color: #fff;
}
.download-links span.linux {
	border-color: #FF6606;
}
.download-links span.cg {
    border-color: #F31F53;
}
.download-links img {
	margin-bottom: 2px;
	margin-right: 1px;
}
.download-links .break {
	min-height: 1px;
	border-bottom: 1px dashed #292929;
	margin: 15px 0 0px;
}
/* Download Link Sprites */

.d-fileknot {
	border-color: rgba(62, 139, 177, 0.25) !important;
	padding-right: 15px !important;
}
.fk-lk-float {
	position: absolute;
	top: 0px;
	color: #42c0fb;
	border: 1px solid #182e38;
	border-radius: 9% 3px 9% 3px;
	padding: 2px 2px 3px;
	font-size: 8px;
	right: 0px;
	background: #182e38;
}
.dl-icon {
	--dlbg : url('https://lewdzone.com/wp-content/themes/lz/assets/fileHostSpritesv4.png');
	margin: 0px 5px -3px 0px;
}

.i-anonfiles
{
background:var(--dlbg) 0px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-bun
{
background:var(--dlbg) -16px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-drive
{
background:var(--dlbg) -32px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-dropmefiles
{
background:var(--dlbg) -48px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-filedit
{
background:var(--dlbg) -64px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-fileknot
{
background:var(--dlbg) -80px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-filesfm
{
background:var(--dlbg) -96px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-gofiles
{
background:var(--dlbg) -112px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-lzfiles
{
background:var(--dlbg) -128px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-mediafire
{
background:var(--dlbg) -144px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-mega
{
background:var(--dlbg) -160px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-mixdrop
{
background:var(--dlbg) -176px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-anonzip
{
background:var(--dlbg) -192px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-pixeldrain
{
background:var(--dlbg) -208px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-racaty
{
background:var(--dlbg) -224px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-terminal
{
background:var(--dlbg) -240px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-transfersh
{
background:var(--dlbg) -256px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-uploadhaven
{
background:var(--dlbg) -272px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-uptobox
{
background:var(--dlbg) -288px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-workupload
{
background:var(--dlbg) -304px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-yourfilestore
{
background:var(--dlbg) -320px -0px;
width:16px;height:16px;
display:inline-block;
}

.i-transfaze
{
background:var(--dlbg) -336px -0px;
width:16px;height:16px;
display:inline-block;
}

/* Download Link Sprites Ends */
.content-block.download-links a.broken-links {
	border: none;
	color: var(--bs-warning);
	padding: 0px;
}
.copyright{
	margin-top: 20px;
}
#walkthrough a {
	border-bottom: 1px solid var(--bs-gray-dark);
	padding-bottom: 3px;
	border-radius: 0 0 2px 2px;
}
/*******************************************
Video Feature
*******************************************/
.overlay-block {
	position: relative;
	line-height: 100%;
	max-height: 120px;
	overflow: hidden;
	border-radius: 5px;
}
.overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 34px;
	margin-left: -17px;
	margin-top: -17px;
	color: rgba(201,202,202,0.701);
}
.item:hover .overlay-icon{
	color: #c9caca;
}
.animation .item.games h4{
	font-size: 14px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;

  &::before {
    display: block;
    content: "";
  }

  .embed-responsive-item,
  iframe,
  embed,
  object,
  video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

.embed-responsive-21by9 {
  &::before {
    padding-top: percentage(9 / 21);
  }
}

.embed-responsive-16by9 {
  &::before {
    padding-top: percentage(9 / 16);
  }
}

.embed-responsive-4by3 {
  &::before {
    padding-top: percentage(3 / 4);
  }
}

.embed-responsive-1by1 {
  &::before {
    padding-top: percentage(1 / 1);
  }
}
.taglist a, .taglist span {
	background: var(--bg-on-block);
	display: inline-block;
	margin: 10px 5px 5px 0px;
	padding: 0 5px;
	border-radius: 4px;
}
.views {
	display: block;
	text-align: right;
	font-size: 22px;
	line-height: 14px;
}
.taglist span.tags {
	background: var(--bs-gray-700);
	color: var(--bs-white);
}
.meta-info {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 200;
}
.submitted-by, .submit-time {
	float: right;
	margin-left: 10px;
}
.single-lz_animation .meta-info i {
	width: 18px;
	text-align: center;
}
.single-lz_animation .meta-info {
	font-size: 20px;
}
/*******************************************
Forum Design
*******************************************/
.forum {
	border: 1px solid var(--border-mild);
	margin:20px 0px;
}

#bbpress-forums, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
	margin-bottom: 0px;
}
.fw .entry-header {
	padding: 5px 15px 1px;
  }
.fw .entry-header .entry-title {
	font-size: 18px;
	padding: 3px 0px 8px;
	margin: 0px;
}
.fw .entry-content {
	border-top: 1px solid var(--border-highlight);
	padding: 10px;
	margin-top: 0px;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
	border-color: var(--border-highlight);
}
div.bbp-template-notice.info {
	border: var(--bs-black) 1px solid;
	background-color: var(--bs-black);
	color: var(--link);
  }
#bbpress-forums li.bbp-header{
	background-color: var(--border-highlight);
	border-top: none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid var(--border-highlight);
	overflow: hidden;
	padding: 8px;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: var(--bs-border-color-translucent);
}
#bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: var(--site-bg);
}

#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header, .forum .entry-footer {
	background-color: var(--site-bg);
	border-top: 1px solid var(--border-highlight);
}
.forum .entry-footer {
	padding:5px 10px;
}
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
	background-color: var(--border-mild)!important;
}
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar{
	border:none;
}
/*******************************************
WP-Pagenavi
*******************************************/
.container.wp-pagenavi {
	padding: 0px;
}
.wp-pagenavi span.current {
	background: var(--bs-gray-800);
	color: var(--bs-white);
}
.wp-pagenavi span, .wp-pagenavi a {
	background: var(--block-bg);
	color: var(--txt);
	display: inline-block;
	margin-right: 5px;
	padding: 10px 17px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
	font-weight: 700;
	transition: .3s;
}

.wp-pagenavi a:hover {
  color: var(--link-hover);
  background: var(--bg-on-block);
}
.wp-pagenavi .extend {
	display: none;
}
.pagination.wp-pagenavi {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.pagination.wp-pagenavi .page-item {
	display: inline-block;
}
.pagination.wp-pagenavi a {
	margin-bottom: 5px;
}
/*******************************************
Template- Post Editor
*******************************************/
fieldset {
	border: 3px solid #0ef;
	margin: 20px 2px;
	padding: 8px;
	border-radius: 5px;
}
legend {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	line-height: 50px;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  color: #fff;
}
textarea#changelog, textarea#walkthrough, textarea#windows-links, textarea#mac-links, textarea#linux-links, textarea#android-links{
	min-height: 200px;
}
.form-select, .toggle-tags, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control:focus {
	color: var(--link);
	background-color: var(--site-bg);
	border-color: var(--border-highlight);
	padding: 5px 10px;
	border-radius: 5px;
}
.form-control:focus {
	color: var(--txt);
	box-shadow: none;
}
.filter-form{
	margin-bottom: 15px;
}
.filter-form .btn:hover {
	color: var(--link);
	border-color: var(--border-highlight);
}
.form-select:focus {
	color: var(--link);
	background-color: var(--site-bg);
	border-color: var(--border-highlight);
	box-shadow: none;
	border-color: var(--border-highlight);
}
.input-group-text {
	background: var(--bg-on-block);
	color: var(--link);
	border:none;
}

.toggle-tags {
	display: inline-block;
	text-align: left;
	width: 48%;
}

.toggle-tags .fa {
	float: right;
	padding: 2px 0px;
	font-size: 10px;
	margin-top: 4px;
	color: #2e3339;
}
.tag-list {
	max-height: 300px;
	overflow: auto;
	border: 1px solid var(--border-highlight);
	margin-top: 10px;
	padding: 10px;
}
.tag-list .tag {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-top: 5px;
}
.tag-list input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.tag:not(body) {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	color: #4a4a4a;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	justify-content: center;
	line-height: 1.5;
	white-space: nowrap;
}
.tag:not(body).is-dark {
	background: var(--bg-on-block) !important;
	color: var(--bs-light);
}
.filter-form .tag-list h4 {
	font-size: 14px;
	margin-right: 10px;
	color: var(--bs-green);
}
.filter-form .tag-list.exclude h4{
	color: var(--bs-pink);
}
.tag-list.include input[type="checkbox"]:checked ~ label {
	background: #fef77a;
	color: #000;
}
.tag-list.exclude input[type="checkbox"]:checked ~ label {
	background: #ec4b4b;
	color: #fff;
}
.tag-list label {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	width: 100%;
	height: 100%;
	padding-left: .75em;
	padding-right: .75em;
	line-height: 24px;
}
/*******************************************
Responsive
*******************************************/


@media screen and (min-width: 768px) {
	.admin-bar .site-header {
		top: 32px;
	}
	.admin-bar .stickySideWidget {
		top: 140px;
	}
	.card{
		margin-top:0px;
		margin-bottom:13px;
	}	
	.archive h1.landingTitle {
		font-size: 80px;
	}
	.landingInfo .content-block {
		font-size: 20px;
	}
	
	.af-pro{
		display: none;
	}

}
@media screen and (min-width: 1200px) {

	.banner-sec .card .img-fluid {
		height: 190px;
	}
	.featured-slider .img-fluid {
		height: auto;
		max-height: 397px;
	}
	#wpcomm {
		max-width: 100%;
	}
}
@media screen and (min-width: 1400px) {
	.site-margin {
		max-width:1366px;
	}
}