/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* 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 {
  /* Articles not on the front page */
}
.theme-dark .node--unpublished.node--view-mode-full {
  background-color: transparent;
}
.theme-dark .gi5-layout--bkg-blue {
  background-color: #3C59E0;
  color: white;
}
.theme-dark .gi5-teaser-featured {
  /* Author details */
  /* Bug */
}
.theme-dark .gi5-teaser-featured .author-details {
  color: white;
}
.theme-dark .gi5-teaser-featured div.bug-wrapper.empty {
  background-color: transparent;
}
.theme-dark body:not(.path-frontpage) .gi5-teaser-featured {
  /* Score for reviews */
}
.theme-dark body:not(.path-frontpage) .gi5-teaser-featured .score {
  background-color: #3C59E0;
  color: white;
}