@charset "UTF-8";
/* =========================================================================

    Project: HEROized
    Author: Xfive

    Based on ITCSS

   ========================================================================= */
/* IcoMoon Fonts */
/* Vertical Align Middle, Horizontally Align Centre (when width or height unknown, and min height */
/* BREAKPOINTS (em Value = 1 / 16 x Pixel Width Value) */
/* 320px */
/* 480px */
/* 768px */
/* 768px (max-width) */
/* 960px */
/* 1280px */
/* 1440px */
/* 1600px */
/* 1920px */
/* Min-height 720px */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*
 *  Set the global `box-sizing` state to `border-box`.
 *
 *  css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 *  paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
form,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 27px;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 27px;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  background-color: #ffffff;
  color: #ffffff;
}

html, body {
  height: 100%;
  background: #470618;
}

/* Make font baseline 20px */
@media only screen and (min-width: 80em) {
  html {
    font-size: 1.25em;
  }
}

section {
  padding: 4em 0;
}

input, textarea, select {
  max-width: 43.33em;
  padding: 13.5px;
  border: 1px solid #666;
  color: #202020;
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #202020;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #202020;
}

select {
  padding: 6.75px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
}

/* Type Scale - Major Third */
h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

hr {
  display: block;
  height: 1px;
  margin: 27px auto;
  border: 0;
  background-color: #ccc;
}

img {
  max-width: 100%;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
}

a:active {
  outline: 0 none;
}

.nav-links a,
.entry-content a,
.edit-link a.post-edit-link {
  color: #c31041;
}

.nav-links a:hover,
.entry-content a:hover,
.edit-link a.post-edit-link:hover {
  color: #aa0e39;
  text-decoration: none;
}

li {
  margin-bottom: 27px;
}

li li {
  margin-bottom: 13.5px;
}

li > ul,
li > ol {
  margin-top: 13.5px;
  margin-bottom: 0;
  margin-left: 27px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 27px;
  margin-bottom: 27px;
}

blockquote {
  quotes: "“";
}

blockquote p {
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 1.4;
  padding-left: 27px;
  font-style: italic;
  text-indent: -1.25em;
}

blockquote p:before {
  content: open-quote;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 0.5em;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
}

th, td {
  padding: 13.5px;
  border: 1px solid #000;
}

.o-ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.o-ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[class*='o-col-'] {
  float: left;
  padding: 1em;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 30em) {
  .o-col-3 {
    width: 25%;
  }
  .o-col-6 {
    width: 50%;
  }
}

.o-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 100em;
}

.o-wrapper--small {
  max-width: 40em;
}

.c-ad {
  text-align: center;
  padding: 4em 0;
  color: #202020;
  background: #d2d9d5;
  position: relative;
}

.c-ad__img {
  max-width: 10em;
  margin: 0 auto 2em;
  display: block;
}

.navigation.post-navigation {
  margin: 40px 0 0;
}

.navigation.post-navigation h2 {
  display: none;
}

.c-btn {
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  border: none;
  outline: none;
  position: relative;
  background: #470618;
  font-weight: 700;
  text-decoration: none;
  margin: 1em auto 0;
  padding: 1.2em 1.5em;
  text-align: center;
  overflow: hidden;
  border-radius: 3px;
  backface-visibility: hidden;
  min-width: 13em;
  transition: all "0.3s" ease "0s";
}

.c-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
}

.c-btn--light {
  background: #ff1654;
  color: #f5f5f5;
}

.c-btn--dark {
  background: #c31041;
  color: #f5f5f5;
}

.c-btn--xfive {
  background: #fafafa;
  color: #202020;
}

.c-btn--xfive:hover {
  color: #202020;
}

.c-btn--small {
  width: 100%;
  min-width: initial !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.c-btn__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

/* Show extra text only on larger screens */
.c-btn__extra {
  display: none;
}

@media only screen and (min-width: 30em) {
  .c-btn__extra {
    display: inline-block;
  }
}

@media only screen and (min-width: 48em) {
  .c-btn {
    min-width: 23em;
  }
}

.c-btn--animate .c-btn__default {
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.c-btn--animate:hover .c-btn__default {
  transform: translateY(300%);
}

.c-btn--animate .c-btn__alt {
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 32px;
  line-height: 1.9;
  transition: all 0.3s;
}

@media only screen and (min-width: 80em) {
  .c-btn--animate .c-btn__alt {
    line-height: 2.125;
  }
}

.c-btn--animate:hover .c-btn__alt {
  top: 0;
}

.c-btn--animate.c-btn--small:hover .c-btn__alt {
  top: -7%;
}

.c-generator__avatar {
  width: 300px;
  height: 300px;
}

@media only screen and (min-width: 30em) {
  .c-generator__avatar {
    width: 460px;
    height: 460px;
  }
}

/* Show extra text only on larger screens */
.c-generator__extra {
  display: none;
}

@media only screen and (min-width: 48em) {
  .c-generator__extra {
    display: inline;
  }
}

.c-generator__customise {
  margin: 0 auto;
  width: 90%;
  max-width: 80em;
}

.c-generator__customise .c-btn {
  display: block;
}

.c-generator__name {
  margin: 0 auto;
  padding: 0 0 0.25em;
  display: inline-block;
  border: none;
  background: none;
  color: #f5f5f5;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  max-width: 17em;
  text-align: center;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.35;
}

@media only screen and (min-width: 30em) {
  .c-generator__name {
    font-size: 32px;
    font-size: 1.7777777778rem;
    line-height: 1.6875;
  }
}

.c-generator__name:focus {
  outline: none;
}

.c-generator__name:-ms-input-placeholder {
  color: #f5f5f5;
  opacity: 1;
}

.c-generator__name::placeholder {
  color: #f5f5f5;
  opacity: 1;
}

.c-generator__name:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.c-generator__name:focus::placeholder {
  opacity: 0.5;
}

.c-generator__options {
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 2em auto 1em auto;
}

.c-generator__option {
  display: inline-block;
  position: relative;
  float: left;
  background: #ffffff;
  width: 100%;
  padding: 0.25em 0.25em 0.25em 2.25em;
  margin: 0;
  border: 1px solid #c31041;
  text-align: left;
}

@media only screen and (min-width: 30em) {
  .c-generator__option {
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .c-generator__option {
    width: 33.333%;
  }
}

@media only screen and (min-width: 60em) {
  .c-generator__option {
    width: 25%;
  }
}

@media only screen and (min-width: 80em) {
  .c-generator__option {
    width: 20%;
  }
}

.c-generator__option:before {
  display: block;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  width: 20px;
  height: 20px;
  color: #000;
}

/* Background */
.c-generator__option--background::before {
  content: "";
}

/* Ring */
.c-generator__option--ring::before {
  content: "";
}

/* Body */
.c-generator__option--body::before,
.c-generator__option--upper-body::before {
  content: "";
}

/* Head */
.c-generator__option--head::before {
  content: "";
}

.c-sets__item--heroized-male .c-generator__option--head::before,
.c-sets__item--designer-male .c-generator__option--head::before {
  content: "";
}

.c-generator__option--helmet::before {
  content: "";
}

/* Eyes */
.c-generator__option--eyes::before,
.c-generator__option--face::before {
  content: "";
}

/* Arms */
.c-generator__option--arms::before {
  content: "";
}

/* Pants */
.c-generator__option--pants::before,
.c-generator__option--lower-body::before {
  content: "";
}

/* Belt */
.c-generator__option--belt::before {
  content: "";
}

/* Weapon / Gadget */
.c-generator__option--weapon::before {
  content: "";
}

.c-generator__option--gadget::before {
  content: "";
}

/* Weapon / Gadget */
.c-generator__option--headgear::before {
  content: "";
}

/* Accessories */
.c-generator__option--accessories::before {
  content: "";
}

/* Emblem */
.c-generator__option--emblem::before {
  content: "";
}

/* Text */
.c-generator__option--quote::before {
  content: "";
}

.c-select {
  display: inline-block;
  border: none;
  font-weight: 700;
  width: 100%;
}

.c-legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (min-width: 48em) {
  .c-legend {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-legend__item {
  background: #aa0e39;
  border-radius: 5px;
  color: #ffffff;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1em;
  padding: 1.5em 2em 1em 2em;
  text-align: left;
  width: 100%;
}

.c-legend__item.is-visible {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 48em) {
  .c-legend__item {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 49.5%;
  }
}

.c-legend__img img {
  display: block;
}

.c-legend__info {
  padding-top: 2em;
}

@media only screen and (min-width: 48em) {
  .c-legend__info {
    padding: 0 0 0 2em;
  }
}

.c-legend__title {
  font-size: 0.9rem;
  margin-bottom: 1em;
}

.c-legend__description {
  font-size: 0.8rem;
  line-height: 1.875;
  margin-bottom: 0;
}

.c-donate {
  padding: 30px 0;
}

.c-donate p {
  font-size: 0.8em;
}

.c-donate input[type=submit] {
  background: #FDB92C;
  color: black;
  font-size: 0.75em;
  border-radius: 2px;
  border: 1px #FDDB2C solid;
  font-weight: bold;
  text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.75);
  height: 30px;
  padding: 0 25px;
  cursor: pointer;
}

.c-donate input[type=submit]:hover {
  background-color: #Faca1b;
}

.c-header {
  text-align: center;
  min-height: 100%;
  position: relative;
  padding: 3em 5%;
  background: #93cede;
  background: radial-gradient(ellipse at center, #ff1654 0%, #d61247 41%, #c31041 100%);
}

.c-header.sub {
  min-height: 50%;
}

/* When there is enough room, position hero content horizontally and vertically centre */
@media only screen and (min-height: 46em) {
  .c-header__content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    filter: blur(0);
  }
}

.c-header__img {
  z-index: 2;
  width: 90%;
  max-width: 17.77777778em;
  margin-bottom: 1em;
  vertical-align: bottom;
}

@media only screen and (min-height: 46em) {
  .c-header__img {
    max-width: 26.66666667em;
  }
}

.c-header__title {
  font-size: 48px;
  font-size: 2.6666666667rem;
  line-height: 1.125;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.c-header__subtitle {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.6875;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1em 0 0;
}

@media only screen and (min-width: 30em) {
  .c-header__title {
    font-size: 64px;
    font-size: 3.5555555556rem;
    line-height: 1.265625;
  }
}

@media only screen and (min-width: 60em) {
  .c-header__title {
    font-size: 128px;
    font-size: 7.1111111111rem;
    line-height: 1.0546875;
  }
}

.c-header__attribution {
  margin-bottom: 2em;
}

.c-header__404 {
  margin-top: 2em;
  font-style: italic;
}

.c-header__link {
  text-decoration: none;
  font-style: italic;
  position: relative;
  overflow: hidden;
}

.c-header__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.c-header__link:hover:before, .c-header__link:focus:before, .c-header__link:active:before {
  right: 0;
}

/* Bounce the logo */
.c-header__logo {
  display: block;
  cursor: default;
  animation: logo-bounce-init 1.5s ease-in 1.5s;
}

@keyframes logo-bounce-init {
  0%, 20%, 50%, 70%, 90%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(5px);
  }
}

/* Logo Symbol sizes */
.c-header__logo:before {
  font-size: 32px;
}

@media only screen and (min-width: 30em) {
  .c-header__logo:before {
    font-size: 64px;
  }
}

@media only screen and (min-width: 60em) {
  .c-header__logo:before {
    font-size: 96px;
  }
}

.c-footer {
  text-align: center;
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 2.0769230769;
  padding: 3em 0;
  background: #c31041;
}

.c-footer__logo {
  font-size: 24px;
  margin-bottom: 0.5em;
  display: block;
}

.c-footer__text {
  margin: 0;
}

.c-free {
  background: #470618;
  text-align: center;
}

.c-free__desc {
  margin-bottom: 2em;
}

@font-face {
  font-family: 'HEROized';
  src: url("../fonts/icons/HEROized.ttf?pelri0") format("truetype"), url("../fonts/icons/HEROized.woff?pelri0") format("woff"), url("../fonts/icons/HEROized.svg?pelri0#HEROized") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'HEROized';
    src: url("../fonts/icons/HEROized.woff2?pelri0") format("woff2"), 
		 url("../fonts/icons/HEROized.woff?pelri0") format("woff"), 
		 url("../fonts/icons/HEROized.svg?pelri0#HEROized") format("svg");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

[class^="i-"], [class*=" i-"], .c-generator__option:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'HEROized' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-facebook:before {
  content: "\e600";
}

.i-twitter:before {
  content: "\e601";
}

.i-logo-symbol:before {
  content: "\e602";
}

.i-arrow-right:before {
  content: "\e603";
}

.i-arrow-left:before {
  content: "\e604";
}

.i-arrow-down:before {
  content: "\e605";
}

.i-arrow-up:before {
  content: "\e606";
}

.i-pinterest:before {
  content: "\e607";
}

.i-checkmark:before {
  content: "\e608";
}

.i-head-f:before {
  content: "\e60c";
}

.i-eye:before {
  content: "\e60d";
}

.i-arm:before {
  content: "\e60f";
}

.i-belt:before {
  content: "\e611";
}

.i-pants:before {
  content: "\e612";
}

.i-waist:before {
  content: "\e613";
}

.i-ring:before {
  content: "\e614";
}

.i-blade:before {
  content: "\e616";
}

.i-head-m:before {
  content: "\e617";
}

.i-body:before {
  content: "\e618";
}

.i-cancel:before {
  content: "\e619";
}

.i-close:before {
  content: "\e61a";
}

.i-logo-xfive:before {
  content: "\e61b";
}

.i-logo-symbol-xfive:before {
  content: "\e61c";
}

.i-mail:before {
  content: "\e61d";
}

.i-pencil:before {
  content: "\e905";
}

.i-image:before {
  content: "\e90d";
}

.i-headphones:before {
  content: "\e910";
}

.i-quotes-left:before {
  content: "\e977";
}

.i-shield:before {
  content: "\e9b4";
}

.c-offer {
  background: #c31041;
  text-align: center;
}

.c-overlay {
  text-align: center;
  padding: 2em 0;
  position: relative;
  margin: 0 auto;
}

.c-morph-button {
  display: block;
  /* Easing */
}

.c-morph-button .i-close {
  font-size: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media only screen and (min-width: 30em) {
  .c-morph-button .i-close {
    top: 40px;
    right: 40px;
  }
}

.c-morph-button.open > button {
  pointer-events: none;
}

.c-morph-button.open .c-morph-button__content {
  pointer-events: auto;
}

.c-morph-button .c-morph-button__content,
.c-morph-button.open .c-morph-button__content {
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.c-morph-button__content {
  pointer-events: none;
}

.c-morph-button--fixed,
.c-morph-button--fixed .c-morph-button__content {
  width: 4em;
  height: 60px;
  margin: 0 auto;
}

.c-morph-button--fixed > button,
.c-morph-button--fixed .c-morph-button__content > button {
  z-index: 4;
  transition: opacity 0.1s 0.5s;
}

.c-morph-button--fixed.open > button,
.c-morph-button--fixed .c-morph-button__content.open > button {
  opacity: 0;
  transition: opacity 0.1s;
}

.c-morph-button--fixed .c-morph-button__content,
.c-morph-button--fixed .c-morph-button__content .c-morph-button__content {
  position: fixed;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.c-morph-button--fixed .c-morph-button__content > div,
.c-morph-button--fixed .c-morph-button__content .c-overlay,
.c-morph-button--fixed .c-morph-button__content .c-morph-button__content > div,
.c-morph-button--fixed .c-morph-button__content .c-morph-button__content .c-overlay {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.c-morph-button--fixed.open .c-morph-button__content,
.c-morph-button--fixed .c-morph-button__content.open .c-morph-button__content {
  opacity: 1;
}

.c-morph-button--fixed.open .c-morph-button__content > div,
.c-morph-button--fixed .c-morph-button__content.open .c-morph-button__content > div {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.1s .5s;
}

.c-morph-button--fixed.open .c-morph-button__content .c-overlay,
.c-morph-button--fixed .c-morph-button__content.open .c-morph-button__content .c-overlay {
  visibility: visible;
  height: auto;
  opacity: 1;
  background: #c31041;
  z-index: 10 !important;
}

.c-morph-button--fixed.is-active > button {
  z-index: 2000;
}

.c-morph-button--fixed.is-active .c-morph-button__content {
  z-index: 1900;
}

.c-morph-button--overlay .c-morph-button__content {
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  overflow: hidden;
  background: #c31041;
}

.c-morph-button--overlay.open .c-morph-button__content {
  transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}

/* Helper classes */
.noscroll {
  overflow: hidden;
}

.c-morph-button--overlay.scroll .c-morph-button__content {
  overflow-y: scroll;
}

/* No JS fallback: hide the button and show the content */
.no-js .c-morph-button {
  margin: 10px 0;
  float: none;
}

.no-js .c-morph-button > button {
  display: none;
}

.no-js .c-morph-button .c-morph-button__content .i-close {
  display: none;
}

.no-js .c-morph-button,
.no-js .c-morph-button .c-morph-button__content,
.no-js .c-morph-button .c-morph-button__content > div {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  transform: none;
  pointer-events: auto;
}

.no-transition {
  transition: none !important;
}

.c-prices {
  margin-top: 4em;
  padding-top: 4em;
}

.c-prices__items {
  border: 2px dashed rgba(255, 255, 255, 0.25);
  margin: 3em auto;
  max-width: 60em;
}

.c-prices__price {
  font-weight: 700;
  margin-bottom: 0.2em;
  font-size: 48px;
  font-size: 2.6666666667rem;
  line-height: 1.125;
}

.c-prices__price:before {
  content: 'from';
  vertical-align: bottom;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 2.25;
}

.c-prices__item:nth-child(1) {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 30em) {
  .c-prices__price {
    font-size: 64px;
    font-size: 3.5555555556rem;
    line-height: 1.265625;
  }
  .c-prices__item:nth-child(1) {
    border-bottom: none;
    border-right: 2px dashed rgba(255, 255, 255, 0.25);
  }
}

/* Hide scrollbars while page loading */
.is-loading {
  overflow-y: hidden;
}

/* The loader - hide when no JS */
.no-js .c-loader {
  display: none;
}

.c-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow-y: hidden;
  z-index: 10;
  background: #c31041;
}

.is-ready .c-loader {
  display: block;
}

.c-loader__holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-loader__holder p {
  margin: 0;
}

.c-loader__holder .i-logo-symbol {
  font-size: 32px;
  margin-top: .5em;
  display: block;
  text-align: center;
}

.c-loader__spinner {
  margin: 0 auto 2em;
  font-size: .5em;
  position: relative;
  text-indent: -9999em;
  border-top: 0.75em solid rgba(255, 255, 255, 0.2);
  border-right: 0.75em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.75em solid rgba(255, 255, 255, 0.2);
  border-left: .75em solid #ffffff;
  transform: translateZ(0);
  animation: c-loader-spinner 1.1s infinite linear;
}

.c-loader__spinner,
.c-loader__spinner:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

@keyframes c-loader-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.c-services {
  list-style: none;
  font-family: inherit;
  margin-top: 3em;
}

.c-services__item {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
  padding-bottom: 27px;
}

.c-services__item:last-child {
  border: none;
}

.c-sets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin: 0 0 2em 0;
}

.c-sets__item {
  margin: 0;
  padding: 2em;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border: 2px dashed #470618;
}

.c-sets__item:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 48em) {
  .c-sets__item {
    width: 33.333%;
  }
}

.c-sets__title {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.35;
  margin: 2em auto;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 700;
}

.c-sets__img {
  margin: 0 auto;
}

/* Centre Mode Sliders (used for Custom Illustrations) */
.c-slider--center.slick-slider {
  margin-top: 3em;
}

.c-slider--center .slick-slide {
  transform: scale(0.5);
  opacity: .4;
}

.c-slider--center .slick-slide p {
  color: #f5f5f5;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding: .5em 1em;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: inline-block;
}

.c-slider--center img {
  max-height: 800px;
  width: auto;
}

.c-slider--center .slick-center {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (min-width: 48em) {
  .slick-slide {
    margin: 0 1em;
  }
}

/* Sets Sliders (not used currently) */
.c-slider--sets {
  position: relative;
}

.c-slider--sets .slick-slide .c-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  pointer-events: none;
  transition: all "0.3s" ease "0s";
}

.c-slider--sets .slick-slide {
  padding-bottom: 1em;
}

.c-slider--sets .slick-slide:hover .c-btn {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 80em) {
  /* Comment out when set list > 3 */
  /*
    .c-sets .slick-list {
  	margin-bottom:0;
  }
  */
}

.c-social {
  list-style: none;
  margin: 1em auto 0;
  font-size: 32px;
  font-size: 1.7777777778rem;
  line-height: 1.2;
}

.c-social__item {
  margin: 0;
  display: inline;
}

.c-social__link {
  text-decoration: none;
  display: inline-block;
}

.c-social__link:hover {
  opacity: .6;
}

.c-social__icon {
  font-size: 48px;
}

.c-testimonials {
  text-align: center;
  padding: 4em 0;
  position: relative;
}

.c-testimonials__link {
  color: #ff1654;
}

.c-testimonials__collage {
  background: url("../img/superheroes/pinterest-collage.jpg") repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  z-index: -1;
}

.c-title,
.c-subtitle {
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}

.c-title {
  text-transform: uppercase;
}

.alignnone {
  margin: 13.5px 27px 27px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 13.5px auto;
}

.alignright {
  float: right;
  margin: 13.5px 0 27px 27px;
}

.alignleft {
  float: left;
  margin: 13.5px 27px 27px 0;
}

.aligncenter {
  display: block;
  margin: 13.5px auto;
}

a img.alignright {
  float: right;
  margin: 13.5px 0 27px 27px;
}

a img.alignleft {
  float: left;
  margin: 13.5px 27px 27px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 0;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.aligncenter {
  margin: 13.5px auto 27px auto;
}

.wp-caption.alignnone {
  margin: 13.5px auto 27px auto;
}

.wp-caption.alignleft {
  margin: 13.5px 27px 27px 0;
}

.wp-caption.alignright {
  margin: 13.5px 0 27px 27px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin-top: 13.5px;
  padding: 0;
  color: #202020;
  font-size: 0.9em;
  font-style: italic;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff "../../img/slick/ajax-loader.gif" center center no-repeat;
}

.c-create .slick-list {
  margin-bottom: 4em;
}

.slick-slide:focus {
  outline: none;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translateY(-60%);
  border: none;
  outline: none;
  transition: all "0.3s" ease "0s";
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "HEROized";
  font-size: 32px;
  line-height: 3;
  padding: 0 .25em;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 1%;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 1%;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 1%;
}

[dir="rtl"] .slick-next {
  left: 1%;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

.c-slider .slick-prev,
.c-slider .slick-next {
  top: 40%;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -4em;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "HEROized";
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}

.slick-slider {
  margin: 0;
  padding: 0 5%;
  list-style: none;
  text-align: center;
}

.slick-slide {
  position: relative;
  display: block;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  transition: all "0.3s" ease "0s";
}

.slick-slide img {
  width: 100%;
  margin: 0 auto 4em;
}

/* Use with @extend %clearfix; */
main:after, .c-ad:after, .c-generator__options:after, .c-header:after, .c-footer:after, .c-overlay:after, .c-prices__items:after, .c-sets:after, .c-slider--sets .slick-slide .c-btn:after, .c-testimonials:after {
  content: "";
  display: table;
  clear: both;
}

/* Hide visually but not from screen readers */
.u-hide {
  position: absolute !important;
  left: -9999em !important;
}

.u-spacer {
  margin-bottom: 27px;
}
/*# sourceMappingURL=main.min.css.map */