/*
    Theme Name: TZ Crowdfund (Fivehundred Child)
    Theme URI: http://biz.turbulenz.com/
    Description: TZ Crowdfund is the crowdfunding theme for the Boundless project by Turbulenz Limited and Wonderstruck.
    Author: Turbulenz Limited
    Template: fivehundred
    Version: 0.1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags:
    Text Domain: fivehundred-child
*/

@import url("../fivehundred/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@import url("http://fast.fonts.net/cssapi/ac826113-b307-4b01-894e-41daad46e5f3.css");
@import url("game-style.css");

/*::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background-color: black; }
::-webkit-scrollbar-thumb { background-color: #423432; }
::-webkit-scrollbar-button { display: none; }
::-webkit-scrollbar-corner { display: none; }*/

#video-modal {
    display: none;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -268px;
    margin-left: -450px;
}
#embedded-video {
    height: 536px;
}
#video-background-fade {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90;
}
.game-menu-section.game-menu-video .item:not(.feature) div {
    color: #777777;
    cursor: pointer;
}
.game-menu-section.game-menu-video .item.no-select {
    text-align: right;
}
.game-menu-section.game-menu-video .item.no-select:hover {
    border-top-color: #292120;
}
.game-menu-section.game-menu-video .item.no-select:hover div {
    cursor: default;
}
.game-menu-section.game-menu-video .item div.video-glyph {
    font-size: 10rem;
    line-height: 56px;
}
.game-menu-section.game-menu-video .item.share-button {
    flex: 0 0 64px;
}

#info-box {
    position: absolute;
    display: none;
    width: 280px;
    padding: 32px;
    background-color: #292120;
    color: white;
    line-height: 20px;
    pointer-events: none;
    z-index: 1000;
}
.tooltip {
    cursor: default;
}
