/*
* Tumder Project - A platform for the fun
* @copyright (c) 2016 Loois Sndr. All rights reserved.
*
* @author Loois Sndr
* @since 2016
*/
@media only screen and (max-device-width: 960px), only screen and (max-width: 960px) {
    [class*="span"], [class^=span] {
        width: 100% !important;
    }
    .game-content {
        padding: 0;
    }
}

@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
    .tumd-header .tumd-logo img[logo] {
        display: none !important;
    }
    .tumd-header .tumd-logo img[logo-responsive] {
        display: inherit !important;
    }
    .tumd-header .nav-menu {
        display: inline-block !important;
        cursor: pointer;
    }
    .tumd-header .header-nav {
        position: absolute;
        top: 60px;
        right: -600px !important;
        display: inherit;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }
    .tumd-header .header-nav.show-menu {
        left: 0;
        right: 0px !important;
    }
    .tumd-header .header-nav ul {
        background-color: #FFF;
    }
    .tumd-header .header-nav ul li {
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .tumd-header .header-nav ul li:hover {
        background-color: #ECECEC;
    }
    .tumd-header .header-nav ul li {
        float: none !important;
        border-bottom: 1px solid #E0E0E0;
    }
    .tumd-header .header-nav ul:first-child {
        border-top: 1px solid #E0E0E0;
    }
    .tumd-header .header-nav ul li a[button1], .tumd-header .header-nav ul li a[button2] {
        border: none !important;
        margin-left: 0 !important;
    }
    .tumd-header .header-nav ul li span {
        display: initial !important;
        font-size: 16px;
        text-transform: uppercase;
    }
    .ad-box {
        display: none !important;
        visibility: hidden;
    }
    .widget {
        border-radius: 0 !important;
        border-left: 0;
        border-right: 0;
    }
    .widget > .widget-header {
        border-radius: 0 !important;
    }
}

@media only screen and (max-device-width: 545px), only screen and (max-width: 545px) {
    .tumd-header .tumd-search {
        display: none !important;
    }
    #game-player {
        width: auto !important;
        height: auto !important;
    }
    .info-self {
        overflow: hidden;
    }
    .set-btn {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }
    .share-btn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    .stats-box-container .stats-box, .box-m {
        width: 100% !important;
    }
    .users-status-dashboard, .addgame-dashboard, .games-dashboard {
        display: block !important;
    }
    .users-status-dashboard .last-users-container:first-child {
        border-right: 0 !important;
        border-bottom: 1px solid #E0E0E0;
    }
    .tumd-game-featured ._content-title {
        padding: 11px;
        margin-bottom: 0 !important;
    }
    .tumd-game-featured, .games-m-played {
        padding: 0 !important;
    }
}