/*!
Theme Name: chicane
Theme URI: http://underscores.me/
Author: Influence Digital
Author URI: https://influence.digital
Description: A modern and responsive theme for Chicane. Created by Influence Digital.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chicane
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

chicane is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
     ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
     ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/* Text-level semantics
     ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Helvetica Neue", "Arial";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
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;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

h1 {
    font-size: 2em;
    font-weight: 200;
}

h1 span {
    font-weight: 600;
}

h3 {
    font-size: 1em;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

body {
    font-size: 14px;
}

.sunsets_theme h1,
.sunsets_theme h2,
.sunsets_theme h3,
.sunsets_theme h4,
.sunsets_theme h5,
.sunsets_theme h6 {
    color: #ff9644;
}

.sunsets_theme_white h1,
.sunsets_theme_white h2,
.sunsets_theme_white h3,
.sunsets_theme_white h4,
.sunsets_theme_white h5,
.sunsets_theme_white h6 {
    color: white;
}

.sunsets_theme_white p {
    color: white;
}

.chicane_theme h1,
.chicane_theme h2,
.chicane_theme h3,
.chicane_theme h4,
.chicane_theme h5,
.chicane_theme h6 {
    color: #52e6dd;
}

.chicane_theme p {
    color: white;
}


/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/

.owl-carousel,
.owl-stage-outer {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Preload
--------------------------------------------------------------*/

#preload {
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: -9999;
}

#p-1 {
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: -9999;
    background-image: url('https://chicane.unitedapps.co/wp-content/uploads/assets/home_sunsets_alt.jpg');
}

#p-2 {
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: -9999;
    background-image: url('https://chicane.unitedapps.co/wp-content/uploads/assets/hero_chicane_alt.jpg');
}


/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/

.site-main {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1em 1fr 1em;
    grid-template-columns: 1em 1fr 1em;
}

@media screen and (min-width: 1026px) {
    .site-main {
        -ms-grid-columns: 2em 1fr 2em;
        grid-template-columns: 2em 1fr 2em;
    }
}

@media screen and (min-width: 85.375em) {
    .site-main {
        -ms-grid-columns: 4em 1fr 4em;
        grid-template-columns: 4em 1fr 4em;
    }
}

@media screen and (min-width: 120em) {
    .site-main {
        -ms-grid-columns: 6em 1fr 6em;
        grid-template-columns: 6em 1fr 6em;
    }
}

@media screen and (min-width: 160em) {
    .site-main {
        -ms-grid-columns: 8em 1fr 8em;
        grid-template-columns: 8em 1fr 8em;
    }
}

.col_l {
    will-change: transform;
}

.col_r {
    will-change: transform;
}

.home .site-main {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1em 1fr 1em;
    grid-template-columns: 1em 1fr 1em;
}

@media screen and (min-width: 1026px) {
    .home .site-main {
        height: 100vh;
        -ms-grid-columns: 2em 1fr 2em;
        grid-template-columns: 2em 1fr 2em;
    }
}

@media screen and (min-width: 85.375em) {
    .home .site-main {
        -ms-grid-columns: 4em 1fr 4em;
        grid-template-columns: 4em 1fr 4em;
    }
}

@media screen and (min-width: 120em) {
    .home .site-main {
        -ms-grid-columns: 6em 1fr 6em;
        grid-template-columns: 6em 1fr 6em;
    }
}

@media screen and (min-width: 160em) {
    .home .site-main {
        -ms-grid-columns: 8em 1fr 8em;
        grid-template-columns: 8em 1fr 8em;
    }
}

@media screen and (min-width: 1026px) {
    .curr .col_l {
        will-change: transform;
        transform: translateY(0vh);
    }

    .curr .col_r {
        will-change: transform;
        transform: translateY(0vh);
    }
}

@media screen and (min-width: 1026px) {
    .next .col_l {
        will-change: transform;
        transform: translateY(-100vh);
    }

    .next .col_r {
        will-change: transform;
        transform: translateY(100vh);
    }
}

@media screen and (min-width: 1026px) {
    .prev .col_l {
        will-change: transform;
        transform: translateY(100vh);
    }

    .prev .col_r {
        will-change: transform;
        transform: translateY(-100vh);
    }
}

.split_screen {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/4;
}

@media screen and (min-width: 1026px) {
    .split_screen {
        overflow: hidden;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        min-height: 100vh;
        height: 100vh;
    }
}

.split_screen .col_l {
    transition: 1s;
    grid-column: 1/3;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    padding-right: 0px;
    -ms-grid-columns: 1em 1fr 1fr 1fr 1fr 1fr 1em;
    grid-template-columns: 1em repeat(5, 1fr) 1em;
}

@media screen and (min-width: 1026px) {
    .split_screen .col_l {
        padding-right: 10px;
        min-height: 100vh;
        grid-column: 1/2;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-columns: 2em 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 2em repeat(6, 1fr);
    }
}

@media screen and (min-width: 85.375em) {
    .split_screen .col_l {
        -ms-grid-columns: 4em 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 4em repeat(6, 1fr);
    }
}

@media screen and (min-width: 120em) {
    .split_screen .col_l {
        -ms-grid-columns: 6em 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 6em repeat(6, 1fr);
    }
}

@media screen and (min-width: 160em) {
    .split_screen .col_l {
        -ms-grid-columns: 8em 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 8em repeat(6, 1fr);
    }
}

.split_screen .col_l .slide_content_padding {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
    grid-column: 2 / span 5;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    -ms-grid-rows: 12em 1fr;
    grid-template-rows: 12em 1fr;
    display: -ms-grid;
    display: grid;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20vh 0 10vh 0;
}

.split_screen .col_l .slide_content_padding a {
    justify-self: start;
}

.split_screen .col_l .slide_content_padding h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.split_screen .col_l .slide_content_padding p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.split_screen .col_r {
    transition: 1s;
    grid-column: 1/3;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    padding-left: 0px;
    -ms-grid-columns: 1em 1fr 1fr 1fr 1fr 1fr 1em;
    grid-template-columns: 1em repeat(5, 1fr) 1em;
}

@media screen and (min-width: 1026px) {
    .split_screen .col_r {
        padding-left: 10px;
        min-height: 100vh;
        grid-column: 2/3;
        grid-row: 1/2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 2em;
        grid-template-columns: repeat(6, 1fr) 2em;
    }
}

@media screen and (min-width: 85.375em) {
    .split_screen .col_r {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 4em;
        grid-template-columns: repeat(6, 1fr) 4em;
    }
}

@media screen and (min-width: 120em) {
    .split_screen .col_r {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 6em;
        grid-template-columns: repeat(6, 1fr) 6em;
    }
}

@media screen and (min-width: 160em) {
    .split_screen .col_r {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 8em;
        grid-template-columns: repeat(6, 1fr) 8em;
    }
}

.split_screen .col_r .slide_content_padding {
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 12em 1fr;
    grid-template-rows: 12em 1fr;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20vh 0 10vh 0;
}

.split_screen .col_r .slide_content_padding a {
    justify-self: start;
}

.split_screen .col_r .slide_content_padding h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.split_screen .col_r .slide_content_padding p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.split_screen .col_r .slide_content_padding_reverse_align {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
    grid-column: 2 / span 6;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 12em 1fr;
    grid-template-rows: 12em 1fr;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20vh 0 10vh 0;
}

@media screen and (max-width: 1025px) {
    .split_screen .col_r .slide_content_padding_reverse_align {
        -ms-grid-column-span: 8;
        -ms-grid-column: 2;
        grid-column: 2 / span 8;
    }
}

.split_screen .col_r .slide_content_padding_reverse_align a {
    justify-self: end;
}

.split_screen .col_r .slide_content_padding_reverse_align h1 {
    justify-self: end;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    text-align: right;
}

.split_screen .col_r .slide_content_padding_reverse_align p {
    justify-self: end;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    text-align: right;
}

.split_screen .col_r .slide_content_right_clear {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
    grid-column: 2 / span 6;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.split_screen .col_r .slide_content_right_clear a {
    justify-self: start;
}

.split_screen .col_r .slide_content_right_clear h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.split_screen .col_r .slide_content_right_clear p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.regular_screen {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
}

@media screen and (min-width: 1026px) {
    .regular_screen {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.regular_screen .col_l {
    transition: 1s;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    padding-right: 0px;
    -ms-grid-columns: 1em (1fr)[5] 1em;
    grid-template-columns: 1em repeat(5, 1fr) 1em;
}

@media screen and (min-width: 1026px) {
    .regular_screen .col_l {
        padding-right: 10px;
        min-height: 100vh;
        grid-column: 1/2;
        grid-row: 1/2;
        -ms-grid-columns: 2em (1fr)[6];
        grid-template-columns: 2em repeat(6, 1fr);
    }
}

@media screen and (min-width: 85.375em) {
    .regular_screen .col_l {
        -ms-grid-columns: 4em (1fr)[6];
        grid-template-columns: 4em repeat(6, 1fr);
    }
}

@media screen and (min-width: 120em) {
    .regular_screen .col_l {
        -ms-grid-columns: 6em (1fr)[6];
        grid-template-columns: 6em repeat(6, 1fr);
    }
}

@media screen and (min-width: 160em) {
    .regular_screen .col_l {
        -ms-grid-columns: 8em (1fr)[6];
        grid-template-columns: 8em repeat(6, 1fr);
    }
}

.regular_screen .col_l .slide_content_padding {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
    grid-column: 2 / span 5;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    -ms-grid-rows: 12em 1fr;
    grid-template-rows: 12em 1fr;
    display: -ms-grid;
    display: grid;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20vh 0 10vh 0;
}

.regular_screen .col_l .slide_content_padding a {
    justify-self: start;
}

.regular_screen .col_l .slide_content_padding h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.regular_screen .col_l .slide_content_padding p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.regular_screen .col_r {
    transition: 1s;
    grid-column: 1/2;
    grid-row: 2/3;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    padding-left: 0px;
    -ms-grid-columns: 1em (1fr)[5] 1em;
    grid-template-columns: 1em repeat(5, 1fr) 1em;
}

@media screen and (min-width: 1026px) {
    .regular_screen .col_r {
        padding-left: 10px;
        min-height: 100vh;
        grid-column: 2/3;
        grid-row: 1/2;
        -ms-grid-columns: (1fr)[6] 2em;
        grid-template-columns: repeat(6, 1fr) 2em;
    }
}

@media screen and (min-width: 85.375em) {
    .regular_screen .col_r {
        -ms-grid-columns: (1fr)[6] 4em;
        grid-template-columns: repeat(6, 1fr) 4em;
    }
}

@media screen and (min-width: 120em) {
    .regular_screen .col_r {
        -ms-grid-columns: (1fr)[6] 6em;
        grid-template-columns: repeat(6, 1fr) 6em;
    }
}

@media screen and (min-width: 160em) {
    .regular_screen .col_r {
        -ms-grid-columns: (1fr)[6] 8em;
        grid-template-columns: repeat(6, 1fr) 8em;
    }
}

.regular_screen .col_r .slide_content_padding {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
    grid-column: 2 / span 5;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 12em 1fr;
    grid-template-rows: 12em 1fr;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20vh 0 10vh 0;
}

.regular_screen .col_r .slide_content_padding a {
    justify-self: start;
}

.regular_screen .col_r .slide_content_padding h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.regular_screen .col_r .slide_content_padding p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.regular_screen .col_r .slide_content_padding_reverse_align {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
    grid-column: 2 / span 6;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 12em 1fr;
    grid-template-rows: 12em 1fr;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20vh 0 10vh 0;
}

@media screen and (max-width: 1025px) {
    .regular_screen .col_r .slide_content_padding_reverse_align {
        -ms-grid-column-span: 8;
        -ms-grid-column: 2;
        grid-column: 2 / span 8;
    }
}

.regular_screen .col_r .slide_content_padding_reverse_align a {
    justify-self: end;
}

.regular_screen .col_r .slide_content_padding_reverse_align h1 {
    justify-self: end;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    text-align: right;
}

.regular_screen .col_r .slide_content_padding_reverse_align p {
    justify-self: end;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    text-align: right;
}

.regular_screen .col_r .slide_content_right_clear {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
    grid-column: 2 / span 6;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -ms-grid;
    display: grid;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regular_screen .col_r .slide_content_right_clear a {
    justify-self: start;
}

.regular_screen .col_r .slide_content_right_clear h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.regular_screen .col_r .slide_content_right_clear p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.event_title {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

@keyframes slideinSunsets {
    from {
        height: 100vh;
    }

    to {
        height: 160px;
    }
}

.page_cover {
    grid-column: 1/4;
    height: 100vh;
    animation: 1s slideinSunsets forwards;
    animation-delay: .3s;
}

.page .site-main article {
    grid-column: 2/3;
}

.page .site-main article h1 {
    font-size: 4em;
    padding: 1em 0 .5em 0;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.owl-item {
    height: 22vh;
    width: 22vh;
}

@keyframes slider_1 {
    0% {
        transform: translateZ(-50vw) rotateY(90deg) scaleY(0);
    }

    25% {
        transform: translateZ(-50vw) rotateY(0deg) scaleY(1);
    }

    50% {
        transform: translateZ(-50vw) rotateY(-90deg) scaleX(1);
    }

    75% {
        transform: translateZ(-50vw) rotateY(-180deg) scaleX(1);
    }

    100% {
        transform: translateZ(-50vw) rotateY(-270deg) scaleX(1);
    }
}

@keyframes slider_1_fade {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slider_fadeout {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    87% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes glitch-anim-1 {
    0% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }

    2% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }

    4% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }

    6% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }

    8% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }

    10% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }

    12% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }

    14% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    16% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    18% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }

    21.9% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0);
    }

    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-anim-2 {
    0% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    }

    3% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }

    5% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    }

    7% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }

    9% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    }

    11% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    }

    13% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }

    15% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    }

    17% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    }

    19% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    }

    20% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    }

    21.9% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    }

    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-anim-3 {
    0% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    }

    1.5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    }

    2% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    }

    2.5% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }

    3% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    }

    5% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    }

    5.5% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    }

    7% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    }

    8% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }

    9% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    }

    10.5% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    }

    11% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    }

    13% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    }

    14% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    }

    14.5% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    }

    15% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    }

    16% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }

    18% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    }

    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    }

    21.9% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    }

    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-anim-4 {
    0% {
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }

    2% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }

    4% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }

    5% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }

    6% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    7% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    8% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    9% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }

    9.9% {
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    }

    10%,
    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}


/* Flash */

@keyframes glitch-anim-5 {

    0%,
    5% {
        opacity: 0.2;
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    }

    5.5%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes CIRCULAR {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes slider_expand {
    from {
        transform: scaleY(0.05);
    }

    to {
        transform: scaleY(1);
    }
}

@keyframes slider_second_expand {
    from {
        height: 30vh;
    }

    to {
        height: 100vh;
    }
}

@keyframes slider_fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

@supports (-ms-ime-align: auto) {
    .intro_screen {
        will-change: transform;
        display: none;
    }
}

.teaser_popup {
    position: fixed;
}

.teaser_popup p,
.close_trailer {
    top: 40px !important;
    right: 0;
    cursor: pointer;
}

.intro_screen {
    will-change: transform;
    z-index: 9992;
    height: 100vh;
    width: 100%;
    background-color: #121212;
    grid-column: 1/4;
    grid-row: 1/2;
    position: fixed;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    display: -ms-grid;
    display: grid;
    perspective: 50vw;
    animation-name: slider_fadeout;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    animation-duration: 1000ms;
    animation-delay: 17000ms;
}

@media screen and (max-width: 1025px) {
    .intro_screen {
        transform: translateY(-80px);
    }
}

.intro_screen .intro_slider {
    will-change: transform;
    transition: 4s;
    height: 100vh;
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-50vw) rotateY(90deg);
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: center;
    animation-name: slider_1;
    animation-play-state: paused;
    animation-duration: 16000ms;
    animation-delay: 0ms;
}

.intro_screen .intro_slider .intro_slide_front,
.intro_screen .intro_slider .intro_slide_right,
.intro_screen .intro_slider .intro_slide_back {
    will-change: transform;
    animation-name: slider_1_fade;
    animation-duration: 12001ms;
    animation-delay: 4000ms;
    animation-play-state: paused;
}


/* .intro_screen .intro_slider .intro_slide:last-of-type{
    animation-name: none;
} */

.intro_slide_front,
.intro_slide_back,
.intro_slide_left,
.intro_slide_right {
    will-change: transform;
    animation-name: slider_fadeout;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-play-state: paused;
}

.intro_screen .intro_slide {
    transition: 4s;
    position: absolute;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: center;
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    height: 30vh;
    width: 100%;
    animation-name: slider_second_expand;
    animation-fill-mode: forwards;
    animation-duration: 1000ms;
    animation-delay: 16000ms;
    animation-play-state: paused;
}

.intro_screen .intro_slide_front {
    transform: rotateY(0deg) translateZ(50vw);
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/1.jpg");
    background-size: cover;
    background-position: center;
}

#p-3 {
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/1.jpg");
}

.intro_screen .intro_slide_right {
    transform: rotateY(90deg) translateZ(50vw);
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/3.jpg");
    background-size: cover;
    background-position: center;
}

#p-4 {
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/3.jpg");
}

.intro_screen .intro_slide_back {
    transform: rotateY(180deg) translateZ(50vw);
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/2.jpg");
    background-size: cover;
    background-position: center;
}

#p-5 {
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/2.jpg");
}

.intro_screen .intro_slide_left {
    transform: rotateY(-90deg) translateZ(50vw);
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/4.jpg");
    background-size: cover;
    background-position: center;
}

#p-6 {
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/slider/4.jpg");
}

.home_hero .glitch_active {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/hero_chicane_alt.jpg") !important;
}

.home_hero .glitch_active .img_glitch {
    opacity: 1;
}

.home_hero .glitch_active .img_glitch:nth-of-type(1n) {
    mix-blend-mode: soft-light;
    animation: glitch-anim-2 4s infinite;
}

.home_hero .glitch_active .img_glitch:nth-of-type(2n) {
    background: #52e6dc33;
    mix-blend-mode: screen;
    animation: glitch-anim-1 4s infinite;
}

.home_hero .glitch_active .img_glitch:nth-of-type(3n) {
    animation: glitch-anim-3 4s infinite;
}

.home_hero .glitch_active .img_glitch:nth-of-type(4n) {
    mix-blend-mode: difference;
    animation: glitch-anim-5 4s infinite;
}

.home_hero .col_l {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/hero_chicane.jpg");
    background-size: cover;
    position: relative;
}

.home_hero .col_l .description {
    transition: 1s;
    grid-column: 2/6;
    grid-row: 1/3;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: white;
    text-align: right;
    opacity: 0;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_l .description {
        display: none;
    }
}

.home_hero .col_l .img_glitch {
    opacity: 0;
    grid-column: 1/8;
    grid-row: 1/2;
    height: 100vh;
    width: calc(50vw + 10px);
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/hero_chicane.jpg");
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_l .img_glitch {
        width: 100vw;
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .home_hero .col_l {
        height: 50vh;
    }
}

.home_hero .col_l .chicane_logo {
    transition: 1s;
    max-width: 300px;
    grid-column: 1/8;
    grid-row: 1/3;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 4000;
    justify-self: center;
    transform: translateY(-10px);
}

@media screen and (max-width: 1025px) {
    .home_hero .col_l .chicane_logo {
        max-width: 60vw;
        width: 300px;
        grid-column: 1/8;
        grid-row: 1/2;
    }
}

.home_hero .col_l .circle {
    margin-left: auto;
    position: relative;
    -ms-grid-column-span: 6;
    grid-column: 2 / span 6;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-align: end;
    justify-self: flex-end;
    z-index: 100;
    margin-right: -10px;
    height: 300px;
    width: 150px;
    overflow: hidden;
    display: flex;
    left: 0px;
    margin-top: calc(50vh - 150px);
}

@media screen and (max-width: 1025px) {
    .home_hero .col_l .circle {
        height: 150px;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        grid-column: 1/8;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column-align: end;
        bottom: 0px;
        left: 0px;
        justify-self: center;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

.home_hero .col_l .circle .circular {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    border-radius: 150px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_l .circle .circular {
        transform: rotateZ(90deg) scale(0.5);
        left: 0px;
        bottom: -150px;
    }
}

.home_hero .col_l .circle .circular .circular_l {
    transition: 1s;
    width: 150px;
    height: 300px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/hero_sunsets.jpg");
    background-size: cover;
    background-position: center left;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.home_hero .col_l .circle .circular .circular_r {
    transition: 1s;
    width: 150px;
    height: 300px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/circle_mid.jpg");
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.home_hero .sunsets_active {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/home_sunsets_alt.jpg") !important;
}

.home_hero .col_r {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/hero_sunsets.jpg");
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_r {
        height: 50vh;
    }
}

.home_hero .col_r .description {
    transition: 1s;
    grid-column: 3/7;
    grid-row: 1/3;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: white;
    text-align: left;
    opacity: 0;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_r .description {
        display: none;
    }
}

.home_hero .col_r .sunsets_logo {
    transition: 1s;
    max-width: 300px;
    grid-column: 2/8;
    grid-row: 1/3;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 4000;
    justify-self: center;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_r .sunsets_logo {
        max-width: 60vw;
        width: 300px;
        grid-column: 1/8;
        grid-row: 1/2;
    }
}

.home_hero .col_r .circle {
    position: relative;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    margin-left: -10px;
    z-index: 100;
    height: 300px;
    width: 150px;
    display: flex;
    overflow: hidden;
    left: 0px;
    margin-top: calc(50vh - 150px);
}

@media screen and (max-width: 1025px) {
    .home_hero .col_r .circle {
        height: 150px;
        width: 300px;
        grid-column: 1/8;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column-align: center;
        top: 0;
        left: 0px;
        margin-top: 0px;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.home_hero .col_r .circle .circular {
    position: absolute;
    width: 300px;
    height: 300px;
    left: -150px;
    border-radius: 150px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_r .circle .circular {
        transform: rotateZ(90deg) scale(0.5);
        left: 0px;
        top: -150px;
    }
}

.home_hero .col_r .circle .circular .circular_l {
    transition: 1s;
    width: 150px;
    height: 300px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/hero_sunsets.jpg");
    background-size: cover;
    background-position: center left;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

@media screen and (max-width: 1025px) {
    .home_hero .col_r .circle .circular .circular_l {
        width: 150px;
        height: 300px;
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
    }
}

.home_hero .col_r .circle .circular .circular_r {
    transition: 1s;
    width: 150px;
    height: 300px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/circle_mid.jpg");
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

@media screen and (max-width: 1025px) {
    .home_sunsets {
        -ms-grid-rows: 350px 1fr;
        grid-template-rows: 350px 1fr;
    }
}

.home_sunsets .col_l {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/large-tours_bg.jpg");
    background-size: cover;
    /* background-image: linear-gradient(-135deg, #FFFFFF 0%, #DADADA 100%); */
}

.home_sunsets .col_l h1 {
    color: #ff9644;
}

.home_sunsets .col_l p {
    color: black;
}

@media screen and (max-width: 1025px) {
    .home_sunsets .col_l {
        grid-row: 2/3;
    }

    .home_sunsets .col_l .slide_content_padding {
        margin: 10vh 0 10vh 0;
    }
}

.home_sunsets .col_r {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/home_sunsets.jpg");
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .home_sunsets .col_r {
        grid-row: 1/2;
        padding-left: 0px;
    }

    .home_sunsets .col_r .slide_content_right_clear {
        -ms-grid-column-span: 7;
        -ms-grid-column: 1;
        grid-column: 1 / span 7;
    }

    .home_sunsets .col_r .slide_content_right_clear .video_player {
        height: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .home_music {
        -ms-grid-rows: 600px;
        grid-template-rows: 600px;
    }
}

.home_music .col_l {
    color: white;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #323232;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/chicane_background.jpg");
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .home_music .col_l {
        grid-row: 1/3;
    }
}

.home_music .col_l .release_info {
    z-index: 2000;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
    grid-column: 2 / span 5;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
}

@media screen and (max-width: 1025px) {
    .home_music .col_l .release_info {
        padding-top: 10vh;
        padding-bottom: 10vh;
        height: 100%;
    }
}

.home_music .col_l .release_info h1 {
    font-weight: 200;
    color: #52e6dd;
}

.home_music .col_l .release_info .release_description {
    color: white;
    padding-bottom: 50px;
}

.home_music .col_l .release_info .release_links {
    padding-top: 25px;
}

.home_music .col_l .release_info .stream_links {
    margin: 25px 0 35px 0;
    width: 250px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home_music .col_l .circle {
    margin-left: auto;
    margin-right: unset;
    position: relative;
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
    grid-column: 2 / span 6;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    justify-self: flex-end;
    z-index: 100;
    margin-right: -10px;
    height: 400px;
    width: 200px;
    overflow: hidden;
    left: 0px;
    margin-top: calc(50vh - 200px);
}

@media screen and (max-width: 1025px) {
    .home_music .col_l .circle {
        transform: scale(0.7);
        -ms-grid-column-span: 7;
        -ms-grid-column: 1;
        grid-column: 1 / span 7;
        margin-top: 0px;
        justify-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.home_music .col_l .circle .circular {
    animation: CIRCULAR infinite 12s linear;
    position: absolute;
    width: 400px;
    height: 400px;
    right: -200px;
    border-radius: 200px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.discover_mobile {
    display: none;
}

.discover_desktop {
    display: block;
}

@media screen and (max-width: 1025px) {
    .side_nav {
        display: none !important;
    }

    .home_music .col_l .circle .circular {
        right: 0px;
    }

    .discover_desktop {
        display: none !important;
    }

    .discover_mobile {
        display: block !important;
        width: 200px;
        text-align: center;
        bottom: 15%;
        left: calc(50% - 100px);
    }
}

.home_music .col_l .circle .circular .circular_l {
    width: 200px;
    height: 400px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/modena.jpg");
    background-size: cover;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

.home_music .col_l .circle .circular .circular_r {
    width: 200px;
    height: 400px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/modena.jpg");
    background-size: cover;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    background-position: right;
}

@media screen and (max-width: 1025px) {
    .home_music .col_l .circle .circular .circular_l {
        background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/modena_m.jpg");
    }

    .home_music .col_l .circle .circular .circular_r {
        background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/modena_m.jpg");
    }
}

.home_music .col_r {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/chicane_background_flip.jpg");
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .home_music .col_r {
        background-image: url("/wp-content/uploads/assets/chicane_background.jpg");
        background-size: cover;
    }
}

@media screen and (max-width: 1025px) {
    .home_music .col_r {
        grid-row: 1/3;
    }
}

.home_music .col_r .labels {
    width: 20px;
    height: 77vh;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 200;
    position: relative;
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home_music .col_r .labels p {
    color: white;
    transform: rotateZ(-90deg) translateY(4.5vw) translateX(-2em);
    width: 40px;
    text-align: center;
    letter-spacing: .1em;
}

.home_music .col_r .releases {
    z-index: 2000;
    -ms-grid-column-span: 4;
    -ms-grid-column: 2;
    grid-column: 2 / span 4;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -200px;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 80vh;
}

@media screen and (max-width: 1025px) {
    .home_music .col_r .releases {
        -ms-grid-column-span: 7;
        -ms-grid-column: 1;
        grid-column: 1 / span 7;
        height: unset;
    }
}

.home_music .col_r .releases .releases_row {
    transition: 1s;
    height: 22vh;
    margin: 10px 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* overflow: hidden; */
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .home_music .col_r .releases .releases_row {
        margin: 30px 0;
        height: 120px;
    }
}

.home_music .col_r .releases .releases_row img {
    transition: 1s;
    height: 100%;
    width: auto;
    /* padding-right: 10px; */
}

@media screen and (max-width: 1025px) {
    .home_music .col_r .releases .releases_row img {
        height: 200px;
        /* min-width: 200px;
        max-width: 200px; */
    }
}

.home_music .col_r .circle {
    position: relative;
    -ms-grid-column-span: 6;
    -ms-grid-column: 1;
    grid-column: 1 / span 6;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    margin-left: -10px;
    z-index: 100;
    height: 400px;
    width: 200px;
    overflow: hidden;
    left: 0px;
    margin-top: calc(50vh - 200px);
}

@media screen and (max-width: 1025px) {
    .home_music .col_r .circle {
        display: none;
    }
}

.home_music .col_r .circle .circular {
    animation: CIRCULAR infinite 12s linear;
    position: absolute;
    width: 400px;
    height: 400px;
    left: -200px;
    border-radius: 200px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.home_music .col_r .circle .circular .circular_l {
    width: 200px;
    height: 400px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/modena_sun.jpg");
    background-size: cover;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

.home_music .col_r .circle .circular .circular_r {
    width: 200px;
    height: 400px;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/modena_sun.jpg");
    background-size: cover;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    background-position: right;
}

.home_tours .col_l {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/tours_bg.jpg");
    background-size: cover;
}

.home_tours .col_l p {
    color: black;
}

.home_tours .col_l .slide_content_tours {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home_tours .col_l .slide_content_tours p {
    width: 100%;
}

.home_tours .col_l .slide_content_tours img {
    width: 150px;
    height: auto;
    margin-right: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.home_tours .col_l .slide_content_tours a {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.home_tours .col_l .slide_content_padding p {
    color: black;
}

.home_tours .col_l .slide_content_padding p:first-child {
    padding-top: 2em;
}

.close_tours {
    display: none;
}

@media screen and (max-width: 1025px) {
    .home_tours .col_l {
        transform: translateX(-100vw);
        z-index: 2000;
        grid-row: 1/3;
    }

    .home_tours .toggled {
        transform: translateX(0vw);
    }

    .home_tours .col_l .slide_content_padding {
        margin: 10vh 0 10vh 0;
    }

    .close_tours {
        display: block;
    }
}

.home_tours .col_r {
    background: gray;
}

.home_tours .col_r video {
    filter: grayscale(100%);
    position: absolute;
    grid-column: 1/8;
    z-index: 100;
    margin-left: -10px;
    height: 100%;
}

.home_tours .col_r .slide_content_padding {
    z-index: 500;
}

@media screen and (max-width: 1025px) {
    .home_tours .col_r {
        overflow: hidden;
        position: relative;
        grid-row: 1/3;
    }

    .home_tours .col_r .slide_content_padding {
        margin: 10vh 0 10vh 0;
    }
}

.home_merch .col_l {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/merch.jpg");
    background-size: cover;
}

.home_merch .col_l .merch_button {
    display: none;
    transition: .3s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: end;
    grid-column: 1/8;
    transform: rotateZ(180deg) translateX(10px);
    grid-row: 1/2;
    width: 40px;
    z-index: 4500;
}

.home_merch .col_l .merch_button:hover {
    transform: rotateZ(180deg) translateX(10px) scale(1.2);
    cursor: pointer;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_l {
        display: none;
    }
}

.home_merch .col_l .merch_item {
    transition: 1s;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2000;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: end;
    grid-column: 1/12;
    grid-row: 1/2;
    width: 500px;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_l .merch_item {
        transform: translateX(50vw);
    }
}

.home_merch .col_l .merch_item img {
    transition: 1s;
    width: 500px;
    height: 500px;
    opacity: 0;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_l .merch_item img {
        width: 300px;
        height: 300px;
    }
}

.home_merch .col_l .merch_item .active {
    opacity: 1;
}


/* .home_merch .col_l .merch_item .merch_img_1 {
    transition: 1s;
    transform: translateX(260px);
}

@media screen and (max-width: 1025px) {
    .home_merch .col_l .merch_item .merch_img_1 {
        transform: translateX(160px);
    }
} */

.merch_img_1 {
    height: 500px;
    width: auto;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_l .merch_item .merch_section h1 {
        justify-self: center;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        text-align: center;
    }

    .home_merch .col_l .merch_item .merch_section p {
        opacity: 0;
    }

    .home_merch .col_l .merch_item .merch_section .btn_primary {
        justify-self: center;
    }
}

.home_merch .col_l .merch_section {
    z-index: 4000;
}

.home_merch .col_l .merch_section p {
    width: 20vw;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_l .merch_section {
        margin: 10vh 0 10vh 0;
    }

    .home_merch .col_l .merch_section h1 {
        justify-self: center;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        text-align: center;
    }

    .home_merch .col_l .merch_section p {
        opacity: 0;
    }

    .home_merch .col_l .merch_section .btn_primary {
        justify-self: center;
    }
}

.home_merch .col_r {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/merch_original.jpg");
    background-size: cover;
}

.home_merch .col_r .merch_button:first-of-type {
    display: none;
    transition: .3s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: start;
    grid-column: 2/12;
    grid-row: 1/2;
    width: 40px;
    z-index: 4500;
}

.home_merch .col_r .merch_button:last-of-type {
    display: none;
    transition: .3s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: start;
    grid-column: 3/4;
    grid-row: 1/2;
    width: 40px;
    z-index: 4500;
}

.home_merch .col_r .merch_button:hover {
    transform: scale(1.2);
    cursor: pointer;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_r {
        grid-row: 1/3;
    }

    .home_merch .col_r .merch_button:first-of-type {
        grid-column: 6/7;
    }

    .home_merch .col_r .merch_item {
        grid-column: 1/10;
        justiy-self: center;
    }
}

.home_merch .col_r .merch_item {
    transition: 1s;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2000;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: start;
    grid-column: 1/12;
    grid-row: 1/2;
    width: 500px;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_r .merch_item {
        transform: translateX(50vw);
    }
}

.home_merch .col_r .merch_item img {
    transition: 1s;
    width: 500px;
    height: 500px;
    opacity: 0;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_r .merch_item img {
        width: 300px;
        height: 300px;
    }
}

.home_merch .col_r .merch_item .active {
    opacity: 1;
}


/* .home_merch .col_r .merch_item .merch_img_1 {
    transition: 1s;
    transform: translateX(-260px);
}

@media screen and (max-width: 1025px) {
    .home_merch .col_r .merch_item .merch_img_1 {
        transform: translateX(-160px);
    }
} */

.home_merch .col_r .merch_section {
    grid-column: 1 / span 6 !important;
    z-index: 4000;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_r .merch_section {
        grid-column: 1 / span 7 !important;
    }

    .merch_section p {
        display: none;
    }

    .merch_section a {
        align-self: flex-end;
    }
}

.home_merch .col_r .merch_section p {
    width: 20vw;
}

@media screen and (max-width: 1025px) {
    .home_merch .col_r .merch_section {
        margin: 10vh 0 10vh 0;
    }

    .home_merch .col_r .merch_section h1 {
        justify-self: center;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        text-align: center;
    }

    .home_merch .col_r .merch_section p {
        opacity: 0;
    }

    .home_merch .col_r .merch_section .btn_primary {
        justify-self: center;
    }
}

@media screen and (max-width: 764px) {
    .home_merch .col_r .merch_section {
        min-height: 500px;
    }
}

.home_about .col_l {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/info_chicane.jpg");
    background-size: cover;
}

.home_about .col_l .chicane_logo {
    grid-row: 1/2;
    grid-column: 5/7;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.home_about .col_l p {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    grid-row: 2/3;
    grid-column: 3/7;
    text-align: right;
    color: white;
}

.home_about .col_r {
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/info_sunsets.jpg");
    background-size: cover;
}

.home_about .col_r .sunsets_logo {
    grid-row: 1/2;
    grid-column: 2/4;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.home_about .col_r P {
    color: white;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    grid-row: 2/3;
    grid-column: 2/6;
}

.video_player {
    transition: .2s;
    background: url("https://chicane.unitedapps.co/wp-content/uploads/assets/video_preview.jpg");
    background-size: cover;
    height: 60vh;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
}

.video_player .sets_preview {
    z-index: 2000;
    grid-column: 1/3;
    grid-row: 1/3;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: center;
    width: 80%;
    height: auto;
    filter: brightness(3) invert(100%) contrast(160%);
    mix-blend-mode: soft-light;
    opacity: 1;
}

.video_player h1 {
    z-index: 3000;
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-flex-item-align: end !important;
    -ms-grid-row-align: end !important;
    align-self: end !important;
    justify-self: end;
    color: white;
}

.video_player h1 span {
    font-weight: 600;
}

.video_player p {
    z-index: 3000;
    min-width: 200px;
    width: 50%;
    grid-column: 2/3;
    grid-row: 2/3;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: white;
}

@media screen and (max-width: 1025px) {
    .video_player p {
        min-width: 30px;
    }
}

.video_player svg {
    z-index: 3000;
    transition: .2s;
    grid-column: 1/3;
    transform: translate(13%, -12%);
    grid-row: 1/3;
    width: 10vh;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: center;
    height: auto;
}

.video_player svg polygon {
    transition: .3s;
    fill: #ff9644;
    opacity: 1;
}

.video_player svg polygon:hover {
    fill: #323232;
}

.video_player:hover {
    background-color: #ff9644;
}

.video_player:hover svg polygon {
    fill: #ff9644;
    opacity: 1;
}

.events_selector {
    grid-row: 1/3;
}

.events_selector .chicane::before {
    content: "Chicane";
    bottom: 0;
    right: 0;
    letter-spacing: 2px;
    font-size: 9px;
    padding: 1px 5px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    background-color: #52e6dd;
}

.events_selector .sunsets::before {
    color: black;
    bottom: 0;
    right: 0;
    letter-spacing: 2px;
    font-size: 9px;
    padding: 1px 5px;
    font-weight: bold;
    text-transform: uppercase;
    content: "Sunsets";
    position: absolute;
    background-color: white;
}

.events_selector .event_card {
    position: relative;
    transition: .2s;
    width: 100%;
    background-color: black;
    margin: 20px 0;
    cursor: pointer;
    padding: 25px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr 2fr;
    grid-template-columns: 1fr 1.5fr 2fr;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.events_selector .event_card p {
    padding: 0 20px;
    margin: 0;
}

.events_selector .event_card p:first-child {
    color: #52e6dd;
}

.events_selector .event_card:hover {
    background-color: #52e6dd;
}

.events_selector .event_card:hover p {
    color: black;
}

.events_selector .event_card:hover p:first-child {
    color: black;
}

.events_selector .sunsets:hover {
    background-color: white;
}

.events_selector .sunsets:hover p {
    color: black;
}

.events_selector .sunsets:hover p:first-child {
    color: black;
}

.events_selector .card_active {
    background-color: #52e6dd;
    box-shadow: 0px 0px 5px 0px #52e6dd;
}

.events_selector>.event_card .button .sunsets .card_active {
    background-color: white !important;
    box-shadow: 0px 0px 5px 0px white !important;
}

.events_selector .card_active p {
    color: black;
}

.events_selector .card_active p:first-child {
    color: black;
}

.page_sunsets {
    grid-row: 1/2;
    grid-column: 1/12;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}

@media screen and (max-width: 1025px) {
    .events_selector .event_card {
        font-size: 0.9em;
    }

    .page_sunsets {
        grid-column: 1/5;
        grid-template-rows: 1fr .5fr;
    }
}

.page_sunsets .col_l {
    transform: none;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/large-tours_bg.jpg");
    background-image: cover;
}

@media screen and (max-width: 1025px) {
    .page_sunsets .col_l {
        grid-row: 1/2;
        grid-column: 1/4;
    }

    .page_sunsets .col_l .slide_content_padding {
        margin: 10vh 0 10vh 0;
    }
}

.page_sunsets .col_r {
    transform: none;
    background-image: url("https://chicane.unitedapps.co/wp-content/uploads/assets/trailer_bg.jpg");
    background-size: contain;
}

.page_sunsets .col_r .slide_content_right_clear {
    -ms-grid-column-span: 7;
    -ms-grid-column: 1;
    grid-column: 1 / span 7;
}

.page_sunsets .col_r svg {
    z-index: 1000;
    align-self: center;
    justify-self: center;
    width: 100px;
    padding-top: 64px;
    grid-column: 1/12;
}

.page_sunsets .col_r>video {
    display: none;
}

@media screen and (max-width: 1025px) {
    .page_sunsets .col_r svg {
        padding-top: 0;
    }

    .page_sunsets .col_r {
        background-position: center;
        grid-row: 2/3;
        grid-column: 1/4;
        height: 100%;
    }

    .page_sunsets .col_r>video {
        min-width: 100vw !important;
        height: 100% !important;
        position: absolute !important;
        /* top: -20px !important; */
        left: 0 !important;
        min-height: 0 !important;
    }

    .page_sunsets .col_r .slide_content_right_clear {
        -ms-grid-column-span: 7;
        -ms-grid-column: 1;
        grid-column: 1 / span 7;
    }

    .page_sunsets .col_r .slide_content_right_clear .video_player {
        height: 100%;
    }
}

.sunsets_episodes_slider {
    background-image: linear-gradient(-135deg, #FFFFFF 0%, #DADADA 100%);
    grid-column: 1/4;
    height: 100vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 10vh 6fr 1fr 10vh;
    grid-template-rows: 10vh 6fr 1fr 10vh;
}

.sunsets_episodes_slider .sunsets_slider {
    grid-column: 1/5;
    grid-row: 2/4;
    overflow: hidden;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 1025px) {
    .sunsets_episodes_slider {
        height: 600px;
    }

    .sunsets_episodes_slider .sunsets_slider {
        grid-row: 1/5;
        grid-column: 1/5;
        display: block;
        height: 100%;
    }

    .sunsets_episodes_slider .sunsets_slider ul {
        height: 100%;
        max-height: 600px;
    }

    .sunsets_episodes_slider .sunsets_slider ul li p {
        width: 80%;
    }
}

.sunsets_episodes_slider .sunsets_slider .owl-item {
    height: auto;
}

.sunsets_episodes_slider .sunsets_slider .owl-dots {
    text-align: left;
}

.sunsets_episodes_slider .sunsets_slider .sunsets_episode {
    transition: .5s;
    text-decoration: none;
    background-size: cover;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #FEE140;
    background-image: linear-gradient(90deg, #FEE140 0%, #FA709A 100%);
    width: 800px;
    min-height: 100%;
    height: 70vh;
    padding: 2em;
    color: white;
}

@media screen and (max-width: 1025px) {
    .sunsets_episodes_slider .sunsets_slider .sunsets_episode {
        width: 100vw;
        height: unset;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.sunsets_episodes_slider .sunsets_slider .sunsets_episode a {
    color: white;
    text-decoration: none;
}

.sunsets_episodes_slider .sunsets_slider .sunsets_episode div {
    min-height: 200px;
}

.sunsets_episodes_slider .sunsets_slider .sunsets_episode h1 {
    margin: 0;
    text-decoration: none;
}

@media screen and (min-width: 1026px) {
    .sunsets_episodes_slider .sunsets_slider .sunsets_episode {
        filter: grayscale(30%);
    }

    .sunsets_episodes_slider .sunsets_slider .sunsets_episode:hover {
        filter: grayscale(0%) brightness(110%);
    }
}

.sunsets_episodes_slider .sunsets_nav {
    display: none;
    grid-column: 2/5;
    grid-row: 3/4;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.sunsets_episodes_slider .sunsets_nav ul {
    margin: 1em 0;
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.sunsets_episodes_slider .sunsets_nav ul li {
    transition: .5s;
    list-style: none;
    padding-right: 2em;
}

.sunsets_episodes_slider .sunsets_nav ul .active {
    color: #ff9644;
    padding-right: 4em;
}

.sunsets_episodes_slider .sunsets_nav ul .active:after {
    content: '/';
    font-size: 2em;
    position: absolute;
    top: -10px;
    transform: translateX(20px);
}

.post_sunsets {
    grid-row: 1/2;
    grid-column: 1/4;
    background-image: linear-gradient(-135deg, #FFFFFF 0%, #DADADA 100%);
    -ms-grid-columns: 1em (1fr)[12] 1em;
    grid-template-columns: 1em repeat(12, 1fr) 1em;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

@media screen and (min-width: 1026px) {
    .post_sunsets {
        min-height: 100vh;
        -ms-grid-columns: 2em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2em;
        grid-template-columns: 2em repeat(12, 1fr) 2em;
    }
}

@media screen and (min-width: 85.375em) {
    .post_sunsets {
        -ms-grid-columns: 4em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 4em;
        grid-template-columns: 4em repeat(12, 1fr) 4em;
    }
}

@media screen and (min-width: 120em) {
    .post_sunsets {
        -ms-grid-columns: 6em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 6em;
        grid-template-columns: 6em repeat(12, 1fr) 6em;
    }
}

@media screen and (min-width: 160em) {
    .post_sunsets {
        -ms-grid-columns: 8em (1fr)[12] 8em;
        grid-template-columns: 8em repeat(12, 1fr) 8em;
    }
}

.post_sunsets .sunsets_player {
    grid-column: 1/15;
    width: 100%;
    height: 300px;
    background-color: #FEE140;
    background-image: linear-gradient(90deg, #FEE140 0%, #FA709A 100%);
}

.post_sunsets .sunsets_description {
    height: 300px;
    grid-column: 2/14;
}

.sunsets_theme_white h1 {
    color: black !important;
}

.sunsets_theme_white a {
    color: black !important;
}

.sunsets_theme_white a:hover {
    color: white !important;
    background-color: black !important;
}

.video_player polygon {
    fill: white !important;
    opacity: 1 !important;
}

.sunsets_progress_alt .progress {
    background-color: white !important;
}

.release_info h1 {
    color: white !important;
}

.home_merch .sunsets_theme h1 {
    color: black !important;
}

.home_merch .sunsets_theme a {
    color: black !important;
    background-color: white !important;
}

.home_merch .sunsets_theme a:hover {
    color: white !important;
    background-color: black !important;
}

.home_merch .sunsets_theme p {
    color: #717171 !important;
}

.sunsets_progress .progress {
    background-color: white !important;
}

.sunsets_progress ul li {
    color: black !important;
}

.event_title h1 {
    color: black !important;
}

.col_l .chicane_theme p {
    color: #717171 !important;
}

.col_l .sunsets_theme_white p {
    color: #717171 !important;
}

.page_label {
    opacity: 0.3 !important;
    width: 40px !important;
    transform: translateX(calc(-100%)) rotateZ(90deg) !important;
}

.page_label:hover {
    opacity: 1 !important;
}

.video_player {
    cursor: pointer;
    background-image: none !important;
}

.video_player:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}

.home_sunsets .slide_content_right_clear {
    -ms-grid-column-span: 7 !important;
    -ms-grid-column: 1 !important;
    grid-column: 1 / span 7 !important;
}

@keyframes slideinSunsets {
    from {
        height: 100vh;
    }

    to {
        height: 160px;
    }
}

.sunsets_episode_page .placeholder_video {
    background-color: #323232;
    max-width: 100vw;
}

@media screen and (min-width: 85.375em) {
    .sunsets_episode_page .placeholder_video {
        max-width: 50vw;
    }
}

.sunsets_episode_page .post_cover {
    grid-column: 1/4;
    width: 100%;
    height: 100vh;
    animation: 1s slideinSunsets forwards;
    animation-delay: .5s;
    background-size: cover;
    background-position: center;
}

.sunsets_episode_page article {
    grid-column: 2/3;
}

.sunsets_episode_page article h1 {
    font-size: 4em;
    margin: 20px 0;
    padding: 20px 0;
}

.sunsets_episode_page article .description_container {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.sunsets_episode_page article .description_container .episode_description {
    grid-column: 1/3;
    padding-left: 0px;
}

@media screen and (min-width: 85.375em) {
    .sunsets_episode_page article .description_container .episode_description {
        padding-left: 40px;
        grid-column: 2/3;
    }
}

.sunsets_episode_page .sunsets_episode {
    grid-column: 1/3;
}

@media screen and (min-width: 85.375em) {
    .sunsets_episode_page .sunsets_episode {
        grid-column: 1/2;
    }
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
    z-index: 9900;
    position: fixed;
    background-color: white;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 80px;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home .site-header {
    z-index: 9900;
    position: fixed;
    background-color: transparent;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 80px;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .main-navigation {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 48em) {
    .site-header .main-navigation {
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1026px) {
    .site-header .main-navigation {
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1025px) {
    .home .site-header {
        background-color: white;
    }

    .site-branding,
    .menu-toggle,
    .fas-link {
        filter: brightness(0) !important;
    }

    .home .site-header .fas {
        color: black !important;
    }

    .site-header .fas {
        color: black !important;
    }

    .home .main-navigation a {
        color: black !important;
    }
}

.site-header .custom-logo {
    z-index: 9900;
    width: 8rem;
    height: auto;
}

.site-header .fas {
    font-size: 22px;
    color: black;
    padding-left: 40px;
}

.home .site-header .fas {
    font-size: 22px;
    color: white;
    padding-left: 40px;
}

.site-branding {
    z-index: 9900;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.home .site-footer {
    transition: .3s;
    padding: 1em;
    grid-row: 1/2;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    opacity: 0 !important;
    display: none !important;
    bottom: 0;
    z-index: 8900;
    color: white;
}

.home .footer_on {
    transition: .3s;
    padding: 1em;
    grid-row: 1/2;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    opacity: 1 !important;
    display: block !important;
    bottom: 0;
    z-index: 9900;
    color: white;
}

.home .footer_on a {
    color: white;
}

.site-footer a {
    color: white;
}

#footer-menu {
    margin: 0;
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

#footer-menu a {
    text-decoration: none;
    letter-spacing: .2em;
}

#footer-menu li {
    padding-right: 20px;
}

.site-footer {
    transition: .3s;
    padding: 1em;
    grid-row: none;
    position: relative;
    background-color: white;
    color: black;
    display: block !important;
    opacity: 1 !important;
    bottom: 0;
    z-index: 9900;
}

.site-footer a {
    color: black;
}

@media screen and (max-width: 1025px) {
    .home .site-footer {
        background-color: white;
        color: black;
        grid-row: none;
        position: relative;
        display: block !important;
        opacity: 1 !important;
    }

    .site-footer a {
        color: black;
    }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:hover,
a:focus,
a:active {
    color: #ff925e;
}

a:focus {
    outline: thin dotted;
}

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

.btn_primary {
    transition: .2s;
    background-color: white;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px;
}

.btn_primary:hover {
    background-color: white;
}

.sunsets_theme .btn_primary {
    transition: .2s;
    background-color: #ff9644;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px;
}

.sunsets_theme .btn_primary:hover {
    background-color: #52e6dd;
    background-color: black;
}

.sunsets_theme_white .btn_primary {
    transition: .2s;
    background-color: white;
    color: #ff9644;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px;
}

.sunsets_theme_white .btn_primary:hover {
    background-color: #ff9644;
    color: white;
}

.btn_white {
    transition: .2s;
    background-color: white;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
}

.btn_white:hover {
    color: black;
    background-color: #52e6dd;
}

.owl-dots {
    transition: .5s;
}

.owl-dot {
    margin: 10px 20px 0 0 !important;
}

.owl-dots .active {
    border-bottom: solid 2px #52e6dd !important;
    width: 40px;
    text-align: left;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 70%;
}

@media screen and (min-width: 48em) {
    .main-navigation {
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 65%;
    }
}

@media screen and (min-width: 1026px) {
    .main-navigation {
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 55%;
    }
}

@media screen and (min-width: 85.375em) {
    .main-navigation {
        width: 45%;
    }
}

@media screen and (min-width: 120em) {
    .main-navigation {
        width: 45%;
    }
}

@media screen and (min-width: 160em) {
    .main-navigation {
        width: 45%;
    }
}

.main-navigation .menu-all-pages-container {
    width: 100%;
}

@media screen and (max-width: 48em) {
    .main-navigation .menu-all-pages-container {
        transition: 0.4s;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
        z-index: 2000;
        background-color: rgba(255, 255, 255, 1);
    }
}

.main-navigation .dark_nav ul li a {
    color: black;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

@media screen and (max-width: 48em) {
    .main-navigation ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 9900;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

@media screen and (max-width: 48em) {
    .main-navigation li {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }
}

.main-navigation a {
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 200;
    display: block;
    text-decoration: none;
}

.home .main-navigation a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 200;
    display: block;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #52e6dd;
}

@media screen and (max-width: 1025px) {
    .main-navigation a {
        color: black !important;
    }
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    z-index: 9900;
}

.menu-toggle {
    filter: brightness(0%);
}

.home .menu-toggle {
    filter: brightness(100%);
}

@media screen and (min-width: 48em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.side_nav {
    display: none;
}

.home .side_nav {
    z-index: 1000;
    width: 30px;
    height: 40vh;
    position: fixed;
    left: 20px;
    top: 30vh;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side_nav i {
    transition: .2s;
    opacity: 0.8;
    color: white;
    font-size: 22px;
    cursor: pointer;
}

.side_nav i:hover {
    opacity: 1;
}

.side_nav .streaming_nav {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
}

.side_nav .streaming_links {
    transform: translateY(-10px) translateX(30px);
    padding: 10px;
    transition: .5s;
    opacity: 0;
    position: absolute;
    left: 10px;
    background-color: white;
    border-radius: 25px;
    box-sizing: content-box;
    display: none;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 60px;
}

.side_nav .streaming_links a {
    height: 22px;
    transition: .5s;
}

.side_nav .streaming_links img {
    width: 22px;
    opacity: 1;
    transition: .5s;
}

.progress_bar {
    display: none;
}

.home .progress_bar {
    display: block;
    width: 30px;
    height: 40vh;
    position: fixed;
    right: 20px;
    top: 30vh;
}

.home .progress_bar .progress {
    transition: .5s;
    width: 2px;
    height: 83.4%;
    background-color: #52e6dd;
    position: absolute;
}

.home .progress_bar ul {
    z-index: 9900;
    height: 40vh;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    padding: 0;
    margin: 0;
    border-left: 2px rgba(255, 255, 255, 0.4) solid;
}

.home .progress_bar ul .active {
    opacity: 1;
}

.home .progress_bar ul .page_label {
    display: none;
    position: absolute;
    transform: translateX(calc(-100% - 20px));
    margin: 0;
    padding: 0;
}

.home .progress_bar ul li {
    transition: .5s;
    z-index: 9999;
    width: 30px;
    list-style: none;
    text-align: right;
    opacity: 0.4;
}

.home .progress_bar ul li:hover {
    opacity: 1;
    cursor: pointer;
}

@media screen and (min-width: 1026px) {
    .sunset_menu ul li a {
        color: black;
    }

    .sunset_menu ul li a:hover {
        opacity: #ff9644;
    }
}

.sun_theme .main-navigation .menu li a {
    color: white;
}

.sun_theme .side_nav i {
    color: black !important;
    opacity: 0.4;
}

.sun_theme .side_nav i:hover {
    opacity: 1;
}

.sun_theme .progress_bar .progress {
    background-color: white !important;
}

.sun_theme .fas {
    color: white !important;
}

.music_theme .side_nav i {
    color: black !important;
    opacity: 0.1;
}

.music_theme .side_nav i:hover {
    opacity: 1;
}

.music_theme .fas {
    color: white !important;
}

.dark_theme .main-navigation .menu li a {
    color: black;
}

.dark_theme .progress_bar li {
    color: black !important;
}

.dark_theme .progress_bar .progress {
    background-color: white !important;
}

.dark_theme .fas {
    color: black !important;
}

.fas_link {
    z-index: 8888;
}

.fas_link:hover {
    color: #52e6dd;
}

@media screen and (max-width: 48em) {
    .mobile_menu {
        display: block !important;
        left: 0px;
        top: 0px;
        font-size: 2em;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .mobile_menu ul {
        height: 70vh;
        margin: 20vh 0 15vh 0;
    }

    .mobile_menu ul li {
        width: 100%;
        text-align: center;
    }
}


/*--------------------------------------------------------------
## Player
--------------------------------------------------------------*/

.audio_player {
    height: 50px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.audio_player .play_btn {
    outline: none;
    transition: .1s;
    color: white;
    background-color: white;
    border: 0 solid white;
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

.audio_player .play_btn polygon {
    fill: #52e6dd;
    transform: translateX(4px);
}

.audio_player .play_btn:hover {
    background-color: #52e6dd;
}

.audio_player .play_btn:hover polygon {
    fill: white;
}

.audio_player .play_nav {
    transform: translateY(-4px);
    width: 100%;
}

.audio_player .play_nav .play_meta {
    padding-left: 15px;
    padding-bottom: 5px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.audio_player .play_nav .play_meta p {
    margin: 0;
    padding: 0;
}

.audio_player .play_nav .play_track {
    margin-left: 15px;
    border-top: 1px solid white;
}

.audio_player .play_nav .play_track .track_progress {
    height: 3px;
    background-color: #52e6dd;
    width: 40%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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


/* Do not show the outline on the skip link target. */

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


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.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;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

.custom-logo-link {
    filter: brightness(0%);
}

.home .custom-logo-link {
    filter: brightness(100%);
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.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%;
}

.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;
}


/*# sourceMappingURL=../chicane/sass/maps/style.css.map */


/* MUSIC GALLERY SELECTION */

.artwork {
    width: 22vh;
}

.artwork>img {
    opacity: 0.6;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 764px) {
    .artwork>img {
        opacity: 1;
        /* width: 10vh !important; */
        /* height: 10vh !important; */
    }
}

.artwork_active>img {
    opacity: 1 !important;
}

.artwork:hover img {
    opacity: 1;
}


/* MOBILE OPTIMISATION */

@media screen and (max-width: 1025px) {
    .progress_bar {
        display: none !important;
    }
}

@media screen and (max-width: 764px) {
    .home_tours>.col_r>.slide_content_padding {
        grid-column: 1 / span 7 !important;
    }
}

.releases_mobile {
    display: none !important;
}

.home_music .col_r .comps,
.home_music .col_r .albums,
.home_music .col_r .singles {
    /* display: none; */
}

.home_music .releases_row {
    position: relative;
}

.home_music .col_r .comps {
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    width: 150px;
    transform: rotateZ(90deg) translate(55px, 95px);
    text-align: center;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Compilations";
}

.home_music .col_r .albums {
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    width: 150px;
    transform: rotateZ(90deg) translate(55px, 95px);
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Albums";
}

.home_music .col_r .singles {
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    width: 150px;
    transform: rotateZ(90deg) translate(55px, 95px);
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Singles";
}

.home_music .labels {
    display: none !important;
}

@media screen and (max-width: 1025px) {

    .home_music .col_r .comps,
    .home_music .col_r .albums,
    .home_music .col_r .singles {
        left: 0;
        width: 100%;
        transform: translate(0, -25px);
        text-align: center;
    }

    .releases_albums {
        display: flex !important;
    }

    .releases_mobile {
        display: none !important;
    }

    .home_music .col_r .labels {
        display: none !important;
    }

    .home_music .releases_row {
        margin: 30px 0;
        position: relative;
    }
}

.glide_merch a {
    display: none;
}

.home_merch .col_r a {
    display: block;
}

.see_more_merch {
    display: block;
}

@media screen and (max-width: 1025px) {
    .glide_merch a {
        display: block;
    }

    .home_merch .col_r a {
        display: block;
    }

    .see_more_merch {
        display: none !important;
    }
}

.home_merch .split_screen {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.home_merch .split_screen .col_l {
    grid-column: 1/3 !important;
}

.home_merch .split_screen .col_r {
    grid-column: 3/5 !important;
}

#merch_glide {
    z-index: 4000;
    display: block;
    opacity: 1;
    width: 500px;
    height: 100vh;
    position: absolute;
    left: calc(50% - 250px);
}

.sunsets_archive {
    padding-top: 80px;
    width: 100vw;
    grid-column: 1/5;
    display: flex;
    flex-wrap: wrap;
}

.sunset_arch_episode {
    width: 33.3%;
    height: 300px;
    padding: 30px;
    background-size: cover;
}

@media screen and (max-width: 1025px) {
    .sunset_arch_episode {
        width: 50%;
        height: 300px;
    }
}

@media screen and (max-width: 764px) {
    .sunset_arch_episode {
        width: 100%;
        height: 300px;
    }
}

.sunset_arch_episode a {
    text-decoration: none;
    color: white;
}

.archive_link {
    transition: .3s;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.archive_link>a {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}

.archive_link:hover {
    color: black;
    background-color: white;
}

.archive_link:hover>a {
    color: black !important;
}

.glide__arrow--left {
    left: calc(50% - 290px) !important;
}

.glide__arrow--right {
    right: calc(50% - 290px) !important;
}

.glide__arrow--left>img,
.glide__arrow--right>img {
    width: 100px;
    pointer-events: none;
}

@media screen and (max-width: 764px) {
    .glide__arrow--left {
        left: 5% !important;
    }

    .glide__arrow--left>img,
    .glide__arrow--right>img {
        width: 50px;
    }

    .glide__arrow--right {
        right: 5% !important;
    }
}

.releases_mobile ul {
    margin: 0 !important;
}

.releases_mobile .artwork img {
    height: 11vh;
    max-width: 11vh;
}

.home_merch {
    min-height: 100vh;
}

.merch_placeholder {
    /* pointer-events: none; */
    position: absolute;
    z-index: 3000;
    width: 500px;
    left: calc(50% - 250px);
    height: 100%;
    display: flex;
    opacity: 0;
    transition: .3s;
    align-items: center;
    justify-content: center;
}

.merch_placeholder img {
    height: 390px;
}

@media screen and (max-width: 764px) {
    .side_nav {
        left: 5px;
    }

    .merch_img_1 {
        height: 320px;
    }

    .merch_placeholder img {
        height: 290px;
    }

    .merch_placeholder {
        height: 100%;
        width: 100%;
        left: 0;
        min-height: 650px;
    }
}

.preloader_ch {
    transition: .3s;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.merch_placeholder {
    transition: 0.4s;
    /* display: none; */
    /* opacity: 0; */
}

#merch_glide {
    display: none;
    transition: 0.4s;
}

.home_merch_visible #merch_glide {
    /* display: none; */
    opacity: 0;
}

.home_merch_visible .merch_placeholder {
    display: flex;
    opacity: 1;
}

.home_merch_visible.home_merch_toggled #merch_glide {
    /* display: block; */
    opacity: 1;
}

.home_merch_visible.home_merch_toggled .merch_placeholder {
    /* display: none; */
    opacity: 0;
}

@media screen and (max-width: 1025px) {
    .releases_mobile {
        transform: translateY(3px);
    }

    .merch_placeholder {
        display: flex;
        opacity: 1;
    }

    .home_merch_toggled #merch_glide {
        display: block;
        opacity: 1;
    }

    #merch_glide {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
    }

    .home_merch_toggled .merch_placeholder {
        display: none !important;
        opacity: 0 !important;
    }
}

.merch_glide ul {
    margin: 0 0 0 0 !important;
}

.release_slide_m {
    max-width: 100px;
}

@media screen and (max-width: 1025px) {
    .releases {
        margin-right: 0px !important;
    }

    .site-content {
        padding-top: 80px;
    }
}


/*
    #glide_m .glide__slide {
        height: 70px;
        width: 70px !important; }


    #glide_m .glide__slide img {
        height: 70px;
        width: 70px;
    } */

.glide__slides {
    overflow: unset !important;
}

.no-ie {
    display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .no-ie {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: white;
        color: black;
        padding: 40px;
        z-index: 99999;
    }
}

.releases_arrows button {
    transition: .2s;
    border-radius: 50px !important;
    border: 0px solid !important;
    color: black !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    background: rgba(255, 255, 255, 0) !important;
}

.releases_arrows button img {
    transition: .1s;
    transform: scale(1);
    opacity: 1;
    width: 45px !important;
    height: 45px !important;
}

@media screen and (max-width: 1025px) {
    .releases_arrows button img {
        opacity: 1;
    }

    .releases_arrows button {
        border: 0px solid !important;
        height: 100%;
        width: 40px;
        color: black !important;
        border-radius: 0 !important;
        background: rgba(0, 0, 0, 0.4) !important;
        box-shadow: none !important;
        font-weight: 600 !important;
    }
}

.releases_arrows button:nth-of-type(2n) img {
    transform: rotateZ(180deg);
}

.progress_bar {
    display: none !important;
}

.releases_arrows button:hover img {
    transform: scale(1.3);
    opacity: 1;
}

.releases_arrows button:nth-of-type(2n):hover img {
    transform: rotateZ(180deg) scale(1.3);
    opacity: 1;
}


/* .glide{
    flex-shrink: 0 !important;
   }

   .glide__slides{

    width: 100% !important;
max-width: 40vw !important;}

    .releases_row{
        width: 100% !important;
max-width: 40vw !important;

    } */

.glide__slide {
    flex: 1 1 0;
    /* height: 22vh !important; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
}

.releases_row .glide__slide {
    max-width: 30vh !important;
}

.releases_row .glide {
    flex: 1;
    max-width: 45vw;
}

.releases_row {
    justify-content: flex-end;
}

#glide_m {
    width: 100vw;
    max-width: 100vw;
}

.sunsets_episodes_slider {
    overflow: hidden;
}

.releases_arrows button:hover {
    background: rgba(255, 255, 255, 0) !important;
}

@media screen and (max-width: 1025px) {
    .releases_arrows button:hover {
        background: rgba(0, 0, 0, 1) !important;
    }

    .releases_row .glide {
        flex: 1;
        max-width: 100vw;
    }
}

.glide__slides {
    margin: 0 0 !important;
}

@media screen and (max-width: 1025px) {
    .split_screen .col_l {
        min-width: 100%;
    }

    .release_info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home_music {
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .home_music .col_r {
        min-height: 100vh;
        height: 100%;
        grid-row: 1/3;
        position: absolute;
        transform: translateX(0);
    }

    .home_music .col_l {
        min-height: 100vh;
        height: 100%;
        grid-row: 1/3;
        position: absolute;
        transform: translateX(100vw);
    }

    .home_music .triggered {
        grid-row: 1/3;
        position: absolute;
        transform: translateX(0);
    }

    .home_music .triggered:last-of-type {
        grid-row: 1/3;
        position: absolute;
        transform: translateX(-100vw);
    }
}

.releases_arrows .glide__arrow--left {
    left: 0px !important;
}

.releases_arrows .glide__arrow--right {
    right: 20px !important;
}

@media screen and (min-width: 1026px) {
    .close_music {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .releases_arrows .glide__arrow--left {
        left: 0px !important;
    }

    .releases_arrows .glide__arrow--right {
        right: 0px !important;
    }
}

.glide {
    display: flex;
    align-items: center;
}

.glide__arrow img {
    z-index: 6000;
}

.spotify-embed {
    z-index: 200;
    position: relative;
}

.mobile_sidenav {
    z-index: 9999 !important;
    display: flex !important;
    filter: brightness(0);
}

/* Home Page Scroll Animation */
@keyframes scroll {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 103.1px;
    }
}

.cls-2 {
    animation: 4s scroll linear infinite;
}

.hello_hello {
    position: absolute;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    left: calc(50% - 300px);
}

@keyframes hello {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hello_hello p {
    opacity: 0;
    color: white;
    font-family: Helvetica;
    padding-bottom: 10px;
    animation: 1s hello 1s;
    animation-fill-mode: forwards;
}

svg {
    width: 30px;
    opacity: 0;
    animation: 1s hello 0.5s;
    animation-fill-mode: forwards;
}
/* End Home Page Scroll Animation */

@media (min-width: 1025px) {
    .show_desktop {
        display: flex;
    }
  
}

@media (max-width: 1025px) {
    .show_desktop {
        display: none;
    }

