/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.home-app-list .pp-content-post .pp-post-image .pp-post-featured-img .fl-photo-content img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.home-app-list .pp-content-post .pp-content-body .pp-content-post-data .pp-post-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    /* position: relative; */
    /* z-index: 9; */
}
.home-app-list .pp-content-post .pp-post-image .pp-post-featured-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all .4s;
}
.home-app-list .pp-content-post:hover .pp-post-image .pp-post-featured-img:before {
    /* opacity: 0.5; */
}
.home-app-list .pp-content-post  .pp-post-link {
    z-index: 99;
}
.game-archive .fl-builder-content.fl-builder-module-template {
    max-width: 100%;
    padding: 20px 10px;
}

.game-archive .fl-content.col-lg-12 {
    margin: 0;
}
.related-game .fl-builder-content.fl-builder-module-template {
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
}
.single-game-info .head-single-game-info .left-head-game-info {flex: 0 0 50%;text-align: left;}
.single-game-info .head-single-game-info .right-head-game-info {flex: 0 0 50%;text-align: right;display: flex;justify-content: flex-end;align-items: center;}
.head-single-game-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.single-game-info .head-single-game-info .left-head-game-info .lang-game-info {
    font-size: 18px;
    color: #000;
}
.single-game-info .head-single-game-info .left-head-game-info .lang-game-info span {
    font-weight: 700;
}
.single-game-info .head-single-game-info .left-head-game-info .lang-game-info a {
    color: #000;
    margin-right: 10px;
}
.down-game-group .link-down-wrap {
    background: #fff;
    display: none;
    flex-wrap: wrap;
    padding: 30px 10px 10px;
    width: 340px;
    border-radius: 10px;
    position: absolute;
    left: -50%;
    transform: translate(-75px, 0px);
    top: calc(100% + 10px);
    box-shadow: 0px 0px 20px #e0e0e0;
}
.down-game-group .link-down-wrap .link-item {
    display: flex;
    border-radius: 50%;
    color: #222;
    float: left;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "Oswald",sans-serif;
}
.down-game-group .link-down-wrap .link-item img {width: 55px;background: #000;border-radius: 50%;padding: 5px;}
.down-game-group .link-down-wrap .link-item:hover {
    text-decoration: unset;
}
.single-game-info .head-single-game-info .right-head-game-info .down-game-group {
    position: relative;
    margin-right: 10px;
}
.down-game-group .link-down-wrap .link-item:nth-child(2n+2) {
    /* margin-right: 0; */
    /* margin-left: 5px; */
}
.down-game-group .link-down-wrap .link-item:last-child {
    margin-bottom: 0;
}
.single-game-info .head-single-game-info .right-head-game-info .follow-game-cat button {
    background: #fef200;
    border-color: #fef200;
}
.single-game-info .head-single-game-info .right-head-game-info button {
    border-radius: 5px;
}
.single-game-img img {
    border-radius: 16px;
}
.single-game-content {
    border-radius: 32px;
    padding: 20px;
    /* box-shadow: 0px 0px 20px #e0e0e0; */
    background: #1a1a1a;
}
.title-single-game-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.title-single-game-info .left-title-game-info {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
}
.title-single-game-info .right-title-game-info {
    flex: 0 0 30%;
    text-align: center;
}
.title-single-game-info .left-title-game-info .single-logo-game {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.title-single-game-info .left-title-game-info .single-logo-game img {
    width: 70px;
    margin-right: 10px;
    border-radius: 20px;
}
.title-single-game-info .left-title-game-info h1 {font-size: 24px;font-weight: 600;}
.title-single-game-info .right-title-game-info a {
    font-size: 17px;
    font-weight: 600;
    background: #e60023;
    color: #fff;
    min-height: 40px;
    padding: 10px 20px;
    border-radius: 50px;
}
.comment-single-game-info .fl-comments-list-title {
    font-size: 18px;
    font-weight: 600;
}
.comment-single-game-info .fl-comments {
    margin: 20px 0 0;
}
.comment-single-game-info .fl-comments-list-title {
    font-size: 18px;
    font-weight: 600;
}
.comment-single-game-info .fl-comments {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid;
}
.comment-single-game-info .fl-comments #comments .comment {
    margin-bottom: 30px;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body {
    border: 1px solid;
    padding: 15px;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-meta {
    margin: 0;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-content {
    padding: 5px 0 0;
    border: 0;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-reply-link {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 145px;
    text-align: center;
    background: #fef200;
    color: #000;
    border-radius: 50px;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-content .comment-edit-link {
    display: none;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-content p {
    margin: 0 0 5px;
}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-meta .comment-avatar img {max-width: 35px;}
.comment-single-game-info .fl-comments #comments .comment .comment-body .comment-reply-link:hover {
    text-decoration: unset;
}
.comment-single-game-info .fl-comments #reply-title {
    display: none;
}
.comment-single-game-info .fl-comments .fl-comments-list-nav.clearfix {
    padding: 5px 0 10px;
}
.comment-single-game-info .fl-comments #fl-comment-form p {
    margin-bottom: 10px;
}
.comment-single-game-info .fl-comments #fl-comment-form label {
    display: none;
}
.comment-single-game-info .fl-comments #fl-comment-form #fl-comment {
    height: 45px;
}
.comment-single-game-info .fl-comments #fl-comment-form #fl-comment-form-submit {
    background: #fef200;
    border-color: #fef200;
    border-radius: 50px;
    color: #000;
}
.header-right .nof-header .um-notification-b.right {
    line-height: 38px;
    background: transparent;
    box-shadow: unset;
    width: auto;
    height: auto;
}
.header-right .nof-header .um-notification-b.right i {
    font-size: 30px !important;
    line-height: 30px !important;
}
.gamein-fixed-bottom-mobile-menu {
    background: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #767676;
    font-size: 16px;
    text-align: center;
    height: 50px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.gamein-fixed-bottom-mobile-menu a {color: #fff;text-decoration: unset;display: inline-block;height: 30px;}
.gamein-fixed-bottom-mobile-menu .container {display: flex;padding: 0;}
.gamein-fixed-bottom-mobile-menu .container > div {/* flex-grow: 1; *//* flex-basis: 0; */padding: 10px 0;z-index: 9;position: relative;width: 25%;display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.gi-search-form-mobile {
    position: absolute;
    top: -100%;
    right: 20px;
    min-width: 250px;
    width: 100%;
    display: none;
}
.gamein-fixed-bottom-mobile-menu a:active {
    color: #767676;
    text-decoration: unset;
}
.gamein-fixed-bottom-mobile-menu .container.clr {
    background-color: #000;
    position: relative;
    /* box-shadow: 0 10px 15px rgb(0 0 0 / 20%); */
    box-sizing: border-box;
    width: 100%;
    color: rgba(0,0,0,0.8);
    /* backdrop-filter: blur(9px); */
    background-blend-mode: overlay;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.gamein-fixed-bottom-mobile-menu a:focus {
    color: #767676;
    outline: 0;
}
.um-notification-b.right {
    display: none;
}
.title-single-game-info .right-title-game-info a i {
    display: none;
}
.title-single-game-info .right-title-game-info a .text {
    margin: 0;
}
.down-game-group .link-down-wrap .close-down-button {
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    color: #222;
    height: 30px;
    width: 30px;
    line-height: 14px;
}
.down-game-group .link-down-wrap .close-down-button {
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    color: #222;
    height: 30px;
    width: 30px;
    line-height: 14px;
}
.single-game-content-mobile {
    /* display: none; */
}
.single-game_dowload .container .single-game-content .head-single-game-info .right-head-game-info button img {
    width: 17px;
    position: relative;
    top: -2px;
}
.single-game_dowload .container .single-game-content .head-single-game-info .down-game-group button {
    background: #fef200;
    border-color: #fef200;
    color: #222222;
    font-weight: 600;
    font-size: 17px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.fl-page-footer #fl-site-credits {
    display: none;
}
.title-single-game-info .right-title-game-info a .btn-follow.active {
    display: inline-block;
}
.title-single-game-info .right-title-game-info a .btn-unfollow.active {
    display: inline-block;
}
.header-right #mega-menu-account-menu .notification-header .um-notification-b.right {
    background: transparent;
    box-shadow: unset;
    width: auto;
    height: auto;
    line-height: normal;
}
.header-right #mega-menu-account-menu .notification-header .um-notification-b.right i {
    font-size: 30px;
    line-height: 43px;
}
.header-right #mega-menu-account-menu .account-header img {
    width: 30px;
    border-radius: 50px;
}
.header-right #mega-menu-wrap-account-menu .mega-menu-toggle {
    display: none;
}
.header-right #mega-menu-account-menu a:before {
    font-size: 30px !important;
}
.header-right #mega-menu-account-menu .mega-sub-menu {
    width: 150px !important;
}
.header-right #mega-menu-account-menu .mega-sub-menu a.mega-menu-link {
    text-align: left !important;
}
.game-follow-wrap .game-item .game-logo {
    width: 100px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.game-follow-wrap .game-item .game-logo img {
    border-radius: 20px;
}
.game-follow-wrap .game-item .content-game .game-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22px;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.game-follow-wrap .game-item .content-game  .game-play-style a {
    padding: 7px 15px;
    background: #129729;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.game-follow-wrap .col-md-4.col-xs-12 {
    margin-bottom: 20px;
}
.market-link .market-title {
    font-size: 20px;
    font-weight: 600;
}
.market-link .market-item a img {
    border-radius: 10px;
}
.ads-content-game {
    margin-top: 20px;
    text-align: center;
    padding: 0 20px;
}

.single-game-wrap .single-game-info .content-single-game-info p, .single-game-wrap .single-game-info .content-single-game-info a, .single-game-wrap .single-game-info .content-single-game-info span {
    /* color: #fff !important; */
}

.single-game-wrap .single-game-info .content-single-game-info p span {
    /* color: #fff !important; */
}

.down-game-group .link-down-wrap .link-item span {
    color: #333;
}

.single-game-info-mobile .right-title-game-info .down-game-group {
    position: relative;
    margin-right: 10px;
}

.single-game-info-mobile .right-title-game-info .down-game-group button {
    background: #fef100;
    border-color: #fef100;
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.single-game-info-mobile .right-title-game-info .down-game-group button img {
    width: 17px;
    position: relative;
    top: -2px;
}

.single-game-content .single-game-wrap .single-game-img {
    margin-bottom: 20px;
}

.title-single-game-info .left-title-game-info .gi-game-title-wrap h1 {
    /* display: -webkit-flex; */
    /* display: flex; */
    font-size: 18px;
}

.title-single-game-info .left-title-game-info .gi-game-title-wrap h1 a {
    margin-left: 7px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    top: -4px;
}

.title-single-game-info .left-title-game-info .gi-game-title-wrap .follow-game-cat button {
    background: transparent;
    border: 2px solid #fef100;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    color: #fef100;
}

.title-single-game-info .left-title-game-info .gi-game-title-wrap .follow-game-cat button i {
    font-size: 10px;
}

.gi-game-meta-group .down-game-group {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.gi-game-meta-group .down-game-group .gi-android-download {
    width: 49%;
    margin-right: 2%;
}

.gi-game-meta-group .down-game-group > button {
    width: 49%;
}

.gi-game-meta-group .down-game-group .gi-android-download button {
    width: 100%;
}

.gi-game-meta-group .down-game-group button {
    border-radius: 50px;
    background: #fef100;
    outline: unset;
    text-decoration: unset;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    line-height: 44px;
    border: 0;
    position: relative;
}

.gi-game-meta-group .down-game-group button a {
    color: #000 !important;
    text-decoration: unset;
    display: block;
}

#gi-download-popup .modal-content {
    background: #1a1a1a;
}

#gi-download-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: unset;
    min-width: 400px;
}

#gi-download-popup .modal-body .gi-download-list .link-item {
    width: 50%;
    margin-bottom: 15px;
}

#gi-download-popup .modal-body .gi-download-list .link-item img {
    max-width: 50px;
    margin-right: 5px;
}

#gi-download-popup .modal-content .modal-header {
    position: relative;
}

#gi-download-popup .modal-content .modal-header button.close {
    width: auto;
    position: absolute;
    right: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 30px;
    background: transparent;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 24px;
}

#gi-download-popup .modal-content .modal-header .modal-title {
    display: block;
    width: 100%;
}

#gi-download-popup .modal-body .gi-download-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.gi-game-meta-group .down-game-group button .fake-ip-url {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    color: #868c92 !important;
    height: auto;
    line-height: normal;
    display: inline-block;
    left: 0;
    font-weight: 400;
    font-size: 13px;
}

.single-game-content {
    border-radius: 20px;
    padding: 20px;
    background: #1a1a1a;
}

.title-single-game-info .left-title-game-info .gi-game-title-wrap h1 a span {
    background: #333;
    padding: 2px 10px;
    border-radius: 50px;
}

@media only screen and (max-width: 959px) {
   body {padding-bottom: 52px !important;}
   .gamein-fixed-bottom-mobile-menu a span {
        display: block;
        font-size: 13px;
        line-height: 12px;
        color: #fff;
    }
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-header-logo {
        text-align: center !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 768px) {
    .single-game-content .single-game-wrap .col-md-12.col-sm-12.col-xs-12 {
        padding: 0;
    }
    .gamein-fixed-bottom-mobile-menu {
        opacity: 1;
        visibility: visible;
    }
    .btn-home-block  .fl-col {
        max-width: 100%;
        width: 33.33% !important;
        display: inline-block;
        clear: none !important;
        float: left;
    }
    .btn-home-block .fl-col .btn-home-link {
        box-shadow: 2px 2px 2px #000;
        width: 100%;
    }
    .btn-home-block .fl-col .fl-module-content.fl-node-content {
        margin: 10px;
    }
    .btn-home-block {
        margin-top: 10px;
    }
    .single-game-content {
        /* display: none; */
    }
    .single-game-content-mobile {
        /* display: block; */
    }
    .user-menu-bottom img {
        width: 20px;
        border-radius: 50px;
    }
    #menu-menu-mobile {
        width: 100%;
        padding: 50px 10px 50px;
        text-align: left;
    }
    #menu-menu-mobile .menu-item {
        display: inline-block;
    }
    #menu-menu-mobile .menu-item a .menu-item-text {
        color: #fff;
        border: 1px solid;
        margin: 7px;
        padding: 7px;
        border-radius: 5px;
        font-size: 16px;
    }
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile .readall-wrapper {
        position: relative;
    }
    .home-app-list .pp-posts-wrapper .pp-content-post {
        padding: 0;
    }
    .related-game .fl-builder-content.fl-builder-module-template {
        max-width: 100%;
        padding: 0;
    }
    .home-app-list .fl-module-content.fl-node-content {
        margin: 10px;
    }
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile .readall-wrapper .readall-button {
        background: transparent;
        color: #fff;
        border: 0;
        padding: 0;
        position: absolute;
        font-weight: 600;
        right: 0;
        width: 80px;
        bottom: -15px;
        top: auto;
    }
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile .readall-wrapper .readall-button-less {
        background: transparent;
        color: #fff;
        border: 0;
        padding: 0;
        position: absolute;
        font-weight: 600;
        right: 0;
        width: 80px;
        bottom: 0;
        top: auto;
    }
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile .readall-wrapper .readall-button:before {content: '\f0da';position: absolute;font-family: FontAwesome;left: 0;}
    
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile .readall-wrapper .readall-button-less:before {content: '\f0d8';position: absolute;font-family: FontAwesome;left: 0;}

    .header-mobile .fl-row-content-wrap {
        padding: 0;
    }
    .header-mobile .fl-row-content-wrap .fl-module-pp-advanced-menu .hamburger-label {
        color: #fff;
        font-size: 22px;
        padding: 10px 5px;
        border-top: 1px solid;
        margin: 10px 15px;
        border-bottom: 1px solid;
    }
    .header-mobile .fl-row-content-wrap .fl-module-pp-advanced-menu .fl-module-content {
        background: #000;
    }
    .header-mobile .fl-row-content-wrap .fl-module-pp-advanced-menu .hamburger-label .pp-hamburger-box .pp-hamburger-inner:before {
        background-color: transparent;
        content: '';
        background-image: url('../../uploads/2020/10/icon-home1.html');
        background-repeat: no-repeat;
        position: absolute;
        top: -15px;
        left: 10px;
        width: 30px;
        height: 30px;
        z-index: 999999;
        background-size: 100%;
    }
    .header-mobile .fl-row-content-wrap .fl-module-pp-advanced-menu .hamburger-label .pp-hamburger-box .pp-hamburger-inner:after {
        background-color: #ffff;
        height: 0;
    }
    .header-mobile .fl-row-content-wrap .fl-module-pp-advanced-menu .hamburger-label .pp-hamburger-box .pp-hamburger-inner {
        background-color: unset;
        position: relative;
        height: 30px;
        width: 30px;
    }
    .header-mobile .fl-node-5f79ca356624d {
        display: flex;
        margin-top: 20px;
    }
    .header-mobile .fl-node-5f79ca356624d .fl-module-content {
        margin: 0;
    }
    .header-mobile .fl-node-5f79ca356624d .fl-col {
        margin: 0 10px;
    }
    .header-mobile .fl-node-5f79ca356624d .fl-module-content .pp-search-form__input {
        width: 100%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    .header-mobile .fl-node-5f79ca356624d .fl-module-content .pp-search-form__container {
        border-radius: 10px;
    }
    .header-mobile .fl-node-5f79ca356624e {
        display: flex;
        margin-top: 20px;
    }
    .header-mobile .fl-node-5f79ca356624e .fl-module-pp-modal-box .pp-modal-trigger .pp-modal-trigger-text {
        font-size: 11px;
    }
    .header-mobile .fl-node-5f79ca356624e .fl-module-pp-modal-box .fl-module-content {
        margin: 0;
    }
    .header-mobile .fl-node-5f79ca356624e .fl-col-small {
        margin: 0 10px;
    }
    .gamein-fixed-bottom-mobile-menu .container > div .um-notification-b.right {
        background: transparent;
        box-shadow: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        color: #767676;
        display: inline-block !important;
        position: static !important;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        opacity: 1;
        visibility: visible;
    }
    #pp-advanced-menu-full-screen-5f79b8b12c2ed #menu-menu-mobile {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
    }
    #pp-advanced-menu-full-screen-5f79b8b12c2ed #menu-menu-mobile .menu-item {
        display: inline-block;
        text-align: left;
        float: left;
    }
    #pp-advanced-menu-full-screen-5f79b8b12c2ed #menu-menu-mobile .menu-item .menu-item-text {
        color: #fff;
        font-size: 16px;
    }
    .tax-play_style .home-app-list .fl-module-content.fl-node-content {
        margin: 0;
    }
    .tax-play_style .home-app-list .pp-content-post {
        padding: 0;
    }
    .single-game-content {
        /* display: none; */
    }
    .single-game_dowload .container {padding: 0;}
    .single-game_dowload .container .fl-content.col-lg-12 {
        margin: 0;
        padding: 0;
    }
    .single-game_dowload .container .row {
        margin: 0;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info {
        padding: 15px 20px;
        margin: 0;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .right-head-game-info {
        width: 75%;
        padding: 0 10px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info > div > div {
        display: inline-block;
        margin-right: 10px;
    }
    .single-game_dowload .container .single-game-content-mobile .single-game-img img {
        border-radius: 0;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .left-head-game-info {
        width: 25%;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .right-head-game-info button {
        border-radius: 5px;
        padding: 10px;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info > div > div:last-child {
        margin-right: 0;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .follow-game-cat button {
        background: #fef100;
        border-color: #fef100;
        padding: 10px;
    }
    #fl-main-content .fl-content  .down-game-group .link-down-wrap {
        position: fixed;
        bottom: 0;
        top: auto;
        z-index: 999999;
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        left: 0;
        transform: none;
        padding: 20px 0 10px;
    }
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile {
        margin-top: 20px;
        padding: 0 20px;
    }
    .single-game-content-mobile .single-game-wrap-mobile .left-head-game-info .lang-game-info {
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }
    .header-mobile .fl-node-5f79ca356624d .fl-col {
        width: 85% !important;
    }
    .header-mobile .fl-node-5f79ca356624d .fl-col-small {
        width: 15% !important;
    }
    .header-mobile .fl-node-5f79ca356624e .fl-col-small {
        width: 33.33% !important;
    }
    .header-mobile .fl-node-5f79ca356624e .fl-col-small .mobile-header-button .pp-modal-trigger {
        width: 100%;
        padding: 5px;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .right-head-game-info button img {
        width: 17px;
        position: relative;
        top: -2px;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .down-game-group button {
        background: #ddd;
        border-color: #ddd;
        color: #222222;
        font-weight: 600;
        font-size: 17px;
    }
    .comment-single-game-info .fl-comments #comments .comment .comment-body .comment-reply-link .comment-reply-login {
        color: #fff;
    }
    #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-left.onesignal-bell-launcher-md {
        bottom: 55px;
    }
    #fl-main-content .fl-content .down-game-group .link-down-wrap .link-item {
        background: transparent;
        font-size: 12px !important;
    }

    #fl-main-content .fl-content .down-game-group .link-down-wrap .link-item span {
        font-size: 13px !important;
        font-weight: 500;
    }
    #fl-main-content .fl-content .down-game-group .link-down-wrap .close-down-button {
        position: absolute;
        z-index: 9999999;
        top: 0;
        right: 0;
        background: transparent;
        border: 0;
        color: #222;
        height: 30px;
        width: 30px;
        line-height: 14px;
        padding: 0;
    }
}
@media(max-width: 600px) {
    #gi-download-popup .modal-dialog {
        margin: 0;
        min-width: 350px;
        width: auto;
    }
    .single-game-content {
	    border-radius: 0;
	    padding: 0;
	    background: unset;
	}
}
@media(max-width: 425px) {
    .btn-home-block .fl-col .btn-home-link .uabb-button-text.uabb-creative-button-text {
        font-size: 11px;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .left-head-game-info {
        width: 20%;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .right-head-game-info {
        width: 80%;
    }
    .title-single-game-info .left-title-game-info {
        flex: 0 0 100%;
    }
    .title-single-game-info .right-title-game-info {
        flex: 0 0 100%;
        margin-top: 10px;
    }
    .single-game-content-mobile .single-game-wrap-mobile .single-game-info-mobile {
        margin-top: 20px;
        padding: 0 10px;
    }
    .title-single-game-info .left-title-game-info .single-logo-game {
        margin-right: 5px;
    }
    .title-single-game-info .left-title-game-info h1 {
        font-size: 16px;
        font-weight: 600;
    }
    .title-single-game-info .right-title-game-info a {
        font-size: 17px;
        padding: 10px 10px;
    }
    .single-game_dowload .container .single-game-content-mobile .head-single-game-info .right-head-game-info button {
        padding: 5px 10px;
    }
    .related-game .fl-builder-content.fl-builder-module-template .home-app-list .fl-module-content.fl-node-content {
        margin: 10px;
    }
    .related-game .fl-builder-content.fl-builder-module-template .home-app-list .fl-module-content.fl-node-content {
        margin: 10px;
    }
    .market-link .market-item {
        width: 20%;
    }
    .single-game_dowload .market-link .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(max-width:375px) {
    .down-game-group .link-down-wrap .link-item {
        width: 75px;
        height: 75px;
    }
    .btn-home-block .fl-col .btn-home-link .uabb-button-text.uabb-creative-button-text {
        font-size: 11px;
    }
    .single-game-info-mobile .right-title-game-info .down-game-group button {
        font-size: 16px;
    }
}
@media(max-width:320px) {
    .down-game-group .link-down-wrap .link-item {
        width: 80px;
        height: 80px;
    }
}