.single.single-quiz header {
    background-color: transparent;
}
.header--open .single.single-quiz header {
    background-color: #000000;
}

section.quiz {
    min-height: 100vh;
    background: #000000;
    color: #f5f5f5;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}


section.quiz .quiz_wrapper {
    padding: 140px 5%;
    max-width: 962px;
    width: 90%;
    position: relative;
    z-index: 2;
}

section.quiz .quiz_background {
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

section.quiz .quiz_background img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: top center;
}

section.quiz .quiz_background .gradient {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 27, 28, .2);
    background-image: linear-gradient(-180deg, rgba(26, 27, 28, 0) 57%, rgba(26, 27, 28, 1) 100%);
}

section.quiz.started .quiz_background .gradient {
    background-color: rgba(26, 27, 28, .9);
}

section.quiz h1 {
    font-size: 7.2rem;
    line-height: 6.4rem;
    letter-spacing: -.235rem;
    margin-bottom: -1.36rem;
    color: #f5f5f5;
    margin-bottom: 30px;
}

section.quiz p {
    font-family: NewsGot-Reg;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: -.06rem;
    font-weight: 300;
    color: #f5f5f5;
}

section.quiz button {
    background: #67B8CF;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: .06rem;
    font-family: NewsGot-Dem, Arial, sans-serif;
    text-transform: uppercase;
    color: #f5f5f5;
    padding: 0 14px;
    background: #67B8CF;
    border: 0;
    min-height: 40px;
    border-radius: 0;
    opacity: 1;
    transition: opacity .2s ease-out;
}

section.quiz .welcome button:hover {
    background: #73bdd3;
}

section.quiz #timeout {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: -.067rem;
    width: 120px;
    /*border-top: #83734A 1px solid;*/
    margin: 21px auto;
    padding-top: 15px;
}

section.quiz .indicator {
    display:none;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0rem;
    margin-bottom: -.89rem;
    color: #f5f5f5;
}

section.quiz .card {
    display: none;
    transition: opacity .2s ease;
}

section.quiz .card.current {
    display: block;
}

section.quiz .card h2 {
    font-size: 4.8rem;
    line-height: 4.7rem;
    letter-spacing: -.15rem;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    padding: 0 1%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f5f5f5;
    margin: 30px 10px 0;
    text-transform: none;
}

section.quiz .card picture, section.quiz .card img, section.quiz .card video {
    display: block;
    margin: 0px auto;
    max-height: 225px;
    height: 100%;
    width: auto;
}

section.quiz .card .answers {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 40px auto 0;
    justify-content: center;
}

section.quiz .card .answers button {
    margin: 20px 20px;
    width: calc(50% - 40px);
    display: inline-block;
    text-align: left;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0;
    min-width: 120px;
    min-height: 50px;
    padding: 10px 14px 10px 50px;
}

section.quiz .card .answers button:hover {
    background: rgba(255, 255, 255, 0.3);
}

section.quiz .card .answers button:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    left: 35px;
    top: calc(50% - 10px);
    background: #83734A;
}

section.quiz .card .answers button .char {
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: -.016rem;
    margin-bottom: -.73rem;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

section.quiz .card .answers button .text {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: -.067rem;
    margin-bottom: -1.52rem;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Med, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
}

section.quiz .card .player_controls{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

section.quiz .card .player_controls .action{
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
}

section.quiz .card .player_controls .action.play{
    background-image: var(--wpr-bg-1d660500-e723-4c85-946d-50eac71c5b6a);
}

section.quiz .card .player_controls .action.pause{
    background-image: var(--wpr-bg-30138f36-d8bd-478b-836d-3340a017fa73);
}

section.quiz .card audio {
  /*  display: none;*/
}

section.quiz .card.video .player_controls .action {
    display: none;
}

section.quiz .card.video .player_controls:hover .action {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

/* Finish */

section.quiz .finish .score_title {
    ext-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #f5f5f5;
}

section.quiz .finish .score_title, section.quiz .finish .share_title {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #f5f5f5;
}

section.quiz .finish .share_links {
    margin-top: 15px;
}

section.quiz .finish .share_links>div {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

section.quiz .finish .share_links>div:last-of-type {
    margin-right: 0;
}
section.quiz .finish .finish {
    margin-top: 50px;
}

section.quiz .finish .finish p b{
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f5f5f5;
}

@media screen and (max-width: 737px) {
    section.quiz {
        /*display: block;*/
        padding-top: 70px;
        align-items: flex-start;
        margin: 0 auto;
    }
    section.quiz .quiz_wrapper {
        /*zoom: 0.8;*/
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
    }
    section.quiz .card.welcome {
        display: block;
        margin: 70px auto 0;
        max-width: 90%;
    }
    section.quiz .card h1 {
        font-size: 39px;
        line-height: 130%;
        color: #f5f5f5;
        margin-bottom: 12px;
    }
    section.quiz .card.welcome p {
        margin: 12px 0;
    }
    section.quiz #timeout {
        margin: 0px auto 10px;
        /*padding-top: 10px;*/
    }
    section.quiz .card {
        /*height: calc(100vh - 17px);*/
    }
    section.quiz .card.welcome button {
        margin: 15px auto 0;
    }
    section.quiz .card picture, section.quiz .card img, section.quiz .card video {
        height: 25vh;
        max-height: 100%;
    }
    section.quiz .video h2, section.quiz .image h2 {
        font-size: 26px;
        line-height: 32px;
        margin: 10px 0;
    }
    section.quiz .card .answers {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto 0;
        width: 100%;
        padding: 0 1%;
    }
    section.quiz .card .answers button {
        width: 100%;
        margin: 4px 10px;
    }
    section.quiz .finish h1 {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}
