@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Teko:400,600);

.artist-sidebar-link:after {
    content: "";
    display: table;
    clear: both
}

.artist:before, .footer-cta:after, .hamburger:after, .hamburger:before, .nav-item.nav-parent>a>span:after, .site-logo:after, .sold-out .ticket-tier-price h4:before, .sponsor:before {
    display: block;
    content: "";
    position: absolute
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vbox-overlay {
    background: #fdfdfd;
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.vbox-preloader {
    position: fixed;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../img/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
    -moz-animation: playload 1.4s steps(18) infinite;
    -ms-animation: playload 1.4s steps(18) infinite;
    -o-animation: playload 1.4s steps(18) infinite;
    animation: playload 1.4s steps(18) infinite
}

@-webkit-keyframes playload {
    from {
        background-position: 0
    }

    to {
        background-position: -576px
    }
}

@-moz-keyframes playload {
    from {
        background-position: 0
    }

    to {
        background-position: -576px
    }
}

@-ms-keyframes playload {
    from {
        background-position: 0
    }

    to {
        background-position: -576px
    }
}

@-o-keyframes playload {
    from {
        background-position: 0
    }

    to {
        background-position: -576px
    }
}

@keyframes playload {
    from {
        background-position: 0
    }

    to {
        background-position: -576px
    }
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background-position: 10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden
}

.vbox-next, .vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent;
    overflow: hidden
}

.vbox-prev {
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(../img/venobox/prev.gif) center center no-repeat
}

.vbox-next {
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(../img/venobox/next.gif) center center no-repeat
}

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none
}

.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto
}

.venoframe {
    border: none;
    width: 960px;
    height: 720px
}

@media(max-width:992px) {
    .venoframe {
        width: 640px;
        height: 480px
    }
}

@media(max-width:767px) {
    .venoframe {
        width: 420px;
        height: 315px
    }
}

@media(max-width:460px) {
    .vbox-inline {
        width: 100%
    }

    .venoframe {
        width: 100%;
        height: 260px
    }
}

.vbox-container {
    position: relative;
    background: #000;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

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

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Teko, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 500
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #000;
    overflow: hidden;
    overflow-x: hidden !important
}

body, html {
    height: 100%
}

.loaded.js-nav-open body {
    overflow: hidden !important
}

a {
    outline: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

::-moz-selection {
    background: #282338 !important;
    color: #fff !important;
    text-shadow: none !important
}

::selection {
    background: #282338 !important;
    color: #fff !important;
    text-shadow: none !important
}

.disabled {
    cursor: default !important
}

a {
    text-decoration: none !important
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0
}

section h1, section h1 a {
    color: #fff;
    font-size: 2.875em;
    font-weight: 600;
    text-transform: uppercase
}

section h2, section h2 a {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase
}

section h3, section h3 a, section h4, section h4 a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: .5em
}

section h5, section h5 a, section h6, section h6 a {
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0
}

section p, section ul {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 1.5625em;
    font-family: "Open Sans", sans-serif
}

section b, section strong {
    font-weight: 600
}

section a {
    color: #fff;
    text-decoration: none !important;
    transition: color .3s
}

section a:hover {
    color: #f8f9c3
}

section .section-cta {
    background-color: #000;
    padding: 1.875em;
    text-align: center;
    margin-bottom: 1.5625em
}

section .section-cta p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif
}

section .section-cta p a {
    color: #0cdcfb
}

section .section-cta p a:hover {
    color: #fff
}

@media(max-width:1440px) {
    section {
        font-size: 80%
    }
}

@media(max-width:1024px) {
    section {
        font-size: 70%
    }
}

hr {
    width: 100%;
    margin: 3.125em 0;
    border: 0;
    height: 1px;
    border-bottom: dashed 1px #fff;
    display: block
}

hr.white-divider {
    border-color: #fff
}

.lt-ie9 .loader {
    display: none
}

.browserupgrade {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 100px
}

.browserupgrade p {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.ie10 .hamburger, .ie11 .hamburger {
    position: absolute;
    right: 0
}

.ie10 .ticket-tier, .ie11 .ticket-tier {
    width: auto
}

.ie10 .ticket-bar.ticket-bar-button, .ie11 .ticket-bar.ticket-bar-button {
    width: auto
}

.ie10 .button {
    width: auto !important
}

.ie10 .page-image {
    flex-shrink: 0
}

.wrapper {
    position: relative;
    min-height: 100%;
    background: url(../img/bg-pattern.png);
    background-color: #282338;
    background-blend-mode: soft-light
}

.container {
    width: 100%;
    padding: 4.0625em
}

@media(max-width:1920px) {
    .container {
        padding: 3.4375em
    }
}

@media(max-width:1440px) {
    .container {
        padding: 3.125em
    }
}

@media(max-width:1024px) {
    .container {
        padding: 2.1875em
    }
}

@media(max-width:640px) {
    .container {
        padding: 1.25em
    }
}

.content {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #191625
}

.content--no-background {
    background-color: rgba(0, 0, 0, 0)
}

section {
    padding: 2.8125em;
    text-align: left;
    width: 100%;
    margin: 0 auto
}

@media(max-width:1440px) {
    section {
        padding: 1.875em
    }
}

section>:last-child {
    margin-bottom: 0 !important
}

nav {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f8f9c3;
    height: 55px
}

@media(max-width:1024px) {
    nav {
        font-size: 80%
    }
}

.nav-tickets {
    position: absolute;
    top: 0;
    right: 100px;
    padding: 0 25px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282338;
    transition: all .3s;
    color: #0cdcfb;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    z-index: 999
}

.nav-tickets:hover {
    background-color: #282338;
    color: #fff;
    transform: scale(1.1)
}

@media(max-width:640px) {
    .nav-tickets {
        padding: 0 10px;
        height: 55px;
        right: 80px
    }
}

@media(max-width:320px) {
    .nav-tickets {
        font-size: 1.0625em
    }
}

.nav-bar {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    list-style: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s 0s, visibility 0s .5s;
    overflow: auto
}

.js-nav-open nav {
    background-color: #f8f9c3;
    border-bottom: 1px solid #282338
}

.js-nav-open .nav-list {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s, visibility 0s 0s
}

.nav-item {
    background-color: #282338;
    border-bottom: solid 1px #f8f9c3;
    display: block;
    width: 100%;
    transition: background-color .5s .1s, opacity .2s 0s, transform .2s 0s;
    opacity: 0;
    transform: translateY(10px)
}

.nav-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1.5625em 25px
}

.nav-item span {
    display: block;
    width: 100%;
    max-width: 1000px;
    position: relative;
    color: #0cdcfb;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    transition: color .3s .1s, padding .3s;
    margin: 0 auto;
    padding: 0
}

.nav-item.js-dropdown, .nav-item.nav-current, .nav-item:hover {
    background-color: #0cdcfb;
    transition: background-color .5s 0s
}

.nav-item.js-dropdown span, .nav-item.nav-current span, .nav-item:hover span {
    padding: 0 20px;
    color: #fff;
    transition: color .3s 0s, padding .3s 0s
}

.nav-item.nav-parent>a>span:after {
    content: "+";
    font-weight: 400;
    color: #fff;
    font-size: 3.75em;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5em;
    transition: all .3s;
    transform-origin: center
}

.nav-item.js-dropdown a>span {
    padding: 0
}

.nav-item.js-dropdown a>span:after {
    content: "-";
    transition: all 0s
}

.nav-item.js-dropdown a>span:hover {
    padding: 0
}

.js-nav-open .nav-item {
    transition: background-color .5s .1s, opacity .2s .1s, transform .2s .1s;
    opacity: 1;
    transform: translateY(0)
}

.js-nav-open .nav-item:nth-of-type(2) {
    transition: background-color .5s .1s, opacity .2s .15s, transform .2s .15s
}

.js-nav-open .nav-item:nth-of-type(3) {
    transition: background-color .5s .1s, opacity .2s .2s, transform .2s .2s
}

.js-nav-open .nav-item:nth-of-type(4) {
    transition: background-color .5s .1s, opacity .2s .25s, transform .2s .25s
}

.js-nav-open .nav-item:nth-of-type(5) {
    transition: background-color .5s .1s, opacity .2s .3s, transform .2s .3s
}

.js-nav-open .nav-item:nth-of-type(6) {
    transition: background-color .5s .1s, opacity .2s .35s, transform .2s .35s
}

.dropdown-menu {
    display: flex;
    flex-direction: column;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 0;
    transition: opacity .5s, max-height .5s, visibility 0s .5s
}

.dropdown-item {
    background-color: rgba(0, 0, 0, .2);
    margin-bottom: 3px;
    display: block;
    width: 100%;
    transition: background-color .5s .1s, opacity .2s 0s, transform .2s 0s;
    opacity: 0;
    transform: translateY(10px)
}

.dropdown-item a {
    padding: .9375em 25px
}

.dropdown-item span {
    font-size: 1.25em;
    padding-left: 15px !important
}

.dropdown-item span:after {
    display: none
}

.dropdown-item.nav-current, .dropdown-item:hover {
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .5s 0s
}

.dropdown-item.nav-current span, .dropdown-item:hover span {
    padding: 0 20px;
    color: #fff;
    transition: color .3s 0s, padding .3s
}

.dropdown-item.nav-current span:after, .dropdown-item:hover span:after {
    transform: rotate(90deg)
}

.js-dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    transition: opacity .5s, max-height .5s, visibility 0s 0s
}

.js-dropdown .dropdown-item {
    transition: background-color .5s .1s, opacity .2s .1s, transform .2s .1s;
    opacity: 1;
    transform: translateY(0)
}

.js-dropdown .dropdown-item:nth-of-type(2) {
    transition: background-color .5s .1s, opacity .2s .15s, transform .2s .15s
}

.js-dropdown .dropdown-item:nth-of-type(3) {
    transition: background-color .5s .1s, opacity .2s .2s, transform .2s .2s
}

.js-dropdown .dropdown-item:nth-of-type(4) {
    transition: background-color .5s .1s, opacity .2s .25s, transform .2s .25s
}

.js-dropdown .dropdown-item:nth-of-type(5) {
    transition: background-color .5s .1s, opacity .2s .3s, transform .2s .3s
}

.js-dropdown .dropdown-item:nth-of-type(6) {
    transition: background-color .5s .1s, opacity .2s .35s, transform .2s .35s
}

.site-logo {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s
}

.site-logo svg {
    display: block;
    width: 160px;
    height: auto;
    transition: transform .3s;
    transform-origin: center
}

.site-logo svg path {
    fill: #6dfaf1;
    transition: fill .3s
}

.site-logo:after {
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background-color: transparentiz(#3ec3dc, 1);
    transition: all .3s
}

.site-logo:hover {
    background-color: #0cdcfb
}

.site-logo:hover svg {
    transform: scale(1.05) translateY(5px)
}

.site-logo:hover svg path {
    fill: #212121
}

.site-logo:hover:after {
    transform: translateY(15px);
    background-color: #0cdcfb
}

@media(max-width:640px) {
    .site-logo {
        transform: scale(.7);
        margin-left: -40px
    }

    .site-logo:hover svg {
        transform: scale(.8) translateY(5px)
    }

    .site-logo:hover svg path {
        fill: #fff
    }

    .site-logo:hover:after {
        transform: translateY(10px)
    }
}

.js-nav-open .site-logo svg path {
    fill: #f8f9c3
}

.hamburger {
    width: 2.875em;
    height: .375em;
    background-color: #282338;
    position: relative;
    margin-right: 25px;
    transition: transform .3s, background .3s
}

.hamburger:after, .hamburger:before {
    width: 100%;
    height: .375em;
    transition: transform .3s, border .3s;
    transform-origin: right
}

.hamburger:before {
    padding-bottom: .625em;
    margin-top: -.625em;
    cursor: pointer;
    border-top: solid .375em #282338
}

.hamburger:after {
    margin-top: .625em;
    cursor: pointer;
    border-top: solid .375em #282338
}

.hamburger:hover {
    transform: scaleX(.9)
}

.js-nav-open .hamburger {
    transform: rotate(90deg) scaleX(.7);
    background-color: #6dfaf1
}

.js-nav-open .hamburger:after, .js-nav-open .hamburger:before {
    transform: scaleX(.6);
    border-color: #6dfaf1
}

.js-nav-open .hamburger:hover {
    transform: rotate(90deg) scaleX(.5)
}

.hero-container {
    width: 100%;
    position: relative;
    transition: background-position;
    will-change: background-position;
    margin-top: 50px
}

.hero {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: block
}

@media(max-width:1024px) {
    .hero {
        display: none
    }
}

.hero-mobile {
    display: none
}

@media(max-width:1024px) {
    .hero-mobile {
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        display: block
    }
}

.dragonfly {
    position: absolute;
    height: auto;
    display: block;
    z-index: 2;
    transition: transform;
    will-change: transform
}

.dragonfly-right {
    top: 5%;
    right: 30.5%;
    width: 17.5%;
    max-width: 318px;
    min-width: 80px
}

@media(max-width:1890px) {
    .dragonfly-right {
        top: 2%;
        transform: scale(.9)
    }
}

@media(max-width:1920px) {
    .dragonfly-right {
        top: 10%
    }
}

@media(max-width:1024px) {
    .dragonfly-right {
        top: 18%
    }
}

.dragonfly-left {
    top: 11%;
    left: 25%;
    width: 19.5%;
    max-width: 356px;
    min-width: 100px
}

@media(max-width:1890px) {
    .dragonfly-left {
        left: 23%;
        transform: scale(.9)
    }
}

@media(max-width:1921px) {
    .dragonfly-left {
        left: 23%
    }
}

@media(max-width:1920px) {
    .dragonfly-left {
        left: 25%;
        top: 14%
    }
}

@media(max-width:1024px) {
    .dragonfly-left {
        left: 21%;
        top: 17%
    }
}

.countdown-old {
    width: 100%;
    background-color: #282338;
    text-align: center;
    padding: .9375em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.countdown-old div {
    margin: 0 .25em;
    color: #f8f9c3;
    font-size: 3.5em !important;
    font-weight: 600;
    text-align: center
}

.countdown-old span {
    display: block;
    color: #f8f9c3;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0
}

@media(max-width:1440px) {
    .countdown-old {
        font-size: 80%
    }
}

@media(max-width:1024px) {
    .countdown-old {
        font-size: 70%
    }
}

@media(max-width:640px) {
    .countdown-old {
        font-size: 40%
    }
}

.hurrytimer-timer-digit {
    line-height: 1 !important
}

.countdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background-color: #f8f9c3;
    text-align: center;
    padding: .625em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.countdown-top {
    color: #282338;
    font-size: 4em;
    font-family: Teko, sans-serif;
    letter-spacing: 0;
    line-height: 1;
    display: flex
}

.counter {
    display: flex;
    flex-direction: column
}

.countdown-number-text {
    font-size: 14px;
    text-transform: uppercase
}

.countdown-divider {
    margin: 0 .25em;
    position: relative;
    top: -.125em
}

.countdown-bot {
    color: #282338;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase
}

@media(max-width:1024px) {
    .countdown {
        vertical-align: middle;
        margin-top: 0
    }

    .countdown-top {
        font-size: 48px
    }

    .countdown-bot {
        font-size: 36px
    }
}

@media(max-width:640px) {
    .countdown-top {
        font-size: 48px
    }

    .countdown-bot {
        font-size: 24px
    }
}

.ticket-bar {
    width: 100%;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media(max-width:1921px) {
    .ticket-bar {
        font-size: 70%
    }
}

@media(max-width:1920px) {
    .ticket-bar {
        font-size: 60%
    }
}

@media(max-width:1440px) {
    .ticket-bar {
        font-size: 50%
    }
}

@media(max-width:1024px) {
    .ticket-bar {
        font-size: 40%;
        flex-wrap: wrap
    }
}

.ticket-bar-button {
    flex-grow: 1;
    width: 100%;
    margin-right: 8px;
    background-color: #ff4937
}

.ticket-bar-button:last-of-type {
    margin-right: 0
}

@media(max-width:1600px) {
    .ticket-bar-button {
        padding: 2.5em !important
    }

    .ticket-bar-button span {
        font-size: 3em !important
    }
}

@media(max-width:1024px) {
    .ticket-bar-button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px
    }

    .ticket-bar-button span {
        font-size: 3.5em !important
    }

    .ticket-bar-button:last-of-type {
        margin-bottom: 0
    }
}

.ticket-tier-group {
    margin-bottom: 2.5em
}

@media(max-width:640px) {
    .ticket-tier-group {
        padding-bottom: 1em
    }
}

.ticket-tier-group-title {
    width: 100%;
    background-color: #010808;
    padding: .5em 0;
    text-align: center;
    margin-bottom: 0
}

.ticket-tier-group-title span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 600
}

@media(max-width:640px) {
    .ticket-tier-group-title span {
        font-size: 1em !important
    }
}

.ticket-tiers {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    align-content: stretch
}

@media(max-width:900px) {
    .ticket-tiers {
        flex-wrap: wrap
    }
}

.ticket-tier {
    flex-grow: 1;
    margin-right: 1%;
    margin-bottom: 1%;
    width: 24%;
    background-color: #282338
}

.ticket-tier:nth-child(4) {
    margin-right: 0
}

.ticket-tier:last-of-type {
    margin-right: 0
}

.ticket-tier.sold-out {
    background-color: #464646
}

.ticket-tier-title {
    background-color: #0cdcfb;
    padding: .375em 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1
}

.ticket-tier-title span {
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 400;
    letter-spacing: 0
}

.sold-out .ticket-tier-title {
    background-color: #353535
}

.sold-out .ticket-tier-title span {
    color: #747474
}

.ticket-tier-price {
    padding: 1.875em 0;
    width: 100%;
    text-align: center
}

@media(max-width:640px) {
    .ticket-tier-price {
        padding: 1em 0
    }
}

.ticket-tier-price h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4.75em;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1
}

@media(max-width:640px) {
    .ticket-tier-price h4 {
        font-size: 2.625em
    }
}

.ticket-tier-price h4 span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: .1875em;
    font-weight: 400;
    letter-spacing: 0
}

.sold-out .ticket-tier-price h4 {
    color: #747474;
    padding: 0 10px;
    position: relative
}

.sold-out .ticket-tier-price h4:before {
    width: 50%;
    background-color: #747474;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%
}

@media(max-width:640px) {
    .sold-out .ticket-tier-price h4:before {
        top: 25%;
        width: 70%
    }
}

.sold-out .ticket-tier-price h4 span {
    color: #747474
}

.ticket-tier-status {
    background-color: #0cdcfb;
    padding: .375em 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1
}

.ticket-tier-status span {
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 600
}

.sold-out .ticket-tier-status {
    background-color: #be0000
}

.full-width-news {
    width: 100%;
    display: flex;
    padding: 8px 0 0;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media(max-width:1024px) {
    .full-width-news {
        flex-wrap: wrap
    }
}

iframe#twitter-widget-0 {
    max-width: 90% !important;
    margin: 5% !important
}

.news-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-size: 70%;
    flex-wrap: wrap
}

@media(max-width:1440px) {
    .news-grid {
        font-size: 80%
    }
}

@media(max-width:1024px) {
    .news-grid {
        font-size: 90%
    }
}

.news-item {
    width: 50%;
    margin-right: 8px;
    background-color: #282338;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: background .3s
}

.news-item img {
    width: 100%;
    height: auto;
    display: block
}

.news-item:last-of-type {
    margin-right: 0
}

.news-item:hover {
    background-color: #010808
}

.news-item:hover .read-more {
    background-color: #f8f9c3;
    color: #282338
}

.news-item:hover .read-more:after {
    transform: translateX(.625em) rotate(-90deg);
    color: #282338
}

@media(max-width:1024px) {
    .news-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px
    }

    .news-item:last-of-type {
        margin-bottom: 0
    }
}

.news-grid .news-item {
    width: 32.33%;
    margin-bottom: 1%
}

.news-grid .news-item section {
    padding: 1.875em
}

@media(max-width:1440px) {
    .news-grid .news-item {
        width: 49%
    }
}

@media(max-width:1024px) {
    .news-grid .news-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px
    }

    .news-grid .news-item:last-of-type {
        margin-bottom: 0
    }
}

.news-item section {
    flex-grow: 1
}

.news-item section p {
    color: #282338
}

.news-item h2 {
    margin-bottom: .25em
}

.read-more {
    width: 100%;
    text-align: right;
    background-color: #282338;
    color: #fff;
    font-size: 1.25em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    padding: .9375em 1.5625em .625em;
    transition: background .3s, color .3s;
    display: block;
    align-self: flex-end
}

.read-more:after {
    content: "+";
    color: #fff;
    font-size: .875em;
    font-weight: 600;
    display: inline-block;
    transition: all .3s;
    transform: translateX(.625em)
}

.footer-cta {
    width: 100%;
    background-image: url(../img/bg-cta.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 6em;
    text-align: center;
    border-top: solid 8px #fff
}

.footer-cta:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

@media(max-width:1440px) {
    .footer-cta {
        padding: 3.4375em
    }
}

@media(max-width:1024px) {
    .footer-cta {
        padding: 2.5em;
        border-bottom: 0
    }
}

.footer-cta h2 {
    color: #f8f9c3;
    font-size: 3em
}

.footer-cta p {
    color: #fff
}

.interior-footer-cta {
    border-top: 0
}

.cta-section {
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    position: relative;
    z-index: 2
}

.cta-section a {
    margin-top: 1.875em
}

.button {
    background-color: #282338;
    color:#FFF;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    transition: background .3s;
    padding: 3.125em
}

.button span {
    color: #0cdcfb;
    font-size: 3.5em;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s
}

@media(max-width:640px) {
    .button span {
        font-size: 3em
    }
}

.button:after, .button:before {
    content: "+";
    color: #f8f9c3;
    font-size: 3.5em;
    font-weight: 600;
    display: inline-block;
    transition: all .3s
}

.button:before {
    transform: translateX(-.625em)
}

.button:after {
    transform: translateX(.625em)
}

.button:hover {
    background-color: #0cdcfb
}

.button:hover span {
    transform: scale(.9);
    color: #282338
}

.button:hover:after, .button:hover:before {
    color: #fff
}

.button--medium {
    font-size: 60%;
    padding: 1.5625em 4.6875em
}

.button--small {
    font-size: 40%;
    padding: 1.5625em
}

section .button {
    width: 100%;
    margin-bottom: 1.5625em
}

.cta-section .button {
    width: auto
}

.header {
    height: 0;
    padding-bottom: 30%;
    width: 100%;
    background-image: url(../img/bg-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 55px
}

@media(max-width:640px) {
    .header {
        padding-bottom: 40%
    }
}

.footer {
    position: relative;
    z-index: 2
}

footer {
    width: 100%;
    background: #f8f9c3;
    text-align: center;
    padding: 3.4375em
}

@media(max-width:1440px) {
    footer {
        font-size: 80%
    }
}

@media(max-width:1024px) {
    footer {
        font-size: 70%
    }
}

.footer-content {
    margin: 0 auto;
    max-width: 29.6875em;
    width: 100%;
    padding: 0 1.875em
}

.footer-content img {
    width: 100%;
    height: auto;
    display: block
}

.social-media-icons {
    margin-top: 1.875em;
    text-align: center
}

@media screen and (max-width:1024px) {
    .social-media-icons {
        font-size: 75%
    }
}

.social-media-icon {
    width: 4.375em;
    height: 4.375em;
    border: solid 1px #282338;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    margin: 2px;
    display: inline-block;
    transition: background .3s
}

.social-media-icon svg {
    max-width: 50%;
    max-height: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.social-media-icon svg circle, .social-media-icon svg path {
    fill: #282338;
    transition: fill .3s
}

.social-media-icon:hover {
    background-color: #282338
}

.social-media-icon:hover svg circle, .social-media-icon:hover svg path {
    fill: #FFFFFF
}

@media(max-width:320px) {
    .social-media-icon {
        width: 3.75em;
        height: 3.75em
    }
}

.footer-nav {
    color: #282338;
    font-size: 1em;
    text-align: center;
    margin: 10px 0;
    line-height: 2
}

.footer-nav a {
    color: #282338;
    text-decoration: none;
    transition: color .3s;
    font-size: 1.125em
}

.footer-nav a:hover {
    color: #0cdcfb
}

.sponsor-footer {
    background: #0d0641;
    padding: 1.875em .625em
}

.sponsor-footer h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 22px
}

.sponsor-footer-logos {
    background: #0d0641;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.sponsor-footer-logos a {
    width: 25%;
    max-width: 150px;
    min-width: 60px;
    padding: 10px
}

.sponsor-footer-logos a img {
    display: block;
    width: 100%;
    height: auto
}

.home-featured-text{
    margin:auto;
    text-align:center;
}

.section-video {
    width: 100%;
    border: solid 4px #fff;
    height: 0;
    padding-bottom: 56.9%;
    position: relative
}

.section-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section .section-video {
    margin-bottom: 1.875em;
    border: 0
}

.section-lineup {
    margin: 0 auto
}

.section-lineup img {
    max-width: 100%;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    justify-content: center;
    display: block
}

.artist-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 30px 30px
}

@media(max-width:640px) {
    .artist-grid {
        padding: 0 10px 20px;
        flex-direction: column
    }
}

.artist-container {
    padding: 0 5px
}

@media(max-width:640px) {
    .artist-container {
        padding: 0
    }
}

.artist-container:hover .artist-name span {
    color: #fff
}

.silent-disco-artists {
    list-style: none;
    padding: 0
}

.schedule {
    margin: 0 auto;
    padding-bottom: 50px
}

.schedule img {
    max-width: 90%;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: block
}

.artist {
    position: relative;
    display: block;
    height: 100%
}

.artist:before {
    z-index: 2;
    background-color: rgba(5, 55, 53, .9);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s
}

.no-touch .artist:hover:before {
    transform: scaleY(1)
}

.no-touch .artist:hover .artist-name {
    background-color: rgba(5, 55, 53, .8)
}

.artist-photo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1
}

.artist-name {
    width: 100%;
    padding: .625em;
    margin: auto;
    z-index: 2;
    transition: all .3s;
    text-align: center
}

.artist-name span {
    font-size: 3.25em;
    color: #f8f9c3;
    text-align: center;
    font-weight: 600;
    line-height: .75;
    text-transform: uppercase;
    transition: .2s
}

@media(max-width:640px) {
    .artist-name span {
        font-size: 1.5em
    }
}

.alphabetical {
    display: block
}

.hidden {
    display: none
}

.artists h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px
}

.artist-divider {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: fit-content;
    font-size: 30px;
    color: #fff;
    margin: auto 5px
}

.artist-divider:last-child {
    display: none
}

@media(max-width:640px) {
    .artist-divider {
        font-size: 24px;
        display: none
    }
}

.filter {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    padding: 50px 0 30px
}

@media(max-width:640px) {
    .filter {
        padding: 15px 0
    }
}

div#btnContainer {
    display: flex;
    width: 100%;
    justify-content: center
}

@media(max-width:640px) {
    div#btnContainer {
        flex-wrap: wrap
    }
}

.filter .btn {
    margin: auto 30px;
    border: 0;
    padding: 1em 3em;
    font-size: 1.2em;
    line-height: 1;
    text-transform: uppercase
}

.filter .btn:after, .filter .btn:before {
    font-size: 1.1em
}

.filter .btn:hover {
    background: #fff;
    color:#282338
}

.filter .btn:hover:after, .filter .btn:hover:before {
    color: #282338
}

@media(max-width:640px) {
    .filter .btn {
        margin: 5px;
        padding: 1em 2em;
        width: 90%;
        font-size: 1em
    }
}

.filter .btn.active {
    background: #fff;
    color:#282338
}

.filter .btn.active:after, .filter .btn.active:before {
    color: #282338
}

.text-artist-block {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    padding-bottom: 30px
}

@media(max-width:1024px) {
    .text-artist-block {
        width: 100%;
        margin-bottom: 40px
    }
}

.text-artist-block h2 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

.text-artist-block p {
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
    padding: 0 5px;
    transition: all .3s;
    margin-bottom: 10px
}

.text-artist-block a, .text-artist-block li {
    color: #f8f9c3;
    transition: all .3s;
    font-size: 20px
}

.text-artist-block a:hover, .text-artist-block li:hover {
    color: #fff
}

.by-day img {
    max-width: 100%
}

.page-image {
    width: 100%;
    height: auto;
    display: block
}

section img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.875em
}

section a img:hover {
    opacity: .6
}

.artist-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center
}

.sponsor-container {
    width: 25%;
    padding: 5px
}

@media(max-width:1024px) {
    .sponsor-container {
        width: 50%
    }
}

.sponsor {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #fff
}

.sponsor:before {
    z-index: 2;
    background-color: rgba(5, 55, 53, .9);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s
}

.sponsor:hover:before {
    transform: scaleY(1)
}

@media(max-width:1024px) {
    .sponsor {
        height: 150px
    }
}

@media(max-width:640px) {
    .sponsor {
        height: 80px
    }
}

.sponsor-photo {
    width: 80%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1
}

@media(max-width:1024px) {
    .sponsor-photo {
        width: 60%
    }
}

.loader {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: #282338;
    pointer-events: none
}

.loader svg {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    max-width: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.loader svg path {
    fill: #f8f9c3
}

.loaded .loader {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s .5s, visibility 0s 1s
}

.loaded body {
    overflow: auto;
    overflow-x: hidden !important
}

.outer-loader {
    transform: scale(.8);
    transform-origin: center
}

.inner-loader {
    animation: rotate 1s infinite alternate ease-in-out;
    transform-origin: center
}

.loader-circle {
    animation: pulse 1s infinite alternate ease-in-out;
    transform-origin: center
}

@keyframes rotate {
    100% {
        transform: rotate(-1100deg) scale(.9)
    }
}

@keyframes pulse {
    100% {
        transform: scale(.9)
    }
}

.page-title {
    width: 100%;
    background-color: #282338;
    text-align: center;
    padding: .5em;
    position: relative;
    z-index: 2;
    border-bottom: solid 8px #fff;
    margin-bottom: 0
}

.page-title span {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1440px) {
    .page-title span {
        font-size: 1.2em
    }
}

@media(max-width:1024px) {
    .page-title span {
        font-size: .8em
    }
}

.artist-content section {
    display: flex
}

@media(max-width:1024px) {
    .artist-content section {
        flex-wrap: wrap
    }
}

.artist-info {
    width: 100%;
    flex-grow: 1;
    margin-right: 3.125em
}

@media(max-width:1024px) {
    .artist-info {
        margin-right: 0
    }
}

.artist-sidebar {
    width: 400px;
    background-color: #282338;
    padding: 5px
}

@media(max-width:1024px) {
    .artist-sidebar {
        width: 100%
    }
}

.artist-sidebar-link {
    width: 100%;
    margin-bottom: .3125em;
    text-decoration: none;
    display: flex;
    padding: .9375em;
    height: 50px;
    align-items: center;
    transition: background .3s;
    background-color: #282338
}

.artist-sidebar-link svg {
    width: 20px;
    height: auto;
    display: block;
    float: left;
    margin-right: .3125em
}

.artist-sidebar-link svg circle, .artist-sidebar-link svg path {
    fill: #fff
}

.artist-sidebar-link span {
    flex-grow: 1;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 1.25em;
    padding-left: 10px
}

.artist-sidebar-link:last-of-type {
    border-bottom: 0
}

.artist-sidebar-link:hover {
    background-color: #191625
}

.artist-sidebar .button {
    font-size: 30%;
    margin-top: 10px;
    align-self: flex-end
}

.photo-gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2.5em
}

.gal-img {
    width: 20%;
    padding: 5px;
    display: block
}

.gal-img img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: .5em
}

@media(max-width:1440px) {
    .gal-img {
        width: 25%
    }
}

@media(max-width:1024px) {
    .gal-img {
        width: 50%
    }
}

.past-lineups a {
    width: 33%
}

@media(max-width:1440px) {
    .past-lineups a {
        width: 33%
    }
}

@media(max-width:1024px) {
    .past-lineups a {
        width: 50%
    }
}

.pagination {
    margin-top: 20px;
    text-align: left;
    width: 100%
}

.pagination-inner {
    list-style: none;
    text-indent: 0 !important;
    margin: 0;
    padding: 0
}

.pagination-inner li {
    display: inline-block;
    font-size: 1.25em
}

.pagination-label {
    color: #28f3f6;
    margin-right: 8px
}

.pagination-item {
    margin: 0 2px;
    transition: color .3s;
    background-color: #282338;
    transition: background .3s
}

.pagination-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px
}

.pagination-item.pagination-item-current, .pagination-item:hover {
    background-color: #28f3f6;
    color: #170b6f
}

.pagination-item.pagination-item-current a {
    color: #fff
}

.post-title {
    width: 100%;
    background-color: #282338;
    padding: 1.5625em;
    position: relative;
    z-index: 2;
    border-bottom: solid 8px #f8f9c3;
    margin-bottom: 0
}

.post-title h2 {
    color: #f8f9c3;
    font-size: 2.75em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: .03125em
}

.post-title h3 {
    color: #effded;
    font-size: 1.25em;
    font-weight: 400;
    margin: 0
}

@media(max-width:1440px) {
    .post-title {
        font-size: 1.2em
    }
}

@media(max-width:1024px) {
    .post-title {
        font-size: .8em
    }

    .post-title h2 {
        font-size: 2.25em
    }
}