/*!
Theme Name: LewdGames
Theme URI: http://underscores.me/
Author: LZDevs
Author URI: https://lzdevs.com
Description: Custom theme for LewdGames.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lewdgames
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.

LewdGames is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
:root {
	--bg: #fff;
	--bg-2: #e8e8e8;
	--text: #292929;
	--title: #363636;
	--link: #3D64FF;
  }
  .dark-logo{
	display: none;
  }
@media (prefers-color-scheme: dark) {
	:root {
		--bg: #000000;
		--bg-2: #1c1c1c;
		--text: #D2D5D5;
		--title: #e6e6e6;
		--link: #1F78D1;
	}
	  .light-logo{
		display: none;
	  }
	  .dark-logo{
		display: inline;
	  }
}

html, body {
	color: var(--text);
	background: var(--bg);
}
strong {
	color: var(--text);
}
a {
	color: var(--link);
}
a:hover {
	color: #5095d4;
}
#skip a.skip-link {
	display: block;
    position: absolute;
    left: -999px;
    top: -999px;
}
#skip a.skip-link:focus {
	left: 0;
    top: 0;
    padding: 3px;
    background: #ffc;
    border:1px solid #990000;
}
.navbar-link, a.navbar-item {
	padding: 16px;
}
.title, .navbar-item, .navbar-link, .subtitle {
	color: var(--title);
}
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
	background-color: var(--bg-2);
	color: var(--title);
}
.tag:not(body) {
	background-color: var(--bg-2);
	color: var(--title);
}
.tag:not(body).is-dark {
	background-color: var(--bg);
	border: 1px solid var(--bg-2);
	color: var(--title)
}
.navbar{
	background-color: var(--bg);
	border-top: 1px solid var(--bg-2);
	border-bottom: 1px solid var(--bg-2);
}
.tabs ul {
	border-bottom-color: var(--bg-2);
}
.input::placeholder, .select select::placeholder, .textarea::placeholder {
	color: var(--text);
}
.input, .select select, .textarea {
	background-color: var(--bg);
	border-color: var(--bg-2);
	color: var(--text);
}
.button.is-info {
	background-color: var(--bg-2);
	border-color: var(--bg-2);
}
.input:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered, .select select:hover, .textarea:hover {
	border-color: var(--bg-2);
}
.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
	border-color: var(--bg-2);
	box-shadow: 0 0 0 .125em var(--bg-2);
}
.button.is-light {
	background-color: var(--bg);
	border-color: var(--bg-2);
	color: var(--title);
}
.notification.is-light {
	background-color: var(--bg);
	color: var(--text);
	border: 1px solid var(--bg-2);
}
/* Style for game list */
.game-list article {
	border-bottom: 1px dotted var(--bg-2);
	padding-bottom: 10px;
	margin-bottom: -10px;
}
.game-list .column:last-child article {
	border-bottom: none;
}
.list-meta.half {
	width: 48%;
	display: inline-block;
}
.slim-single {
	display: flex;
	flex-direction: row;
}
.slim-single .image {
	margin-right: 8px;
	height: 75px;
	width: 110px;
	display: block;
	position: relative;
	flex: none;
	overflow: hidden;
	border-radius: 5px;
}
.game-info {
	font-size: 14px;
	width: 100%;
}
.slim-single .title {
	max-height: 36px;
	line-height: 18px;
	overflow: hidden;
	font-size: 14px;
}
.game-info h3 a {
	font-size: 14px;
	font-weight: bold;
}
/* Style the tab content */
.tabbed-container .tabs {
	margin-bottom: 15px;
}
.hero .tabbed-container .tabs ul{
	border-bottom: 1px solid var(--bg-2);
}
.tabs a{
	border-bottom-color: var(--bg-2);
}
.tabs li.is-active a{
	border-bottom-color: var(--link);
	color: var(--link);
}
#tab-content div {
  display: none;
}

#tab-content div.is-active {
  display: block;
}

/* Download Section */

.download-links .tag-list {
	margin-bottom: 35px;
}
.download-links .tag-list .tag {
	padding: .75em;
}
.download-links .content {
	margin-top: 50px;
}
.break {
	display: block;
	padding: 5px;
	width: 100%;
	margin: 7px 0px 5px;
	border-top: 1px solid var(--bg-2);
}
.link-box{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.link-box span{
	pointer-events: none;
}
.link-box:last-child{
	margin-bottom: 0px;
}

/*
 * Mirror Favicon Sprites
 * https://www.toptal.com/developers/css/sprite-generator/
 */
 .bg-anonfile {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -0 -0;
}

.bg-dropmefiles {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -16px -0;
}

.bg-files {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -0 -16px;
}

.bg-filesupload {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -16px -16px;
}

.bg-gofile {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -32px -0;
}

.bg-google {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -32px -16px;
}

.bg-letsupload {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -0 -32px;
}

.bg-mediafire {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -16px -32px;
}

.bg-mega {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -32px -32px;
}

.bg-nopy {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -48px -0;
}

.bg-racaty {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -48px -16px;
}

.bg-sendgb {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -48px -32px;
}

.bg-uploadhaven {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -0 -48px;
}

.bg-workupload {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -16px -48px;
}

.bg-yourfilestore {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -32px -48px;
}

.bg-zippyshare {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -48px -48px;
}

.bg-lzfiles {
    width: 16px; height: 16px;
    background: url('components/mirror_favicons/mirror_favicons.png') -64px -0;
}

/* Ad Functions */
.spn {
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.af-square {
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget-title {
	font-size: 16px;
	margin-bottom: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
}
.widget .tag-cloud-link {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
	padding: 5px 0px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0px -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;
}

/* Comment Section */
#wpdcom {
	max-width: 100%;
}
.comments-area{
    margin: 0px;
}

/*Impost List */
.importList .columns:hover {
	box-shadow: inset 0 0 1px #b9b9b9;
	background: #fbfbfb;
}

/* Tag Cloud */
.tag-cloud a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	max-width: 216px;
}
.tag-cloud span {
	color: var(--text);
	float: right;
	font-size: 12px;
	margin-top: 3px;
}
/* wp-Pagenavi */
.wp-pagenavi {
	margin-top: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
	padding: 10px 15px;
	min-width: 46px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid var(--bg-2);
	color: var(--title);
}
.wp-pagenavi a:hover{
	background: var(--bg-2);
}
.wp-pagenavi span.extend{
	border:none;
}
.wp-pagenavi .current {
	background: var(--bg-2);
}

.site-footer{
	border-top:1px solid var(--bg-2);
}