@charset "utf-8";



/* GLOBAL - TYPOGRAPHY
-------------------------------------------------------------------------------*/
body {
	font-size: 16px;
}
@media screen and (min-width: 48em) {
	body {
		font-size: 17px;
	}
}
@media screen and (min-width: 61.25em) {
	body {
		font-size: 18px;
	}
}
@media screen and (min-width: 71.25em) {
	body {
		font-size: 19px;
	}
}
html, body, button, input, select, textarea, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}
html, body, button, input, select, textarea {
	font-weight: 300;
	color: #545861;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1, h2, button, .button-fancy, .button-fancy a {
	font-family: 'Passion One', Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
	font-weight: 400;
}
h1 {
	font-size: 2em;
	line-height: 1.15em;
}


/* GLOBAL - LINKS
-------------------------------------------------------------------------------*/
a {
	color: #2AAC00;
	text-decoration: none;
	transition: color 0.2s ease-out;
}
a:hover {
	color: #39d507;
}
::-moz-selection {
	background: rgba(255,255, 210, 0.3);
	text-shadow: none;
}
::selection {
	background: rgba(255,255, 210, 0.3);
	text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: rgba(255,255, 210, 0.3);
}
ins {
	background-color: rgba(255,255, 210, 0.3);
	color: #000;
	text-decoration: none;
}
mark {
	background-color: rgba(255,255, 210, 0.3);
	color: #000;
	font-style: italic;
	font-weight: bold;
}
a, a:hover,
button, .button,
button:hover, .button:hover,
.icon-button, svg {
	transition:
		color 0.2s ease-in,
		background-color 0.2s ease-in,
		fill 0.2s ease-in,
		border-color 0.2s ease-in;
}
.button {
	border: none;
}
.button-fancy .elementor-button-text {
	font-size: 150%;
	letter-spacing: 0.03em;
}
.button-fancy a {
	background-color: #000;
	color: #00FF11;
	letter-spacing: 0.03em;
	padding: 0.5em .875em;
	border-radius: 0 !important;
	border: 0;
}
.button-fancy a:hover {
	background-color: #00FF11;
	color: #000;
}
.button-more {
	font-size: 1.5em;
	background-color: #000;
	color: #00FF11;
	margin: 0 auto;
}
.button-more:hover {
	background-color: #00FF11;
	color: #000;
}


/* GLOBAL - TEXTURE
-------------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
.section-title,
.section-title p,
.section-title h1,
.section-title h2 {
	text-align: center;
	color: #FFF;
}


/* GLOBAL - STRUCTURE
-------------------------------------------------------------------------------*/
body {

	height: 100% !important;
	background-color: #000;
}
.container {
	width: 92%;
	max-width: 1200px;
}
.main {
	background-color: #F7F8F9;
}
.sidebar {
	margin-top: 4em;
}
@media (min-width: 740px) {
	.sidebar {
		margin-top: 0;
	}
}


/* GLOBAL - HEADER
-------------------------------------------------------------------------------*/
.header {
	background-color: #000;
}
.header-logo {
	max-width: 150px;
	float: left;
}
.header-nav {
	float: right;
	overflow: hidden;
}
.header a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
.header ul {
	float: right;
	margin-right: 2em;
}
.header li a {
	padding: 2.15em .5em;
}
.sub-menu {
	display: none;
}
.current_page_item a,
.current_page_ancestor a {
	font-weight: bold;
}
.menu-item:hover a {
	color: #39d507;
}
.mm-menu {
	z-index: 1000 !important;
}
.menu-button {
	float: right;
	position: absolute;
	right: 2em;
	top: 30px;
	font-size: 1em;
	border: 0;
	padding: .6em 1em .6em 35px;
	background-color: #FFF;
	color: #000;
	text-transform: uppercase !important;
	font-weight: bold;
	letter-spacing: .06em;
}
.menu-button:before {
	content: "";
}
.menu-button:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 16px;
	width: 14px;
	height: 0.15em;
	background: #000;
	box-shadow: 0 0.25em 0 0 #000, 0 0.5em 0 0 #000;
}


/* GLOBAL - FORMS
-------------------------------------------------------------------------------*/
[type="text"],
[type="email"],
[type="password"],
[type="tel"],
[type="number"],
[type="date"] {
	border: 0;
	padding: .75em 0.15em;
	height: auto;
}
[type="text"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="number"]:focus,
[type="date"]:focus {
	border-color: #39d507;
}


/* GLOBAL - SUBSCRIBE
-------------------------------------------------------------------------------*/
.subscribe {
	background-color: #333333;
	background-image: url('../images/bg-subscribe.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-size: cover;
	padding: 120px 8% 60px 8%;
}
.single-game .subscribe {
	background-image: url('../images/bg-subscribe-alt.jpg');
	padding: 60px 8% 60px 8%;
}
.subscribe h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0;
}
.subscribe p {
	color: #ACACAC;
	margin-bottom: 2em;
	font-size: 0.8em;
}
.subscribe .button,
.subscribe [type="email"] {
	height: 60px;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.subscribe .button {
	background-color: #39d507;
	border-color: #39d507;
	font-weight: bold;
}
.subscribe .button:hover {
	background-color: #000;
	color: #39d507;
}
.subscribe [type="email"] {
	height: 60px;
	padding: 0.5em .875em;
	position: relative;
	z-index: 1;
}
.potato {
	margin-bottom: -40px;
}
@media (min-width: 48em) {
	.subscribe {
		background-size: 1270px;
		padding: 140px 4% 80px 4%;
	}
	.subscribe [type="email"] {
		text-align: left;
		max-width: 410px;
	}
	.subscribe .button {
		width: auto;
	}
	.potato {
		margin-bottom: 0;
		margin-top: -30px;
		margin-right: -35px;
	}
}


/* GLOBAL - FOOTER
-------------------------------------------------------------------------------*/
.footer {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #000;
	color: #666;
}
.footer a {
	padding: .35em;
	color: #FFF;
}
.footer small {
	font-size: .7em;
}
.legal a {
	color: #666;
}
.legal ul {
	display: inline;
}
.legal ul li:before {
	content: "•";
}


/* SYSTEM - BLOG
-------------------------------------------------------------------------------*/
.page-header {
	background-color: #252525;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}
.page-header .container {
	margin: auto;
	width: 80%;
	max-width: 800px;
	padding: 60px;
	text-align: center;
}
.page-header-light h1,
.page-header-light h2,
.page-header-light h3,
.page-header-light p {
	color: #FFF;
}
.page-header-dark h1,
.page-header-dark h2,
.page-header-dark h3,
.page-header-dark p {
	color: #000;
}
.page h1 {
	text-align: center;
}
.excerpt {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.excerpt-title {
	font-size: 1.9rem;
	line-height: 1em;
}
.excerpt-title a {
	color: #000;
}
.excerpt-title a:hover {
	color: #39d507;
}
.excerpt-more {
	font-weight: 700;
}
.excerpt-image {
	display: block;
	margin: 0 auto 2em auto;
	flex: 0 0 130px;
}
@media (min-width: 48em) {
	.excerpt-content {
		display: block;
	}
	.excerpt-image {
		display: block;
		float: left;
		width: 35%;
		padding-right: 1.5em;
		margin: 0 0 .5em 0;
	}
}
.post-image {
	width: 100%;
	max-width: 760px;
}
.meta-tags {
	margin-left: -0.5em;
	padding: 0.35em 0;
}
.meta-tags a {
	display: inline-block;
	position: relative;
	background-color: #cccccc;
	padding: .35em .65em .15em .45em;
	font-size: 0.65rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
	height: 22px !important;
	line-height: 1.5em;
	color: #000;
}
.meta-tags a:before {
	content: " ";
	border-style: solid;
	border-width: 11px 7px 11px 0;
	border-color: transparent #cccccc transparent transparent;
	position: absolute;
	left: -7px;
	top: 0px;
	transition: color 0.2s ease-in,
		background-color 0.2s ease-in,
		fill 0.2s ease-in,
		border-color 0.2s ease-in;
}
.meta-tags a:hover {
	background-color: #000;
	color: #39d507;
}
.meta-tags a:hover:before {
	border-color: transparent #000 transparent transparent;
}
.meta {
	font-size: .8em;
}
.single .meta {
	border: 1px solid #e4e3e3;
	background-color: #eaeaea;
	padding: .65em 1em;
	line-height: 1.65em;
	margin-bottom: 2em;
}
.single .post-content {
	margin-bottom: 2em;
}
.single footer.meta {
	margin-bottom: 5em;
}
.single .meta p {
	margin-bottom: 0;
}
.single iframe {
	margin: 1em 0;
}


/* SYSTEM - PAGINATION
-------------------------------------------------------------------------------*/
.pagination {
	text-align: center;
	padding: 1em 0 0 0;
	margin-top: 30px;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination	.page-numbers {
	display: inline-block;
	padding: .15em .85em;
	border-radius: 2px;
	border: 1px solid #d8dbe2;
	background-color: #ffffff;
	margin: 0 .15em;
	font-size: .9rem;
}
.pagination	li a:hover {
	background-color: #00FF11;
	border-color: #39d507;
	color: #000;
}
.pagination .dots,
.pagination .dots:hover {
	color: #BEC2CA;
	background-color: inherit;
	border-color: none !important;
}
.pagination .current {
	color: #00FF11;
	border-color: #000;
	background-color: #000;
}


/* SYSTEM - WIDGETS
-------------------------------------------------------------------------------*/
.widget {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1em;
	padding: 8%;
}
.widget_content {
	padding-top: 1em;
}
.widget_padding {
	padding: 0;
}
.widget_padding .widget_content {
	padding: 1em 8% 8% 8%;
}
.widget h5 {
	text-transform: uppercase;
	font-size: .75rem;
	letter-spacing: 0.03em;
	margin-bottom: 1em;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li {
	border-top: 1px solid #e7e8ec;
	padding: .35em 0;
}
.widget-button {
	width: 100%;
	border-radius: 2px;
	background-color: #39d507;
	color: #FFF;
	transition: opacity 0.2s ease-in;
	font-weight: bold;
	display: block;
}
.widget-button:hover {
	color: #FFF;
	opacity: 0.9;
}
.widget_social {
	background-color: transparent;
	padding: 0;
}
.widget_social_wrap {
	display: flex;
	justify-content: center;
}
.widget_social a {
	-webkit-box-flex: 1 0 0;
	width: 20%;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	display: block;
	padding: 2%;
	max-width: 70px;
	transition: opacity 0.2s ease-in;
}
.widget_social a:hover {
	opacity: 0.6;
}
.widget_categories ul li {
	border: none;
	display: inline-block;
	padding: 0;
}
.widget_categories ul li a {
	display: inline-block;
	background-color: #f1f1f1;
	padding: .35em .65em;
	font-size: 0.65rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
	margin: 0 !important;
}
.widget_categories ul li a:hover {
	background-color: #39d507;
	color: #000;
}
.widget_categories ul li.current-cat a {
	background-color: #000;
	color: #39d507;
}


/* SYSTEM - SEARCH
-------------------------------------------------------------------------------*/
.search-form {
	position: relative;
	text-align: left;
	padding: 0;
}
.search-form input {
	position: relative;
	border: 1px solid #BEC2CA;
	border-radius: 0;
	padding: 1em .85em;
	height: 46px;
}
.search-form input[type="text"] {
	width: 100%;
	width: calc( 100% - 46px );
	left: 0;
}
.search-form .icon-button {
	position: absolute;
	background-color: #BEC2CA;
	width: 46px;
	height: 46px;
	cursor: pointer;
}
.search-form input[type="submit"] {
	display: none;
}
.search-form .icon-button svg {
	position: relative;
	top: 11px;
	left: 11px;
	width: 24px;
	height: 24px;
	fill: #FFF;
}
.search-form .icon-button:hover {
	background-color: #000;
}
.search-form .icon-button:hover svg {
	fill: #39d507;
}
.widget_search {
	padding: 0;
}
.search-bar {
	background-color: #181818;
	padding: 2em 0 1em 0;
	text-align: center;
}
.search-bar .container {
	padding-bottom: 1em;
}
.search-bar input,
.search-bar .icon-button {
	border: 0;
	border-radius: 2px;
}
.search-bar .icon-button {
	transition: background-color 0.2s ease-in;
	background-color: #39d507;
	margin-left: 0.5em;
}
.search-bar .icon-button svg {
	fill: #000;
}
@media (min-width: 48em) {
	.search-bar .container {
		max-width: 700px;
	}
	.search-bar input,
	.search-bar .icon-button {
		font-size: 1.7rem;
		line-height: 1.25rem;
		height: 70px;
	}
	.search-bar input {
		padding: 1rem 1.5rem;
	}
	.search-bar .icon-button {
		width: 70px;
		padding: 7px;
	}
	.search-bar .icon-button svg {
		width: 35px;
		height: 35px;
	}
}


/* SYSTEM - GALLERY
-------------------------------------------------------------------------------*/
.gallery {
	display: flex;
	flex-wrap: wrap;
}
.gallery .gallery-item {
	max-width: 110px;
}
.gallery-item {
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	text-align: left !important;
}
.gallery-item dt {
	width: 100% !important;
}
.gallery-item .gallery-caption {
	float: left;
	font-size: .6em;
	line-height: 1.5em;
}


/* ASSETS - ACCORDION
-------------------------------------------------------------------------------*/
.elementor-accordion {
	margin: 3em 0
}
.elementor-accordion-item {
	margin-top: 0.5em;
	border-top: 1px solid #d4d4d4 !important;
}


/* COMPONENT: IMAGE BOX
-------------------------------------------------------------------------------*/
.elementor-widget-image-box figure {
	transition: transform 0.2s !important;
	margin-bottom: 0 !important;
}
.elementor-widget-image-box:hover figure {
	transform: scale(1.05) !important;
}
.elementor-image-box-img img {
	border: 6px solid #000 !important;
	transition: border-color .25s ease-in;
	transform: translateZ(0) !important;
}
.elementor-widget-image-box:hover img {
	border-color: #39d507 !important;
}


/* SECTION - GAME SINGLE
-------------------------------------------------------------------------------*/
.single-game .main {
	background-color: #000;
}
.hero-banner {
	overflow: hidden;
	height: 360px;
}
.hero-logo img {
	max-height: 180px;
	width: auto;
}
.hero-char img {
	max-height: 270px;
	width: auto;
}


/* SECTION - GAMES
-------------------------------------------------------------------------------*/
.game-block {
	display: flex;
	flex-wrap: wrap;
	margin: 3em auto;
}
.game-post {
	background-color: #FFF;
	border: 10px solid #F7F8F9;
	padding: 1.5em;
	line-height: 1.5em;
}
.game-post .wp-post-image {
	float: left;
	width: 130px;
	margin-right: 1em;
	margin-bottom: .35em;
}
.game-post .game-title {
	line-height: 1em;
}


/* GLOBAL - COMMENTS
-------------------------------------------------------------------------------*/
#social #commentform,
#social .social-input-row,
#social .form-submit,
#social .social-comment-body  {
	overflow: none !important;
}
#social,
#social .social-nav,
#social #reply-title,
#social .social-nav .social-current-tab,
#social #reply-title span,
#social .social-nav .social-current-tab a {
	background-color: inherit;
	background-image: none;
}
#social .social-nav a {
	border: 1px solid #e1e1e1 !important;
	border-radius: 3px;
	padding: 0.5em 1em !important;
	height: auto !important;
}
#social .social-nav a:hover {
	text-decoration: none;
	background-color: #EEE;
	border-color: #BBB !important;
	color: #000;
}
#social .social-nav .social-current-tab {
	padding-left: 0 !important;
}
#social .social-nav .social-current-tab a {
	background-color: #000;
	border-color: #000 !important;
	color: #39d507;
}
#social .social-divider span {
	background-color: #F7F8F9;
}
#social #reply-title,
.nocomments {
	padding-left: 0;
	background: none;
	color: #000;
	border-bottom: 1px solid #000 !important;
	margin-bottom: 2em !important;
	padding-bottom: 0.5em !important;
	font-weight: bold !important;
}
#social .social-input {
	width: 100%;
	max-width: inherit !important;
	background-color: #FFF !important;
}
#social .social-comment {
	border: 1px solid #e1e1e1;
	margin-bottom: .5em;
	border-radius: 3px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#social .social-comment.depth-2 {
	margin-left: 2em !important;
}
#social .social-replied {
	left: -37px !important;
	top: -2px !important;
}
#social .social-last-reply-when {
	float: left;
	margin: 2em 0;
	text-transform: capitalize;
}