/*  
Theme Name: Thinky Games
Theme URI: https://wmelon.co.uk
Description: By <a href="http://wmelon.co.uk">Watermelon</a>.
Version: 1.0.0
Author: Watermelon
Author URI: http://wmelon.co.uk
*/

/*Fonts*/

@font-face {
	font-family: 'Primetime';
	src: url('fonts/Primetime.ttf')  format('truetype');
}

/*CSS Reset*/

@-webkit-keyframes bugfix { 
	from { padding: 0; } to { padding: 0; } 
}

*, 
*::before, 
*::after {
  box-sizing: border-box;
}

* {
	margin: 0px;
}

*:focus {
	outline: 0;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
	-webkit-animation: bugfix infinite 1s; 
	-webkit-text-size-adjust: none;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagewrap {
	position: relative;
	flex: 1 0 auto;
}

/*Footer*/

footer {
	flex-shrink: 0;
	width: 100%;
}

/*Body Text*/

div, p, a, li, td { 
	-webkit-text-size-adjust: none; 
}

table, tbody {
	vertical-align: top;
}

em, i {
	font-style: italic;
}

/*Links*/

a:hover {
	cursor: pointer;
}

/*Images & Videos*/

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*Overrides*/

input, button, textarea, select {
  font: inherit;
}

textarea { 
	resize: none;
	height: auto;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

input::-webkit-input-placeholder /* Chrome, Firefox, Opera, Safari 10.1+ */ {
	color: #999;
	opacity: 1; /* Firefox */
}

input::-webkit-input-placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
input::-moz-placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
input:-ms-input-placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
input::-ms-input-placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
input::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */ {
	color: #999;
	opacity: 1; /* Firefox */
}

input:-ms-input-placeholder, /* IE 10-11 */
input::-ms-input-placeholder /* Edge */ {
	color: #999;
}

/*Global Properties*/

.ease {
	transition: all 0.4s ease-in 0s;
	-webkit-backface-visibility: hidden;
}

.translateX {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.translateY {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.translate {
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.rotate180 {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/*Recaptcha*/

.grecaptcha-badge {
	display: none !important;
}
