/*
Theme Name: GamePress
Theme URI: http://themeforest.net/user/colorthemewp/portfolio
Author: colorthemewp
Author URI: http://themeforest.net/user/colorthemewp
Description: GamePress this is a modern WordPress theme for the Games/Sports/Videos/Blogs websites with a unique design. A new design and possibilities focused on all functionality needed for these websites and contains more extended features: the theme is ready for Gutenberg and includes different layouts for headers and pages with tons of options for customizing and contains widgets for all the needs of these sites.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gamepress
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/**
 * Table of Contents:
 *
 * 1.0 - Normalize
 * 2.0 - Accessibility
 * 3.0 - Alignments
 * 4.0 - Clearings
 * 5.0 - Typography
 * 6.0 - Forms
 * 7.0 - Formatting
 * 8.0 - Lists
 * 9.0 - Tables
 * 10.0 - Links
 * 11.0 - Media
 * 12.0 - Galleries
 * 13.0 - Navigations
 * 14.0 - Layout
 *		 14.1 - Header
 *		 14.2 - Pages
 *		 14.3 - Blog
 *		 14.4 - Posts
 *		 14.5 - Single Post
 *		 14.6 - Homepage
 *		 14.7 - bbPress + FAQ
 * 15.0 - Footer
 * 16.0 - Widgets
 *		 16.1 - Standard Widgets
 *		 16.2 - Categories with Sub-categories widget
 *		 16.3 - Full Width Categories widget
 *		 16.4 - TS: Three Info Blocks
 *		 16.5 - TS: Two Blocks
 *		 16.6 - TS: Testimonials Widget
 *		 16.7 - TS: Recent FAQs
 *		 16.8 - TS: 2 Columns Widget
 *		 16.9 - TS: Recent Posts Widget
 *		 16.10 - TS: Contacts
 *		 16.11 - TS: Recent Comments
 * 17.0 - Custom Browser Styles

 /*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: #242538;
	position: relative;
    background-position: center center;
    background-attachment: fixed;
    background-size: auto;
    background-repeat: repeat;
    background-image: url("img/bg.jpg");
}

body:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

.wp-block-file .wp-block-file__button {
	background: #37544f;
}

.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .is-style-outline .wp-block-button__link,
a.wp-block-button__link {
    border-radius: 25px;
    background: #f0c029;
    color: #fff!important;
    font-size: 1em;
    line-height: 24px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 12px 30px 10px 30px;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
}

.editor-styles-wrapper .wp-block.wp-block,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  color: #FFF;
}

.editor-styles-wrapper .wp-block-cover {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block.wp-block {
	text-align: center;
	color: #FFF;
}

.wp-block-cover.has-left-content {
	justify-content: left;
}

.wp-block-image figcaption,
.wp-block-video figcaption {
	color: #fff;
	font-style: italic;
}

.wp-block-image {
    margin: 0 0 2em;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1;
    margin-top: -15px;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
	margin-top: 5px;
	line-height: 24px;
}

.entry-content figcaption,
.blocks-gallery-caption {
	line-height: 24px;
	color: rgba(255,255,255,.45);
	font-style: italic;
	background: rgba(255,255,255,.02);
	padding: 5px 15px;
	border-radius: 5px;
}

.gallery-item figcaption {
	margin: 0 5px 15px;
}

.wp-block-calendar table th {
	background: rgba(255,255,255,.03);
}

.wp-block-calendar tbody td, .wp-block-calendar th {
	border: 1px solid rgba(255,255,255,.1);
}

.wp-calendar-nav-prev {
    padding: 10px;
    font-size: 13px;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
	color: #FFF;
}

[data-align=left]>.wp-block-cover,
[data-align=right]>.wp-block-cover {
	margin-bottom: 30px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba( 55, 84, 79, .3 );
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    text-align: center;
    caption-side: bottom;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 30px;
}

.wp-block-image figcaption,
.wp-block-video figcaption {
	display: inline-block;
    background: rgba( 55, 84, 79, .3 );
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px;
    color: #fff;
    text-align: center;
    caption-side: bottom;
    border-radius: 0;
    overflow: hidden;
}

.has-background {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single .entry-single-content .blocks-gallery-item img {
    margin-bottom: 0;
}

.wp-block-video,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.wp-block-cover, .wp-block-cover-image {
	overflow: hidden;
}

.wp-block-spacer {
    display: block;
    width: 100%;
    clear: both;
    height: 0;
    visibility: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-line;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
}

*:focus {
    outline: none!important;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

a > code {
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: inherit;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

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

img:focus,
img:active {
	outline: 0
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

.entry-content  a.wp-block-button__link,
.entry-content  a.wp-block-button__link:hover {
	background: #f0c029;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	border: none;
}

.entry-content  a.wp-block-button__link:hover {
	background: #a57e05;
}


hr, .wp-block-separator {
    border: none;
    background: rgba(255,255,255,.1);
    height: 1px;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 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;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.5em;
}

.wp-caption {
  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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
	content: '';
	display: table;
}

.clearfix:before,
.clearfix:after {
	display:table;
	line-height:0;
	content:""
}

.clearfix:after{
	clear:both
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

button,
input,
select,
textarea {
	font-size: 14px;
	padding: 5px 10px;
	border: 2px solid #f1f2f3;
    font-size: 17px;
    font-weight: 400!important;
    letter-spacing: 1px;
}

button {
	font-family: 'Bebas Neue', sans-serif;
}

.entry-content ul li {
    margin-bottom: 10px;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 30px;
}

ul.blocks-gallery-grid {
	flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.blocks-gallery-grid li:after {
	content: none!important;
}

.blocks-gallery-grid,
.wp-block-gallery {
	margin-bottom: 30px;
}

.wp-block-button {
    margin-bottom: 30px;
}

blockquote.wp-block-quote cite,
.wp-block-pullquote cite,
blockquote.wp-block-quote em {
    color: rgba(255,255,255,.6);
}

figure.wp-block-audio,
.wp-block-cover {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em 0;
	padding: 0;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 400;
	letter-spacing: 1px;
}

h1 {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-post-content h2,
.entry-post-content h3,
.entry-post-content h4,
.entry-post-content h5,
.entry-post-content h6,
.entry-single-content h2,
.entry-single-content h3,
.entry-single-content h4,
.entry-single-content h5,
.entry-single-content h6 {
	margin-top: 45px;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-post-content h2:first-child,
.entry-post-content h3:first-child,
.entry-post-content h4:first-child,
.entry-post-content h5:first-child,
.entry-post-content h6:first-child,
.entry-single-content h2:first-child,
.entry-single-content h3:first-child,
.entry-single-content h4:first-child,
.entry-single-content h5:first-child,
.entry-single-content h6:first-child {
	margin-top: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #fff;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 60px;
}

h2{
	font-size: 32px;
	font-size: 2rem;
}

h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 21px;
	font-size: 1.3rem;
}

h5 {
	font-size: 15px;
	font-size: 0.95rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-size: 0.9375rem;
}

p {
	margin: 0 0 1.3em;
	padding: 0;
	line-height: 30px;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: rgba(64,155,48,0.05);
	border-radius: 10px;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border: 1px dashed rgba( 255,255,255, .1 ) !important;
	color: #FFF;
}

.wp-block-code,
.wp-block-preformatted pre {
	color: #FFF;
	border-radius: 10px;
}

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: #37544f;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 3px;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

blockquote {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	border: 2px dashed rgba( 0,0,0, .1 ) !important;
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

blockquote::after,
blockquote.wp-block-quote::after,
.wp-block-quote:not(.is-large):not(.is-style-large)::after,
.wp-block-pullquote::after {
    content: "\f10e";
    width: 70px;
    height: 70px;
    line-height: 66px;
    color: rgba(255,255,255,.7);
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
    font-family: 'Font Awesome 6 Free';
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    border: 2px solid rgba(255,255,255,.3);
    font-weight: normal;
}

.single-format-link .entry-post-content.clearfix a,
.single-format-status .entry-post-content.clearfix p,
.single-format-aside .entry-post-content.clearfix p {
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    position: relative;
    line-height: 30px;
    box-shadow: 0 0 10px rgba( 9, 15, 21, .3 );
}

.single-format-status .entry-post-content.clearfix p,
.single-format-aside .entry-post-content.clearfix p {
	padding: 30px;
}

.single-format-link .entry-post-content.clearfix p a:first-child {
	padding: 30px;
	position: relative;
	display: block;
}

.single-format-aside .entry-post-content.clearfix p {
	border-left: 5px solid rgba( 255,255,255, .2);
}

.single-format-link .entry-post-content.clearfix a:hover {
    background: rgba( 255,255,255,.3 );
}

.single-format-link .entry-post-content.clearfix a:before {
    content: '\f0c1';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    left: -40px;
    top: 8px;
    font-size: 20px;
    color: rgba(255,255,255,.3);
}

blockquote,
blockquote.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote,
.wp-block-pullquote:not(.is-style-solid-color) {
    margin: 45px 0;
    background: rgba(255,255,255,.02);
    padding: 45px 45px 90px 45px;
    border: 1px solid rgba(255,255,255,.1)!important;
    position: relative;
 }
blockquote p,
blockquote.wp-block-quote p {
	color: #FFF;
}
.wp-block-pullquote blockquote {
    margin-bottom: 30px;
    text-align: center;
    background: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	text-align: center;
}

.wp-block-pullquote blockquote {
    margin: 45px 0;
    text-align: center;
    background: none;
    border: none !important;
    box-shadow: none;
    padding: 0;
	font-style: italic;
}

.wp-block-pullquote blockquote::after {
	content: none;
}

.wp-block-pullquote,
.wp-block-pullquote:not(.is-style-solid-color) {
    width: auto;
    max-width: 80%;
    padding: 30px 45px 75px 45px;
    margin: 45px auto;
}

.wp-block-pullquote p,
.wp-block-pullquote:not(.is-style-solid-color) p {
	font-size: 18px;
}

.wp-block-pullquote::after {
	width: auto;
	height: auto;
	bottom: 30px;
	margin-left: 0;
	border: none;
	font-size: 28px;
	color: #fff;
}

.wp-block-code > code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    color: #FFF!important;
    border: none!important;
}

.wp-block-latest-posts,
.wp-block-archives {
    list-style-type: none;
}

.wp-block-pullquote cite {
    font-style: italic !important;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 20px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	font-size: 1.4em;
}


.has-text-color.has-black-squeeze-color p,
.has-text-color.has-black-squeeze-color cite { color: #f3fbfa; }
.has-text-color.has-gable-green-color p,
.has-text-color.has-gable-green-color cite { color: #182e38; }
.has-text-color.has-apricot-color p,
.has-text-color.has-apricot-color cite { color: #ea9674; }
.has-text-color.has-iceberg-color p,
.has-text-color.has-iceberg-color cite { color: #cdf2ef; }
.has-text-color.has-cardinal-color p,
.has-text-color.has-cardinal-color cite { color: #cb2027; }
.has-text-color.has-persimmon-color p,
.has-text-color.has-persimmon-color cite { color: #ff6550; }
.has-text-color.has-deep-cerulean-color p,
.has-text-color.has-deep-cerulean-color cite { color: #0077b5; }
.has-text-color.has-dodger-blue-color p,
.has-text-color.has-dodger-blue-color cite { color: #1da1f2; }

.wp-block-pullquote.has-black-squeeze-background-color { background: #f3fbfa; }
.wp-block-pullquote.has-gable-green-background-color { background: #182e38; }
.wp-block-pullquote.has-apricot-background-color { background: #ea9674; }
.wp-block-pullquote.has-iceberg-background-color { background: #cdf2ef; }
.wp-block-pullquote.has-cardinal-background-color { background: #cb2027; }
.wp-block-pullquote.has-persimmon-background-color { background: #ff6550; }
.wp-block-pullquote.has-deep-cerulean-background-color { background: #0077b5; }
.wp-block-pullquote.has-dodger-blue-background-color { background: #1da1f2; }

.wp-block-pullquote {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wp-block-pullquote p {
	margin-bottom: 15px;
}

blockquote.wp-block-quote cite,
blockquote cite,
.wp-block-pullquote cite {
	display: block;
	font-style: normal;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
	font-size: 12px;
}

.wp-block-quote.is-style-large cite {
    text-align: center;
}

blockquote.wp-block-quote.is-style-default {
  font-size: 16px;
  line-height: 36px;
}

 blockquote.wp-block-quote.is-style-large {
  margin: 45px 0;
  padding: 45px 45px 90px 45px;
  font-size: 26px;
  line-height: 46px;
}

.wp-block-embed figcaption {
	color: #fff;
}

.wp-block-preformatted,
.wp-block-code,
pre.wp-block-verse {
    padding: 30px;
    border: 2px dashed rgba(0,0,0, .2);
}

.wp-block-embed {
    margin-bottom: 2em;
}

.top-m-10 {
    margin-top: 10px;
}

.tm-30 {
	margin-top: 30px;
}

.bm-30 {
	margin-bottom: 30px;
}

#secondary .widget_block h2 {
    margin-bottom: 20px;
}

#secondary form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 15px;
}

.wp-block-preformatted {
    margin: 45px 0;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid rgba( 255,255,255, .1 )
}

.wp-block-table.is-style-stripes td {
    border: 1px solid rgba( 255,255,255, .1 );
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
	background: rgba(255,255,255,.03)!important;
}

.wp-block-social-links .wp-social-link a {
    padding: .25em;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
	letter-spacing: 1px;
}

fieldset {
	margin-bottom: 1em;
	border: 2px solid #f1f2f3;
}

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: #fff;
	background: rgba(255,255,255,.02);
	border: 1px solid rgba(255,255,255,.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
}

input[type="password"] {
    margin-bottom: 20px;
    margin-top: 10px;
}

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;
	border-color: rgba( 4, 186, 214,.4 );
}

select {
    border: 1px solid rgba(255,255,255,.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 3em;
    max-width: 100%;
    background: rgba(255,255,255,.02);
    margin-bottom: 30px;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
    border: 1px solid rgba(255,255,255,.04);
}

button,
input[type="button"],
input[type="submit"],
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.navigation.comment-navigation .nav-previous a,
.navigation.comment-navigation .nav-next a {
	background: #df6c6c;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
		transition: background 0.2s;
}

.navigation.comment-navigation .nav-previous a,
.navigation.comment-navigation .nav-next a,
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
	color: #fff;
	border-radius: 25px;
	background: #37544f;
	border: 4px solid #bba81f;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.navigation.comment-navigation .nav-previous,
.navigation.comment-navigation .nav-next {
	border: none;
}

.navigation.comment-navigation .nav-next {
	text-align: right;
}

.navigation.comment-navigation .nav-previous {
	text-align: left;
}

.no-comments {
    background: #df6c6c;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
}

.comment-content img {
    margin: 1% 0;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #df6c6c;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #df6c6c;
}

.required {
	color: #f24464;
}

#commentform label {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.7)
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #acacac;
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	color: #acacac;
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	color: #acacac;
	font-family: 'Open Sans', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #acacac;
	font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
#comments ul,
#comments ol {
    margin-bottom: 30px;
}

#comments ol.comment-list {
	margin-bottom: 45px;
}

.entry-post-content ol ol,
.entry-post-content ol ul,
.entry-post-content ul ol,
.entry-post-content ul ul,
.entry-post-content.clearfix ul,
.entry-post-content.clearfix ul ol {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
	text-align: left;
}

ol {
	list-style: decimal;
	text-align: left;
	margin-bottom: 2rem;
}

.entry-content ul li,
ul.square-list li {
	list-style-type: none;
	position: relative;
}

.entry-content ul li::after,
ul.square-list li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #00ffd2;
    position: absolute;
    left: -20px;
    top: 11px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.entry-content #bbpress-forums ul li::after,
#bbpress-forums ul.square-list li::after {
	content: none;
	height: 0;
	width: 0;
}

.gallery-icon.landscape {
    margin-bottom: 10px;
}

.entry-content ul.wp-block-gallery li::after {
	width: auto;
	height: auto;
	background: none;
	position: relative;
	left: auto;
	right: auto;
}

ul.square-list li::after {
    -webkit-border-radius: 0;
    border-radius: 0;
}

li > ul,
li > ol {
	margin-bottom: 0!important;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

select option {
	background: #171d23;
}

.wp-block-latest-posts.is-grid {
	padding: 0 45px;
}

.wp-block-media-text {
  margin: 0 0 30px 0;
  padding: 30px;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 1px solid rgba(255,255,255,.04);
	padding-bottom: 0.5em;
	color: #df6c6c;
}

table#wp-calendar,
table#wp-calendar td,
table#wp-calendar th {
    text-align: center;
}

#calendar_wrap {
    background: rgba(9,15,21,.1);
}

#wp-calendar caption {
    background: rgba( 55, 84, 79, .3 );
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px;
    color: #fff;
    text-align: center;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: none;
}

td {
	padding: 0.4em;
	border: 1px solid rgba(255,255,255,.04);
	text-align: left;
	font-size: 14px;
}

td#prev a,
td#next a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #fff;
	outline: 0;
}

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
.entry-post-thumb {
    display: block;
    position: relative;
    text-align: center;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.entry-single-content .entry-post-thumb {
	margin-bottom: 30px;
}

.single .entry-single-content img,
.single iframe {
    box-shadow: 0 0 20px rgb( 9, 15, 21, .3 );
}

.entry-single-content.clearfix a:hover {
    color: #fff;
}

.bypostauthor {
	border-top: 2px solid #04bad6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* fix override content width for add_image_size() function */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

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

/*--------------------------------------------------------------
12.0 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
13.0 Navigations
--------------------------------------------------------------*/
.navigation-top .topbar-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.navigation-top .topbar-menu li {
	float: left;
	text-transform: uppercase;
	color: #FFF;
	margin-right: 20px;
	position: relative;
	letter-spacing: 0.5px;
}

.navigation-top .topbar-menu li::after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #b4d6c6;
	position: absolute;
	right: -12px;
	top: 9px;
}

.navigation-top .topbar-menu li:last-child::after {
	content: none
}

.navigation-top .topbar-menu li a {
	color: rgba( 255,255,255, .92 );
	-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.navigation-top .topbar-menu li a:hover {
	color: rgba( 255,255,255, 1 )
}
.main-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-menu.sf-menu li {
	float: left;
	padding-right: 30px;
	text-transform: capitalize;
	font-size: 12px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.main-menu.sf-menu li:last-child {
	padding-right: 0;
}

.main-menu li a {
	color: #808080;
	position: relative;
	font-size: 18px;
}

.current-menu-item,
.current-page-item {
	position: relative;
}

.main-menu.sf-menu li a.sf-with-ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #00ffd2;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    right: -17px;
}

.sub-menu a.sf-with-ul::before {
	top: 14px!important;
	right: -25px!important;
}

.main-menu.sf-menu .menu-item-has-children {
    padding-right: 45px !important;
    position: relative;
}

/* top-menu */
.sf-menu li .sub-menu li::after {
    content: none;
}

/* mobile menu */
#mobile-menu {
    display: none;
    width: 100%;
    max-width: 100%;
    z-index: 99999999;
}

#mobile-menu h1 {
    font-size: 20px;
    float: right;
    line-height: 30px;
    margin-bottom: 0;
}

#main-menu-toggle {
	height: 24px;
    cursor: pointer;
}

#mobile-menu .mobile-logo-toggle {
	padding: 15px 30px;
}

#mobile-menu .mobile-logo-toggle .site-branding {
    max-width: 100%;
    width: auto;
}

#mobile-menu .fa-bars {
	font-size: 24px;
}

#mobile-menu ul {
	list-style-type: none;
	padding-left: 0;
	background: rgba(29, 35, 39, .95);
}

.mobile-menu ul li,
ul.mobile-menu li {
	display: block;
	width: 100%;
	padding: 10px 30px;
	border-bottom: 1px solid rgba( 0,0,0,.5 );
    border-top: 1px solid rgba( 255,255,255,.05 );
}

#mobile-menu {
	position: relative;
}

#mobile-menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

ul.mobile-menu li .sub-menu li {
	padding-left: 0;
	border: none;
}

#mobile-menu ul li .sub-menu {
	display: block;
	background: none;
}

.siblings-wrapper {
	opacity: 0;
	height: 0;
}

.siblings-wrapper.siblings-open {
	opacity: 1;
	height: 100%;
	margin-top: 7px;
}

#mobile-menu ul.mobile-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

#mobile-menu .sub-menu.tap {
    display: block !important;
}

#mobile-menu .sub-menu li:last-child {
    border-bottom: none;
}

.mobile-menu ul li ul li,
ul.mobile-menu li .sub-menu li {
    padding: 0;
}

#mobile-menu .sub-menu li.menu-item-has-children {
    padding-bottom: 0;
}

#mobile-menu .sub-menu li.menu-item-has-children > a {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 10px;
}

#mobile-menu ul li .sub-menu {
    background: rgba(255,255,255,.01);
    padding: 10px 20px;
}

.mobile-menu li.menu-item-has-children > .sub-menu {
    margin-top: 8px;
}

#mobile-menu .sub-menu li.menu-item-has-children > a {
    border-bottom: 1px solid rgba(255,255,255,.04);
    padding-bottom: 10px;
}

.mobile-menu li.menu-item-has-children > .sub-menu .sub-menu {
    margin-top: 0;
}

#mobile-menu ul li .sub-menu .sub-menu {
    background: transparent;
    padding: 0;
}
#mobile-menu .sub-menu li a {
    padding: 0;
}

.mobile-menu li.menu-item-has-children {
    position: relative;
}

.mobile-menu li.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 30px;
    top: 8px;
    color: rgba(255,255,255,.7)
}

.mobile-menu li.menu-item-has-children ul li.menu-item-has-children::after {
	content: '';
}

#mobile-menu .navigation-main {
	display: none;
}

.close-mobile-menu {
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background: rgba(29, 35, 39, .95);
    color: rgba(255,255,255,.5);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.close-mobile-menu:hover {
	color: rgba(255,255,255,1);
}

#mobile-menu .navigation-main {
    background: rgba(29, 35, 39, .95);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    z-index: 99999;
    overflow-y: auto;
    transition: all .4s ease-in-out;
    display: block!important;
}

#mobile-menu .main-menu li a {
	color: #FFF;
}

#mobile-menu .sub-menu {
    padding: 0;
    margin-left: 0
}

#mobile-menu .search-form .search-submit{
    display: none;
}

#mobile-menu input[type="search"] {
    font-size: 11px;
    min-height: 45px;
}

#mobile-menu form.search-form {
    background: #1c2327;
}

#mobile-menu .sub-menu li {

}

#mobile-menu .sub-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding: 10px 10px 10px 0;
}

#mobile-menu .sub-menu li a {
	color: rgba(255,255,255,.7);
	font-size: 11px!important;

	-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
}

#mobile-menu .sub-menu li a:hover {
	color: #FFF!important
}

#mobile-menu .sub-menu li .sub-menu li {
    margin: 0;
}

#mobile-menu .sub-menu li .sub-menu li {

}

#mobile-menu .sub-menu li .sub-menu li:last-child {
	border-bottom: none;
}

#mobile-menu .sub-menu li .sub-menu li {
	padding: 10px 10px 10px 0;
}

#mobile-menu .mobile-logo-toggle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	display: -ms-Flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mobile-menu .mobile-logo-toggle a {
    line-height: 20px;
}

/*--------------------------------------------------------------
14.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#page {
	position: relative;
	word-wrap: break-word;
	margin-top: 45px;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}


/*--------------------------------------------------------------
14.1 Header
--------------------------------------------------------------*/
#gp-slider-area {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.single #gp-slider-area {
	margin-bottom: 30px;
	margin-top: 0;
}

.home #gp-slider-area {
	box-shadow: 0 10px 40px rgba( 9, 15, 21, .6);
	margin-top: 0;
}

.home #masthead {
	margin-bottom: 0!important;
}

.home #masthead {
	position: relative;
	box-shadow: 0 0 40px rgba(9,15,21,1);
}

.entry-slider-content h2 {
    font-size: 50px;
}

.entry-slider-content {
    padding: 200px 45px 300px;
}
.gp-entry-slide-author {
	font-size: 18px;
}

h1.site-title,
h1.site-title a,
p.site-title,
p.site-title a {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #182e38;
    text-transform: uppercase;
    position: relative;
}

.site-branding a {
	position: relative;
	z-index: 999;
}

h1.site-title {
	margin-bottom: 5px;
}

.site-description {
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 10px;
    color: #768699
}

.site-branding a.custom-logo-link {
    display: block;
    line-height: 20px;
}

.site-branding a img {
    width: 120px;
}

.branding-logo-left,
.branding-logo-center,
.branding-logo-right {
	text-align: center;
	margin: 15px 0 60px 0;
}

.branding-logo-center {
	margin-bottom: 30px;
}

.branding-logo-left  { text-align: left; }
.branding-logo-right { text-align: right; }

#search-wrapper,
.header-topline,
.header-topbar,
.entry-welcome,
.site-branding {
	display: block;
	width: 100%
}

.header-topline {
	height: 4px;
	background-color: #f24464;
}

.header-topbar {
	background-color: #182e38;
	color: #FFF;
	font-size: 10px;
	line-height: 20px;
	padding: 10px 0;
}

.header-topbar i {
	font-size: 14px;
	margin-left: 10px
}

.entry-welcome {
	border-bottom: 1px solid rgba( 180, 214,198, .15 );
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 90px 0;
	position: relative;
}

.entry-welcome .col-8 {
	position: relative;
}

.entry-welcome::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba( 180, 214,198, .15 ) transparent transparent transparent;
    position: absolute;
    width: 20px;
    margin-left: -10px;
    left: 50%;
    bottom: -11px;
}

.entry-welcome .close-btn {
    background: rgba(242, 68, 100, .2);
    border-radius: 100%;
    color: #FFF;
    content: '\f05b';
    display: block;
    font-family: 'Font Awesome 6 Free';
    height: 75px;
    width: 75px;
    line-height: 70px;
    font-size: 26px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -20%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.entry-welcome .close-btn:hover {
	background: rgba(242, 68, 100, .4);
	box-shadow: 0 0 20px rgba( 9, 15, 21, .5 );
}

.button.ca-button {
    background: #f0c029;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-size: .985rem;
    padding: 1em 3em;
    margin-top: 15px;
    display: inline-block;
    color: #FFF;
    transition: all .3s ease-in-out;
}

.button.ca-button:hover {
	box-shadow: 0 0 20px rgba( 9, 15, 21, .8 );
}

.entry-welcome .close-btn:before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    color: rgba(255,255,255,.5);
}

.entry-welcome h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 74px;
	letter-spacing: 1px;
	font-weight: 400;
    line-height: 86px;
    margin-bottom: 15px;
}

.entry-welcome p {
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 20px;
}

.entry-welcome p:last-child {
	margin-bottom: 0;
}

#gp-topbar,
#gp-logo-menu {
	position: relative;
	background: rgba( 9,15,21, .1 );
	border-bottom: 1px solid rgba(255,255,255,.05)
}

#gp-topbar {
	border-top: 1px solid rgba(255,255,255,.05);
}

#gp-logo-menu:after,
#gp-topbar:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,1);
}

#gp-logo-menu:after {
	bottom: -2px;
}

header#masthead {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

/* start center header styles */
.navigation-main {
	position: relative;
}

.header-center-style .site-branding,
.header-center-style-wsearch .site-branding {
	border-bottom: 1px solid rgba(255,255,255,0.05);
	border-right: none;
	position: relative;
}

.header-center-style .site-branding:after,
.header-center-style-wsearch .site-branding:after {
    content: '';
    border-bottom: 1px solid rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    background: none;
}

.header-center-style-wsearch .navigation-main:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.04);
    display: block;
}

.header-center-style-wsearch .search-submit {
	display: none;
}

.header-center-style-wsearch .navigation-main {
    padding: 22px 0 21px 30px;
}

.header-center-style .gp-topdate:after,
.header-center-style .gp-hotnews:after, .site-branding:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 16px;
    top: 0;
}

.header-center-style .navigation-main {
	text-align: center;
	padding: 17px 0 12px;
	background: rgba(64,155,48,0.05);
}

.navigation-main:after {
    content: '';
    display: block;
    clear: both;
    float: none;
}

.header-center-style-wsearch .navigation-main {
	text-align: left;
	margin-bottom: 0;
	padding: 22px 0 12px;
}

.header-center-style .sf-menu {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

/* end center header styles */

.gp-hotnews,
span.gp-topdate {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 400;
	border-right: 1px solid rgba(255,255,255,.05)
}

.gp-hotnews {
	text-align: left;
	position: relative;
}

.gp-hotnews .hot-info {
	color: #df6c6c;
	padding-right: 10px;
	float: left;
}

#gp-topbar {
	font-size: 12px;
	line-height: 40px;
	color: #808080;
	font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
    letter-spacing: 1px;
}

.site-branding {
	position: relative;
    padding: 45px 30px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.05);
}

.gp-topdate:after,
.gp-hotnews:after,
.site-branding:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 16px;
    top: 0;
    background: rgba(0,0,0,1);
}

span.gp-topdate:after {
	right: 0;
}

.site-branding:after {
	right: 0;
}

.gp-social-top {
	padding: 0;
	margin: 0 0 0 -30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
}

.gp-social-top li:first-child:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}

.gp-social-top li:after {
	right: 0;
}

.gp-social-top li {
	position: relative;
}

.gp-social-top li a {
	color: #808080;
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gp-social-top li.gp-icon-pinterest a,
.gp-social-top li.gp-icon-facebook a,
.gp-social-top li.gp-icon-instagram a,
.gp-social-top li.gp-icon-twitter a,
.gp-social-top li.gp-icon-linkedin a,
.gp-social-top li.gp-icon-flickr a,
.gp-social-top li.gp-icon-github a,
.gp-social-top li.gp-icon-behance a,
.gp-social-top li.gp-icon-vk a,
.gp-social-top li.gp-icon-vimeo a,
.gp-social-top li.gp-icon-dribbble a,
.gp-social-top li.gp-icon-devianart a,
.gp-social-top li.gp-icon-skype a
{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gp-social-top li.gp-icon-devianart a {
	background: linear-gradient(90deg, rgba(60, 241, 119, 1) 0%, rgba(5, 204, 70, 1) 35%);
}

.gp-social-top li.gp-icon-skype a {
	background: linear-gradient(90deg, rgba(106, 212, 251, 1) 0%, rgba(0, 175, 240, 1) 35%);
}

.gp-social-top li.gp-icon-dribbble a {
	background: linear-gradient(90deg, rgba(228, 97, 149, 1) 0%, rgba(241, 81, 143, 1) 35%);
}
.gp-social-top li.gp-icon-vimeo a {
	background: linear-gradient(90deg, rgba(26, 183, 234, 1) 0%, rgba(31, 161, 204, 1) 35%);
}
.gp-social-top li.gp-icon-vk a {
	background: linear-gradient(90deg, rgba(116, 156, 202, 1) 0%, rgba(76, 117, 163, 1) 35%);
}

.gp-social-top li.gp-icon-behance a {
	background: linear-gradient(90deg, rgba(32, 33, 39, 1) 0%, rgba(23, 24, 29, 1) 35%);
}

.gp-social-top li.gp-icon-github a {
	background: linear-gradient(90deg, rgba(162, 241, 127, 1) 0%, rgba(103, 183, 67, 1) 35%);
}
.gp-social-top li.gp-icon-flickr a {
	background: linear-gradient(90deg, rgba(241, 74, 160, 1) 0%, rgba(234, 26, 134, 1) 35%);
}

.gp-social-top li.gp-icon-linkedin a {
	background: linear-gradient(90deg, rgba(63, 146, 228, 1) 0%, rgba(10, 94, 179, 1) 35%);
}

.gp-social-top li.gp-icon-pinterest a {
	background: linear-gradient(90deg, rgba(234,88,105,1) 0%, rgb(230, 50, 70, 1) 35%);
}

.gp-social-top li.gp-icon-facebook a {
	background: linear-gradient(90deg, rgba(59,89,153,1) 0%, rgba(42,63,108,1) 35%);
}

.gp-social-top li.gp-icon-twitter a {
	background: linear-gradient(90deg, rgba(85,172,238,1) 0%, rgba(79,138,184,1) 35%);
}

.gp-social-top li.gp-icon-instagram a {
	background: linear-gradient(90deg, rgba(228,64,95,1) 0%, rgba(153,42,63,1) 35%);
}

.gp-social-top li a {
	color: #FFF;
	font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
    letter-spacing: 1px;
}

.gp-social-top li:last-child {
	margin-right: -11px;
}

.gp-social-top li {
	flex-grow: 1;
	text-align: center;
}

.gp-topbar-icons {
	list-style-type: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}

li.gp-search-icon {
    margin-right: 20px;
}

.author_bio_section .gp-social-top li a {
    line-height: 48px;
}

#search-area {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(18,31,36,.98);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

#search-area i.fa-solid.fa-xmark {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: rgba(242, 68, 100, .2);
    color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: 68px;
    border-radius: 100%;
}

#search-area i.fa-solid.fa-xmark:hover {
    color: rgba(255, 255, 255, 1);
	background: rgba(242, 68, 100, .4);
	box-shadow: 0 0 20px rgba( 9, 15, 21, .5 );
}

#search-area .search-form {
	width: 50%;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 5px;
}

li.gp-search-icon i,
li.gp-cart-icon i {
    font-size: 20px;
    padding: 22px;
    border: 2px solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    border-radius: 100%;
    transition: all .3s ease-in-out;
}

li.gp-search-icon:hover i {
	border: 2px solid #FFF;
	color: #FFF;
	cursor: pointer;
}

li.gp-cart-icon i {
	color: #068682;
	border: 2px solid rgba(6,134,130,.5);
}


.social-right-aligned { float: right; }
.social-left-aligned { float: left; }

#search-wrapper-simple,
#search-wrapper,
#inner-wrapper {
	position: relative;
	padding: 90px 0;
	text-align: center;
	background: -moz-linear-gradient(135deg, #bbf9f8 10%,#3ebbf9 100%);
	background: -webkit-linear-gradient(135deg, #bbf9f8 10%,#3ebbf9 100%);
	background: linear-gradient(135deg, #bbf9f8 10%,#3ebbf9 100%);
}

#search-wrapper-simple {
	background: none;
	min-height: auto;
	padding: 0;
	margin: 0
}

#search-wrapper-simple .ajax-search-wrapper {
	margin-top: 0;
}

#search-wrapper-simple  div[id*="ajaxsearchlite"].wpdreams_asl_container {
	border: 1px solid rgba(143, 197, 174, 0.3);
	background-image: none;
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox {
	background: #f3fbfa !important
}

#search-wrapper-simple .ajax-search-wrapper {
	min-width: 600px;
}

#search-section-mask {
	background: rgba( 16,16,32,0.8 );
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#inner-wrapper,
#search-wrapper {
	position: relative;
}

#inner-wrapper > .search-inner-bg,
#search-wrapper > .search-wrap-bg-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.search-form {
	position: relative;
}

.search-submit {
    background: rgba(9,15,21,.3);
    padding: 0;
    width: 60px;
    height: 60px;


	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.search-submit:hover {
	background: rgba(9, 15, 21, .5);
}

#search-area .search-submit i {
    font-size: 20px;
    color: rgba(255,255,255,.8);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 100%;
}

#search-area .search-submit i:hover {
	color: rgba(255,255,255,1);
	border: 2px solid rgba(255,255,255,1);
}

.search-form .search-submit {
    height: 70px;
    position: absolute;
    right: 5px;
    width: 70px;
    top: 5px;
    border-radius: 100%;
    background: transparent;
}

.search-submit i:before {
	color: rgba(255,255,255,.3);
}


.search_top_bar .search-submit {
	width: 50px;
	height: 50px;
}

.search_top_bar .search-form .search-submit {
	right: 2px;
	top: 2px;
}

.search_top_bar #gamepress-search {
	border: 1px solid rgba(143, 197, 174, 0.3)
}

#gamepress-search {
    border: none;
    min-height: 79px;
    border-radius: 5px;
    line-height: 30px;
}

.no-results.not-found #gamepress-search {
	border: 1px solid rgba( 255, 255, 255, .05 );
}

.no-results.not-found .search-form {
    max-width: 50%;
    margin-bottom: 45px;
}

.no-results.not-found .search-form .search-submit {
	right: 3px;
	top: 8px;
	width: 64px;
	height: 64px;
}

.site-branding.search_top_bar .site-branding {
    margin-top: 22px;
}

.site-branding.search_top_bar {
	padding: 60px 0;
}

.search-topbar-menu-wrapper {
	display: block;
	width: 100%;
	background: #f3fbfa;
	padding: 15px;
	border-top: 1px solid rgba( 180, 214,198, .3 );
	border-bottom: 1px solid rgba( 180, 214,198, .3 );
}

#search-wrapper.inner-pages > .search-inner-bg,
#search-wrapper .search-wrapper-bg {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#search-wrapper .container {
	position: relative;
	z-index: 99999;
}

#search-wrapper h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 60px;
    color: #182e38;
    margin-bottom: 15px;
}

#search-wrapper h3,
#page-archives p {
	color: #83a29c;
	font-size: 24px;
	line-height: 32px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

#page-archives h2 { margin-bottom: 30px; }
#page-archives h2.no-margin { margin-bottom: 0; }

.category-title {
	color: rgb(55, 84, 79);
	font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 1px;
}

#search-wrapper h2,
#search-wrapper h3,
#search-wrapper.inner-pages h2,
#search-wrapper.inner-pages .category-title,
#search-wrapper.inner-pages p {
	text-shadow: 1px 1px 0 rgba( 0,0,0, .1 );
}

.ul-social-media {
	padding: 0;
	margin: 0;
	list-style-type: none
}

/* Breaking News */
.breaking-news {
	list-style-type: none;
	display: none;
}

.breaking-news li {
	list-style-type: none;
	list-style-position: inside;
	display: none;
}

#js-news {
	display: none;
}
.ticker-wrapper h3 {
	line-height: 31px;
}

.ticker-wrapper h3 a {
	font-size: 12px;
	color: #808080;
	font-family: 'Bebas Neue', sans-serif;
    font-weight: 400!important;
    letter-spacing: 1px;
}

.ticker-wrapper h3 a:hover {
	color: #FFF;
}

.ticker-wrapper {
    float: left;
}

.ticker-wrapper h3,
.ticker-wrapper h3 a,
.ticker-wrapper p {
	margin-bottom: 0;
}

/* ADs Banner */
#ads {
    text-align: center;
    background: rgba( 9,15,21,.6 );
    width: 100%;
    padding: 30px 0;
    position: relative;
}

#ads:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, 1 );
}
/* ADs Banner End */

.header-topbar.centered-menu {
	text-align: center;
}

.header-topbar.centered-menu .navigation-top .topbar-menu {
	display: inline-flex;
	margin: 0 auto;
	padding: 0;
}

.ul-social-media li {
	float: left;
	padding: 0 5px;
}

.ul-social-media.menu_bar li {
	line-height: 26px;
}

.ul-social-media li:last-child {
	padding-right: 0
}

.ul-social-media.top_bar li a i {
	color: #FFF;
	padding: 0;
	margin: 0
}

.phrases-wrapper {
	text-align: left;
	margin-top: 5px;
	font-size: 13px;
}

/*--------------------------------------------------------------
14.2 Pages
--------------------------------------------------------------*/
#contact-wrapper {
    padding: 45px 45px 0 45px;
    background: #f3fbfa;
    border-radius: 10px;
    border: 2px dashed rgba( 0, 0, 0, .1);
}

#contact-wrapper label {
    font-size: 12px;
    letter-spacing: 1px;
}

.edit-link a.post-edit-link {
    background: #DF6C6C;
    padding: 6px 20px 8px 20px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    -webkit-border-radius: 25px;
   	border-radius: 25px;
}

.edit-link a.post-edit-link:hover {
	color: #FFF;
	opacity: .8;
}

.entry-content li {
    margin-bottom: 10px;
    line-height: 30px;
}

.entry-content a {
	color: #fff;
	-webkit-transition: all 0.2s linear;
	   transition: all 0.2s linear;
}

.entry-post-content.clearfix a {
    color: #bbA81F;
	-webkit-transition: all 0.2s linear;
	   transition: all 0.2s linear;
}

.entry-post-content.clearfix a:hover {
	color: #FFF;
}

.single .entry-content a {
	font-weight: bold;
}

.page .primary-wrapper .entry-content,
.single .primary-wrapper .entry-content {
    margin-bottom: 0
}

.home #primary {
    padding: 0;
}

.page #single-comments-wrapper {
    margin-top: 45px;
}

.home #primary {
    margin-bottom: 0;
}

#comments li {
    line-height: 36px;
}

/*--------------------------------------------------------------
14.3 Blog
--------------------------------------------------------------*/
#masonry-layout, .entry-blog-item {
    float: left;
    width: 50%;
}

#masonry-widget-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#masonry-widget-layout .entry-blog-item {
    width: 30%;
}

#masonry-layout figure.entry-post-thumb.clearfix img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.entry-single-content .entry-post-thumb img {
    border-radius: 10px;
}

.more_posts_wrapper {
    display: flex;
    text-align: center;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.more_posts_wrapper .more_posts_btn {
	background: #f0c029!important;
	padding: 1em 3em;
	border-radius: 25px;
    font-size: .985rem;
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	box-shadow: 0 0 20px rgba( 9, 15, 21, .1);
	margin-bottom: 45px;
}

.more_posts_wrapper .more_posts_btn:hover {
	box-shadow: 0 0 20px rgba( 9, 15, 21, .8 );
}

.entry-content.standard-blog.clearfix {
    padding-right: 15%;
}

.home #masonry-layout .entry-blog-item,
.GamePress_blog_widget #masonry-layout .entry-blog-item {
	width: 31%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.GamePress_blog_widget #masonry-layout {
	width: 100%;
	-webkit-column-count: 3;
    -moz-column-count: 3;
	column-count: 3;
}

.home #masonry-layout {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.home #masonry-layout .entry-blog-item:nth-child(3n) {
    margin-right: 0;
}

.entry-blog-item img {
	opacity: .3;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry-blog-item:hover img {
	opacity: .7;
}

.standard-meta-list .author-avatar img {
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

#masonry-layout .entry-blog-item {
    box-shadow: 0 0 20px rgb(9, 15, 21, .3);
	-moz-transition: box-shadow .3s ease-in-out;
	-o-transition: box-shadow .3s ease-in-out;
	-webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

#masonry-layout .entry-blog-item:hover {
    box-shadow: 0 0 20px rgb(9, 15, 21, .7);
}

#masonry-layout .entry-blog-item .no_img_thumb,
#masonry-layout .entry-post-wrapper {
	border: 1px solid rgba(255,255,255,.04);
}

.entry-post-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.no-masonry .entry-post-thumb img {
    height: 100%;
    width: 100%;
    opacity: .1;
    border-radius: 0;
    object-fit: contain;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

.no-masonry .entry-post-wrapper {
	height: 100%;
	overflow: hidden;
	padding: 45px;
}

.no-masonry .entry-post-thumb.clearfix {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
   	clip-path: circle(64% at 75% 50%);
}

.no-masonry .entry-post-wrapper:hover .entry-post-thumb.clearfix {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
	clip-path: circle(60% at 75% 50%);
}

.no-masonry .entry-post-wrapper:hover .entry-post-thumb.clearfix  img {
	opacity: .3;
}

h2.entry-title a {
	font-size: 32px;
	line-height: 34px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	color: #FFF;
}

.sticky .entry-post-wrapper {
    background: rgba(223, 108, 108, .1);
}

.sticky .entry-post-wrapper.clearfix::before {
    content: '\f0e7';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Font Awesome 6 Free';
    top: 75px;
    font-size: 100px;
    left: auto;
    color: rgba(255,255,255,.1);
    z-index: -1;
}

#masonry-layout {
    width: 100%;
}

.entry-post-wrapper {
   padding: 15px;
   position: relative;
   border-radius: 10px;
   -webkit-border-radius: 10px;
}

figure.entry-post-thumb.clearfix a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

figure.entry-post-thumb.clearfix a .mask-overlay {
    background-image: -webkit-linear-gradient( 138deg,  rgba(32,201,255,.2) 36.7%, rgba(0,8,187,.2) 84.4%, rgba(255,255,255,.2) 119.7% );
    background-image: -moz-linear-gradient( 138deg,  rgba(32,201,255,.2) 36.7%, rgba(0,8,187,.2) 84.4%, rgba(255,255,255,.2) 119.7% );
    background-image: -o-linear-gradient( 138deg,  rgba(32,201,255,.2) 36.7%, rgba(0,8,187,.2) 84.4%, rgba(255,255,255,.2) 119.7% );
    background-image: linear-gradient( 138deg,  rgba(32,201,255,.2) 36.7%, rgba(0,8,187,.2) 84.4%, rgba(255,255,255,.2) 119.7% );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: background .7s ease-in-out;
    -moz-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition: background .7s ease-in-out;
}

figure.entry-post-thumb.clearfix a:hover .mask-overlay {
	background-position: 75px 75px;
}

#masonry-layout .entry-post-wrapper {
	padding: 30px;
	border-radius: 10px;
}

.entry-post-wrapper.clearfix .page-links {
    display: none;
}

.gamepress_recentposts_widget h2.entry-title a:hover,
.blog-item h2.entry-title a:hover {
	color: #fff
}

.entry-post-thumb img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#masonry-layout .entry-blog-item.no-post-thumb,
#masonry-layout .blog-item img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#masonry-layout .blog-item img {
	width: 100%;
}

.entry-content.clearfix {
    color: rgba(255,255,255,.8);
}

#masonry-layout .col-md-6.entry-blog-item,
#masonry-layout .col-md-12.entry-blog-item,
#masonry-layout .entry-blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
}

.excerpt-block {
    margin-bottom: 30px;
}


#masonry-layout .entry-blog-item {
    width: 33%;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 0;
}

#standard-layout .entry-blog-item {
    width: 100%;
    margin-bottom: 40px;
    background: rgba(9,15,21,.3);
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(9,15,21,.7);
    border: 1px solid rgba(255,255,255,.04);
}

#standard-layout {
    display: block;
    width: 100%;
    padding: 0 100px;
}

.std-fullwidth-nav-wrapper {
    display: block;
    width: 100%;
    padding: 0 100px;
}

.container #standard-layout {
	padding: 0;
}

#standard-layout .badge-wrapper {
    right: 15px;
    top: 15px;
}

#standard-layout .sticky .badge-wrapper {
	display: none;
}

#standard-layout .entry-blog-item {
    width: 100%;
    margin-bottom: 40px;
}

#standard-layout h2.entry-title,
#standard-layout h2.entry-title a,
.single h1.entry-title,
.page h1.entry-title,
.entry-header h1.entry-title,
.entry-header h2.entry-title,
.entry-wrapper .entry-header span {
	margin-bottom: 30px;
	font-size: 74px;
	line-height: 74px;
/* 	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.5);
 */    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
}

.entry-header h2.entry-title .vcard {
	-webkit-text-stroke: 1px rgba(255,255,255,.5);
}

.entry-header h2.entry-title {
	font-size: 48px;
}

.entry-header-post .entry-meta {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
}

.entry-meta {
	position: relative;
}

header.entry-header.clearfix {
	position: relative;
}

.inp_left {
	text-align: left;
}

.inp_center {
	text-align: center;
}

.inp_center .standard-meta-list {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0;
}

.inp_right {
	text-align: right;
}

.inp_right .standard-meta-list {
	float: right;
	margin-bottom: 0;
}

#standard-layout .entry-content {
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

.categories-list,
.standard-meta-list {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.standard-meta-list {
	display: block;
	white-space: nowrap;
}

.categories-list li,
.standard-meta-list li {
	list-style-type: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

.standard-meta-list li {
	float: left;
	margin-right: 30px;
}

.standard-meta-list li .author-name-prefix,
.standard-meta-list li .author-name {
	padding-left: 70px;
}

.standard-meta-list li .author-name-prefix,
.standard-meta-list li .date-prefix,
.standard-meta-list li .tags-prefix,
.standard-meta-list li .author-name,
.standard-meta-list li time,
.standard-meta-list li a,
.breadcrumb-last-title, .breadcrumb a {
	color: #63676c;
	font-size: 14px;
    font-weight: 400!important;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

.standard-meta-list li .author-name,
.standard-meta-list li time,
.standard-meta-list li a {
	color: #FFF;
}

.author-name-prefix {
    margin-bottom: 5px;
}

.standard-meta-list::after {
	content: '';
	height: 1px;
	display: block;
	clear: both;
}

.categories-list li:last-child,
.standard-meta-list li:last-child {
	margin-right: 0;
}

.standard-meta-list .author-avatar {
    float: left;
    position: relative;
}

.standard-meta-list li span {
	display: block;
}

.categories-list li a {
    font-size: 11px;
    color: #FFF;
    padding: 10px 15px 9px;
    background: #963b3b;
    border-radius: 15px;
    font-weight: 400;
    min-height: 30px;
    display: block;
    font-family: 'Bebas Neue',sans-serif;
    letter-spacing: 2px;
}

.gamepress_recentposts_widget a.excerpt-more,
.excerpt-more {
    background: rgb(16 102 92 / 30%);
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 9px;
    padding: 18px 50px 15px 20px;
    border-radius: 40px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

.gamepress_recentposts_widget a.excerpt-more:hover,
.excerpt-more:hover {
	color: #FFF;
}

.excerpt-more.view-all {
	background: #f24464;
	font-size: 14px;
	font-weight: bold;
}

.entry-content.standard-blog.clearfix .excerpt-more {
    margin-top: 20px;
}

.excerpt-more::after {
    content: '\f780';
    position: absolute;
    right: 20px;
    top: 15px;
    font-family: 'Font Awesome 6 Free';
    font-size: 17px;
	-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.excerpt-more:hover::after {
	right: 12px;
}

.entry-category a,
.entry-date a,
.entry-author a,
.entry-comments a,
.widget-area .entry-category a,
.widget-area .entry-date a,
.widget-area .entry-author a,
.widget-area .entry-comments a,
.views-count,
.read-minute,
.entry-author a,
.entry-date a,
.entry-meta a {
    padding: 0 0 0 15px;
    font-size: 11px;
    margin-bottom: 0;
    display: inline-block;
    color: rgba(255, 255, 255, .3) !important;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', sans-serif;
}

#masonry-layout .blog-item .entry-content.clearfix {
    font-size: 14px;
    line-height: 26px;
}

#masonry-layout .entry-post-wrapper {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow: hidden;
}

#masonry-layout .entry-post-wrapper.no_img_thumb {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#masonry-layout .blog-item img,
#masonry-layout figure.entry-post-thumb.clearfix a .mask-overlay {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.widget-area.widget_custom_html {
	margin:  0 !important;
}

.entry-category a:hover,
.entry-date a:hover,
.entry-author a:hover,
.entry-comments a:hover,
.widget-area .entry-category a:hover,
.widget-area .entry-date a:hover,
.widget-area .entry-author a:hover,
.widget-area .entry-comments a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.entry-category a i,
.entry-date a i,
.entry-author a i,
.entry-comments a i,
.widget-area .entry-category a i,
.widget-area .entry-date a i,
.widget-area .entry-author a i,
.widget-area .entry-comments a i {
    font-size: 12px;
    padding-right: 5px;
}

.header-wrapper .entry-meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	display: -ms-Flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.entry-meta.before_title {
	margin-bottom: 10px;
}

.entry-meta.after_content {
    margin-bottom: 0;
    margin-top: 30px;
}

.entry-meta div,
.entry-meta span,
.entry-meta time {
	margin-right: 10px;
	display: inline-block;
}



.entry-date,
.entry-author,
.entry-comments,
.entry-category {
    position: relative;
}

.entry-views,
.entry-read {
	position: relative;
}

.entry-meta span:last-child {
    margin-right: 0;
}

.entry-category a::after,
a.date-link::after,
.entry-comments a::after,
.widget-area .entry-category a::after,
.widget-area a.date-link::after,
.widget-area .entry-comments a::after,
.entry-author a::after,
.views-count::after,
.read-minute::after {
	content: '' !important;
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(1, 222, 184, .5);
    border-radius: 100%;
}

.entry-category a::after,
a.date-link::after,
.entry-comments a::after,
.widget-area .entry-category a::after,
.widget-area a.date-link::after,
.widget-area .entry-comments a::after,
.entry-author a::after {
	top: 8px;
}

.home .list-small-thumbs .entry-category a::after,
.home .list-small-thumbs a.date-link::after,
.home .list-small-thumbs .entry-comments a::after,
.home .widget-area .list-small-thumbs .entry-category a::after,
.home .widget-area .list-small-thumbs a.date-link::after,
.home .widget-area .list-small-thumbs .entry-comments a::after,
.home .list-small-thumbs .entry-author a::after {
	top: 6px;
}

.views-count::after {
	top:7px;
}

.entry-header-post .entry-category a::after,
.entry-header-post a.date-link::after,
.entry-header-post .entry-comments a::after,
.entry-header-post .widget-area .entry-category a::after,
.entry-header-post .widget-area a.date-link::after,
.entry-header-post .widget-area .entry-comments a::after,
.entry-header-post .entry-author a::after,
.entry-header-post .views-count::after {
	top:  9px;
}

.widget-area .entry-meta span:last-child a::after,
.entry-meta span:last-child a::after {
    content: "" !important;
}

.widget-area .no-category a.date-link::after,
.no-category a.date-link::after {
	content: '';
}

.widget-area span.rss-date {
    display: block;
    font-style: italic;
    color: rgba(0,0,0, .4);
    margin-bottom: 15px;
}

.widget-area cite {
	color: rgba(0,0,0, .4);
}

/* blog navigation */
.nav-links {
    margin: 0;
}

.page-links.clearfix {
    margin: 15px 0;
}

#nav-wrapper .nav-links {
	margin: 0 0 45px 0;
}

.post-page-numbers,
a.post-page-numbers,
.page-numbers.current,
.page-numbers,
span.page-numbers.dots {
    background: none;
    border-radius: 100%;
    font-weight: bold;
    font-size: 13px;
    margin: 10px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: block;
    line-height: 68px;
    border: 4px solid rgba(255, 255, 255, .1);
}

.post-page-numbers:hover,
a.post-page-numbers:hover,
.page-numbers:hover {
	background: rgba(223, 108, 108, .1);
}

.page-numbers.current,
.post-page-numbers.current {
	color: #FFF !important;
	box-shadow: 0 0 20px rgba(9, 15, 21, 0);
}

.post-page-numbers,
.page-numbers,
.page-numbers.current {
	color: rgba(255, 255, 255, .3);
	box-shadow: 0 0 20px rgba(9, 15, 21, 0);
}

.page-numbers.dots {
    color: rgba(255, 255, 255, .5);
}

.post-page-numbers:hover,
.page-numbers:hover {
	    color: #FFF;
	    box-shadow: 0 0 20px rgba(9, 15, 21, 0.4);
}

.post-page-numbers.current,
.post-page-numbers.current:hover,
.page-numbers.current,
.page-numbers.current:hover {
	border: 4px solid rgba(255, 255, 255, .1);
	background: rgba(223, 108, 108, .1);
	color: #FFF;
}

.post-page-numbers,
.post-page-numbers {
	display: inline-block;
	margin: 0 5px;
}

.page-links a,
.page-links span.post-page-numbers {
    width: 50px;
    height: 50px;
    line-height: 42px;
    display: inline-block;
    color: rgba(255,255,255,.5);
}


/*--------------------------------------------------------------
14.4 Posts
--------------------------------------------------------------*/
.sticky {
    border: 4px dotted rgba( 255, 255, 255, .1);
    border-radius: 10px;
}

/* Badges */
.badge-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

object.object-format {
    position: relative;
    z-index: 999;
    right: 10px;
    top: 18px;
    width: 60px;
    height: 60px;
    opacity: .5;
}
.badge-wrapper i {
    position: absolute;
    top: 37px;
    right: 35px;
    z-index: 9999;
    font-size: 14px;
}
.gp-badge {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 52px;
    text-align: center;
    background: rgba( 0, 0, 0, .7 );
    border: 2px solid rgb( 29, 161, 242 );
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #FFF;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100;

    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rcposts-item-wrapper .gp-badge {
	right: 40px;
}

.gp-badge i {
	font-size: 14px;
}

.gp-badge.sticky-badge {
	right: 30px;
 	top: 30px;
	border: 2px solid rgb(242, 68, 100 );
}

.rcposts-item-wrapper .gp-badge.sticky-badge {
	right: 50px;
}

.gp-badge.sticky-badge.no-thumbnail,
.gp-badge.no-thumbnail {
    top: -15px;
}
/* End Badges */

.sidebar-bg,
#wrap-bg {
    padding: 45px;
    border: 1px solid rgba(255,255,255,.04);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#wrap-bg img {
	border-radius: 10px;
    box-shadow: 0 0 10px rgba(9,15,21,.5);
}

#wrap-bg {
	background: rgba( 9,15,21,.3);
    box-shadow: 0 0 10px rgb(9 15 21 / 30%);
    border: 1px solid rgba(255,255,255,.07);
	margin-bottom: 45px;
}

.sidebar-bg {
	padding: 30px;
}

/*--------------------------------------------------------------
14.5 Single Post
--------------------------------------------------------------*/
.breadcrumb {
	background: rgba( 9,15,21,.1 );
	font-size: 14px;
	line-height: 16px;
	border: 1px solid rgba( 255,255,255, .07 );
	padding: 10px 25px;
	margin-bottom: 45px;
	font-family: 'Bebas Neue', sans-serif;
	color: rgba(255, 255, 255, .6);
	letter-spacing: 1px;
}

.breadcrumb a,
.breadcrumb i {
    margin-right: 10px;
    color: rgba(255, 255, 255, .6);
    position: relative;
}

.breadcrumb a:hover {
	color: #FFF;
}

.breadcrumb-last-title,
.breadcrumb a {
	padding-right: 20px;
	position: relative;
	font-weight: bold;
}

.breadcrumb .home-breacrumb {
    color: #DF6C6C;
    margin-left: -30px;
}

.breadcrumb-last-title:after,
.breadcrumb a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 100%;
}

.breadcrumb .home-breacrumb:after {
    top: 5px;
    right: -47px;
}

ul.post-categories:before {
    content: '\f015';
    font-family: 'Font Awesome 6 Free';
    padding-right: 30px;
    color: #DF6C6C;
    margin-top: -1px;
}

.post-categories li:last-child a:after {
	content: none;
}

.breadcrumb-last-title {
	color: rgba(255,255,255,.3);
}

.breadcrumb-last-title:after,
.home-breacrumb:after {
    top: 5px;
}

.post-categories {
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.breadcrumb-list-categories {
	list-style-position: inside;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb {
	color: rgba(255, 255, 255, .6);
	line-height: 22px;
}

.breadcrumb i { margin-top: 5px; }

.breadcrumb a i { margin-right: 0; }

.entry-header.clearfix {
    background: rgba(9,15,21,.35);
    border-bottom: 1px solid rgba(255,255,255,.04);
	box-shadow: 0 15px 15px rgba(9,15,21,.3);
    overflow: hidden;
    z-index: 9999;
}

.archive #gp-slider-area {
	margin-top: 45px;
}

.header-title-wrapper {
	padding: 80px 0 65px;
}

#standard-layout .entry-header.clearfix {
	background: none;
	box-shadow: none;
	border-bottom: none;
	padding: 0;
}

.related-posts {
	padding: 0;
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.related-posts li {
	width: 48%;
}

.related-posts .entry-post-thumb {
	box-shadow: none;
	border: none;
}

.related-posts .at-below-post.addthis_tool {
    display: none;
}

.at-below-post.addthis_tool {
    margin-top: 30px;
}

.related-posts li::after {
	content: none;
}

.related-posts li {
    margin-bottom: 30px;
    margin-right: 0;
    border-radius: 10px;
}

.related-posts .list-big-thumb-related {
	margin-right: 1%;
}

.related-posts .list-big-thumb-related:nth-child(2) {
	margin-right: 0;
}

.related-posts .list-big-thumb-related a img {
	opacity: .3;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.related-posts li:hover a img {
	opacity: .7;
}

ul.related-posts li:last-child {
	margin-right: 0;
}

ul.related-posts li .standard-meta-list li {
	background: none;
	padding: 0;
}

.related-post-content {
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px rgba(9, 15, 21, .3);
    border: 1px solid rgba(255,255,255,.07);
    background: rgba( 9,15,21,.3);
    padding: 0;
}

.related-post-content .entry-header-post.clearfix {
	padding: 30px;
}

.related-posts li p {
	font-size: 14px;
}

#respond #commentform .comment-form-comment {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

#wp-comment-cookies-consent {
    float: left;
     margin-top: 8px;
}

#respond #commentform .comment-form-comment textarea#comment {
	background: rgba( 9,15,21, .3 );
    border: 1px solid rgba(255,255,255,.05);
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
}

.author-btn,
#respond input#submit,
.author_links a {
    background: #37544f;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
    float: left;
    width: 30%;
}

.comment-form-author,
.comment-form-email {
    margin-right: 5%;
}

.comment-form-url input[type="url"],
.comment-form-email  input[type="email"],
.comment-form-author  input[type="text"] {
	background: #11171d;
	border: 1px solid rgba(255,255,255,.05)
}

#comments {
	position: relative;
	margin-top: 0;
	height: 100%;
}

#single-comments-wrapper {
    position: relative;
    border-top: 1px solid rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.04);
    background: rgba(9,15,21,.2);
    box-shadow: 0 -10px 30px rgba(9,15,21,.3);
    padding: 100px 45px;
    margin-top: 45px;
}

#single-comments-wrapper #respond {
	max-width: 65%;
	margin-bottom: 45px;
}

form#commentform p.form-submit {
    margin-bottom: 0;
}

#single-comments-wrapper h2.comments-title {
    margin-bottom: 30px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}

.reply .comment-reply-link,
.logged-in-as,
.comment-notes,
.comment-policy {
    font-size: 11px;
    line-height: 20px;
    background: rgba(223,108,108,.3);
    display: inline-block;
    padding: 5px 15px 4px;
   	border-radius: 20px;
}

.logged-in-as {
	margin-top: 15px;
}

.comment-notes {
	margin-top: 15px;
}

.reply > a.comment-reply-link {
    text-align: right;
}

.author-single-block-title,
.related-title,
#reply-title {
    font-size: 60px;
    cursor: default;
    line-height: 70px;
    padding: 0;
    text-align: left;
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
}

.author_bio_section .author-single-block-title,
.entry-related-posts .related-title {
	position: absolute;
	top: 0;
	left: -65px;
}

.author_bio_section .author-single-block-title::before,
.author_bio_section .author-single-block-title::after,
.related-title::before,
.related-title::after,
.review-title::before,
.review-title::after {
	display: block;
    width: 24px;
    height: 24px;
    border: 4px solid rgba(255,255,255,.05);
    position: absolute;
    right: 1px;
    top: auto;
    bottom: -30px;
    content: '';
    border-radius: 100%;
    transition: all .3ms ease-in-out;
}

.author_bio_section .author-single-block-title::before,
.related-title::before,
.review-title::before {
    width: 10px;
    height: 10px;
    top: auto;
    bottom: -23px;
    right: 8px;
    border: 2px solid rgba(255,255,255,.05);
}

.comment-policy {
	background: rgba(255, 255, 255, .1);
	padding: 10px 15px 10px 30px;
	margin: 15px 0 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.comment-policy:before {
    content: '\f12a';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: absolute;
    left: 15px;
}

.comment-metadata {
	font-size: 11px;
}

.logged-in-as a:hover {
	color: #fff;
}

ol.comment-list {
    list-style-type: none;
    padding-left: 0;
}

.comment-meta {
    position: relative;
}

.fn,
.fn a {
    vertical-align: top;
    font-family: 'Bebas Neue',sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.comment-metadata {
    position: absolute;
    left: 90px;
    top: 30px;
}

.avatar.photo {
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.comment-meta .avatar.photo {
	margin-top: -13px;
}

.avatar.avatar-90.photo {
	width: 90px;
	height: 90px;
}

#footer-wrapper .wp-block-code>code {
	color: #FFF;
	border: none;
}

.edit-link a.comment-edit-link {
    background: #37544f;
    padding: 4px 10px 3px;
    border-radius: 5px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 2px;
}

#reply-title small {
    display: block;
}

#reply-title small a {
    font-size: 14px;
    background: #37544f;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
 	-webkit-text-fill-color: white;
 	-webkit-text-stroke: transparent;
}

.reply {
    display: block;
}

.reply .comment-reply-link {
	color: #FFF;
	line-height: 22px;
	background: #37544f;
	position: absolute;
	right: 35px;
	top: 30px;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.reply .comment-reply-link:hover {
	background: #37544f;
}


.comment-reply-link::after {
    content: '\f3e5';
    font-family: 'Font Awesome 6 Free';
    width: 18px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

.comment-author .says {
 	display: none;
}

.comment-content {
    margin-top: 30px;
    margin-bottom: 15px;
}

.comment-content p {
	font-size: 15px;
	line-height: 28px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-content blockquote p:last-child,
blockquote p:last-child {
	margin-bottom: 30px;
}

.comment-metadata a,
.author-name {
	color: #97989a;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}

.author-name {
	color: #FFF;
}

ol.children {
    list-style-type: none;
}

.comment-list li .comment-body {
    background: rgba(9,15,21,.1);
    border: 1px solid rgba( 255,255,255, .07 );
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.edit-link {
    padding: 0;
    margin: 15px 0;
}

footer.comment-meta .edit-link {
	margin-left: 15px;
}

#nav-wrapper {
	margin: 45px 0;
}

.numeric-pagination {
    width: 100%;
}

.numeric-pagination .nav-links {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-next {
    text-align: right;
}

.nav-previous,
.nav-next {
	margin: 0 10px;
    float: left;
    padding: 0;
}

.nav-next {
	padding: 0;
}

#nav-wrapper .nav-links {
	position: relative;
}

#nav-wrapper .nav-previous i,
#nav-wrapper .nav-next i {
    position: absolute;
    left: 0;
    top: -5px;
    color: rgba(255, 255, 255, .3);
    background: rgba(223, 108, 108, .1);
    box-shadow: 0 0 20px rgb(9, 15, 21, 0);
    border: 4px solid rgba(255, 255, 255, .1);
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 68px;
    border-radius: 100%;
    transition: all .3s ease-in-out;
}

#nav-wrapper .nav-next i {
	left: auto;
	right: 0;
}

#nav-wrapper .nav-previous i:hover,
#nav-wrapper .nav-next i:hover,
#nav-wrapper .nav-previous a .post-title:hover + i,
#nav-wrapper .nav-next a .post-title:hover + i {
	box-shadow: 0 0 20px rgba(9, 15, 21, 0.4);
	border: 4px solid rgba(255, 255, 255, .1);
	background: rgba(223, 108, 108, .2);
	color: rgba( 255,255,255, .7 );

}

#nav-wrapper .nav-previous span {
    padding-left: 95px;
    word-break: break-all;
    -ms-word-wrap: break-word;
}

#nav-wrapper .nav-next span {
    padding-right: 95px;
    word-break: break-all;
    -ms-word-wrap: break-word;
}

#nav-wrapper .nav-next .screen-reader-text {
	padding: 0;
}

#nav-wrapper .single .nav-next::before {
	left: auto;
	right: 5px;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	border-right: 0;
}

.navigation.posts-navigation {
    max-width: 100%;
    margin-bottom: 0;
}

#blog-nav-wrapper {
	display: flex;
	width: 100%;
	margin: 15px 0 45px
}

#blog-nav-wrapper .row.no-gutters {
	width: 100%;
}

.pagination {
	width: 100%;
}

.navigation.pagination {
	margin-bottom: 45px;
	margin-top: 30px;
	justify-content: center;
}

.nav-next {
	border-right: none;
	float: right;
}

.nav-previous a .meta-nav,
.nav-next a .meta-nav {
    font-size: 14px;
    display: block;
    line-height: 28px;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

.nav-previous a:hover .post-title,
.nav-next a:hover .post-title {
	color: #FFF;
}

.nav-previous a .post-title,
.nav-next a .post-title {
    display: inline-block;
    opacity: .8;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;

	-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

.nav-previous a .meta-nav i,
.nav-next a .meta-nav i  {
    font-size: 14px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: bottom;
    height: 21px;
    margin-top: 5px;
}

.nav-next a .meta-nav i {
	margin-right: 0;
	margin-left: 5px;
}


.author_bio_section,
.entry-related-posts {
    display: block;
    margin: 45px 0;
	background: rgba( 9,15,21,.3);
	box-shadow: 0 0 10px rgba(9, 15, 21, .3);
	border: 1px solid rgba(255,255,255,.07);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    text-align: left;
}

.author_bio_section {
	text-align: center;
}

.author_bio_section .gp-social-top {
	margin: 0 0 15px 0;
	justify-content: center;
}

.author_bio_section .gp-social-top li {
    margin-right: 20px;
    background: rgba(9,15,21,.4);
    border-radius: 100%;
    flex-grow: 0;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 46px;
}

.author_bio_section .gp-social-top li a i {
    font-size: 11px;
}

.author_bio_section .gp-social-top li:last-child {
	margin-right: 0;
}

.entry-related-posts {
	box-shadow: none;
	border: none;
	padding: 0;
	background: transparent;
}
.author_bio_section .ul-social-media {
	display: inline-block;
	margin-bottom: 15px;
}

.author_bio_section .ul-social-media li {
	width: 40px;
	height: 40px;
	line-height: 34px;
	border: 2px solid rgba( 0,0,0, .1 );
	margin: 0 3px;
	text-align: center;
	padding: 0;
	background: #04bfad;

	-webkit-border-radius: 100%;
		border-radius: 100%;
	-webkit-transition:  all .2s linear;
		transition:  all .23s linear;
}

.author_bio_section .ul-social-media li::after {
    content: none;
}

.author_bio_section .ul-social-media.top_bar li a {
	font-weight: normal;
	display: block;
	width: 100%;
	height: 100%;
}

.author_bio_section .ul-social-media.top_bar li:hover {
	border: 2px solid #04bfad;
	cursor: pointer;
}

.author_bio_section .ul-social-media.top_bar li a i {
	color: #fff;
}

.author_links {
	margin-bottom: 45px;
}

.author_links a:hover {
	color: rgba( 255,255,255, .8 );
}

.author_bio_section:hover .user-number-of-posts {
	top: -40px;
	opacity: 1;
}

.user-number-of-posts span {
    display: block;
    height: 0;
    color: #fff;
    line-height: 26px;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.author_details .avatar {
    text-align: left;
    margin: 0;
}

.author-name {
	display: block;
}

.author_details .author-name {
	margin-top: 15px;
}

.author-description {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 45px;
}

.wpcf7 input[type="button"],
.author-btn,
.author-btn:hover {
	padding: 1em 2em;
	font-size: 0.875rem;
	color: #fff;
}

.author-btn:hover {
	background: #a57e05;
}

.author-btn.web-link {
	margin-left: 15px;
}

/*--------------------------------------------------------------
14.6 Homepage
--------------------------------------------------------------*/
.primary-wrapper {
	padding: 0;
	width: 100%;
	margin: 0 0 45px 0;
}

.entry-single-content {
    background: rgba( 9, 15, 21, .3 );
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(9 15 21 / 30%);
    border-top-left-radius: 0;
    border: 1px solid rgba( 255, 255, 255, .07 );
    border-top-right-radius: 0;
    border-top: none;
}

.single .entry-single-content {
	border-top: 1px solid rgba( 255, 255, 255, .07 );
	border-radius: 10px;
}

.entry-single-content.no_thumb {
	border-top: 1px solid rgba( 255, 255, 255, .07 );
}


.single-format-chat .entry-post-content.clearfix p {
	border-radius: 3px;
	box-shadow: 0 0 10px rgba( 9, 15, 21, .3 );
}

.single-format-chat .entry-post-content.clearfix p:nth-child(n+1) {
    background: rgba( 255,255,255,.04 );
    padding: 15px;
}

.single-format-chat .entry-post-content.clearfix p:nth-child(2n+1) {
    background: rgba( 255,255,255,.12 );
}

.entry-single-content.no_thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 45px;
}

.entry-single-content {
    line-height: 36px;
    padding: 45px;
}

.home .primary-wrapper {
	padding: 30px;
}

.two_sidebars.widgets_top_titles .two-col-widget-title {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px;
}

.two_sidebars.widgets_top_titles .widget-title {
	writing-mode: inherit;
	text-orientation: inherit;
}

.two_sidebars.widgets_top_titles .widget-header::after {
	top: 4px;
	bottom: auto;
}

.two_sidebars.widgets_top_titles  .widget-header::before {
	top: 11px;
	bottom: auto;
}

/* Banner widget */
.banner.gamepress-banner {
    text-align: center;
}

.banner a img {
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(9, 15, 21, .3);
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
15.0 Footer
--------------------------------------------------------------*/
.entry-prefooter {
	display: block;
	position: relative;
}

.entry-prefooter::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#contact-info-block {
    display: block;
    padding: 12px;
    margin-top: 0;
    color: rgba(255,255,255,.8);
    text-align: center;
}

#contact-info-block h3 {
    color: rgba(255,255,255,.9);
}

#contact-info-block em {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,.6);
}

#footer-wrapper {
	background: rgba(7, 11, 15, .3);
	position: relative;
	padding: 60px 0;
	margin-top: 0;
	position: relative;
}

#footer-wrapper::before {
 	content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#footer-wrapper > .footer-bg-img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page  #footer-wrapper,
.single #footer-wrapper {
	margin-top: 0;
}

#footer-wrapper,
#footer-wrapper a,
#footer-wrapper span,
#footer-wrapper p,
#footer-wrapper thead th {
	font-size: 12px;
}

#footer-wrapper a {
 	font-size: 15px;
 	color: rgba(255,255,255,.8);
}

#footer-wrapper li {
    border: 1px solid rgba( 255,255,255, .04 );
    background: rgba(9,15,21,.1);
    padding: 8px 10px 5px;
    line-height: 24px;
    border-radius: 5px;
}

.copyright-info {
    text-align: center;
    display: block;
}

.copyright-info.left 	{ text-align: left; }
.copyright-info.center 	{ text-align: center; }
.copyright-info.right  	{ text-align: right; }

#copyrights-wrapper {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .5px;
    background: #1e292d;
    color: rgba(255,255,255, .8);
}

#copyrights-wrapper a { color: #fff; }
#copyrights-wrapper a:hover { color: #FFF; }

.ct-totop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgb(55, 84, 79);
    border-radius: 100%;
    border: 4px solid #bba81f;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    z-index: 999;

    -webkit-transition: all .3s linear;
    	transition: all .3s linear;
}

.ct-totop a,
.ct-totop a:hover,
.ct-totop:hover { color: #fff; }

.ct-totop:hover {
	background: #bba81f;
	border: 4px solid rgb(55, 84, 79);
}

/*--------------------------------------------------------------
16.0 Widgets
--------------------------------------------------------------*/
.widget-wrapper {
	margin: 30px 0;
}

.blog-ads-area .widget_block-before,
.blog-ads-area .widget_block-after {
    margin-bottom: 0;
}

.blog-ads-area-before,
.blog-ads-area-after {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.blog-ads-area-before img,
.blog-ads-area-before a img,
.blog-ads-area-after img,
.blog-ads-area-after a img {
    box-shadow: 0 0 20px rgb(9, 15, 21, .1);
    opacity: .3;
	transition: all .3s ease-in-out;
}

.blog-ads-area-before img:hover,
.blog-ads-area-before a:hover img,
.blog-ads-area-after img:hover,
.blog-ads-area-after a:hover img {
	cursor: pointer;
	opacity: 1;
	box-shadow: 0 0 20px rgb(9, 15, 21, .5);
}

.widget-area a {
	color: #fff;
}

.widget-area {
    word-wrap: normal;
    position: relative;
    z-index: 100;
}

h1.entry-title {
    margin-bottom: 20px;
}

h2.widgettitle {
    position: relative;
    width: 100%;
    padding-top: 4px;
}

.wp-block-search__label,
.widget-title,
.review-title,
h2.widgettitle,
.author-single-block-title,
.related-title,
.widget_block h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 30px;
    cursor: default;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    position: relative;
    display: inline-block;
	font-family: 'Bebas Neue', sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.12);
    margin-bottom: 20px;
}


.author_bio_section:hover .author-single-block-title::before,
.author_bio_section:hover .author-single-block-title::after,
.entry-related-posts:hover .related-title::before,
.entry-related-posts:hover .related-title::after,
.overall-wrap:hover .review-title::before,
.overall-wrap:hover .review-title::after {
	border: 2px solid rgba(223,108,108,.5);
}

.author_bio_section:hover .author-single-block-title,
.entry-related-posts:hover .related-title,
.overall-wrap:hover .review-title,
.widget_block:hover h2  {
	-webkit-text-stroke: 1px #FFF
}

.wp-block-search .wp-block-search__label {
	font-weight: 400!important;
}

.wp-block-search .wp-block-search__button {
	background: rgb(55, 84, 79);
    color: #FFF;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    display: none;
}

.widget-area {
    margin: 0 0 30px 0;
}

.full-width-wrapper .widget-area,
.full-width-wrapper .widget_calendar #wp-calendar,
#primary #wp-calendar {
	margin-bottom: 0;
}

.full-width-wrapper .widget_archive,
.full-width-wrapper .widget_calendar,
.full-width-wrapper .widget_categories,
.full-width-wrapper .widget_pages,
.full-width-wrapper .widget_meta,
.full-width-wrapper .widget_recent_comments,
.full-width-wrapper .widget_recent_entries,
.full-width-wrapper .widget_rss,
.full-width-wrapper .widget_search,
.full-width-wrapper .widget_text,
.full-width-wrapper .widget_tag_cloud,
.full-width-wrapper .widget_nav_menu,
.full-width-wrapper .widget_block {
	margin-bottom: 30px;
}

.full-width-wrapper .widget_archive:first-child,
.full-width-wrapper .widget_calendar:first-child,
.full-width-wrapper .widget_categories:first-child,
.full-width-wrapper .widget_pages:first-child,
.full-width-wrapper .widget_meta:first-child,
.full-width-wrapper .widget_recent_comments:first-child,
.full-width-wrapper .widget_recent_entries:first-child,
.full-width-wrapper .widget_rss:first-child,
.full-width-wrapper .widget_search:first-child,
.full-width-wrapper .widget_text:first-child,
.full-width-wrapper .widget_tag_cloud:first-child,
.full-width-wrapper .widget_nav_menu:first-child {
	margin-top: 30px;
}

#primary .full-width-wrapper .widget_archive:first-child,
#primary .full-width-wrapper .widget_calendar:first-child,
#primary .full-width-wrapper .widget_categories:first-child,
#primary .full-width-wrapper .widget_pages:first-child,
#primary .full-width-wrapper .widget_meta:first-child,
#primary .full-width-wrapper .widget_recent_comments:first-child,
#primary .full-width-wrapper .widget_recent_entries:first-child,
#primary .full-width-wrapper .widget_rss:first-child,
#primary .full-width-wrapper .widget_search:first-child,
#primary .full-width-wrapper .widget_text:first-child,
#primary .full-width-wrapper .widget_tag_cloud:first-child,
#primary .full-width-wrapper .widget_nav_menu:first-child {
	margin-top: 0;
}

.site-branding .full-width-wrapper .widget_archive,
.site-branding .full-width-wrapper .widget_calendar,
.site-branding .full-width-wrapper .widget_categories,
.site-branding .full-width-wrapper .widget_pages,
.site-branding .full-width-wrapper .widget_meta,
.site-branding .full-width-wrapper .widget_recent_comments,
.site-branding .full-width-wrapper .widget_recent_entries,
.site-branding .full-width-wrapper .widget_rss,
.site-branding .full-width-wrapper .widget_search,
.site-branding .full-width-wrapper .widget_text,
.site-branding .full-width-wrapper .widget_tag_cloud,
.site-branding .full-width-wrapper .widget_nav_menu {
	padding: 0;
}

.widget-area ul {
	list-style-type: none;
	padding-left: 0;
}

#footer-wrapper li .sub-menu,
.widget-area li .sub-menu {
    padding-left: 0;
}

.widget-area li,
.widget-area li a,
.widget-area .meta-item a,
.widget ul li,
.widget ul li a  {
    list-style: none;
    color: rgba(255,255,255,.8);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

.widget ul li .entry-meta a,
.widget ul li .meta a {
	font-size: 11px;
}

.widget-area li a:hover,
.widget ul li a:hover {
	color: #FFF;
}

.widget-area li,
.widget ul li {
	margin-bottom: 10px;
}


.widget .two-col-widget-title,
.widget .two_columns_item {
  position: relative;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
16.1 Standard Widgets
--------------------------------------------------------------*/
#secondary ol,
#secondary ul {
    padding-left: 0;
    margin-top: 0;
}

#secondary ul.submenu-container {
    padding-left: 15px;
}

ol.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.8em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-date {
	font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    color: #FFF;
}

.entry-single-content .wp-block-archives {
    padding-left: 0;
	font-size: 11px;
    color: #717271;
    text-align: left;
    transition: all .3s ease-in-out;
}

.entry-single-content .wp-block-archives li {
   border: 1px solid rgba( 255,255,255, .07 );
   background: rgba(9,15,21,.1);
   padding: 3px 10px 0 10px;
   border-radius: 5px;
   margin-bottom: 5px;
   transition: all .3s ease-in-out;
}

.entry-single-content .wp-block-archives li:hover {
	color: #00ffd2;
}

.wp-block-latest-comments__comment,
.wp-block-latest-posts li,
.wp-block-latest-comments li {
    border: 1px solid rgba( 255,255,255, .07 );
    background: rgba(9,15,21,.1);
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    line-height: 24px;
}

.wp-block-rss {
	padding-left: 0;
}

.wp-block-latest-posts {
	padding-left: 0;
}

a.wp-block-latest-comments__comment-author,
a.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li a {
    color: rgba(255,255,255,.8)!important;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

.entry-single-content .wp-block-archives li a {
	color: rgba(255,255,255,.8);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0;
    margin-top: 15px;
    display: block;
}

.wp-block-latest-comments .avatar.photo {
	width: 48px;
	height: 48px;
}

.widget_recent_entries li {
	padding-left: 0;
    border: 1px solid rgba( 255,255,255, .07 );
    background: rgba(9,15,21,.1);
    padding: 8px 15px 6px;
    border-radius: 5px;
}

.widget_recent_entries li .post-date {
    font-size: 11px;
    display: block;
    color: rgba( 255,255,255, .2 );
}

.widget_archive li,
.widget_categories li,
ul.colorful-categories li a {
	border: 1px solid rgba( 255,255,255, .07 );
	color: rgba( 255, 255, 255, .7 );
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 7px 10px 5px 10px;
	background: rgba( 9,15,21,.1 );
}

ul.colorful-categories li a {
	border: none!important;
	padding: 7px 15px;
	font-size: 14px;
	left: 0;
}

ul.colorful-categories li {
	text-align: left;
}

ul.colorful-categories li a,
ul.colorful-categories li a:hover {
	position: relative;
	color: #FFF;
}

ul.wp-block-categories-list.wp-block-categories li {
    font-size: 11px;
    color: #717271;
    text-align: left;
    border: 1px solid rgba( 255,255,255, .07 );
    background: rgba(9,15,21,.1);
    padding: 8px 10px 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

ul.wp-block-categories-list.wp-block-categories li:hover {
	color: #00ffd2;
}

.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
	border: 1px solid rgba( 255,255,255, .07 );
	background: rgba(9,15,21,.1);
	padding: 7px 10px 5px 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	list-style-type: none;
}

.video-thumb {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-thumb iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget ul {
	padding-left: 0;
}

span.comment-author-link a {
    font-size: 11px;
    color: rgba(255,255,255,.5);
    font-weight: normal;
}

li.recentcomments {
    padding: 30px 30px 30px 15px;
    position: relative;
    border-radius: 5px;
}

li.recentcomments::before {
    content: "\f10e";
    font-family: 'Font Awesome 6 Free';
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
    -webkit-text-stroke: 1px rgba(255,255,255,.2);
    -webkit-text-fill-color: transparent;
}

.widget_categories li ul.children,
.widget_pages li ul.children,
.widget_nav_menu li ul.sub-menu li,
.widget_pages .children li {
    padding: 0 0 0 10px;
    margin-bottom: 0;
}

.widget_nav_menu li ul.sub-menu li a,
.widget_pages .children li a {
	font-weight: normal;
}

.widget_pages .children li,
.sub-menu li {
    background: none;
    padding-left: 0;
    border: none;
}

.widget_categories li ul.children li a,
.widget_pages li ul.children li a,
.widget_nav_menu li ul.sub-menu li a {
	color: rgba( 255,255,255, .7);
}

.widget_categories li ul.children li:last-child,
.widget_pages li ul.children li:last-child,
.widget_nav_menu li ul.sub-menu li:last-child {
	border-bottom: none !important;
	padding-bottom: 0;
}

.widget_tag_cloud a,
#tags-wrapper a,
.wp-block-tag-cloud a {
    font-size: 12px !important;
    line-height: 28px;
    background: rgba(55, 84, 79, .2);
    box-shadow: 0 0 10px rgba(9,15,21,0);
    padding: 5px 20px 6px;
    display: inline-block;
    margin-bottom: 5px;
    color: rgba(255,255,255,.5) !important;
    border-radius: 20px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

#tags-wrapper a:hover,
.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
	background: rgba(55, 84, 79, 1);
	box-shadow: 0 0 10px rgba(9,15,21,.7);
	color: rgba(255,255,255,1) !important;
}

.widget_search #gamepress-search {
    border: 1px solid rgba( 255, 255, 255,.1 );
    min-height: 30px;
    font-size: 13px;
    background: rgba( 9, 15, 21,.5 );
    color: #fff;
}

.widget_search ::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.widget_search ::-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.widget_search :-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.widget_search :-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
16.2 Categories with Sub-categories widget
--------------------------------------------------------------*/
.gamepress_category_widget [class*="col-md-"] {
    margin-bottom: 30px;
}

.gamepress_category_widget .col-md-12 {
    margin-bottom: 30px;
}

.category-wrapper.gamepress-dark {
	background: #182e38;
}

.category-wrapper.gamepress-dark .category-posts li a,
.category-wrapper.gamepress-dark h3 a {
	color: #FFF
}

.category-wrapper.gamepress-dark .category-posts li a i {
	border: 1px solid rgba( 255,255,255, 0 )
}

.homepage-categories.gamepress-dark > .ct-category-item .entry-cat-item .category-description,
.category-wrapper.gamepress-dark .category-description {
	border-bottom: 1px solid rgba( 255,255,255, .1 );
	color: rgba( 255,255,255, .5 )
}

.homepage-categories.gamepress-dark > .ct-category-item {
	background: #182e38;
	border-bottom: 1px solid rgba( 255,255,255, .1 )
}

.homepage-categories.gamepress-dark > .ct-category-item.popup-open,
.homepage-categories.gamepress-dark > .ct-category-item:hover {
	background: #282e38;
}

.homepage-categories.gamepress-dark > .ct-category-item .get-post-title a,
.homepage-categories.gamepress-dark > .ct-category-item .entry-cat-item h2 {
	color: #FFF;
}

.homepage-categories.gamepress-dark > .ct-category-item:first-child {
	border-top: 1px solid rgba( 255,255,255, .15 )
}

.homepage-categories.gamepress-dark > .ct-category-item .get-post-title a i {
	border: 1px solid rgba( 24,46,56, 0 )
}

.category-wrapper {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
}

.count-items {
	position: absolute;
	top: -30px;
	right: 30px;
	width: 80px;
	height: 80px;
	background: #04bfad;
	border-radius: 100%;
	text-align: center;
	line-height: 16px;
	font-family: Poppins, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	opacity: 0;
	padding-top: 25px;

	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.count-items a span {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #fff;
    height: 14px;
    min-height: 0;
}

.ct-category-item:hover .count-items,
.category-wrapper:hover .count-items {
	top: -40px;
	opacity: 1
}

.ct-category-item .count-items {
	top: 7px
}

.ct-category-item:hover .count-items {
	top: -7px
}

.count-items a.cat-numbers {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}

ul.category-posts {
	list-style-type: none;
	padding: 0;
	margin: 0
}

ul.category-posts li {
	list-style-type: none;
	line-height: 26px;
	display: block;
	margin-bottom: 20px;
	min-height: 30px;
}

ul.category-posts li:last-child {
	margin-bottom: 0
}

ul.category-posts li a {
	color: #182e38;
	-webkit-transition: color 0.2s linear;
		transition: color 0.2s linear;
}

.category-description {
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 2px solid #f1f2f3;
	color: #8696aa;
}

ul.category-posts li a {
	font-size: 14px;
	line-height: 26px;
}

.get-post-title a i,
ul.category-posts li a i {
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid rgba( 24,46,56, .5 );
	background: #FFF;
	float: left;
	margin-right: 10px;
	color: rgba( 0,0,0, .5 );

	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

ul.category-posts li a i {
    margin-top: -4px;
}

.get-post-title a:hover i,
ul.category-posts li:hover a {
	color: #04bfad;
}

.get-post-title a:hover i,
ul.category-posts li:hover a i {
	background: #04bfad;
	color: #FFF;
	border: 1px solid #04bfad
}

.category-wrapper h3 {
	line-height: 18px;
}

.category-wrapper h3 a i {
	float: left;
	width: 20px;
	height: 20px;
	background: #f24464;
	color: #FFF;
	text-align: center;
	line-height: 19px;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 14px;
}

.category-wrapper h3 a {
    font-weight: bold;
    font-size: 18px;
    color: #182e38;
}


/*--------------------------------------------------------------
16.3 Full Width Categories widget
--------------------------------------------------------------*/
.full-width-wrapper {
	display: block;
	width: 100%
}

.homepage-categories {
	display: block;
	width: 100%;
	margin-bottom: 45px;
}

.widget.ct_categoryhomepage_widget { margin-bottom: 0; }

.homepage-categories > .ct-category-item {
	display: block;
	text-align: center;
	padding: 45px 0;
	border-bottom: 1px solid rgba( 24,46,56, .15 );
	cursor: pointer;
	background: #f3f8fb;

	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.homepage-categories > .ct-category-item:hover {
	background: #f3f8fb;
}

.homepage-categories > .ct-category-item .popup-content {
	display: none;
}

.homepage-categories > .ct-category-item:first-child {
	border-top: 1px solid rgba( 24,46,56, .15 );
}

.homepage-categories > .ct-category-item h2 {
	margin-bottom: 0;
}

.homepage-categories > .ct-category-item .entry-cat-item {
	position: relative;
}

.homepage-categories > .ct-category-item .entry-cat-item .ct-items a {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	color: #e65d5d;
}

.homepage-categories > .ct-category-item .entry-cat-item .ct-items span {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	color: #e65d5d;
}

.homepage-categories > .ct-category-item .entry-cat-item .ct-items a:hover { color: #85817e; }

.homepage-categories > .ct-category-item h2,
.homepage-categories > .ct-category-item h2 a {
	font-size: 62px;
	line-height: 72px;
	font-weight: 600;
	margin-bottom: 0;
	color: #182e38;
	text-transform: uppercase;
}

.sub-categories h3 {
	margin-bottom: 0;
	font-size: 14px;
	font-family: Muli, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-left: 30px;
}

.get-post-list {
	margin: 15px 0;
}

.get-post-list .get-post-title  {
	text-align: left;
	margin-bottom: 20px;
	display: block;
	line-height: 36px;
}

.get-post-list .get-post-title a {
	color: #182e38;

	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.get-post-list .get-post-title a:hover {
	color: #04bfad;
}

.get-post-list .get-post-title a > span {
	font-weight: 800;
	font-size: 18px;
	color: #e65d5d;
}

.sub-categories {
    background: #f3fbfa;
    margin-bottom: 10px;

	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.sub-categories > li {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding: 5px 10px !important;
}

.sub-categories > li h4 {
	margin-bottom: 0;
}

.sub-categories > li h4 a {
	font-size: 12px;
	font-weight: bold;
}

.sub-categories > li h3:before {
	content: '\f039';
	font-family: 'Font Awesome 6 Free';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	color: #e65d5d;
}

/* 16.4 TS: Three Info Blocks*/
.grid-blocks,
.three-info-blocks {
	display: block;
	width: 100%;
	margin-bottom: 0 !important;
	padding: 140px 0 140px;
	position: relative;
}

.grid-wrapper {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.grid-blocks > .grid-blocks-img ,
.three-info-blocks > .three-info-blocks-img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.three-info-blocks .info-item h2 a,
.three-info-blocks .info-item .block-text {
	-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
}

.three-info-blocks .info-item .block-text {
    margin-bottom: 15px;
}

.grid-blocks .info-item,
.three-info-blocks .info-item {
	background: #fff;
	text-align: center;
	padding: 45px;

	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.grid-blocks .info-item.grid-style {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid rgba( 0,0,0, .05 );
}

.grid-blocks .info-item.grid-style.first-top {
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.grid-blocks .info-item.grid-style.last-top {
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.grid-blocks .info-item.grid-style.first-bottom {
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.grid-blocks .info-item.grid-style.last-bottom {
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.three-info-blocks .info-item:hover {
	background: #f5f5e5;
}

.grid-blocks .info-item i,
.three-info-blocks .info-item i {
	font-size: 24px;
	border: 2px solid #b8cbce;
	width: 75px;
	height: 75px;
	line-height: 68px;
	margin-bottom: 30px;
	color: #b8cbce;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* 16.5 TS: Two Blocks */
#two-info-blocks {
	background: #589cbc;
	padding: 6em 0;
	position: relative;
}

#two-info-blocks::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #436187;
	display: block;
}

#two-info-blocks,
#two-info-blocks h3 {
	color: #FFF;
}

.block-content.left-side {
	padding-right: 45px;
}
.block-content.right-side {
	padding-left: 45px;
}

#two-info-blocks .entry-text {
	margin-bottom: 30px;
}

.widget-area .excerpt-more.gp-white-btn,
.excerpt-more.gp-white-btn {
    background: #fff !important;
}

.widget-header {
	position: relative;
}

.widget-header::before,
.widget-header::after,
.wp-block-search .wp-block-search__label::before,
.wp-block-search .wp-block-search__label::after,
h2.widgettitle::before,
h2.widgettitle::after {
    display: block;
    width: 24px;
    height: 24px;
    border: 4px solid rgba(255,255,255,.05);
    position: absolute;
    right: 0;
    top: 1px;
    content: '';
    border-radius: 100%;
    transition: all .3ms ease-in-out;
}

.wp-block-search .wp-block-search__label::before,
.widget-header::before,
h2.widgettitle::before {
    width: 10px;
    height: 10px;
    top: 8px;
    right: 7px;
    border: 2px solid rgba(255,255,255,.05);
}

.widget-area:hover .widget-header::before,
.widget-area:hover .widget-header::after,
.widget-area:hover .wp-block-search .wp-block-search__label::before,
.widget-area:hover .wp-block-search .wp-block-search__label::after {
	border: 2px solid rgba(223,108,108,.5);
}

.widget-area:hover .widget-header h3.widget-title,
.widget-area:hover .wp-block-search .wp-block-search__label {
	-webkit-text-stroke: 1px rgba(223,108,108,.5)
}

.widget-area {
    padding-bottom: 0;
    margin-bottom: 30px;
}

#gp-slider-area .widget-area {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget-area:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.btn-posts-wrap {
	display: block;
	width: 100%;
	text-align: center;
}

.excerpt-more.gp-white-btn.all-posts-btn,
.excerpt-more.gp-white-btn.all-posts-btn:hover {
	color: #182e38;
	display: inline-block;
}


.excerpt-more.gp-white-btn:hover {
	color: #182e38;
}


/* 16.8 TS: 2 Columns Widget */
.widget-column {
    margin-bottom: 30px;
    position: relative;
}

.two-col-widget-title,
.two_columns_item {
	position: relative;
	display: block;
}

.two-col-widget-title .widget-title,
.author-single-block-title,
.related-title,
.full-width-wrapper .widget-title {
    margin-bottom: 0;
    text-orientation: mixed;
    writing-mode: vertical-lr;
}

.two-col-widget-title,
.two_columns_item,
.full-width-wrapper .widget-title {
    position: absolute;
    top: 0;
    left: -50px;
}

.gamepress-left-sidebar .two-col-widget-title,
.gamepress-left-sidebar .two_columns_item,
.gamepress-left-sidebar .full-width-wrapper .widget-title {
    position: absolute;
    top: 0;
    left: auto;
    right: -50px;
}

.two-col-widget-title .widget-header::before,
.two-col-widget-title .widget-header::after,
.full-width-wrapper .widget-header::before,
.full-width-wrapper .widget-header::after {
	right: 1px;
    bottom: -30px;
    top: auto;
}

.GamePress_2columns_widget li.list-big-thumb,
.list-big-thumb {
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(9,15,21,.3);
    background: rgba(9,15,21,.2);
    min-height: 250px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: box-shadow .3s ease-in-out;
}

.list-big-thumb img {
    border-radius: 5px;
    overflow: hidden;
}

footer.meta,
footer.meta a,
.widget-area footer.meta a {
    font-size: 12px;
    color: rgba(255,255,255,.4);
}

footer.meta a:hover,
.widget-area footer.meta a:hover {
	color: rgba(255,255,255,1);
}

.meta-item {
    display: inline-block;
    margin-right: 10px;
}

.meta i {
    color: grey;
    padding-right: 5px;
}

h2.entry-title.title-column,
h2.entry-title.title-column a {
	margin-bottom: 15px;
    font-size: 54px;
    line-height: 54px;
    font-weight: 400;
    color: #FFF;
}

h2.entry-title.title-column a:hover,
#masonry-layout h2.entry-title a:hover,
a.excerpt-more:hover::after,
li.gp-search-icon:hover i,
.gp-social-top li a:hover,
.ct-totop:hover,
.navigation.comment-navigation .nav-previous a:hover,
.navigation.comment-navigation .nav-next a:hover,
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover,
#respond input#submit:hover,
a.wp-block-button__link:hover {
	animation: blur 1s ease-in-out infinite;
	cursor: pointer;
}

.list-big-thumb {
    margin-bottom: 30px;
    position: relative;
}

.list-small-thumbs {
  	display: -webkit-box;
  	display: -moz-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 0 0 20px rgba(9,15,21,.3);
	transition: box-shadow .3s ease-in-out;
}

.list-small-thumbs .widget-post-small-thumb {
    padding-right: 15px;
    position: absolute;
    right: -15px;
    clip-path: circle(75% at 75% 50%);
    top: -2px;
    opacity: .3;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

.list-small-thumbs:hover .widget-post-small-thumb {
	opacity: .7;
	clip-path: circle(60% at 75% 50%);
}

.GamePress_2columns_widget .list-big-thumb:hover,
.list-small-thumbs:hover,
.list-big-thumb:hover {
	box-shadow: 0 0 20px rgba(9,15,21,.7);
}

.list-small-thumbs .widget-post-small-thumb {
    padding-right: 15px;
}

.line-divider,
ul.widget-column.top-line::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    top: -38px;
    left: 0;
    position: absolute;
    box-shadow: 0 0 3px rgba( 9, 15, 21, .7 );
    border: 10px dashed rgba( 255,255,255,.04 );
}

.line-divider {
    display: block;
    width: 100%;
    height: 10px;
    margin: 45px 0 0;
    position: relative;
    box-shadow: 0 0 3px rgba( 9, 15, 21, .5 );
    border: 10px dashed rgba( 255,255,255,.04 );
}

.line-divider.top_margin0 { margin-top: 0; }
.line-divider.top_margin5 { margin-top: 5px; }
.line-divider.top_margin10 { margin-top: 10px; }
.line-divider.top_margin15 { margin-top: 15px; }
.line-divider.top_margin20 { margin-top: 20px; }
.line-divider.top_margin25 { margin-top: 25px; }
.line-divider.top_margin30 { margin-top: 30px; }
.line-divider.top_margin35 { margin-top: 35px; }
.line-divider.top_margin40 { margin-top: 40px; }
.line-divider.top_margin45 { margin-top: 45px; }
.line-divider.top_margin60 { margin-top: 60px; }

.line-divider.bottom_margin0 { margin-bottom: 0; }
.line-divider.bottom_margin5 { margin-bottom: 5px; }
.line-divider.bottom_margin10 { margin-bottom: 10px; }
.line-divider.bottom_margin15 { margin-bottom: 15px; }
.line-divider.bottom_margin20 { margin-bottom: 20px; }
.line-divider.bottom_margin25 { margin-bottom: 25px; }
.line-divider.bottom_margin30 { margin-bottom: 30px; }
.line-divider.bottom_margin35 { margin-bottom: 35px; }
.line-divider.bottom_margin40 { margin-bottom: 40px; }
.line-divider.bottom_margin45 { margin-bottom: 45px; }
.line-divider.bottom_margin60 { margin-bottom: 60px; }


.entry-post-excerpt {
    margin-top: 45px;
    display: block;

    border-radius: 5px;
    font-size: 15px;
    line-height: 28px;
    margin: 33px 0 0 0;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.GamePress_blog_widget .entry-blog-item {
    margin-bottom: 30px;

}

.GamePress_blog_widget h2.entry-title a {
	font-size: 26px;
}

.GamePress_blog_widget .entry-post-wrapper {
    padding: 15px;
    box-shadow: 0 0 10px rgb(9 15 21 / 10%);
    background: rgba(9,15,21,.1)!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid rgba(255,255,255,.04);
}


.widget-post-big-thumb:hover .entry-post-excerpt {
	box-shadow: 0 0 20px rgba( 9, 15, 21, .7 );
}

ul.widget-column.top-line {
    margin-top: 38px;
}

.list-small-thumbs {
	position: relative;
    background: rgba( 9,15,21,.2 );
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba( 255,255,255, .07 );
    overflow: hidden;
}

.list-small-thumbs footer.meta {
	margin-bottom: 0;
}

.two-col-widget-title .widget-header::before {
	bottom: -23px;
    right: 8px;
}

.two-col-widget-title .widget-title {
	margin-bottom: 0;
}

.widget-post-big-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .3;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.abs-meta-block {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

.GamePress_2columns_widget li.list-big-thumb:hover .widget-post-big-thumb {
	opacity: .7;
}

.two-col-widget-title .widget-title::before,
.two-col-widget-title .widget-title::after {
	content: none;
}

.two_columns_item.clearfix:last-child {
    margin-bottom: 0;
}

.two_columns_item img {
	margin-right: 15px;
	max-width: 50px;
	max-height: 50px;
	position: absolute;
	right: -15px;
	top: 0;
	opacity: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.two_columns_item:hover img {
	opacity: 1;
	right: -35px;
}

.two_columns_item a {
    font-size: 14px;
    display: block;
    height: 100%;
    width: 100%;
    color: #182e38;
    padding-right: 30px;
}

.two_columns_item span {
    display: inline-block;
    float: left;
    background: rgba(242, 68, 100, .2);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #57585a;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin-right: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.two-col-widget-title a i {
    width: 20px;
    height: 20px;
    background: #f24464;
    color: #FFF;
    text-align: center;
    line-height: 19px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
}


/* 16.9 TS: Recent Posts Widget */
.techsmart-recent-posts-widget {
	position: relative;
	display: block;
	width: 100%;
}

.techsmart-recent-posts-widget > .rcp-bg-img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rcposts-item-wrapper {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    margin: 0 0 45px 0;
    height: 100%;
}

.gamepress_recentposts_widget .col-lg-4.col-md-12.col-sm-12 {
	margin-bottom: 45px;
}

.gamepress_recentposts_widget .entry-post-wrapper {
	padding: 30px 30px 0
}

/* 16.11 TS: Recent Comments */
ul.recent-comments-widget li .comment-text {
	display: block;
	width: 100%;
	background: #f1f2f3;
	padding: 15px;
	color: #8696aa;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.recent-comments-widget li:last-child {
    margin-bottom: 0;
}

ul.recent-comments-widget li .comment-time {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #8696aa;
    text-align: right;
}

ul.recent-comments-widget li .author-name {
	float: left;
}

ul.recent-comments-widget li .author-name .entry-title {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 30px;
}

ul.recent-comments-widget li,
#footer-wrapper ul.recent-comments-widget li {
	border-bottom:  none;
}

.recent-comments-widget.dark-style-faq .comment-text {
	background: rgba(255,255,255, .02)
}

.recent-comments-widget.dark-style-faq .comment-time {
	color: rgba(134, 150, 170, .5);
}

.avatar.avatar-30.photo {
	width: 30px;
	height: 30px;
	float: left;
}

/*--------------------------------------------------------------
17.0 Custom Browser Styles
--------------------------------------------------------------*/
.has-black-squeeze-background-color	 { background: #F3FBFA; }
.has-gable-green-background-color	 { background: #182E38; }
.has-apricot-background-color		 { background: #EA9674; }
.has-iceberg-background-color		 { background: #CDF2EF; }
.has-cardinal-background-color 		 { background: #CB2027; }
.has-persimmon-background-color		 { background: #FF6550; }
.has-deep-cerulean-background-color	 { background: #0077B5; }
.has-dodger-blue-background-color	 { background: #1DA1F2; }

.has-black-squeeze-color 	{ color: #F3FBFA; }
.has-gable-green-color 		{ background: #182E38; }
.has-apricot-color 			{ background: #EA9674; }
.has-iceberg-color 			{ background: #CDF2EF; }
.has-cardinal-color 		{ background: #CB2027; }
.has-persimmon-color 		{ background: #FF6550; }
.has-deep-cerulean-color 	{ background: #0077B5; }
.has-dodger-blue-color 		{ background: #1DA1F2; }

.has-small-font-size	{ font-size: 13px; }
.has-regular-font-size	{ font-size: 17px; }
.has-large-font-size	{ font-size: 24px; line-height: 36px; }
.has-larger-font-size	{ font-size: 36px; line-height: 52px; }

#main-nav {
	padding: 45px 0;
}

#main-nav.search-topbar-menu-wrapper {
	padding: 20px 0;
}

#main-nav,
.sticky-nav {
	-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
}

.sticky-nav {
  top: -100px;
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: rgba(24, 29, 35, .9)!important;
  padding: 25px 0;

  -webkit-transition: all 0.3s linear;
  	transition: all 0.3s linear;
}

.sticky-nav .site-branding {
	padding: 0;
}

.sticky-nav {
  -webkit-transition: all 0.3s linear;
  	transition: all 0.3s linear;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.current-menu-ancestor.current-menu-parent a {
    color: #FFF;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 32px;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
	padding: 0;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: -1px!important;
	width: 100%;
	left: 100.6%;
}

.navigation-top .sf-menu ul ul {
	top: 0 !important;
	left: 100.6%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 9999999;
}

.sf-menu li {
	padding: 0;
}

.sf-menu li .sub-menu {
	z-index: 9999999;
	background: rgba( 17,25,31,.8 );
	box-shadow: 0 0 10px rgb( 9, 15, 21 , .5 );
}

.sf-menu li .sub-menu li {
    padding: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
}

.sf-menu li .sub-menu li:hover {
	background: rgba(187, 168, 31, .25);
}

.sf-menu li .sub-menu li a {
	padding: 10px 45px 7px 15px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
	-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

.sf-menu li .current-menu-item .sub-menu li a:hover,
.sf-menu li .sub-menu li a:hover {
	color: #fff !important
}

.main-menu.sf-menu .sub-menu a::after,
.main-menu.sf-menu .sub-menu a::after,
.main-menu.sf-menu li.current-menu-item .sub-menu li a::after,
.main-menu.sf-menu li.current-page-item .sub-menu li a::after {
	height: 1px;
	left: 0;
	bottom: 0;
	content: none !important;
}

.main-menu.sf-menu .sub-menu li {
    border-top: 1px solid rgba( 255,255,255,.05 );
}
.main-menu.sf-menu .sub-menu  li.current-menu-item  a,
.main-menu.sf-menu .sub-menu li.current-page-item a {
	color: #FFF
}

.sf-menu a {
	border: none;
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu li {
	background: none;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}

.ajax-search-wrapper {
	display: block;
	margin-top: 45px;
}

.ajax-search-wrapper.inner-search-class {
    margin-top: 0;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
	color: #04bfad !important;
	font-weight: bold !important;
}

div[id*="ajaxsearchlite"].wpdreams_asl_container .probox,
div.asl_w .probox,
div[id*="ajaxsearchlite"].wpdreams_asl_container {
	min-height: 70px;
	border-radius: 5px;
}

div[id*="ajaxsearchlite"].wpdreams_asl_container {
	background: #FFF;
}

#search-wrapper-simple div.asl_m .probox div.asl_simple-circle,
#search-wrapper div.asl_m .probox div.asl_simple-circle {
	border: 4px solid #182e38
}

#search-wrapper-simple div.asl_m .probox div.asl_loader,
#search-wrapper div.asl_m .probox div.asl_loader {
	margin-top: 15px;
}

.search-no-results .primary-wrapper {
    margin-bottom: 60px;
}

div.asl_s.searchsettings,
.vertical {
	background: rgba(4, 186, 214, 1) !important;
	z-index: 99999 !important;
}

.tp-bullets.vertical {
	background: none !important
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .prosettings,
#search-wrapper-simple div[id*="ajaxsearchlite"] .promagnifier,
#search-wrapper-simple div[id*="ajaxsearchlite"] .proclose,
#search-wrapper div[id*="ajaxsearchlite"] .prosettings,
#search-wrapper div[id*="ajaxsearchlite"] .promagnifier,
#search-wrapper div[id*="ajaxsearchlite"] .proclose {
	width: 68px;
	height: 68px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin: 1px;
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .prosettings,
#search-wrapper div[id*="ajaxsearchlite"] .prosettings {
    -webkit-border-radius: 0;
    border-radius: 0;
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .promagnifier,
#search-wrapper div[id*="ajaxsearchlite"] .promagnifier {
	background: rgba(4, 186, 214, 1) !important
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .promagnifier .innericon,
#search-wrapper div[id*="ajaxsearchlite"] .probox .promagnifier .innericon {
	-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
}


#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg,
#search-wrapper div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
	width: 30px;
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .prosettings .innericon,
#search-wrapper div[id*="ajaxsearchlite"] .prosettings .innericon {
	background: #FFF !important
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .prosettings svg,
#search-wrapper div[id*="ajaxsearchlite"] .probox .prosettings svg {
    fill: rgba(0, 0, 0, .4) !important;
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .proinput input::-webkit-input-placeholder,
#search-wrapper div[id*="ajaxsearchlite"] .probox .proinput input::-webkit-input-placeholder,
#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .proinput input::-moz-placeholder,
#search-wrapper div[id*="ajaxsearchlite"] .probox .proinput input::-moz-placeholder {
	color: #acacac !important
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox,
#search-wrapper-simple div[id*="ajaxsearchlite"] div.asl_w .probox,
#search-wrapper div[id*="ajaxsearchlite"] .probox,
#search-wrapper div[id*="ajaxsearchlite"] div.asl_w .probox {
	background-image: none !important;
	background: #FFF !important
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .proinput input,
#search-wrapper-simple div[id*="ajaxsearchlite"] div.asl_w .probox .proinput input,
#search-wrapper div[id*="ajaxsearchlite"] .probox .proinput input,
#search-wrapper div[id*="ajaxsearchlite"] div.asl_w .probox .proinput input {
	font-size: 18px;
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .proinput input,
#search-wrapper-simple div[id*="ajaxsearchlite"] div.asl_w .probox .proinput input,
#search-wrapper div[id*="ajaxsearchlite"] .probox .proinput input,
#search-wrapper div[id*="ajaxsearchlite"] div.asl_w .probox .proinput input {
	color:  #586971 !important
}

#search-wrapper-simple div[id*="ajaxsearchlite"] .probox .proinput form,
#search-wrapper div[id*="ajaxsearchlite"] .probox .proinput form {
    margin-top: 2px !important;
    display: block;
    padding-top: 15px;
}

div.asl_s.searchsettings .asl_option_inner label::after {
	color: #717273 !important
}

div.asl_s.searchsettings .asl_option_inner label {
	background: #FFF !important;
}

div.asl_s.searchsettings form fieldset legend {
    padding: 8px 0 12px 10px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 2px solid rgba(255,255,255,.4);
    margin-bottom: 10px;
}

/* Add This */
#share-wrapper {
    display: block;
    padding: 15px 0 45px 0;
}

#social-tags {
	padding: 15px 0 30px 0;
}

#share-wrapper {
    text-align: left;
    margin-top: 15px;
}

#share-wrapper.tags-hiden {
    padding-bottom: 0;
}

.at-share-btn {
    margin-right: 10px !important;
}

.responsive-ads {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}

.responsive-ads img {
	max-width: 100%;
}


.responsive-ads.round-corners img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* contact form 7 */
#contact-wrapper label {
    margin-bottom: 30px;
}

.wpcf7 input[type="submit"] {
    background: #37544f;
    box-shadow: 0 0 10px rgb(9, 15, 21, .6);
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    padding: 15px 45px;
    margin-top: 20px;
}

.wpcf7 label {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wpcf7 label:hover {
	color: rgba(255,255,255,1);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
 	background: rgb(26 32 39);
    box-shadow: 0 0 10px rgba( 9, 15, 21, .6 );
    border: 1px solid rgba( 255, 255, 255, .1 );
    border-radius: 5px;
    overflow: auto;
    padding: 15px;
    z-index: 9999991;
    font-size: 14px;
    letter-spacing: 1px;
    list-style-type: none;
    font-size: 12px!important;
    margin-top: 3px;
}

@media ( min-width: 1200px ) {
	.container {
	    max-width: 1290px;
	}
}


/*
*	Preloaders
*
*
*/
@keyframes blur {
  from {
    text-shadow:
      0px 0px 3px rgba(255,255,255, .05),
      0px 0px 3px rgba(255,255,255, .05),
      0px 0px 3px rgba(255,255,255, .05),
      0px 0px 4px rgba(255,255,255, .1),
      0px 0px 4px rgba(255,255,255, .1),
      0px 0px 4px rgba(255,255,255, .1),
      0px 0px 5px rgba(255,255,255, .15),
      0px 0px 5px rgba(255,255,255, .15),
      0px 0px 5px rgba(255,255,255, .15),
      0px 0px 6px rgba(255,255,255, .2),
      0px 0px 6px rgba(255,255,255, .2),
      0px 0px 6px rgba(255,255,255, .2),
      0px 0px 7px rgba(255,255,255, .1),
      0px 0px 7px rgba(255,255,255, .1),
      0px 0px 7px rgba(255,255,255, .1);
  }
}

.spinner-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #2c3e50;
    z-index: 9999999;
}

.cm-spinner {
  height: 100px;
  width: 100px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 4px solid #f15e41;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.cm-spinner::before,
.cm-spinner::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 50%;
  border: 4px solid transparent;
}

.cm-spinner::before {
  border-top-color: #bad375;
  -webkit-animation: 3s spin linear infinite;
  animation: 3s spin linear infinite;
}

.cm-spinner::after {
  border-top-color: #26a9e0;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

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

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


/* OWL Carousel */
.owl-item h4 {
    margin-top: 30px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 26px;
}

.entry-topbar-widget-area h1,
.entry-topbar-widget-area h2,
.entry-topbar-widget-area h3,
.entry-topbar-widget-area h4,
.entry-topbar-widget-area h5,
.entry-topbar-widget-area h6 {
	font-size: 18px;
}

.entry-topbar-widget-area h3.widget-title {
	font-size: 42px;
}

.entry-topbar-widget-area img.carousel-image {
	margin-bottom: 0;
}

p.owl-btn-wrapper {
	margin-top: 30px;
}

.owl-item img {
	opacity: .5!important;
	box-shadow: 0 0 20px rgba( 9,15,21, .5 );
	border-radius: 10px;
}

.owl-item:hover img {
	opacity: .2!important;
	box-shadow: 0 0 20px rgba( 9,15,21, 0 );
}

.owl-item .item-inner {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
}

.owl-item .item-inner h1,
.owl-item .item-inner h2,
.owl-item .item-inner h3,
.owl-item .item-inner h4 {
    position: absolute;
    left: 50%;
    top: 30px;
    display: inline-block;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
    opacity: .8;
    transition: all .3s ease-in-out;
}
.owl-item:hover .item-inner h4 {
	opacity: 1;
}
img.carousel-image {
    margin-bottom: 15px;
}

.owl-item a.excerpt-more {
	padding: 16px 50px 15px 20px;
	margin-bottom: 15px;
}

.owl-item .excerpt-more::after {
	top: 18px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 7px 20px!important;
    background: rgb(55, 84, 79)!important;
    opacity: .2;
    min-width: 150px;
    font-family: 'Bebas Neue', sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    border-radius: 5px;
    height: 40px;
    outline: none!important;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: .5;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent!important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    margin: 5px 7px!important;
    border: 3px solid rgb(55, 84, 79);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #bba81f!important;
 }


/* Blog Categories */
.blog-categories-drop,
.blog-authors-drop {
 	background: rgb(26 32 39);
    box-shadow: 0 0 10px rgba( 9, 15, 21, .6 );
    border: 1px solid rgba( 255, 255, 255, .1 );
    border-radius: 5px;
    overflow: auto;
    padding: 10px 45px 10px 20px;
    z-index: 9999991;
    position: absolute;
    font-size: 14px;
    top: 55px;
    min-width: 225px;
    max-height: 300px;
    letter-spacing: 1px;
    list-style-type: none;
}

.blog-categories-drop .children,
.blog-authors-drop .children {
    padding-left: 0;
}

.blog-selected-category::after,
.blog-selected-author::after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 15px;
    color: rgba(255,255,255,.3);
}

.search-wrapper form.search-form,
.search-wrapper #gamepress-search {
    min-width: 300px;
    line-height: 21px;
    padding: 0;
    background: none;
    min-height: auto;
}

.search-wrapper .search-form .search-submit {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}

.search-wrapper .search-form .search-submit i {
    font-size: 13px;
}

.search-wrapper {
	margin-left: 3%;
}

.search-wrapper form.search-form,
.blog-selected-category,
.blog-selected-author {
    background: rgba(9,15,21,.3);
    cursor: pointer;
    box-shadow: 0 0 10px rgba( 9, 15, 21, .6 );
    border: 1px solid rgba( 255, 255, 255, .1 );
    border-radius: 5px;
    position: relative;
    color: rgba( 255, 255, 255, .7 );
    padding: 15px 15px 14px 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    min-width: 225px;
    margin-bottom: 10px;
}

.search-wrapper #gamepress-search {
	font-family: 'Open Sans', sans-serif;
}

.categories-wrapper,
.author-wrapper {
	position: relative;
}

.author-wrapper { margin-left: 3%; }


#blog-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    width: 100%;
    justify-content: center;
}


/* Overall Score */
.overall-wrap {
	position: relative;
    background: rgba( 9, 15, 21, .1 );
    padding: 30px;
    border-radius: 5px;
    border: 1px solid rgba( 255, 255, 255, .07 );
    margin-bottom: 45px;
    margin-top: 15px;
    margin-left: 50px;
}

.overall-score-wrap {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 80px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba( 185, 182, 104, .8 );
}

.overall-wrap .score-item {
	color: rgba( 255, 255, 255, .7 );
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', sans-serif;
}

.overall-wrap .score-item .bg-score-single {
    background: #579e9440;
    border: 3px solid rgba(255,255,255,.05);
    width: 0;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 0;
}

.score-value {
    font-size: 16px;
    font-family: 'Bebas Neue', sans-serif;
    color: #FFF;
}

.wrap-score {
    position: absolute;
    display: block;
    width: 65px;
    height: 20px;
    left: 20px;
    top: 25px;
    z-index: 100;
    border: 2px solid rgba(255,255,255,.3);
}

.meta-item .wrap-score {
	position: relative;
	left: auto;
	top: auto;
}

.overall_progress {
    line-height: 11px;
    text-align: center;
}

.meta-item .overall_progress {
	line-height: 18px;
}

.overall_progress_number {
    font-size: 11px;
	font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    color: #FFF;
}

.overall_bg_progress {
    position: absolute;
    display: block;
    width: 0;
    height: 16px;
    background: rgb(55, 84, 79);
    z-index: -1;
}

i.fas.fa-bolt.sticky {
    right: 38px;
}

.review-title {
    text-orientation: mixed;
    writing-mode: vertical-lr;
    left: -60px;
    top: 0;
    position: absolute;
}

.primary-wrapper.left .review-title,
.primary-wrapper.left .author_bio_section .author-single-block-title,
.primary-wrapper.left .entry-related-posts .related-title {
	left: auto;
	right: -60px;
}

.score-summary {
	border: 1px solid rgba(255,255,255,.05);
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 30px;
    background: #443150d1;
    border-radius: 3px;
    overflow: hidden;
}

.social-box  {
	position: relative;
}

.social-btn li {
    margin-bottom: 0;
    line-height: 20px;
}

.social-btn li::after {
	content: none;
}

.social-box i.fas.fa-share-alt {
	font-size: 11px;
	color: #f0c029;
	cursor: pointer;
}

.social-btn li a i {
    font-size: 11px;
    line-height: 20px;
}

.social-btn {
    margin-bottom: 0;
    background: rgba( 9,15,21,.1);
    padding: 0 5px 1px;
    position: absolute;
    bottom: -2px;
    left: 15px;
    list-style-type: none;
    display: flex;
    border-radius: 3px;
    justify-content: space-around;
    border: 1px solid rgba( 255, 255, 255, .1 );
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.social-btn li a {
    padding-left: 0;
}

.social-btn li {
    padding: 0 5px;
}

.social-btn li a:hover,
.social-btn li a:hover i {
	color: #f0c029;
}
.social-box:hover .social-btn {
	opacity: 1;
}

@media (max-width: 599px) {
	body.admin-bar > .mobile {
    top: -46px!important;
	}
}
@media (min-width:600px) {
	body.admin-bar > .mobile {
    top: 0!important;
	}

	.wp-adminbody.admin-bar > .mobile {
    top: -32px!important;
	}
}

