/**
 * Content
 */

body {
    background-color: #fff;
    color: #000;
}

a:active {
    opacity: 0.6;
    font-style: italic;
}

.page a.active {
    color: #0800ff;
    font-weight: 600;

}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 0.4em;
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.3em;
}

sup {
    bottom: 1.0em;
    font-style: normal;
    font-weight: 400;
    font-family: "TeX Gyre Heros Condensed", Icons;
    margin-left: 0.2rem;
}

s {
    text-decoration: line-through;
}

img {
    border: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 4.5rem;
}

ol>li {
    padding-left: 0.75rem;
}

blockquote {
    margin: 0;
    padding: 0 0 0 2em;
}

hr {
    background: rgba(0, 0, 0, .15);
    border: 0;
    height: 1px;
    display: block;
}

.content img {
    float: none;
    margin-bottom: 1rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1em;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
    position: fixed;
    bottom: 8px;
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: #00f;
    font-weight: 500;
    font-style: italic;

}

bodycopy a.image-link,
h2 a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border: none;
    padding-bottom: 0;
    color: #00f;
}

[data-predefined-style="true"] h1 {
    font-family: "Monument Grotesk Variable", Icons;
    font-style: normal;
    font-weight: 200;
    padding: 0;
    margin: 0;
    font-size: 3rem;
    line-height: 1.1;
    color: rgb(0, 0, 0);
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
    color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
    font-family: Inter, Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
    font-size: 3.8rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] h2 a {
    color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "Monument Grotesk Variable", Icons;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
    font-style: normal;
    font-weight: 200;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
    color: rgba(0, 0, 0, 0.85);
    border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial
        /*!page_bgcolor*/
    ;
}

.mobile .page,
[data-css-preset].mobile .page {
    position: relative;
    min-height: 10px;
    max-width: 100%;
    width: 100%;
    background-color: transparent
        /*!page_bgcolor*/
    ;
}

[data-css-preset] .container {
    margin-left: auto
        /*!content_center*/
    ;
    margin-right: auto
        /*!content_center*/
    ;
    text-align: left
        /*!text_left*/
    ;

}

[data-css-preset] body {
    background-color: #fafafa
        /*!body_bgcolor*/
    ;
}

[data-css-preset] .container_width {
    width: 100%
        /*!content_center*/
    ;
}

[data-css-preset] .content_padding {
    padding-top: 3rem
        /*!main_margin*/
    ;
    padding-bottom: 3rem
        /*!main_margin*/
    ;
    padding-left: 3rem
        /*!main_margin*/
    ;
    padding-right: 3rem
        /*!main_margin*/
    ;
}


[data-css-preset] text-limit {
    display: inline-block
        /*!text_width*/
    ;
    max-width: 66rem
        /*!text_width*/
    ;
}

/**
 * Thumbnails
 */

div[thumbnails] {
    justify-content: flex-start;
}

[data-css-preset] .thumbnails {
    background-color: rgba(0, 0, 0, 0)
        /*!thumbnails_bgcolor*/
    ;
}

[data-css-preset] .thumbnails_width {
    width: 100%
        /*!thumbnails_width*/
    ;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem
        /*!thumbnails_padding*/
    ;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem
        /*!thumbnails_padding*/
    ;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem
        /*!responsive_thumbnails_padding*/
    ;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem
        /*!responsive_thumbnails_padding*/
    ;
}

.thumbnails .thumb_image {
    outline: 0px solid rgba(0, 0, 0, .12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .4rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: .01em;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "iA Writer Quattro", Icons;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: .01em;
}

.thumbnails .tags a {
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
    margin-top: 0rem;
}

/**
 * Site Menu
 */

#site_menu {
    font-family: "Monument Grotesk Variable", Icons;
    background: rgba(250, 250, 250, 1);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    padding: 20px 30px 90px 30px;
    max-width: 400px;
    min-width: 300px;
    text-align: right;
    display: flex;
    justify-content: flex-start;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

body.mobile #site_menu {
    width: 100%;
}

#site_menu .page-link a {
    color: rgba(0, 0, 0, .8);
}

#site_menu .set-link>a {
    color: rgba(0, 0, 0, .8);
    font-weight: bold;
}

#site_menu a:active {
    opacity: .7;
}

#site_menu a.active {
    opacity: .4;
}

#site_menu .close {
    display: none;
    color: rgba(255, 255, 255, 0.4);
    line-height: .85em;
    font-size: 45px;
}

body.mobile #site_menu .close {
    display: block;
    font-size: 50px;
    line-height: 1em;
}

#site_menu .break {
    height: 28px;
}

#site_menu .indent {
    margin-left: 28px;
}

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 20px
        /*!site_menu_button*/
    ;
    padding: 0px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    op: 1rem
        /*!site_menu_button*/
    ;
    ight: 1rem
        /*!site_menu_button*/
    ;
	top: 3.1rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    margin: -6px;
    font-size: 30px;
}

#site_menu_button.custom_icon {
    width: 40px;
    height: auto;
}

#site_menu_button.active {
    display: none;
}

/**
 * SHOP BUTTON
 */

[data-css-preset] #shop_button {
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.;
    position: fixed;
    padding: 6px;
    top: 1rem
        /*!shop_button*/
    ;
    right: 3rem
        /*!shop_button*/
    ;
}

#shop_button.text {
    font-family: "iA Writer Quattro", Icons;
    font-size: 1.3rem;
    padding: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .01em;
}

#shop_button.custom_icon {
    width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
    margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
    max-width: 5rem;
    position: relative;
    display: inline-block;
}

.shop_product .price {
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 3rem;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 300;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    text-align: left;
}

.shop_product .dropdown {
    font-family: Standard, Icons;
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding: .8rem 2.5rem .7rem 1rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.shop_product .button {
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1.5rem;
    background: rgba(0, 0, 255, 1);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: .8rem 1rem;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.shop_product .button:hover {
    font-style: normal;
    font-weight: normal;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
    opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem
        /*!quick_view_padding*/
    ;
    padding-bottom: 2.5rem
        /*!quick_view_padding*/
    ;
    padding-left: 2.5rem
        /*!quick_view_padding*/
    ;
    padding-right: 2.5rem
        /*!quick_view_padding*/
    ;
    height: 100%
        /*!quick_view_height*/
    ;
    width: 100%
        /*!quick_view_width*/
    ;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
    background: rgba(0, 0, 0, 0.85)
        /*!quick_view_bgcolor*/
    ;
}

.quick-view-caption {
    font-family: "Dolly Pro", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: justify;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: transparent;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
    border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(230, 37, 42, 1);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(230, 37, 42, 1);
}

.audio-player .icon {
    fill: rgba(230, 37, 42, 1);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
    background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(230, 37, 42, 1);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

[data-css-preset] .backdrop {
    position: fixed;
    width: 100%
        /*!background_cover*/
    ;
}

/**
 * Show an Image on Hover
 * See more at: https://support.cargo.site/Show-an-Image-on-Hover
 **/

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Change width and height to scale images */
    width: 45vw;
    height: 45vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    padding-top: 10%;
    padding-left: 10%;
}


[data-css-preset] body {
    background-color: #fafafa;
}


.chat {
    background: white;
    border: 1px solid black;
    display: none;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.chat.initialized {
    display: flex;
}

.chat .chat_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

.chat .chat_interior {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat .chat_output {
    flex-grow: 2;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.chat .input_area {
    border-top: 1px solid black;
    flex-shrink: 0;
    line-height: 3.4rem;
    display: flex;
}

.chat input {
    display: block;
    font: inherit;
    height: 100%;
    width: 50%;
    border: 0;
    margin: 0;
    padding: 0 1rem;
    flex-grow: 1;
}

.input_area .send_button {
    background: white;
    display: block;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid black;
    font: inherit;
    height: 100%;
    padding: 0 1rem;
}

.input_area .send_button:after {
    content: "SEND"
}

.chat .agent.waiting {
    color: transparent;
}

.chat .agent.waiting div {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 .3em 0.1em 0;
    width: .4em;
    height: .4em;
    border-radius: 100%;
}

.chat .agent.waiting div:nth-child(1) {
    animation: pulse 1s linear .2s infinite;
}

.chat .agent.waiting div:nth-child(2) {
    animation: pulse 1s linear .4s infinite;
}

.chat .agent.waiting div:nth-child(3) {
    margin-right: 0;
    animation: pulse 1s linear .6s infinite;
}

.chat .agent {
    text-align: left;
    margin-right: auto;
    max-width: 75%;
    padding: 0.45rem 0.75rem .5rem;
    background: #eee;
    display: inline-block;
}

.chat .user {
    text-align: right;
    margin-left: auto;
    max-width: 75%;
    padding: 0.45rem 0.75rem .5rem;
    display: inline-block;
    border: 1px solid #ccc;
}

.chat .user+.user {
    margin-top: 0.3em;
}

.chat .agent+.agent {
    margin-top: 0.3em;
}

.chat .user+.agent {
    margin-top: 1em;
}

.chat .agent+.user {
    margin-top: 1em;
}

.chat_end {
    font-size: 0.8em;
    opacity: 0.5;
    text-align: center;
    margin-top: 2em;
}

.chat .chat_end:after {
    content: "Please come again.";
}

.chat .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.4);
}

@keyframes pulse {

    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    50% {
        background-color: rgba(0, 0, 0, 0.3);
    }

    100% {
        background-color: rgba(0, 0, 0, 0);
    }

}

.chat {
    background: white;
    border: 1px solid black;
    display: none;
    position: relative;
    width: 95%;
    flex-direction: column;
    justify-content: space-between;
}

.chat.initialized {
    display: flex;
}

.chat .chat_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

.chat .chat_interior {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat .chat_output {
    flex-grow: 2;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.chat .input_area {
    border-top: 1px solid black;
    flex-shrink: 0;
    line-height: 3.4rem;
    display: flex;
}

.chat input {
    display: block;
    font: inherit;
    height: 100%;
    width: 50%;
    border: 0;
    margin: 0;
    padding: 0 1rem;
    flex-grow: 1;
}

.input_area .send_button {
    background: white;
    display: block;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid black;
    font: inherit;
    height: 100%;
    padding: 0 1rem;
}

.input_area .send_button:after {
    content: "SEND"
}

.chat .agent.waiting {
    color: transparent;
}

.chat .agent.waiting div {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 .3em 0.1em 0;
    width: .4em;
    height: .4em;
    border-radius: 100%;
}

.chat .agent.waiting div:nth-child(1) {
    animation: pulse 1s linear .2s infinite;
}

.chat .agent.waiting div:nth-child(2) {
    animation: pulse 1s linear .4s infinite;
}

.chat .agent.waiting div:nth-child(3) {
    margin-right: 0;
    animation: pulse 1s linear .6s infinite;
}

.chat .agent {
    text-align: left;
    margin-right: auto;
    max-width: 75%;
    padding: 0.45rem 0.75rem .5rem;
    background: #eee;
    display: inline-block;
}

.chat .user {
    text-align: right;
    margin-left: auto;
    max-width: 75%;
    padding: 0.45rem 0.75rem .5rem;
    display: inline-block;
    border: 1px solid #ccc;
}

.chat .user+.user {
    margin-top: 0.3em;
}

.chat .agent+.agent {
    margin-top: 0.3em;
}

.chat .user+.agent {
    margin-top: 1em;
}

.chat .agent+.user {
    margin-top: 1em;
}

.chat_end {
    font-size: 0.8em;
    opacity: 0.5;
    text-align: center;
    margin-top: 2em;
}

.chat .chat_end:after {
    content: "This chat has ended.";
}

.chat .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.4);
}

@keyframes pulse {

    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    50% {
        background-color: rgba(0, 0, 0, 0.3);
    }

    100% {
        background-color: rgba(0, 0, 0, 0);
    }

}

#test {
    font-weight: 400;
    font-family: "Social Variable", Icons;
    font-size: 3rem;
    font-style: normal;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

/* Will Martel - Joy as an Act of Resistance - 17122021*/

#wma_body {
    font-family: "Space Grotesk", Icons;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

#wma_title {
    font-family: "Space Grotesk", Icons;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

#wma_caption {
    display: inline-block;
    font-size: 1.05rem;
    line-height: 1.4;
    font-family: "Space Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
}

#wma_bio {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: "Space Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
}

/* Button */

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #00f;
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px #a0a0a0;
}

.button:hover {
    background-color: rgba(0, 0, 255, 0.75)
}

.button:active {
    background-color: #00f;
    box-shadow: 0 2px #717171;
    transform: translateY(4px);
}

/* Newsletter FONT*/

#news_body {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
}

#news_title {
    font-family: "Terminal Grotesque", Icons;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

#news_caption {
    display: inline-block;
    font-size: 1.05rem;
    line-height: 1.4;
    font-family: "Space Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
}

#news_bio {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: "Space Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
}

/* Jack Wu - Hover Images */

.jwu-hover-word {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
}

.jwu-hover-image {
    visibility: hidden;
}

body .jwu-hover-word:hover+.jwu-hover-image {
    visibility: visible;
    pointer-events: none;

}

.jwu-hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Change width and height to scale images */
    width: 80vw;
    height: 80vh;
}

.jwu-hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

/* Jack Wu - Links */

#jwu-link a {
    text-decoration: underline;
}

/* Jack Wu - Hover Additional Text */

.jwu-hover-word2 {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    color: #b7b4b4;
}

.jwu-hover-image2 {
    visibility: hidden;
}

body .jwu-hover-word2:hover+.jwu-hover-image2 {
    visibility: visible;
    pointer-events: none;

}

.jwu-hover-image2 {
    display: flex;
    position: fixed;
    top: 50%;
    left: 85%;
    transform: translate(-45%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Change width and height to scale images */
    width: 70vw;
    height: 70vh;

}

.jwu-hover-image2 img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}




/* Jack Wu - Fonts */

#jwu_body {
    font-family: "Authentic Sans", Icons;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

#jwu_bio {
    font-family: "Authentic Sans", Icons;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/* Jack Wu - Hover Images 3 */

.jwu-hover-word3 {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
}

.jwu-hover-image3 {
    visibility: hidden;
}

body .jwu-hover-word3:hover+.jwu-hover-image3 {
    visibility: visible;
    pointer-events: none;

}

.jwu-hover-image3 {
    display: flex;
    position: fixed;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Change width and height to scale images */
    width: 40vw;
    height: 40vh;
}

.jwu-hover-image3 img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .jwu-hover-image2 {
        left: 50%;
    }

    .jwu-hover-image {
        left: 50%;
        width: 90vw;
        height: 90vh;
    }

    .jwu-hover-image3 {
        left: 50%;
        width: 90vw;
        height: 90vh;
    }
}



a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:active {
    text-decoration: none;
    color: inherit;
}

div {
    display: block;
}

.page-content {
    padding: 0 1em 1em;

    margin: auto
}

/* FILTER (INDEX) MAIN PAGE */

.filter-categories span {
    display: inline-block;
    padding: 0.25em 0;
    white-space: nowrap;
}

.filter-text,
.filter-label {
    font-size: 0.75em;
    font-weight: 500;
}

.filter-label {
    margin-right: 1em;
    padding: 0.35em 0.5em;
}

.filter-wrap {
    position: relative;
    overflow: hidden;
    margin: 3rem -0.75% 3rem;
    font-size: 1em;
    border-bottom: #cecece solid 0.5px;
    width: 50%;
    box-sizing: border-box;

}

/* For mobile phones: */
@media only screen and (max-width: 1000px) {
    .filter-wrap {
        width: 100%;
    }

    .filter-wrap .hover-image {
        visibility: visible;
        position: relative;
        top: 0;
        left: 0;
        transform: initial;
        margin: auto;
        height: auto;
    }

    .filter-wrap .hover-image img {
        max-height: 300px !important;
    }
}

.filter-item {
    border-top: #cecece solid 0.5px;
    /* border-left: #000 solid 1px;
	border-right: black solid 1px; */
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 0.3rem 0.6rem;
    width: calc(100%);
    padding: 15px;
    text-align: center;
    color: black;
    box-sizing: border-box;
}

.filter-item a {
    display: block;
}

.filter-item:hover {
    color: blue;
    background-color: transparent;

}

.filter-item:hover .year {
    text-align: left;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1em;
    line-height: 1.3;
    font-style: normal;
    font-weight: 200;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;

}

.filter-item:hover .author {
    text-align: left;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1em;
    line-height: 1.3;
    font-style: normal;
    font-weight: 200;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;

}

.filter-item:hover .piece {
    font-size: 2.5rem;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 2em;
    font-weight: 500;
    font-style: normal;
    /*filter: blur(1px);*/
}


.filter-item .year {
    grid-column: 1;
    text-align: left;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1em;
    line-height: 1.3;
    font-style: normal;
    font-weight: 200;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
}

.filter-item .author {
    grid-column: 2/span 3;
    text-align: left;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1em;
    line-height: 1.3;
    font-style: normal;
    font-weight: 200;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
}

.filter-item .piece {
    grid-column: 2/span 4;
    text-align: left;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1.5em;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}



.filtered-inclusive .filter-item,
.filtered-exclusive .filter-item,
.filter-no-item {
    display: none
}

/* filtered-inclusive/filtered-exclusive class applied via js */
.filtered-inclusive .filter-item.selected,
.filtered-exclusive .filter-item:not(.selected) {
    display: grid;
}

/* selected class applied via js */
.filter-no-item.filter-no-item-active {
    display: block;
    width: 100%;
    color: red;
    padding: 10px;
}

.filter-mask-active {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* custom checkboxes */



/* Customize the label (the container) */
.check {
    position: relative;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {

    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border: solid 1px black;
}

/* On mouse-over, add a #808080 background color */
.check:hover input~.checkmark {
    background-color: rgb(128, 128, 128);
}

/* When the checkbox is checked, add a blue background */
.check input:checked~.checkmark {
    background-color: #0000FF;
    border: solid 1px #0000FF;
}



/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
    display: block;
}

/*INFO PAGE FORMATTING*/
.info-page {
    padding-top: 150px;
    text-align: justify;
}

/*PODCAST PAGE FORMATTING*/
.podcast-page {
    padding-top: 150px;
}

/*SHOP PAGE FORMATTING*/
.shop-page {
    padding-top: 150px;
}

.shop-item {
    border-top: #cecece solid 0.5px;
    /* border-left: #000 solid 1px;
	border-right: black solid 1px; */
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    ;
    grid-gap: 0.3rem 0.6rem;
    width: calc(100%);
    padding: 15px;
    text-align: justify;
    color: #000;
}

/* BACK ARROW BUTTON */

.back-button {
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 3rem;
    padding: none;
    color: #000;
    cursor: pointer;
    text-align: center;
    outline: hidden;
    border: none;
    border-radius: 10px;
    /*box-shadow: 0 6px #a0a0a0;*/
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    transition-duration: 0.5s;
}

.back-button:hover {
    color: #00f;
}

.back-button:active {
    transform: translateY(4px);
}

/* EVENT REGISTER */

.event_register {
    width: 100%;
    max-width: 15rem;
    position: relative;
    display: block;
}

.event_register .button {
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1.5rem;
    background: rgba(0, 0, 255, 1);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: .8rem 1rem;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.event_register .button:hover {
    font-style: normal;
    font-weight: normal;
}

/* PHILIP LEE _ BLINK */

#plee-title {
    font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
    font-size: 4.5rem;
    font-style: normal;
    line-height: 1.4;
	font-weight: 400;
    color: white;
    pointer-events: none;
}

#plee-body {
    font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
    font-size: 1.3rem;
    font-style: normal;
    line-height: auto;
    color: white;
    pointer-events: none;
}



.flier-flower-1 {
	pointer-events: none;
    
}

.flier-flower-1 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 200s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -20s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-100%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

.flier-flower-2 {
	pointer-events: none;
    
}

.flier-flower-2 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 100s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -30s;
	z-index: 999999;
}

.flier-flower-3 {
	pointer-events: none;
    
}

.flier-flower-3 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 200s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -60s;
	z-index: 999999;
}

.flier-flower-4 {
	pointer-events: none;
    
}

.flier-flower-4 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 180s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -120s;
	z-index: 999999;
}

.flier-flower-5 {
	pointer-events: none;
    
}

.flier-flower-5 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 190s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -180s;
	z-index: 999999;
}

.flier-flower-6 {
	pointer-events: none;
    
}

.flier-flower-6 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 150s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -300s;
	z-index: 999999;
}

.flier-flower-7 {
	pointer-events: none;
    
}

.flier-flower-7 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 75s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -80s;
	z-index: 999999;
}

.flier-flower-8 {
	pointer-events: none;
    
}

.flier-flower-8 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 75s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -45s;
	z-index: 999999;
}

.flier-flower-9 {
	pointer-events: none;
    
}

.flier-flower-9 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 200s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -176s;
	z-index: 999999;
}

.flier-flower-10 {
	pointer-events: none;
    
}

.flier-flower-10 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 180s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -260s;
	z-index: 999999;
}

.flier-flower-11 {
	pointer-events: none;
    
}

.flier-flower-11 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 185s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -20s;
	z-index: 999999;
}

.flier-flower-12 {
	pointer-events: none;
    
}

.flier-flower-12 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 220s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -90s;
	z-index: 999999;
}

.flier-flower-13 {
	pointer-events: none;
    
}

.flier-flower-13 > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 300s linear infinite;
        pointer-events: none !important;
	top: 50;
	left: 100;
	transform: translateX(-120%) translateY(-30%) rotateZ(0);
	position: fixed;
	animation-delay: -130s;
	z-index: 999999;
}