@charset "UTF-8";
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

/**
 * 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Sofia";
  src: url("../fonts/sofia-rough/black.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Special Elite";
  src: url("../fonts/special-elite/SpecialElite-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "DS DIGIT";
  src: url("../fonts/DS-DIGIT.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Icon";
  src: url("../nucleo/mini/fonts/nucleo-mini.eot");
  src: url("../nucleo/mini/fonts/nucleo-mini.eot") format("embedded-opentype"), url("../nucleo/mini/fonts/nucleo-mini.woff2") format("woff2"), url("../nucleo/mini/fonts/nucleo-mini.woff") format("woff"), url("../nucleo/mini/fonts/nucleo-mini.ttf") format("truetype"), url("../nucleo/mini/fonts/nucleo-mini.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Icon";
  src: url("../nucleo/outline/fonts/nucleo-outline.eot");
  src: url("../nucleo/outline/fonts/nucleo-outline.eot") format("embedded-opentype"), url("../nucleo/outline/fonts/nucleo-outline.woff2") format("woff2"), url("../nucleo/outline/fonts/nucleo-outline.woff") format("woff"), url("../nucleo/outline/fonts/nucleo-outline.ttf") format("truetype"), url("../nucleo/outline/fonts/nucleo-outline.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Icon";
  src: url("../nucleo/glyph/fonts/nucleo-glyph.eot");
  src: url("../nucleo/glyph/fonts/nucleo-glyph.eot") format("embedded-opentype"), url("../nucleo/glyph/fonts/nucleo-glyph.woff2") format("woff2"), url("../nucleo/glyph/fonts/nucleo-glyph.woff") format("woff"), url("../nucleo/glyph/fonts/nucleo-glyph.ttf") format("truetype"), url("../nucleo/glyph/fonts/nucleo-glyph.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
a {
  color: #b52c30;
  text-decoration: none;
  -webkit-transition: 0.1s ease color;
  transition: 0.1s ease color;
}
a:hover {
  color: #d14347;
}

h2 {
  font-family: Sofia, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4rem;
}

h3 {
  font-family: Sofia, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

p {
  font-size: 0.6rem;
  line-height: 0.9rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
html, body {
  font-size: calc(1em + 1vw);
  line-height: calc(1.5em + 1vw);
  font-family: "Special Elite", monospace;
  color: #ffffff;
}

.wd {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-rows: auto 10rem;
  grid-template-rows: auto 10rem;
  min-height: 100vh;
  padding-top: 90px;
}

.wd > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wd > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.wd > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.wd > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.wd > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.wd > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.wd > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.wd > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}

.wd > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.wd > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}

.wd > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.wd > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}

.wd > *:nth-child(13) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.wd > *:nth-child(14) {
  -ms-grid-row: 1;
  -ms-grid-column: 14;
}

.wd > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.wd > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.wd > *:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.wd > *:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.wd > *:nth-child(19) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.wd > *:nth-child(20) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.wd > *:nth-child(21) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

.wd > *:nth-child(22) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}

.wd > *:nth-child(23) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}

.wd > *:nth-child(24) {
  -ms-grid-row: 2;
  -ms-grid-column: 10;
}

.wd > *:nth-child(25) {
  -ms-grid-row: 2;
  -ms-grid-column: 11;
}

.wd > *:nth-child(26) {
  -ms-grid-row: 2;
  -ms-grid-column: 12;
}

.wd > *:nth-child(27) {
  -ms-grid-row: 2;
  -ms-grid-column: 13;
}

.wd > *:nth-child(28) {
  -ms-grid-row: 2;
  -ms-grid-column: 14;
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd {
    padding-top: 70px;
    height: 50vh;
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .wd {
    padding-top: 60px;
  }
}
.wd_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  position: fixed;
  top: 0;
  height: 4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  z-index: 100;
}
.wd_header--small {
  height: 3rem;
}
.wd_header--small .logo img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_header--small .logo img {
    -webkit-transform: initial;
            transform: initial;
  }
}
.wd_header--small .navigation {
  height: 3rem;
}
.wd_header .header-bg {
  -webkit-mask-image: url(../images/grunge-border-mask-bottom.png);
          mask-image: url(../images/grunge-border-mask-bottom.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #000;
  z-index: 1;
}
.wd_header .inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_header .inner {
    display: block;
    height: 5rem;
  }
}
.wd_header .logo {
  line-height: 0;
  font-size: 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  position: relative;
}
.wd_header .logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: -10px;
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_header .logo img {
    width: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_header .logo {
    height: 5rem;
    width: 100%;
  }
}
.wd_header .button-blank {
  display: inline-block;
}
.wd_header .button-blank span {
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 8px;
  display: inline-block;
}
.wd_header .button-red {
  color: #fff !important;
}
.wd_header .button-red span {
  background-color: rgb(181, 44, 48);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-mask-image: url(/assets/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-clip: border-box;
}
.wd_header .button-red:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(181, 44, 48);
  display: block;
  width: 70px;
  z-index: 1;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-mask-image: url(/assets/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-clip: border-box;
}
.wd_header .button-red:hover:before {
  width: 90px;
}
.wd_header .button-red:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(181, 44, 48);
  display: block;
  width: 70px;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-mask-image: url(/assets/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-clip: border-box;
}
.wd_header .button-red:hover:after {
  width: 90px;
}
.wd_header .navigation {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4/span 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wd_header .navigation a {
  color: #fff;
  -webkit-transition: 0.1s ease color;
  transition: 0.1s ease color;
}
.wd_header .navigation a:hover {
  color: #f6f2f1;
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_header .navigation .nav {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .wd_header .navigation .nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wd_header .navigation .nav {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .wd_header .navigation .nav {
    display: none;
  }
}
.wd_header .navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-top: -8px;
}
.wd_header .navigation li {
  font-family: Sofia;
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  display: block;
  float: left;
  padding: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: relative;
}
.wd_header .navigation li:hover,
.wd_header .navigation li:focus-within {
  cursor: pointer;
}
.wd_header .navigation li:focus-within a {
  outline: none;
}
.wd_header .navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 1.15rem;
  top: 0 !important;
  display: none;
  /*padding-left: 0.5rem;*/
  /*padding-right: 0.5rem;*/
  padding-top: 0.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  /*width: 100%;*/
}
.wd_header .navigation ul li:hover > ul,
.wd_header .navigation ul li:focus-within > ul,
.wd_header .navigation ul li ul:hover,
.wd_header .navigation ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.wd_header .navigation ul li ul li {
  clear: both;
  /*width: 100%;*/
  width: 6rem;
  padding: 0;
  padding-top: 0.2rem;
}
.wd_header .navigation ul li ul li a {
  background-color: rgb(181, 44, 48);
  border-radius: 0.15rem;
  display: block;
  text-align: right;
  padding: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
  font-size: 0.4rem;
  color: #fff !important;
  -webkit-mask-image: url(/assets/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-clip: border-box;
}
.wd_header .navigation ul li ul li a .tmpl-icon {
  font-family: "Icon";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wd_header .navigation ul li ul li a .tmpl-icon.mini {
  font-weight: 100;
}
.wd_header .navigation ul li ul li a:hover {
  background-color: rgba(181, 44, 48, 0.8);
}
.wd_header .navigation .special a {
  background-color: rgb(181, 44, 48);
  border-radius: 0.15rem;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  -webkit-transition: 0.15s ease background-color;
  transition: 0.15s ease background-color;
}
.wd_header .navigation .special a {
  color: #fff !important;
  padding: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.wd_header .navigation .special::after {
  bottom: -0.3rem;
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  -webkit-transition: 0.15s ease left, 0.15s ease width;
  transition: 0.15s ease left, 0.15s ease width;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  background-color: rgb(181, 44, 48);
}
.wd_header .navigation .special::before {
  top: -0.3rem;
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  -webkit-transition: 0.15s ease left, 0.15s ease width;
  transition: 0.15s ease left, 0.15s ease width;
  background-color: rgb(181, 44, 48);
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.wd_header .navigation .special:hover::after {
  width: 60%;
}
.wd_header .navigation .special:hover::before {
  width: 60%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_header {
    height: 5rem;
  }
}
.wd_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
}

.wd_footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000;
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.wd_footer .inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}
.wd_footer .newsletter_archive {
  font-size: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #313030;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.wd_footer .newsletter_archive h3 {
  text-align: center;
  font-family: Sofia;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 0.7rem;
}
.wd_footer .newsletter_archive ul {
  text-align: center;
}
.wd_footer .newsletter_archive ul li {
  font-size: 0.6rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  display: inline-block;
}
.wd_footer .social_media {
  font-size: 0.4rem;
  line-height: 0.4rem;
  -webkit-mask-image: url(/assets/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-clip: border-box;
}
.wd_footer .social_media ul {
  text-align: center;
}
.wd_footer .social_media ul li {
  display: inline-block;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.wd_footer .social_media a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wd_footer .social_media a:hover {
  opacity: 0.5;
}
.wd_footer .social_media img {
  height: 1rem;
}
.wd_footer .links {
  font-size: 0.4rem;
  line-height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.wd_footer .links .esrb {
  margin-right: 1rem;
}
.wd_footer .links .esrb img {
  height: 3rem;
}
.wd_footer .links .text ul {
  margin-bottom: 0.4rem;
}
.wd_footer .links .text ul li {
  font-size: 0.7rem;
  display: inline-block;
}
.wd_footer .links .text ul li::after {
  content: " · ";
}
.wd_footer .links .text ul li:last-of-type::after {
  content: "" !important;
}
.wd_footer .links .text ul li a {
  color: #fff;
}
.wd_footer .links .text ul li a:hover {
  color: #b52c30;
}
.wd_footer .links .text p {
  font-size: 0.5rem;
  line-height: 0.7rem;
}

#mobileMenu {
  display: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -10px;
  z-index: 10;
}
#mobileMenu svg {
  height: 1rem;
  width: 1rem;
}
#mobileMenu svg:hover {
  cursor: pointer;
}
#mobileMenu:hover {
  pointer: cursor;
}
@media (min-width: 320px) and (max-width: 576px) {
  #mobileMenu {
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  #mobileMenu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #mobileMenu {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #mobileMenu {
    display: block;
  }
}

.sidebarStatus {
  width: 20rem !important;
}
@media (min-width: 320px) and (max-width: 576px) {
  .sidebarStatus {
    width: 100% !important;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  line-height: 0.5rem;
  z-index: 21474836469;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidenav .sidebarToggle {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin-left: 50px;
}

.sidenav .sidebarToggle i {
  font-size: 24px;
  color: #000;
}

.link-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
  padding-right: 40px;
  position: relative;
  padding-bottom: 10px;
}

.vibrand-trigger {
  position: absolute;
  right: 40px;
  height: 1rem;
  width: 1rem;
  top: -7px;
}

.title {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 10px;
  font-family: Sofia, sans-serif;
}
.title a {
  color: #fff !important;
}

.link-list__items {
  float: left;
  width: 100%;
  display: none;
}

.link-list__items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list__items ul li {
  list-style: none;
  display: block;
  padding-left: 10px;
}

.link-list__items ul {
  padding-top: 10px;
}

.link-list__items ul li ul {
  padding-top: 0px;
}

.link-list__items ul li ul {
  padding-bottom: 10px;
}

.link-list__items ul li ul:last-of-type {
  /*padding-bottom: 0px;*/
}

.link-list__items ul li a {
  font-weight: bold;
  color: #fff !important;
}

.link-list__items ul li ul li a {
  color: #fff !important;
  font-weight: initial;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
  font-family: Sofia, sans-serif;
}

.hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  height: 90vh;
  background-color: #fff;
  color: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.hero .inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
}
.hero .takeover {
  position: absolute;
  left: 12%;
  top: 15%;
}
.hero .takeover a {
  font-size: 0.9rem;
  width: 9rem;
  display: inline-block;
}
.hero .takeover a:before {
  width: 50%;
}
.hero .takeover a:after {
  width: 50%;
}
.hero .takeover a:hover:after {
  width: 65%;
}
.hero .takeover a:hover:before {
  width: 65%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .hero {
    display: block;
    height: initial;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .hero {
    height: 30rem;
  }
}
.page-template-page-chapter1 .hero {
  background-image: url("/wp-content/themes/walkingdead/assets/images/hero-chapter1.jpg");
}
.page-template-page-chapter1 .hero .takeover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: 10%;
  top: initial;
  bottom: 15%;
}

.page-template-page-chapter2 .hero, .page-id-33 .hero {
  background-image: url("/wp-content/themes/walkingdead/assets/images/background_hero.webp");
}

/* NEW */
.hero_content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
}
.hero_content video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 320px) and (max-width: 576px) {
  .hero_content video {
    height: initial;
    top: initial;
    position: initial;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .hero_content video {
    height: 30rem;
    position: absolute;
  }
}
.hero_content .youtube-button {
  z-index: 20;
  position: absolute;
  bottom: 80px;
  right: 40px;
  width: 40px;
  opacity: 70%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .hero_content .youtube-button {
    bottom: 30px;
    right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .hero_content .youtube-button {
    bottom: 60px;
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero_content .youtube-button {
    bottom: 60px;
    right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .hero_content .youtube-button {
    bottom: 60px;
    right: 20px;
  }
}
.hero_content .youtube-button:hover {
  opacity: 100%;
}
.hero_content .overlay_links {
  width: 7rem;
  bottom: 1rem;
  left: 1rem;
  position: absolute;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 576px) {
  .hero_content .overlay_links {
    width: 5rem;
  }
}
.hero_content .overlay_links .youtube_mama {
  margin-bottom: 1rem;
  position: relative;
  width: 7rem;
  height: 5rem;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  opacity: 0.8;
}
.hero_content .overlay_links .youtube_mama:hover {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 576px) {
  .hero_content .overlay_links .youtube_mama {
    width: 5rem;
    height: 3rem;
  }
}
.hero_content .overlay_links .youtube_axeman {
  margin-bottom: 1rem;
  position: relative;
  width: 7rem;
  height: 5rem;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  opacity: 0.8;
}
.hero_content .overlay_links .youtube_axeman:hover {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 576px) {
  .hero_content .overlay_links .youtube_axeman {
    width: 5rem;
    height: 3rem;
  }
}
.hero_content .overlay_links svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
  opacity: 0.8;
}
.hero_content .overlay_links svg:hover {
  opacity: 1;
}
.hero_content .overlay_links h3 {
  color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  text-shadow: 0px 1px 5px #000000;
}

.about {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
  margin-top: -1.5rem;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.about .about_background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0.125em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125em 2em 0 rgba(0, 0, 0, 0.25);
}
.about .about_background_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about .inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  position: relative;
  z-index: 2;
}
.about h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about p {
  margin-bottom: 1rem;
}
.about .text_container {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/span 3;
}
.about .video_container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}
.about .video_container video {
  width: 100%;
}

.radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  padding-bottom: 4rem;
  padding-top: 4rem;
  background-image: url("/wp-content/themes/walkingdead/assets/images/background_radio.jpg");
  background-size: cover;
  background-position: center center;
  margin-top: -1.5rem;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.radio .inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.radio h2 {
  color: #310d08;
  margin-bottom: 1rem;
  text-align: center;
}
.radio p {
  color: #310d08;
  margin-bottom: 1rem;
  text-align: center;
}
.radio .text_container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
.radio .radio_container {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/span 3;
}
.radio .radio_container #radio-interactive {
  position: relative;
}
.radio .radio_container #radio-interactive .radio-background {
  width: 100%;
  position: relative;
  z-index: 1;
}
.radio .radio_container #radio-interactive .channel-knob {
  position: absolute;
  width: 24.5%;
  margin: 0 auto;
  left: 38.5%;
  top: 33%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 2rem #000;
          box-shadow: 0 0 2rem #000;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 2;
}
.radio .radio_container #radio-interactive .channel-knob::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/walkingdead/assets/images/radio-channel-knob-red.png);
  background-size: contain;
  background-position: top right;
  z-index: 11;
  mix-blend-mode: color;
}
.radio .radio_container #radio-interactive .channel-knob::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/walkingdead/assets/images/radio-channel-knob-light.png);
  background-size: contain;
  background-position: top center;
  z-index: 10;
  mix-blend-mode: color-burn;
}
.radio .radio_container #radio-interactive .knob-rotater {
  position: relative;
  background-image: url(/wp-content/themes/walkingdead/assets/images/radio-channel-knob.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
.radio .radio_container #radio-interactive .spacer {
  display: block;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  opacity: 0;
}
.radio .radio_container #radio-interactive .channels {
  font-family: "DS DIGIT", monospace;
  pointer-events: none;
  position: absolute;
  top: 18%;
  color: #ff8b8a;
  font-size: 4.8vh;
  text-align: center;
  width: 100%;
  font-weight: 700;
  mix-blend-mode: difference;
  text-shadow: 0 0 1rem #b52c30, 0 0 0.25rem #b52c30;
  z-index: 2;
}
.radio .radio_container #radio-interactive .radio-on {
  position: absolute;
  content: "";
  z-index: 9;
  width: 2.25%;
  height: 3.5%;
  background: #b52c30;
  border-radius: 100%;
  mix-blend-mode: color;
  -webkit-box-shadow: 0 0 2rem 1rem #b52c30;
          box-shadow: 0 0 2rem 1rem #b52c30;
  top: 13%;
  left: 35.6%;
}
.radio .radio_container #radio-interactive .radio-switch-up {
  position: absolute;
  z-index: 2;
  width: 1.7rem;
  left: 8.5%;
  top: 5%;
  cursor: pointer;
}
.radio .radio_container #radio-interactive .radio-switch-down {
  position: absolute;
  z-index: 2;
  width: 1.7rem;
  left: 8.5%;
  top: 11%;
  cursor: pointer;
}
.radio .radio_container #radio-interactive .radio-meters {
  height: 10%;
  bottom: 64.5%;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.radio .radio_container #radio-interactive .radio-meters {
  position: absolute;
  bottom: 62.5%;
  right: 7%;
  height: 25%;
  width: 17.75%;
  pointer-events: none;
  -webkit-transform: skew(4deg, 0);
          transform: skew(4deg, 0);
  -webkit-transition: 0.25s ease height, 0.25s ease bottom, 0.25s ease opacity, 0.25s ease mix-blend-mode;
  transition: 0.25s ease height, 0.25s ease bottom, 0.25s ease opacity, 0.25s ease mix-blend-mode;
  z-index: 2;
}

.newsletter {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  background-image: url("/wp-content/themes/walkingdead/assets/images/background_newsletter.jpg");
  background-size: cover;
  background-position: center center;
  margin-top: -1.5rem;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  padding-top: 2rem;
  overflow: hidden;
  position: relative;
}
.newsletter .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  grid-column: 3/span 8;
  padding-top: 2rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .inner {
    padding-top: 0;
  }
}
.newsletter h2 {
  font-family: Sofia, sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin: 1rem 0;
  text-align: center;
  color: #310d08;
  padding-top: 1rem;
  font-size: 1.8rem;
  margin-right: 2rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter h2 {
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 1rem;
    color: #fff;
  }
}
.newsletter p {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #310d08;
  text-align: center;
  padding-left: 25%;
  padding-right: 25%;
  margin-right: 2rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter p {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    font-size: 0.8rem;
    color: #fff;
  }
}
.newsletter .board {
  position: relative;
  height: 13rem;
}
.newsletter .board .board-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  z-index: 1;
  width: 100%;
  height: 15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .board-holder {
    position: initial;
    display: none;
  }
}
.newsletter .board .left {
  width: 45%;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: 2;
  background-image: url("/wp-content/themes/walkingdead/assets/images/newsletter-left.png");
  left: 5%;
  top: 0%;
  height: 13rem;
}
.newsletter .board .left .scissors {
  position: absolute;
  z-index: 5;
  top: 0rem;
  left: -3rem;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  width: initial !important;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .left .scissors {
    display: none;
  }
}
.newsletter .board .left .shive {
  position: absolute;
  z-index: 5;
  top: 2rem;
  left: 50%;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .left .shive {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .left {
    width: 100%;
    position: initial;
    background-image: none;
    -webkit-transform: initial;
            transform: initial;
    height: initial;
    padding-bottom: 2rem;
  }
}
.newsletter .board .right {
  width: 45%;
  position: absolute;
  right: 0;
  z-index: 3;
  background-image: url("/wp-content/themes/walkingdead/assets/images/newsletter-right.png");
  -webkit-box-shadow: 0 0.125em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125em 2em 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  right: 5%;
  top: 5%;
  height: 13rem;
}
.newsletter .board .right #mc_embed_signup {
  padding: 2rem;
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #310d08;
}
.newsletter .board .right #mc_embed_signup .indicates-required {
  display: none;
}
.newsletter .board .right #mc_embed_signup label {
  display: block;
  margin-bottom: 0.2rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .right #mc_embed_signup label {
    font-size: 0.8rem;
    padding-bottom: 0.3rem;
  }
}
.newsletter .board .right #mc_embed_signup input {
  display: block;
  width: 100%;
  border-bottom: 2px solid #310d08;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  padding-bottom: 0.1rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .right #mc_embed_signup input {
    margin-bottom: 1rem;
  }
}
.newsletter .board .right #mc_embed_signup .clear {
  text-align: center;
}
.newsletter .board .right #mc_embed_signup #mc-embedded-subscribe {
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  width: initial !important;
  margin-bottom: 0;
  padding: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  font-family: Sofia, sans-serif;
  background-color: #fff;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsletter .board .right #mc_embed_signup #mc-embedded-subscribe:hover {
  background-color: #f2f2f2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board .right {
    position: initial;
    width: 80%;
    -webkit-transform: initial;
            transform: initial;
    margin-left: 10%;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter .board {
    height: initial;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .newsletter {
    display: block;
  }
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Sofia, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  -webkit-transition: 0.15s ease background-color;
  transition: 0.15s ease background-color;
}
.button::after {
  bottom: 0;
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  -webkit-transition: 0.15s ease left, 0.15s ease width;
  transition: 0.15s ease left, 0.15s ease width;
}
.button::before {
  top: 0;
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  -webkit-transition: 0.15s ease left, 0.15s ease width;
  transition: 0.15s ease left, 0.15s ease width;
}
.button span {
  position: relative;
  display: block;
  margin: 0.5rem auto;
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.button:hover::after {
  width: 30%;
}
.button:hover::before {
  width: 30%;
}

.button.brown::before, .button.brown::after {
  background: #310d08;
}

.button.brown span {
  background-color: #310d08;
  color: #f6f2f1;
}
.button.brown span:hover {
  background-color: #5d190f;
  color: #f6f2f1;
}

.button.white::before, .button.white::after {
  background: #fff;
}

.button.white span {
  background-color: #fff;
  color: #5a758f;
}
.button.white span:hover {
  background-color: #e6e6e6;
}

.button.red::before, .button.red::after {
  background: #b12b2f;
}

.button.red span {
  background-color: #b12b2f;
  color: #fff;
}
.button.red span:hover {
  background-color: #882124;
}

.wd_image_holder {
  background-size: cover;
  position: relative;
  z-index: 1;
}
.wd_image_holder:before {
  mix-blend-mode: color-burn;
  opacity: 0.45;
  top: 0;
  z-index: 2;
}
.wd_image_holder:after {
  top: 4px;
  opacity: 0.9;
}
.wd_image_holder:before, .wd_image_holder:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/about/about-mask-texture-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 99%;
}
.wd_image_holder .wd_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: relative;
  z-index: 1;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/about/about-mask-1.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/about/about-mask-1.png);
  padding-top: 72.5609756%;
}

.wd_title_holder {
  font-family: "Special Elite", monospace;
  font-weight: 400;
  letter-spacing: -0.0463em;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-1.65deg);
          transform: rotate(-1.65deg);
  margin-bottom: 0.5rem;
}
.wd_title_holder .title-line {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.0463em;
  line-height: 1;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: rotate(-1.65deg);
          transform: rotate(-1.65deg);
  text-align: left;
}
.wd_title_holder .title-line:first-child {
  padding-top: 0.074em;
  text-align: left;
}
.wd_title_holder .title-line:first-child:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/grunge-title-border-1.png);
  bottom: 0.135em;
  left: -4.78rem;
  padding-top: 4.71%;
  -webkit-transform: rotate(1.65deg);
          transform: rotate(1.65deg);
  width: 105%;
  position: absolute;
  z-index: 2;
  content: "";
}
.wd_title_holder .title-lower:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/grunge-title-border-2.png);
  background-repeat: no-repeat;
  bottom: 0.22em;
  content: "";
  left: -5%;
  padding-top: 1.2066365%;
  position: absolute;
  width: 110%;
  z-index: 2;
  -webkit-transform: rotate(0.65deg);
          transform: rotate(0.65deg);
}
.wd_title_holder .title-line .top {
  vertical-align: text-top;
  text-align: left;
  font-size: 1rem;
}
.wd_title_holder .title-lower .bottom {
  display: initial;
  font-size: 2.2rem;
}
.wd_title_holder:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/about/about-splash-1.png);
  padding-top: 70.6161137%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  width: 100%;
  left: 9%;
  top: -50%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .wd_title_holder {
    margin-bottom: 1rem;
  }
}
.content_articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

article:first-of-type {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

article {
  position: relative;
}
@media (min-width: 320px) and (max-width: 576px) {
  article {
    margin-bottom: 2rem;
  }
}
article h2 {
  color: #b52c30;
  font-family: Sofia, sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
}

article p {
  color: #000;
  font-size: 0.5rem;
  line-height: 0.7rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  article p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.mask {
  position: relative;
  height: 100%;
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  z-index: 3;
  -webkit-mask-size: 320%;
          mask-size: 320%;
}

.mask.top {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
  -webkit-mask-position: top;
          mask-position: top;
}

.mask.right {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-right.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-right.png);
  -webkit-mask-position: right;
          mask-position: right;
}

.mask.bottom {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-position: bottom;
          mask-position: bottom;
}

.mask.left {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-left.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-left.png);
  -webkit-mask-position: left;
          mask-position: left;
}

article .article-container {
  position: relative;
  background: #fff;
  height: 100%;
}

article .article-image {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  z-index: 3;
  -webkit-mask-size: 200%;
          mask-size: 200%;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-position: bottom;
          mask-position: bottom;
}

article .article-content {
  padding: 1rem;
  padding-top: 0.5rem;
}

article .article-content > * {
  /*margin-top: 1rem;
  margin-bottom: 1rem;*/
}

article .article-content h2 {
  font-size: 0.7rem;
  line-height: 1.2rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  article .article-content h2 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
article .article-content > :first-child {
  margin-top: 0;
}

img.spacer {
  display: block;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  opacity: 0;
  margin: 0 auto;
  position: relative;
}

article:nth-of-type(2) {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

article:nth-of-type(3) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.page-template-page-chapter1-about {
  background-color: #05090b;
  position: relative;
}
.page-template-page-chapter1-about .page-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 200vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  background-color: #05090b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#05090b)), url(/wp-content/themes/walkingdead/assets/images/about/about-bg.png);
  background-image: linear-gradient(to bottom, transparent, #05090b), url(/wp-content/themes/walkingdead/assets/images/about/about-bg.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.page-template-page-chapter1-about .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  z-index: 2;
}
.page-template-page-chapter1-about .content .content_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.page-template-page-chapter1-about .content .content_head .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_head .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_head .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_head .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_head .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-about .content .content_head h1 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Sofia, sans-serif;
  font-weight: 900;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_head h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_head h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_head h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_head h1 {
    margin-bottom: 1rem;
  }
}
.page-template-page-chapter1-about .content .content_head p {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_head {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_head {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_head {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_head {
    display: block;
    margin-bottom: 0;
  }
}
.page-template-page-chapter1-about .content .content_section {
  margin-bottom: 2rem;
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
}
.page-template-page-chapter1-about .content .content_section:last-of-type {
  margin-bottom: 4rem;
}
.page-template-page-chapter1-about .content .content_section_divider {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  background-image: url(/wp-content/themes/walkingdead/assets/images/grunge-white-border.png);
  background-size: cover;
  content: "";
  display: block;
  margin: 3rem 0;
  padding-top: 0.78125%;
  width: 100%;
  margin-bottom: 4rem;
}
.page-template-page-chapter1-about .content .content_section.content_about01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 .grid-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 .grid-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 .grid-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 .grid-left {
    margin-bottom: 2rem;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about01 .grid-right {
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about01 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.page-template-page-chapter1-about .content .content_section.content_about02 .grid-left .wd_title_holder .title-line {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-template-page-chapter1-about .content .content_section.content_about02 .grid-left .wd_title_holder .title-line .top {
  vertical-align: initial;
  text-align: left;
  font-size: 1.5rem;
}
.page-template-page-chapter1-about .content .content_section.content_about02 .grid-left .wd_title_holder .title-line .bottom {
  font-size: 3rem;
}
.page-template-page-chapter1-about .content .content_section.content_about02 .grid-left .wd_title_holder:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/about/about-splash-2.png);
  bottom: 12%;
  left: 35%;
  max-width: 160px;
  padding-top: 37.083333325%;
  width: 25%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 .grid-left p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 .grid-left p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 .grid-left p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 .grid-left p {
    margin-bottom: 2rem;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about02 .grid-right {
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about02 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 .grid-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 .grid-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 .grid-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 .grid-left {
    margin-bottom: 2rem;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about03 .grid-right {
  position: relative;
  z-index: 2;
}
.page-template-page-chapter1-about .content .content_section.content_about03 .grid-right .wd_title_holder .title-line {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-template-page-chapter1-about .content .content_section.content_about03 .grid-right .wd_title_holder .title-line .top {
  vertical-align: initial;
  text-align: left;
  font-size: 1.5rem;
}
.page-template-page-chapter1-about .content .content_section.content_about03 .grid-right .wd_title_holder .title-line .bottom {
  font-size: 3rem;
}
.page-template-page-chapter1-about .content .content_section.content_about03 .grid-right .wd_title_holder:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/about/about-splash-3.png);
  left: -51%;
  padding-top: 63.182898%;
  top: -43%;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about03 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about04 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.page-template-page-chapter1-about .content .content_section.content_about04 .grid-left .wd_title_holder .title-line {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-template-page-chapter1-about .content .content_section.content_about04 .grid-left .wd_title_holder .title-upper {
  font-size: 2.2rem;
}
.page-template-page-chapter1-about .content .content_section.content_about04 .grid-left .wd_title_holder .title-line .top {
  vertical-align: initial;
  text-align: left;
  font-size: 1.5rem;
}
.page-template-page-chapter1-about .content .content_section.content_about04 .grid-left .wd_title_holder .title-line .bottom {
  font-size: 3rem;
}
.page-template-page-chapter1-about .content .content_section.content_about04 .grid-left .wd_title_holder:after {
  background-image: url(/wp-content/themes/walkingdead/assets/images/about/about-splash-2.png);
  bottom: 12%;
  left: 35%;
  max-width: 160px;
  padding-top: 37.083333325%;
  width: 25%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 .grid-left p {
    margin-bottom: 2rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 .grid-left p {
    margin-bottom: 2rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 .grid-left p {
    margin-bottom: 2rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 .grid-left p {
    margin-bottom: 2rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-about .content .content_section.content_about04 .grid-right {
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_section.content_about04 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-about .content .content_articles {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  padding-top: 2rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content .content_articles {
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content .content_articles {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content .content_articles {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content .content_articles {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-about .content {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-about .content {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-about .content {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-about .content {
    display: block;
    overflow: hidden;
  }
}

.page-template-page-chapter1-media, .page-template-page-chapter2-media {
  background-color: #05090b;
  position: relative;
}
.page-template-page-chapter1-media .page-background, .page-template-page-chapter2-media .page-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /*background-color: #05090b;
  background-image: linear-gradient(to bottom, transparent, #05090b), url(/wp-content/themes/walkingdead/assets/images/about/about-bg.png);
  background-repeat: no-repeat;*/
  background: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg) top center/1440px;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-media .page-background, .page-template-page-chapter2-media .page-background {
    background: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-media .page-background, .page-template-page-chapter2-media .page-background {
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-media .page-background, .page-template-page-chapter2-media .page-background {
    background: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-media .page-background, .page-template-page-chapter2-media .page-background {
    background: none;
  }
}
.page-template-page-chapter1-media .content, .page-template-page-chapter2-media .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  z-index: 2;
}
.page-template-page-chapter1-media .content article:nth-child(odd), .page-template-page-chapter2-media .content article:nth-child(odd) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.page-template-page-chapter1-media .content .content_head, .page-template-page-chapter2-media .content .content_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.page-template-page-chapter1-media .content .content_head .inner, .page-template-page-chapter2-media .content .content_head .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
}
.page-template-page-chapter1-media .content .content_head h1, .page-template-page-chapter2-media .content .content_head h1 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Sofia, sans-serif;
  font-weight: 900;
}
.page-template-page-chapter1-media .content .content_head p, .page-template-page-chapter2-media .content .content_head p {
  text-align: center;
}
.page-template-page-chapter1-media .content .content_section, .page-template-page-chapter2-media .content .content_section {
  margin-bottom: 2rem;
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  grid-gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
}
.page-template-page-chapter1-media .content .content_section article, .page-template-page-chapter2-media .content .content_section article {
  position: relative;
}
.page-template-page-chapter1-media .content .content_section article a, .page-template-page-chapter2-media .content .content_section article a {
  background-size: cover;
  background-position: center center;
}
.page-template-page-chapter1-media .content .content_section article a svg, .page-template-page-chapter2-media .content .content_section article a svg {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.page-template-page-chapter1-media .content .content_section article .media-content, .page-template-page-chapter2-media .content .content_section article .media-content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.6rem;
  position: absolute;
  width: 100%;
  bottom: 0.7rem;
  text-align: center;
}
.page-template-page-chapter1-media .content .content_section article .media-content h2, .page-template-page-chapter2-media .content .content_section article .media-content h2 {
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.5rem;
}
.page-template-page-chapter1-media .content .content_section article .influencer, .page-template-page-chapter2-media .content .content_section article .influencer {
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0.6rem;
  left: 0.6rem;
  padding: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-media .content .content_section, .page-template-page-chapter2-media .content .content_section {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-media .content, .page-template-page-chapter2-media .content {
    background-image: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg);
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter1-media .content, .page-template-page-chapter2-media .content {
    background-image: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter1-media .content, .page-template-page-chapter2-media .content {
    background-image: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter1-media .content, .page-template-page-chapter2-media .content {
    background-image: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg);
  }
}

.page-template-page-chapter1-faq, .page-template-page-chapter2-faq {
  background-color: #05090b;
  position: relative;
}
.page-template-page-chapter1-faq .page-background, .page-template-page-chapter2-faq .page-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #05090b;
  z-index: 1;
}
.page-template-page-chapter1-faq .content, .page-template-page-chapter2-faq .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  z-index: 2;
}
.page-template-page-chapter1-faq .content .content_head, .page-template-page-chapter2-faq .content .content_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.page-template-page-chapter1-faq .content .content_head .inner, .page-template-page-chapter2-faq .content .content_head .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
}
.page-template-page-chapter1-faq .content .content_head h1, .page-template-page-chapter2-faq .content .content_head h1 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Sofia, sans-serif;
  font-weight: 900;
}
.page-template-page-chapter1-faq .content .content_head p, .page-template-page-chapter2-faq .content .content_head p {
  text-align: center;
}
.page-template-page-chapter1-faq .content .content_section, .page-template-page-chapter2-faq .content .content_section {
  margin-bottom: 2rem;
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
}
.page-template-page-chapter1-faq .content .content_section:last-of-type, .page-template-page-chapter2-faq .content .content_section:last-of-type {
  margin-bottom: 4rem;
}
.page-template-page-chapter1-faq .content .content_section .toggle, .page-template-page-chapter2-faq .content .content_section .toggle {
  margin-bottom: 0.5rem;
}
.page-template-page-chapter1-faq .content .content_section .toggle .toggle_background, .page-template-page-chapter2-faq .content .content_section .toggle .toggle_background {
  background-color: #ffffff;
  padding: 1rem;
}
.page-template-page-chapter1-faq .content .content_section .toggle h3, .page-template-page-chapter2-faq .content .content_section .toggle h3 {
  font-family: Sofia, sans-serif;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: #b52c30;
  cursor: pointer;
}
.page-template-page-chapter1-faq .content .content_section .toggle p, .page-template-page-chapter2-faq .content .content_section .toggle p {
  border-top: 1px solid #000;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  color: #000;
}
.page-template-page-chapter1-faq .content .mask, .page-template-page-chapter2-faq .content .mask {
  position: relative;
  height: 100%;
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  z-index: 3;
  -webkit-mask-size: 200%;
          mask-size: 200%;
}
.page-template-page-chapter1-faq .content .mask.top, .page-template-page-chapter2-faq .content .mask.top {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-top.png);
  -webkit-mask-position: top;
          mask-position: top;
}
.page-template-page-chapter1-faq .content .mask.right, .page-template-page-chapter2-faq .content .mask.right {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-right.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-right.png);
  -webkit-mask-position: right;
          mask-position: right;
}
.page-template-page-chapter1-faq .content .mask.left, .page-template-page-chapter2-faq .content .mask.left {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-left.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-left.png);
  -webkit-mask-position: left;
          mask-position: left;
}
.page-template-page-chapter1-faq .content .mask.bottom, .page-template-page-chapter2-faq .content .mask.bottom {
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-position: bottom;
          mask-position: bottom;
}

.page-template-page-chapter1-blog, .page-template-page-chapter2-blog {
  background-color: #05090b;
  position: relative;
}
.page-template-page-chapter1-blog .page-background, .page-template-page-chapter2-blog .page-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /*background-color: #05090b;
  background-image: linear-gradient(to bottom, transparent, #05090b), url(/wp-content/themes/walkingdead/assets/images/about/about-bg.png);
  background-repeat: no-repeat;*/
  background: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg) top center/1440px;
}
.page-template-page-chapter1-blog .content, .page-template-page-chapter2-blog .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  z-index: 2;
}
.page-template-page-chapter1-blog .content article:nth-child(odd), .page-template-page-chapter2-blog .content article:nth-child(odd) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.page-template-page-chapter1-blog .content .content_head, .page-template-page-chapter2-blog .content .content_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.page-template-page-chapter1-blog .content .content_head .inner, .page-template-page-chapter2-blog .content .content_head .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  margin-bottom: 3rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .content_head .inner, .page-template-page-chapter2-blog .content .content_head .inner {
    margin-bottom: 1rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-chapter1-blog .content .content_head h1, .page-template-page-chapter2-blog .content .content_head h1 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Sofia, sans-serif;
  font-weight: 900;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .content_head h1, .page-template-page-chapter2-blog .content .content_head h1 {
    font-size: 1.3rem;
  }
}
.page-template-page-chapter1-blog .content .content_head p, .page-template-page-chapter2-blog .content .content_head p {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .content_head, .page-template-page-chapter2-blog .content .content_head {
    display: block;
    padding-top: 2rem;
    margin-bottom: 0rem;
    padding-bottom: 0;
  }
}
.page-template-page-chapter1-blog .content .featured_section, .page-template-page-chapter2-blog .content .featured_section {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  position: relative;
}
.page-template-page-chapter1-blog .content .featured_section h2, .page-template-page-chapter2-blog .content .featured_section h2 {
  text-align: center;
  font-size: 0.6rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section h2, .page-template-page-chapter2-blog .content .featured_section h2 {
    font-size: 1rem;
  }
}
.page-template-page-chapter1-blog .content .featured_section span, .page-template-page-chapter2-blog .content .featured_section span {
  text-align: center;
  color: #c8b89c;
  font-size: 0.4rem;
  line-height: 0.5rem;
  display: block;
  margin-bottom: 2rem;
  padding-left: 20%;
  padding-right: 20%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section span, .page-template-page-chapter2-blog .content .featured_section span {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-template-page-chapter1-blog .content .featured_section .owl-nav, .page-template-page-chapter2-blog .content .featured_section .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.page-template-page-chapter1-blog .content .featured_section .owl-nav button, .page-template-page-chapter2-blog .content .featured_section .owl-nav button {
  font-family: Sofia, sans-serif !important;
}
.page-template-page-chapter1-blog .content .featured_section .owl-nav button span, .page-template-page-chapter2-blog .content .featured_section .owl-nav button span {
  font-size: 6rem;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section .owl-nav button span, .page-template-page-chapter2-blog .content .featured_section .owl-nav button span {
    font-size: 3rem;
  }
}
.page-template-page-chapter1-blog .content .featured_section .owl-prev, .page-template-page-chapter2-blog .content .featured_section .owl-prev {
  position: absolute;
  left: -3rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section .owl-prev, .page-template-page-chapter2-blog .content .featured_section .owl-prev {
    left: -2rem;
  }
}
.page-template-page-chapter1-blog .content .featured_section .owl-next, .page-template-page-chapter2-blog .content .featured_section .owl-next {
  position: absolute;
  right: -3rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section .owl-next, .page-template-page-chapter2-blog .content .featured_section .owl-next {
    right: -1.5rem;
  }
}
.page-template-page-chapter1-blog .content .featured_section article, .page-template-page-chapter2-blog .content .featured_section article {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-template-page-chapter1-blog .content .featured_section article .article-content, .page-template-page-chapter2-blog .content .featured_section article .article-content {
  position: relative;
  padding: 0.5rem;
  padding-top: 1rem;
  min-height: 6rem;
}
.page-template-page-chapter1-blog .content .featured_section article h2, .page-template-page-chapter2-blog .content .featured_section article h2 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.page-template-page-chapter1-blog .content .featured_section article h2 a:hover, .page-template-page-chapter2-blog .content .featured_section article h2 a:hover {
  color: #000;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section article h2, .page-template-page-chapter2-blog .content .featured_section article h2 {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page-template-page-chapter1-blog .content .featured_section article .feature, .page-template-page-chapter2-blog .content .featured_section article .feature {
  position: absolute;
  top: 0.3rem;
  left: 0.5rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section article .feature, .page-template-page-chapter2-blog .content .featured_section article .feature {
    font-size: 0.8rem;
    line-height: 0.6rem;
    top: 0.5rem;
    left: 0.7rem;
  }
}
.page-template-page-chapter1-blog .content .featured_section article p, .page-template-page-chapter2-blog .content .featured_section article p {
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section article p, .page-template-page-chapter2-blog .content .featured_section article p {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .featured_section, .page-template-page-chapter2-blog .content .featured_section {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.page-template-page-chapter1-blog .content .content_section, .page-template-page-chapter2-blog .content .content_section {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  grid-gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0rem;
}
.page-template-page-chapter1-blog .content .content_section article, .page-template-page-chapter2-blog .content .content_section article {
  position: relative;
}
.page-template-page-chapter1-blog .content .content_section article h2, .page-template-page-chapter2-blog .content .content_section article h2 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  margin-bottom: 0.5rem;
}
.page-template-page-chapter1-blog .content .content_section article h2 a:hover, .page-template-page-chapter2-blog .content .content_section article h2 a:hover {
  color: #000;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .content_section article h2, .page-template-page-chapter2-blog .content .content_section article h2 {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
.page-template-page-chapter1-blog .content .content_section article p, .page-template-page-chapter2-blog .content .content_section article p {
  font-size: 0.4rem;
  line-height: 0.6rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .content_section article p, .page-template-page-chapter2-blog .content .content_section article p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter1-blog .content .content_section, .page-template-page-chapter2-blog .content .content_section {
    margin-top: -3rem;
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
}
.page-template-page-chapter1-blog .content #more_posts, .page-template-page-chapter2-blog .content #more_posts {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.page-template-page-chapter1-blog .content #more_posts:before, .page-template-page-chapter1-blog .content #more_posts:after, .page-template-page-chapter2-blog .content #more_posts:before, .page-template-page-chapter2-blog .content #more_posts:after {
  width: 10%;
}
.page-template-page-chapter1-blog .content #more_posts:hover:before, .page-template-page-chapter1-blog .content #more_posts:hover:after, .page-template-page-chapter2-blog .content #more_posts:hover:before, .page-template-page-chapter2-blog .content #more_posts:hover:after {
  width: 15%;
}

.page-template-page-chapter1-radio, .page-template-page-chapter2-radio {
  position: relative;
}
.page-template-page-chapter1-radio .page-background, .page-template-page-chapter2-radio .page-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.page-template-page-chapter1-radio .content, .page-template-page-chapter2-radio .content {
  background-image: url(/wp-content/themes/walkingdead/assets/images/paper-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  z-index: 2;
}
.page-template-page-chapter1-radio .content .content_head, .page-template-page-chapter2-radio .content .content_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
}
.page-template-page-chapter1-radio .content .content_head .inner, .page-template-page-chapter2-radio .content .content_head .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  text-align: center;
}
.page-template-page-chapter1-radio .content .content_section, .page-template-page-chapter2-radio .content .content_section {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  grid-gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3rem;
  padding-top: 1rem;
}
.page-template-page-chapter1-radio .content .content_section .text_container, .page-template-page-chapter2-radio .content .content_section .text_container {
  padding-left: 5rem;
  padding-right: 5rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  text-align: center;
  color: #310d08;
}
.page-template-page-chapter1-radio .content .content_section .radio-page, .page-template-page-chapter2-radio .content .content_section .radio-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-top: -1.5rem;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .inner, .page-template-page-chapter2-radio .content .content_section .radio-page .inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.page-template-page-chapter1-radio .content .content_section .radio-page h2, .page-template-page-chapter2-radio .content .content_section .radio-page h2 {
  color: #310d08;
  margin-bottom: 1rem;
  text-align: center;
}
.page-template-page-chapter1-radio .content .content_section .radio-page p, .page-template-page-chapter2-radio .content .content_section .radio-page p {
  color: #310d08;
  margin-bottom: 1rem;
  text-align: center;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/span 4;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive {
  position: relative;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-background, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-background {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .channel-knob, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .channel-knob {
  position: absolute;
  width: 24.5%;
  margin: 0 auto;
  left: 38.5%;
  top: 33%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 2rem #000;
          box-shadow: 0 0 2rem #000;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 2;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .channel-knob::after, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .channel-knob::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/walkingdead/assets/images/radio-channel-knob-red.png);
  background-size: contain;
  background-position: top right;
  z-index: 11;
  mix-blend-mode: color;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .channel-knob::before, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .channel-knob::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/walkingdead/assets/images/radio-channel-knob-light.png);
  background-size: contain;
  background-position: top center;
  z-index: 10;
  mix-blend-mode: color-burn;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .knob-rotater, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .knob-rotater {
  position: relative;
  background-image: url(/wp-content/themes/walkingdead/assets/images/radio-channel-knob.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .spacer, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .spacer {
  display: block;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  opacity: 0;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .channels, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .channels {
  font-family: "DS DIGIT", monospace;
  pointer-events: none;
  position: absolute;
  top: 15%;
  color: #ff8b8a;
  font-size: 4.8vh;
  text-align: center;
  width: 100%;
  font-weight: 700;
  mix-blend-mode: difference;
  text-shadow: 0 0 1rem #b52c30, 0 0 0.25rem #b52c30;
  z-index: 2;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-on, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-on {
  position: absolute;
  content: "";
  z-index: 9;
  width: 2.25%;
  height: 3.5%;
  background: #b52c30;
  border-radius: 100%;
  mix-blend-mode: color;
  -webkit-box-shadow: 0 0 2rem 1rem #b52c30;
          box-shadow: 0 0 2rem 1rem #b52c30;
  top: 13%;
  left: 35.6%;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-switch-up, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-switch-up {
  position: absolute;
  z-index: 2;
  width: 1.7rem;
  left: 7%;
  top: 3%;
  cursor: pointer;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-switch-down, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-switch-down {
  position: absolute;
  z-index: 2;
  width: 1.7rem;
  left: 7%;
  top: 9%;
  cursor: pointer;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-meters, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-meters {
  height: 10%;
  bottom: 64.5%;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.page-template-page-chapter1-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-meters, .page-template-page-chapter2-radio .content .content_section .radio-page .radio_container #radio-interactive .radio-meters {
  position: absolute;
  bottom: 62.5%;
  right: 7%;
  height: 25%;
  width: 17.75%;
  pointer-events: none;
  -webkit-transform: skew(4deg, 0);
          transform: skew(4deg, 0);
  -webkit-transition: 0.25s ease height, 0.25s ease bottom, 0.25s ease opacity, 0.25s ease mix-blend-mode;
  transition: 0.25s ease height, 0.25s ease bottom, 0.25s ease opacity, 0.25s ease mix-blend-mode;
  z-index: 2;
}

.page-template-page-chapter2-map {
  background-color: #05090b;
  position: relative;
}
.page-template-page-chapter2-map .page-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /*background-color: #05090b;
  background-image: linear-gradient(to bottom, transparent, #05090b), url(/wp-content/themes/walkingdead/assets/images/about/about-bg.png);
  background-repeat: no-repeat;*/
  background: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg) top center/1440px;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .page-background {
    height: initial;
    width: initial;
  }
}
.page-template-page-chapter2-map .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
}
.page-template-page-chapter2-map .content article:nth-child(odd) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content {
    padding-bottom: 0;
    background: url(/wp-content/themes/walkingdead/assets/images/blog/blog-background.jpg) top center/1440px;
    padding-bottom: 2rem;
  }
}
.page-template-page-chapter2-map .content .content_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-repeat: repeat no-repeat;
          mask-repeat: repeat no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
}
.page-template-page-chapter2-map .content .content_head .inner {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3/span 10;
  margin-bottom: 3rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_head .inner {
    margin-bottom: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-map .content .content_head .inner {
    margin-bottom: 1rem;
    margin-left: 20px;
    margin-right: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-map .content .content_head .inner {
    margin-left: 10px;
    margin-right: 10px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
  }
}
.page-template-page-chapter2-map .content .content_head h1 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Sofia, sans-serif;
  font-weight: 900;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_head h1 {
    font-size: 0.7rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-map .content .content_head h1 {
    font-size: 1rem;
  }
}
.page-template-page-chapter2-map .content .content_head p {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_head {
    padding-top: 1rem;
    margin-bottom: 0rem;
    padding-bottom: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-map .content .content_head {
    margin-top: -1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter2-map .content .content_head {
    margin-top: -1rem;
  }
}
.page-template-page-chapter2-map .content .content_section {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/span 12;
  grid-gap: 1rem;
  display: block;
  margin-bottom: 0rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_section .content_map_wide {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-map .content .content_section .content_map_wide {
    display: none;
  }
}
.page-template-page-chapter2-map .content .content_section .content_map_tall {
  display: none;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_section .content_map_tall {
    display: block;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-map .content .content_section .content_map_tall {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-map .content .content_section .content_map_tall {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter2-map .content .content_section .content_map_tall {
    display: none;
  }
}
.page-template-page-chapter2-map .content .content_section .content_map {
  position: relative;
}
.page-template-page-chapter2-map .content .content_section .content_map img {
  width: 100%;
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_image {
  background-size: cover;
  background-position: center center;
  width: 6.3rem;
  height: 6rem;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-map .content .content_section .content_map .map_wide_image {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter2-map .content .content_section .content_map .map_wide_image {
    width: 5rem;
    height: 5rem;
  }
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_01 {
  top: 4%;
  left: 19.9%;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_02 {
  top: 31%;
  left: 37%;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_03 {
  top: 9.5%;
  left: 55%;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_04 {
  top: 42.5%;
  left: 75%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_05 {
  top: 60.5%;
  left: 55.5%;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_06 {
  top: 37.5%;
  left: 10.5%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_wide_07 {
  top: 66.5%;
  left: 34.5%;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_image {
  background-size: cover;
  background-position: center center;
  width: 5.3rem;
  height: 5.3rem;
  position: absolute;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_section .content_map .map_tall_image {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-map .content .content_section .content_map .map_tall_image {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_01 {
  top: 8%;
  left: 27%;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_02 {
  top: 18.5%;
  left: 64%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_03 {
  top: 30%;
  left: 8.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_04 {
  top: 41.5%;
  left: 64.5%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_05 {
  top: 51%;
  left: 27%;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_06 {
  top: 69.5%;
  left: 62.5%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.page-template-page-chapter2-map .content .content_section .content_map .map_tall_07 {
  top: 73.5%;
  left: 13.5%;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-map .content .content_section {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2/span 12;
  }
}
.single {
  background-color: #05090b;
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .wd_body {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .single .wd_body {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single .wd_body {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .single .wd_body {
    display: block;
    overflow: hidden;
  }
}
.single .featured {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  background-color: #05090b;
  position: relative;
}
.single .featured .post_header {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.single .featured .post_header .post_header_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 30%;
}
.single .featured .post_header .post_header_content img {
  height: 2rem;
  margin-bottom: 0.5rem;
}
.single .featured .post_header .post_header_content .date {
  display: block;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #c8b89c;
  margin-bottom: 1rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .featured .post_header .post_header_content .date {
    font-size: 0.5rem;
  }
}
.single .featured .post_header .post_header_content h1 {
  font-family: Sofia, sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.single .featured .post_header .post_header_content .excerpt {
  display: block;
}
.single .featured .post_header .post_header_content .excerpt p {
  font-size: 0.5rem;
  line-height: 0.7rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .featured .post_header .post_header_content .excerpt p {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .featured .post_header .post_header_content {
    width: 80%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .single .featured .post_header .post_header_content {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single .featured .post_header .post_header_content {
    width: 80%;
  }
}
.single .featured .inner {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-repeat.png);
  -webkit-mask-position: center;
          mask-position: center;
}
.single .featured .inner .image_container {
  position: relative;
  -webkit-mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
          mask-image: url(/wp-content/themes/walkingdead/assets/images/grunge-border-mask-bottom.png);
  -webkit-mask-position: bottom;
          mask-position: bottom;
  height: 100%;
}
.single .featured .inner .image_container .image-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.single .featured .inner .image_container .in {
  max-width: 1280px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 4rem;
}
.single .featured .inner .image_container .in .feature-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  margin: 0 auto 0;
  height: 100%;
  max-width: calc(1280px + 8rem);
  width: 100%;
  mix-blend-mode: screen;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(8rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000 8rem, #000 calc(100% - 8rem), rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(8rem, #000), color-stop(#000), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000 8rem, #000 calc(100% - 8rem), rgba(0, 0, 0, 0) 100%);
  max-height: 20rem;
}
.single .featured .inner .image_container .in .feature-image img {
  height: 20rem;
  max-height: 20rem;
  opacity: 0;
}
.single .featured:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 50%);
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .featured {
    display: block;
  }
}
.single .post {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% (1fr)[12] 10%;
  grid-template-columns: 10% repeat(12, 1fr) 10%;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.single .post .inner {
  -ms-grid-column: 4;
  -ms-grid-column-span: 8;
  grid-column: 4/span 8;
}
.single .post .inner h2 {
  margin-bottom: 1rem;
}
.single .post .inner h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #b52c30;
}
.single .post .inner p {
  margin-bottom: 2rem;
  font-size: 0.5rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .post .inner p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.single .post .inner figure img {
  width: 100%;
}
.single .post .inner figure iframe {
  width: 100%;
  height: 15rem;
}
.single .post .inner figure figcaption {
  font-size: 0.4rem;
  line-height: 0.4rem;
  margin: 0;
  margin-top: 0.5rem;
}
.single .post .inner hr {
  margin-bottom: 1rem;
}
.single .post .inner ul {
  margin-bottom: 1rem;
  list-style-type: circle;
}
.single .post .inner ul li {
  margin-left: 0.5rem;
  font-size: 0.5rem;
  line-height: 0.5rem;
  padding: 0.1rem;
}
.single .post .inner ul li:last-of-type {
  margin-bottom: 0;
}
.single .post .inner ul li ul li {
  padding: 0.1rem;
}
.single .post .inner ul li ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 576px) {
  .single .post {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.noScroll {
  overflow-y: hidden;
}

@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-about .wd {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter2-about .wd {
    padding-top: 80px;
  }
}
.page-template-page-chapter2-about .wd_page_body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/span 14;
}
.page-template-page-chapter2-about .wd_page_body .wd_head {
  height: calc(100vh - 90px);
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #000000;
  background-image: url(/assets/vC8VTBDA.jpg);
}
.page-template-page-chapter2-about .wd_page_body .wd_head_content {
  position: absolute;
  bottom: 2rem;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-page-chapter2-about .wd_page_body .wd_head_content .hero-image {
  display: none;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head_content .hero-image {
    display: block;
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head_content .hero-image {
    display: block;
    width: 100%;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_head_content h1 {
  font-family: Sofia, sans-serif;
  font-size: 1rem;
  text-align: center;
}
.page-template-page-chapter2-about .wd_page_body .wd_head_content p {
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head_content p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head_content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    position: initial;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head_content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    position: initial;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head {
    background-image: none;
    height: initial;
    padding-bottom: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_head {
    background-image: none;
    height: initial;
    padding-bottom: 3rem;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 15%;
  grid-template-columns: 15% repeat(6, 1fr) 15%;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #030303;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .video-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .card_head {
  height: 300px;
  -webkit-mask-repeat: repeat no-repeat;
  -webkit-mask-clip: border-box;
  z-index: 3;
  -webkit-mask-size: 200%;
  -webkit-mask-image: url(../images/grunge-border-mask-bottom.png);
  -webkit-mask-position: bottom;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .card_body {
  padding: 1rem;
  background-color: white;
  margin-top: -10px;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .card_body h3 {
  color: #b52c30;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .card_body p {
  color: #000000;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading {
  margin-bottom: 2rem;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row01 {
  -webkit-transform: rotate(-1.65deg);
          transform: rotate(-1.65deg);
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.0463em;
  text-transform: uppercase;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row01:after {
  background-image: url(/assets/images/grunge-title-border-1.png);
  bottom: 0.135rem;
  left: -4.78rem;
  padding-top: 4.71%;
  -webkit-transform: rotate(1.65deg);
          transform: rotate(1.65deg);
  width: 105%;
  content: "";
  position: absolute;
  z-index: 2;
  background-size: cover;
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row01:after {
    bottom: -0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row01:after {
    bottom: -0.5rem;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row02 {
  padding-top: 1rem;
  -webkit-transform: rotate(-0.65deg);
          transform: rotate(-0.65deg);
  line-height: 0;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row02 .top {
  vertical-align: text-top;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row02 .medium {
  font-size: 2rem;
  vertical-align: middle;
  text-transform: uppercase;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading .row02:after {
  background-image: url(/assets/images/grunge-title-border-2.png);
  background-size: cover;
  content: "";
  display: block;
  left: -5%;
  padding-top: 1.2066365%;
  position: absolute;
  width: 110%;
  z-index: 2;
  -webkit-transform: rotate(0.65deg);
          transform: rotate(0.65deg);
  bottom: -1rem;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box_heading:after {
  left: 9%;
  top: -10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/assets/images/about/about-splash-1.png);
  height: 400px;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-01 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/span 3;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-01 .video-container {
  position: relative;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-01 .video-container video {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  position: relative;
  z-index: 1;
  -webkit-mask-image: url(/assets/images/about/about-mask-1.png);
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-01 .video-container:before {
  mix-blend-mode: color-burn;
  opacity: 0.45;
  top: 0;
  z-index: 2;
  /*background-image: url(/assets/images/about/about-mask-texture-1.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 99%;
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-01 .video-container:after {
  top: 2px;
  z-index: 0;
  /*background-image: url(/assets/images/about/about-mask-texture-1.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 99%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-01 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-01 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-01 {
    margin-bottom: 1rem;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-02 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5/span 3;
  position: relative;
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-02 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-02 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-02 p {
    font-size: 0.5rem;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-03 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
  position: relative;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-03 {
    margin-bottom: 3rem;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-04 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/span 2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section .box-04 {
    margin-bottom: 3rem;
  }
}
.page-template-page-chapter2-about .wd_page_body .wd_section .box-05 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 6/span 2;
}
@media (min-width: 320px) and (max-width: 576px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section {
    overflow: hidden;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section {
    overflow: hidden;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-page-chapter2-about .wd_page_body .wd_section {
    -ms-grid-columns: 5% (1fr)[6] 5%;
    grid-template-columns: 5% repeat(6, 1fr) 5%;
  }
}