﻿.benmobileonly {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    /* global */
    .benmobileonly {
        display: inherit !important;
    }
    .bendesktoponly {
        display: none !important;
    }
    .benevolencewrapper .bentable.benmobile, .benevolencewrapper .bentable.benmobile > div, .benevolencewrapper .bentable.benmobile > div > div, .benmobilefull {
        display: inherit;
        width: auto !important;
        min-width: auto !important;
        max-width: inherit !important;
    }
    .benevolencewrapper .bentable.benmobile > div > div {
        padding: 4px 0px !important;
    }
    .benevolencewrapper .hometabpanel {
        padding: 5%;
    }
    .benevolencewrapper .popup_block {
        margin: 2%;
        width: 92%;
        left: auto;
        position: absolute;
        top: 34px;
    }
    .benevolencewrapper .button.benmobile{
        width: 90% !important;
    }
    /* global out */
    .benpopupx {
        position: fixed;
        top: 6px;
        right: 6px;
    }
    /* My HQ */
    .benhqsummary > div > div + div {
        display: none !important;
    }
    .ben-responsive-menu {
        max-height: 0;
        background: #999999;
        overflow: hidden;
        transition: all .25s;
        min-width: 0px;
    }
    .ben-responsive-menu span{
        width: 100% !important;
    }
    .ben-menu-btn {
        position: relative;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .ben-menu-btn div {
        position: absolute;
        left: 100%;
        top: 64%;
        padding-right: 8px;
        margin-top: -0.50em;
        line-height: 1.2;
        font-size: 18px;
        font-weight: 200;
        vertical-align: middle;
        z-index: 99;
    }

    .ben-menu-btn span {
        display: block;
        width: 19px;
        height: 3px;
        margin: 4px 0;
        background: rgb(0,0,0);
        z-index: 99;
    }
    .ben-expand {
        max-height: 430px;
    }
    .hometab {
        width: 100%;
        margin: 0px !important;
    }
    .myhqsubject {
        width: 100% !important;
    }
    .myhqbody {
        width: 90% !important;
    }

    #benhomevirtualexperience > div.bentable {
        display: block;
    }
    #benhomevirtualexperience > div.bentable > div > div {
        display: inline-block;
        margin-bottom: 20px;
    }
    .benoverviewp2purl {
        width: calc(100vw - 110px);
    }
    /* My HQ out */
    /* P2P Page */
    .benevolencewrapper #benhonorroll {
        width: 100% !important;
    }
    .benevolencewrapper .p2pfundraisingwidget {
        padding: 20px 0px 8px 0px;
        filter: none;
    }
    /* P2P Page out */
    /* Auction */
    .benauctionwrap > div > div {
        clear: both;
    }
    .benauctionwrap table {
        margin: auto;
    }
    .benauctionwrap hr {
        display: none;
    }
}
