/* CSS Document */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* CSS Document */
/* Black Shades */
/* CSS Document */
/* Font Definitions */
/* All Hail Font Squirrel! */
/* Serif Fonts */
@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSans/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansLightItalic';
  src: url("../fonts/OpenSans/OpenSans-LightItalic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansItalic';
  src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Italic-webfont.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansSemibold';
  src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansSemiboldItalic';
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansExtrabold';
  src: url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansExtraboldItalic';
  src: url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'headline_hplhstwo';
  src: url("../fonts/HPLS_HeadTwo/headltwohplhs-webfont.woff2") format("woff2"), url("../fonts/HPLS_HeadTwo/headltwohplhs-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body.full_black {
  background-image: linear-gradient(#313131, #000000);
  background-color: #000;
  background-repeat: no-repeat;
  font-size: 100%;
  color: #efefef;
  font: 18px/1.2 'OpenSansRegular';
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale; }
  body.full_black header {
    margin-bottom: 2vh;
    height: 30vh; }
    body.full_black header h1 {
      margin-top: 2em;
      display: block;
      width: 100%;
      background-size: contain;
      background-image: url(../img/logos/spellbound_logo_wt.png);
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -1000em; }
  body.full_black footer {
    padding-bottom: 4em; }
  body.full_black #main {
    margin-bottom: 12em;
    padding: 0; }

.landing .section.intro {
  text-align: center;
  margin-bottom: 6em; }
.landing .section.intro p {
  text-shadow: 0px 0px 2px #fff; }
.landing .section.about {
  width: 70%;
  margin: 0 auto; }
  .landing .section.about h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1.4em;
    padding-bottom: .5em;
    border-bottom: 1px solid #333;
    font-family: 'OpenSansBold';
    text-shadow: 0px 0px 2px #fff; }

.blurb {
  max-width: 48vw; }

/* HERO PRODUCT */
.hero-product {
  background-size: 757px 400px;
  background-repeat: no-repeat;
  background-position: right;
  height: 400px;
  max-height: 600px;
  background-color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .hero-product a, .hero-product a:link, .hero-product a:visited {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cusor: pointer; }
  .hero-product a:focus, .hero-product a:active, .hero-product a:hover {
    color: #4b88a2;
    font-weight: bold;
    cusor: pointer; }
  .hero-product.alchemy-bat {
    background-image: url(../img/products/jewelry/hero/alchemy_bat_800.png); }

/* CSS Document */
nav {
  width: 90%;
  margin: 0 auto;
  padding: 1vw;
  text-align: center; }
  nav .navList {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav .navList li {
      display: inline;
      font-family: 'OpenSansLight';
      font-size: 1.6em;
      text-transform: uppercase;
      margin-right: 1em; }
      nav .navList li a, nav .navList li a:link, nav .navList li a:visited {
        color: #efefef;
        text-decoration: none;
        white-space: nowrap; }
      nav .navList li a:hover, nav .navList li a:focus, nav .navList li a:active {
        color: #efefef;
        text-shadow: 0px 0px 12px #efefef; }
      nav .navList li:last-child {
        margin-right: 0; }

/* STORE */
.catalogContainer.old a, .catalogContainer.old a:link, .catalogContainer.old a:visited {
  color: #252627;
  text-decoration: underline; }
.catalogContainer.old a:focus, .catalogContainer.old a:active, .catalogContainer.old a:hover {
  color: #376376; }
.catalogContainer.old .productGrid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4em; }
  .catalogContainer.old .productGrid a.card,
  .catalogContainer.old .productGrid a:link.card {
    padding: 24px;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff; }
    .catalogContainer.old .productGrid a.card h3,
    .catalogContainer.old .productGrid a:link.card h3 {
      margin-top: 0;
      text-decoration: none; }
    .catalogContainer.old .productGrid a.card p,
    .catalogContainer.old .productGrid a:link.card p {
      text-decoration: none; }
    .catalogContainer.old .productGrid a.card img,
    .catalogContainer.old .productGrid a:link.card img {
      width: 100%; }
    .catalogContainer.old .productGrid a.card:hover,
    .catalogContainer.old .productGrid a:link.card:hover {
      box-shadow: 0px 0px 12px #cecece;
      text-decoration: none; }
    .catalogContainer.old .productGrid a.card button.addToCart,
    .catalogContainer.old .productGrid a:link.card button.addToCart {
      border: 1px solid #dbdbdb;
      border-radius: 2px;
      padding: 4px;
      width: 100%;
      color: #dbdbdb;
      padding-left: 24px;
      min-height: 30px;
      height: 36px;
      position: relative;
      background: url(../img/logos/paypal_tag_faded.png);
      background-repeat: no-repeat;
      background-position: 4px 4px;
      cursor: pointer; }
    .catalogContainer.old .productGrid a.card button.addToCart:active,
    .catalogContainer.old .productGrid a.card button.addToCart:hover,
    .catalogContainer.old .productGrid a.card button.addToCart:focus,
    .catalogContainer.old .productGrid a:link.card button.addToCart:active,
    .catalogContainer.old .productGrid a:link.card button.addToCart:hover,
    .catalogContainer.old .productGrid a:link.card button.addToCart:focus {
      background: url(../img/logos/paypal_tag.png);
      background-repeat: no-repeat;
      background-position: 4px 4px;
      border: 1px solid #444;
      color: #444;
      cursor: pointer; }

.catalogIntro a, .catalogIntro a:link, .catalogIntro a:visited {
  color: #4B88A2; }
.catalogIntro a:hover, .catalogIntro a:active, .catalogIntro a:focus {
  color: #376376; }

.catalogContainer .productGrid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-bottom: 4em; }
  .catalogContainer .productGrid .card {
    box-sizing: border-box;
    /* background: $white; */
    justify-self: stretch;
    height: 520px; }
    .catalogContainer .productGrid .card .cardContainer.flip {
      transform: rotateY(180deg); }
    .catalogContainer .productGrid .card .cardContainer {
      position: relative;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      transition: transform 0.5s;
      transform-style: preserve-3d; }
      .catalogContainer .productGrid .card .cardContainer .cardDetails {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 1em;
        align-items: center; }
        .catalogContainer .productGrid .card .cardContainer .cardDetails p {
          font-weight: bold;
          margin: 0; }
    .catalogContainer .productGrid .card .cardFront, .catalogContainer .productGrid .card .cardBack {
      position: absolute;
      height: 100%;
      width: 100%;
      padding: 24px;
      background-color: #fff;
      box-sizing: border-box;
      backface-visibility: hidden; }
    .catalogContainer .productGrid .card .cardFront {
      display: grid; }
      .catalogContainer .productGrid .card .cardFront h3 {
        justify-self: center; }
      .catalogContainer .productGrid .card .cardFront img {
        justify-self: center;
        max-width: 240px; }
    .catalogContainer .productGrid .card .cardBack {
      transform: rotateY(180deg); }
      .catalogContainer .productGrid .card .cardBack .cardDetails {
        align-items: flex-start; }
        .catalogContainer .productGrid .card .cardBack .cardDetails h4 {
          margin-top: 0;
          margin-bottom: 0.2em; }
      .catalogContainer .productGrid .card .cardBack .cardDesc {
        line-height: 1.5em; }
        .catalogContainer .productGrid .card .cardBack .cardDesc ul {
          padding-left: 10px; }
          .catalogContainer .productGrid .card .cardBack .cardDesc ul li {
            margin-bottom: 1em; }
    .catalogContainer .productGrid .card .detailToggle {
      background: none;
      border: none;
      font-size: 1.2em;
      color: #4B88A2;
      min-width: 24px;
      min-height: 24px; }
      .catalogContainer .productGrid .card .detailToggle:hover, .catalogContainer .productGrid .card .detailToggle:active, .catalogContainer .productGrid .card .detailToggle:focus {
        color: #376376;
        outline: 1px solid #376376; }
    .catalogContainer .productGrid .card h3 {
      margin-top: 0; }
    .catalogContainer .productGrid .card p {
      text-decoration: none; }
      .catalogContainer .productGrid .card p.product-price {
        font-weight: bold; }
    .catalogContainer .productGrid .card img {
      width: 100%; }
    .catalogContainer .productGrid .card:hover {
      /* box-shadow: 0px 0px 12px #cecece; */ }
    .catalogContainer .productGrid .card .edit-link {
      text-align: center; }
      .catalogContainer .productGrid .card .edit-link a, .catalogContainer .productGrid .card .edit-link a:link, .catalogContainer .productGrid .card .edit-link a:visited {
        color: #4B88A2; }
      .catalogContainer .productGrid .card .edit-link a:active, .catalogContainer .productGrid .card .edit-link a:hover, .catalogContainer .productGrid .card .edit-link a:focus {
        color: #376376; }
    .catalogContainer .productGrid .card button.addToCart {
      border: 1px solid #4B88A2;
      color: #4B88A2;
      border-radius: 2px;
      padding: 4px;
      width: 100%;
      padding-left: 24px;
      min-height: 30px;
      height: 36px;
      position: relative;
      background: url(../img/logos/paypal_tag_faded.png);
      background-repeat: no-repeat;
      background-position: 4px 4px;
      cursor: pointer; }
    .catalogContainer .productGrid .card button.addToCart:active,
    .catalogContainer .productGrid .card button.addToCart:hover,
    .catalogContainer .productGrid .card button.addToCart:focus {
      background: url(../img/logos/paypal_tag.png);
      background-repeat: no-repeat;
      background-position: 4px 4px;
      border-color: #376376;
      color: #376376;
      cursor: pointer; }

.storeNav ul {
  list-style-type: none; }
  .storeNav ul li {
    display: inline-block;
    font-size: 2.4em;
    font-family: 'headline_hplhstwo';
    margin-right: 2em; }
    .storeNav ul li a, .storeNav ul li a:link, .storeNav ul li a:visited {
      color: #888889; }
    .storeNav ul li a:hover, .storeNav ul li a:active, .storeNav ul li a:focus {
      color: #606161; }
    .storeNav ul li a.active {
      color: #38393A; }

/* Modals */
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  /* Centers the modal horizontally */
  z-index: 1000;
  display: none; }

.modalWindow {
  display: inline-block;
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  vertical-align: middle;
  padding: 2em;
  text-align: left;
  top: 50%;
  left: inherit;
  transform: translateY(-50%);
  /* Centers the modal vertically */
  position: relative;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5); }
  .modalWindow#cancelShow, .modalWindow#scheduleShow {
    max-width: 600px; }

/* PAGINATION */
.pagination {
  text-align: center;
  font-family: 'OpenSansRegular'; }
  .pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0; }
    .pagination ul li {
      font-size: 1.2em;
      display: inline;
      margin-right: 20px; }
      .pagination ul li.disabled {
        color: #c3c3c4; }
      .pagination ul li.active {
        font-weight: bold;
        font-family: 'OpenSansBold'; }
    .pagination ul li:last-child {
      margin-right: 0; }
  .pagination a, .pagination a:link, .pagination a:visited {
    color: #4B88A2;
    text-decoration: none; }
  .pagination a:hover, .pagination a:focus, .pagination a:active {
    text-decoration: underline; }
  .pagination .pageLocation {
    text-align: center; }

/* Shows, events, etc */
.showsContainer {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 4em; }

.shows.calendar h2 {
  text-align: center;
  margin-bottom: 1.4em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;
  font-family: 'OpenSansBold';
  text-shadow: 0px 0px 2px #fff;
  font-size: 2em; }
.shows.calendar .show-info {
  margin-bottom: 4em; }
  .shows.calendar .show-info h3 {
    margin-bottom: 0em; }
  .shows.calendar .show-info a {
    display: block;
    cursor: pointer; }
  .shows.calendar .show-info a, .shows.calendar .show-info a:link, .shows.calendar .show-info a:visited {
    color: #efefef; }
  .shows.calendar .show-info a:active, .shows.calendar .show-info a:focus, .shows.calendar .show-info a:hover {
    background-color: rbga(0, 0, 0, 0.2); }
.shows.calendar .partnered {
  display: relative;
  clear: both;
  float: left;
  width: 100%; }
.shows.calendar .partnered + p {
  clear: both; }
.shows.calendar .partnered .column-1,
.shows.calendar .partnered .column-2 {
  float: left;
  margin-right: 10px;
  width: 40%; }
.shows.calendar .partnered .column-2 {
  margin-right: 0; }
.shows.calendar .show-partner {
  display: block;
  height: 100px; }
.shows.calendar .show-partner.kumas-corner {
  background-size: contain;
  background-image: url(../img/logos-shows/kumas_corner_logo.png);
  background-repeat: no-repeat;
  background-position: left; }
.shows.calendar .show-partner.black-circle {
  background-size: contain;
  background-image: url(../img/logos-shows/black_circle_logo.png);
  background-repeat: no-repeat;
  background-position: left; }
.shows.calendar .show-partner.black-circle:after {
  content: "";
  display: table;
  clear: both; }
.shows.calendar .show-logo {
  display: block;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain; }
  .shows.calendar .show-logo.days {
    background-image: url(../img/logos-shows/dod_show_logo.png); }
  .shows.calendar .show-logo.flashback {
    background-image: url(../img/logos-shows/flashback_show_logo.png); }
  .shows.calendar .show-logo.horrorhound {
    background-image: url(../img/logos-shows/hh_show_logo.png); }
  .shows.calendar .show-logo.oddities {
    background-image: url(../img/logos-shows/oddities_show_logo.png); }
  .shows.calendar .show-logo.scarefest {
    background-image: url(../img/logos-shows/scarefest_show_logo.png); }
  .shows.calendar .show-logo.wasteland {
    background-image: url(../img/logos-shows/cw_show_logo.png); }
  .shows.calendar .show-logo.wonderfest {
    background-image: url(../img/logos-shows/wonderfest_show_logo.png); }

/* CSS Document */
.authentication.container {
  width: 70%;
  max-width: 600px;
  min-width: 480px;
  margin: 0 auto;
  padding: 2em;
  border: 1px solid #efefef;
  color: #444;
  background: #efefef;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #efefef; }
  .authentication.container h1 {
    font-size: 1.4em;
    font-weight: bold; }
  .authentication.container a, .authentication.container a:link, .authentication.container a:visited {
    color: #4B88A2; }
  .authentication.container a:hover, .authentication.container a:focus, .authentication.container a:active {
    color: #376376; }
  .authentication.container form {
    margin: 0 auto;
    max-width: 600px; }

/* FOOTER */
footer {
  text-align: center; }
  footer p {
    font-size: .8em; }
  footer nav .social.navList li {
    font-size: 1em; }

footer,
footer p,
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
footer a:focus,
footer iframe {
  color: #252627; }

footer #partnered,
footer #poweredBy {
  margin-bottom: 1.4em;
  text-align: center; }

body.full_black footer,
body.full_black footer p,
body.full_black footer a,
body.full_black footer a:link,
body.full_black footer a:visited,
body.full_black footer a:hover,
body.full_black footer a:active,
body.full_black footer a:focus,
body.full_black footer iframe {
  color: #fff; }

/* ADMIN STUFFS */
main.admin {
  position: relative; }
  main.admin .contentContainer {
    margin: 0 auto;
    padding: 10vw; }
  main.admin .adminNav {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    main.admin .adminNav .adminLink {
      margin-right: 1em;
      min-width: 200px;
      max-width: 300px;
      display: inline-block;
      text-align: center; }
      main.admin .adminNav .adminLink a, main.admin .adminNav .adminLink a:link, main.admin .adminNav .adminLink a:visited {
        border: 1px solid #D7D7D7;
        display: block;
        padding: 1em;
        border-radius: 8px;
        text-decoration: none;
        color: #4B88A2; }
        main.admin .adminNav .adminLink a .fas, main.admin .adminNav .adminLink a:link .fas, main.admin .adminNav .adminLink a:visited .fas {
          margin-right: .5em; }
        main.admin .adminNav .adminLink a:hover, main.admin .adminNav .adminLink a:active, main.admin .adminNav .adminLink a:focus, main.admin .adminNav .adminLink a:link:hover, main.admin .adminNav .adminLink a:link:active, main.admin .adminNav .adminLink a:link:focus, main.admin .adminNav .adminLink a:visited:hover, main.admin .adminNav .adminLink a:visited:active, main.admin .adminNav .adminLink a:visited:focus {
          box-shadow: 0px 0px 12px #D7D7D7; }
  main.admin .adminFilter {
    margin-bottom: 2em; }
  main.admin div.tools {
    position: absolute;
    top: 2em;
    right: 10vw; }
    main.admin div.tools ul {
      list-style-type: none; }
      main.admin div.tools ul li {
        display: inline-block;
        margin-right: 10px; }
        main.admin div.tools ul li a, main.admin div.tools ul li a:link, main.admin div.tools ul li a:visited {
          color: #4B88A2; }
        main.admin div.tools ul li a:focus, main.admin div.tools ul li a:active, main.admin div.tools ul li a:focus {
          color: #376376; }
    main.admin div.tools .productTools {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      main.admin div.tools .productTools li {
        display: inline-block; }
  main.admin .message {
    padding: .5em 1em;
    margin-bottom: 2em; }
    main.admin .message.success {
      border: 1px solid #00aa00;
      border-radius: 8px; }
  main.admin .messageProductName {
    font-weight: bold; }
  main.admin form {
    margin: 0 auto;
    width: 600px; }
    main.admin form .formGroup ul {
      list-style: none; }
      main.admin form .formGroup ul input {
        display: inline;
        margin-right: 0.5em; }
  main.admin table {
    width: 100%; }
    main.admin table tr:nth-child(2n+2) {
      background-color: #EBEBEB; }
    main.admin table thead tr {
      background-color: #c3c3c4; }
    main.admin table th, main.admin table td {
      padding: 1em .5em; }
    main.admin table td a, main.admin table td a:link, main.admin table td a:visited {
      color: #4B88A2; }
    main.admin table td a:focus, main.admin table td a:active, main.admin table td a:focus {
      color: #376376; }
    main.admin table th {
      text-align: left; }
    main.admin table td.actions ul {
      margin: 0;
      padding: 0; }
      main.admin table td.actions ul li {
        display: inline;
        margin-right: 10px; }
      main.admin table td.actions ul li:last-child {
        margin-right: 0; }
  main.admin .formGroup {
    margin-bottom: 2em; }
  main.admin .productCategory {
    margin-bottom: 4em; }
  main.admin .categorySection {
    margin-bottom: 4vh; }

/* FORMS */
.error {
  color: #BB0A21;
  border-color: #BB0A21; }

form {
  padding: 0; }
  form input[type='text'],
  form input[type='url'],
  form input[type='password'],
  form textarea {
    width: 100%;
    line-height: 2;
    margin-bottom: 0.4em; }
  form textarea {
    padding: 4px;
    height: 300px; }
  form button {
    display: block;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 400;
    color: #38393A;
    line-height: 1.3;
    padding: .3em .7em .2em .7em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100%;
    cursor: pointer; }
    form button[disabled='true'], form button[disabled='true']:hover, form button[disabled='true']:focus {
      cursor: default;
      color: #c3c3c4;
      border-color: #c3c3c4;
      background-color: #EBEBEB;
      background-image: none; }
  form select {
    display: block;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 2;
    padding: .3em .7em .25em .4em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; }
    form select.multiselect {
      background-image: none;
      background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
      background-repeat: none;
      background-repeat: repeat;
      background-position: 0 0;
      background-size: 100%;
      height: 200px;
      border-radius: .25em; }
  form select::-ms-expand {
    display: none; }
  form button:hover, form select:hover {
    border-color: #888; }
  form button:focus, form select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  form select option {
    font-weight: normal; }
  form .formHelp {
    margin-top: 0; }
  form .formControls {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    form .formControls li {
      display: inline-block;
      margin-right: 1em; }
    form .formControls li:last-child {
      margin-right: 0; }

html, body {
  height: 100%; }

body {
  color: #252627;
  background-image: linear-gradient(#fff, #efefef);
  background-color: #efefef;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  body header {
    margin-bottom: 2em;
    height: 22vh; }
  body h1 {
    display: block;
    width: 100%;
    height: 20vh;
    background-image: url(../img/logos/spellbound_logo_blk.png);
    background-repeat: no-repeat;
    background-position: 1em 0;
    background-size: contain;
    text-indent: -1000em;
    background-color: none; }

header, #main, footer {
  margin: 0 auto;
  padding: 0 2%; }

#main {
  box-sizing: border-box;
  padding: 0 2%;
  min-height: 100%; }
  #main .contentContainer {
    width: 70%;
    max-width: 1200px;
    min-width: 600px;
    margin: 0 auto;
    padding-bottom: 4em;
    position: relative; }

.section {
  margin-bottom: 3em; }

.section .content {
  max-width: 480px;
  min-width: 120px;
  margin-left: auto;
  margin-right: auto; }

h1, h2, h3, h4 {
  font-weight: 220;
  margin-top: 0.25em; }

h2, h3, h4 {
  font-family: 'headline_hplhstwo'; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2.6em; }

h4 {
  font-size: 2.2em; }

label, input {
  display: block; }

label {
  font-weight: bold;
  margin-bottom: .25em; }

input {
  line-height: 1.6em;
  padding: 4px;
  margin-bottom: 1em; }

.accountControls {
  position: absolute;
  top: 1em;
  right: 2em; }
  .accountControls ul {
    list-style-type: none; }
    .accountControls ul li {
      display: inline-block;
      margin-right: 10px; }
  .accountControls button {
    border: none;
    background: none;
    background-image: none;
    font-weight: bold;
    color: #38393A;
    text-decoration: underline;
    box-shadow: none; }
  .accountControls a, .accountControls a:link, .accountControls a:visited {
    color: #38393A;
    font-weight: bold; }

.full_black .accountControls a, .full_black .accountControls a:link, .full_black .accountControls a:visited {
  color: #efefef; }
.full_black .accountControls button {
  color: #efefef; }

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* TABS */
.tabNav ul {
  list-style-type: none;
  padding: 0; }
  .tabNav ul li {
    display: inline-block;
    font-family: 'OpenSansLight';
    font-size: 1.6em;
    margin-right: 1.4em; }
    .tabNav ul li a, .tabNav ul li a:link, .tabNav ul li a:visited {
      color: #38393A;
      text-decoration: none; }
    .tabNav ul li a:hover, .tabNav ul li a:active, .tabNav ul li a:focus {
      color: #606161; }
    .tabNav ul li a.active {
      color: #38393A;
      border-bottom: 3px solid #38393A; }

[role="tab"] {
  position: relative;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit; }

[role="tab"]:hover::before,
[role="tab"]:focus::before,
[role="tab"][aria-selected="true"]::before {
  position: absolute;
  bottom: 100%;
  right: -1px;
  content: ''; }

[role="tab"]:hover,
[role="tab"]:focus,
[role="tab"]:active {
  outline: 0;
  border-radius: 0;
  color: inherit; }

[role="tab"][aria-selected="true"] {
  outline: 0; }

[role="tab"][aria-selected="true"]:not(:focus):not(:hover)::before {
  border-bottom: 5px solid #055bf0; }

[role="tab"][aria-selected="true"]::after {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 0.3em;
  content: ''; }

[role="tab"]:hover::before,
[role="tab"]:focus::before {
  border-color: #f05305; }

[role="tabpanel"] {
  position: relative;
  z-index: 2; }

[role="tabpanel"]:focus {
  outline: 0; }

[role="tabpanel"]:focus::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px;
  content: ''; }

[role="tabpanel"] p {
  margin: 0; }

[role="tabpanel"] * + p {
  margin-top: 1em; }

/* Accessibility */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
