/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/* variables.sass */
/*************/
/* Variables */
/*************/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Borders */
/* Forms */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Poll */
/* Game Details */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Admin */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
.theme-dark {
  /* Platform sorter on previews and reviews landing pages */
}
.theme-dark .gi5-platform-sort {
  border-top-color: #9a9a9a;
  border-bottom-color: #9a9a9a;
}
.theme-dark .gi5-sort-container {
  color: #dcdcdc;
}
.theme-dark .gi5-sort-current a, .theme-dark .gi5-sort-current .gi5-sort-button {
  color: #b0b0b0;
  border-bottom-color: transparent;
}
.theme-dark .gi5-sort-current a:link, .theme-dark .gi5-sort-current a:visited, .theme-dark .gi5-sort-current .gi5-sort-button:link, .theme-dark .gi5-sort-current .gi5-sort-button:visited {
  color: #b0b0b0;
}
.theme-dark .gi5-sort-current a:active, .theme-dark .gi5-sort-current a:hover, .theme-dark .gi5-sort-current .gi5-sort-button:active, .theme-dark .gi5-sort-current .gi5-sort-button:hover {
  color: #b0b0b0;
  border-bottom-color: #b0b0b0;
}
.theme-dark .gi5-sort-current a.platform-sort--active-item-link, .theme-dark .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link {
  border-bottom-color: #3C59E0;
}
.theme-dark .gi5-sort-current a.platform-sort--active-item-link:link, .theme-dark .gi5-sort-current a.platform-sort--active-item-link:visited, .theme-dark .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:link, .theme-dark .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:visited {
  color: #3C59E0;
}
.theme-dark .gi5-sort-current a.platform-sort--active-item-link:active, .theme-dark .gi5-sort-current a.platform-sort--active-item-link:hover, .theme-dark .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:active, .theme-dark .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:hover {
  color: #b0b0b0;
  border-bottom-color: #3C59E0;
}
.theme-dark .gi5-sort-current div.gi5-sort-button.sort-list-open {
  color: #3C59E0;
  border-bottom-color: #3C59E0;
}
.theme-dark .gi5-sort-list a:link, .theme-dark .gi5-sort-list a:visited {
  color: #dcdcdc;
}
.theme-dark .gi5-sort-list a:hover, .theme-dark .gi5-sort-list a:active {
  color: #5a91f6;
}
.theme-dark .gi5-sort-list a.platform-sort--active-item-link {
  color: #3C59E0;
}
.theme-dark .gi5-sort-list .view-footer {
  border-top-color: #9a9a9a;
}