/*!
Theme Name: Zadkine spel 2024
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zadkine-spel-2024
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Zadkine spel 2024 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:root{
    --branding: #D60391;
    --black: #222222;
    --display: 'Knockout-68';
    --read: "Source Sans 3", sans-serif;
}
@font-face {
    font-family: 'Knockout-68';
    src: url('/fonts/Knockout-68.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Knockout-68';
    src: url('/fonts/Knockout-68.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


#page {
    width: 100vw;
    height: 100%;
    background-color: var(--branding);
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#page > main{
    width: 100%;
    height: 100%;
    max-height: 800px;
    max-width: 700px;
    background-color: var(--branding);
    border-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.zk_home > *{
    width: 100%;
}
.zk_header {
    background-color: var(--black);
    background-image: url(/wp-content/uploads/2024/01/zadkine-en-ik-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--display);
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
p{
    margin: 0px;
    padding: 0px;
    font-family: var(--read);
}
h1{
    font-size: 28px;
    color:black;
    letter-spacing: 1px;
}
h3{
    font-size: 70px;
}
.zk_body_content {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    height: 100%;
    position: relative;
    overflow-x: scroll;
    }
.zk_action_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    padding: 15px;
    gap: 10px;
    box-sizing: border-box;
    justify-content: flex-end;
}
.zk_black, .zk_transparent, .zk_white {
    padding: 9px;
    border-radius: 50px;
    border: 0px solid red;
    background-color: white;
    font-size: 24px;
    font-family: var(--display);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    color: black;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;

}
.zk_black{
    color: white;
    background-color: var(--black);
}
.zk_transparent{
    color: white;
    background-color: rgba(225,225,225,0.4);
}
.zk_home {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15% 1fr;
    height: 100%;
}
.zk_body_content > p {
    color: #ffffffbd;
    text-align: center;
    font-weight: 400;

}


.zk_input > span{
    font-family: var(--display);
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;

}
.zk_input > input {
    padding: 10px 20px;
    border-radius: 80px;
    border: 2px solid white;
    background-color: var(--branding);
    color: white;
    font-size: 16px;
}
.zk_input {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    width: 100%;
    grid-gap: 10px;
    margin-top: 30px;
}
.zk_input > input::placeholder{
    color: white;
    opacity: 0.7;
}
.zk_body_content > *{
    width: 100%;
}


/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader {
    width: calc(80px / cos(45deg));
    height: 14px;
    background: repeating-linear-gradient(-45deg,#000 0 15px,#0000 0 20px) left/200% 100%;
    animation: l3 2s infinite linear;
    transform: scale(1.5);
  }
  @keyframes l3 {
      100% {background-position:right}
  }

  .zk_spinner {
    background-color: var(--branding);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.zk_vraag {
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-gap: 10px;
}
.zk_vraag > span{
    font-family: var(--display);
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px; 
}
.zk_dierennaam,
.zk_vraag_body {
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 50px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--read);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    box-sizing: border-box;
}
.zk_body_content > p{
    margin-bottom: 20px;
}
.zk_vraag_body.zk_vraag_locked:after, .zk_vraag_body.zk_vraag_unlocked:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 12px;
    background-image: url("/wp-content/uploads/2024/01/zk_locked.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    display: none;
}
.zk_vraag_body.zk_vraag_unlocked:after {
    transform: rotate(90DEG);
}
.zk_vraag_body.zk_vraag_not_scanned {
    color: #acacac;
}
.zk_body_content > h4 {
    font-size: 21px;
    letter-spacing: 0.6px;
}
.zk_body_content > textarea {
    border-radius: 11px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16.5px;
    font-family: var(--read);
    line-height: 20px;
    resize: none;
    height: 200px;
    width: 100%;
    border: 0px solid red;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
*:focus{
    outline: none!important;
}
.zk_bottom_btns {
    position: absolute;
    left: 10%;
    bottom: 0px;
}
main#primary > div{
    width: 100%;
    height: 100%;
    position:relative;
}
.zk_bottom_btns {
    position: absolute;
    left: 10%;
    bottom: 30px;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
main#primary > div:before{
    width: 330px;
    height: 330px;
    position:absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}



.zk_dierennaam {
    font-size: 42px;
    font-family: var(--display);
    text-align: center;
    text-transform: uppercase;
    padding: 11px;
}
.zk_terug
{
    font-size: 15px;
    font-family: var(--read);
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 11px;
    font-weight: 400;
    opacity: 0.7;
    text-decoration: none!important;
}
* {
    z-index: 9999999;
}
.zk_ambassadeur_foto > img,
.zk_ambassadeur_foto {
    width: 300px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.zk_badge > img{
    width: 100%;
}
.zk_badge {
    width: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.zk_locked_textarea{
    background-color: white;
    color: rgb(174, 174, 174);
    position: relative;
}
.zk_locked_textarea::after{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 12px;
    background-image: url("/wp-content/uploads/2024/01/zk_locked.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.zk_vraag {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 220px;
    grid-gap: 10px;
}
.zk_vraag_body,
.zk_vraag_body > *
{
    cursor: pointer;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
li{
    padding: 0px;
    margin: 0px;
}
.zk_player_details > ul > li{
    padding: 10px;
    border-radius: 11px;
    background-color: white;
    color: black;
    font-size: 14px;
    font-family: var(--read);
    line-height: 20px;
    border: 1px solid #acacac;
    margin-bottom: 10px;
    cursor: pointer;
}
strong.zk_badge_name {
    background-color: var(--branding);
    color: white;
    padding: 5px;
    border-radius: 4px;
    margin-right: 4px;
}
.zk_player_details > h4 {
    font-size: 40px;
}
button.zk_mini{
    background-color: red;
    color: white;
    position:absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 30px;
}
li{
    position:relative;
}

.zk_image_answer {
    width: calc(100% - 40px);
    height: calc(100% - 260px);
    background-size: cover;
    background-repeat: no-repeat;
    border: 20px solid rgb(234, 234, 234);
    transform: scale(0.9) rotate(6DEG);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.mt10{
    margin-top: 20px;
}
.zk_scanner {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
    background-image: url('/wp-content/uploads/2024/01/scan.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
}
.zk_scan_loading{
    background-color: white!important;
    background-image: url("/ok.gif");
    background-size: 40px;
    background-position:center;
    background-repeat: no-repeat;
}
.zk_body_content > div.zk_bonus_s:nth-child(1) {
    margin-top: 20px;
}
.zk_inline_scan {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background-color: rgba(0,0,0,0);
    position: absolute;
    right: 3px;
    top: 2px;
    background-image: url(/wp-content/uploads/2024/02/scan-qr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    border-radius: 5px;
}
.zk_body_content > p {
    margin-bottom: 20px;
    line-height: 19px;
}
.zk_terug_scanner {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    z-index: 999999999999999999999999999;
    background-image: url('/wp-content/uploads/2024/02/icon-arrows-arrow-circle-w.svg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
}