/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* BASICS */

html {
    font-size: 62.5%;
    background-color: #030226;
}
body {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
    text-align: center;
}
.main, #wrapper {
    background-color: #030226;
    position: relative;
}
a, p, span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}
a {
    text-decoration: none;
    color: black;
    transition: .35s;
}
a:hover,
a:active {
    color: #F23869;
    transition: .075s;
}
p {
    font-size: 1.6rem;
    line-height: 1.5;
}
:hover {
    transition: .15s;
}
:active, :focus, :focus-visible, :focus-within {
    transition: .075s;
}

/* VARIABLES */ 

.space-grotesk-300 {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.space-grotesk-700 {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
  

/* GAMES */
/* GAMES: CARDS */

.gameCard {
    background-color: #110559;
    border: solid 2px #110559;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    color: #fff;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-decoration: none;
    text-align: left;
    transition: .35s;
}
.gameCard:hover,
.gameCard:active,
.gameCard:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    border: solid 2px black;
    transition: .1s;
}
.gameCard > .gameImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.gameCard .kgLogo {    
    width: 20%;
    position: absolute;
    right: 10px;
    bottom: -20px;
}
.gameCard p {
    margin: 0;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.35;
}
.gameImg > i {        
    display: inline-block;
    background: #110559;
    padding: 10px 0 10px 10px;
    border-radius: 30px 0 0 30px;
    position: absolute;
    right: 0;
    top: 50%;
    color: #F23869;
    transform: translateY(-50%);
}
.gameCard > div {
    position: relative;
}


/* GAMES: LIST */

header#gameMenu {
    background: #030226;
    width: 300px;
    min-width: 300px;
    position: fixed;
    z-index: 10000;
    color: white;
    top: 0;
    text-align: left;
    left: 0;
    padding: 20px 20px;
    height: 100vh;
    transition: .25s ease-out;
    box-shadow: 20px 0 200px rgba(0, 0, 0, 0.35), 0px 0 40px rgba(0, 0, 0, .65);
}
header#gameMenu.hide {
    left: calc(-300px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 556px) {
    header#gameMenu {
        width: calc(100vw - 60px);
        padding: 20px 7.5vw;
    }
    header#gameMenu.hide {
        width: calc(100vw - 75px);
    }
}
span.headerMenuIntr{
    color: #5544d8;
    display: inline-block;
    margin-bottom: 10px;
}
#gameMenuHeader {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #5544d8;
    margin-bottom: 40px;
    position: relative;
}
#gameMenuHeader a {
    text-decoration: none;
    color: #fff;
}
#returnHome {
    transition: .35s;
}
#returnHome:hover {
    color: #F23869;
    margin-left: -1vw;
    padding-right: 2vw;
    transition: .15s;
}
#returnHome:active {
    margin-left: -2.5vw;
    padding-right: 5vw;
    transition: .075s;
}
#toggle {
    position: absolute;
    right: -80px;
    background: #030226;
    display: block;
    width: 60px;
    padding: 2rem 0;
    top: -2rem;
    border-radius: 0 0 37.5px 0;
}
@media screen and (max-width: 556px) {
    #toggle {
        right: calc(-7.5vw + -60px);
    }
}
.bars {
    position: relative;
    width: 24px;
    height: 14px;
    margin: 5px 0 5px 10px;
}
.bar {
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    transition: .35s ease-out;
    transition-delay: .15s;
}
.bar.bart {top: 0; transform: rotate(-45deg) translate(-4.5px, 4.5px);}
.bar.barm {top: calc(50% - 1px); background-color: rgba(0,0,0,0); }
.bar.barb {bottom: 0; transform: rotate(45deg) translate(-4px, -4px);}
.hide .bar.barb {transform: rotate(0deg) translate(0);}
.hide .bar.barm {background-color: #fff;}
.hide .bar.bart {transform: rotate(0deg) translate(0);}
#toggle:hover .bar {
    background-color: #F23869; 
    transition: .15s; 
    transition-delay: 0;
}
#toggle:hover .bar.barm {
    background-color: rgba(0,0,0,0); 
}
.hide #toggle:hover .bar.barm {
    background-color: #F23869; 
}
#gameList {        
    list-style: none;
    margin: 0;
    padding: 0;
}
.gameListItem {
    width: 100%;
    border-radius: 40px;
    display: flex;
    align-items: center;
    color: #EEE;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    background-color: #110559;
}
.gameListItem:hover {
    color: #F23869;
    background-color: #5544d8;
}
.gameListItem:hover > .gameListCopy {
    padding-right: 10px;
    transition: .15s;
}
.gameListItem:active > .gameListCopy {
    padding-right: 0;
    transition: .075s;
}
.gameListItem:hover i {
    font-weight: 700;
}
.gameListImg {
    width: 15%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #1d2327;
}
.gameListCopy {    
    padding: 15px 25px 13px;
    font-size: 2rem;
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    transition: .35s;
    width: 100%;
}
.w30 {
    width: 3rem;
}
.gameListItem .kgLogo {  
    width: 50%;
    position: absolute;
    right: 5px;
    bottom: -5px;
}

/* -- GAME HEADER -- */
.gameHeader {
    background-color: #030226;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.4rem;
}
.gameHeader h1 {
    font-size: 2.4rem;
    margin: 0;
    font-weight: 400;
}
.gameHeader h1 > i {
    font-size: 65%;
    transform: translateY(-2.5px);
}
.gameHeader span {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
}


/* ----GAME---- */
/* ------------ */
/* --ROULETTE-- */

#checkboxes {
 height: 100%;
}
.gameCont {
    background-color: #110559;
    border-radius: 20px;
}
.gameContHead {
    padding: 0 0 10px;
    color: #fff;
    font-size: 2rem;
    display: block;
}
#wheel {
    position: relative;
    aspect-ratio: 1 / 1;
    background-color: #110559;
    border-radius: 0 0 20px 20px;
}
.wheelCont {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
label {
    aspect-ratio: 4 / 3;
    display: inline-flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 16px 5px 0px;
    opacity: .2;
    position: relative;
    border-radius: 5px;
    border: 1px solid black;
    cursor: pointer;
}
label.checked:before {
    content: '\2714';
    position: absolute;
    line-height: 14px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    color: #FFF !important;
    text-shadow: 0px 1px black;
    top: 2px;
}
label.checked {
    opacity: 1;
}
label > input {
    display: none;
}
label > span {
    color: white;
    padding: 0px 5px;
    border-radius: 5px 5px 0 0;
    font-size: 1.4rem;
    text-shadow: 0 2px 5px rgba(0,0,0,.95), 0 10px 20px rgba(0,0,0,.95);
}
.mii {
    width: 80%;
}
canvas {
    border-radius: 50%;
    margin-left: -5px;
    aspect-ratio: 1 / 1;
    height: 80%;
    background-image: url('assets/img/wheelbg.jpg');
    background-size: cover;
    margin-top: 20px;
}
#pointer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 40px;
    background-image: url(assets/img/pin.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.checkbox:checked + label {
    background-color: yellow; /* Voorbeeld achtergrondkleur */
    color: #F23869; /* Voorbeeld tekstkleur */
}
.buttonBox {
    position: absolute;
    bottom: 0;
    padding: 5px 5px 0;
    border-radius: 50px 50px 0 0;
    background-color: #030226;
}
@media screen and (max-width: 556px) {
    .buttonBox {
        position: fixed;
        left: calc(50% - 40px);
    }
}
button#spinButton,
button#spinButton:hover {
    cursor: pointer;
    border: 2px black solid;
    background-color: #F23869;
    text-align: center;
    font-size: 32px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-bottom: 10px;
    position: relative;
}
button#spinButton:active{
    background-color: #030226;
    color: #F23869;
    transition: .0.75s;
}
button#spinButton > i {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%);
}