/* normalize  */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* HTML, BODY */
body {
	font-family:Century Gothic,Avant Garde,helvetica,arial,verdana,sans-serif !important;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	}
.clearall {
	clear:both;
	display:block;
	width:0;
	height: 0;
	overflow:hidden;
}
#page {
	padding: 120px 0 0 0;
	overflow:hidden;
}
#wpadminbar {
	display: none;
}
body div.setcookies {
	display: none;
}
body.cookieEnabled div.setcookies {
	display:block;
}
h1.page-title {
	margin-top: 2rem;
}
.the-content a,
h4 a,
article.scnd a,
#category-description a,
a.author-link {
	position: relative;
	color:#000;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, color 0.2s;
	-ms-transition: background-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	text-decoration: none;
	z-index:1;
	border-bottom: 5px solid #dcd2c8;
}
.the-content img {
	max-width: 100%;
}
blockquote cite {
	font-size: 0.9em;
	color: #777;
	font-variant: small-caps;
}
header {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1a1a1a;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/src/images/pixelgum-logo-header.svg);
	background-size: auto 67%;
	z-index: 9999;
}
header #header {
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1240px;
	min-height:80px;
	text-align:left;
	margin: 0 auto;
}
header a {
	color: #dcd2c8;
	text-decoration:none;
}
header a:hover,
header #header nav ul li.current-menu-item a {
	color: #fff;
}
header #header nav {
	width: 100%;
	font-size: 1rem;
	
}
header #header nav ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
header #header nav ul li {
	display: inline;
}
header #header nav ul li a {
	line-height: 80px;
	display:inline-block;
	margin: 0;
}
a[href^="#menu"]  {
	display:none;
}
#header-image {
	position:relative;
	display: block;
	width: 100%;
	margin: 0rem auto 1rem auto;
	background-color: #1a1a1a;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}
#header-image div {
	display: block;
	width: 100%;
	margin: 0 auto 0 auto;
}
#header-image div span {
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	margin: 0rem auto 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.page-template-single-support #header-image {
	background-color: #1a1a1a;
}
.companies #header-image,
.games #header-image {
	background-color: #f5f5f5;
	margin: 0rem auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.companies #header-image div,
.games #header-image div,
#header-image.news div {
	max-width: 640px;
}
#header-image.news {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
#header-image.news div::after {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: linear-gradient(to right,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.05) 100%);
}
#header-image.news div::before {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.05) 100%);
}
.companies article,
.games article {
	font-size: 1.4rem;
	line-height: 1.6em;
}
body div.setcookies {
	display: none;
	width: 100%;
	position:fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #1a1a1a;
	font-size: 1.2rem;
	line-height: 1.6em;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
body div.setcookies form {
	align-items: center;
	color: #fff;
	border: 0;
	padding: 0;
}
body div.setcookies form div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 800px;
	padding: 1rem;
	margin: 0 auto;
	border: 0;
}
body div.setcookies form div span {
	display: block;
	text-align:left;
}
body div.setcookies form div span.btn {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex-flow: row wrap;
}
body div.setcookies form div span.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5em;
	min-width: 5em;
	max-width: 5em;
	margin: 0 0 0.5rem 1rem;
	border-radius:0.25rem;
	text-align: center;
	color:#8c7864;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}
body div.setcookies form div span.btn a em {
	font-style: normal;
	display:block;
	text-align: center;
}
body div.setcookies form div span.btn button {
	display:block;
	border-radius:0.25rem;
	border: none;
	background-color: #8c7864;
	color:#FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2rem;
	width: 5em;
	min-width: 5em;
	max-width: 5em;
	padding: 0;
	margin: 0 0 0 1rem;
}
.ua-desktop body div.setcookies form div span.btn button,
.ua-desktop body div.setcookies form div span.btn a {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.ua-desktop body div.setcookies form div span.btn button:hover {
	color: #000;
}
.ua-desktop body div.setcookies form div span.btn a:hover {
	color: #000;
}
body.cookieEnabled div.setcookies {
	display:block;
	width: 0%;
	animation-name: cookie-overlay;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 5s;
	overflow:hidden;
}
@keyframes cookie-overlay {
	0% {opacity: 0;width: 0%;}
	1% {opacity: 0;width: 100%;}
	100% {opacity: 1;width: 100%;}
}
#pgiintro {
	display: flex;
	position:fixed;
	align-items: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color:#FFF;
	z-index: 99999;
	animation-name: intro-overlay;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 2700ms;
	overflow:hidden;
}
@keyframes intro-overlay {
	0% {opacity: 1;height: 100vh;}
	99% {opacity: 0;height: 100vh;}
	100% {opacity: 0;height: 0vh;}
}
#pgiintro div {
	position: relative;
	display:block;
	width: 100vw;
	height: 0;
	overflow:hidden;
	padding: 50% 0 0 0;
}
#pgiintro div::after {
	content: ' ';
	position: absolute;
	display:block;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	overflow:hidden;
	background-image: url(/src/images/pgindex-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	animation-name: intro-logo;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1700ms;
	opacity: 0;
}
@keyframes intro-logo {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
#pgiintro em {
	transform: scale(0);
	display:block;
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 13.2%;
	height: 0;
	padding-top:13.2%;
	overflow:hidden;
	animation-name: intro-icon;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	float:left;
}
@keyframes intro-icon {
	0% {transform: scale(0);}
	75% {transform: scale(1.05);}
	100% {transform: scale(1);}
}
#pgiintro em {
	animation-delay: 633ms;
	background-image: url(/src/images/pgindex1.svg);
	top: 20.3%;
	left: -6.1%;
}
#pgiintro em:nth-child(2) {
	animation-delay: 667ms;
	background-image: url(/src/images/pgindex2.svg);
	top: 3.8%;
	left: 2.15%;
	opacity:0.5;
}
#pgiintro em:nth-child(3) {
	animation-delay: 700ms;
	background-image: url(/src/images/pgindex3.svg);
	top: 53.3%;
	left: -6.1%;
}
#pgiintro em:nth-child(4) {
	animation-delay: 733ms;
	background-image: url(/src/images/pgindex4.svg);
	top: 36.58%;
	left: 2.15%;
}
#pgiintro em:nth-child(5) {
	animation-delay: 767ms;
	background-image: url(/src/images/pgindex5.svg);
	top: 20.3%;
	left: 10.4%;
}
#pgiintro em:nth-child(6) {
	animation-delay: 800ms;
	background-image: url(/src/images/pgindex6.svg);
	top: 3.8%;
	left: 18.65%;
	opacity:0.5;
}
#pgiintro em:nth-child(7) {
	animation-delay: 833ms;
	background-image: url(/src/images/pgindex7.svg);
	top: 69.8%;
	left: 2.15%;
	opacity:0.5;
}
#pgiintro em:nth-child(8) {
	animation-delay: 867ms;
	background-image: url(/src/images/pgindex8.svg);
	top: 53.3%;
	left: 10.4%;
}
#pgiintro em:nth-child(9) {
	animation-delay: 900ms;
	background-image: url(/src/images/pgindex9.svg);
	top: 36.58%;
	left: 18.65%;
}
#pgiintro em:nth-child(10) {
	animation-delay: 933ms;
	background-image: url(/src/images/pgindex10.svg);
	top: 20.3%;
	left: 26.9%;
}
#pgiintro em:nth-child(11) {
	animation-delay: 967ms;
	background-image: url(/src/images/pgindex11.svg);
	top: 3.8%;
	left: 35.15%;
	opacity:0.5;
}
#pgiintro em:nth-child(12) {
	animation-delay: 1000ms;
	background-image: url(/src/images/pgindex12.svg);
	top: 69.8%;
	left: 18.65%;
	opacity:0.5;
}
#pgiintro em:nth-child(13) {
	animation-delay: 1033ms;
	background-image: url(/src/images/pgindex13.svg);
	top: 53.3%;
	left: 26.9%;
}
#pgiintro em:nth-child(14) {
	animation-delay: 1067ms;
	background-image: url(/src/images/pgindex14.svg);
	top: 36.58%;
	left: 35.15%;
}
#pgiintro em:nth-child(15) {
	animation-delay: 1100ms;
	background-image: url(/src/images/pgindex15.svg);
	top: 20.3%;
	left: 43.4%;
}
#pgiintro em:nth-child(16) {
	animation-delay: 1133ms;
	background-image: url(/src/images/pgindex16.svg);
	top: 3.8%;
	left: 51.65%;
	opacity:0.5;
}
#pgiintro em:nth-child(17) {
	animation-delay: 1167ms;
	background-image: url(/src/images/pgindex17.svg);
	top: 69.8%;
	left: 35.15%;
	opacity:0.5;
}
#pgiintro em:nth-child(18) {
	animation-delay: 1200ms;
	background-image: url(/src/images/pgindex18.svg);
	top: 53.3%;
	left: 43.4%;
}
#pgiintro em:nth-child(19) {
	animation-delay: 1233ms;
	background-image: url(/src/images/pgindex19.svg);
	top: 36.58%;
	left: 51.65%;
}
#pgiintro em:nth-child(20) {
	animation-delay: 1267ms;
	background-image: url(/src/images/pgindex20.svg);
	top: 20.3%;
	left: 59.9%;
}
#pgiintro em:nth-child(21) {
	animation-delay: 1300ms;
	background-image: url(/src/images/pgindex21.svg);
	top: 3.8%;
	left: 68.15%;
	opacity:0.5;
}
#pgiintro em:nth-child(22) {
	animation-delay: 1333ms;
	background-image: url(/src/images/pgindex22.svg);
	top: 69.8%;
	left: 51.65%;
	opacity:0.5;
}
#pgiintro em:nth-child(23) {
	animation-delay: 1367ms;
	background-image: url(/src/images/pgindex23.svg);
	top: 53.3%;
	left: 59.9%;
	
}
#pgiintro em:nth-child(24) {
	animation-delay: 1400ms;
	background-image: url(/src/images/pgindex24.svg);
	top: 36.58%;
	left: 68.15%;
}
#pgiintro em:nth-child(25) {
	animation-delay: 1433ms;
	background-image: url(/src/images/pgindex25.svg);
	top: 20.3%;
	left: 76.4%;
}
#pgiintro em:nth-child(26) {
	animation-delay: 1467ms;
	background-image: url(/src/images/pgindex26.svg);
	top: 3.8%;
	left: 84.65%;
	opacity:0.5;
}
#pgiintro em:nth-child(27) {
	animation-delay: 1500ms;
	background-image: url(/src/images/pgindex27.svg);
	top: 69.8%;
	left: 68.15%;
	opacity:0.5;
}
#pgiintro em:nth-child(28) {
	animation-delay: 1533ms;
	background-image: url(/src/images/pgindex28.svg);
	top: 53.3%;
	left: 76.4%;
}
#pgiintro em:nth-child(29) {
	animation-delay: 1567ms;
	background-image: url(/src/images/pgindex29.svg);
	top: 36.58%;
	left: 84.65%;
}
#pgiintro em:nth-child(30) {
	animation-delay: 1600ms;
	background-image: url(/src/images/pgindex30.svg);
	top: 20.3%;
	left: 92.9%;
}
#pgiintro em:nth-child(31) {
	animation-delay: 1633ms;
	background-image: url(/src/images/pgindex31.svg);
	top: 69.8%;
	left: 84.65%;
	opacity:0.5;
}
#pgiintro em:nth-child(32) {
	animation-delay: 1667ms;
	background-image: url(/src/images/pgindex32.svg);
	top: 53.3%;
	left: 92.9%;
}
#pgiheader {
	position:relative;
	overflow:visible;
	margin: 0 auto;
	max-width: 1505px;
}
#pgiheader span::after {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	overflow:visible;
	background-image: url(/src/images/pixelgum-index.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#pgiheader span::before {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	overflow:visible;
	background-image: url(/src/images/pixelgum-index-fade.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	animation-name: pgi-fade;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
#pgiheader span {
	position:relative;
	display:block;
	width: 110%;
	background-image: url(/src/images/pixelgum-index-back.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: -5% -5% 0% -5%;
	overflow:visible;
}
#pgiheader em {
	position: relative;
	display:block;
	width: 100%;
	height:0;
	padding: 40% 0 0 0;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	z-index: 9;
}
#pgiheader em::before {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.8) 100%);
}
#pgiheader em::after {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	overflow:visible;
	background-image: url(/src/images/pixelgum-index-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	animation-name: pgi-logo;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
@keyframes pgi-logo {
	0% {opacity: 1;}
	35% {opacity: 1;}
	50% {opacity: 0;}
	85% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes pgi-fade {
	0% {opacity: 0;}
	35% {opacity: 0;}
	50% {opacity: 1;}
	85% {opacity: 1;}
	100% {opacity: 0;}
}
div.intro {
	display: block;
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 1rem auto 2rem auto;
	text-align:left;
	font-size: 1.4rem;
	line-height: 1.5em;
}
#postlinks {
	width: 92%;
	padding: 0 4%;
	max-width: 1280px;
	margin: 2rem auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: flex-start;
}
#postlinks a {
	position: relative;
	display:flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	width: 31%;
	margin: 0 1.16% 1.6rem 1.16%;
	text-align:center;
	color:#000;
	text-decoration: none;
	background-color: #f6f6f6;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
	border-radius: 0.25rem;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
#postlinks a.nogames {
	align-content: flex-start;
}
#postlinks a strong {
	display:block;
	width:100%;
	font-size: 1.35em;
	line-height: 1.5em;
	padding: 0.5rem 0 0 0;
}
#postlinks a span.image {
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	width: 100%;
	height: 0;
	overflow:hidden;
	padding-bottom: 56%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
	border-radius: 0.25rem;
	-webkit-transition: background-size 0.2s;
	-o-transition: background-size 0.2s;
	-ms-transition: background-size 0.2s;
	-moz-transition: background-size 0.2s;
	transition: background-size 0.2s;
	background-color:#FFF;
}
#postlinks a span.image::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow:hidden;
	padding-bottom: 56%;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.05) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.05) 100%);
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
	box-shadow:         inset 0 0 10px rgba(0,0,0,0.05);
}
#postlinks a span.legend {
	position: relative;
	display: block;
	margin-top:56%;
	width: 90%;
	padding: 0rem 5% 1.5rem 5%;
	font-size: 1.25em;
	line-height: 1.6em;
	z-index: 2;
}
div.legend {
	display: block;
	padding: 1rem;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align:center;
}
.legend a,
.legend span {
	color: #000;
	text-decoration:none;
	white-space:nowrap;
}
.legend .platform,
.legend .genre,
.legend .article,
.legend .release {
	font-weight: bold;
}
.legend .article {
	display: inline-block;
	text-align:center;
	margin: 0 auto;
	background-color: #8c7864;
	color:#FFF;
	padding: 0rem 0.6rem;
	border-radius: 0.25rem;
	text-transform:uppercase;
	letter-spacing: 0.14em;
}
.legend span.article {
	position: relative;
	top: -0.8em;
	left: 0;
}
.legend a::before,
.legend span::before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.legend .platform::before {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
}
.legend .playstation-4::before,
.legend .playstation-5::before {
	content: "\f3df\ ";
}
.legend .xbox-one::before,
.legend .xbox-series-x-s::before {
	content: "\f412\ ";
}
.legend .nintendo-switch::before {
	content: "\f418\ ";
}
.legend .nintendo-3ds::before {
	content: " ";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-image: url(/src/images/3ds.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.legend .windows::before {
	content: "\f17a\ ";
}
.legend .macos::before {
	content: "\f179\ ";
}
.legend .mobile::before {
	font-weight: 900;
	font-family: 'Font Awesome\ 5 Free';
	content: "\f3cd\ ";
}
.legend .role-playing-game::before {
	content: "\f3ed\ ";
}
.legend .action::before {
	content: "\f1e2\ ";
}
.legend .adventure::before {
	content: "\f21e\ ";
}
.legend .platformer::before {
	content: "\f21d\ ";
}
.legend .puzzle::before {
	content: "\f12e\ ";
}
.legend .racing::before {
	content: "\f11e\ ";
}
.legend .simulation::before {
	content: "\f06e\ ";
}
.legend .sports::before {
	content: "\f1e3\ ";
}
.legend .strategy::before {
	content: "\f447\ ";
}
.legend .opinion::before {
	content: "\f2bd\ ";
}
.legend .research::before {
	content: "\f200\ ";
}
.legend .news::before {
	content: "\f1ea\ ";
}
.legend .recipes::before {
	content: "\f2e6\ ";
}
.legend .review::before {
	content: "\f005\ ";
}
.legend .trials::before {
	content: "\f091\ ";
}
.legend .technology::before {
	content: "\f011\ ";
}
.legend .game-trailer::before {
	content: "\f11b\ ";
}
.legend .company::before {
	content: "\f1ad\ ";
}
.legend .funny::before {
	content: "\f118\ ";
}
.legend .off-topic::before {
	content: "\f0f4\ ";
}
.legend .entertainment::before {
	content: "\f008\ ";
}
.legend a.pixelgumtv,
.legend span.pixelgumtv {
	background-image: url(/src/images/pixelgum-logo-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-indent: -9999em;
	overflow:hidden;
	width:6rem;
}
.legend a.pixelgumtv {
	width: 10rem;
}
.pgi {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: flex-start;
	justify-content: center;
}
.jsactive .pgi {
	align-items: flex-start;
}
.pgi div {
	font-size: 1rem;
	line-height: 1.6em;
	overflow: hidden;
	color: #000;
	text-decoration:none;
	position: relative;
	padding: 0;
	margin: 0;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	border-radius: 0.5rem;
	margin: 0 0 2% 0;
}
.jsactive .pgi div {
	align-items: center;
}
.pgi div p {
	display: flex;
	align-self: flex-start;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor:pointer;
}
.jsactive .pgi div p {
	align-items: center;
}
.pgi div p span {
	width: 74%;
}
.pgi div span.description {
	clear:both;
	display: block;
	flex-flow: column;
	width: 100%;
	padding: 0.5rem 1em;
	margin: 0;
}
.jsactive .pgi div span.description {
	display: none;
}
.pgi div em {
	display: block;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin: 0.5rem 1rem 0.5rem 0rem;
	position: relative;
	border-radius: 0.25em;
	font-style: normal;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.jsactive .pgi div em {
	padding: 0.2em 0.5em 0.2em 1.4em;
}
.jsactive .pgi div em::before,
.jsactive .pgi div em::after {
	content: ' ';
	position:absolute;
	top:0.6em;
	left: 0.6em;
	width: 0.2em;
	height: 0.8em;
	background-color:#000;
	border-radius:0.1em;
	-webkit-transition: transform 0.3s, background-color 0.3s;
	-o-transition: transform 0.3s, background-color 0.3s;
	-ms-transition: transform 0.3s, background-color 0.3s;
	-moz-transition: transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.jsactive .pgi div em::after {
	transform: rotate(90deg);
}
.jsactive .pgi div p.active em::before,
.jsactive .pgi div p.active em::after {
	transform: rotate(270deg);
}
.pgi div strong {
	color: #000;
	border-bottom: 0.4rem solid #00b900;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.pgi div a {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
.pgi div a:last-of-type {
	display:block;
	margin: 1rem 0 1rem 0;
	font-size: 0.8em;
}
.pgi div p::before,
.pgi div p::after {
	content: " ";
	display: flex;
	align-self: flex-start;
	width: 25%;
	height: 0;
	padding: 0 0 25% 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.pgi div:first-of-type p::before {
	background-image: url(/src/images/badge-grey.svg);
}
.pgi div p::before {
	background-image: url(/src/images/badge-grey-sml.svg);
}
.pgi div p strong {
	border-color: #808080;
}
.ua-desktop .pgi div p:hover em {
	background-color: #808080;
}
.pgi div:first-of-type.red p::before {
	background-image: url(/src/images/badge-red.svg);
}
.pgi div.red p::before {
	background-image: url(/src/images/badge-red-sml.svg);
}
.pgi div.red p strong {
	border-color: #e70000;
}
.ua-desktop .pgi div.red p:hover em {
	background-color: #e70000;
}
.pgi div:first-of-type.yellow p::before {
	background-image: url(/src/images/badge-yellow.svg);
}
.pgi div.yellow p::before {
	background-image: url(/src/images/badge-yellow-sml.svg);
}
.pgi div.yellow p strong {
	border-color: #f6bd00;
}
.ua-desktop .pgi div.yellow p:hover em {
	background-color: #f6bd00;
}
.pgi div:first-of-type.orange p::before {
	background-image: url(/src/images/badge-orange.svg);
}
.pgi div.orange p::before {
	background-image: url(/src/images/badge-orange-sml.svg);
}
.pgi div.orange p strong {
	border-color: #f86d00;
}
.ua-desktop .pgi div.orange p:hover em {
	background-color: #f86d00;
}
.pgi div:first-of-type.green p::before {
	background-image: url(/src/images/badge-green.svg);
}
.pgi div.green p::before {
	background-image: url(/src/images/badge-green-sml.svg);
}
.pgi div.green p strong {
	border-color: #00b900;
}
.ua-desktop .pgi div.green p:hover em {
	background-color: #00b900;
}
.pgi div:first-of-type.purple p::before {
	background-image: url(/src/images/badge-purple.svg);
}
.pgi div.purple p::before {
	background-image: url(/src/images/badge-purple-sml.svg);
}
.pgi div.purple p strong {
	border-color: #9900e7;
}
.ua-desktop .pgi div.purple p:hover em {
	background-color: #9900e7;
}
.pgi div:first-of-type.blue p::before {
	background-image: url(/src/images/badge-blue.svg);
}
.pgi div.blue p::before {
	background-image: url(/src/images/badge-blue-sml.svg);
}
.pgi div.blue p strong {
	border-color: #0095e8;
}
.ua-desktop .pgi div.blue p:hover em {
	background-color: #0095e8;
}
.pgi div p::after {
	position: absolute;
	top:  0;
	left: 0;
	float: none;
	z-index: 2;
}
.pgi div.developer-dishonesty p::after {
	background-image: url(/src/images/icon-dishonest.svg);
}
.pgi div.bugs p::after {
	background-image: url(/src/images/icon-bugs.svg);
}
.pgi div.mental-health p::after {
	background-image: url(/src/images/icon-mentalhealth.svg);
}
.pgi div.phoenix p::after {
	background-image: url(/src/images/icon-phoenix.svg);
}
.pgi div.casino p::after {
	background-image: url(/src/images/icon-casino.svg);
}
.pgi div.all-time-classic p::after {
	background-image: url(/src/images/icon-classic.svg);
}
.pgi div.shop-funnel p::after {
	background-image: url(/src/images/icon-shopfunnel.svg);
}
.pgi div.paid-for-currency p::after {
	background-image: url(/src/images/icon-currencymoney.svg);
}
.pgi div.crafting-currency p::after {
	background-image: url(/src/images/icon-currencycrafting.svg);
}
.pgi div.virtual-currency p::after {
	background-image: url(/src/images/icon-currencyvirtual.svg);
}
.pgi div.advertising p::after {
	background-image: url(/src/images/icon-advertisingmarketing.svg);
}
.pgi div.trading p::after {
	background-image: url(/src/images/icon-trading.svg);
}
.pgi div.macrotransactions p::after {
	background-image: url(/src/images/icon-macrotransactions.svg);
}
.pgi div.microtransactions-post-launch p::after {
	background-image: url(/src/images/icon-microtransactionspostlaunch.svg);
}
.pgi div.microtransactions p::after {
	background-image: url(/src/images/icon-microtransactions.svg);
}
.pgi div.loot-boxes-with-duplicate-items p::after {
	background-image: url(/src/images/icon-lootboxesduplicateitems.svg);
}
.pgi div.loot-boxes p::after {
	background-image: url(/src/images/icon-lootboxes.svg);
}
.pgi div.region-specific p::after {
	background-image: url(/src/images/icon-region.svg);
}
.pgi div.no-limit-microtransactions p::after {
	background-image: url(/src/images/icon-nolimitmicrotransactions.svg);
}
.pgi div.cosmetic-items p::after {
	background-image: url(/src/images/icon-cosmeticitems.svg);
}
.pgi div.season-pass p::after {
	background-image: url(/src/images/icon-seasonpass.svg);
}
.pgi div.season-pass-with-purchasable-tiers p::after {
	background-image: url(/src/images/icon-seasonpassbuytiers.svg);
}
.pgi div.single-click-purchase p::after {
	background-image: url(/src/images/icon-oneclickpurchase.svg);
}
.pgi div.social-blocks p::after {
	background-image: url(/src/images/icon-socialblocks.svg);
}
.pgi div.pay-to-win p::after {
	background-image: url(/src/images/icon-paytowin.svg);
}
.pgi div.positive-community p::after {
	background-image: url(/src/images/icon-positivecommunity.svg);
}
.pgi div.family-friendly p::after {
	background-image: url(/src/images/icon-familyfriendly.svg);
}
.pgi div.platform-exclusive-content p::after {
	background-image: url(/src/images/icon-platformexclusivecontent.svg);
}
.pgi div.pre-order-bonuses p::after {
	background-image: url(/src/images/icon-preorderbonuses.svg);
}
.pgi div.time-limited-virtual-items p::after {
	background-image: url(/src/images/icon-timelimitedvirtualitems.svg);
}
.pgi div.expansion p::after {
	background-image: url(/src/images/icon-expansion.svg);
}
.pgi div.free-to-play p::after {
	background-image: url(/src/images/icon-freetoplay.svg);
}
.pgi div.charity p::after {
	background-image: url(/src/images/icon-charity.svg);
}
.pgi div.free-content p::after {
	background-image: url(/src/images/icon-freecontent.svg);
}
.pgi div.premium-gambling p::after {
	background-image: url(/src/images/icon-joker.svg);
}
.pgi div.mature p::after {
	background-image: url(/src/images/icon-mature.svg);
}
.pgi div.teen p::after {
	background-image: url(/src/images/icon-teen.svg);
}
.pgi div.local-multiplayer p::after {
	background-image: url(/src/images/icon-localmultiplayer.svg);
}
.pgi div.single-player p::after {
	background-image: url(/src/images/icon-singleplayer.svg);
}
.pgi div.online-multiplayer p::after {
	background-image: url(/src/images/icon-onlinemultiplayer.svg);
}
.pgi div.crossplay p::after {
	background-image: url(/src/images/icon-crossplay.svg);
}
.pgi div.virtual-reality p::after {
	background-image: url(/src/images/icon-virtualreality.svg);
}
.pgi div.critically-acclaimed p::after {
	background-image: url(/src/images/icon-criticallyacclaimed.svg);
}
.pgi div.pixelgum-approved p::after {
	background-image: url(/src/images/icon-pixelgumapproved.svg);
}
.pgi div.first-time-purchase-sales p::after {
	background-image: url(/src/images/icon-firstpurchasesale.svg);
}
masthead {
	display: block;
	width: 100%;
	background-color:#000;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}
banner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color:#FFF;
	overflow:hidden;
}
#youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#FFF;
}
#caplinks {
	width: 92%;
	padding: 0 4%;
	max-width: 1280px;
	margin: 2rem auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
}
#caplinks a {
	float:left;
	display:block;
	width: 30%;
	margin: 1.66%;
	text-align:center;
	color:#000;
	text-decoration: none;
	border-radius: 0.25rem;
}
#caplinks a:nth-child(6n+1),
#caplinks a:nth-child(6n+4),
#caplinks a:nth-child(6n+5) {
	display:none;
}
#caplinks a strong {
	display:block;
	font-size: 1rem;
	line-height: 1.5em;
	padding: 0.5rem 0 0 0;
}
#caplinks a em {
	position: relative;
	display:block;
	width: 100%;
	height: 0;
	overflow:hidden;
	padding-bottom: 74%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:100% auto;
	border-radius: 0.25rem;
	background-color:#FFF;
}
#cap {
	margin: 0rem auto 0rem auto;
	width: 90%;
	padding: 0 5%;
	max-width:1460px;
	overflow:hidden;
}
#cap h1 {
	padding: 0;
	margin: 1.5rem 0rem 0rem 0rem;
	letter-spacing: 0.05em;
	font-size: 2rem;
	line-height: 1.5em;
}
#cap h2 {
	padding: 0;
	margin: 0;
	color: #808080;
	font-size: 1.8rem;
	line-height: 1.5em;
	font-weight: normal;
}
#capdetail {
	float:left;
	width:74%;
	max-width:1080px;
}
#capoptions {
	float: right;
	width: 26%;
	max-width:400px;
}
#capcontent {
	clear:both;
	margin: 0rem auto 3rem auto;
	width: 90%;
	padding: 0 5%;
	max-width:1460px;
	overflow:hidden;
	text-align:left;
}
#captext {
	float:left;
	width:70%;
	max-width:1080px;
	text-align:left;
}
#captext .the-content {
	font-size: 1.5rem;
	line-height: 1.5em;
}
#capbuy {
	float: right;
	width: 26%;
	max-width:400px;
	min-width: 227px;
}
#cappurchase {
	width: 92%;
	padding: 2rem 4% 1rem 4%;
	max-width: 360px;
	margin: 0rem auto 1rem auto;
}
#paypal-button-container {
	margin: 0 2.66%;
}
#capbuydetails {
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0 2.66%;
}
#capbuydetails .price {
	text-align: center;
	font-size:1.25em;
	line-height: 1.5em;
}
#capbuydetails em {
	font-weight: bold;
	font-style: normal;
	color: #1d9ddc;
}
@keyframes message {
  0%   {background-color: #8F8;}
  50%  {background-color: #CFC;}
  100% {background-color: #8F8;}
}
#returned-message {
	padding:1rem;
	border-radius:0.5rem;
	text-align: center;
	font-size:1.5em;
	line-height: 1.5em;
	font-weight:bold;
	background-color: #8F8;
	animation: message 2s linear 0s 5 alternate;
	display:none;
}
#cappreview {
	margin: 0 auto;
	width: 100%;
	max-width:1080px;
}
#cappreview em {
	display:block;
	width: 100%;
	height:0;
	padding-bottom:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
}
#capswatches {
	width: 92%;
	padding: 24% 4% 0% 4%;
	max-width: 360px;
	margin: 0rem auto 1rem auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
}
#capswatches a {
	float:left;
	display:block;
	width: 44.66%;
	margin: 2.66%;
	text-align:center;
	color:#fff;
	text-decoration: none;
	border-radius: 0.25rem;
	overflow: hidden;
}
#capswatches a.active {
	box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 3px #c0c0c0 !important;
	cursor: default;
}
#capswatches a span {
	display: block;
}
#capswatches a.pattern50 span {
	background-image: url(/src/images/diagonal-pattern50.png);
}
#capswatches a.pattern25 span {
	background-image: url(/src/images/diagonal-pattern25.png);
}
#capswatches a.pattern100 span {
	background-image: url(/src/images/diagonal-pattern100.png);
}
#capswatches a span em {
	display: block;
	width:100%;
	height:0;
	overflow:hidden;
	padding: 0 0 50% 0;
	border-radius: 0.25rem;
	text-indent: -9999em;
	background-image: url(/src/images/pixelgum-crown-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 40%;
}
#capswatches a.logo-white span em {
	background-image: url(/src/images/pixelgum-logo-white.svg);
}
#capswatches a.crown-black span em {
	background-image: url(/src/images/pixelgum-crown-black.svg);
}
#capswatches a.logo-black span em {
	background-image: url(/src/images/pixelgum-logo-black.svg);
}
#capswatches a.crown-pink span em {
	background-image: url(/src/images/pixelgum-crown-pink.svg);
}
#capswatches a.logo-pink span em {
	background-image: url(/src/images/pixelgum-logo-pink.svg);
}
#capsizes {
	width: 92%;
	padding: 0% 4% 0% 4%;
	max-width: 360px;
	margin: 1rem auto 1rem auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
}
#capsizes a {
	float:left;
	display:block;
	width: 44.66%;
	margin: 2.66%;
	text-align:center;
	color:#fff;
	text-decoration: none;
	border-radius: 0.25rem;
	overflow: hidden;
}
#capsizes a.active {
	box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 3px #c0c0c0 !important;
	cursor: default;
}
#capsizes a span {
	display: block;
}
#capsizes a span em {
	display: block;
	width:100%;
	height:0;
	overflow:hidden;
	padding: 0 0 50% 0;
	border-radius: 0.25rem;
	text-indent: -9999em;
	background-image: url(/src/images/button-medium.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 40%;
	background-color:#EEE;
}
#capsizes a:last-child span em {
	background-image: url(/src/images/button-large.svg);
}
#capcolors {
	width: 92%;
	padding: 0 4%;
	max-width: 360px;
	margin: 1rem auto 0rem auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
}
#capcolors a {
	float:left;
	display:block;
	width: 28%;
	margin: 2.66%;
	text-align:center;
	color:#fff;
	text-decoration: none;
	border-radius: 0.25rem;
	overflow: hidden;
}
#capcolors a.active {
	box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 3px #c0c0c0 !important;
	cursor: default;
}
#capcolors a span {
	display: block;
	padding: 20% 35%;
}
#capcolors a.pattern50 span {
	background-image: url(/src/images/diagonal-pattern50.png);
}
#capcolors a.pattern25 span {
	background-image: url(/src/images/diagonal-pattern25.png);
}
#capcolors a.pattern100 span {
	background-image: url(/src/images/diagonal-pattern100.png);
}
#capcolors a span em {
	display: block;
	width:100%;
	height:0;
	overflow:hidden;
	padding: 0 0 50% 0;
	border-radius: 0.25rem;
	text-indent: -9999em;
}
article {
	display: block;
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 0.5rem auto 2rem auto;
	text-align:left;
	font-size: 1.4rem;
	line-height: 1.5em;
}
article ul {
	list-style: none;
}
article ul li {
	margin: 0 0 0.5em 0;
}
article ul li::before {
  content: "\2022";
  color: #00b900;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
article ul li:nth-of-type(6n+1)::before {
	color: #f6bd00;
}
article ul li:nth-of-type(6n+2)::before {
	color: #00b900;
}
article ul li:nth-of-type(6n+3)::before {
	color: #e70000;
}
article ul li:nth-of-type(6n+4)::before {
	color: #f86d00;
}
article ul li:nth-of-type(6n+5)::before {
	color: #0095e8;
}
article ul li:nth-of-type(6n+6)::before {
	color: #9900e7;
}
article ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
article ul.list li {
	background-color: #f5f5f5;
	border-radius: 0.5rem;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1rem;
}
article ul.list li::before {
	content: " ";
}
article ul.list li strong {
	line-height: 1.75em;
}
article ul.list li:nth-of-type(6n+1) strong {
	border-bottom: 5px solid #f6bd00;
}
article ul.list li:nth-of-type(6n+2) strong {
	border-bottom: 5px solid #00b900;
}
article ul.list li:nth-of-type(6n+3) strong {
	border-bottom: 5px solid #e70000;
}
article ul.list li:nth-of-type(6n+4) strong {
	border-bottom: 5px solid #f86d00;
}
article ul.list li:nth-of-type(6n+5) strong {
	border-bottom: 5px solid #0095e8;
}
article ul.list li:nth-of-type(6n+6) strong {
	border-bottom: 5px solid #9900e7;
}
article ul.list.list-approved li:nth-of-type(6n+1) strong,
article ul.list.list-approved li:nth-of-type(6n+2) strong {
	border-bottom: 5px solid #f6bd00;
}
article ul.list.list-approved li:nth-of-type(6n+3) strong,
article ul.list.list-approved li:nth-of-type(6n+4) strong {
	border-bottom: 5px solid #00b900;
}
article ul.list.list-approved li:nth-of-type(6n+7) strong,
article ul.list.list-approved li:nth-of-type(6n+8) strong {
	border-bottom: 5px solid #e70000;
}
article ul.list.list-approved li:nth-of-type(6n+11) strong,
article ul.list.list-approved li:nth-of-type(6n+12) strong {
	border-bottom: 5px solid #f86d00;
}
article ul.list.list-approved li:nth-of-type(6n+5) strong,
article ul.list.list-approved li:nth-of-type(6n+6) strong {
	border-bottom: 5px solid #0095e8;
}
article ul.list.list-approved li:nth-of-type(6n+9) strong,
article ul.list.list-approved li:nth-of-type(6n+10) strong {
	border-bottom: 5px solid #9900e7;
}
article ul.list li.yellow strong {
	border-bottom: 5px solid #f6bd00 !important;
}
article ul.list li.green strong {
	border-bottom: 5px solid #00b900 !important;
}
article ul.list li.red strong {
	border-bottom: 5px solid #e70000 !important;
}
article ul.list li.orange strong {
	border-bottom: 5px solid #f86d00 !important;
}
article ul.list li.blue strong {
	border-bottom: 5px solid #0095e8 !important;
}
article ul.list li.purple strong {
	border-bottom: 5px solid #9900e7 !important;
}
article h1,
article h2 {
	font-size: 2rem;
	line-height: 1.5em;
	padding: 0.5rem 0;
	margin: 0;
	display:inline-block;
}
h4 {
	clear:both;
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	display:block;
}
#links {
	display:block;
	text-align:center;
	padding: 1.5rem 0;
}
#links a {
	color:#fff;
	background-color: #000;
	display: inline-block;
	width:4rem;
	line-height:4rem;
	font-size: 2rem;
	text-align:center;
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0.25em;
	text-decoration:none;
	margin: 0 0.5em 0.5em 0.5em;
	border: 2px solid #000;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
#links a::before {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.icon-twitch::before {
	content: "\f1e8";
}
a.icon-youtube::before {
	content: "\f167";
}
a.icon-twitter::before {
	content: "\f099";
}
a.icon-facebook::before {
	content: "\f39e";
}
a.icon-messenger::before {
	content: "\f39f";
}
a.icon-instagram::before {
	content: "\f16d";
}
a.icon-patreon::before {
	content: "\f3d9";
}
a.icon-reddit::before {
	content: "\f281";
}
a.icon-email::before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f0e0";
}
footer {
	display:block;
	clear:both;
	margin: 0 auto;
	font-size: 1.25rem;
	background-image: url(/src/images/pixelgum-logo.svg);
	background-size: 25% auto;
	background-position: center top;
	background-repeat:no-repeat;
	width: 90%;
	padding: 8% 5% 4rem 5%;
	max-width: 1240px;
}
share {
	clear:both;
	display: block;
	text-align:center;
	font-size: 1rem;
	line-height:4rem;
	color: #888;
}
share.share {
	margin-bottom: 2rem;
}
share a {
	color:#888;
	background-color: #fff;
	display: inline-block;
	width:3rem;
	line-height:3rem;
	font-size: 1.5rem;
	text-align:center;
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
	text-decoration:none;
	margin: 0 0.2em 0.2em 0.2em;
	border: 2px solid #888;
	position: relative;
	top: 0.2rem;
}
share a::before {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
share a {
	-webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
	-o-transition: background-color 0.3s, color 0.3s, border 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s, border 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s, border 0.3s;
	transition: background-color 0.3s, color 0.3s, border 0.3s;
}
#about-header share {
	color: #FFF;
}
#about-header share a {
	color:#fff;
	background-color: #1a1a1a;
	border: 2px solid #fff;
}
#about-header {
	display: block;
	width: 100%;
	padding: 33.33% 0 2rem 0;
	margin: 0rem auto 2rem auto;
	text-align:left;
	font-size: 1.5rem;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #1a1a1a;
	color:#FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}
@media only screen and (max-width: 600px) { #about-header { background-image: url(/src/images/pixelgum-header-600.jpg); } .approved-header div span { background-image: url(/src/images/pixelgum-approved-600.jpg); } }
@media only screen and (min-width: 601px) and (max-width: 900px) { #about-header { background-image: url(/src/images/pixelgum-header-900.jpg); } .approved-header div span { background-image: url(/src/images/pixelgum-approved-900.jpg); } }
@media only screen and (min-width: 901px) and (max-width: 1200px) { #about-header { background-image: url(/src/images/pixelgum-header-1200.jpg); } .approved-header div span { background-image: url(/src/images/pixelgum-approved-1200.jpg); } }
@media only screen and (min-width: 1201px) and (max-width: 1600px) { #about-header { background-image: url(/src/images/pixelgum-header-1600.jpg); } .approved-header div span { background-image: url(/src/images/pixelgum-approved-1600.jpg); } }
@media only screen and (min-width: 1601px) { #about-header { background-image: url(/src/images/pixelgum-header.jpg); } .approved-header div span { background-image: url(/src/images/pixelgum-approved.jpg); } }
#about-header .the-content {
	display: block;
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 1rem auto 2rem auto;
	text-align:left;
	font-size: 1.5rem;
	line-height: 1.5em;
}
#about-header .the-content a {
	color:#FFF;
}
#about-header .the-content a:hover {
	color:#000;
}
.media-header {
	display: block;
	width: 90%;
	padding: 0% 5%;
	max-width: 960px;
	margin: 2.5rem auto 0rem auto;
}
.media-header div {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	background-image: url(/src/images/pixelgum-earth-desktop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
#gamers-icons {
	text-align:center;
}
#gamers-icons span {
	display: inline-block;
	position:relative;
	width:8rem;
	font-size: 0.8rem;
	text-align:center;
	padding: 4.5rem 0 0 0;
	line-height: 1.4rem;
}
#gamers-icons span em {
	display:none;
	width: 8rem;
}
#gamers-icons span::before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position:absolute;
	top: 0;
	left: 0;
	content: "\f0c8";
	width:8rem;
	line-height:4rem;
	font-size: 4rem;
}
#gamers-icons span::after {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position:absolute;
	top: 0;
	left: 0;
	content: "\f0c0";
	width:8rem;
	line-height:4rem;
	font-size: 2rem;
	color: #1a1a1a;
}
#gamers-icons span:nth-child(2)::after {
	content: "\f004";
}
#gamers-icons span:nth-child(3)::after {
	content: "\f19d";
}
#gamers-icons span:nth-child(4)::after {
	content: "\f185";
	font-size: 2.5rem;
}
#gamers-icons span:nth-child(5)::after {
	content: "\f091";
}
#gamers-icons span:nth-child(6)::after {
	content: "\f005";
}
#category-description {
	position: relative;
	display: block;
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 2rem auto 1rem auto;
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align:left;
}
.navigation {
	overflow:hidden;
	font-size: 1rem;
	line-height:4rem;
	color:#000;
	width: 92%;
	padding: 0 4%;
	max-width: 1280px;
	margin: 0 auto 2rem auto;
}
.postnav {
	padding:0% 1% 1.5% 1%;
	margin: 0 1.2%;
	background-color: #f6f6f6;
	border-radius: 0.5rem;
	overflow:hidden;
}
.navigation a {
	color: #000;
	display:inline-block;
	line-height:4rem;
	text-decoration: none;
}
.navigation .previous_posts_link {
	display:block;
	float: left;
	width: 50%;
	text-align:left;
}
.navigation .previous_posts_link em,
.navigation .next_posts_link em {
	display:inline-block;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 4rem;
	font-style:normal;
	position: relative;
	top: 1.1rem;
	padding: 0 1rem;
}

.navigation .next_posts_link {
	display:block;
	float: right;
	width: 50%;
	text-align:right;
}
.post img.alignnone,
.post img.aligncenter,
.post img.size-full {
	display: block;
	width: 100%;
	height: auto;
}
.post iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}
.post blockquote {
	font-style:italic;
	
}
.search-form {
	position: relative;
	display: inline-block;
	margin: 0 auto 2rem auto;
	background-color: #fff;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form input.search-field {
	position:relative;
	left: 0;
	display:block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.5rem;
	z-index:9;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0);
	-webkit-transition: width 0.5s, color 0.5s, margin 0.5s, border 0.5s, left 0.5s;
	-o-transition: width 0.5s, color 0.5s, margin 0.5s, border 0.5s, left 0.5s;
	-ms-transition: width 0.5s, color 0.5s, margin 0.5s, border 0.5s, left 0.5s;
	-moz-transition: width 0.5s, color 0.5s, margin 0.5s, border 0.5s, left 0.5s;
	transition: width 0.5s, color 0.5s, margin 0.5s, border 0.5s, left 0.5s;
	outline: none;
	border-bottom: 3px solid rgba(0,0,0,0);
	cursor:pointer;
	border-radius: 0;
	-webkit-appearance: none;
}
.search-form label input.search-field:focus,
.search-form:hover label input.search-field {
	width: 20rem;
	left: -4rem;
	color: rgba(0,0,0,1);
	margin: 0 0 0 4rem;
	border-bottom: 3px solid rgba(0,0,0,0.5);
	cursor:auto;
}
.search-form input.search-submit {
	display: block;
	position: absolute;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 3rem;
	text-align:center;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	color: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index:8;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	outline: none;
}
.search-form input.search-submit:hover {
	color: rgba(0,0,0,1);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.not-found {
	padding: 3rem 10%;
	font-size: 1rem;
}
.listofgames,
.companyarticles {
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 1rem auto 2rem auto;
	text-align:left;
	font-size: 1.4rem;
	line-height: 1.6em;
}
.listofgames strong.sectiontitle,
.companyarticles strong.sectiontitle {
	font-size: 1.1em;
}
.listofgames a,
.companyarticles a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0.5rem 0 0.5rem 0;
	font-weight: bold;
	color: #000;
	text-decoration:none;
	background-color: #f5f5f5;
	border-radius: 0.2rem;
	padding: 0.2rem 0.2rem 0.2rem 0.5rem;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.companyarticles a:nth-of-type(6n+1) {
	border-right: 10px solid #f6bd00;
}
.companyarticles a:nth-of-type(6n+2) {
	border-right: 10px solid #00b900;
}
.companyarticles a:nth-of-type(6n+3) {
	border-right: 10px solid #e70000;
}
.companyarticles a:nth-of-type(6n+4) {
	border-right: 10px solid #f86d00;
}
.companyarticles a:nth-of-type(6n+5) {
	border-right: 10px solid #0095e8;
}
.companyarticles a:nth-of-type(6n+6) {
	border-right: 10px solid #9900e7;
}

.ua-desktop .listofgames a:hover,
.ua-desktop .companyarticles a:hover {
	color: #fff;
	background-color: #000;
}
.listofgames span.pgindex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
#postlinks span.pgindex {
	width: 96%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-self: center;
	margin: 0 0 2rem 0;
}
.pgindex em {
	display: none;
	width: 2rem;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: auto 140%;
	border-radius:1rem;
	margin: 0 0.2rem;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.pgindex em::before {
	content:'';
    float:left;
    padding-top:100%;
}
.page-template-single-support #postlinks {
	margin: 1rem auto 0rem auto;
	max-width: 820px;
	font-size: 1em;
}
.page-template-single-support #postlinks a {
	width: 31%;
	margin: 0 1.16% 1.6rem 1.16%;
}
#postlinks span.pgiholder {
	width: 96%;
	margin: 0 auto;
}
#postlinks span.pgiholder span.pgindex {
	margin: 0 0 2% 0;
	width: 100%;
	background-color:#FFF;
	border-radius: 0.25rem;
}
#postlinks span.pgiholder span.pgindex:last-of-type {
	margin: 0 0 1rem 0;
}
#postlinks span.pgiholder .pgindex em {
	width: 10%;
	margin: 0 1.25%;
}
.pgindex em:nth-of-type(1),
.pgindex em:nth-of-type(2),
.pgindex em:nth-of-type(3),
.pgindex em:nth-of-type(4),
.pgindex em:nth-of-type(5),
.pgindex em:nth-of-type(6),
.pgindex em:nth-of-type(7),
a.nof2p .pgindex em:nth-of-type(8),
a.f2p .pgindex em.free-to-play,
a.pgm .pgindex em.premium-gambling,
.pgiholder .pgindex.nof2p em:nth-of-type(8),
.pgiholder .pgindex.f2p em.free-to-play,
.pgiholder .pgindex.pgm em.premium-gambling {
	display: block;
}
.pgindex em::before {
	background-color: #808080;
}
.pgindex em.red {
	background-color: #e70000;
}
.pgindex em.yellow {
	background-color: #f6bd00;
}
.pgindex em.orange {
	background-color: #f86d00;
}
.pgindex em.green {
	background-color: #00b900;
}
.pgindex em.purple {
	background-color: #9900e7;
}
.pgindex em.blue {
	background-color: #0095e8;
}
.pgindex em.developer-dishonesty {
	background-image: url(/src/images/icon-dishonest.svg);
}
.pgindex em.bugs {
	background-image: url(/src/images/icon-bugs.svg);
}
.pgindex em.mental-health {
	background-image: url(/src/images/icon-mentalhealth.svg);
}
.pgindex em.phoenix {
	background-image: url(/src/images/icon-phoenix.svg);
}
.pgindex em.casino {
	background-image: url(/src/images/icon-casino.svg);
}
.pgindex em.all-time-classic {
	background-image: url(/src/images/icon-classic.svg);
}
.pgindex em.shop-funnel {
	background-image: url(/src/images/icon-shopfunnel.svg);
}
.pgindex em.paid-for-currency {
	background-image: url(/src/images/icon-currencymoney.svg);
}
.pgindex em.crafting-currency {
	background-image: url(/src/images/icon-currencycrafting.svg);
}
.pgindex em.virtual-currency {
	background-image: url(/src/images/icon-currencyvirtual.svg);
}
.pgindex em.advertising {
	background-image: url(/src/images/icon-advertisingmarketing.svg);
}
.pgindex em.trading {
	background-image: url(/src/images/icon-trading.svg);
}
.pgindex em.region-specific {
	background-image: url(/src/images/icon-region.svg);
}
.pgindex em.macrotransactions {
	background-image: url(/src/images/icon-macrotransactions.svg);
}
.pgindex em.microtransactions-post-launch {
	background-image: url(/src/images/icon-microtransactionspostlaunch.svg);
}
.pgindex em.microtransactions {
	background-image: url(/src/images/icon-microtransactions.svg);
}
.pgindex em.loot-boxes-with-duplicate-items {
	background-image: url(/src/images/icon-lootboxesduplicateitems.svg);
}
.pgindex em.loot-boxes {
	background-image: url(/src/images/icon-lootboxes.svg);
}
.pgindex em.no-limit-microtransactions {
	background-image: url(/src/images/icon-nolimitmicrotransactions.svg);
}
.pgindex em.cosmetic-items {
	background-image: url(/src/images/icon-cosmeticitems.svg);
}
.pgindex em.season-pass {
	background-image: url(/src/images/icon-seasonpass.svg);
}
.pgindex em.season-pass-with-purchasable-tiers {
	background-image: url(/src/images/icon-seasonpassbuytiers.svg);
}
.pgindex em.single-click-purchase {
	background-image: url(/src/images/icon-oneclickpurchase.svg);
}
.pgindex em.social-blocks {
	background-image: url(/src/images/icon-socialblocks.svg);
}
.pgindex em.pay-to-win {
	background-image: url(/src/images/icon-paytowin.svg);
}
.pgindex em.positive-community {
	background-image: url(/src/images/icon-positivecommunity.svg);
}
.pgindex em.family-friendly {
	background-image: url(/src/images/icon-familyfriendly.svg);
}
.pgindex em.platform-exclusive-content {
	background-image: url(/src/images/icon-platformexclusivecontent.svg);
}
.pgindex em.pre-order-bonuses {
	background-image: url(/src/images/icon-preorderbonuses.svg);
}
.pgindex em.time-limited-virtual-items {
	background-image: url(/src/images/icon-timelimitedvirtualitems.svg);
}
.pgindex em.expansion {
	background-image: url(/src/images/icon-expansion.svg);
}
.pgindex em.free-to-play {
	background-image: url(/src/images/icon-freetoplay.svg);
}
.pgindex em.charity {
	background-image: url(/src/images/icon-charity.svg);
}
.pgindex em.free-content {
	background-image: url(/src/images/icon-freecontent.svg);
}
.pgindex em.premium-gambling {
	background-image: url(/src/images/icon-joker.svg);
}
.pgindex em.mature {
	background-image: url(/src/images/icon-mature.svg);
}
.pgindex em.teen {
	background-image: url(/src/images/icon-teen.svg);
}
.pgindex em.local-multiplayer {
	background-image: url(/src/images/icon-localmultiplayer.svg);
}
.pgindex em.single-player {
	background-image: url(/src/images/icon-singleplayer.svg);
}
.pgindex em.online-multiplayer {
	background-image: url(/src/images/icon-onlinemultiplayer.svg);
}
.pgindex em.crossplay {
	background-image: url(/src/images/icon-crossplay.svg);
}
.pgindex em.virtual-reality {
	background-image: url(/src/images/icon-virtualreality.svg);
}
.pgindex em.critically-acclaimed {
	background-image: url(/src/images/icon-criticallyacclaimed.svg);
}
.pgindex em.pixelgum-approved {
	background-image: url(/src/images/icon-pixelgumapproved.svg);
}
.pgindex em.first-time-purchase-sales {
	background-image: url(/src/images/icon-firstpurchasesale.svg);
}
.companyarticles a {
	display: block;
	margin: 0.5rem 0 0.5rem 0;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.companyarticles a:hover {
	color: #8c7864;
}
.devpub strong a::after {
	content: ', ';
}
.devpub strong:last-of-type a::after {
	content: '';
}
a.patreonlink {
	text-align:center;
	position: relative;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 780px;
	background-color: #dcd2c8;
	border-radius: 1rem;
	border: none !important;
	padding: 0.5rem 10px 0.5rem 10px;
	margin: 0 auto 1rem auto;
	color:#000;
	font-size: 1.3rem;
	line-height: 1.5em;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;	
}
.ua-desktop a.patreonlink:hover {
	background-color:#000 !important;
	color: #FFF;
}
a.patreonlink strong {
	font-weight: normal;
	display:block;
	width:70%;
	padding-right: 2.5%;
}
a.patreonlink strong em {
	font-style:normal;
}
a.patreonlink strong em::before {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
	content: "\f3d9\0020\0020";
	display:inline-block;
	padding-right: 0.5em;
}
a.patreonlink span {
	position: relative;
	display: block;
	width: 25%;
	height: 0;
	padding: 22.5% 0 0 0;
	overflow:hidden;
	background-image: url(/src/images/icon-beheard-shadow.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
a.patreonlink span::after,
a.patreonlink span em:nth-of-type(1),
a.patreonlink span em:nth-of-type(2),
a.patreonlink span em:nth-of-type(3),
a.patreonlink span em:nth-of-type(4),
a.patreonlink span em:nth-of-type(5),
a.patreonlink span em:nth-of-type(6) {
	content: ' ';
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	background-image: url(/src/images/icon-beheard.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% auto;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes beheard-color1 {
	0% {transform: scale(1);}
	11.67% {transform: scale(1);}
	16.67% {transform: scale(0.99);}
	45% {transform: scale(0.99);}
	95% {transform: scale(0.99);}
	100% {transform: scale(1);}
}
@keyframes beheard-color2 {
	0% {opacity: 0;transform: scale(1);}
	16.67% {opacity: 1;transform: scale(1);}
	45% {opacity: 1;transform: scale(1);}
	50% {opacity: 0;transform: scale(0.99);}
	100% {opacity: 0;transform: scale(0.99);}
}
@keyframes beheard-color3 {
	0% {opacity: 0;transform: scale(1);}
	16.67% {opacity: 0;transform: scale(1);}
	33.33% {opacity: 1;transform: scale(1);}
	61.67% {opacity: 1;transform: scale(1);}
	66.67% {opacity: 0;transform: scale(0.99);}
	100% {opacity: 0;transform: scale(0.99);}
}
@keyframes beheard-color4 {
	0% {opacity: 0;transform: scale(1);}
	33.33% {opacity: 0;transform: scale(1);}
	50% {opacity: 1;transform: scale(1);}
	78.33% {opacity: 1;transform: scale(1);}
	83.33% {opacity: 0;transform: scale(0.99);}
	100% {opacity: 0;transform: scale(0.99);}
}
@keyframes beheard-color5 {
	0% {opacity: 0;transform: scale(1);}
	50% {opacity: 0;transform: scale(1);}
	66.67% {opacity: 1;transform: scale(1);}
	83.33% {opacity: 1;transform: scale(1);}
	88.33% {opacity: 0;transform: scale(0.99);}
	100% {opacity: 0;transform: scale(0.99);}
}
@keyframes beheard-color6 {
	0% {opacity: 0;transform: scale(1);}
	66.67% {opacity: 0;transform: scale(1);}
	83.33% {opacity: 1;transform: scale(1);}
	100% {opacity: 0;transform: scale(0.99);}
}
a.patreonlink span em:nth-of-type(1) {
	background-image: url(/src/images/icon-beheard-yellow.svg);
	z-index: 1;
	opacity: 1;
	animation-name: beheard-color1;
}
a.patreonlink span em:nth-of-type(2) {
	background-image: url(/src/images/icon-beheard-blue.svg);
	
	z-index: 2;
	animation-name: beheard-color2;
}
a.patreonlink span em:nth-of-type(3) {
	background-image: url(/src/images/icon-beheard-green.svg);
	z-index: 3;
	animation-name: beheard-color3;
}
a.patreonlink span em:nth-of-type(4) {
	background-image: url(/src/images/icon-beheard-purple.svg);
	z-index: 4;
	animation-name: beheard-color4;
}
a.patreonlink span em:nth-of-type(5) {
	background-image: url(/src/images/icon-beheard-red.svg);
	z-index: 5;
	animation-name: beheard-color5;
}
a.patreonlink span em:nth-of-type(6) {
	background-image: url(/src/images/icon-beheard-orange.svg);
	z-index: 6;
	animation-name: beheard-color6;
}
a.patreonlink span::after {
	opacity: 1;
	z-index: 7;
}
a.discordlink {
	text-align:center;
	position: relative;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 780px;
	background-color: #dcd2c8;
	border-radius: 1rem;
	border: none !important;
	padding: 0.5rem 10px 0.5rem 10px;
	margin: 0 auto;
	color:#000;
	font-size: 1.3rem;
	line-height: 1.5em;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;	
}
a.plf {
	margin: 0 auto 2rem auto;
}
.ua-desktop a.discordlink:hover {
	background-color:#000 !important;
	color: #FFF;
}
a.discordlink strong {
	font-weight: normal;
	display:block;
	width:70%;
	padding-right: 2.5%;
}
a.discordlink strong em {
	font-style:normal;
}
a.discordlink strong em::before {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
	content: "\f392\0020\0020";
	display:inline-block;
	padding-right: 0.5em;
}
a.discordlink span {
	position: relative;
	display: block;
	width: 25%;
	height: 0;
	padding: 23% 0 0 0;
	overflow:hidden;
	background-image: url(/src/images/join-the-conversation.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#media {
	text-align: center;
}
#media img {
	display: block;
	margin: 2em auto 0em auto;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#media a {
	display: inline-block;
	padding: 0.1em 0;
	margin: 0.3em auto;
}
#media a span {
	display: inline-block;
	background-color:#000;
	color:#FFF;
	border-radius: 0.5rem;
	padding: 0 0.5em;
}
#media em {
	display:inline-block;
	font-style:normal;
	font-weight:bold;
	color: #000;
	font-size:1.1em;
	padding-bottom: 0.5em;
}
#media a.imgurl {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
span.author-title {
	display: block;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 0.6em;
	border-top: 1px solid #ccc;
	padding: 1em 0 0 0;
}
.author-bio {
	clear: both;
	margin: 1rem 0 0 0;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: 0.75em;
	line-height: 1.5em;
}
.author-link {
	font-size: 1.2em;
	line-height: 1.5em;
}
.author-bio p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}
.author-avatar {
	width: 19%;
	padding: 0 5% 0 0;
	border-right: 1px solid #ccc;
}
.author-avatar img {
	display: block;
	border-radius: 20em;
	width: 100%;
	height: auto;
	max-width: 160px;
}
.author-description {
	width: 70%;
}
.author-description a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.ua-desktop .author-description a:hover {
	text-decoration: underline;
}
a.twitterlink {
	color: #555;
	font-size: 0.9em;
}
a.twitterlink::before {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
	content: "\f099\0020\0020";
	display:inline-block;
	padding-right: 0.5em;
}
figure.wp-block-embed-youtube {
	position:relative;
	margin: 0 auto;
	padding: 56.25% 0 0 0;
	width: 100%;
	overflow:hidden;
}
figure.wp-block-embed-youtube iframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.donate {
	display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	padding: 1rem 0 1rem 0;
}
.donate a {
	display: block;
	width: 31%;
	border-radius: 0.5em;
	font-size: 1em;
	color: #000;
	background-color: transparent;
	border: none;
	padding: 0.4em 0.5% 0.6em 0.5%;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.donate a::before {
	font-size: 1.2em;
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: normal;
	position: relative;
	top: 0.1em;
}
.donate a shine {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	border-radius: 0.5em;
}
.donate a shine::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: -120%;
	width: 275%;
	height: 100%;
	background: linear-gradient(80deg, rgba(255,222,222,1) 6%, rgba(255,255,222,1) 12%, rgba(222,255,222,1) 18%, rgba(222,255,255,1) 24%, rgba(222,222,255,1) 30%, rgba(255,222,255,1) 36%, rgba(235,235,235,1) 42%);
	z-index: -1;
	transition: left .5s;
}
.donate a:hover shine::before {
	left: 0%;
}
.donate a.donate-paypal::before {
	content: "\f1ed\0020\0020";
	color: #3b7bbf;
}
.donate a.donate-twitch::before {
	content: "\f1e8\0020\0020";
	color: #6441A4;
}
.donate a.donate-patreon::before {
	content: "\f3d9\0020\0020";
	color: #f96854;
}
.donate a.donate-youtube::before {
	content: "\f167\0020\0020";
	color: #ff0000;
}
#donate-header-image {
	position:relative;
	display: block;
	width: 100%;
	margin: 0rem auto 1rem auto;
	background-color: #1a1a1a;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}
#donate-header-image div {
	display: block;
	width: 100%;
	margin: 0 auto 0 auto;
}
#donate-header-image div span {
	display: block;
	height: 0;
	width: 100%;
	max-width: 1920px;
	padding-bottom: 33.2%;
	margin: 0rem auto 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

@keyframes MOVE-BG {
	from {
		transform: translateX(0);
	}
	to { 
		transform: translateX(46px);
	}
}

.bar {
	border-radius: 0.5em;
	font-size: 1.1em;
	background-color: #f6f6f6;
	z-index: 1;
	overflow: hidden;
}
.percentage {
	height: auto;
    text-align: center;
    color: #4c3f2e;	
    position: relative;
    overflow: hidden;
	padding: 1rem;
	z-index: 1;
	border-radius: 0.5em 0em 0em 0.5em;
}

.bg {
    position: absolute;
    left: -46px;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: -1;
	background: -webkit-repeating-linear-gradient(
    145deg,
    #e0f6ff 1px,
    #bfecff 2px,
    #bfecff 11px,
    #e0f6ff 12px,
    #e0f6ff 20px
  );
  background: repeating-linear-gradient(
    -55deg,
    #e0f6ff 1px,
    #bfecff 2px,
    #bfecff 11px,
    #e0f6ff 12px,
    #e0f6ff 20px
	);
	
    animation-name: MOVE-BG;
	animation-duration: 1.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
table {
	font-size: 0.7em;
	line-height: 1.3em;
	width: 100%;
}
table a {
	line-height: 1.8em;
}
table th {
	vertical-align: top;
	background-color: #808080;
	color: #fff;
	text-align: center;
	padding: 3px 6px;
	margin: 0;
	border-left: 1px solid #fff;
}
table th:first-child {
	text-align: left;
	border-left: none;
}
table td {
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px 6px;
	margin: 0;
}
table td:first-child {
	text-align: left;
	border-left: none;
}

#pixelgum-thanks {
	position:relative;
	clear:both;
	width:100%;
	margin: 2rem auto 2rem auto;
	border-radius: 1rem;
	overflow:hidden;
	font-variant: normal;
	font-size: 0.7em;
	line-height: 1.6em;
}
#pixelgum-thanks a {
	position: relative;
	display: block;
	padding: 0;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 1.5em 5% 1.5em 5%;
	text-align: center;
	overflow: hidden;
	border-bottom: none;
}
#pixelgum-thanks a::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: -120%;
	width: 275%;
	height: 100%;
	background: linear-gradient(80deg, rgba(255,222,222,1) 6%, rgba(255,255,222,1) 12%, rgba(222,255,222,1) 18%, rgba(222,255,255,1) 24%, rgba(222,222,255,1) 30%, rgba(255,222,255,1) 36%, rgba(245,245,245,1) 42%);
	z-index: -1;
	transition: left .5s;
}
#pixelgum-thanks a:hover::before {
	left: 0%;
}
#pixelgum-thanks a strong {
	display: block;
	padding: 0 0 0.5em 0;
	text-transform: uppercase;
	font-size: 2em;
}
#pixelgum-thanks a thanks {
	padding: 0 0 1em 0;
	font-size: 1.2em;
}
#pixelgum-thanks a span {
    display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;	
}
#pixelgum-thanks a span em {
	position: relative;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	width: 32%;
	color: #000;
	border-radius: 0.2em;
	text-align: center;
	margin: 0 0 1em 0;
}
#pixelgum-thanks a .tier1 em {
	margin: 2.5em 0 1em 0;
	padding: 0.75em 0 0 0;
	font-size: 0.9em;
	background-color: rgba(0,0,0,0.08);
}
#pixelgum-thanks a .tier1 em crown {
    position: absolute;
	top: -50%;
	left: 37.5%;
    display: block;
    background-image:url(/src/images/pixelgum-crown-jewels.svg);
    width: 25%;
    height: 0;
	padding: 0 0 12.5% 0;
    background-size: 100% 100%;
    margin: 0 auto;
}
#pixelgum-thanks a .tier1 em crown si {
    display: block;
    width: 100%;
    height: 8%;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: rotate(45deg);
    transform-origin: center;
}
#pixelgum-thanks a .tier1 em crown si::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 100%;
    border-radius: 100em;
    background-color: rgba(255,192,0,0.00);
    animation: shine 2s infinite;
}
@keyframes shine {
  0%   {width: 0%;left: 25%;background-color: rgba(255,192,0,0.00);}
  40%  {width: 25%;left: 0%;background-color: rgba(255,192,0,1.00);}
  90%  {width: 0%;background-color: rgba(255,192,0,0.00);}
  100% {width: 0%;}
}
#pixelgum-thanks a .tier1 em crown si:nth-child(2) {
    transform: rotate(75deg);
}
#pixelgum-thanks a .tier1 em crown si:nth-child(2)::before {
    animation-delay: 0.5s;
}
#pixelgum-thanks a .tier1 em crown si:nth-child(3) {
    transform: rotate(105deg);
}
#pixelgum-thanks a .tier1 em crown si:nth-child(3)::before {
    animation-delay: 1s;
}
#pixelgum-thanks a .tier1 em crown si:nth-child(4) {
    transform: rotate(135deg);
}
#pixelgum-thanks a .tier1 em crown si:nth-child(4)::before {
    animation-delay: 1.5s;
}
#pixelgum-thanks a .tier2 em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	width: 32%;
	border-radius: 0.2em;
	text-align: center;
	margin: 0.5em 0 1em 0;
	padding: 0.4em 0 0 0;
	background-color: rgba(0,0,0,0.04);
	color: rgba(0,0,0,0.75);
	font-size: 0.8em;
}
#pixelgum-thanks a .tier2 em crown {
    position: absolute;
	top: -35%;
	left: 42.5%;
    display: block;
    background-image:url(/src/images/pixelgum-crown-gold.svg);
    width: 15%;
    height: 0;
	padding: 0 0 7.5% 0;
    background-size: 100% 100%;
    margin: 0 auto;
}
#pixelgum-thanks a .tier3 {
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 0.8em;
}
@media (max-width: 40em) {
	#postlinks a {
		float:none;
		display:block;
		width: 100%;
		margin: 0 0 1.6rem 0;
	}
	.the-content,
	#about-header .the-content,
	#category-description,
	.listofgames,
	.companyarticles,
	div.intro,
	article {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.listofgames .pgindex em {
		width: 1rem;
		height: 1rem;
		margin: 0 0.1rem;
	}
	div.legend {
		font-size: 0.8rem;
	}
	.legend a.pixelgumtv {
		width: 6rem;
	}
	article h1,
	article h2,
	article h3 {
		font-size: 1.1rem;
	}
	h4 {
		font-size: 0.95rem;
	}
	footer {
		font-size: 0.8rem;
		background-size: 50% auto;
		padding: 14% 5% 4rem 5%;
	}
	share {
		line-height:2rem;
	}
	share a {
		width:1.5rem;
		line-height:1.5rem;
		font-size: 0.75rem;
		top: 0;
	}
	#links a {
		width:2rem;
		line-height:2rem;
		font-size: 1rem;
	}
	.postnav {
		padding:0% 4% 0% 4%;
		margin: 0 1.2%;
	}
	.navigation a {
		position: relative;
		top: -0.2rem;
		line-height:2rem;
		font-size: 0.8rem;
		white-space: nowrap;
	}
	.navigation .previous_posts_link em,
	.navigation .next_posts_link em {
		font-size: 1.5rem;
		top: 0.3rem;
		padding: 0;
	}
	.search-form input.search-field {
		font-size: 1.2rem;
	}
	.search-form label input.search-field:focus,
	.search-form:hover label input.search-field {
		width: 12rem;
	}
	#caplinks a strong {
		font-size: 0.5rem;
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 1px #ffffff,0px 0px 0px 2px #c0c0c0 !important;
	}
	#cap h1,
	#cap h2 {
		font-size: 1em;
	}
	body div.setcookies {
		font-size: 0.8rem;
		line-height: 1.6em;
	}
	body div.setcookies form div span.btn a {
		font-size: 0.8rem;
		margin: 0 1rem 0.5rem 1rem;
	}
	body div.setcookies form div span.btn {
		padding-right: 1rem;
	}
	body div.setcookies form div span.btn button {
		font-size: 0.8rem;
		margin: 0 1rem;
	}
	.page-template-single-support #postlinks {
		font-size: 0.6em;
	}
	#postlinks span.pgiholder {
		width: 92%;
	}
	#postlinks span.pgiholder .pgindex em {
	  width: 9%;
	}
	.page-template-single-support #postlinks a strong {
		font-size: 1.25em;
	}
	#postlinks span.pgindex {
		width: 100%;
	}
	a.patreonlink,
	a.discordlink {
		font-size: 0.8rem;
	}
	span.author-title {
		font-size: 0.8em;
		text-align:center;
	}
	.author-bio {
		display:block;
		font-size: 0.9rem;
	}
	.author-avatar {
		width: 100%;
		padding: 0;
		border: none;
		text-align:center;
	}
	.author-avatar img {
		margin: 0 auto;
	}
	.author-description {
		width: 100%;
	}
	#pixelgum-thanks {
        font-size: 0.6rem;
	}
	#pixelgum-thanks a .tier1 em {
        margin: 3em 0 1em 0;
        padding: 1.25em 0 0 0;
    }
    #pixelgum-thanks a .tier1 em crown {
        top: -60%;
        left: 30%;
        width: 40%;
        padding: 0 0 20% 0;
    }
	#pixelgum-thanks a .tier2 em {
        padding: 0.5em 0 0 0;
	}
	#pixelgum-thanks a .tier2 em crown {
        top: -30%;
	}
	/* Safari 11+ */
    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
		#pixelgum-thanks {
            font-size: 0.55rem;
        }
		#pixelgum-thanks a .tier1 em {
            margin: 2.5em 0 1em 0;
            padding: 0.75em 0 0 0;
        }
        #pixelgum-thanks a .tier1 em crown {
            top: -60%;
            left: 30%;
            width: 40%;
            padding: 0 0 20% 0;
        }
        #pixelgum-thanks a .tier2 em {
            padding: 0em 0 0 0;
        }
	}}
}
@media (max-aspect-ratio: 50/50) and (max-width: 40em) {
	#capswatches {
		padding: 0% 4% 0% 4%;
	}
	#capdetail {
		float:none;
		width:100%;
		max-width:1080px;	
	}
	#capoptions {
		float: none;
		width: 45%;
		margin: 0 auto;
		max-width: none;
		border: 2px solid #c0c0c0;
		border-radius: 0.5rem;
		padding: 5% 22.5%;
	}
	#paypal-button-container {
		margin: 0 5%;
	}
	#capcontent {
		float: none;
		width: 90%;
		margin: 0 auto;
		max-width: none;
		padding: 5% 5%;
	}
	#captext {
		float: none;
		width: 100% !important;
		margin: 0 auto;
		max-width: none;
	}
	#capbuy {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: none;
	}
	#cappurchase {
		width: 100%;
		padding: 2rem 0% 1rem 0%;
		max-width: none;
	}
	#capbuydetails {
		margin: 0;
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #c0c0c0 !important;
	}
}
@media (max-width: 24.9em) {
	.navigation a {
		top: -0.2rem;
		font-size: 0.7rem;
		letter-spacing: -0.05em;
	}
}
@media (max-width: 70em) {
	#page {
		padding: 60px 0 0 0;
	}
	header #header {
		min-height:60px;
	}
	a[href^="#menu"]  {
		display:block;
	}
	a[href^="#menu"]::before,
	a[href^="#menu"]::after,
	a[href^="#menu"] span::before {
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		display:block;
		position:absolute;
		top: 0;
		left: 0;
		content: "\f068";
		text-align:center;
		width:3rem;
		line-height:60px;
		font-size: 1.5rem;
		transform: scale(1,0.5);
		-webkit-transition: transform .5s, top .5s;
		-o-transition: transform .5s, top .5s;
		-ms-transition: transform .5s, top .5s;
		-moz-transition: transform .5s, top .5s;
		transition: transform .5s, top .5s;
	}
	a[href^="#menu"]::before {
		top: -0.5rem;
	}
	a[href^="#menu"]::after {
		top: 0.5rem;
	}
	a[href^="#menu"] span::before {
	}
	a[href^="#menu"].is-active::before {
		top: 0rem;
		transform: rotate(225deg);
	}
	a[href^="#menu"].is-active::after {
		top: 0rem;
		transform: rotate(225deg);
	}
	a[href^="#menu"].is-active span::before {
		transform: rotate(135deg);
	}
	nav {
		display:none;
	}
	#mm-menu,
	#mm-menu li a {
	   font-size: 1rem;
	   color: #dcd2c8;
	   background-color: #1a1a1a;
	   border-color: #777;
	   font-weight: bold;
	   text-align:left;
	}
	#mm-menu .mm-panel .mm-navbar a.mm-navbar__title {
		color: rgba(0,0,0,0);
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(/src/images/pixelgum-logo-header.svg);
		background-size: auto 67%;
	}
	#mm-menu li.current-menu-item a {
		background-color:#FFF;
		font-weight: bold;
		color: #000;
	}
	.mm-btn_next::after,
	.mm-btn_prev::before {
		border-color: #fff !important;
	}
	.current-menu-item a.mm-btn_next::after,
	.current-menu-item a.mm-btn_prev::before {
		border-color: #000 !important;
	}
	#countdown {
		display: none;
	}
	#cap h1,
	#cap h2 {
		font-size: 1.5em;
	}
	#captext .the-content {
		font-size: 1rem;
		line-height: 1.5em;
	}
	#captext {
		width: 60%;	
	}
	article {
		margin: 0rem auto 2rem auto;
	}
	a.plf {
		margin: 0 5% 2rem 5%;
	}
}
@media (min-width: 40.01em) and (max-width: 70em) {
	.page-template-single-support #postlinks {
		font-size: 0.86em;
	}
}
@media (min-width: 10em) {
	.ua-desktop .the-content a:hover,
	.ua-desktop h4 a:hover,
	.ua-desktop article.scnd a:hover,
	.ua-desktop #category-description a:hover,
	.ua-desktop a.author-link:hover {
		background-color: #dcd2c8;
		text-decoration:none;
	}
	.ua-desktop .navigation a:hover {
		color: #8c7864;
	}
	.ua-desktop #postlinks a:hover {
		background-color: #ffffff;
	}
	.ua-desktop #postlinks a:hover span.image {
		background-size:104% auto;
	}
	.ua-desktop #links a:hover {
		background-color: #fff;
		color:#000;
	}
	.ua-desktop .legend a:hover {
		color: #8c7864;
	}
	.ua-desktop .legend a.article:hover {
		background-color: #000;
		color:#FFF;
	}
	.ua-desktop share a:hover {
		background-color: #000;
		color:#fff;
		border: 2px solid #000;
	}
	.ua-desktop #about-header share a:hover {
		color:#000;
		background-color: #fff;
		border: 2px solid #fff;
	}
	.ua-desktop .pgi div p:hover em strong {
		color: #fff;
	}
	.ua-desktop .pgi div a:hover {
		text-decoration: underline;
	}
	.ua-desktop .pgi div p:hover em::before,
	.ua-desktop .pgi div p:hover em::after {
		background-color: #fff;
	}
}
@media (min-aspect-ratio: 64/39) and (max-width: 1199px) {
	banner,
	#header-image div {
		max-width:800px;
	}
}
@media (min-aspect-ratio: 64/39) and (min-width: 1200px) and (max-width: 2189px) {
	#about-header .the-content,
	article,
	.listofgames,
	.companyarticles {
		width: 50%;
		max-width:none;
	}
	banner,
	#header-image div {
		max-width: 75%;
	}
}
@media (min-aspect-ratio: 64/39) and (min-width: 2190px) {
	#about-header .the-content,
	article,
	.listofgames,
	.companyarticles {
		width: 50%;
		max-width:none;
	}
	banner,
	#header-image div {
		max-width: 50%;
	}
}
@media (min-width: 40.01em) and (max-width: 60em) {
	#capswatches a,
	#capsizes a,
	#capcolors a {
		box-shadow: 0px 0px 0px 3px #ffffff;
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 3px #c0c0c0 !important;
	}
}
@media (min-width: 60.01em) and (max-width: 94em) {
	#capswatches a,
	#capsizes a,
	#capcolors a {
		box-shadow: 0px 0px 0px 4px #ffffff;
		-webkit-transition: box-shadow 0.3s;
		-o-transition: box-shadow 0.3s;
		-ms-transition: box-shadow 0.3s;
		-moz-transition: box-shadow 0.3s;
		transition: box-shadow 0.3s;
	}
	#capswatches a:hover,
	#capsizes a:hover,
	#capcolors a:hover {
		box-shadow: 0px 0px 0px 4px #c0c0c0;
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 3px #ffffff,0px 0px 0px 4px #c0c0c0 !important;
	}
}
@media (min-width: 94.01em) {
	#capswatches a,
	#capsizes a,
	#capcolors a {
		box-shadow: 0px 0px 0px 5px rgba(192,192,192,0);
		-webkit-transition: box-shadow 0.3s;
		-o-transition: box-shadow 0.3s;
		-ms-transition: box-shadow 0.3s;
		-moz-transition: box-shadow 0.3s;
		transition: box-shadow 0.3s;
	}
	#capswatches a:hover,
	#capsizes a:hover,
	#capcolors a:hover {
		box-shadow: 0px 0px 0px 5px rgba(192,192,192,1);
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 3px #ffffff,0px 0px 0px 5px #c0c0c0 !important;
	}
	#pgiheader em {
		background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.8) 100%);
	}
}
@media (max-width: 850px) {
	#cappreview em:first-child {
		display:none;
	}
	.pgi {
		flex-flow: column;
	}
	.pgi div {
		width: 100%;
		margin: 0 0 1rem 0;
	}
}
@media (min-width: 851px) {
	#cappreview em:last-child {
		display:none;
	}
	.pgi div:nth-of-type(even),
	.pgi div:nth-of-type(odd) {
		width: 49%;
		font-size: 1rem;
		line-height: 1.6em;
	}
	.pgi div:nth-of-type(even) {
		margin-right: 1%;
	}
	.pgi div:nth-of-type(odd) {
		margin-left: 1%;
	}
	.pgi div:last-of-type:nth-of-type(even) {
		margin-right: 0;
	}
	.pgi div:first-of-type {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.6em;
		margin-left: 0;
	}
	.pgi div:first-of-type p span {
		width: 85%;
	}
	.pgi div:first-of-type p::before,
	.pgi div:first-of-type p::after {
		width: 14%;
		padding: 0 0 14% 0;
	}
}
@media (min-aspect-ratio: 18/14) {
	#cap,
	#capcontent {
		width: 60%;
		padding: 0 20%;
	}
}
@media (min-aspect-ratio: 18/10) {
	#cap,
	#capcontent {
		width: 40% !important;
		padding: 0 30% !important;
	}
}
@media (min-aspect-ratio: 18/14) and (max-width: 70em) {
	#capswatches a,
	#capsizes a,
	#capcolors a {
		box-shadow: 0px 0px 0px 2px rgba(192,192,192,0);
		-webkit-transition: box-shadow 0.3s;
		-o-transition: box-shadow 0.3s;
		-ms-transition: box-shadow 0.3s;
		-moz-transition: box-shadow 0.3s;
		transition: box-shadow 0.3s;
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 1px #ffffff,0px 0px 0px 2px #c0c0c0 !important;
	}
}
@media (min-aspect-ratio: 18/10) and (min-width: 70.01em) {
	#capswatches a,
	#capsizes a,
	#capcolors a {
		box-shadow: 0px 0px 0px 4px rgba(192,192,192,0);
		-webkit-transition: box-shadow 0.3s;
		-o-transition: box-shadow 0.3s;
		-ms-transition: box-shadow 0.3s;
		-moz-transition: box-shadow 0.3s;
		transition: box-shadow 0.3s;
	}
	#capswatches a:hover,
	#capsizes a:hover,
	#capcolors a:hover {
		box-shadow: 0px 0px 0px 4px rgba(192,192,192,1);
	}
	#capswatches a.active,
	#capsizes a.active,
	#capcolors a.active {
		box-shadow: 0px 0px 0px 3px #ffffff,0px 0px 0px 4px #c0c0c0 !important;
	}
	#captext {
		width: 66%;	
	}
}
@media (min-aspect-ratio: 64/54) {
	#header-image div {
		padding: 0 20%;
		width: 60%;
	}
}
@media (min-width: 70.01em) {
	header {
		background-image: none;
	}
	header #header nav {
		width: 100%;
		font-size: 1rem;
	}
	header #header nav ul {
		display:flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 100%;
		overflow: visible;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	header #header nav ul li {
		display: block;
		position: relative;
		flex-grow: 2;
		text-align:center;
	}
	header #header nav ul li.menu-item-3816 {
		flex-grow: 1;
		text-align:left;
	}
	header #header nav ul li.menu-item-3814 {
		flex-grow: 1;
		text-align:right;
	}
	header #header nav ul li.menu-item-892 {
	}
	header #header nav ul li.menu-item-892 a {
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(/src/images/pixelgum-logo-header.svg);
		background-size: 100% auto;
		overflow:hidden;
		padding: 0 10em;
		color: rgba(0,0,0,0);
	}
	header #header nav ul li.menu-item-892 a:hover {
		background-image: url(/src/images/pixelgum-logo-white.svg);
	}
	header #header nav ul li.menu-item-892::after {
		content: ' ';
		width: 0;
		height: 0;
		overflow:hidden;
		background-image: url(/src/images/pixelgum-logo-white.svg);
	}
	header #header nav ul li a {
		line-height: 120px;
		display:inline-block;
		margin: 0;
	}
	header #header nav ul li ul {
		display:flex;
		flex-flow: column;
		position:absolute;
		top: 80px;
		left: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: #1a1a1a;
		-webkit-transition: max-height 0.3s;
		-o-transition: max-height 0.3s;
		-ms-transition: max-height 0.3s;
		-moz-transition: max-height 0.3s;
		transition: max-height 0.3s;
		max-height: 0;
		border-radius: 0 0 0.5rem 0.5rem;
	}
	header #header nav ul li:hover ul {
		max-height: 10em;
	}
	header #header nav ul li ul li {
		display: block;
	}
	header #header nav ul li ul li:last-child {
		margin-bottom: 1rem;
	}
	
	header #header nav ul li ul li a {
		line-height: 2em;
		display: block;
		margin: 0;
		color: #dcd2c8;
	}
	header #header nav ul li.current-menu-item ul li a {
		color: #dcd2c8;
	}
	header #header nav ul li.current-menu-item ul li a:hover,
	header #header nav ul li ul li a:hover {
		color: #fff;
	}
	figure.wp-block-embed-twitter {
		display: flex;
		justify-content: center ;
	}
}