/*
Theme Name: AZ Theme
Theme URI: https://www.azgames.net
Description: Premium WordPress Arcade Theme.
Version: 1.0
Author: AZ Games
Author URI: https://www.azgames.net
*/

/* #Animations
================================================== */

@-webkit-keyframes animatedown { from {-webkit-transform:translate(0px, -5px)} to {-webkit-transform:translate(0px, 0px)} }
@-moz-keyframes animatedown { from {-moz-transform:translate(0px, -5px)} to {-moz-transform:translate(0px, 0px)} }
@-ms-keyframes animatedown { from {-ms-transform:translate(0px, -5px)} to {-ms-transform:translate(0px, 0px)} }
@-o-keyframes animatedown { from {-o-transform:translate(0px, -5px)} to {-o-transform:translate(0px, 0px)} }
@keyframes animatedown { from {transform:translate(0px, -5px)} to {transform:translate(0px, 0px)} }

@-webkit-keyframes animateup { from {-webkit-transform:translate(0px, 5px)} to {-webkit-transform:translate(0px, 0px)} }
@-moz-keyframes animateup { from {-moz-transform:translate(0px, 5px)} to {-moz-transform:translate(0px, 0px)} }
@-ms-keyframes animateup { from {-ms-transform:translate(0px, 5px)} to {-ms-transform:translate(0px, 0px)} }
@-o-keyframes animateup { from {-o-transform:translate(0px, 5px)} to {-o-transform:translate(0px, 0px)} }
@keyframes animateup { from {transform:translate(0px, 5px)} to {transform:translate(0px, 0px)} }

@-webkit-keyframes animateleft { from {-webkit-transform:translate(0px, 0px)} to {-webkit-transform:translate(10px, 0px)} }
@-moz-keyframes animateleft { from {-moz-transform:translate(0px, 0px)} to {-moz-transform:translate(10px, 0px)} }
@-ms-keyframes animateleft { from {-ms-transform:translate(0px, 0px)} to {-ms-transform:translate(10px, 0px)} }
@-o-keyframes animateleft { from {-o-transform:translate(0px, 0px)} to {-o-transform:translate(10px, 0px)} }
@keyframes animateleft { from {transform:translate(0px, 0px)} to {transform:translate(10px, 0px)} }

/*-----------------
   GLOBAL
-----------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
/*
html {
  cursor: url(images/cursor.png), auto;
}
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {background: #00385f;background: linear-gradient(90deg, #296da5, #24b3c0);font-family: "Nunito", sans-serif;}

.right {
  float: right;
}

h1 { font-size: 22px; }
h2 { font-size: 22px;font-weight: 700; }
h3 { font-size: 20px; }
h4 { font-size: 14px; }

.ad728wrap{width: 100%;text-align: center;}

.ad728, .ad336 {
  /*width: 728px;
  height: 90px;*/
  margin: 10px auto;
}

.ad336 {
  width: 336px;
  height: 280px;
}

.gamesideleft {
    position: fixed;
    left: 20px;
    top: 80px;
    width: 300px;
}

.gamesideright {
   position: fixed;
    right: 20px;
    top: 80px;
    width: 300px;
}
@media (max-width: 1200px){
.container {max-width: 100%;}
}
/********************/

/*  MAIN ELEMENTS   */

/********************/
.blackspace, .main {
  background: url(images/blackspace.png);
  overflow: hidden;
  color: #fff;
  width: 100%;
  float: left;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.main {
  color: #fff;
  width: 100%;
  float: left;
  margin: 15px 0;
  min-height: 500px;
}

.single_game_wrap {
  position: relative;
  width: 100%;
  float: left;
}

.main-game {
  width: 100%;
 /* min-height: 500px; */
    margin-bottom: 20px;
    -moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
-moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
}

.related {
  width: 100%;
  padding: 10px 0px 100px 0px;
  text-align: center;
}

.related h2 {
  margin: 15px;
}

#myarcade_game {
  z-index: 99999;
  position: relative;
}

.lgtbxbg-pofi {
  position:fixed;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #000;
}

.border-radius {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.border-radius-top {
  -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.padding-10 {
  padding: 20px;
}

.padding-both {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacer, .spacer-special {
  height: 1px;
  float: left;
  background: url(images/blackspace.png);
  border-bottom: 1px solid rgba(250,250,250,0.05);
  width: 100%;
  margin: 25px 0;
}

.spacer-special {
  display: none;
  margin: 15px 0;
}

.fixheader {height: 70px;width: 100%;margin-bottom: 10px;}

#header {
  margin-bottom: 20px;
  width: 100%;
  background: #222222;
position: relative;
    z-index: 999;
}
#header .dropdown-menu.show {
    z-index:99999;
}
#header .logo {
  float: left;
}

#header .logo img {
  outline: none;
  border: none;
}

#header_wrap {padding: 0 20px;}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0);
    border: none;
}
.header-search {
  float: right;
  margin: 5px 15px 15px 0;
  position: relative;
}

.header-search input {
  border: none;
  float: right;
  width: 170px;
  color: #fff;
  padding: 12px 15px;
  background: url(images/blackspace.png);
  -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s;
}

.header-search input.text {
  color: #fff;
  color: rgba(250,250,250,0.3);
  font-style: italic;
}

.header-search input:focus {
  color: #fff;
  width: 200px;
  background: url(images/whitespace.png);
}

.header-search .submitbttn, .header-search .submitbttn:hover {
  float: right;
  background: #f4d800 url(images/search.png) no-repeat;
  background-position: 7px 8px;
  height: 30px;
  width: 30px;
  padding: 4px;
  border: none;
  position: absolute;
  right: 7px;
  top: 5px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

/* Menu */

.menu {
  margin: 0px 10px;
  float: left;
}

.menu span.icon:before, a.btn2 span.icon:before {
  font-size: 14px;
  color: #ffc809;
  margin: 0 10px 0 0;
}

.menu a.btn, a.btn2 {
  text-transform: uppercase;
  margin: 7px 0;
  float: left;
  color: #fff;
  padding: 7px 10px 8px 25px;
  background: url(images/whitespace.png);
    -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  border-top: 1px solid rgba(250,250,250,0.1);
}

a.btn2 { background: #ffc809 url(images/dg.png); background-position: 0 17px; border: 1px solid #ffc809; }

.menu a.btn:hover {
  background: url(images/blackspace.png);
}

.menu a.btn:hover span.icon:before, a.btn2 span.icon:before {
  color: #fff;
}

.menu ul.actions {
    display:none;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 170px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 45px 0 0 5px;
    padding: 5px 10px;
    -webkit-animation:animatedown 0.3s;
    -moz-animation:animatedown 0.3s;
    -ms-animation:animatedown 0.3s;
    -o-animation:animatedown 0.3s;
    animation:animatedown 0.3s;
    font-size: 16px;
    font-weight: 700;
}

.menu ul.actions a {
  color: #222222;
}

.menu ul.actions a:hover {
  color: #ffc809;
}

.menu ul.actions li {
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}

.menu ul.actions li:last-child {
  border-bottom: none;
}

.menu:hover ul.actions {
  display: block;
  max-height: 90vh;
  overflow: auto;
}

.menu ul.actions li a {
  list-style: none;
  display: block;
  width: 100%;
  padding: 8px 15px;
}

/* */

.social span.icon:before {
  font-size: 12px;
}

.social ul {
  float: right;
  list-style: none;
  padding-right: 15px;
  margin: 0;
}

.social ul a {
  color: #fff;
}

.social ul li {
  margin: 12px 0 15px 3px;
  display: inline-block;
}

.social ul li a {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  height: 50px;
  width: 50px;
  padding: 4px 7px 7px 7px;
}

.social ul li.facebook a:hover {
  background: #2b60b8;
}

.social ul li.twitter a:hover {
  background: #459ae2;
}

.social ul li.gplus a:hover {
  background: #d84a38;
}

.social ul li.youtube a:hover {
  background: #c50000;
}

#games_wrap{ padding-bottom: 20px;}

#games_wrap h1 {
  text-align: center;
}

#games {
  margin: 0 auto;
     z-index: 9;
}

#games:after {
  content: '';
  display: block;
  clear: both;
}

.games .thumb {
  width: 100%;
  height: 100%;
  float: left;
    border-radius: 10px;
}

.games img {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  float: left;
border-radius: 10px;
}

.games:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-filter: blur(1px);
}

.games {
  float: left;
  width: 130px;
  height: 130px;
  margin: 0 0 14px 9px;
  border-radius: 10px;
  /*position: relative;*/
    /*
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.3);
    */
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
    overflow: hidden;
}
/*
.games:hover {
  border-color: #ffc809;
}
*/
.games .gametitle {
  display: none;
  position: absolute;
  color: #fff;
  width: 100%;
  top: 0;
  text-align: center;
  font-weight: 500;
  padding: 54px 5px 0px 5px;
  z-index: 3;
}
.games.w2 .gametitle {padding: 126px 10px 0px 10px;}
.games .playbttn {
  display: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #3498db;
  padding: 5px 15px;
  position: absolute;
  z-index: 101;
  bottom: 0;
  margin: 20px 33px;
  -webkit-animation:animateup 0.3s;
    -moz-animation:animateup 0.3s;
    -ms-animation:animateup 0.3s;
    -o-animation:animateup 0.3s;
    animation:animateup 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(50, 50, 50, 0.5);
}

.games:hover .gametitle {
  display: block;
}

.games .playbttn:hover {
  display: block;
    background: #0C9D81;
}

.games.w2 {
 width: 275px;
height: 274px;
}

.games.w2 .thumb {
 display: flex;
justify-content: center;
height: 274px;
overflow: hidden;
}
.games.w2 .thumb img {
  flex: none;
width: auto;
height: 274px;
}
.games .hot-badge {
  background-position: -65px 0;
}
.games .new-badge {
     background: #E74C3C;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px 2px 7px;
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 102;
    -webkit-box-shadow: 0px 2px 0px 0px #bc3223;
-moz-box-shadow: 0px 2px 0px 0px #bc3223;
box-shadow: 0px 2px 0px 0px #bc3223;
}
.games .pop-badge {
     background: #ff9800;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px 2px 7px;
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 102;
    -webkit-box-shadow: 0px 2px 0px 0px #d5870b;
-moz-box-shadow: 0px 2px 0px 0px #d5870b;
box-shadow: 0px 2px 0px 0px #d5870b;
}
.games .pop-badge .badgecounter {
    font-weight: 700;
}
.games .top-badge {
     background: #3498db;
    color: #fff;
    padding: 5px 10px 5px 5px;
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 102;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
   
}
.games .top-badge .badgecounter {
    background-color: #114e80;
width: 24px;
height: 24px;
padding: 0px 0px 0px 7px;
border-radius: 50%;
display: inline-block;
margin: 0px 3px 0px 0px;
}
.games .top-badge img {
    width: auto;
}

.games:hover .hot-badge, .games:hover .new-badge, .games:hover .pop-badge, .games:hover .top-badge { display: none; }

#infscr-loading {
  background: url(images/blackspace.png);
  padding: 15px;
  bottom: 60px;
  right: 10px;
  position: fixed;
  z-index: 250;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
    color: #ffffff;
}

/* */

#footer {
  width: 100%;
color: #fff;
  padding: 15px 15px;
  margin-top: 25px;
}

#footer a {color: #ffffff;}
#footer a:hover {color: #3498db;}
#footer .info-footer {float:left;}
#footer .menu-footer {float: right;}
#footer .menu-footer ul li {
  display: inline-block;
  list-style: none;
  padding-left: 15px;
}

#footer .powered {
  float: left;
}

/* Single */
.exit-fullscreen {
 float:left;
 background: #282828;
  width: 100%;
  padding: 5px 15px;
text-align: left;
}
.exit-fullscreen a {font-size: 14px; color: #e1e1e1;text-decoration: none;}
.exit-fullscreen a:hover {color: #fff;text-decoration: none;}
.title-special {
 float:left;
    color: #333333;
  background: #ffffff;
  width: 100%;
  padding: 10px;
    height: 58px;
}

.title-special h1 {
  float: left;
    color: #333333;
padding: 5px 0 20px 0;
margin: 0px;
  font-size: 24px;
  font-weight: 700;
}

.title-special .playcount {
  background: url(images/blackspace.png);
  float: right;
  padding: 5px 15px;
}

.description .control {
  float: left;
}

.description .control ul li {
  display: inline-block;
  list-style: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  margin-right: 5px;
  font-weight: 700;
}

.description .control ul li a { color: #333; }

.description .control ul li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.description .control span:before { font-size: 18px; margin-top: 5px; }

.subtitle {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: url(images/blackspace.png);
  width: 100%;
  padding: 10px;
}

.subtitle h1 {
  font-size: 18px;
}

.description {
   background: #ffffff;
  padding: 20px;
  width: 100%;
    margin-bottom: 20px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
-moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
}

.thegame {
/*  background: url(images/blackspace.png);  */
  width: 100%;
  display: none;
    float: left;
}

.preloader {
  text-align: center;
  background: url(images/blackspace.png);
  width: 100%;
  min-height: 450px;
  padding-top: 15px;
}

.walkthrough {
  padding: 15px 0;
  width: 100%;
  float: left;
  text-align: center;
  display: none;
  height: 100%;
  max-height: 330px;
  margin-bottom: 15px;
}

/* Responsive Videos */
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-bottom: 1em; width: 100%; max-height:330px;}
.video-container iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height: 330px;}

.single .tags {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}

.single .tags ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 5px;
  background: url(images/blackspace.png) repeat;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 10px;
}

.single .tags ul li a {
  color: #fff;
  font-weight: 700;
}

.single .tags ul li:hover { background: url(images/whitespace.png); }

/* Page */
.page p {
  margin-bottom: 15px;
}

.notfound {
  text-align: center;
  padding: 150px 0;
}

nav.navigation.pagination {
  margin: 10px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  font-size: 16px;
	margin: 0 4px;
  border: 1px solid #eee;
  color: #b3a1f8;
  padding: 5px 10px;
	text-decoration: none;
	border-radius: 2px;
  border-radius: 12px;
}
.page-numbers.current,
a.page-numbers:hover {
  background-color: #ffc809;
  color: #000;
}


/* EXTRA STUFF */
#commentform input[type="text"] {
    background-color: #fcfcfc !important;
color:#999;
    border: 1px solid #eee;
}
#commentform [class*="icofrm"][class*="fa"]::before, #commentform [class*="fa"][class*="frm-ok"]::after, #commentform [class*="fa"][class*="frm-no"]::after {
    position: absolute;
    top: 0;
    line-height: 35px;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0;
    color: 
    #ddd;
}
#infscr-loading img { display: none; }
.navbar-brand {margin-right: 0px;}
.navbar-nav .menu-item {padding-right: 15px;}
.navbar-nav .fas::before {
    float: left;
    margin-top: 11px;
    color: #3498db;
     width: 25px;
}
.navbar-nav .fas a {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    float:left;
}
.navbar-dark .navbar-nav .current_page_item a {
    color: #3498db;
}
#footer .menu-item a {
   padding: 0px;font-weight: 500;
}
.title-image img {border-radius: 5px;margin-bottom: 20px;}
.resp-logo {margin-right: 30px;}
#header .dropdown-toggle {padding-left: 25px;}
#header .dropdown i {}
#header .menu-item a {padding-top: 12px;}
#header .dropdown {margin-top: -27px;}
.gamefooter {float: left;width:100%;background:#ffffff;padding: 15px;margin-top: -7px;}
.gamefooter .btn-group i {color: #fff;}
.thegame embed, .thegame iframe, .thegame object, .thegame video {
    width: 100%;
    background: #000000;
}
.above-game {width: 100%;margin-bottom: 20px;clear: both;}
.below-game {width: 100%;margin-bottom: 20px;clear: both;}
.above-game img, .below-game img {width: 100%;}
.share-game-top {float:right;height: 30px;margin-top: 4px;}
.share-game-bottom {display:none;margin: 10px 0px;}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {margin-top: -6px;}
.game-info-box {background:#ffffff;
padding: 20px;
width: 100%;
margin-bottom: 20px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
-moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);}
.game-info-box .game-nav-links {margin-bottom: 10px;}
.game-info-box .game-nav-links a {margin:0px 10px 10px 0px;}
.game-info-box .game-nav-links i {margin-right:3px;}
.game-stats {padding-top:5px;margin: 0px;list-style: none;}
.game-stats li {display: inline-block;margin-right: 10px;}
.game-stats li i {margin-right: 3px;}
.game-info-box h2 {font-size: 22px;font-weight: 700;}
.game-info-box h3 {font-size: 20px;font-weight: 700;}
.related h3 {font-size: 22px;font-weight: 500;color: #ffffff;padding: 10px 0px 25px 0px;}
.archive-title {padding: 10px 0px 30px 0px;}
.archive-title h1 {
font-size: 24px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    color:#ffffff;
}
.background-placeholder{background: url(images/loading.svg) no-repeat center center; }
.usr-boxbtn {
    list-style: none;margin-right: 10px;
}
.usr-boxbtn .wpum-login-form {width: 252px;padding:20px;}
.usr-profilepic {padding: 20px;width: 150px;}
.usr-profilepic img {display: block;
width: 100%;
min-height: 100%;
object-fit: cover;
    object-position: center;}
.logout-usr {
    display: block;
    clear: both;
    margin: 10px 20px;
}
.wpum-form fieldset {
    line-height: 1.5;
}
.game-info-box .comment {list-style: none;}
.commentbox {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.comment .comment-avatar {width: 55px;float: left;}
.comment .comment-author {
    float: left;
}
#fullscreenpage-btn {display: none;}
/* Tags Page Template */
.page-template-page-template-tags .description a {color: #212529;text-decoration: none;background-color: transparent;}
.page-template-page-template-tags .description a:hover {color: #3498db;text-decoration: none;background-color: transparent;}
.page-template-page-template-tags .description .badge-pill {
    border-radius: 50%;
    padding: 11px 0px 0px 0px;
    width: 32px;
    height: 32px;
    margin: 0px;
    background-color: #3498db;
}
.page-template-page-template-tags .description .list-group-item {
    padding: 0.55rem 1.25rem;
   background: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* RESPONSIVE STUFF */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .ad160, .ad160-right { display: none; }
}

@media only screen and (max-width: 1760px) {
.gamesideleft {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    position: relative;
    left: auto;
    top: auto;
}
.gamesideright {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    position: relative;
    right: auto;
    top: auto;
}    
}
@media only screen and (max-width: 730px) {
  .ad728 { display: none; }
}
@media only screen and (max-width: 570px) {
  .header-search {
    display: none;
  }
.menu {
    float: right;
  }
.resp-logo {width: 80%;margin-right: 0px;}
.resp-logo img {width: 100%;}
.share-game-bottom {display:block;}
#footer .info-footer {float:none;text-align:center;margin-bottom: 10px;}
#footer .menu-footer {float: none;text-align: center;margin-bottom: 10px}
#footer .menu-footer ul li {padding-left: 10px;padding-right: 10px;}
}
/* RESPONSIVE nav mobile STUFF */
@media only screen and (max-width: 1260px) {
.usr-boxbtn {margin-right: 0px;margin-top: 10px !important;margin-bottom: 10px;}
.usr-boxbtn .nav-link {width: 100%;}
.usr-boxbtn .dropdown-menu.show {position: static;float: none;}
.navbar .input-group {margin-bottom: 10px;}
}
@media (min-width: 1262px) {
    .navbar .input-group {width: 245px;}
    .navbar-nav .fas::before {
    width: auto;
}
    #header .dropdown {margin-top: 0px;}
    #header .dropdown-toggle {padding-left: 10px;}
.mb-lg-0, .my-lg-0 {
        margin-bottom: 0.5rem !important;
}
.mt-lg-0, .my-lg-0 {
   margin-top: 0.5rem !important;
}
}