body,
button,
input,
select,
textarea {
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Proxima Nova Regular
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 50px
}

h2,
h3 {
    text-transform: uppercase
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

p {
    margin-bottom: 1.5em
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: Courier\ 10 Pitch, Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    padding: 1.6em
}

code,
kbd,
pre,
tt,
var {
    font-size: 15px;
    font-size: .9375rem
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    box-sizing: border-box
}

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

body {
    background-color: #111114;
    color: #fed23e;
    font-family: Proxima Nova light;
    font-size: 18px;
    /* opacity: 0; */
    transition: .5s;
    position: relative
}

body.show {
    opacity: 1
}

::-moz-selection {
    background-color: hsla(31, 45%, 58%, .7);
    color: #fff
}

::selection {
    background-color: hsla(31, 45%, 58%, .7);
    color: #fff
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

p {
    margin-top: 0
}

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #fed23e;
    transition: .3s
}

a:hover {
    color: #fff
}

.admin-bar .site {
    margin-top: 50px
}

::-webkit-input-placeholder {
    color: #fed23e
}

::-moz-placeholder {
    color: #fed23e
}

:-ms-input-placeholder {
    color: #fed23e
}

:-moz-placeholder {
    color: #fed23e
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background-color: transparent;
    border: 2px solid #fed23e;
    display: inline-block;
    padding: 15px 20px;
    vertical-align: middle
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.main-navigation {
    background-color: rgba(37, 37, 37, .95);
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    visibility: hidden;
    z-index: 999
}

body:not(.home) .main-navigation {
    padding: 0
}

.main-navigation .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.main-navigation .menu li {
    display: block;
    font-family: Proxima Nova Bold;
    font-size: 14px;
    margin: 0 0 30px;
    letter-spacing: 2px;
    position: relative
}

.main-navigation .menu li:last-child {
    margin: 0 !important
}

.main-navigation .menu li a,
.main-navigation .menu li a:active,
.main-navigation .menu li a:focus {
    color: #fed23e;
    display: block;
    padding: 0;
    text-transform: uppercase;
    transition: .3s
}

.main-navigation .menu li a:active:after,
.main-navigation .menu li a:after,
.main-navigation .menu li a:focus:after {
    background-color: #fed23e;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: .3s;
    transition-delay: .3s;
    width: 0
}

.main-navigation .menu li a:hover {
    color: #fed23e
}

@keyframes line-anim {
    0% {
        width: 0
    }

    45% {
        width: 100%
    }

    to {
        width: 70%
    }
}

@keyframes line-anim-out {
    0% {
        width: 70%
    }

    45% {
        width: 100%
    }

    to {
        width: 0
    }
}

.sticky-nav .main-navigation {
    background-color: rgba(37, 37, 37, .9);
    padding: 20px 0
}

.show-menu {
    overflow: hidden
}

.show-menu .main-navigation {
    opacity: 1;
    visibility: visible
}

a {
    color: #fed23e;
    text-decoration: none
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: none
}

.menu-toggle {
    background-color: transparent;
    border: none;
    display: inline-block;
    height: 23px;
    left: 0;
    margin: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 15px;
    width: 30px;
    z-index: 9999
}

.menu-toggle:before {
    background-image: linear-gradient(180deg, #111114, transparent);
    content: "";
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1
}

.menu-toggle i {
    background-color: #fed23e;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: auto;
    position: absolute;
    transition: .3s;
    width: 35px;
    z-index: 2
}

.menu-toggle i:first-child {
    left: 0;
    right: 0;
    top: 0
}

.menu-toggle i:nth-child(2) {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.menu-toggle i:nth-child(3) {
    left: 0;
    right: 0;
    bottom: 0
}

.show-menu i:first-child {
    transform: rotate(-45deg) translate(-9px, 6px)
}

.show-menu i:nth-child(2) {
    width: 0
}

.show-menu i:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -5px)
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption,
embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    margin: 0;
    padding: 0 10px
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.site-header {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    height: 200px;
    padding-top: 85px;
    position: relative;
    text-align: center
}

.page-the-comic-book .site-header,
.page-the-game .site-header,
.page-the-universe .site-header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    padding-top: 0
}

.page-the-comic-book .site-header video,
.page-the-game .site-header video,
.page-the-universe .site-header video {
    display: none
}

.page-the-game .site-header {
    background-image: url(../img/game-1200.jpg);
    overflow: hidden
}

.page-the-comic-book .site-header {
    background-position: 100%
}

.page-the-novel .site-header .novel-img-1 {
    bottom: auto;
    left: 0;
    margin: auto;
    position: absolute;
    top: 50px;
    transition: .3s;
    width: 260px;
    z-index: 1
}

.page-the-novel .site-header .novel-img-2 {
    bottom: 0;
    left: 0;
    margin: auto 0 auto 120px;
    position: absolute;
    top: 50px;
    transition: .3s;
    width: 150px;
    z-index: 0
}

.page-the-universe .site-header {
    background-position: 0
}

.page-contact .site-header {
    background-position: 100%
}

.page-privacy-policy .site-header,
.page-terms-of-use .site-header {
    height: auto
}

.site-header:after {
    background-color: #111114;
    bottom: 0;
    box-shadow: 0 0 110px 160px #111114;
    content: none !important;
    display: block !important;
    left: 0;
    position: absolute;
    right: 0
}

.home .site-header:after,
.page-template-inner-page .site-header:after {
    content: "" !important
}

.home .site-header {
    height: 107vh;
    left: 0;
    min-height: 400px;
    position: relative;
    right: 0;
    top: 0
}

.home .site-header:after {
    box-shadow: none
}

.page-template-inner-page .site-header {
    height: 75vh
}

.page-template-inner-page .site-header video {
    pointer-events: none
}

.site-header:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, transparent 10%, rgba(0, 0, 0, .5));
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
    z-index: 1;
    display: block !important
}

.site {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover
}

.scroll-to-cards {
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 1
}

.scroll-to-cards:active,
.scroll-to-cards:focus,
.scroll-to-cards:hover {
    background-color: transparent;
    outline: none
}

.home .scroll-to-cards {
    bottom: 190px
}

.home .scroll-to-cards,
.kickstarter,
.page-template-inner-page .scroll-to-cards {
    display: inline-block
}

.kickstarter {
    background: #000;
    border-radius: 20px;
    color: #fff;
    font-family: Proxima Nova Regular;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 15px;
    margin-top: 20px;
    max-width: 250px;
    padding: 15px 20px;
    text-transform: uppercase
}

.page-the-comic-book .kickstarter,
.page-the-novel .kickstarter {
    bottom: 150px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.kickstarter img {
    display: block;
    margin-top: 10px
}

.site-branding {
    text-align: center;
    margin-bottom: 20px
}

.site-title {
    display: inline-block;
    margin: 0
}

.home .site-title {
    max-width: 300px
}

.sticky-logo {
    transition: .3s
}

.home .sticky-logo,
.sticky-logo {
    display: block;
    height: 45px;
    margin: 70px auto 50px;
    width: 100px
}

.home .sticky-logo {
    position: static
}

.sticky-logo img {
    height: 100%
}

.sticky-nav.home .sticky-logo {
    height: 45px;
    margin: 5px;
    opacity: 1;
    transform: scale(1)
}

.site-footer {
    background-color: #111114;
    background-image: url(../img/footer-bg-991.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1100px;
    min-height: 594px;
    padding: 100px 0 0;
    position: relative
}

.newsletter-wrap {
    margin-bottom: 70px;
    padding: 0 20px;
    text-align: center
}

.newsletter-wrap:after,
.newsletter-wrap:before {
    clear: both;
    content: "";
    display: table
}

.newsletter-wrap h2 {
    color: #fed23e;
    font-family: Anna;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 20px
}

.newsletter-wrap p {
    font-family: Proxima Nova Regular;
    font-size: 16px;
    margin: 0 0 30px;
    text-transform: uppercase
}

.newsletter-wrap form {
    margin: auto;
    max-width: 500px;
    position: relative;
    text-align: center
}

.newsletter-wrap .mc4wp-form-fields:after,
.newsletter-wrap .mc4wp-form-fields:before,
.newsletter-wrap form:after,
.newsletter-wrap form:before {
    clear: both;
    content: "";
    display: table
}

.newsletter-wrap input[type=email] {
    background-color: hsla(31, 45%, 58%, .1);
    border: none;
    color: #fed23e;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    width: 100%
}

.newsletter-wrap input[type=submit] {
    background-color: transparent;
    border: 3px solid #fed23e;
    border-radius: 0;
    color: #fed23e;
    font-family: Proxima Nova Bold;
    font-size: 16px;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: .3s;
    vertical-align: middle
}

.newsletter-wrap input[type=submit]:hover {
    background-color: #fed23e;
    color: #111114
}

.newsletter-wrap .mc4wp-response {
    margin-top: 15px
}

.newsletter-wrap .mc4wp-response p {
    font-size: 14px;
    margin: 0
}

.social {
    text-align: center;
    margin: 50px 0 140px
}

.social h4 {
    font-size: 16px;
    text-transform: uppercase
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: auto
}

.social ul li {
    display: inline-block;
    font-size: 24px;
    margin: 10px
}

.social ul li a {
    background-color: #35312c;
    border-radius: 50%;
    display: block;
    height: 45px;
    width: 45px
}

.social ul li a:hover {
    background-color: #fed23e;
    color: #111114
}

.social ul li a i {
    font-size: 20px;
    line-height: 45px
}

.powered {
    border-bottom: 2px solid #35312c;
    margin: auto;
    max-width: 900px;
    text-align: center
}

.powered h4 {
    font-family: Proxima Nova Bold;
    font-size: 14px
}

.powered a {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle
}

.footer-bottom {
    max-width: 900px
}

.footer-bottom .menu-footer-menu-container {
    float: none;
    padding: 15px 0;
    text-align: center;
    width: 100%
}

.footer-bottom .menu-footer-menu-container ul {
    line-height: 15px;
    margin: 0;
    padding: 0
}

.footer-bottom .menu-footer-menu-container ul li {
    display: inline-block;
    line-height: 15px;
    font-size: 13px
}

.footer-bottom .menu-footer-menu-container ul li:first-child:after {
    content: "|";
    margin: 0 10px
}

.site-info {
    color: #7f7160;
    float: none;
    font-family: Proxima Nova Bold;
    font-size: 12px;
    padding: 15px 0;
    text-align: center
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.home .site-content {
    background-color: #111114;
    min-height: 500px;
    padding: 100px 15px 0;
    position: relative
}

.home .site-content .parallax-border {
    background-image: url(../img/parallax.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 991px;
    display: block !important;
    height: 904px;
    left: 0;
    position: absolute;
    right: 0;
    top: -230px;
    z-index: 0
}

.home .site-content .parallax-border:after {
    background-image: linear-gradient(180deg, #1e1d1d, #111114);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 250px
}

.site-content {
    background-color: #111114;
    min-height: 500px;
    padding: 50px 20px 0;
    position: relative
}

.home .site-content {
    margin-top: 0
}

.page-template-default .site-content {
    text-align: center
}

.page-template-default .site-content h1 {
    font-weight: 100
}

.header-before {
    line-height: 70px;
    font-weight: 400
}

.header-before:before {
    background-image: url(../img/icon-newsletter.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 22px;
    margin: 0 auto 15px;
    width: 202px
}

.page-template-default .main-section {
    text-align: justify
}

.page-template-default .main-section ul {
    margin: 0 0 1rem;
    padding: 0 0 0 30px
}

.a-link,
.a-link:active,
.a-link:focus,
.infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a,
.infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a:active,
.infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a:focus {
    background-color: #5C270F;
    border: 3px solid #fed23e;
    color: #fed23e;
    display: inline-block;
    font-family: Proxima Nova Bold;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s
}

.a-link:hover,
.infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a:hover {
    background-color: #fed23e;
    border-color: #fed23e;
    color: #111114;
    transition-delay: 0s !important
}

.page-header {
    margin: 50px 0
}

.page-header .entry-title {
    font-family: Anna;
    font-size: 70px
}

.page-title {
    color: #fed23e;
    font-family: Anna;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase
}

.page-template-default .page-title {
    margin: 0 0 65px
}

.page-title a {
    color: #fed23e
}

.entry-content ul {
    padding: 0 0 0 5px;
    margin: 10px 0 20px
}

.entry-content ul li {
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative
}

.entry-content ul li:before {
    background-color: #fed23e;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: 5px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 7px
}

.entry-content ol {
    counter-reset: a;
    padding: 0 0 0 5px;
    margin: 10px 0 20px
}

.entry-content ol li {
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative
}

.entry-content ol li:before {
    bottom: 0;
    color: #fed23e;
    content: "";
    content: counter(a) ".";
    counter-increment: a;
    display: block;
    font-size: 18px;
    height: 7px;
    left: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.entry-content blockquote,
.entry-content q {
    color: #fed23e;
    font-style: italic
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(/web/20190223072909im_/https://lightstepchronicles.com/wp-content/themes/lightstep_chronicles/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/web/20190223072909im_/https://lightstepchronicles.com/wp-content/themes/lightstep_chronicles/assets/fonts/fontawesome-webfont.eot#iefix&v=4.6.3) format("embedded-opentype"), url(/web/20190223072909im_/https://lightstepchronicles.com/wp-content/themes/lightstep_chronicles/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(/web/20190223072909im_/https://lightstepchronicles.com/wp-content/themes/lightstep_chronicles/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(/web/20190223072909im_/https://lightstepchronicles.com/wp-content/themes/lightstep_chronicles/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(/web/20190223072909im_/https://lightstepchronicles.com/wp-content/themes/lightstep_chronicles/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: "•"
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.infinite-wrap article {
    opacity: 1;
    transform: translate3D(0, 50px, 0);
    transition: .5s ease .2s
}

.infinite-wrap article.animate-post {
    opacity: 1;
    transform: translate3D(0, 0, 0)
}

.infinite-navigation {
    margin: 50px auto 150px;
    position: relative;
    text-align: center
}

.infinite-navigation .navigation.posts-navigation {
    display: inline-block
}

.infinite-navigation .navigation.posts-navigation #infinite-handle {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next {
    text-align: center;
    width: 100%
}

.infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a {
    margin: auto
}

.infinite-navigation #loading-is {
    margin: auto;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.infinite-navigation #loading-is .finished-load {
    color: #fed23e;
    font-size: 24px;
    position: relative;
    white-space: nowrap;
    font-family: Anna;
    text-transform: uppercase
}

.cs-loader {
    top: 0;
    left: 0;
    height: 20px
}

.cs-loader,
.cs-loader-inner {
    position: absolute;
    width: 100%
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    color: #fed23e;
    text-align: center
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 1;
    display: inline-block
}


.cs-loader-inner label:nth-child(6) {
    animation: lol 3s infinite ease-in-out
}

.cs-loader-inner label:nth-child(5) {
    animation: lol 3s .1s infinite ease-in-out
}

.cs-loader-inner label:nth-child(4) {
    animation: lol 3s .2s infinite ease-in-out
}

.cs-loader-inner label:nth-child(3) {
    animation: lol 3s .3s infinite ease-in-out
}

.cs-loader-inner label:nth-child(2) {
    animation: lol 3s .4s infinite ease-in-out
}

.cs-loader-inner label:first-child {
    animation: lol 3s .5s infinite ease-in-out
}

.cards {
    display: block;
    margin: 0 auto;
    max-height: 0;
    max-width: 320px;
    opacity: 1;
    overflow: hidden;
    transition: opacity .3s ease .3s
}

.cards .card {
    background-position: 50%;
    background-size: 100% 100%;
    background-size: cover;
    float: left;
    position: relative;
    width: 33.3334%
}

.cards .card .card-info {
    background-color: rgba(37, 37, 37, .85);
    height: 100%;
    opacity: 1;
    padding: 30px 30px 40px;
    text-align: center;
    transition: opacity .5s
}

.cards .card .card-info div {
    opacity: 1;
    position: relative;
    z-index: 1
}

.cards .card .card-info div img {
    margin: auto;
    opacity: 1;
    transform: translateY(20px);
    transition: .3s 0s;
    width: 80px
}

.cards .card .card-info div h2 {
    font-family: Anna;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 15px 0;
    opacity: 1;
    transform: translateY(20px);
    transition: .3s 0s
}

.cards .card .card-info div h4 {
    color: #fed23e;
    font-family: Proxima Nova Bold;
    font-size: 14px;
    margin: 0 0 10px;
    opacity: 1;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: .3s 0s
}

.cards .card .card-info div p {
    font-size: 16px;
    margin: 0 0 20px
}

.cards .card .card-info div a,
.cards .card .card-info div p {
    opacity: 1;
    transform: translateY(20px);
    transition: .3s 0s
}

.cards .card .card-info:after,
.cards .card .card-info:before {
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 10px;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 0
}

.cards .card .card-info:before {
    background-image: url(../img/frame-top.svg);
    background-position: top
}

.cards .card .card-info:after {
    background-image: url(../img/frame-bottom.svg);
    background-position: bottom
}

.cards .card.card-game {
    opacity: 1
}

.cards .card.card-game h2 {
    color: #bce5f1
}

.cards .card.card-comic {
    opacity: 11
}

.cards .card.card-comic h2 {
    color: #d2ae4c
}

.cards .card.card-novel {
    opacity: 1
}

.cards .card.card-novel h2 {
    color: #f26d64
}

.cards .card.slick-current .card-info,
.cards .card:active .card-info,
.cards .card:focus .card-info,
.cards .card:hover .card-info {
    opacity: 1
}

.cards .card.slick-current .card-info img,
.cards .card:active .card-info img,
.cards .card:focus .card-info img,
.cards .card:hover .card-info img {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .4s
}

.cards .card.slick-current .card-info h2,
.cards .card:active .card-info h2,
.cards .card:focus .card-info h2,
.cards .card:hover .card-info h2 {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .45s
}

.cards .card.slick-current .card-info h4,
.cards .card:active .card-info h4,
.cards .card:focus .card-info h4,
.cards .card:hover .card-info h4 {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .5s
}

.cards .card.slick-current .card-info p,
.cards .card:active .card-info p,
.cards .card:focus .card-info p,
.cards .card:hover .card-info p {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .55s
}

.cards .card.slick-current .card-info a,
.cards .card:active .card-info a,
.cards .card:focus .card-info a,
.cards .card:hover .card-info a {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .6s
}

.cards.show-cards .card-game {
    opacity: 1;
    transform: translateY(0);
    transition: .5s ease-in-out .25s
}

.cards.show-cards .card-comic {
    opacity: 1;
    transform: translateY(0);
    transition: .5s ease-in-out .5s
}

.cards.show-cards .card-novel {
    opacity: 1;
    transform: translateY(0);
    transition: .5s ease-in-out .75s
}

.cards+.card-slider-load {
    padding: 100px 0;
    position: static
}

.cards+.card-slider-load .cs-loader-inner {
    position: static
}

.slick-arrow {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    height: 46px;
    margin: auto !important;
    position: absolute;
    top: -70px;
    width: 30px
}

.slick-arrow,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent
}

.slick-arrow.slick-prev {
    background-image: url(../img/arrow-prev.svg);
    left: -70px;
    right: 0
}

.slick-arrow.slick-next {
    background-image: url(../img/arrow-next.svg);
    left: 0;
    right: -70px
}

.slick-arrow i {
    font-size: 50px;
    line-height: 50px
}

.intro-section {
    margin-bottom: 75px;
    text-align: center
}

.intro-section h1 {
    font-weight: 400
}

.intro-section .tagline {
    color: #fed23e;
    font-size: 16px;
    margin-bottom: 30px
}

.intro-section p {
    font-size: 18px
}

.artwork-section a {
    border: 5px solid #a58058;
    display: block;
    float: left;
    width: 33.33334%
}

.artwork-section a img {
    display: block
}

.cast-section {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center
}

.cast-section h2 {
    color: #fed23e;
    font-family: Anna;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 30px
}

.cast-section h2+p {
    margin-bottom: 90px
}

.cast-section p {
    font-size: 18px
}

.cast-section .cast-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0;
    max-height: 0;
    max-width: 300px;
    opacity: 1;
    overflow: hidden;
    transition: opacity .3s .1s
}

.cast-section .cast-wrap .slick-arrow.slick-prev {
    left: -70px
}

.cast-section .cast-wrap .slick-arrow.slick-next {
    right: -70px
}

.cast-section .cast-slider-load {
    display: block;
    position: relative
}

.cast-section .cast-slider-load:after,
.cast-section .cast-slider-load:before {
    clear: both;
    content: "";
    display: table
}

.cast-section .cast {
    display: inline-block;
    text-align: center;
    padding: 5px 0 0;
    position: relative
}

.page-the-game .cast-section .cast {
    width: 33%
}

.page-the-comic-book .cast-section .cast {
    width: 25%
}

.cast-section .cast h3 {
    font-family: Anna;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 25px;
    position: relative;
    z-index: 2
}

.cast-section .cast h3:before {
    margin: 0 auto 15px
}

.cast-section .cast h3+img {
    display: inline-block;
    max-height: 400px
}

.cast-section .cast .cast-bio {
    background-color: rgba(37, 37, 37, .85);
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 85px 20px 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    visibility: hidden;
    z-index: 1
}

.cast-section .cast .cast-bio:after,
.cast-section .cast .cast-bio:before {
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.cast-section .cast .cast-bio:before {
    background-image: url(../img/frame-top.svg);
    background-position: top
}

.cast-section .cast .cast-bio:after {
    background-image: url(../img/frame-bottom.svg);
    background-position: bottom
}

.cast-section .cast .cast-bio .thumbnail-wrap {
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 15px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transform: translateY(20px);
    transition: .4s;
    width: 100px
}

.cast-section .cast .cast-bio .thumbnail-wrap:before {
    background-image: url(../img/cast-border.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cast-section .cast .cast-bio p {
    font-size: 16px;
    opacity: 1;
    transform: translateY(20px);
    transition: .4s
}

.cast-section .cast .see-bio {
    background-color: transparent;
    background-image: url(../img/cast-border.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    bottom: 20px;
    color: #fed23e;
    font-family: Proxima Nova Bold;
    font-size: 16px;
    height: 75px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: .3s;
    width: 75px
}

.cast-section .cast .close-bio {
    background: none;
    border: none;
    font-size: 70px;
    line-height: 70px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 100px;
    transform: translateY(20px);
    transition: .4s;
    z-index: 1
}

.cast-section .cast.show-cast-bio .cast-bio {
    opacity: 1;
    visibility: visible
}

.cast-section .cast.show-cast-bio .cast-bio .close-bio,
.cast-section .cast.show-cast-bio .cast-bio .thumbnail-wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.cast-section .cast.show-cast-bio .cast-bio p {
    transform: translateY(0);
    transition-delay: .3s;
    opacity: 1
}

.additional-info-section {
    margin-bottom: 50px;
    margin-top: 100px;
    text-align: center
}

.additional-info-section h2 {
    color: #fed23e;
    font-family: Anna;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 30px
}

div.wpcf7 {
    margin: auto;
    max-width: 700px
}

div.wpcf7 p:after,
div.wpcf7 p:before {
    clear: both;
    content: "";
    display: table
}

div.wpcf7 br {
    display: none
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 15px
}

div.wpcf7 .wpcf7-form-control-wrap input,
div.wpcf7 .wpcf7-form-control-wrap textarea {
    background-color: hsla(31, 45%, 58%, .1);
    border: none;
    box-shadow: 0 0 0 2px hsla(31, 45%, 58%, .1);
    font-size: 20px;
    padding: 25px 40px;
    width: 100%
}

div.wpcf7 .wpcf7-form-control-wrap textarea {
    height: 200px
}

div.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid {
    box-shadow: 0 0 0 2px red
}

div.wpcf7 input[type=submit] {
    background-color: transparent;
    border: 3px solid #fed23e;
    display: block;
    margin: 30px auto 0;
    max-width: 300px;
    transition: .3s;
    width: 100%
}

div.wpcf7 input[type=submit]:hover {
    background-color: #fed23e;
    border-color: #fed23e;
    color: #111114
}

div.wpcf7 .wpcf7-not-valid-tip {
    display: none
}

.wpcf7-response-output {
    border: none !important;
    color: #fff;
    font-family: Proxima Nova Regular;
    font-size: 14px;
    margin: 20px 0 !important;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: uppercase
}

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-validation-errors {
    background-color: red
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: green
}

.page-template-news .site-header {
    background-position: 50%
}

.infinite-wrap:after,
.infinite-wrap:before {
    clear: both;
    content: "";
    display: table
}

.infinite-wrap article {
    margin: 0 0 50px;
    padding: 0 2px;
    width: 100%
}

.infinite-wrap article .featured-image {
    border-radius: 2px;
    display: block;
    height: auto;
    overflow: hidden
}

.infinite-wrap article .featured-image img {
    display: block;
    height: auto;
    max-width: 200%;
    transition: .3s;
    width: 100%
}

.infinite-wrap article .featured-image:hover img {
    transform: scale(1.05);
    opacity: .75
}

.infinite-wrap article h3 {
    font-family: Anna;
    font-size: 27.2px;
    line-height: 27.2px;
    margin: 10px 0 0;
    letter-spacing: 1px
}

.infinite-wrap article h3 a {
    color: #ededed
}

.infinite-wrap article h3 a:hover {
    color: #fed23e
}

.infinite-wrap article .posted-on {
    color: #fed23e;
    font-family: Proxima Nova Regular;
    font-weight: 600;
    text-transform: uppercase
}

.infinite-wrap article .posted-on time {
    font-size: 12px
}

.infinite-wrap article .entry-meta {
    padding: 15px 10px 0
}

.infinite-wrap article .entry-content {
    color: #fed23e;
    font-family: Proxima Nova Regular;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0 10px;
    text-align: justify
}

.infinite-wrap article .more-link {
    font-size: 12px;
    font-family: Proxima Nova Bold;
    color: #ededed;
    text-transform: uppercase
}

.infinite-wrap article .more-link:before {
    content: "..."
}

.infinite-wrap article .more-link:hover {
    color: #fed23e
}

.infinite-wrap article time {
    font-size: 14px
}

.single-post .site-header {
    background-position: 0;
    height: auto;
    padding: 0
}

.single-post .site-header .wp-post-image {
    display: none
}

.single-post .site-header .mobile-image {
    display: block
}

.single-post .page-header {
    margin: 0 0 20px
}

.single-post .site-content {
    padding: 50px 10px 0
}

.single-post .page-title {
    color: #fed23e;
    font-family: Anna;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase
}

.single-post .page-title a {
    color: #fed23e
}

.single-post .entry-content p {
    text-align: justify
}

.single-post .entry-meta {
    text-align: center
}

.single-post .posted-on {
    font-family: Proxima Nova Regular;
    font-size: 14px;
    text-transform: uppercase
}

.single-post .entry-footer {
    font-family: Proxima Nova Regular;
    margin: 30px 0
}

.single-post .entry-footer .tags-links {
    color: #fed23e;
    font-size: 16px;
    text-transform: uppercase
}

.related-posts {
    margin: 50px 0 0
}

.related-posts .related-mobile-slider {
    margin: auto;
    max-height: 0;
    max-width: 500px;
    opacity: 1;
    overflow: hidden;
    transition: opacity .3s .1s
}

.related-posts .related-mobile-slider .slick-arrow {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    bottom: auto;
    height: 46px;
    margin: auto !important;
    position: absolute;
    top: -70px;
    width: 30px
}

.related-posts .related-mobile-slider .slick-arrow,
.related-posts .related-mobile-slider .slick-arrow:active,
.related-posts .related-mobile-slider .slick-arrow:focus,
.related-posts .related-mobile-slider .slick-arrow:hover {
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent
}

.related-posts .related-mobile-slider .slick-arrow.slick-prev {
    left: -70px;
    right: 0
}

.related-posts .related-mobile-slider .slick-arrow.slick-next {
    left: 0;
    right: -70px
}

.related-posts .related-mobile-slider .slick-slide {
    padding: 0
}

.related-posts h2 {
    color: #fed23e;
    font-family: Anna;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 100px;
    text-align: center
}

.related-posts .featured-image {
    border-radius: 2px;
    display: block;
    height: auto;
    overflow: hidden
}

.related-posts .featured-image img {
    display: block;
    height: auto;
    max-width: unset;
    transition: .3s;
    width: 100%
}

.related-posts .featured-image:hover img {
    transform: scale(1.05);
    opacity: .75
}

.related-posts h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0;
    text-align: center
}

.related-posts h3 a {
    color: #fed23e
}

.related-posts h3 a:hover {
    color: #fff
}

.related-posts .entry-meta {
    color: #fed23e
}

.related-posts .posted-on {
    font-size: 12px
}

.related-posts-slider-load {
    position: relative
}

.related-posts-slider-load:after,
.related-posts-slider-load:before {
    clear: both;
    content: "";
    display: table
}

.secondary.widget-area {
    margin: 100px 0 0
}

.secondary.widget-area .widget {
    margin-bottom: 50px;
    text-align: center;
    width: 100%
}

.secondary.widget-area .widget-title {
    margin: 0 0 20px
}

.secondary.widget-area ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.secondary.widget-area ul li {
    display: block;
    margin: 0 0 10px
}

.secondary.widget-area ul .post-date {
    font-family: Proxima Nova Regular;
    font-size: 12px;
    text-transform: uppercase
}

.secondary.widget-area .widget_recent_entries li {
    font-family: Proxima Nova Bold;
    font-size: 16px;
    line-height: 20px
}

.secondary.widget-area .widget_recent_entries li a {
    color: #ededed;
    display: block;
    transition: .3s
}

.secondary.widget-area .widget_recent_entries li a:hover {
    color: #fed23e
}

.secondary.widget-area .widget_recent_entries li .post-date {
    color: #fed23e
}

.secondary.widget-area .tagcloud a {
    display: inline-block
}

.st2 {
    fill: none !important
}

@media (min-width: 415px) {
    .cast-section .cast-wrap {
        margin: auto;
        max-width: 350px
    }

    .cast-section .cast h3+img {
        max-height: 380px
    }

    .cast-section .cast .cast-bio {
        padding: 100px 20px 0
    }

    .cast-section .cast .cast-bio p {
        font-size: 17px
    }

    .cast-section .cast .close-bio {
        top: 120px
    }
}

@media (min-width: 480px) {
    .main-navigation .menu li {
        margin: 0 0 40px
    }

    .site-header {
        height: 300px
    }

    .page-the-novel .site-header .novel-img-1 {
        bottom: 0;
        top: -240px;
        width: 400px
    }

    .page-the-novel .site-header .novel-img-2 {
        margin: auto 0 auto 200px;
        top: 100px;
        width: 200px
    }

    .scroll-to-cards {
        bottom: 10px
    }

    .home .sticky-logo,
    .sticky-logo {
        margin: 100px auto 50px
    }

    .newsletter-wrap p {
        margin: 0 0 60px
    }

    .social {
        margin: 50px 0 210px
    }

    .social ul {
        max-width: 100%
    }

    .social ul li {
        margin: 0 5px
    }

    .home .site-content {
        padding: 125px 60px 0
    }

    .entry-content ul {
        padding: 0 0 0 10px
    }

    .entry-content ul li {
        padding-left: 30px
    }

    .entry-content ol {
        padding: 0 0 0 10px
    }

    .entry-content ol li {
        padding-left: 30px
    }

    .cards {
        max-width: 390px
    }

    .cards .card .card-info {
        padding: 50px 30px
    }

    .cards .card .card-info div img {
        width: 103px
    }

    .cards .card .card-info div h2 {
        margin: 20px 0;
        font-size: 50px;
        line-height: 50px
    }

    .cards .card .card-info div h4 {
        font-size: 16px;
        margin: 0 0 20px
    }

    .cards .card .card-info div p {
        font-size: 18px;
        margin: 0 0 20px
    }

    .cards .card .card-info:after,
    .cards .card .card-info:before {
        bottom: 15px;
        left: 15px;
        right: 15px;
        top: 15px
    }

    .slick-arrow {
        bottom: 0;
        top: 0
    }

    .slick-arrow.slick-prev {
        left: -50px;
        right: auto
    }

    .slick-arrow.slick-next {
        left: auto;
        right: -50px
    }

    .cast-section .cast-wrap {
        max-width: 400px
    }

    .cast-section .cast-wrap .slick-arrow.slick-prev {
        left: -40px
    }

    .cast-section .cast-wrap .slick-arrow.slick-next {
        right: -40px
    }

    .cast-section .cast {
        padding: 5px 15px 0
    }

    .cast-section .cast h3 {
        font-size: 40px;
        line-height: 40px
    }

    .cast-section .cast h3+img {
        max-height: 400px
    }

    .cast-section .cast .cast-bio {
        padding: 110px 35px 0
    }

    .cast-section .cast .cast-bio:after,
    .cast-section .cast .cast-bio:before {
        left: 7.5px;
        right: 7.5px
    }

    .cast-section .cast .cast-bio .thumbnail-wrap {
        margin: 0 auto 30px
    }

    .cast-section .cast .close-bio {
        top: 130px
    }

    .infinite-wrap article h3 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 20px
    }

    .infinite-wrap article .entry-meta {
        padding: 20px 20px 0
    }

    .infinite-wrap article .entry-content {
        padding: 0 20px
    }

    .single-post .site-header .wp-post-image {
        display: block
    }

    .single-post .site-header .mobile-image {
        display: none
    }

    .single-post .site-content {
        padding: 50px 20px 0
    }

    .single-post .page-title {
        font-size: 50px;
        line-height: 50px
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .page-the-novel .site-header .novel-img-1 {
        width: 450px
    }

    .page-the-novel .site-header .novel-img-2 {
        bottom: 130px;
        margin: auto 0 auto 240px;
        top: 320px;
        width: 200px
    }

    .kickstarter {
        border-radius: 25px;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-top: 40px;
        max-width: 320px;
        padding: 20px
    }

    .page-the-comic-book .kickstarter,
    .page-the-novel .kickstarter {
        bottom: 300px
    }

    .site-footer {
        padding: 50px 0 0
    }

    .newsletter-wrap {
        margin-bottom: 100px
    }

    .newsletter-wrap h2 {
        font-size: 60px;
        line-height: 60px
    }

    .newsletter-wrap form {
        background-color: hsla(31, 45%, 58%, .1);
        padding: 5px
    }

    .newsletter-wrap input[type=email] {
        background-color: transparent;
        font-size: 20px;
        padding: 10px 20px;
        text-align: left;
        width: 300px;
        width: calc(100% - 170px)
    }

    .newsletter-wrap input[type=submit] {
        float: right;
        margin-top: 0
    }

    .newsletter-wrap .mc4wp-response {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 70px
    }

    .social ul li {
        margin: 0 10px
    }

    .social ul li a {
        height: 54px;
        width: 54px
    }

    .social ul li a i {
        font-size: 22px;
        line-height: 54px
    }

    .footer-bottom .menu-footer-menu-container {
        float: left;
        text-align: left;
        width: auto
    }

    .site-info {
        float: right
    }

    .header-before:before {
        margin: 0 auto 30px
    }

    .page-title {
        font-size: 60px;
        line-height: 60px
    }

    .cards {
        max-width: 450px
    }

    .cards .card .card-info {
        padding: 70px 50px
    }

    .cards .card .card-info div h2 {
        margin: 40px 0 25px
    }

    .cards .card .card-info div h4 {
        margin: 0 0 40px
    }

    .cards .card .card-info div p {
        margin: 0 0 50px
    }

    .slick-arrow.slick-prev {
        left: -70px
    }

    .slick-arrow.slick-next {
        right: -70px
    }

    .cast-section h2 {
        font-size: 60px;
        line-height: 60px
    }

    .cast-section .cast-wrap {
        max-width: 400px
    }

    .cast-section .cast-wrap .slick-arrow.slick-prev {
        left: -50px
    }

    .cast-section .cast-wrap .slick-arrow.slick-next {
        right: -50px
    }

    .cast-section .cast .cast-bio p {
        font-size: 18px
    }

    .additional-info-section h2 {
        font-size: 60px;
        line-height: 60px
    }

    .related-posts .related-mobile-slider .slick-arrow {
        bottom: 0;
        top: -70px
    }

    .related-posts .related-mobile-slider .slick-arrow.slick-prev {
        left: -50px;
        right: auto
    }

    .related-posts .related-mobile-slider .slick-arrow.slick-next {
        left: auto;
        right: -50px
    }

    .related-posts h2 {
        margin-bottom: 50px
    }

    .secondary.widget-area .tagcloud a {
        display: block
    }
}

@media (min-width: 769px) {
    .site-header {
        height: 500px
    }
}

@media (min-width: 992px) {
    body {
        font-size: 20px
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .page-the-universe .site-header {
        background-position: 100%
    }

    .home .site-header {
        min-height: 700px
    }

    .page-template-inner-page .site-header {
        height: 100vh
    }

    .site-footer {
        background-image: url(../img/footer-bg.png);
        background-size: 1920px;
        padding: 190px 0 0
    }

    .newsletter-wrap h2 {
        font-size: 70px;
        line-height: 70px
    }

    .newsletter-wrap form {
        max-width: 900px;
        padding: 10px
    }

    .newsletter-wrap input[type=email] {
        padding: 15px 40px;
        width: 350px;
        width: calc(100% - 240px)
    }

    .newsletter-wrap input[type=submit] {
        padding: 17px 65px
    }

    .newsletter-wrap .mc4wp-response {
        top: 90px
    }

    .newsletter-wrap .mc4wp-response p {
        font-size: 16px
    }

    .social ul li {
        margin: 0 20px
    }

    .home .site-content .parallax-border {
        background-size: 1200px;
        top: -330px
    }

    .home .site-content .parallax-border:after {
        top: 350px
    }

    .site-content {
        padding: 50px 30px 0;
        padding: 50px 60px 0
    }

    .page-title {
        font-size: 70px;
        line-height: 70px
    }

    .entry-content ol li:before {
        font-size: 20px;
        top: 2px
    }

    .intro-section p {
        font-size: 20px
    }

    .cast-section {
        margin-top: 150px;
        margin-bottom: 0
    }

    .cast-section h2 {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 60px
    }

    .cast-section p {
        font-size: 20px
    }

    .cast-section .cast-wrap {
        max-width: 850px
    }

    .additional-info-section {
        margin-bottom: 0;
        margin-top: 150px
    }

    .additional-info-section h2 {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 60px
    }

    .infinite-wrap article {
        float: left;
        width: 50%
    }

    .infinite-wrap article:nth-child(odd) {
        clear: left
    }

    .infinite-wrap article .featured-image {
        height: 250px
    }

    .infinite-wrap article .featured-image img {
        height: 100%;
        width: auto
    }

    .single-post .content-area {
        float: right
    }

    .single-post .page-title {
        font-size: 60px;
        line-height: 60px
    }

    .related-posts .related-mobile-slider {
        max-height: 1000px;
        max-width: 100%;
        opacity: 1;
        overflow: visible;
        text-align: center
    }

    .related-posts .related-mobile-slider>div {
        display: block;
        float: left
    }

    .related-posts .featured-image {
        height: 150px
    }

    .related-posts .featured-image img {
        height: 100%;
        width: auto
    }

    .related-posts-slider-load {
        display: none
    }

    .secondary.widget-area {
        margin: 30px 0 0
    }

    .secondary.widget-area .widget {
        float: none;
        text-align: left;
        width: 100%
    }

    .secondary.widget-area .tagcloud a {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100%
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    body:not(.home) .main-navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-navigation {
        background-color: rgba(37, 37, 37, 0);
        bottom: auto;
        opacity: 1;
        visibility: visible
    }

    .main-navigation .menu-main-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }

    .main-navigation .menu li {
        display: inline-block;
        font-family: Proxima Nova Bold;
        margin: 0 35px 0 0;
        margin: 0 50px 0 0
    }

    .home .main-navigation .menu li {
        margin: 0 50px 0 0
    }

    .main-navigation .menu li a:hover:after {
        animation: line-anim .7s;
        transition-delay: 0s;
        width: 70%
    }

    .sticky-nav .main-navigation {
        padding: 20px 0
    }

    .menu-toggle {
        display: none
    }

    .site-header {
        padding-top: 95px
    }

    .page-the-comic-book .site-header video,
    .page-the-game .site-header video,
    .page-the-universe .site-header video {
        display: block
    }

    .page-the-game .site-header {
        background-image: none
    }

    .page-the-novel .site-header .novel-img-1 {
        width: 600px
    }

    .page-the-novel .site-header .novel-img-2 {
        bottom: 0;
        margin: auto 0 auto 300px;
        width: 300px
    }

    .site-header:after {
        box-shadow: 0 0 110px 300px #111114
    }

    .home .site-title {
        max-width: 380px
    }

    .sticky-logo {
        height: 65px;
        margin: 0 150px 0 0
    }

    .home .sticky-logo {
        left: 30px;
        margin: 5px;
        opacity: 1;
        position: absolute;
        top: 10px;
        transform: scale(0)
    }

    .home .site-content .parallax-border {
        background-size: 1400px;
        top: -370px
    }

    .home .site-content .parallax-border:after {
        top: 400px
    }

    .cards {
        display: -ms-flexbox;
        display: flex;
        margin: 100px auto 0;
        max-height: unset;
        max-width: 100%;
        opacity: 1;
        overflow: visible
    }

    .cards .card {
        transform: translateY(50px)
    }

    .cards .card .card-info {
        opacity: 1;
        padding: 50px 40px
    }

    .cards .card .card-info div h2 {
        margin: 20px 0
    }

    .cards .card .card-info div h4,
    .cards .card .card-info div p {
        margin: 0 0 20px
    }

    .cards+.card-slider-load,
    .cast-section .cast .close-bio,
    .cast-section .cast .see-bio {
        display: none
    }

    .cast-section .cast:active .cast-bio,
    .cast-section .cast:focus .cast-bio,
    .cast-section .cast:hover .cast-bio {
        opacity: 1;
        visibility: visible
    }

    .cast-section .cast:active .cast-bio .thumbnail-wrap,
    .cast-section .cast:focus .cast-bio .thumbnail-wrap,
    .cast-section .cast:hover .cast-bio .thumbnail-wrap {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .2s
    }

    .cast-section .cast:active .cast-bio p,
    .cast-section .cast:focus .cast-bio p,
    .cast-section .cast:hover .cast-bio p {
        transform: translateY(0);
        transition-delay: .3s;
        opacity: 1
    }

    .infinite-wrap article .featured-image {
        height: 280px
    }

    .infinite-wrap article h3 {
        letter-spacing: 2px;
        padding: 0 35px
    }

    .infinite-wrap article .entry-meta {
        padding: 35px 35px 0
    }

    .infinite-wrap article .entry-content {
        padding: 0 35px
    }
}

@media (min-width: 1400px) {
    .main-navigation {
        padding: 35px 0
    }

    body:not(.home) .main-navigation {
        padding: 15px 0
    }

    .page-the-universe .site-header {
        background-position: 50%
    }

    .site-header:after {
        box-shadow: 0 0 110px 160px #111114;
        height: 60px
    }

    .scroll-to-cards {
        bottom: 110px
    }

    .home .sticky-logo {
        left: 60px
    }

    .home .site-content .parallax-border {
        background-size: 1600px;
        top: -370px
    }

    .home .site-content .parallax-border:after {
        top: 450px
    }

    .a-link,
    .a-link:active,
    .a-link:focus,
    .infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a,
    .infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a:active,
    .infinite-navigation .navigation.posts-navigation #infinite-handle .nav-next a:focus {
        font-size: 16px;
        line-height: 40px;
        padding: 10px 60px
    }

    .cards .card .card-info div p {
        font-size: 20px;
        margin: 0 0 40px
    }

    .cast-section .cast-wrap {
        max-height: 1000px;
        max-width: 100%;
        opacity: 1;
        overflow: visible
    }

    .cast-section .cast-slider-load {
        display: none
    }

    .cast-section .cast h3+img {
        max-height: 450px
    }
}

@media (min-width: 1600px) {
    .main-navigation .menu li {
        margin: 0 85px 0 0
    }

    .home .main-navigation .menu li {
        margin: 0 100px 0 0
    }

    .site-header {
        padding-top: 175px
    }

    .kickstarter {
        font-size: 19px;
        margin-top: 50px;
        max-width: 375px
    }

    .home .site-title {
        max-width: 100%
    }

    .home .site-content .parallax-border {
        background-size: 1920px;
        height: 904px;
        top: -430px
    }

    .home .site-content .parallax-border:after {
        top: 540px
    }

    .cards .card .card-info {
        padding: 100px 50px 75px
    }

    .cards .card .card-info div h2 {
        font-size: 70px;
        line-height: 70px;
        margin: 55px 0 25px
    }

    .cards .card .card-info div h4 {
        margin: 0 0 30px
    }

    .cards .card .card-info div p {
        margin: 0 0 70px
    }

    .page-the-game .cast-section .cast {
        width: 445px
    }

    .cast-section .cast h3 {
        font-size: 50px;
        line-height: 50px
    }

    .cast-section .cast h3+img {
        max-height: 600px
    }

    .cast-section .cast .cast-bio {
        padding: 135px 35px 0
    }

    .cast-section .cast .cast-bio p {
        font-size: 20px
    }

    .single-post .page-title {
        font-size: 70px;
        line-height: 70px
    }
}

@media (min-width: 1800px) {
    .page-the-novel .site-header .novel-img-1 {
        width: 830px
    }

    .page-the-novel .site-header .novel-img-2 {
        margin: auto 0 auto 440px;
        width: 361px
    }

    .cards .card .card-info {
        padding: 100px 70px 175px
    }

    .cards .card .card-info div h4 {
        margin: 0 0 40px
    }
}

@media (min-width: 1921px) {
    .site-footer {
        background-image: url(../img/footer-bg-big.png);
        background-size: 3440px
    }

    .home .site-content .parallax-border {
        background-image: url(../img/parallax-large.png);
        background-size: 3440px;
        top: -520px
    }

    .home .site-content .parallax-border:after {
        background-image: linear-gradient(180deg, #111114, #111114);
        top: 630px
    }

    .content-area {
        margin: auto;
        max-width: 1920px
    }
}


@media (max-width: 480px) {
    .single-post .entry-content a.image {
        display: block;
        margin-bottom: 20px;
        text-align: center
    }

    .single-post .entry-content a.image:after,
    .single-post .entry-content a.image:before {
        clear: both;
        content: "";
        display: table
    }

    .single-post .entry-content a.image img {
        display: inline-block;
        float: none;
        margin: 0
    }
}

.site-header {
    background-image: url(../img/lsc_mobile.jpg );
}