/*
Theme Name: HL Game
Theme URI: https://wordpress.org/
Description: Premium Wordpress Arcade Theme based on the best game sites like friv, yepi, a10 and y8.
Version: 2.1.2
Author: HL Game
Author URI: https://wordpress.org/
*/
/*-----------------
   GLOBAL
-----------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html {
    cursor: url(./images/cursor.png), auto;
    box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
}
body {
    color: #fff;
    background: #21194c;
    font-size: 16px;
    font-family: "Arial", Sans-serif;
    line-height: 1.6em;
}
input, textarea {
    border: 1px solid rgba(250,250,250,0.1);
    outline: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.right {
    float: right;
}
a, a:active, a:visited { 
    text-decoration: none;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    color: #dd2033;
    border: none;
    outline: none;
}
a:hover {
    color: #fff;
    cursor: url(./images/cursorhand.png), auto;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 15px;
    line-height: 1.3;
  }
h1 {
    font-size: 24px;
    margin-bottom: 0; 
}
h2 {
    font-size: 20px; 
}
h3 {
    font-size: 18px; 
}
h4 {
    font-size: 16px; 
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 15px;
}
.ad728, .ad336 {
    width: 728px;
    height: 90px;
    margin: 25px auto;
}
.ad336 {
    width: 336px;
    height: 280px;
}
.adbelowgame {
   width:100%;
   float:left;
   height:135px;
}
b, strong {
    font-weight: bold;
}
/*-----------------
   MAIN ELEMENTS
-----------------*/
.main, .main-game {
    background: url(./images/blackspace.png);
    overflow: hidden;
    margin: 20px;
    padding: 10px;
}
.main-game {
    padding: 10px;
    margin: 0 auto;
}
iframe {
    border: 0;
    z-index: 1051;
}
.lgtbxbg-pofi {
    position:fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000;
}
.single_game_wrap {
    position: relative;
    width: 100%;
}
.single_game_wrap h1 {
    text-align: center;
}
.border-radius {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.padding-10 {
    padding: 10px;
}
.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;
}
.content {
    clear: both;
    padding: 10px;
}
/*-----------------
   HEADER
-----------------*/
#header {
    background: #423780 url(./images/dg.png) repeat-x bottom;
    height: 80px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #423780;
    width: 100%;
    display: inline-block;
}
#header .logo {
    float: left;
    margin: 20px 0 0;
}
#header .logo h1 {
    display: none;
}
#header .logo img {
    outline: none;
    border: none;
    width: 150px;
    height: auto;
}
.header_wrap {
    padding: 0 20px;
}
.header-search {
    float: right;
    margin: 20px 15px;
}
.header-search input {
    float: right;
    width: 130px;
    color: #fff;
    padding: 10px 25px;
    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.text:focus {
    color: #fff;
    width: 135px;
    background: url(./images/whitespace.png);
}
.header-search .submit {
    float: right;
    background: url(./images/search.png) no-repeat;
    background-position: 5px 5px;
    height: 30px;
    width: 30px;
    padding: 4px;
    border: none;
    margin-left: 10px;
    margin-top: 6px;
}
/*-----------------
   MENU
-----------------*/
.menu {
    margin: 0px 10px;
    float: left;
}
.menu i {
    font-size: 16px;
    color: #dd2033;
    margin: 0 10px 0 0;
}
.menu a.btn {
    margin: 20px 0;
    float: right;
    color: #fff;
    padding: 7px 10px 7px 25px;
    background: url(./images/whitespace.png);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid rgba(250, 250, 250, 0.1);
}
.menu a.btn:hover {
    background: #dd2033;
}
.menu a.btn:hover i {
    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: 70px 0 0;
    padding: 5px 0;
}
@-webkit-keyframes aniload {
    from {opacity:0}
    to   {opacity:1}
}
@-moz-keyframes aniload {
    from {opacity:0}
    to   {opacity:1}
}
@-ms-keyframes aniload {
    from {opacity:0}
    to   {opacity:1}
}
@-o-keyframes aniload {
    from {opacity:0}
    to   {opacity:1}
}
@keyframes aniload {
    from {opacity:0}
    to   {opacity:1}
}
.menu ul.actions {
    -webkit-animation:aniload 0.3s;
    -moz-animation:aniload 0.3s;
    -ms-animation:aniload 0.3s;
    -o-animation:aniload 0.3s;
    animation:aniload 0.3s;
}
.menu ul.actions a {
    color: #dd2033;
}
.menu:hover ul.actions {
    display: block;
}
.menu ul.actions li {
    list-style: none;
}
.menu ul.actions li a {
    list-style: none;
    display: block;
    width: 100%;
    padding: 8px 15px;
}
/*-----------------
   BTNS
-----------------*/
.btns ul a i {
    font-size: 14px;
}
.btns ul {
    padding-left: 15px;
    float: left;
    list-style: none;
    margin: 0;
}
.btns ul a {
    color: #fff;
}
.btns ul li {
    margin: 20px 5px 20px 0;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: url(./images/blackspace.png);
    padding: 7px 11px 13px 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btns ul li:hover a {
    color: #fff;
}
.btns ul li:hover {
    background: #dd2033;
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    -o-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
}
#feat {
    background: url(./images/blackspace.png);
    display: none;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.1);
}
/*-----------------
   GAMES WRAP
-----------------*/
#games_wrap {
    margin: 0 auto;
    text-align: center;
}
#games_wrap::after, #games::after {
    clear: both;
    content: "";
    display: block;
}
#games {
    margin: 15px auto;
}
.play_wrap {
    margin: 20px;
    padding: 0;
}
.container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.games .thumb {
    background: #000;
    width: 93px;
    height: 93px;
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.games img {
    outline: none;
    border: none;
    width: 93px;
    height: 93px;
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s;
}
.games:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.games {
    float: left;
    width: 93px;
    height: 93px;
    margin: 7px;
    background: #423780 url(./images/gamesbg.png) no-repeat;
    padding: 4px;
    border: 1px solid rgba(250,250,250,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.games:hover {
    background-color: #dd2033;
}
.games .play {
    display: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dd2033;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    z-index: 5;
    color: #fff;
    margin: 35px;
}
.games:hover .play {
    display: block;
}
/*-----------------
   NOT FOUND
-----------------*/
.notfound {
    text-align: center;
    padding: 150px 0;
}
/*-----------------
   FOOTER
-----------------*/
#footer {
    color: #fff;
    padding: 10px;
    background: url(./images/blackspace.png);
    border-top: 1px solid rgba(250,250,250,0.1);
}
#footer a {
    color: #fff;
}
#footer .menu-footer {
    float: left;
}
#footer .menu-footer ul {
    text-align: right;
}
#footer .menu-footer ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
}
/*-----------------
   SINGLE
-----------------*/
.title-special {
    background: #423780 url(./images/dg.png) repeat-x bottom;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-bottom: 1px solid #423780;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.single h1 {
    font-size: 22px;
}
.single .player {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}
.single .player .control {
    margin-top: 10px;
}
.single .player .control ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    font-weight: 700;
}
.single .player .control ul li a {
    color: #fff;
}
.single .player .control ul li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.single .player .control i {
    font-size: 18px;
    margin-top: 5px;
}
.single .related .games {
    margin: 10px 8px 10px 8px;
}
.description .tags a, .description .tags span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 5px 5px 0;
    background: url(./images/blackspace.png) repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px;
}
.description .tags span {
    color: #dd2033;
}
.description .thumb {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 15px 5px 0;
    background: #423780 url(./images/gamesbg.png) no-repeat;
    padding: 4px;
    border: 1px solid rgba(250,250,250,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.description .thumb img {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s;
}
.description .spacer {
    margin: 10px 0;
}
.entry-content h2 {
    background: #423780 url(./images/dg.png) repeat-x bottom;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #423780;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
}
/*-----------------
   RESPONSIVE
-----------------*/
@media only screen and (max-width: 767px) {
    #feat .container {
        width: 100%;
    }
    .btns {
        display: none;
    }
    .btns ul {
        float: none;
        text-align: center;
        padding: 0;
    }
    #footer .menu-footer, .breadcrumb {
        display: none;
    }
    #header {
        height: auto;
    }
    .header-search {
        float: right;
        margin: 20px 0;
    }
    .header-search input {
        float: right;
        width: 90px;
        color: #fff;
        padding: 10px 25px;
        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.text:focus {
        color: #fff;
        width: 100px;
        background: url(./images/whitespace.png);
    } 
    .spacer-special {
        display: block;
    }
    .ad728, .adbelowgame {
        display: none;
    }
}
@media only screen and (max-width: 549px) {
    .header_wrap {
        text-align: center;
    }
    #header .logo {
        float: none;
        display: block;
        text-align: center;
    }
    .header-search {
        display: none;
    }
    .menu {
        float: none;
        text-align: center;
        display: inline-block;
        margin: 0;
    }
    .menu a.btn {
        float: none;
        display: inline-block;
    }
    .menu ul.actions {
        width: 100%;
        text-align: left;
        margin: 0;
        left: 0;
    }
    #footer {
        text-align: center;
    }
}