/* font imports */
@import url('https://fonts.googleapis.com/css?family=BenchNine:700');

/* pagination */

.pagination {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 16px;
  color: #404040;
  color: rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  text-shadow: 
    0px 1px 0px #463d46,
    0px 2px 0px #463d46,
    3px 0px 3px rgba(0, 0, 0, 0.33),
    -3px 0px 3px rgba(0, 0, 0, 0.33),
    0px 6px 6px rgba(0, 0, 0, 0.5),
    0px -3px 3px rgba(0, 0, 0, 0.33)
    ;
}

blockquote {
  position: relative;
}

blockquote::before {
  position: absolute;
  left: -37px;
  content: '\201C';
  color: #b0b0b0;
  font-size: 3.5em;
  top: -10px;
}

.pagSeries {
  max-width: 1000px;
  margin: 0 auto;
}

.pagSeriesWrapper {
  max-width: 75%;
  display: inline-block;
  margin: 0; padding: 0;
  position: relative;
  vertical-align: top;
}

.pagSeriesContent {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 0; padding: 0;
  font-family: Georgia;
}

div.pagination .pageNumber {
  padding: 0 0.3em;
  font-size: 14px;
}

div.pagination i.icon {
  position: relative;
  top: 1px;
}

div.pagination a {
  color: #aaaaaa;
  color: rgba(255, 255, 255, 0.67);
}
div.pagination a:hover {
  color: white;
  color: rgba(255, 255, 255, 1.0);
}

/* games listing */

div.gamesList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-spacing: 14px;
  display: table;
}

div.gamesRow {
  display: table-row;
}

div.gameItem {
  width: 50%;
  margin-bottom: 12px;
  box-shadow: 1px 1px 5px black;
  vertical-align: top;
  height: 100%;
  position: relative;
  display: table-cell;
}

div.gameWidgetStandalone {
  box-shadow: 1px 1px 5px black;
  display: inline-block;
  width: 100%;
}

div.gameItemEmpty {
  visibility: none !important;
  box-shadow: none !important;
  display: table-cell;
}

img.gameMain {
  width: 100%;
  max-width: none;
  max-width: initial;
  margin: 0;
  box-shadow: none;
}

.gameOverflow {
  display: none;
}

table.gameMediaItems {
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

table.gameMediaItems td {
  padding: 2px;
  margin: 0;
  background-color: black;
  width: 20%;
  vertical-align: center;
  text-align: center;
}

table.gameMediaItems img {
  width: 100%;
  opacity: 0.75;
  box-shadow: none;
}

table.gameMediaItems img:hover {
  opacity: 1.0;
}

table.gameMediaItems .gameMediaTrailer {
  background-size: cover;
  background-position: center;
}

table.gameMediaItems .gameMediaTrailer div {
  background-color: rgba(0, 0, 0, 0.75);
}

div.gameMedia {
  padding: 0;
  margin: 0;
  line-height: 0;
}

div.gameInfo {
  padding: 4px 12px 8px 12px;
  height: 100%;
}

div.gamePlatforms {
  font-size: 18px; 
  color: rgba(0, 0, 0, 0.6); 
  float: right; 
  display: inline-block; 
  text-align: center; 
  position: relative; 
  left: 8px; 
  margin: 4px;
}

div.gameInfoListing {
  margin-bottom: 4em;
}

div.gameInfo h1 {
  font-style: normal;
  margin: 4px 0;
}

div.gameInfo h2 {
  font-size: 0.9em;
}

div.gameInfo p {
  display: inline;
}

div.gameActions {
  color: #59256b;
  font-weight: bold;
}

div.gameActionsWidget {
  padding: 5px 12px 4px 12px;
  text-align: right;
  border-top: 1px solid #9b9b9b;
}

div.gameActionsBottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

div.gameActions span.actionButton {
  display: inline-block;
  padding: 5px 10px;
  background-color: #59256b;
  color: white;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  min-width: 50px;
  text-align: center;
  font-weight: normal;
}

div.gameActions span.actionBuy:hover::after {
  content: "Buy";
}
div.gameActions span.actionBuy:hover > .actionPrice {
  display: none;
}

div.gameActions span.actionButton:hover {
  background-color: #7a5189;
  color: white;
}

div.gameActions small {
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
  padding: 0 5px;
  white-space: nowrap;
}

div.purchaseOptions {
  text-align: center;
}

div.itch_short {
  display: none;
}

div.steam_short {
  display: none;
}

div.releaseWidget {
  margin: 1em auto;
  max-width: 480px;
}

label.gameCollapsed {
  font-size: 1.05em;
  text-align: center;
  display: block;
  padding: 4px;
  color: #59256b;
  font-weight: bold;
  cursor: pointer;
}

label.gameCollapsed::before {
  content: '\00e889';
  float: left;
  font-family: "kgdotcomfont";
  font-weight: normal;
  position: relative;
  left: 6px;
  top: 2px;
}

label.gameCollapsed:hover {
  color: #983fab;
  background-color: rgba(255, 255, 255, 0.33);
}

label.gameCollapsedMedia {
  border-bottom: 1px solid #9b9b9b;
}

label.gameCollapsedMedia::after {
  content: '\00e891';
  float: right;
  font-family: "kgdotcomfont";
  font-weight: normal;
  position: relative;
  left: -10px;
  top: 2px;
}

label.gameCollapsedInfo::after {
  content: '\00e894';
  float: right;
  font-family: "kgdotcomfont";
  font-weight: normal;
  position: relative;
  left: -10px;
  top: 2px;
}

div.summary_gameActions {
  text-align: right;
  margin-bottom: 12px;
}

div.discountContainer {
  margin: 5px 0 5px 5px;
  text-align: right;
  float: right;
}

.discounted {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #DD0000;
  line-height: 90%;
  margin: 0 0 0 auto;
}

.discounted td {
  padding: 0;
}

.discountRate {
  font-family: 'BenchNine', 'Arial Narrow', 'Arial', sans-serif;
  font-size: 4em;
  position: relative;
  top: 1px;
}

.discountPercent {
  font-family: 'BenchNine', 'Arial Narrow', 'Arial', sans-serif;
  font-size: 2.5em;
}

.discountText {
  text-transform: uppercase;
  padding-left: 10px !important;
}

.oldPrice {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}

/* responsive youtube embeds */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
}

/* overlay */

.kg_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.kg_overlay section {
  box-shadow: none;
}

.kg_overlayCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}

.kg_overlayYoutube {
    position: absolute;
    border: 4px solid white;
}

.kg_shownOverlay {
  display: block;
  opacity: 0;
}

.kg_showingOverlay {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.kg_hidingOverlay {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.kg_hiddenOverlay {
  display: none;
}

.overlayTrailer {
  max-width: 100%;
  width: 1920px;
}

/* page layout and dynamic size footer */

html, body {
  margin: 0;
  overflow-x: hidden;
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

/* general text */

a img {
  border: 0;
}

hr {
  border: 0;
  height: 1px;
  background: #7F7F7F;
  background: -moz-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -o-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -ms-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia;
  color: #59256b;
  margin: 2px;
}

h1 {
  font-size: 1.35em;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-style: italic;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 0.95em;
}

a:link { color: #59256b; text-decoration:none; }
a:visited { color: #59256b; text-decoration:none; }
a:hover { color: #983fab; text-decoration:none; }
a:active { color: #59256b; text-decoration:none; }

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearFloat {
  clear: both;
}

.readmore {
  font-weight: bold;
  font-size: 115%;
}

.readmore_arrow {
  font-weight: default;
  font-size: 130%;
  position: relative;
  top: 3px;
}

.get_release {
  text-align: center;
}

.extraInfo {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}

/* html and body */

html, body {
  background-color: #444444;
}

/* share links */

.share_parent {
  font-size: 1.2em;
  width: 100%;
  text-align: right;
}

.share {
}

.share:hover > .share_text {
  color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
}

.share_text {
  position: relative;
  top: -0.075em;
  font-size: 0.9em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.35);
  color: rgba(0, 0, 0, 0.0);
}

.share a {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.35);
}

.share a:link {
  color: rgba(0, 0, 0, 0.0);
}
.share a:visited {
  color: rgba(0, 0, 0, 0.0);
}
.share a:hover {
  color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
}
.share a:active {
  color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
}

.inline_share_parent {
  display: inline;
}

/* nav bar */

nav#topnav {
  background: black;
  background: -webkit-linear-gradient(rgb(44, 44, 44), rgb(0, 0, 0));
  background: -o-linear-gradient(rgb(44, 44, 44), rgb(0, 0, 0));
  background: -moz-linear-gradient(rgb(44, 44, 44), rgb(0, 0, 0));
  background: -ms-linear-gradient(rgb(44, 44, 44), rgb(0, 0, 0));
  background: linear-gradient(rgb(44, 44, 44), rgb(0, 0, 0));
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#topnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#topnav ul li {
  display: inline;
  height: 100%;
  position: relative;
  display: inline-block;
  padding: 9px 18px 7px 18px;
  margin-left: 2%;
  margin-right: 2%;
  color: #ffffff;
  font-family: Georgia;
  font-size: 20px;
  line-height: 100%;
}

#topnav ul li.selected {
  background: #504950;
  background: -webkit-linear-gradient(rgb(80, 73, 80), rgb(105, 97, 105));
  background: -o-linear-gradient(rgb(80, 73, 80), rgb(105, 97, 105));
  background: -moz-linear-gradient(rgb(80, 73, 80), rgb(105, 97, 105));
  background: -ms-linear-gradient(rgb(80, 73, 80), rgb(105, 97, 105));
  background: linear-gradient(rgb(80, 73, 80), rgb(105, 97, 105));
  border-radius: 0 0 5px 5px;
  text-shadow:
    1px 0px 5px rgba(0, 0, 0, 0.33),
    0px 1px 5px rgba(0, 0, 0, 0.33),
    -1px 0px 5px rgba(0, 0, 0, 0.33),
    0px -1px 5px rgba(0, 0, 0, 0.33)
    ;
}

#topnav ul li a:link {
  color: #FFFFFF; text-decoration: none;
}
#topnav ul li a:visited {
  color: #FFFFFF; text-decoration: none;
}
#topnav ul li a:hover {
  color: #FFFFFF; text-decoration: none;
}
#topnav ul li a:active {
  color: #FFFFFF; text-decoration: none;
}

/* header */

header {
}

header .logo {
  text-align: center;
  position: relative;
  line-height: 0%;
  margin: 0;
  padding: 0;
}

header aside.social {
  font-size: 28px;
  letter-spacing: 5px;
  white-space: nowrap;
}

header aside.social a {
  color: #bebebe;
  color: rgba(237, 237, 237, 0.5);
}

header aside.social a:hover {
  color: #dddddd;
  color: rgba(237, 237, 237, 0.8);
}

/* main */

div.mainContainer {
  padding: 0;
  margin: 0 24px;
}

.fullMainWidth {
  position: relative;
  left: -24px;
  width: 100%;
  width: 100vw !important;
}

main {
  padding: 0;
  margin: 0;
}

main section, .contentPanel {
  background: #bebebe;
  background: -webkit-linear-gradient(135deg, rgb(237, 237, 237), rgb(190, 190, 190));
  background: -o-linear-gradient(135deg, rgb(237, 237, 237), rgb(190, 190, 190));
  background: -moz-linear-gradient(135deg, rgb(237, 237, 237), rgb(190, 190, 190));
  background: -ms-linear-gradient(135deg, rgb(237, 237, 237), rgb(190, 190, 190));
  background: linear-gradient(135deg, rgb(237, 237, 237), rgb(190, 190, 190));
  border-radius: 8px;
  padding: 12px 20px;
}

main section {
  margin: 8px auto 24px auto;
  max-width: 1000px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 1.0);
}

main section article {
  margin-bottom: 40px;
}

h1.article-title {
  color: inherit;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

p.article-info {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  color: #666666;
  border-bottom: 1px solid #bebebe;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.article-summary {
  padding-left: 24px;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  color: black;
}

.excerpt-author a {
  color: inherit;
}
.excerpt-author a:hover {
  color: #888888;
}

div.outside {
  color: #9b8c9b;
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  text-shadow: 
    0px 1px 0px #463d46,
    0px 2px 0px #463d46,
    3px 0px 3px rgba(0, 0, 0, 0.33),
    -3px 0px 3px rgba(0, 0, 0, 0.33),
    0px 6px 6px rgba(0, 0, 0, 0.5),
    0px -3px 3px rgba(0, 0, 0, 0.33)
    ;
}

div.outside h1 {
  color: #9b8c9b;
  white-space: nowrap;
  font-size: 1.67em;
}

div.outside h2 {
  color: #9b8c9b;
  font-size: 1.33em;
}

div.outside h3 {
  color: #9b8c9b;
  font-size: 1.2em;
}

/* releases */

table.releases {
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

table.releases tr {
  border-bottom: 1px solid #bebebe;
}

table.releases tr.release_info:hover {
  background: white;
}

table.releases tr:nth-child(1) {
  border-top: 1px solid #bebebe;
}

table.releases tr td {
  padding: 0;
}

table.releases tr.release_info td a {
  display: block;
  padding: 0 16px;
  color: inherit;
  text-decoration: inherit;
}

table.releases tr.release_info td:nth-child(1) {
  font-style: italic;
}

table.releases tr.release_info td:nth-child(2) {
  font-weight: bold;
}

/* newsletter */

.newsletter_subscribe_short_form {
  margin-top: 16px;
}

.newsletter_subscribe_short_text {
  font-style: italic;
}

.newsletter_subscribe_short_inputs {
  display: inline;
  white-space: nowrap;
}

.newsletter_subscribe_short_email {
  width: 12em;
}

/* footer */

footer {
  margin-top: 16px;
  padding: 6px 0;
  text-align: center;
  background-color: black;
  color: #444444;
}

.WindowIE {
  min-height: 100vh;
  margin: 0; padding: 0;
}

footer p {
  margin: 0;
  padding: 0;
  font-size: 0.95em;
}

footer p.social {
  font-size: 24px;
  letter-spacing: 5px;
  padding-bottom: 5px;
}

footer p.social a, footer p.privacy a {
  color: inherit;
}

footer p.social a:hover, footer p.privacy a:hover {
  color: #bebebe;
}

footer p.privacy {
  padding-top: 7px;
}

.footer_subscribe_short_form {
  margin: 3px 0 8px 0;
}

.footer_subscribe_short_text {
}

.footer_subscribe_short_inputs {
  display: inline;
  white-space: nowrap;
}

.footer_subscribe_short_email {
  border: 1px solid #444444;
  background-color: #000000;
  color: #444444;
  width: 13em;
  font-size: 15px;
}

.footer_subscribe_short_email:focus, .footer_subscribe_short_email:hover {
  border: 1px solid #bebebe;
  color: #bebebe;
}

.footer_subscribe_short_submit {
  border: 1px solid #444444;
  background-color: #444444;
  color: #0;
  font-size: 15px;
}

.footer_subscribe_short_submit:hover {
  border: 1px solid #bebebe;
  background-color: #bebebe;
}