/*
Theme Name: Best Way Games
Theme URI: ''
Author: the Best Way Games team
Author URI: ''
Description: Best Way Games theme includes style variations created by members of the Best Way Games team.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 3.0
License: ''
License URI: ''
Text Domain: bestway
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

pre {
  background-color: blue;
  font-size: 16px;
}

a:hover, a:focus, a:active {
  color: #ffffff;
}

html {
  margin-top: 0 !important;
}

#alttext-container {
	display: none;
}

img.bw-img-hidden {
	opacity: 0;
	transition: opacity .35s ease;
}
img.bw-img-shown {
	opacity: 1;
}

.game-preview .game-logo img {
	transform: translateZ(0);
}

#infinite-footer {
	display: none;
}

#jp-carousel-loading-overlay {
	display: none !important;
}


.game-preview .game-logo img {
	max-width: max-content;
	max-height: 120px;
	position: relative;
	height: 100%;
	display: block;
	width: auto;
}


body.light .quote-preview blockquote {
	color: #28292c;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category summary {
	background-color: #221c1c;
	margin-bottom: 0;
}

body .cmplz-cookiebanner details summary svg {
	display: none;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	background-color: #221c1c;
	margin-bottom: 0;
}

body .cmplz-cookiebanner .cmplz-message {
	margin-bottom: 15px;
}

body .cmplz-cookiebanner {
	background-color: #221c1c;
}