/*
Theme Name:  BGames
Author:  B Games
Author URI: https://coolmathgame.co
Description:  BGames is an online game's theme.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 2.0.0
Tags: left-sidebar, right-sidebar, rtl-language-support, theme-options, custom-colors, custom-logo, featured-images
Text Domain: bgames
Domain Path: /languages
*/

@font-face {
    font-family: source sans pro;
    src: url(/wp-content/themes/bgames/fonts/source-sans-pro-regular.woff2) format("woff2"),url(/wp-content/themes/bgames/fonts/source-sans-pro-regular.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: source sans pro;
    src: url(/wp-content/themes/bgames/fonts/source-sans-pro-600.woff2) format("woff2"),url(/wp-content/themes/bgames/fonts/source-sans-pro-600.ttf) format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: source sans pro;
    src: url(/wp-content/themes/bgames/fonts/source-sans-pro-700.woff2) format("woff2"),url(/wp-content/themes/bgames/fonts/source-sans-pro-700.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

body {
    font-family: source sans pro,sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-family: source sans pro,sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-size: 19px;
}

ol,ul,*,::before,::after {
    box-sizing: border-box;
}

a {
    color: #fff;
    text-decoration: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1030;
}

#top-header {
    height: 60px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    width: 224px;
    margin-left: 4rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.grid {
    display: grid;
    gap: 14px;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}

.g-col {
    width: auto;
    height: auto;
}

ul.grid.hd {
    padding: 0;
}

.hd {
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
}

.container {
    width: auto;
    height: auto;
    min-height: 552px;
    position: relative;
    overflow: hidden;
}

h2.header-title {
    font-size: 32px;
}

.search {
    grid-template-columns: repeat(auto-fill,minmax(164px,1fr));
}

.game-tile:hover {
    transform: scale(1.04) translate(0px,0px);
    transition-duration: .3s;
}

.game-tile {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.24) 0 6px 12px 0;
}

img.attachment-medium-thumbnail {
    display: block;
    border-radius: 10px;
}

.game-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 6px;
    color: #fff;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.25,.1,.25,1) .1s,opacity .3s cubic-bezier(.25,.1,.25,1) .1s;
    transform: translate(0px,8px);
}

.game-tile:hover .game-title {
    overflow: hidden;
    height: auto;
    opacity: 1;
    transform: translate(0px,0px);
    text-shadow: #000 1px 1px 1px;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(49,62,86,0.8) 80%);
}

#mobileUserMenu {
    display: flex;
    position: fixed;
    background: 0 0;
    top: 0;
    right: 0;
    float: right;
    width: 54px;
    height: 58px;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.gametop,.gamebottom {
    position: relative;
    overflow: hidden;
    grid-template-columns: repeat(10,1fr);
}

.gamebottom {
    margin-bottom: 20px;
}

.ratings {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
}
.cat-img {
    display: flex;
    align-items: center;
}

.game-img {
    padding-right: 10px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container, .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text{
    margin: 0;
}
.rmp-rating-widget.js-rmp-rating-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin: 0;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    margin: 0 0 0 10px;
}

span.rmp-rating-widget__results__rating.js-rmp-avg-rating {
    display: inline-block;
    color: #fff;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 19px;
    vertical-align: middle;
    background-color: #6495ed;
}
.game_buttons {
    position: absolute;
    right: 10px;
}

.bordeswf {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    display: flex;
    background: linear-gradient(-45deg,rgb(238,119,82),rgb(231,60,126),rgb(35,166,213),rgb(144,202,249)) 0px 0px/300% 300%;
    animation: 60s ease 0s infinite normal none running pluto-gradient;
}

.wp-img {
    width: 150px;
    height: 150px;
    margin-top: -99px;
    border-radius: 4px;
    box-shadow: transparent 0 1px 2px;
}

.wp-button {
    margin: 10px 0;
    padding: 5px 0;
    border-radius: 6px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: transparent 0 1px 2px;
    width: 150px;
    background-color: rgba(255,255,255,.9);
}

.wp-button a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.header, .cat-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
}
.header p {
    margin: 0;
}
.seo_content_box a {
    color: #fff;
}

#header_title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
}

.footer {
    width: auto;
    height: auto;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 10%;
    overflow: hidden;
}

.footer-copyright-area {
    display: flex;
    width: auto;
    color: #fff;
    background: #0e4d8b;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-size: 19px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.game-left-small,.game-left {
    grid-column: span 1/auto;
    height: max-content;
}

.game-play-left {
    margin: 0;
    grid-column: span 1/auto;
    height: max-content;
}

.game-right-small {
    margin: 0;
    grid-column: span 1/auto;
    height: max-content;
}

.gameplay-right-ads {
    grid-column: span 2/auto;
    text-align: center;
    min-width: 320px;
    height: 620px;
    position: relative;
    overflow: hidden;
}

.seo-content {
    margin-top: 10px;
    width: auto;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#breadcrumb {
    font-weight: 600;
}

picture.game-img {
    display: contents;
    position: relative;
    overflow: hidden;
}

#content {
    color: #fff;
    font-size: 24px;
    width: auto;
    min-height: calc(100vh - 143px);
    padding: 0;
    overflow: hidden;
}

.page-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.pagecontent {
    color: #585858;
    background-color: #fff;
    width: auto;
    min-height: 552px;
    padding: 40px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.pagecontent a {
    color: #585858;
}

.menu,.menu2,.menu3,.follow-us {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

#menu-menu-footer a,#menu-footer2-navigation a,#menu-footer3-navigation a {
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
}

#social {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 1em;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.facebook,.instagram,.linkedin,.pinterest,.twitter {
    padding-top: 10px;
    padding-right: 15px;
    display: inline-block;
    color: #fff;
}

.fbook,.insta,.linked,.pint,.twit {
    color: #fff;
    width: 24px;
    height: 24px;
}

svg.fbook:hover {
    color: #1877f2;
    background: #fff;
    border-radius: 50px;
}

svg.twit:hover {
    color: #1d9bf0;
    background: #fff;
    border-radius: 50px;
}

svg.insta:hover {
    color: #da4277;
    background: #fff;
    border-radius: 6px;
}

svg.pint:hover {
    color: #e60023;
    background: #fff;
    border-radius: 50px;
}

svg.linked:hover {
    color: #0a66c2;
    background: #fff;
    border-radius: 2px;
}

#menu-footer2-navigation {
    font-weight: 400;
}

#gamecontainer {
    display: grid;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    position: relative;
}

#my_game {
    float: left;
    overflow: hidden;
    height: 100%;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    position: relative;
}

#fullgame {
    width: 100%;
    height: 445px;
    max-height: 627px;
    margin: 0;
    display: block;
    position: relative;
    border-radius: 4px;
    padding: 0;
}

#play_game {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
}

#playframe {
    width: 100%;
    height: 100%;
}

.seo_content_box {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: auto;
    height: 100%;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.escenario {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    position: relative;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.fullscreen {
    color: #fff;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.allcomments,.game_info_content,.game-video {
    float: left;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    border-radius: 10px;
}

.game_title, .game_titles {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.game-detail h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.gameplay-bottom {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.desc {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
}

.cat-tags-info {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
}

.cat-info {
    float: left;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 10px;
}

.tags-info {
    float: left;
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#bc {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#bc a {
    margin-right: 10px;
}

#bc a,#breadcrumb a {
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb_last {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}

.video-container iframe {
    width: 100%;
    height: 600px;
}

.cat {
    min-height: 552px;
}

.cat-desc {
    width: 100%;
    height: auto;
    margin: 0;
}

.content-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
}

.cat-img img {
    float: left;
    margin: 0;
    max-width: 80px;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0,0,0,.25) 0 8px 12px 0;
}

#footer ul {
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
}

ul li a {
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

.required {
    font-weight: 400;
    font-size: 11px;
}

.ads-top,.ads-bottom {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.category-sidebar {
    float: right;
    top: 63px;
    right: 10px;
    padding: 0;
    text-align: center;
    width: 302px;
    height: 610px;
    border-radius: 0 0 10px 10px;
    background: #2c58af;
    position: absolute;
    overflow: hidden;
}

.cat-ads300x600 {
    float: right;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    width: 300px;
    height: 610px;
    position: absolute;
    overflow: hidden;
}

.AdvertisementLabel {
    height: 20px;
    bottom: 0;
    color: #e3e3e3;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.cat-item {
    height: 65px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.24) 0 6px 12px 0;
}

.cat-item:hover {
    transform: scale(1.06) translate(0px,0px);
    transition-duration: .3s;
    text-decoration: none;
}

.catmenu li {
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 0;
}

.catmenu li:hover {
    color: #fff;
    background-image: none;
    position: relative;
    margin: 0;
    height: auto;
    cursor: pointer;
}

.cat-item-link {
    display: flex;
    align-items: center;
}

.catmenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    list-style: none;
    position: absolute;
    top: 0;
    left: 399px;
    right: 310px;
    height: 60px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    z-index: 999;
}

.catmenu a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 0;
    padding: 20px;
    margin: 0;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
}

.search-img {
    width: 19px;
    height: 19px;
    position: relative;
}

.searchimg {
    color: #1f3d7a;
    width: 19px;
    height: 19px;
    position: relative;
}

#searchArea {
    position: fixed;
    background: 0 0;
    top: 20px;
    right: 10px;
    width: 32px;
    height: 32px;
    margin: 0;
    z-index: 999;
    cursor: pointer;
}

.search-form-wrapper input {
    color: #585858;
    width: 100%;
    height: 36px;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    border: none;
    outline: none;
    text-align: left;
    position: relative;
}

.search-form-wrapper button {
    overflow: visible;
    position: absolute;
    width: 22px;
    height: 34px;
    top: -6px;
    padding: 0;
    cursor: pointer;
    margin: 0;
    border: none;
    background-color: transparent;
}

h1.title {
    text-align: center;
}

.module_title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 0 10px 10px;
    margin: 0;
}

.cat-item-title {
    display: block;
    font-size: .8925em;
    font-weight: 700;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: normal;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    line-height: 1;
}

.cat-item img {
    width: 87px;
    height: auto;
    border-radius: 10px 0 0 10px;
}

.post-ratings img,.post-ratings-image img,.post-ratings-loading img {
    width: auto;
    height: auto;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.wp-pagenavi a,.wp-pagenavi span {
    font-size: 22px;
    text-decoration: none;
    float: left;
    height: auto;
    margin: 0;
    padding: 5px 20px 9px;
    font-weight: 400;
}

.wp-pagenavi .current {
    font-size: 22px;
    font-weight: 400;
}

.nextpostslink {
    border-radius: 0 6px 6px 0;
}

.previouspostslink {
    border-radius: 6px 0 0 6px;
}

.comment-reply-title {
    display: flex;
    justify-content: space-between;
}

.comment-respond>:first-child {
    margin-top: 0;
}

.comment-respond>:last-child {
    margin-bottom: 0;
}

.comment-form>p {
    margin: 0;
}

.comment-meta.commentmetadata a,.comment-reply-link {
    color: #fff;
    font-size: 20px;
}

.avatar.avatar-60.photo {
    width: 50px;
    border-radius: 50px;
}
 .cmnt-cn{
    padding-left: 80px;
    margin-left: 10px;
    position: relative;
}
 .cmnt-cn figure{
    padding: 5px;
    border-radius:50%;
    left: 0;
    top: 0;
    position: absolute;
}
 .cmnt-cn figure img{
    padding: 0;
}
 .cmnt-cn>div{
    background-color: #f8f8f8;
    padding: 15px 15px 25px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px 10px 10px 10px;
}

 .cmnt-cn>div:before{
    position: absolute;
    content: '';
    border-top:15px solid #F8F8F8;
    border-left:15px solid transparent;
    left: -15px;
    top: 0;
}
 .cmnt-cn>div .comment-reply-link{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
    color: #525252;
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    font-weight: 600;
}
 .comment-notes{
    margin-bottom: 10px;
}
 .url {
     color: #525252;
     font-size: 16px;
     font-weight: 600;
}
.date {
    float: right;
    color: #525252;
}

 .cmnt-cn p {
     color: #525252;
}

[type=button], [type=reset], [type=submit], button {
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
}

div#respond {
    padding: 10px;
}

    input#author, input#email {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    position: relative;
}
textarea#comment {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
}
.comment-form-url,.comment-form>.comment-form-cookies-consent,.comment-notes {
    display: none;
}

@media(max-width: 1775px) {
    #my_game,.game-content {
        grid-column:span 6/auto;
}

    .game-play-left-ads,.game-left-small {
        display: none;
}
}

@media(max-width: 1366px) {
    .game-right-small,.game-left,.game-play-left {
        display:none;
}

    #my_game,.game-content {
        grid-column: span 7/auto;
}

    .gameplay-right-ads {
        grid-column: span 3/auto;
}
}

@media(max-width: 1186px) {
    .container {
        margin-left:0;
}

    .gameplay-right-ads,.gameright-bottom {
        display: none;
}

    #my_game,.game-content {
        grid-column: span 10/auto;
}

    .game-related {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        position: relative;
        overflow: hidden;
}
}

@media(max-width: 991px) {
    .game-play-right {
        display:none;
}

    .container {
        margin-right: 0;
        padding: 10px;
}

    #footer-copyright-area {
        float: none;
        height: auto;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        overflow: hidden;
}

    video {
        max-width: 100%;
}

    .navbar-logo {
        margin: 0;
}

    .catmenu::after,.navbar::after {
        display: block;
        clear: both;
        content: "";
}

    .navbar-header {
        margin: 0 auto;
}

    .navbar-header .catmenu li {
        width: 100%;
        max-width: 300px;
        text-align: center;
        background: 0 0;
}

    .navbar-header .catmenu.active {
        left: 0;
}

    .navbar-header .catmenu.active::after {
        content: "";
        display: block;
        position: fixed;
        left: 300px;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.65);
        z-index: -1;
}

    input[type=text] {
        width: calc(100% - 96px);
        height: 60px;
        font-size: 17px;
        font-weight: 400;
        text-align: center;
        outline: none;
        border: none;
        position: relative;
}

    .searchimg {
        color: #585858;
}

    button {
        z-index: 9999;
        outline: none;
        border: none;
        background: #fff;
}

    #search-form-wrapper.active::after {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 106px;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.65);
        z-index: -1;
}

    .navbar-header .catmenu li a {
        color: #fff;
        margin: 0 auto;
        padding: 20px;
        height: inherit;
        display: block;
        width: inherit;
        float: none;
        border-bottom: 1px solid #fff;
        text-shadow: none!important;
}

    .navbar-header .catmenu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        margin: 0;
        height: calc(100vh - 0px);
        width: 100%;
        max-width: 300px;
        padding: 40px 0;
        z-index: 9999;
        overflow: auto;
}

    #mobileUserMenu {
        display: none;
        right: 0;
        position: absolute;
}

    #searchArea {
        position: fixed;
        background: 0 0;
        top: 0;
        right: 0;
        width: 50px;
        height: 60px;
        margin: 0;
        padding: 0;
        z-index: 999;
        cursor: pointer;
}

    .search-icon svg {
        width: 20px;
        height: 20px;
}

    svg.searchicon {
        width: 20px;
        height: 20px;
}

    #game-play-top {
        width: auto;
        height: auto;
        position: relative;
}

    .Gametop,.gamebottom {
        flex: 0 0 100%;
        max-width: 100%;
        overflow-x: hidden;
}

    .search-toggle,.search-cancel {
        display: block;
        cursor: pointer;
}

    .search-block {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 9999;
        overflow: hidden;
        background-color: rgba(0,0,0,.52);
}

    .search-block.active {
        top: 0;
        right: 0;
}

    .search-form-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 15px;
        position: relative;
}

    .search-input {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 60px;
        text-align: center;
        position: absolute;
        border: none;
        outline: none;
        background-color: #fff;
}

    .search-icon {
        top: 20px;
        right: 15px;
        position: absolute;
}

    .searchcancel {
        width: 20px;
        height: 20px;
        color: #585858;
        z-index: 9999;
        position: relative;
}

    .search-cancel {
        width: 20px;
        height: 20px;
        z-index: 9999;
        position: relative;
}

    .category-sidebar {
        display: none;
}

    .footer-container {
        padding: 20px;
}

    .navbar {
        justify-content: center;
}

    .mmenu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: fixed;
        width: 24px;
        height: 24px;
        top: 16px;
        left: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        z-index: 999;
}

    .mmenu.toggle {
        left: 246px;
        z-index: 9999;
}

    .mmenu div {
        width: 24px;
        height: 3px;
        top: 0;
        left: 10px;
        background: #fff;
        margin: 0;
        position: relative;
        line-height: 0;
        padding: 0;
}

    .toggle .mmenu-bar-top {
        transform: rotate(45deg) translate(0px,12px);
}

    .toggle .mmenu-bar-middle {
        opacity: 0;
}

    .toggle .mmenu-bar-bottom {
        transform: rotate(-45deg) translate(-1px,-12px);
}
}

@media(max-width: 768px) {
.game_titles {
    display: none;
}
    
.ratings {
    left: 100px;
}

.game_title, .game_titles {
    padding-right: 50px;
}
    .comment-form .comment-form-author,.comment-form .comment-form-email {
        flex-basis: 100%;
}
input#author, input#email {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    border-radius: 10px;
    position: relative;
}
    .footer-container {
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        align-items: start;
        column-gap: 20px;
        grid-template-columns: repeat(auto-fit,minmax(215px,1fr));
        max-width: 100%;
        row-gap: 35px;
}

    .menu,.menu2,.menu3,.follow-us {
        margin: 0;
}
}

@media(max-width: 550px) {
    .hd {
        grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
}

    .fbook,.insta,.linked,.pint,.twit {
        width: 18px;
        height: 18px;
}
}
@media(max-width: 425px) {
  .ratings {
        padding-top: 10px;
        left: auto;
        position: relative;
}
 .game_title {
    display: none;
}
    .game_titles {
    display: block;
}
   .game_buttons {
    top: 20px;
} 
}
@media(max-width: 600px) {
    .cat-item {
        grid-column:span 2/auto;
}

    .cat-item:hover {
        transform: scale(1.02) translate(0px,0px);
        transition-duration: .3s;
        text-decoration: none;
}
}

@media(min-width: 1776px) {
    #my_game,.game-content {
        grid-column:span 5/auto;
}

    .game-play-left-ads {
        grid-column: span 1/auto;
        display: block;
        height: 620px;
        text-align: center;
        position: relative;
        overflow: hidden;
}
}

@media(min-width: 1367px) {
    .gameright-bottom-ads {
        display:none;
}

    .gameright-bottom {
        min-width: 515px;
}

    img.attachment-medium-thumbnail {
        max-height: 114px;
}

    .gameplay-right-ads {
        max-width: 320px;
}
}

@media(min-width: 1187px) {
    .game-related {
        display:none;
}

    #fullgame {
        height: calc(100% - 85px);
}
}

@media(min-width: 992px) {
    .container {
        padding:20px;
}

    .gameright-bottom {
        grid-column: span 3/auto;
        height: max-content;
}

    #mobileUserMenu {
        right: 16px;
        position: absolute;
}

    #mobileUserMenu li a img {
        width: 28px;
        height: 24px;
        margin-left: -2px;
}

    #searchArea {
        display: none;
}

    .search-cancel {
        display: none;
}

    .search-form-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        padding: 0;
        border-radius: 50px;
        width: auto;
        height: 38px;
        right: 90px;
        top: 10px;
        border: none;
        outline: none;
        background-color: #fff;
        z-index: 9999;
        position: absolute;
}

    .search-input {
        width: 78%;
        display: inline-block;
}
}
@media(min-width: 769px) {
.ratings {
    right: 60px;
}
    .game_title {
    display: none;
}

    input#email {
    margin-left: 10px;
}
    .frmspr.cols-n4 {
    margin: 10px 0;
    width: 49%;
    float: left;
}
}