/* PUZZLE HUNTS */

html {
    background: black;
}

.epic-ph-branding {
    position: fixed;
    top: 0px;
    left: 0px;
    background: black;
    padding: 10px;
    text-align: center;
    width: 100vw;
}

.epic-ph-branding img {
    max-width: 150px;
}

.single-rar_puzzle_hunts a {
    color: white !important;
    text-decoration: underline;
}

.single-rar_puzzle_hunts h1, 
.single-rar_puzzle_hunts h2, 
.single-rar_puzzle_hunts h3, 
.single-rar_puzzle_hunts h4, 
.single-rar_puzzle_hunts h4, 
.single-rar_puzzle_hunts h6 {
    color: white;
}

.single-rar_puzzle_hunts .entry-meta,
.single-rar_puzzle_hunts .wprm-wrapper,
.single-rar_puzzle_hunts .site-header, 
.single-rar_puzzle_hunts .footer-widgets,
.single-rar_puzzle_hunts .site-footer {
    display: none;
} 

.single-rar_puzzle_hunts .site-inner {
    margin-top: 0;
}

.single-rar_puzzle_hunts .content-sidebar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 9999999;
    max-width: inherit;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.single-rar_puzzle_hunts .content {
    padding: 40px 0;
}

.single-rar_puzzle_hunts .entry-content {
    padding-top: 40px;
}

.single-rar_puzzle_hunts h1.entry-title {
    color: white;
}

.single-rar_puzzle_hunts .content {
    width: 700px;
    max-width: calc( 100vw - 40px );
} 

.single-rar_puzzle_hunts .content .entry {
    background: black;
    border: none;
}

.single-rar_puzzle_hunts a {
    color: #0000FF;
}

.single-rar_puzzle_hunts a:hover {
    text-decoration-line: underline;
}

.epic-puzzle-hunt-no-joy {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}

.single-rar_puzzle_hunts .clc-collapse-reveal {
    background: none;
}

.single-rar_puzzle_hunts .clc-collapse-reveal {
    padding: 30px;
}

.epic-puzzle-hunt-password-form label {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

.epic-puzzle-hunt-no-access {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}  

.epic-puzzle-hunt-hints {
    margin-top: 120px;
}
