/*
Theme Name: Arcade
Theme URI: https://9arcade.com
Author: NhelUng
Author URI: https://9arcade.com
Description: Roblox Style
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Requires PHP: 4.0
Tested up to: 5.9

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

@import url('https://fonts.googleapis.com/css?family=Maven+Pro|Yrsa|Press+Start+2P');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css');


.eightbit {
	font-family: "Press Start 2P", sans-serif;
	font-size: 18px;
}

:root {
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
  text-align: left;
  background-color: #f2f4f5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #3f84fc;
  text-decoration: none !important;
  background-color: transparent;
}

a:hover {
  color: #0458eb;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: normal;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
ul li a {
	color: #fff !important;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.arcade-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 84px;
}

.arcade-content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0 25px;
}

.arcade-nav {
  min-width: 238px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #0c0d14;
}

.arcade-compact .arcade-nav {
  display: none;
}

.arcade-nav header {
  min-height: 84px;
  padding: 8px 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arcade-nav header .menu-toggle {
  display: none;
  margin-right: auto;
}

.arcade-nav a {
  color: #fff;
	font-family: "Press Start 2P", sans-serif;
    font-size: 11px;
}

.arcade-nav a:hover {
  text-decoration: none;
}

.arcade-nav {
  background-color: #0c0d14;
}


.brand-logo {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none;
}

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-right: 10px;
}

.arcade-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arcade-nav-item {
  min-height: 56px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  transition: ease-out 0.5s;
}

.arcade-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-left: -40px;
	color: #6cffab;
}

.arcade-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.active {
  background: rgba(0, 0, 0, 0.1);
}

.arcade-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arcade-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04);
}

.arcade-nav-dropdown.show > .arcade-nav-dropdown-toggle {
  font-weight: bold;
}

.arcade-nav-dropdown.show > .arcade-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.arcade-nav-dropdown.show > .arcade-nav-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arcade-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arcade-nav .arcade-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72);
}

.arcade-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arcade-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: ease-out 0.5s;
}

.arcade-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: #875de5;
}

.menu-toggle i {
  font-size: 20px;
}

.arcade-toolbar {
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 27px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
	border-bottom: solid 2px #ffffff45;
}

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(236, 238, 239, 0.3);
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 208px));
  grid-gap: 3px 3px;
  justify-content: center;
  align-items: baseline;
}

.thumb {
/*     width: 200px; */
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.slick-slide, .game {
	position: relative;
	height: 150px !important;
	border: thin solid #ebebeb;
    margin: 2px;
    background: #ffffff54;
    border-radius: 10px;
/* 	width: 217px; */
    float: left;
}
.slick-slide h6, .grid-row h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #454545;
    font-weight: 600;
	color: #fff;
}
.slick-slide .viewscount, .grid-row .viewscount {
	color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.slick-slide .like, .grid-row .like {
	color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.arcade-content h3 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	color: #2b5476;
}
.card-content.p-1 {
	display: none;
}
.game:hover .card-content.p-1 {
    position: absolute;
    background: #00000080;
    top: 8px;
    height: 135px;
    width: 186px;
	display: unset;
	border-radius: 10px;
}
span.playbtn {
    font-size: 3rem;
    color: #ffffffb8;
    text-align: center;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
}
.slick-slider {
    margin-bottom: 15px !important;
}

.menu.nav-right {
    position: absolute;
    right: 10px;
}

.search {
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
	box-shadow: 0 0 0 0 #b5b5b5 inset !important;
}
#myarcade_game {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
#myarcade_game iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.controler {
    float: right;
    width: 100%;
    text-align: right;
    background: #0c0d14;
    padding: 5px;
}
.gameinfo {
	position: relative;
	font-family: "PT Sans", sans-serif;
    font-size: 18px;
}
.gameinfo h1 {
	font-size: 18px;
    font-weight: 600;
}

.icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px;
    height: auto;
}
.iconbanner {
    width: 120px;
    height: 100px;
    display: block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
	margin-right: 10px;
	background-position: center;
}
.tags a {
    background: #6cffab;
    padding: 5px 10px;
    border-radius: 10px;
    color: #000;
    box-shadow: -2px 4px #000;
	display: inline-block;
	margin-top: 10px;
}
.controllerinfo {
    background-image: url(https://cdn-icons-png.flaticon.com/512/2331/2331852.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right;
	background-position-x: 99%;
	padding-right: 10px;
	border: 3px solid #2998c1;
}
.slick-slide {
	width: 217px;
}
.slick-prev, .slick-next {
	z-index: 100;
	width: 50px !important;
	height: 50px !important;
}
.slick-prev:before, .slick-next:before {
	font-size: 50px !important;
	color: #dbdbdb !important;
}
.pagination {
    margin: 0 auto;
}
/* Center the pagination, add spacing, and clear it */
.wp-pagenavi { 
    text-align: center;
    border: 0;
    padding-top: 60px;
    margin-bottom: 0;
    clear: both;
}
/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    padding: 6px 12px; 
    margin: 0;
    border: 2px solid #e9eff5 !important;
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }
/* Style the numbers */
.wp-pagenavi span, .wp-pagenavi a { 
    font-weight: bold !important; 
    color: #000 !important;
    font-size: 22px !important;
    line-height: 2em !important;
}
/* Style the current and hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover { 
    color: #fff !important;
    background-color: #3dcb13 !important;
}
/* Style the page count text */
.wp-pagenavi :first-child { color: #fff !important; }
/* Add before and after text to link arrows */
.wp-pagenavi .nextpostslink:before { content: 'Next '; }
.wp-pagenavi .previouspostslink:after { content: ' Prev'; }

@media (min-width: 992px) {
  .arcade-app {
    margin-left: 238px;
  }

  .arcade-compact .arcade-app {
    margin-left: 0;
  }
	
	.controllerinfo p {
    	width: 80%;
		color: #000;
		font-size: 1em;
	}
}

@media (max-width: 768px) {
  .arcade-content {
    padding: 15px 0px;
  }
	.footer {
		height: 100% !important;
	}
}

@media (max-width: 992px) {
  .arcade-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1070;
  }

  .arcade-nav.mobile-show {
    display: block;
  }
}

@media (max-width: 992px) {
  .arcade-nav header .menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .arcade-toolbar {
    left: 238px;
  }

  .arcade-compact .arcade-toolbar {
    left: 0;
  }
}
@media only screen and (max-width: 425px) {
	.grid-row {
		grid-template-columns: repeat(auto-fill, minmax(175px, 175px));
		grid-gap: 5px 3px;
	}
	.thumb {
		width: unset;
	}
	.game, .card-content.p-1 {
		width: unset;
	}
}



.footer {
  height: 300px;
  background-image: url("https://github.com/Kageetai/mario-background-parallax/blob/master/img/mario.gif?raw=true"), url("https://github.com/Kageetai/mario-background-parallax/blob/master/img/ground.png?raw=true"), url("https://github.com/Kageetai/mario-background-parallax/blob/master/img/bushes.png?raw=true"), url("https://9arcade.com/back-mario.png");
  background-color: transparent;
  background-repeat: no-repeat, repeat-x, repeat-x, repeat-x;
  background-position: left 30% bottom 22px, left 0px bottom 0px, left 0px bottom 22px, left 0px bottom 0px;
  animation: back 15s infinite linear;
}

@keyframes back {
  0% {
    background-position: left 30% bottom 22px, left 0px bottom 0px, left 0px bottom 22px, left 0px bottom 0px;
  }
  50% {
    background-position: left 50% bottom 22px, left -816px bottom 0px, left -508px bottom 22px, left -256px bottom 0px;
  }
  100% {
    background-position: left 30% bottom 22px, left -1632px bottom 0px, left -1016px bottom 22px, left -512px bottom 0px;
  }
}


body {
	background: linear-gradient(-45deg, #3cb3dd, #23a6d5);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

.blog {
	font-family: "PT Sans", sans-serif;
	font-size: 20px;
}
.blog h1 {
	font-weight: 700;
}
.blog img-fluid {
	width: 100%;
	margin: 0 auto;
}
.blog hr {
    width: 30%;
    border: solid 3px;
    border-radius: 10px;
    color: #66df9b;
    opacity: inherit;
}

.breadcrumbs span, .breadcrumbs a {
	color: #1c799a;
	font-size: 14px;
}


.col-md-2.game-left img,
.col-md-2.game-right img {
    width: 100%;
    max-height: 140px;
    height: auto;
    margin: 5px;

}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}