/* SINGLE PAGE USE - Cover Gallery (/covers) */
/* Mixins and variables */
/* 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 */
/* SINGLE PAGE USE - Cover Gallery (/covers) */
.cover-gallery .ds-wrapper {
  max-width: none;
}
.cover-gallery .ds-standard-article {
  padding: 0;
}

/* Page title */
.page-node-type-page .page-title {
  border-bottom: none;
  padding-bottom: 0;
}

.ds-main {
  text-align: center;
}
.ds-main h2 {
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  margin: 0;
  min-height: 300px;
}

/* All covers container */
.covers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid rgb(101.0055, 101.0055, 101.0055);
  border-left: 1px solid rgb(101.0055, 101.0055, 101.0055);
}
.covers-container > * {
  width: 20%;
  border-bottom: 1px solid rgb(101.0055, 101.0055, 101.0055);
  border-right: 1px solid rgb(101.0055, 101.0055, 101.0055);
  max-width: 800px;
  height: auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 2300px) {
  .covers-container > * {
    width: 12.5%;
  }
}
@media screen and (min-width: 3000px) {
  .covers-container > * {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  .covers-container > * {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .covers-container > * {
    width: 50%;
  }
}
@media screen and (max-width: 300px) {
  .covers-container > * {
    width: 100%;
  }
}

/* Individual cover image container */
.cover {
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
}
.cover img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cover span {
  display: block;
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 986px) {
  .cover span {
    font-size: 0.9em;
  }
}

/* Captions shown on modal window */
.featherlight {
  /* Icons */
}
.featherlight .caption {
  position: absolute;
  width: 100%;
  font-size: 1.7rem;
  border-bottom: none;
  padding: 0;
  text-align: center;
}
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  width: auto;
  left: 10%;
}
.featherlight .featherlight-next img,
.featherlight .featherlight-previous img {
  height: 50px;
  width: 50px;
}
.featherlight .featherlight-next span {
  left: auto;
  right: 10%;
}

/* In stock text */
.inventory {
  font-size: 0.9em;
}